01JDQBE2BCBNTB5E5VF877KZXJ: 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: 01JDQBEK9CRYMGTAJRY30BESPD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-27T17:43:00.069Zjob assigned to worker 01JDQBERPDCMQDW2D8C20RVW66 [factory aws, i-00226b9e787b9a871] (queued for 53 s)
 
22024-11-27T17:43:08.005Zstarting task 0: "setup"
32024-11-27T17:43:08.014Z++ uname -s
42024-11-27T17:43:08.018Z+ kern=SunOS
52024-11-27T17:43:08.018Z+ case "$kern" in
62024-11-27T17:43:08.018Z+ groupadd -g 12345 build
72024-11-27T17:43:08.021Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-27T17:43:10.025Z+ zfs create -o mountpoint=/work rpool/work
92024-11-27T17:43:10.191Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-27T17:43:10.194Z+ home_fs=zfs
112024-11-27T17:43:10.194Z+ [[ zfs == autofs ]]
122024-11-27T17:43:10.194Z+ mkdir -p /home/build
132024-11-27T17:43:10.197Z+ chown build:build /home/build /work
142024-11-27T17:43:12.196Z+ chmod 0700 /home/build /work
152024-11-27T17:43:12.200Zprocess exited: duration 4196 ms, exit code 0
 
162024-11-27T17:43:12.205Zstarting task 1: "rust-toolchain"
172024-11-27T17:43:12.211Z+ printf ' * toolchain channel = "%s"
182024-11-27T17:43:12.211Z' 1.81.0
192024-11-27T17:43:12.211Z * toolchain channel = "1.81.0"
202024-11-27T17:43:12.211Z+ printf ' * toolchain profile = "%s"
212024-11-27T17:43:12.211Z' default
222024-11-27T17:43:12.211Z * toolchain profile = "default"
232024-11-27T17:43:12.213Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-27T17:43:12.213Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-27T17:43:12.327Zinfo: downloading installer
262024-11-27T17:43:13.783Zinfo: profile set to 'default'
272024-11-27T17:43:13.783Zinfo: default host triple is x86_64-unknown-illumos
282024-11-27T17:43:13.790Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-27T17:43:13.942Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-27T17:43:13.942Zinfo: downloading component 'cargo'
312024-11-27T17:43:14.856Zinfo: downloading component 'clippy'
322024-11-27T17:43:15.276Zinfo: downloading component 'rust-docs'
332024-11-27T17:43:16.479Zinfo: downloading component 'rust-std'
342024-11-27T17:43:18.412Zinfo: downloading component 'rustc'
352024-11-27T17:43:25.243Zinfo: downloading component 'rustfmt'
362024-11-27T17:43:25.496Zinfo: installing component 'cargo'
372024-11-27T17:43:26.288Zinfo: installing component 'clippy'
382024-11-27T17:43:26.646Zinfo: installing component 'rust-docs'
392024-11-27T17:43:28.277Zinfo: installing component 'rust-std'
402024-11-27T17:43:29.967Zinfo: installing component 'rustc'
412024-11-27T17:43:38.783Zinfo: installing component 'rustfmt'
422024-11-27T17:43:38.859Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-27T17:43:38.859Z
442024-11-27T17:43:38.859Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-27T17:43:38.859Z
462024-11-27T17:43:38.859Z
472024-11-27T17:43:38.859ZRust is installed now. Great!
482024-11-27T17:43:38.859Z
492024-11-27T17:43:38.859ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-27T17:43:38.859Zenvironment variable. This has not been done automatically.
512024-11-27T17:43:38.859Z
522024-11-27T17:43:38.859ZTo configure your current shell, you need to source
532024-11-27T17:43:38.859Zthe corresponding env file under $HOME/.cargo.
542024-11-27T17:43:38.859Z
552024-11-27T17:43:38.859ZThis is usually done by running one of the following (note the leading DOT):
562024-11-27T17:43:38.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-27T17:43:38.860Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-27T17:43:38.860Z+ rustc --version
592024-11-27T17:43:38.860Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-27T17:43:38.860Zprocess exited: duration 24185 ms, exit code 0
 
612024-11-27T17:43:38.954Zstarting task 2: "authentication"
622024-11-27T17:43:38.998Zprocess exited: duration 37 ms, exit code 0
 
632024-11-27T17:43:39.008Zstarting task 3: "clone repository"
642024-11-27T17:43:39.012Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-27T17:43:39.019Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-27T17:43:39.331ZCloning into '/work/oxidecomputer/omicron'...
672024-11-27T17:43:46.586Z+ cd /work/oxidecomputer/omicron
682024-11-27T17:43:46.588Z+ git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d
692024-11-27T17:43:46.858ZFrom https://github.com/oxidecomputer/omicron
702024-11-27T17:43:46.858Z * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD
712024-11-27T17:43:46.868Z+ [[ -n alan/update-time-for-c-and-p ]]
722024-11-27T17:43:46.871Z++ git branch --show-current
732024-11-27T17:43:46.873Z+ current=main
742024-11-27T17:43:46.873Z+ [[ main != alan/update-time-for-c-and-p ]]
752024-11-27T17:43:46.873Z+ git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d
762024-11-27T17:43:46.876Z+ git checkout -f alan/update-time-for-c-and-p
772024-11-27T17:43:47.145ZSwitched to branch 'alan/update-time-for-c-and-p'
782024-11-27T17:43:47.152Z+ git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d
792024-11-27T17:43:47.152ZHEAD is now at efa5390f9 Update Crucible and Propolis
802024-11-27T17:43:47.152Zprocess exited: duration 8134 ms, exit code 0
 
812024-11-27T17:43:47.159Zstarting task 4: "build"
822024-11-27T17:43:47.166Z+ source .github/buildomat/ci-env.sh
832024-11-27T17:43:47.167Z++ export CARGO_TERM_COLOR=always
842024-11-27T17:43:47.167Z++ CARGO_TERM_COLOR=always
852024-11-27T17:43:47.169Z+ cargo --version
862024-11-27T17:43:47.227Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-27T17:43:47.230Z+ rustc --version
882024-11-27T17:43:47.292Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-27T17:43:47.294Z+ source ./env.sh
902024-11-27T17:43:47.296Z++ OLD_SHELL_OPTS=ehxB
912024-11-27T17:43:47.297Z++ set -o xtrace
922024-11-27T17:43:47.299Z++++ dirname ./env.sh
932024-11-27T17:43:47.299Z+++ readlink -f .
942024-11-27T17:43:47.351Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-27T17:43:47.354Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-27T17:43:47.354Z++ 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-27T17:43:47.354Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-27T17:43:47.354Z++ 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-27T17:43:47.354Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-27T17:43:47.354Z++ 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-27T17:43:47.354Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-27T17:43:47.354Z++ 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-27T17:43:47.354Z++ case $OLD_SHELL_OPTS in
1042024-11-27T17:43:47.354Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-27T17:43:47.354Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-27T17:43:47.354Z+ 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-27T17:43:47.354Z+ banner prerequisites
1082024-11-27T17:43:47.406Z
1092024-11-27T17:43:47.406Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-27T17:43:47.406Z # # # # # # # # # # # # # # #
1112024-11-27T17:43:47.406Z # # # # ##### # # ##### # # # # # #### #
1122024-11-27T17:43:47.407Z ##### ##### # ##### # # # # # # # # #
1132024-11-27T17:43:47.407Z # # # # # # # # # # # # # # #
1142024-11-27T17:43:47.407Z # # # ###### # # ###### ### # #### # #### #
1152024-11-27T17:43:47.407Z
1162024-11-27T17:43:47.409Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-27T17:44:06.302Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-27T17:44:10.188Z Startup: Caching catalogs ... Done
1192024-11-27T17:44:19.598ZPlanning: Solver setup ... Done (8.554s)
1202024-11-27T17:44:19.719ZPlanning: Running solver ... Done (0.120s)
1212024-11-27T17:44:19.920ZPlanning: Finding local manifests ... Done (0.109s)
1222024-11-27T17:44:19.930ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-27T17:44:20.664ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-27T17:44:21.036ZPlanning: Package planning ... Done (0.372s)
1252024-11-27T17:44:21.098ZPlanning: Merging actions ... Done (0.056s)
1262024-11-27T17:44:21.801ZPlanning: Checking for conflicting actions ... Done (0.707s)
1272024-11-27T17:44:28.898ZPlanning: Consolidating action changes ... Done (7.102s)
1282024-11-27T17:44:29.279ZPlanning: Evaluating mediators ... Done (0.382s)
1292024-11-27T17:44:29.361ZPlanning: Planning completed in 19.09 seconds
1302024-11-27T17:44:30.072Z Packages to install: 4
1312024-11-27T17:44:30.072Z Packages to update: 1
1322024-11-27T17:44:30.076Z Mediators to change: 2
1332024-11-27T17:44:30.076Z Services to change: 1
1342024-11-27T17:44:30.076Z Estimated space available: 155.64 GB
1352024-11-27T17:44:30.076ZEstimated space to be consumed: 1.60 GB
1362024-11-27T17:44:30.076Z Create boot environment: No
1372024-11-27T17:44:30.076ZCreate backup boot environment: Yes
1382024-11-27T17:44:30.076Z Rebuild boot archive: No
1392024-11-27T17:44:30.076Z
1402024-11-27T17:44:30.076ZChanged mediators:
1412024-11-27T17:44:30.076Z mediator clang:
1422024-11-27T17:44:30.076Z version: None -> 15 (system default)
1432024-11-27T17:44:30.076Z
1442024-11-27T17:44:30.076Z mediator llvm:
1452024-11-27T17:44:30.076Z version: 14 (system default) -> 15 (system default)
1462024-11-27T17:44:30.076Z
1472024-11-27T17:44:30.076ZChanged packages:
1482024-11-27T17:44:30.077Zhelios-dev
1492024-11-27T17:44:30.077Z developer/build-essential
1502024-11-27T17:44:30.077Z None -> 11-2.0
1512024-11-27T17:44:30.077Z library/libxmlsec1
1522024-11-27T17:44:30.077Z None -> 1.2.35-2.0
1532024-11-27T17:44:30.077Z ooce/developer/clang-15
1542024-11-27T17:44:30.077Z None -> 15.0.7-2.0
1552024-11-27T17:44:30.077Z ooce/developer/llvm-15
1562024-11-27T17:44:30.078Z None -> 15.0.7-2.0
1572024-11-27T17:44:30.078Z package/pkg
1582024-11-27T17:44:30.078Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-27T17:44:30.078Z
1602024-11-27T17:44:30.078ZServices:
1612024-11-27T17:44:30.078Z restart_fmri:
1622024-11-27T17:44:30.078Z svc:/system/update-man-index:default
1632024-11-27T17:44:30.078Z
1642024-11-27T17:44:30.078ZEditable files to change:
1652024-11-27T17:44:30.078Z Update:
1662024-11-27T17:44:30.078Z usr/share/lib/pkg/web/config.shtml
1672024-11-27T17:44:30.505Z
1682024-11-27T17:44:30.505ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-27T17:44:35.508ZDownload: 488/4281 items 16.8/220.6MB 7% complete (3.5M/s)
1702024-11-27T17:44:40.506ZDownload: 1120/4281 items 30.9/220.6MB 14% complete (3.0M/s)
1712024-11-27T17:44:46.038ZDownload: 1196/4281 items 83.2/220.6MB 37% complete (8.1M/s)
1722024-11-27T17:44:51.042ZDownload: 2134/4281 items 118.8/220.6MB 53% complete (8.1M/s)
1732024-11-27T17:44:56.040ZDownload: 2497/4281 items 120.2/220.6MB 54% complete (3.8M/s)
1742024-11-27T17:45:01.522ZDownload: 3242/4281 items 202.8/220.6MB 91% complete (8.3M/s)
1752024-11-27T17:45:06.699ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1762024-11-27T17:45:11.699ZDownload: 3595/4281 items 215.9/220.6MB 97% complete (1.4M/s)
1772024-11-27T17:45:15.572ZDownload: Completed 220.60 MB in 45.09 seconds (4.9M/s)
1782024-11-27T17:45:17.504Z Actions: 1/5063 actions (Removing old actions)
1792024-11-27T17:45:17.531Z Actions: 194/5063 actions (Installing new actions)
1802024-11-27T17:45:22.543Z Actions: 4086/5063 actions (Installing new actions)
1812024-11-27T17:45:22.840Z Actions: 4226/5063 actions (Updating modified actions)
1822024-11-27T17:45:23.240Z Actions: Completed 5063 actions in 5.74 seconds.
1832024-11-27T17:45:23.640Z Done (0.393s)
1842024-11-27T17:45:23.644Z Done (0.000s)
1852024-11-27T17:45:24.181Z Done (0.539s)
1862024-11-27T17:45:29.800Z Done (5.406s)
1872024-11-27T17:45:30.054Z Done (0.185s)
1882024-11-27T17:45:30.057Z Done (0.000s)
1892024-11-27T17:45:30.225Z Done (0.000s)
1902024-11-27T17:45:30.904ZPlanning: Evaluating mediator changes ... Done
1912024-11-27T17:45:31.062ZPlanning: Checking for conflicting actions ... Done
1922024-11-27T17:45:31.066ZPlanning: Consolidating action changes ... Done
1932024-11-27T17:45:31.332ZPlanning: Evaluating mediators ... Done
1942024-11-27T17:45:31.334ZPlanning: Planning completed in 0.43 seconds
1952024-11-27T17:45:31.369Z Mediators to change: 2
1962024-11-27T17:45:31.369Z Create boot environment: No
1972024-11-27T17:45:31.372ZCreate backup boot environment: No
1982024-11-27T17:45:31.462Z Done
1992024-11-27T17:45:31.462Z Done
2002024-11-27T17:45:31.806Z Done
2012024-11-27T17:45:35.549Z Done
2022024-11-27T17:45:35.640Z Done
2032024-11-27T17:45:35.642Z Done
2042024-11-27T17:45:35.754Z Done
2052024-11-27T17:45:36.377ZPlanning: Evaluating mediator changes ... Done
2062024-11-27T17:45:36.380ZPlanning: Merging actions ... Done
2072024-11-27T17:45:36.566ZPlanning: Checking for conflicting actions ... Done
2082024-11-27T17:45:36.569ZPlanning: Consolidating action changes ... Done
2092024-11-27T17:45:36.838ZPlanning: Evaluating mediators ... Done
2102024-11-27T17:45:36.896ZPlanning: Planning completed in 0.77 seconds
2112024-11-27T17:45:36.935Z Packages to change: 1
2122024-11-27T17:45:36.935Z Mediators to change: 1
2132024-11-27T17:45:36.937Z Services to change: 1
2142024-11-27T17:45:36.937Z Create boot environment: No
2152024-11-27T17:45:36.937ZCreate backup boot environment: Yes
2162024-11-27T17:45:38.969Z Actions: 1/6 actions (Updating modified actions)
2172024-11-27T17:45:39.022Z Actions: Completed 6 actions in 0.05 seconds.
2182024-11-27T17:45:39.030Z Done
2192024-11-27T17:45:39.030Z Done
2202024-11-27T17:45:39.131Z Done
2212024-11-27T17:45:42.888Z Done
2222024-11-27T17:45:42.979Z Done
2232024-11-27T17:45:42.981Z Done
2242024-11-27T17:45:43.123Z Done
2252024-11-27T17:45:43.562ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-11-27T17:45:43.562Zclang system 15 system
2272024-11-27T17:45:43.562Zcsh system system illumos
2282024-11-27T17:45:43.562Zctags system system illumos
2292024-11-27T17:45:43.562Zgcc vendor 12 vendor
2302024-11-27T17:45:43.562Zgcc system 10 system
2312024-11-27T17:45:43.562Zgcc system 7 system
2322024-11-27T17:45:43.562Zgo system 1.20 system
2332024-11-27T17:45:43.563Zgo system 1.19 system
2342024-11-27T17:45:43.563Zllvm system 15 system
2352024-11-27T17:45:43.563Zllvm system 14 system
2362024-11-27T17:45:43.563Zmariadb system 10.6 system
2372024-11-27T17:45:43.563Zmta vendor vendor dma
2382024-11-27T17:45:43.563Zopenjdk system 17 system
2392024-11-27T17:45:43.563Zopenjdk system 11 system
2402024-11-27T17:45:43.563Zopenjdk system 1.8 system
2412024-11-27T17:45:43.563Zopenssl vendor 3 vendor
2422024-11-27T17:45:43.563Zperl system 5.36 system
2432024-11-27T17:45:43.563Zpostgresql system 15 system
2442024-11-27T17:45:43.563Zpostgresql system 13 system
2452024-11-27T17:45:43.563Zpython vendor 3 vendor
2462024-11-27T17:45:43.563Zpython system 2 system
2472024-11-27T17:45:43.563Zpython3 system 3.11 system
2482024-11-27T17:45:43.563Zruby system 3.0 system
2492024-11-27T17:45:43.563Zwords vendor vendor american-english
2502024-11-27T17:45:43.563Zwords system system australian-english
2512024-11-27T17:45:43.563Zwords system system british-english
2522024-11-27T17:45:43.563Zwords system system canadian-english
2532024-11-27T17:45:43.563Zwords system system french
2542024-11-27T17:45:43.563Zwords system system italian
2552024-11-27T17:45:43.563Zwords system system ngerman
2562024-11-27T17:45:43.563Zwords system system ogerman
2572024-11-27T17:45:43.563Zwords system system spanish
2582024-11-27T17:45:43.895ZPUBLISHER TYPE STATUS P LOCATION
2592024-11-27T17:45:43.895Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-11-27T17:45:46.535ZFMRI IFO
2612024-11-27T17:45:46.536Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-11-27T17:45:46.536Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-11-27T17:45:46.536Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-11-27T17:45:46.536Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-11-27T17:45:46.536Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-11-27T17:45:46.536Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-11-27T17:45:46.536Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-11-27T17:45:46.536Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-11-27T17:45:46.536Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-11-27T17:45:46.536Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712024-11-27T17:45:46.536Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-11-27T17:45:46.536Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-11-27T17:45:46.536Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742024-11-27T17:45:46.536Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752024-11-27T17:45:46.536Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762024-11-27T17:45:47.282Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772024-11-27T17:45:47.578Z Updating crates.io index
2782024-11-27T17:45:47.635Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-11-27T17:45:48.116Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-11-27T17:45:48.360Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812024-11-27T17:45:48.637Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822024-11-27T17:45:48.879Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832024-11-27T17:45:49.680Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842024-11-27T17:45:52.255Z Updating git repository `https://github.com/oxidecomputer/opte`
2852024-11-27T17:45:53.378Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862024-11-27T17:45:54.207Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-11-27T17:45:54.511Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882024-11-27T17:45:54.870Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892024-11-27T17:45:55.492Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2902024-11-27T17:45:55.825Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-11-27T17:45:56.136Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-11-27T17:45:56.401Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-11-27T17:45:56.732Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-11-27T17:45:56.993Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-11-27T17:45:57.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-11-27T17:45:57.630Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-11-27T17:45:58.007Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-11-27T17:45:58.276Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-11-27T17:45:58.735Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3002024-11-27T17:45:59.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012024-11-27T17:45:59.478Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-11-27T17:45:59.906Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3032024-11-27T17:46:00.175Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3042024-11-27T17:46:00.576Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3052024-11-27T17:46:00.849Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3062024-11-27T17:46:02.376Z Downloading crates ...
3072024-11-27T17:46:02.475Z Downloaded anstyle-query v1.1.1
3082024-11-27T17:46:02.479Z Downloaded anstyle-parse v0.2.5
3092024-11-27T17:46:02.484Z Downloaded anstyle v1.0.10
3102024-11-27T17:46:02.489Z Downloaded anstream v0.6.15
3112024-11-27T17:46:02.538Z Downloaded crypto-common v0.1.6
3122024-11-27T17:46:02.541Z Downloaded cfg-if v1.0.0
3132024-11-27T17:46:02.544Z Downloaded camino-tempfile v1.1.1
3142024-11-27T17:46:02.552Z Downloaded cargo_toml v0.20.5
3152024-11-27T17:46:02.566Z Downloaded syn v1.0.109
3162024-11-27T17:46:02.576Z Downloaded equivalent v1.0.1
3172024-11-27T17:46:02.579Z Downloaded is_terminal_polyfill v1.70.1
3182024-11-27T17:46:02.579Z Downloaded bytecount v0.6.8
3192024-11-27T17:46:02.582Z Downloaded block-buffer v0.10.4
3202024-11-27T17:46:02.582Z Downloaded colorchoice v1.0.2
3212024-11-27T17:46:02.585Z Downloaded byteorder v1.5.0
3222024-11-27T17:46:02.588Z Downloaded pretty-hex v0.4.1
3232024-11-27T17:46:02.588Z Downloaded dof v0.3.0
3242024-11-27T17:46:02.588Z Downloaded itoa v1.0.11
3252024-11-27T17:46:02.591Z Downloaded heck v0.5.0
3262024-11-27T17:46:02.596Z Downloaded memmap v0.7.0
3272024-11-27T17:46:02.599Z Downloaded digest v0.10.7
3282024-11-27T17:46:02.600Z Downloaded serde_spanned v0.6.8
3292024-11-27T17:46:02.603Z Downloaded cargo_metadata v0.18.1
3302024-11-27T17:46:02.605Z Downloaded clap_derive v4.5.18
3312024-11-27T17:46:02.608Z Downloaded fs-err v2.11.0
3322024-11-27T17:46:02.610Z Downloaded macaddr v1.0.1
3332024-11-27T17:46:02.610Z Downloaded cargo-platform v0.1.8
3342024-11-27T17:46:02.615Z Downloaded camino v1.1.9
3352024-11-27T17:46:02.617Z Downloaded swrite v0.1.0
3362024-11-27T17:46:02.621Z Downloaded pest_derive v2.7.14
3372024-11-27T17:46:02.627Z Downloaded dtrace-parser v0.2.0
3382024-11-27T17:46:02.633Z Downloaded scroll_derive v0.12.0
3392024-11-27T17:46:02.646Z Downloaded usdt-macro v0.5.0
3402024-11-27T17:46:02.659Z Downloaded heck v0.4.1
3412024-11-27T17:46:02.662Z Downloaded terminal_size v0.4.0
3422024-11-27T17:46:02.664Z Downloaded errno v0.3.9
3432024-11-27T17:46:02.667Z Downloaded pest_generator v2.7.14
3442024-11-27T17:46:02.669Z Downloaded smawk v0.3.2
3452024-11-27T17:46:02.672Z Downloaded generic-array v0.14.7
3462024-11-27T17:46:02.672Z Downloaded fnv v1.0.7
3472024-11-27T17:46:02.675Z Downloaded clap v4.5.21
3482024-11-27T17:46:02.680Z Downloaded unicode-linebreak v0.1.5
3492024-11-27T17:46:02.683Z Downloaded autocfg v1.4.0
3502024-11-27T17:46:02.686Z Downloaded strsim v0.11.1
3512024-11-27T17:46:02.686Z Downloaded proc-macro-error-attr v1.0.4
3522024-11-27T17:46:02.686Z Downloaded version_check v0.9.5
3532024-11-27T17:46:02.690Z Downloaded plain v0.2.3
3542024-11-27T17:46:02.690Z Downloaded fastrand v2.1.1
3552024-11-27T17:46:02.692Z Downloaded cpufeatures v0.2.14
3562024-11-27T17:46:02.692Z Downloaded clap_lex v0.7.2
3572024-11-27T17:46:02.692Z Downloaded usdt v0.5.0
3582024-11-27T17:46:02.692Z Downloaded thiserror-impl v1.0.69
3592024-11-27T17:46:02.695Z Downloaded serde_tokenstream v0.2.2
3602024-11-27T17:46:02.698Z Downloaded usdt-impl v0.5.0
3612024-11-27T17:46:02.701Z Downloaded toml_datetime v0.6.8
3622024-11-27T17:46:02.711Z Downloaded utf8parse v0.2.2
3632024-11-27T17:46:02.714Z Downloaded usdt-attr-macro v0.5.0
3642024-11-27T17:46:02.714Z Downloaded thread-id v4.2.2
3652024-11-27T17:46:02.716Z Downloaded tabled_derive v0.7.0
3662024-11-27T17:46:02.716Z Downloaded quote v1.0.37
3672024-11-27T17:46:02.726Z Downloaded once_cell v1.20.2
3682024-11-27T17:46:02.732Z Downloaded sha2 v0.10.8
3692024-11-27T17:46:02.734Z Downloaded semver v1.0.23
3702024-11-27T17:46:02.739Z Downloaded tempfile v3.13.0
3712024-11-27T17:46:02.755Z Downloaded proc-macro-error v1.0.4
3722024-11-27T17:46:02.762Z Downloaded thiserror v1.0.69
3732024-11-27T17:46:02.762Z Downloaded pest_meta v2.7.14
3742024-11-27T17:46:02.765Z Downloaded bitflags v2.6.0
3752024-11-27T17:46:02.768Z Downloaded serde_derive v1.0.215
3762024-11-27T17:46:02.773Z Downloaded ryu v1.0.18
3772024-11-27T17:46:02.775Z Downloaded scroll v0.12.0
3782024-11-27T17:46:02.775Z Downloaded anyhow v1.0.93
3792024-11-27T17:46:02.778Z Downloaded textwrap v0.16.1
3802024-11-27T17:46:02.781Z Downloaded unicode-ident v1.0.13
3812024-11-27T17:46:02.784Z Downloaded toml v0.8.19
3822024-11-27T17:46:02.789Z Downloaded typenum v1.17.0
3832024-11-27T17:46:02.789Z Downloaded proc-macro2 v1.0.89
3842024-11-27T17:46:02.792Z Downloaded papergrid v0.11.0
3852024-11-27T17:46:02.795Z Downloaded log v0.4.22
3862024-11-27T17:46:02.797Z Downloaded zerocopy-derive v0.7.35
3872024-11-27T17:46:02.800Z Downloaded ucd-trie v0.1.7
3882024-11-27T17:46:02.803Z Downloaded memchr v2.7.4
3892024-11-27T17:46:02.808Z Downloaded indexmap v2.6.0
3902024-11-27T17:46:02.815Z Downloaded serde v1.0.215
3912024-11-27T17:46:02.853Z Downloaded toml_edit v0.22.22
3922024-11-27T17:46:02.874Z Downloaded pest v2.7.14
3932024-11-27T17:46:02.879Z Downloaded serde_json v1.0.132
3942024-11-27T17:46:02.886Z Downloaded clap_builder v4.5.21
3952024-11-27T17:46:02.892Z Downloaded goblin v0.8.2
3962024-11-27T17:46:02.898Z Downloaded zerocopy v0.7.35
3972024-11-27T17:46:02.913Z Downloaded winnow v0.6.20
3982024-11-27T17:46:02.921Z Downloaded tabled v0.15.0
3992024-11-27T17:46:02.935Z Downloaded hashbrown v0.15.0
4002024-11-27T17:46:02.947Z Downloaded syn v2.0.87
4012024-11-27T17:46:02.956Z Downloaded unicode-width v0.1.14
4022024-11-27T17:46:02.961Z Downloaded rustix v0.38.37
4032024-11-27T17:46:03.007Z Downloaded libc v0.2.162
4042024-11-27T17:46:03.324Z Compiling proc-macro2 v1.0.89
4052024-11-27T17:46:03.324Z Compiling unicode-ident v1.0.13
4062024-11-27T17:46:03.326Z Compiling version_check v0.9.5
4072024-11-27T17:46:03.326Z Compiling serde v1.0.215
4082024-11-27T17:46:03.326Z Compiling memchr v2.7.4
4092024-11-27T17:46:03.326Z Compiling thiserror v1.0.69
4102024-11-27T17:46:03.360Z Compiling libc v0.2.162
4112024-11-27T17:46:03.362Z Compiling ryu v1.0.18
4122024-11-27T17:46:03.560Z Compiling ucd-trie v0.1.7
4132024-11-27T17:46:03.752Z Compiling itoa v1.0.11
4142024-11-27T17:46:03.969Z Compiling once_cell v1.20.2
4152024-11-27T17:46:04.221Z Compiling byteorder v1.5.0
4162024-11-27T17:46:04.322Z Compiling rustix v0.38.37
4172024-11-27T17:46:04.683Z Compiling serde_json v1.0.132
4182024-11-27T17:46:04.857Z Compiling bitflags v2.6.0
4192024-11-27T17:46:05.039Z Compiling usdt-impl v0.5.0
4202024-11-27T17:46:05.113Z Compiling proc-macro-error-attr v1.0.4
4212024-11-27T17:46:05.116Z Compiling syn v1.0.109
4222024-11-27T17:46:05.221Z Compiling proc-macro-error v1.0.4
4232024-11-27T17:46:05.261Z Compiling log v0.4.22
4242024-11-27T17:46:05.489Z Compiling equivalent v1.0.1
4252024-11-27T17:46:05.491Z Compiling hashbrown v0.15.0
4262024-11-27T17:46:05.532Z Compiling plain v0.2.3
4272024-11-27T17:46:05.603Z Compiling utf8parse v0.2.2
4282024-11-27T17:46:05.651Z Compiling quote v1.0.37
4292024-11-27T17:46:05.689Z Compiling camino v1.1.9
4302024-11-27T17:46:05.782Z Compiling anstyle-parse v0.2.5
4312024-11-27T17:46:05.812Z Compiling errno v0.3.9
4322024-11-27T17:46:06.058Z Compiling syn v2.0.87
4332024-11-27T17:46:06.164Z Compiling thread-id v4.2.2
4342024-11-27T17:46:06.420Z Compiling is_terminal_polyfill v1.70.1
4352024-11-27T17:46:06.443Z Compiling semver v1.0.23
4362024-11-27T17:46:06.550Z Compiling anstyle-query v1.1.1
4372024-11-27T17:46:06.699Z Compiling anstyle v1.0.10
4382024-11-27T17:46:06.725Z Compiling indexmap v2.6.0
4392024-11-27T17:46:06.794Z Compiling pretty-hex v0.4.1
4402024-11-27T17:46:06.949Z Compiling colorchoice v1.0.2
4412024-11-27T17:46:07.024Z Compiling autocfg v1.4.0
4422024-11-27T17:46:07.125Z Compiling unicode-width v0.1.14
4432024-11-27T17:46:07.190Z Compiling winnow v0.6.20
4442024-11-27T17:46:07.602Z Compiling anstream v0.6.15
4452024-11-27T17:46:08.009Z Compiling clap_lex v0.7.2
4462024-11-27T17:46:08.058Z Compiling cfg-if v1.0.0
4472024-11-27T17:46:08.225Z Compiling fs-err v2.11.0
4482024-11-27T17:46:08.396Z Compiling terminal_size v0.4.0
4492024-11-27T17:46:08.751Z Compiling heck v0.5.0
4502024-11-27T17:46:08.760Z Compiling fnv v1.0.7
4512024-11-27T17:46:08.760Z Compiling strsim v0.11.1
4522024-11-27T17:46:08.760Z Compiling fastrand v2.1.1
4532024-11-27T17:46:08.760Z Compiling anyhow v1.0.93
4542024-11-27T17:46:09.063Z Compiling bytecount v0.6.8
4552024-11-27T17:46:09.217Z Compiling heck v0.4.1
4562024-11-27T17:46:09.299Z Compiling papergrid v0.11.0
4572024-11-27T17:46:09.549Z Compiling tempfile v3.13.0
4582024-11-27T17:46:09.722Z Compiling clap_builder v4.5.21
4592024-11-27T17:46:09.779Z Compiling memmap v0.7.0
4602024-11-27T17:46:09.885Z Compiling smawk v0.3.2
4612024-11-27T17:46:10.108Z Compiling unicode-linebreak v0.1.5
4622024-11-27T17:46:10.598Z Compiling textwrap v0.16.1
4632024-11-27T17:46:10.750Z Compiling swrite v0.1.0
4642024-11-27T17:46:11.973Z Compiling tabled_derive v0.7.0
4652024-11-27T17:46:13.504Z Compiling tabled v0.15.0
4662024-11-27T17:46:15.156Z Compiling serde_derive v1.0.215
4672024-11-27T17:46:15.156Z Compiling thiserror-impl v1.0.69
4682024-11-27T17:46:15.159Z Compiling zerocopy-derive v0.7.35
4692024-11-27T17:46:15.159Z Compiling scroll_derive v0.12.0
4702024-11-27T17:46:15.297Z Compiling clap_derive v4.5.18
4712024-11-27T17:46:16.394Z Compiling scroll v0.12.0
4722024-11-27T17:46:16.885Z Compiling goblin v0.8.2
4732024-11-27T17:46:16.996Z Compiling zerocopy v0.7.35
4742024-11-27T17:46:19.201Z Compiling clap v4.5.21
4752024-11-27T17:46:20.495Z Compiling pest v2.7.14
4762024-11-27T17:46:22.112Z Compiling pest_meta v2.7.14
4772024-11-27T17:46:23.131Z Compiling pest_generator v2.7.14
4782024-11-27T17:46:24.917Z Compiling pest_derive v2.7.14
4792024-11-27T17:46:25.157Z Compiling serde_tokenstream v0.2.2
4802024-11-27T17:46:25.178Z Compiling toml_datetime v0.6.8
4812024-11-27T17:46:25.202Z Compiling serde_spanned v0.6.8
4822024-11-27T17:46:25.546Z Compiling toml_edit v0.22.22
4832024-11-27T17:46:25.572Z Compiling dtrace-parser v0.2.0
4842024-11-27T17:46:25.728Z Compiling cargo-platform v0.1.8
4852024-11-27T17:46:25.778Z Compiling macaddr v1.0.1
4862024-11-27T17:46:26.231Z Compiling camino-tempfile v1.1.1
4872024-11-27T17:46:26.856Z Compiling dof v0.3.0
4882024-11-27T17:46:26.982Z Compiling cargo_metadata v0.18.1
4892024-11-27T17:46:28.489Z Compiling usdt-macro v0.5.0
4902024-11-27T17:46:28.489Z Compiling usdt-attr-macro v0.5.0
4912024-11-27T17:46:28.622Z Compiling toml v0.8.19
4922024-11-27T17:46:29.499Z Compiling cargo_toml v0.20.5
4932024-11-27T17:46:29.923Z Compiling usdt v0.5.0
4942024-11-27T17:46:32.977Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-11-27T17:46:37.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.16s
4962024-11-27T17:46:37.440Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-11-27T17:46:37.966Z Downloading crates ...
4982024-11-27T17:46:38.134Z Downloaded headers-core v0.3.0
4992024-11-27T17:46:38.138Z Downloaded darling v0.20.10
5002024-11-27T17:46:38.156Z Downloaded arrayref v0.3.9
5012024-11-27T17:46:38.163Z Downloaded ahash v0.8.11
5022024-11-27T17:46:38.166Z Downloaded aead v0.5.2
5032024-11-27T17:46:38.172Z Downloaded arc-swap v1.7.1
5042024-11-27T17:46:38.178Z Downloaded async-stream-impl v0.3.6
5052024-11-27T17:46:38.180Z Downloaded adler2 v2.0.0
5062024-11-27T17:46:38.180Z Downloaded array-init v0.0.4
5072024-11-27T17:46:38.180Z Downloaded argon2 v0.5.3
5082024-11-27T17:46:38.183Z Downloaded addr2line v0.24.2
5092024-11-27T17:46:38.185Z Downloaded assert_matches v1.5.0
5102024-11-27T17:46:38.187Z Downloaded async-stream v0.3.6
5112024-11-27T17:46:38.191Z Downloaded allocator-api2 v0.2.18
5122024-11-27T17:46:38.200Z Downloaded ascii-canvas v3.0.0
5132024-11-27T17:46:38.200Z Downloaded async-trait v0.1.83
5142024-11-27T17:46:38.204Z Downloaded http-range v0.1.5
5152024-11-27T17:46:38.206Z Downloaded async-bb8-diesel v0.2.1
5162024-11-27T17:46:38.206Z Downloaded async-recursion v1.1.1
5172024-11-27T17:46:38.210Z Downloaded aes-gcm v0.10.3
5182024-11-27T17:46:38.213Z Downloaded http-body-util v0.1.2
5192024-11-27T17:46:38.218Z Downloaded aes v0.8.4
5202024-11-27T17:46:38.222Z Downloaded hostname v0.4.0
5212024-11-27T17:46:38.224Z Downloaded aho-corasick v1.1.3
5222024-11-27T17:46:38.229Z Downloaded instability v0.3.2
5232024-11-27T17:46:38.231Z Downloaded inout v0.1.3
5242024-11-27T17:46:38.234Z Downloaded hostname v0.3.1
5252024-11-27T17:46:38.237Z Downloaded icu_locid v1.5.0
5262024-11-27T17:46:38.239Z Downloaded hubpack_derive v0.1.1
5272024-11-27T17:46:38.242Z Downloaded indent_write v2.2.0
5282024-11-27T17:46:38.244Z Downloaded buf-list v1.0.3
5292024-11-27T17:46:38.247Z Downloaded instant v0.1.13
5302024-11-27T17:46:38.247Z Downloaded ident_case v1.0.1
5312024-11-27T17:46:38.251Z Downloaded iana-time-zone v0.1.61
5322024-11-27T17:46:38.253Z Downloaded hyper-tls v0.6.0
5332024-11-27T17:46:38.257Z Downloaded highway v1.2.0
5342024-11-27T17:46:38.261Z Downloaded icu_provider v1.5.0
5352024-11-27T17:46:38.263Z Downloaded castaway v0.2.3
5362024-11-27T17:46:38.263Z Downloaded blowfish v0.9.1
5372024-11-27T17:46:38.266Z Downloaded chacha20 v0.9.1
5382024-11-27T17:46:38.271Z Downloaded bcs v0.1.6
5392024-11-27T17:46:38.273Z Downloaded is_ci v1.2.0
5402024-11-27T17:46:38.273Z Downloaded is-terminal v0.4.13
5412024-11-27T17:46:38.273Z Downloaded atty v0.2.14
5422024-11-27T17:46:38.275Z Downloaded crucible-workspace-hack v0.1.0
5432024-11-27T17:46:38.275Z Downloaded atomicwrites v0.4.4
5442024-11-27T17:46:38.278Z Downloaded block-padding v0.3.3
5452024-11-27T17:46:38.278Z Downloaded icu_locid_transform v1.5.0
5462024-11-27T17:46:38.280Z Downloaded idna_adapter v1.2.0
5472024-11-27T17:46:38.283Z Downloaded bitfield-struct v0.6.2
5482024-11-27T17:46:38.288Z Downloaded hyper-staticfile v0.10.1
5492024-11-27T17:46:38.290Z Downloaded icu_provider_macros v1.5.0
5502024-11-27T17:46:38.290Z Downloaded crunchy v0.2.2
5512024-11-27T17:46:38.290Z Downloaded ciborium-io v0.2.2
5522024-11-27T17:46:38.290Z Downloaded cstr-argument v0.1.2
5532024-11-27T17:46:38.292Z Downloaded hex-literal v0.4.1
5542024-11-27T17:46:38.292Z Downloaded matches v0.1.10
5552024-11-27T17:46:38.295Z Downloaded impl-trait-for-tuples v0.2.2
5562024-11-27T17:46:38.298Z Downloaded cipher v0.4.4
5572024-11-27T17:46:38.298Z Downloaded constant_time_eq v0.3.1
5582024-11-27T17:46:38.301Z Downloaded chrono-tz-build v0.4.0
5592024-11-27T17:46:38.301Z Downloaded match_cfg v0.1.0
5602024-11-27T17:46:38.304Z Downloaded mime v0.3.17
5612024-11-27T17:46:38.304Z Downloaded md5 v0.7.0
5622024-11-27T17:46:38.304Z Downloaded hickory-client v0.24.1
5632024-11-27T17:46:38.307Z Downloaded hyper-rustls v0.27.3
5642024-11-27T17:46:38.310Z Downloaded hubpack v0.1.2
5652024-11-27T17:46:38.312Z Downloaded heck v0.3.3
5662024-11-27T17:46:38.313Z Downloaded rpassword v7.3.1
5672024-11-27T17:46:38.315Z Downloaded colored v2.1.0
5682024-11-27T17:46:38.317Z Downloaded russh-cryptovec v0.7.3
5692024-11-27T17:46:38.320Z Downloaded lru-cache v0.1.2
5702024-11-27T17:46:38.320Z Downloaded lazycell v1.3.0
5712024-11-27T17:46:38.324Z Downloaded internet-checksum v0.2.1
5722024-11-27T17:46:38.324Z Downloaded httparse v1.9.5
5732024-11-27T17:46:38.328Z Downloaded icu_normalizer_data v1.5.0
5742024-11-27T17:46:38.328Z Downloaded cbc v0.1.2
5752024-11-27T17:46:38.331Z Downloaded crossbeam-deque v0.8.5
5762024-11-27T17:46:38.331Z Downloaded base64 v0.21.7
5772024-11-27T17:46:38.335Z Downloaded lru v0.12.5
5782024-11-27T17:46:38.338Z Downloaded lockfree-object-pool v0.1.6
5792024-11-27T17:46:38.341Z Downloaded lalrpop-util v0.19.12
5802024-11-27T17:46:38.341Z Downloaded cfg_aliases v0.2.1
5812024-11-27T17:46:38.343Z Downloaded atomic-waker v1.1.2
5822024-11-27T17:46:38.343Z Downloaded keccak v0.1.5
5832024-11-27T17:46:38.346Z Downloaded curve25519-dalek-derive v0.1.1
5842024-11-27T17:46:38.346Z Downloaded md-5 v0.10.6
5852024-11-27T17:46:38.350Z Downloaded managed v0.8.0
5862024-11-27T17:46:38.359Z Downloaded lazy_static v1.5.0
5872024-11-27T17:46:38.359Z Downloaded ctr v0.9.2
5882024-11-27T17:46:38.363Z Downloaded serde-big-array v0.5.1
5892024-11-27T17:46:38.363Z Downloaded memoffset v0.9.1
5902024-11-27T17:46:38.363Z Downloaded base64 v0.13.1
5912024-11-27T17:46:38.366Z Downloaded tower-service v0.3.3
5922024-11-27T17:46:38.366Z Downloaded crc32fast v1.4.2
5932024-11-27T17:46:38.366Z Downloaded serde-hex v0.1.0
5942024-11-27T17:46:38.370Z Downloaded quinn-udp v0.5.5
5952024-11-27T17:46:38.370Z Downloaded indexmap v1.9.3
5962024-11-27T17:46:38.374Z Downloaded simd-adler32 v0.3.7
5972024-11-27T17:46:38.376Z Downloaded xattr v1.3.1
5982024-11-27T17:46:38.378Z Downloaded foreign-types v0.5.0
5992024-11-27T17:46:38.378Z Downloaded derive_builder_macro v0.20.2
6002024-11-27T17:46:38.380Z Downloaded sqlformat v0.2.6
6012024-11-27T17:46:38.381Z Downloaded cancel-safe-futures v0.1.5
6022024-11-27T17:46:38.384Z Downloaded spki v0.7.3
6032024-11-27T17:46:38.389Z Downloaded sync_wrapper v1.0.1
6042024-11-27T17:46:38.389Z Downloaded heapless v0.8.0
6052024-11-27T17:46:38.391Z Downloaded tls_codec_derive v0.4.1
6062024-11-27T17:46:38.394Z Downloaded termios v0.3.3
6072024-11-27T17:46:38.400Z Downloaded termcolor v1.4.1
6082024-11-27T17:46:38.400Z Downloaded foreign-types v0.3.2
6092024-11-27T17:46:38.400Z Downloaded slog-scope v4.4.0
6102024-11-27T17:46:38.403Z Downloaded num-iter v0.1.45
6112024-11-27T17:46:38.403Z Downloaded openssl-probe v0.1.5
6122024-11-27T17:46:38.404Z Downloaded number_prefix v0.4.0
6132024-11-27T17:46:38.404Z Downloaded mime_guess v2.0.5
6142024-11-27T17:46:38.407Z Downloaded const-oid v0.9.6
6152024-11-27T17:46:38.410Z Downloaded utf16_iter v1.0.5
6162024-11-27T17:46:38.410Z Downloaded backtrace v0.3.74
6172024-11-27T17:46:38.414Z Downloaded openssl-macros v0.1.1
6182024-11-27T17:46:38.414Z Downloaded num_threads v0.1.7
6192024-11-27T17:46:38.416Z Downloaded zerovec-derive v0.10.3
6202024-11-27T17:46:38.421Z Downloaded utf-8 v0.7.6
6212024-11-27T17:46:38.421Z Downloaded cookie_store v0.21.0
6222024-11-27T17:46:38.423Z Downloaded jobserver v0.1.32
6232024-11-27T17:46:38.423Z Downloaded defmt-macros v0.3.9
6242024-11-27T17:46:38.427Z Downloaded either v1.13.0
6252024-11-27T17:46:38.430Z Downloaded compact_str v0.8.0
6262024-11-27T17:46:38.433Z Downloaded ed25519 v2.2.3
6272024-11-27T17:46:38.433Z Downloaded difflib v0.4.0
6282024-11-27T17:46:38.436Z Downloaded spin v0.9.8
6292024-11-27T17:46:38.439Z Downloaded strum_macros v0.26.4
6302024-11-27T17:46:38.440Z Downloaded pretty-hex v0.2.1
6312024-11-27T17:46:38.444Z Downloaded memmap2 v0.9.5
6322024-11-27T17:46:38.445Z Downloaded foldhash v0.1.3
6332024-11-27T17:46:38.447Z Downloaded fixedbitset v0.4.2
6342024-11-27T17:46:38.447Z Downloaded normalize-line-endings v0.3.0
6352024-11-27T17:46:38.447Z Downloaded tokio-tungstenite v0.21.0
6362024-11-27T17:46:38.449Z Downloaded bumpalo v3.16.0
6372024-11-27T17:46:38.452Z Downloaded sync-ptr v0.1.1
6382024-11-27T17:46:38.455Z Downloaded base64 v0.22.1
6392024-11-27T17:46:38.457Z Downloaded parse-display v0.10.0
6402024-11-27T17:46:38.461Z Downloaded hash32 v0.3.1
6412024-11-27T17:46:38.461Z Downloaded progenitor-impl v0.8.0
6422024-11-27T17:46:38.464Z Downloaded walkdir v2.5.0
6432024-11-27T17:46:38.467Z Downloaded nibble_vec v0.1.0
6442024-11-27T17:46:38.467Z Downloaded termtree v0.4.1
6452024-11-27T17:46:38.467Z Downloaded icu_collections v1.5.0
6462024-11-27T17:46:38.475Z Downloaded powerfmt v0.2.0
6472024-11-27T17:46:38.479Z Downloaded percent-encoding v2.3.1
6482024-11-27T17:46:38.479Z Downloaded thiserror-impl-no-std v2.0.2
6492024-11-27T17:46:38.479Z Downloaded primeorder v0.13.6
6502024-11-27T17:46:38.479Z Downloaded icu_normalizer v1.5.0
6512024-11-27T17:46:38.483Z Downloaded dhcproto-macros v0.1.0
6522024-11-27T17:46:38.486Z Downloaded rustc-hash v1.1.0
6532024-11-27T17:46:38.486Z Downloaded const_format v0.2.33
6542024-11-27T17:46:38.490Z Downloaded ecdsa v0.16.9
6552024-11-27T17:46:38.494Z Downloaded r2d2 v0.8.10
6562024-11-27T17:46:38.494Z Downloaded foreign-types-shared v0.1.1
6572024-11-27T17:46:38.494Z Downloaded zone_cfg_derive v0.3.0
6582024-11-27T17:46:38.497Z Downloaded zone_cfg_derive v0.1.2
6592024-11-27T17:46:38.497Z Downloaded icu_properties v1.5.1
6602024-11-27T17:46:38.500Z Downloaded nanorand v0.7.0
6612024-11-27T17:46:38.500Z Downloaded slog-async v2.8.0
6622024-11-27T17:46:38.512Z Downloaded parse-size v1.1.0
6632024-11-27T17:46:38.514Z Downloaded tokio-macros v2.4.0
6642024-11-27T17:46:38.516Z Downloaded rusty-fork v0.3.0
6652024-11-27T17:46:38.517Z Downloaded smallvec v0.6.14
6662024-11-27T17:46:38.520Z Downloaded slog-json v2.6.1
6672024-11-27T17:46:38.522Z Downloaded progenitor-client v0.8.0
6682024-11-27T17:46:38.522Z Downloaded slog-stdlog v4.1.1
6692024-11-27T17:46:38.525Z Downloaded slog-envlogger v2.2.0
6702024-11-27T17:46:38.527Z Downloaded slog-bunyan v2.5.0
6712024-11-27T17:46:38.527Z Downloaded tar v0.4.42
6722024-11-27T17:46:38.530Z Downloaded rustc-demangle v0.1.24
6732024-11-27T17:46:38.534Z Downloaded heapless v0.7.17
6742024-11-27T17:46:38.538Z Downloaded crypto-bigint v0.5.5
6752024-11-27T17:46:38.544Z Downloaded time-core v0.1.2
6762024-11-27T17:46:38.546Z Downloaded untrusted v0.7.1
6772024-11-27T17:46:38.546Z Downloaded universal-hash v0.5.1
6782024-11-27T17:46:38.546Z Downloaded foreign-types-macros v0.2.3
6792024-11-27T17:46:38.546Z Downloaded env_filter v0.1.2
6802024-11-27T17:46:38.549Z Downloaded enum-as-inner v0.6.1
6812024-11-27T17:46:38.553Z Downloaded enum-as-inner v0.5.1
6822024-11-27T17:46:38.553Z Downloaded parking_lot_core v0.9.10
6832024-11-27T17:46:38.556Z Downloaded form_urlencoded v1.2.1
6842024-11-27T17:46:38.556Z Downloaded foreign-types-shared v0.3.1
6852024-11-27T17:46:38.556Z Downloaded similar v2.6.0
6862024-11-27T17:46:38.560Z Downloaded write16 v1.0.0
6872024-11-27T17:46:38.562Z Downloaded tungstenite v0.24.0
6882024-11-27T17:46:38.571Z Downloaded want v0.3.1
6892024-11-27T17:46:38.574Z Downloaded mockall v0.13.0
6902024-11-27T17:46:38.574Z Downloaded yoke-derive v0.7.4
6912024-11-27T17:46:38.574Z Downloaded tokio-tungstenite v0.24.0
6922024-11-27T17:46:38.574Z Downloaded tokio-stream v0.1.16
6932024-11-27T17:46:38.576Z Downloaded radium v0.7.0
6942024-11-27T17:46:38.579Z Downloaded postgres-types v0.2.8
6952024-11-27T17:46:38.582Z Downloaded crossbeam-channel v0.5.13
6962024-11-27T17:46:38.586Z Downloaded nodrop v0.1.14
6972024-11-27T17:46:38.586Z Downloaded endian-type v0.1.2
6982024-11-27T17:46:38.586Z Downloaded sec1 v0.7.3
6992024-11-27T17:46:38.589Z Downloaded same-file v1.0.6
7002024-11-27T17:46:38.589Z Downloaded rustc_version v0.4.1
7012024-11-27T17:46:38.592Z Downloaded thread_local v1.1.8
7022024-11-27T17:46:38.596Z Downloaded zip v0.6.6
7032024-11-27T17:46:38.599Z Downloaded indicatif v0.17.9
7042024-11-27T17:46:38.603Z Downloaded precomputed-hash v0.1.1
7052024-11-27T17:46:38.603Z Downloaded strum_macros v0.25.3
7062024-11-27T17:46:38.605Z Downloaded stable_deref_trait v1.2.0
7072024-11-27T17:46:38.605Z Downloaded oso-derive v0.27.3
7082024-11-27T17:46:38.605Z Downloaded peg-runtime v0.8.3
7092024-11-27T17:46:38.605Z Downloaded zerocopy-derive v0.8.10
7102024-11-27T17:46:38.612Z Downloaded fs_extra v1.3.0
7112024-11-27T17:46:38.615Z Downloaded cc v1.1.30
7122024-11-27T17:46:38.617Z Downloaded zone v0.3.0
7132024-11-27T17:46:38.621Z Downloaded env_logger v0.10.2
7142024-11-27T17:46:38.625Z Downloaded pkcs1 v0.7.5
7152024-11-27T17:46:38.625Z Downloaded ssh-encoding v0.2.0
7162024-11-27T17:46:38.629Z Downloaded serde_urlencoded v0.7.1
7172024-11-27T17:46:38.629Z Downloaded serde_path_to_error v0.1.16
7182024-11-27T17:46:38.632Z Downloaded signal-hook v0.3.17
7192024-11-27T17:46:38.632Z Downloaded postgres-protocol v0.6.7
7202024-11-27T17:46:38.635Z Downloaded parking_lot_core v0.8.6
7212024-11-27T17:46:38.639Z Downloaded take_mut v0.2.2
7222024-11-27T17:46:38.639Z Downloaded tap v1.0.1
7232024-11-27T17:46:38.639Z Downloaded serde_derive_internals v0.29.1
7242024-11-27T17:46:38.646Z Downloaded minimal-lexical v0.2.1
7252024-11-27T17:46:38.651Z Downloaded ena v0.14.3
7262024-11-27T17:46:38.651Z Downloaded fallible-iterator v0.2.0
7272024-11-27T17:46:38.651Z Downloaded embedded-io v0.6.1
7282024-11-27T17:46:38.651Z Downloaded embedded-io v0.4.0
7292024-11-27T17:46:38.651Z Downloaded downcast v0.11.0
7302024-11-27T17:46:38.663Z Downloaded phf v0.11.2
7312024-11-27T17:46:38.663Z Downloaded rustls-pemfile v2.2.0
7322024-11-27T17:46:38.667Z Downloaded test-strategy v0.3.1
7332024-11-27T17:46:38.667Z Downloaded phf_codegen v0.11.2
7342024-11-27T17:46:38.667Z Downloaded openssl-sys v0.9.103
7352024-11-27T17:46:38.667Z Downloaded rand_core v0.6.4
7362024-11-27T17:46:38.670Z Downloaded tracing-attributes v0.1.27
7372024-11-27T17:46:38.670Z Downloaded ed25519-dalek v2.1.1
7382024-11-27T17:46:38.672Z Downloaded rand_chacha v0.3.1
7392024-11-27T17:46:38.674Z Downloaded pkcs5 v0.7.1
7402024-11-27T17:46:38.677Z Downloaded uzers v0.12.1
7412024-11-27T17:46:38.682Z Downloaded slog-term v2.9.1
7422024-11-27T17:46:38.687Z Downloaded smf v0.2.3
7432024-11-27T17:46:38.687Z Downloaded x509-cert v0.2.5
7442024-11-27T17:46:38.691Z Downloaded diesel_table_macro_syntax v0.2.0
7452024-11-27T17:46:38.691Z Downloaded rand_seeder v0.3.0
7462024-11-27T17:46:38.696Z Downloaded des v0.8.1
7472024-11-27T17:46:38.698Z Downloaded vte_generate_state_changes v0.1.2
7482024-11-27T17:46:38.698Z Downloaded tabwriter v1.4.0
7492024-11-27T17:46:38.698Z Downloaded tiny-keccak v2.0.2
7502024-11-27T17:46:38.702Z Downloaded native-tls v0.2.12
7512024-11-27T17:46:38.702Z Downloaded env_logger v0.11.5
7522024-11-27T17:46:38.705Z Downloaded darling_core v0.20.10
7532024-11-27T17:46:38.709Z Downloaded unsafe-libyaml v0.2.11
7542024-11-27T17:46:38.713Z Downloaded progenitor-macro v0.8.0
7552024-11-27T17:46:38.717Z Downloaded writeable v0.5.5
7562024-11-27T17:46:38.721Z Downloaded fallible-iterator v0.3.0
7572024-11-27T17:46:38.721Z Downloaded nu-ansi-term v0.50.1
7582024-11-27T17:46:38.729Z Downloaded wyz v0.5.1
7592024-11-27T17:46:38.729Z Downloaded packed_struct_codegen v0.10.1
7602024-11-27T17:46:38.729Z Downloaded tungstenite v0.21.0
7612024-11-27T17:46:38.732Z Downloaded password-hash v0.4.2
7622024-11-27T17:46:38.732Z Downloaded zerocopy v0.6.6
7632024-11-27T17:46:38.732Z Downloaded itertools v0.10.5
7642024-11-27T17:46:38.738Z Downloaded quinn v0.11.5
7652024-11-27T17:46:38.742Z Downloaded diesel-dtrace v0.3.0
7662024-11-27T17:46:38.744Z Downloaded typed-path v0.9.3
7672024-11-27T17:46:38.750Z Downloaded signal-hook-tokio v0.3.1
7682024-11-27T17:46:38.753Z Downloaded multimap v0.10.0
7692024-11-27T17:46:38.753Z Downloaded futures-task v0.3.31
7702024-11-27T17:46:38.755Z Downloaded float-ord v0.3.2
7712024-11-27T17:46:38.755Z Downloaded float-cmp v0.9.0
7722024-11-27T17:46:38.758Z Downloaded shlex v1.3.0
7732024-11-27T17:46:38.758Z Downloaded unicode_categories v0.1.1
7742024-11-27T17:46:38.761Z Downloaded psl-types v2.0.11
7752024-11-27T17:46:38.763Z Downloaded topological-sort v0.2.2
7762024-11-27T17:46:38.763Z Downloaded half v2.4.1
7772024-11-27T17:46:38.768Z Downloaded hashbrown v0.13.2
7782024-11-27T17:46:38.776Z Downloaded which v4.4.2
7792024-11-27T17:46:38.776Z Downloaded wait-timeout v0.2.0
7802024-11-27T17:46:38.783Z Downloaded shell-words v1.1.0
7812024-11-27T17:46:38.783Z Downloaded sha1 v0.10.6
7822024-11-27T17:46:38.783Z Downloaded yoke v0.7.4
7832024-11-27T17:46:38.784Z Downloaded glob v0.3.1
7842024-11-27T17:46:38.784Z Downloaded dsl_auto_type v0.1.2
7852024-11-27T17:46:38.795Z Downloaded parking_lot v0.11.2
7862024-11-27T17:46:38.795Z Downloaded tungstenite v0.23.0
7872024-11-27T17:46:38.798Z Downloaded num-conv v0.1.0
7882024-11-27T17:46:38.798Z Downloaded tokio-native-tls v0.3.1
7892024-11-27T17:46:38.798Z Downloaded polyval v0.6.2
7902024-11-27T17:46:38.798Z Downloaded tls_codec v0.4.1
7912024-11-27T17:46:38.798Z Downloaded serde_with_macros v3.11.0
7922024-11-27T17:46:38.798Z Downloaded displaydoc v0.2.5
7932024-11-27T17:46:38.801Z Downloaded proc-macro-crate v1.3.1
7942024-11-27T17:46:38.801Z Downloaded tinyvec_macros v0.1.1
7952024-11-27T17:46:38.804Z Downloaded paste v1.0.15
7962024-11-27T17:46:38.807Z Downloaded newline-converter v0.3.0
7972024-11-27T17:46:38.807Z Downloaded new_debug_unreachable v1.0.6
7982024-11-27T17:46:38.813Z Downloaded num-complex v0.4.6
7992024-11-27T17:46:38.813Z Downloaded newtype_derive v0.1.6
8002024-11-27T17:46:38.816Z Downloaded ppv-lite86 v0.2.20
8012024-11-27T17:46:38.816Z Downloaded tracing-core v0.1.32
8022024-11-27T17:46:38.816Z Downloaded pin-utils v0.1.0
8032024-11-27T17:46:38.816Z Downloaded static_assertions v1.1.0
8042024-11-27T17:46:38.820Z Downloaded russh-keys v0.45.0
8052024-11-27T17:46:38.825Z Downloaded flume v0.11.1
8062024-11-27T17:46:38.830Z Downloaded idna v1.0.3
8072024-11-27T17:46:38.835Z Downloaded structmeta-derive v0.2.0
8082024-11-27T17:46:38.835Z Downloaded num-bigint v0.4.6
8092024-11-27T17:46:38.838Z Downloaded structmeta-derive v0.3.0
8102024-11-27T17:46:38.838Z Downloaded vte v0.11.1
8112024-11-27T17:46:38.842Z Downloaded funty v2.0.0
8122024-11-27T17:46:38.842Z Downloaded itertools v0.13.0
8132024-11-27T17:46:38.848Z Downloaded num-derive v0.4.2
8142024-11-27T17:46:38.852Z Downloaded hash32 v0.2.1
8152024-11-27T17:46:38.856Z Downloaded omicron-zone-package v0.11.1
8162024-11-27T17:46:38.857Z Downloaded password-hash v0.5.0
8172024-11-27T17:46:38.866Z Downloaded hkdf v0.12.4
8182024-11-27T17:46:38.866Z Downloaded zerofrom-derive v0.1.4
8192024-11-27T17:46:38.866Z Downloaded zerofrom v0.1.4
8202024-11-27T17:46:38.883Z Downloaded string_cache v0.8.7
8212024-11-27T17:46:38.883Z Downloaded unarray v0.1.4
8222024-11-27T17:46:38.883Z Downloaded progenitor v0.8.0
8232024-11-27T17:46:38.883Z Downloaded gethostname v0.5.0
8242024-11-27T17:46:38.883Z Downloaded pkcs8 v0.10.2
8252024-11-27T17:46:38.883Z Downloaded fxhash v0.2.1
8262024-11-27T17:46:38.883Z Downloaded parse-zoneinfo v0.3.1
8272024-11-27T17:46:38.883Z Downloaded rayon v1.10.0
8282024-11-27T17:46:38.887Z Downloaded try-lock v0.2.5
8292024-11-27T17:46:38.887Z Downloaded opaque-debug v0.3.1
8302024-11-27T17:46:38.887Z Downloaded ff v0.13.0
8312024-11-27T17:46:38.887Z Downloaded ghash v0.5.1
8322024-11-27T17:46:38.887Z Downloaded tokio-rustls v0.25.0
8332024-11-27T17:46:38.891Z Downloaded num_enum_derive v0.5.11
8342024-11-27T17:46:38.891Z Downloaded toolchain_find v0.4.0
8352024-11-27T17:46:38.894Z Downloaded der_derive v0.7.3
8362024-11-27T17:46:38.894Z Downloaded typify-macro v0.2.0
8372024-11-27T17:46:38.894Z Downloaded rfc6979 v0.4.0
8382024-11-27T17:46:38.896Z Downloaded futures-io v0.3.31
8392024-11-27T17:46:38.896Z Downloaded phf_shared v0.11.2
8402024-11-27T17:46:38.898Z Downloaded fd-lock v4.0.2
8412024-11-27T17:46:38.901Z Downloaded elliptic-curve v0.13.8
8422024-11-27T17:46:38.904Z Downloaded poly1305 v0.8.0
8432024-11-27T17:46:38.906Z Downloaded rsa v0.9.6
8442024-11-27T17:46:38.910Z Downloaded zone v0.1.8
8452024-11-27T17:46:38.923Z Downloaded zeroize_derive v1.4.2
8462024-11-27T17:46:38.923Z Downloaded zeroize v1.8.1
8472024-11-27T17:46:38.923Z Downloaded slab v0.4.9
8482024-11-27T17:46:38.927Z Downloaded tinystr v0.7.6
8492024-11-27T17:46:38.927Z Downloaded supports-color v3.0.1
8502024-11-27T17:46:38.927Z Downloaded subtle v2.6.1
8512024-11-27T17:46:38.927Z Downloaded unicode-segmentation v1.12.0
8522024-11-27T17:46:38.927Z Downloaded predicates v3.1.2
8532024-11-27T17:46:38.930Z Downloaded nom v7.1.3
8542024-11-27T17:46:38.932Z Downloaded slog v2.7.0
8552024-11-27T17:46:38.935Z Downloaded ron v0.7.1
8562024-11-27T17:46:38.939Z Downloaded rand_xorshift v0.3.0
8572024-11-27T17:46:38.944Z Downloaded fallible-streaming-iterator v0.1.9
8582024-11-27T17:46:38.944Z Downloaded rustyline v14.0.0
8592024-11-27T17:46:38.949Z Downloaded path-slash v0.1.5
8602024-11-27T17:46:38.954Z Downloaded sqlparser_derive v0.2.2
8612024-11-27T17:46:38.954Z Downloaded tui-tree-widget v0.22.0
8622024-11-27T17:46:38.954Z Downloaded group v0.13.0
8632024-11-27T17:46:38.954Z Downloaded ssh-cipher v0.2.0
8642024-11-27T17:46:38.958Z Downloaded sigpipe v0.1.3
8652024-11-27T17:46:38.958Z Downloaded phf_shared v0.10.0
8662024-11-27T17:46:38.958Z Downloaded futures-executor v0.3.31
8672024-11-27T17:46:38.958Z Downloaded futures-core v0.3.31
8682024-11-27T17:46:38.958Z Downloaded serde_yaml v0.9.34+deprecated
8692024-11-27T17:46:38.960Z Downloaded strum v0.26.3
8702024-11-27T17:46:38.964Z Downloaded smallvec v1.13.2
8712024-11-27T17:46:38.968Z Downloaded diesel_derives v2.2.3
8722024-11-27T17:46:38.970Z Downloaded unicase v2.7.0
8732024-11-27T17:46:38.970Z Downloaded siphasher v0.3.11
8742024-11-27T17:46:38.978Z Downloaded tinyvec v1.8.0
8752024-11-27T17:46:38.981Z Downloaded pin-project-internal v1.1.6
8762024-11-27T17:46:38.981Z Downloaded deranged v0.3.11
8772024-11-27T17:46:38.981Z Downloaded darling_macro v0.20.10
8782024-11-27T17:46:38.981Z Downloaded pbkdf2 v0.11.0
8792024-11-27T17:46:38.981Z Downloaded bitvec v1.0.1
8802024-11-27T17:46:38.994Z Downloaded flagset v0.4.6
8812024-11-27T17:46:38.996Z Downloaded scheduled-thread-pool v0.2.7
8822024-11-27T17:46:38.998Z Downloaded pkg-config v0.3.31
8832024-11-27T17:46:38.998Z Downloaded filetime v0.2.25
8842024-11-27T17:46:39.003Z Downloaded time v0.3.36
8852024-11-27T17:46:39.009Z Downloaded structmeta v0.3.0
8862024-11-27T17:46:39.014Z Downloaded bindgen v0.69.5
8872024-11-27T17:46:39.016Z Downloaded num-integer v0.1.46
8882024-11-27T17:46:39.016Z Downloaded hashlink v0.9.1
8892024-11-27T17:46:39.018Z Downloaded scrypt v0.11.0
8902024-11-27T17:46:39.020Z Downloaded subprocess v0.2.9
8912024-11-27T17:46:39.024Z Downloaded reedline v0.35.0
8922024-11-27T17:46:39.029Z Downloaded signature v2.2.0
8932024-11-27T17:46:39.031Z Downloaded snafu-derive v0.8.5
8942024-11-27T17:46:39.034Z Downloaded debug-ignore v1.0.5
8952024-11-27T17:46:39.034Z Downloaded derive-where v1.2.7
8962024-11-27T17:46:39.037Z Downloaded data-encoding v2.6.0
8972024-11-27T17:46:39.040Z Downloaded derive_builder_core v0.20.2
8982024-11-27T17:46:39.043Z Downloaded fatfs v0.3.6
8992024-11-27T17:46:39.046Z Downloaded ssh-key v0.6.6
9002024-11-27T17:46:39.051Z Downloaded owo-colors v4.1.0
9012024-11-27T17:46:39.053Z Downloaded pin-project-lite v0.2.14
9022024-11-27T17:46:39.058Z Downloaded pbkdf2 v0.12.2
9032024-11-27T17:46:39.060Z Downloaded num-rational v0.4.2
9042024-11-27T17:46:39.062Z Downloaded tokio-postgres v0.7.12
9052024-11-27T17:46:39.065Z Downloaded multer v3.1.0
9062024-11-27T17:46:39.067Z Downloaded vergen v8.3.2
9072024-11-27T17:46:39.070Z Downloaded rcgen v0.12.1
9082024-11-27T17:46:39.074Z Downloaded tokio-rustls v0.26.0
9092024-11-27T17:46:39.077Z Downloaded derive_builder v0.20.2
9102024-11-27T17:46:39.080Z Downloaded tough v0.19.0
9112024-11-27T17:46:39.088Z Downloaded miniz_oxide v0.8.0
9122024-11-27T17:46:39.092Z Downloaded publicsuffix v2.2.3
9132024-11-27T17:46:39.094Z Downloaded futures v0.3.31
9142024-11-27T17:46:39.097Z Downloaded socket2 v0.5.7
9152024-11-27T17:46:39.100Z Downloaded steno v0.4.1
9162024-11-27T17:46:39.103Z Downloaded chrono v0.4.38
9172024-11-27T17:46:39.111Z Downloaded futures-channel v0.3.31
9182024-11-27T17:46:39.114Z Downloaded icu_properties_data v1.5.0
9192024-11-27T17:46:39.123Z Downloaded schemars v0.8.21
9202024-11-27T17:46:39.136Z Downloaded p256 v0.13.2
9212024-11-27T17:46:39.139Z Downloaded zip v2.1.3
9222024-11-27T17:46:39.142Z Downloaded toml v0.7.8
9232024-11-27T17:46:39.145Z Downloaded unicode-bidi v0.3.17
9242024-11-27T17:46:39.148Z Downloaded russh v0.45.0
9252024-11-27T17:46:39.153Z Downloaded quinn-proto v0.11.8
9262024-11-27T17:46:39.161Z Downloaded reqwest v0.12.9
9272024-11-27T17:46:39.168Z Downloaded rusqlite v0.32.1
9282024-11-27T17:46:39.174Z Downloaded toml_edit v0.19.15
9292024-11-27T17:46:39.190Z Downloaded unicode-normalization v0.1.24
9302024-11-27T17:46:39.194Z Downloaded idna v0.4.0
9312024-11-27T17:46:39.200Z Downloaded h2 v0.4.6
9322024-11-27T17:46:39.208Z Downloaded smoltcp v0.9.1
9332024-11-27T17:46:39.218Z Downloaded lalrpop v0.19.12
9342024-11-27T17:46:39.230Z Downloaded idna v0.5.0
9352024-11-27T17:46:39.236Z Downloaded rayon-core v1.12.1
9362024-11-27T17:46:39.241Z Downloaded petname v2.0.2
9372024-11-27T17:46:39.246Z Downloaded flate2 v1.0.34
9382024-11-27T17:46:39.253Z Downloaded hashbrown v0.14.5
9392024-11-27T17:46:39.257Z Downloaded proptest v1.5.0
9402024-11-27T17:46:39.267Z Downloaded regex v1.11.1
9412024-11-27T17:46:39.280Z Downloaded futures-util v0.3.31
9422024-11-27T17:46:39.292Z Downloaded p521 v0.13.3
9432024-11-27T17:46:39.297Z Downloaded portable-atomic v1.9.0
9442024-11-27T17:46:39.303Z Downloaded rustls-webpki v0.102.8
9452024-11-27T17:46:39.321Z Downloaded object v0.30.4
9462024-11-27T17:46:39.331Z Downloaded salty v0.3.0
9472024-11-27T17:46:39.337Z Downloaded unicode-width v0.2.0
9482024-11-27T17:46:39.344Z Downloaded dropshot v0.12.0
9492024-11-27T17:46:39.364Z Downloaded rustls-webpki v0.101.7
9502024-11-27T17:46:39.377Z Downloaded vcpkg v0.2.15
9512024-11-27T17:46:39.414Z Downloaded chrono-tz v0.10.0
9522024-11-27T17:46:39.421Z Downloaded diesel v2.2.4
9532024-11-27T17:46:39.438Z Downloaded webpki-roots v0.26.6
9542024-11-27T17:46:39.443Z Downloaded nix v0.28.0
9552024-11-27T17:46:39.453Z Downloaded zerocopy v0.8.10
9562024-11-27T17:46:39.475Z Downloaded p384 v0.13.0
9572024-11-27T17:46:39.482Z Downloaded rustls v0.21.12
9582024-11-27T17:46:39.494Z Downloaded nix v0.29.0
9592024-11-27T17:46:39.503Z Downloaded smoltcp v0.11.0
9602024-11-27T17:46:39.516Z Downloaded regex-syntax v0.6.29
9612024-11-27T17:46:39.523Z Downloaded object v0.36.5
9622024-11-27T17:46:39.538Z Downloaded polar-core v0.27.3
9632024-11-27T17:46:39.543Z Downloaded rustls v0.22.4
9642024-11-27T17:46:39.556Z Downloaded gimli v0.31.1
9652024-11-27T17:46:39.565Z Downloaded regex-syntax v0.8.5
9662024-11-27T17:46:39.574Z Downloaded dropshot v0.13.0
9672024-11-27T17:46:39.592Z Downloaded rustls v0.23.14
9682024-11-27T17:46:39.604Z Downloaded radix_trie v0.2.1
9692024-11-27T17:46:39.609Z Downloaded nix v0.27.1
9702024-11-27T17:46:39.619Z Downloaded openapiv3 v2.0.0
9712024-11-27T17:46:39.631Z Downloaded trust-dns-proto v0.22.0
9722024-11-27T17:46:39.643Z Downloaded regress v0.10.1
9732024-11-27T17:46:39.651Z Downloaded regress v0.9.1
9742024-11-27T17:46:39.659Z Downloaded bstr v1.10.0
9752024-11-27T17:46:39.670Z Downloaded git2 v0.19.0
9762024-11-27T17:46:39.679Z Downloaded typify-impl v0.2.0
9772024-11-27T17:46:39.693Z Downloaded bzip2-sys v0.1.11+1.0.8
9782024-11-27T17:46:39.705Z Downloaded ratatui v0.28.1
9792024-11-27T17:46:39.724Z Downloaded zerocopy-derive v0.6.6
9802024-11-27T17:46:39.733Z Downloaded regex-automata v0.4.8
9812024-11-27T17:46:39.749Z Downloaded sled v0.34.7
9822024-11-27T17:46:39.759Z Downloaded openssl v0.10.66
9832024-11-27T17:46:39.768Z Downloaded petgraph v0.6.5
9842024-11-27T17:46:39.785Z Downloaded lzma-sys v0.1.20
9852024-11-27T17:46:39.812Z Downloaded winnow v0.5.40
9862024-11-27T17:46:39.820Z Downloaded idna v0.3.0
9872024-11-27T17:46:39.827Z Downloaded curve25519-dalek v4.1.3
9882024-11-27T17:46:39.837Z Downloaded tokio v1.40.0
9892024-11-27T17:46:39.872Z Downloaded hickory-proto v0.24.1
9902024-11-27T17:46:39.886Z Downloaded libz-sys v1.1.20
9912024-11-27T17:46:39.905Z Downloaded idna v0.2.3
9922024-11-27T17:46:39.912Z Downloaded quick-xml v0.33.0
9932024-11-27T17:46:39.918Z Downloaded dhcproto v0.12.0
9942024-11-27T17:46:39.920Z Downloaded serde_with v3.11.0
9952024-11-27T17:46:39.931Z Downloaded sqlparser v0.45.0
9962024-11-27T17:46:39.934Z Downloaded rustls-pki-types v1.9.0
9972024-11-27T17:46:39.939Z Downloaded csv v1.3.0
9982024-11-27T17:46:39.957Z Downloaded headers v0.4.0
9992024-11-27T17:46:39.963Z Downloaded sha3 v0.10.8
10002024-11-27T17:46:39.966Z Downloaded snafu v0.8.5
10012024-11-27T17:46:39.975Z Downloaded structmeta v0.2.0
10022024-11-27T17:46:39.977Z Downloaded schemars_derive v0.8.21
10032024-11-27T17:46:39.977Z Downloaded packed_struct v0.10.1
10042024-11-27T17:46:39.977Z Downloaded pin-project v1.1.6
10052024-11-27T17:46:39.986Z Downloaded num-traits v0.2.19
10062024-11-27T17:46:39.989Z Downloaded expectorate v1.1.0
10072024-11-27T17:46:39.993Z Downloaded num-bigint-dig v0.8.4
10082024-11-27T17:46:39.997Z Downloaded der v0.7.9
10092024-11-27T17:46:40.000Z Downloaded zerovec v0.10.4
10102024-11-27T17:46:40.007Z Downloaded whoami v1.5.2
10112024-11-27T17:46:40.010Z Downloaded tokio-util v0.7.12
10122024-11-27T17:46:40.014Z Downloaded tokio-rustls v0.24.1
10132024-11-27T17:46:40.017Z Downloaded blake3 v1.5.4
10142024-11-27T17:46:40.026Z Downloaded itertools v0.12.1
10152024-11-27T17:46:40.030Z Downloaded predicates-tree v1.0.11
10162024-11-27T17:46:40.034Z Downloaded predicates-core v1.0.8
10172024-11-27T17:46:40.034Z Downloaded newtype-uuid v1.1.3
10182024-11-27T17:46:40.036Z Downloaded diff v0.1.13
10192024-11-27T17:46:40.039Z Downloaded futures-sink v0.3.31
10202024-11-27T17:46:40.039Z Downloaded defmt-parser v0.3.4
10212024-11-27T17:46:40.040Z Downloaded unicode-properties v0.1.3
10222024-11-27T17:46:40.045Z Downloaded dropshot_endpoint v0.13.0
10232024-11-27T17:46:40.049Z Downloaded dropshot_endpoint v0.12.0
10242024-11-27T17:46:40.049Z Downloaded vsss-rs v3.3.4
10252024-11-27T17:46:40.049Z Downloaded ron v0.8.1
10262024-11-27T17:46:40.053Z Downloaded libxml v0.3.3
10272024-11-27T17:46:40.058Z Downloaded mio v1.0.2
10282024-11-27T17:46:40.063Z Downloaded num_enum v0.5.11
10292024-11-27T17:46:40.070Z Downloaded phf_generator v0.11.2
10302024-11-27T17:46:40.075Z Downloaded peg-macros v0.8.4
10312024-11-27T17:46:40.075Z Downloaded value-bag v1.9.0
10322024-11-27T17:46:40.077Z Downloaded yasna v0.5.2
10332024-11-27T17:46:40.077Z Downloaded xz2 v0.1.7
10342024-11-27T17:46:40.077Z Downloaded aws-lc-rs v1.10.0
10352024-11-27T17:46:40.084Z Downloaded libm v0.2.8
10362024-11-27T17:46:40.092Z Downloaded encoding_rs v0.8.34
10372024-11-27T17:46:40.112Z Downloaded peg v0.8.4
10382024-11-27T17:46:40.116Z Downloaded zopfli v0.8.1
10392024-11-27T17:46:40.118Z Downloaded olpc-cjson v0.1.4
10402024-11-27T17:46:40.120Z Downloaded num v0.4.3
10412024-11-27T17:46:40.120Z Downloaded derive_more v0.99.18
10422024-11-27T17:46:40.124Z Downloaded tracing v0.1.40
10432024-11-27T17:46:40.128Z Downloaded hyper v1.5.0
10442024-11-27T17:46:40.134Z Downloaded postcard v1.0.10
10452024-11-27T17:46:40.136Z Downloaded crossterm v0.28.1
10462024-11-27T17:46:40.143Z Downloaded uuid v1.11.0
10472024-11-27T17:46:40.145Z Downloaded hashbrown v0.12.3
10482024-11-27T17:46:40.149Z Downloaded synstructure v0.13.1
10492024-11-27T17:46:40.153Z Downloaded thiserror-no-std v2.0.2
10502024-11-27T17:46:40.155Z Downloaded strip-ansi-escapes v0.2.0
10512024-11-27T17:46:40.155Z Downloaded stringprep v0.1.5
10522024-11-27T17:46:40.158Z Downloaded rustfmt-wrapper v0.2.1
10532024-11-27T17:46:40.158Z Downloaded libgit2-sys v0.17.0+1.8.1
10542024-11-27T17:46:40.215Z Downloaded rustc-hash v2.0.0
10552024-11-27T17:46:40.217Z Downloaded rtoolbox v0.0.2
10562024-11-27T17:46:40.217Z Downloaded oso v0.27.3
10572024-11-27T17:46:40.220Z Downloaded sct v0.7.1
10582024-11-27T17:46:40.223Z Downloaded parking_lot v0.12.3
10592024-11-27T17:46:40.227Z Downloaded mockall_derive v0.13.0
10602024-11-27T17:46:40.231Z Downloaded time-macros v0.2.18
10612024-11-27T17:46:40.231Z Downloaded url v2.5.3
10622024-11-27T17:46:40.235Z Downloaded strum_macros v0.24.3
10632024-11-27T17:46:40.235Z Downloaded quick-error v1.2.3
10642024-11-27T17:46:40.238Z Downloaded qorb v0.2.0
10652024-11-27T17:46:40.241Z Downloaded display-error-chain v0.2.2
10662024-11-27T17:46:40.241Z Downloaded dirs-sys-next v0.1.2
10672024-11-27T17:46:40.241Z Downloaded dirs-next v2.0.0
10682024-11-27T17:46:40.245Z Downloaded utf8_iter v1.0.4
10692024-11-27T17:46:40.245Z Downloaded untrusted v0.9.0
10702024-11-27T17:46:40.245Z Downloaded slog-dtrace v0.3.0
10712024-11-27T17:46:40.250Z Downloaded rand v0.8.5
10722024-11-27T17:46:40.253Z Downloaded unicode-xid v0.2.6
10732024-11-27T17:46:40.253Z Downloaded unicode-truncate v1.1.0
10742024-11-27T17:46:40.253Z Downloaded mirai-annotations v1.12.0
10752024-11-27T17:46:40.253Z Downloaded fragile v2.0.0
10762024-11-27T17:46:40.257Z Downloaded serde_repr v0.1.19
10772024-11-27T17:46:40.257Z Downloaded serde_plain v1.0.2
10782024-11-27T17:46:40.259Z Downloaded salsa20 v0.10.2
10792024-11-27T17:46:40.259Z Downloaded samael v0.0.17
10802024-11-27T17:46:40.263Z Downloaded prettyplease v0.2.25
10812024-11-27T17:46:40.266Z Downloaded signal-hook-registry v1.4.2
10822024-11-27T17:46:40.268Z Downloaded typify v0.2.0
10832024-11-27T17:46:40.271Z Downloaded globset v0.4.15
10842024-11-27T17:46:40.273Z Downloaded getrandom v0.2.15
10852024-11-27T17:46:40.275Z Downloaded http v1.1.0
10862024-11-27T17:46:40.277Z Downloaded pem-rfc7468 v0.7.0
10872024-11-27T17:46:40.280Z Downloaded pem v3.0.4
10882024-11-27T17:46:40.280Z Downloaded parse-display-derive v0.10.0
10892024-11-27T17:46:40.282Z Downloaded tokio-tungstenite v0.23.1
10902024-11-27T17:46:40.285Z Downloaded term v0.7.0
10912024-11-27T17:46:40.287Z Downloaded chacha20poly1305 v0.10.1
10922024-11-27T17:46:40.290Z Downloaded defmt v0.3.8
10932024-11-27T17:46:40.292Z Downloaded futures-macro v0.3.31
10942024-11-27T17:46:40.292Z Downloaded dyn-clone v1.0.17
10952024-11-27T17:46:40.294Z Downloaded dunce v1.0.5
10962024-11-27T17:46:40.294Z Downloaded hickory-server v0.24.1
10972024-11-27T17:46:40.299Z Downloaded hickory-resolver v0.24.1
10982024-11-27T17:46:40.303Z Downloaded libloading v0.8.5
10992024-11-27T17:46:40.305Z Downloaded crossbeam-utils v0.8.20
11002024-11-27T17:46:40.308Z Downloaded crossbeam-epoch v0.9.18
11012024-11-27T17:46:40.311Z Downloaded bytes v1.8.0
11022024-11-27T17:46:40.313Z Downloaded lock_api v0.4.12
11032024-11-27T17:46:40.316Z Downloaded clang-sys v1.8.1
11042024-11-27T17:46:40.319Z Downloaded twox-hash v1.6.3
11052024-11-27T17:46:40.319Z Downloaded csv-core v0.1.11
11062024-11-27T17:46:40.321Z Downloaded ciborium v0.2.2
11072024-11-27T17:46:40.321Z Downloaded crc-catalog v2.4.0
11082024-11-27T17:46:40.323Z Downloaded crc-any v2.5.0
11092024-11-27T17:46:40.325Z Downloaded cookie v0.18.1
11102024-11-27T17:46:40.327Z Downloaded const_format_proc_macros v0.2.33
11112024-11-27T17:46:40.330Z Downloaded console v0.15.8
11122024-11-27T17:46:40.332Z Downloaded spin v0.5.2
11132024-11-27T17:46:40.332Z Downloaded litemap v0.7.3
11142024-11-27T17:46:40.336Z Downloaded ciborium-ll v0.2.2
11152024-11-27T17:46:40.339Z Downloaded waitgroup v0.1.2
11162024-11-27T17:46:40.339Z Downloaded rustversion v1.0.17
11172024-11-27T17:46:40.339Z Downloaded rustls-pemfile v1.0.4
11182024-11-27T17:46:40.341Z Downloaded signal-hook-mio v0.2.4
11192024-11-27T17:46:40.343Z Downloaded secrecy v0.8.0
11202024-11-27T17:46:40.344Z Downloaded scopeguard v1.2.0
11212024-11-27T17:46:40.345Z Downloaded rustc_version v0.1.7
11222024-11-27T17:46:40.346Z Downloaded resolv-conf v0.7.0
11232024-11-27T17:46:40.349Z Downloaded ref-cast-impl v1.0.23
11242024-11-27T17:46:40.349Z Downloaded ref-cast v1.0.23
11252024-11-27T17:46:40.351Z Downloaded libefi-sys v0.1.0
11262024-11-27T17:46:40.351Z Downloaded ipnet v2.10.1
11272024-11-27T17:46:40.354Z Downloaded icu_locid_transform_data v1.5.0
11282024-11-27T17:46:40.356Z Downloaded cobs v0.2.3
11292024-11-27T17:46:40.356Z Downloaded cmake v0.1.51
11302024-11-27T17:46:40.356Z Downloaded semver v0.1.20
11312024-11-27T17:46:40.359Z Downloaded maybe-uninit v2.0.0
11322024-11-27T17:46:40.359Z Downloaded maplit v1.0.2
11332024-11-27T17:46:40.359Z Downloaded linked-hash-map v0.5.6
11342024-11-27T17:46:40.362Z Downloaded linear-map v1.2.0
11352024-11-27T17:46:40.362Z Downloaded libsw v3.3.1
11362024-11-27T17:46:40.364Z Downloaded blake2 v0.10.6
11372024-11-27T17:46:40.367Z Downloaded crc v3.2.1
11382024-11-27T17:46:40.370Z Downloaded ipnetwork v0.20.0
11392024-11-27T17:46:40.370Z Downloaded hmac v0.12.1
11402024-11-27T17:46:40.372Z Downloaded kstat-rs v0.2.4
11412024-11-27T17:46:40.372Z Downloaded hyper-util v0.1.10
11422024-11-27T17:46:40.376Z Downloaded cfg_aliases v0.1.1
11432024-11-27T17:46:40.378Z Downloaded backoff v0.4.0
11442024-11-27T17:46:40.380Z Downloaded bzip2 v0.4.4
11452024-11-27T17:46:40.380Z Downloaded convert_case v0.4.0
11462024-11-27T17:46:40.382Z Downloaded cexpr v0.6.0
11472024-11-27T17:46:40.385Z Downloaded cassowary v0.3.0
11482024-11-27T17:46:40.385Z Downloaded httpdate v1.0.3
11492024-11-27T17:46:40.387Z Downloaded hex v0.4.3
11502024-11-27T17:46:40.387Z Downloaded bitflags v1.3.2
11512024-11-27T17:46:40.390Z Downloaded bit-vec v0.6.3
11522024-11-27T17:46:40.392Z Downloaded base64ct v1.6.0
11532024-11-27T17:46:40.392Z Downloaded bitfield v0.14.0
11542024-11-27T17:46:40.395Z Downloaded bit-set v0.5.3
11552024-11-27T17:46:40.395Z Downloaded http-body v1.0.1
11562024-11-27T17:46:40.397Z Downloaded bcrypt-pbkdf v0.10.0
11572024-11-27T17:46:40.397Z Downloaded bb8 v0.8.5
11582024-11-27T17:46:40.399Z Downloaded base16ct v0.2.0
11592024-11-27T17:46:40.399Z Downloaded indoc v1.0.9
11602024-11-27T17:46:40.402Z Downloaded humantime v2.1.0
11612024-11-27T17:46:40.404Z Downloaded home v0.5.9
11622024-11-27T17:46:40.404Z Downloaded arrayvec v0.7.6
11632024-11-27T17:46:40.496Z Downloaded libsqlite3-sys v0.30.1
11642024-11-27T17:46:40.767Z Downloaded ring v0.17.8
11652024-11-27T17:46:40.929Z Downloaded ring v0.16.20
11662024-11-27T17:46:41.158Z Downloaded aws-lc-sys v0.22.0
11672024-11-27T17:46:41.458Z Compiling serde v1.0.215
11682024-11-27T17:46:41.460Z Compiling lock_api v0.4.12
11692024-11-27T17:46:41.460Z Compiling scopeguard v1.2.0
11702024-11-27T17:46:41.460Z Compiling value-bag v1.9.0
11712024-11-27T17:46:41.460Z Compiling typenum v1.17.0
11722024-11-27T17:46:41.616Z Compiling generic-array v0.14.7
11732024-11-27T17:46:41.644Z Compiling syn v2.0.87
11742024-11-27T17:46:41.658Z Compiling getrandom v0.2.15
11752024-11-27T17:46:41.806Z Compiling subtle v2.6.1
11762024-11-27T17:46:41.931Z Compiling rand_core v0.6.4
11772024-11-27T17:46:42.135Z Compiling log v0.4.22
11782024-11-27T17:46:42.156Z Compiling shlex v1.3.0
11792024-11-27T17:46:42.159Z Compiling jobserver v0.1.32
11802024-11-27T17:46:42.278Z Compiling smallvec v1.13.2
11812024-11-27T17:46:42.451Z Compiling const-oid v0.9.6
11822024-11-27T17:46:42.472Z Compiling spin v0.9.8
11832024-11-27T17:46:42.558Z Compiling cc v1.1.30
11842024-11-27T17:46:42.692Z Compiling pin-project-lite v0.2.14
11852024-11-27T17:46:42.835Z Compiling rustix v0.38.37
11862024-11-27T17:46:42.879Z Compiling parking_lot_core v0.9.10
11872024-11-27T17:46:42.992Z Compiling futures-core v0.3.31
11882024-11-27T17:46:43.202Z Compiling signal-hook-registry v1.4.2
11892024-11-27T17:46:43.391Z Compiling mio v1.0.2
11902024-11-27T17:46:43.902Z Compiling parking_lot v0.12.3
11912024-11-27T17:46:44.059Z Compiling aho-corasick v1.1.3
11922024-11-27T17:46:44.185Z Compiling regex-syntax v0.8.5
11932024-11-27T17:46:44.490Z Compiling cpufeatures v0.2.14
11942024-11-27T17:46:44.510Z Compiling either v1.13.0
11952024-11-27T17:46:44.594Z Compiling lazy_static v1.5.0
11962024-11-27T17:46:44.628Z Compiling futures-sink v0.3.31
11972024-11-27T17:46:44.747Z Compiling glob v0.3.1
11982024-11-27T17:46:44.798Z Compiling stable_deref_trait v1.2.0
11992024-11-27T17:46:44.882Z Compiling socket2 v0.5.7
12002024-11-27T17:46:44.909Z Compiling slab v0.4.9
12012024-11-27T17:46:44.944Z Compiling prettyplease v0.2.25
12022024-11-27T17:46:45.294Z Compiling minimal-lexical v0.2.1
12032024-11-27T17:46:45.651Z Compiling libloading v0.8.5
12042024-11-27T17:46:45.810Z Compiling clang-sys v1.8.1
12052024-11-27T17:46:45.830Z Compiling nom v7.1.3
12062024-11-27T17:46:45.918Z Compiling bindgen v0.69.5
12072024-11-27T17:46:46.086Z Compiling serde_json v1.0.132
12082024-11-27T17:46:46.428Z Compiling home v0.5.9
12092024-11-27T17:46:46.754Z Compiling itertools v0.12.1
12102024-11-27T17:46:46.774Z Compiling futures-channel v0.3.31
12112024-11-27T17:46:47.209Z Compiling rustc-hash v1.1.0
12122024-11-27T17:46:47.209Z Compiling pin-utils v0.1.0
12132024-11-27T17:46:47.351Z Compiling futures-task v0.3.31
12142024-11-27T17:46:47.372Z Compiling futures-io v0.3.31
12152024-11-27T17:46:47.642Z Compiling foldhash v0.1.3
12162024-11-27T17:46:47.709Z Compiling allocator-api2 v0.2.18
12172024-11-27T17:46:47.946Z Compiling regex-automata v0.4.8
12182024-11-27T17:46:48.542Z Compiling lazycell v1.3.0
12192024-11-27T17:46:48.721Z Compiling hashbrown v0.15.0
12202024-11-27T17:46:49.712Z Compiling synstructure v0.13.1
12212024-11-27T17:46:49.961Z Compiling cexpr v0.6.0
12222024-11-27T17:46:50.074Z Compiling cmake v0.1.51
12232024-11-27T17:46:51.137Z Compiling libm v0.2.8
12242024-11-27T17:46:51.157Z Compiling dunce v1.0.5
12252024-11-27T17:46:51.291Z Compiling tinyvec_macros v0.1.1
12262024-11-27T17:46:51.390Z Compiling fs_extra v1.3.0
12272024-11-27T17:46:51.457Z Compiling pkg-config v0.3.31
12282024-11-27T17:46:51.506Z Compiling tinyvec v1.8.0
12292024-11-27T17:46:51.735Z Compiling num-traits v0.2.19
12302024-11-27T17:46:52.244Z Compiling ring v0.17.8
12312024-11-27T17:46:53.024Z Compiling unicode-normalization v0.1.24
12322024-11-27T17:46:53.059Z Compiling litemap v0.7.3
12332024-11-27T17:46:53.100Z Compiling paste v1.0.15
12342024-11-27T17:46:53.385Z Compiling writeable v0.5.5
12352024-11-27T17:46:53.405Z Compiling base64ct v1.6.0
12362024-11-27T17:46:53.461Z Compiling unicode-bidi v0.3.17
12372024-11-27T17:46:53.627Z Compiling regex v1.11.1
12382024-11-27T17:46:53.971Z Compiling pem-rfc7468 v0.7.0
12392024-11-27T17:46:54.656Z Compiling aws-lc-rs v1.10.0
12402024-11-27T17:46:54.686Z Compiling flagset v0.4.6
12412024-11-27T17:46:54.874Z Compiling httparse v1.9.5
12422024-11-27T17:46:55.107Z Compiling tracing-core v0.1.32
12432024-11-27T17:46:55.661Z Compiling percent-encoding v2.3.1
12442024-11-27T17:46:55.943Z Compiling rustls-pki-types v1.9.0
12452024-11-27T17:46:55.998Z Compiling icu_locid_transform_data v1.5.0
12462024-11-27T17:46:56.106Z Compiling crossbeam-utils v0.8.20
12472024-11-27T17:46:56.439Z Compiling time-core v0.1.2
12482024-11-27T17:46:56.601Z Compiling untrusted v0.7.1
12492024-11-27T17:46:56.706Z Compiling serde_derive v1.0.215
12502024-11-27T17:46:56.728Z Compiling zeroize_derive v1.4.2
12512024-11-27T17:46:56.771Z Compiling zerocopy-derive v0.7.35
12522024-11-27T17:46:56.799Z Compiling tokio-macros v2.4.0
12532024-11-27T17:46:56.999Z Compiling zerofrom-derive v0.1.4
12542024-11-27T17:46:58.292Z Compiling zeroize v1.8.1
12552024-11-27T17:46:58.404Z Compiling yoke-derive v0.7.4
12562024-11-27T17:46:58.693Z Compiling thiserror-impl v1.0.69
12572024-11-27T17:46:59.048Z Compiling zerocopy v0.7.35
12582024-11-27T17:46:59.943Z Compiling crypto-common v0.1.6
12592024-11-27T17:47:00.182Z Compiling block-buffer v0.10.4
12602024-11-27T17:47:00.450Z Compiling digest v0.10.7
12612024-11-27T17:47:00.710Z Compiling zerovec-derive v0.10.3
12622024-11-27T17:47:00.778Z Compiling futures-macro v0.3.31
12632024-11-27T17:47:00.939Z Compiling hmac v0.12.1
12642024-11-27T17:47:01.179Z Compiling block-padding v0.3.3
12652024-11-27T17:47:01.215Z Compiling zerofrom v0.1.4
12662024-11-27T17:47:01.401Z Compiling displaydoc v0.2.5
12672024-11-27T17:47:01.445Z Compiling inout v0.1.3
12682024-11-27T17:47:01.466Z Compiling yoke v0.7.4
12692024-11-27T17:47:01.699Z Compiling cipher v0.4.4
12702024-11-27T17:47:01.846Z Compiling sha2 v0.10.8
12712024-11-27T17:47:01.910Z Compiling thiserror v1.0.69
12722024-11-27T17:47:02.053Z Compiling ppv-lite86 v0.2.20
12732024-11-27T17:47:02.224Z Compiling der_derive v0.7.3
12742024-11-27T17:47:02.720Z Compiling futures-util v0.3.31
12752024-11-27T17:47:02.879Z Compiling icu_provider_macros v1.5.0
12762024-11-27T17:47:03.105Z Compiling rand_chacha v0.3.1
12772024-11-27T17:47:03.385Z Compiling zerovec v0.10.4
12782024-11-27T17:47:03.863Z Compiling tracing-attributes v0.1.27
12792024-11-27T17:47:04.116Z Compiling rand v0.8.5
12802024-11-27T17:47:04.621Z Compiling der v0.7.9
12812024-11-27T17:47:05.429Z Compiling tinystr v0.7.6
12822024-11-27T17:47:05.492Z Compiling icu_collections v1.5.0
12832024-11-27T17:47:05.605Z Compiling salsa20 v0.10.2
12842024-11-27T17:47:05.841Z Compiling icu_locid v1.5.0
12852024-11-27T17:47:05.863Z Compiling pest v2.7.14
12862024-11-27T17:47:06.280Z Compiling pbkdf2 v0.12.2
12872024-11-27T17:47:06.447Z Compiling powerfmt v0.2.0
12882024-11-27T17:47:06.863Z Compiling spki v0.7.3
12892024-11-27T17:47:07.060Z Compiling vcpkg v0.2.15
12902024-11-27T17:47:07.236Z Compiling icu_provider v1.5.0
12912024-11-27T17:47:07.808Z Compiling tracing v0.1.40
12922024-11-27T17:47:07.970Z Compiling mirai-annotations v1.12.0
12932024-11-27T17:47:08.178Z Compiling icu_locid_transform v1.5.0
12942024-11-27T17:47:08.304Z Compiling untrusted v0.9.0
12952024-11-27T17:47:08.367Z Compiling icu_properties_data v1.5.0
12962024-11-27T17:47:08.409Z Compiling num-conv v0.1.0
12972024-11-27T17:47:08.636Z Compiling pest_meta v2.7.14
12982024-11-27T17:47:08.711Z Compiling time-macros v0.2.18
12992024-11-27T17:47:08.998Z Compiling deranged v0.3.11
13002024-11-27T17:47:09.017Z Compiling scrypt v0.11.0
13012024-11-27T17:47:09.366Z Compiling openssl-sys v0.9.103
13022024-11-27T17:47:09.601Z Compiling icu_properties v1.5.1
13032024-11-27T17:47:10.503Z Compiling cbc v0.1.2
13042024-11-27T17:47:10.731Z Compiling bitflags v2.6.0
13052024-11-27T17:47:10.957Z Compiling bytes v1.8.0
13062024-11-27T17:47:11.180Z Compiling indexmap v2.6.0
13072024-11-27T17:47:12.056Z Compiling tokio v1.40.0
13082024-11-27T17:47:12.313Z Compiling http v1.1.0
13092024-11-27T17:47:12.366Z Compiling semver v1.0.23
13102024-11-27T17:47:12.636Z Compiling aes v0.8.4
13112024-11-27T17:47:13.173Z Compiling rustc_version v0.4.1
13122024-11-27T17:47:14.017Z Compiling scroll_derive v0.12.0
13132024-11-27T17:47:14.388Z Compiling icu_normalizer_data v1.5.0
13142024-11-27T17:47:14.496Z Compiling atomic-waker v1.1.2
13152024-11-27T17:47:14.542Z Compiling utf8_iter v1.0.4
13162024-11-27T17:47:14.687Z Compiling utf16_iter v1.0.5
13172024-11-27T17:47:14.801Z Compiling num_threads v0.1.7
13182024-11-27T17:47:14.891Z Compiling write16 v1.0.0
13192024-11-27T17:47:14.911Z Compiling time v0.3.36
13202024-11-27T17:47:14.938Z Compiling http-body v1.0.1
13212024-11-27T17:47:15.020Z Compiling which v4.4.2
13222024-11-27T17:47:15.044Z Compiling icu_normalizer v1.5.0
13232024-11-27T17:47:15.165Z Compiling pkcs5 v0.7.1
13242024-11-27T17:47:15.523Z Compiling scroll v0.12.0
13252024-11-27T17:47:15.833Z Compiling pest_generator v2.7.14
13262024-11-27T17:47:16.103Z Compiling form_urlencoded v1.2.1
13272024-11-27T17:47:16.385Z Compiling try-lock v0.2.5
13282024-11-27T17:47:16.436Z Compiling slog v2.7.0
13292024-11-27T17:47:16.458Z Compiling goblin v0.8.2
13302024-11-27T17:47:16.528Z Compiling want v0.3.1
13312024-11-27T17:47:16.825Z Compiling idna_adapter v1.2.0
13322024-11-27T17:47:17.034Z Compiling pkcs8 v0.10.2
13332024-11-27T17:47:17.058Z Compiling httpdate v1.0.3
13342024-11-27T17:47:17.547Z Compiling idna v1.0.3
13352024-11-27T17:47:17.724Z Compiling uuid v1.11.0
13362024-11-27T17:47:17.857Z Compiling pest_derive v2.7.14
13372024-11-27T17:47:17.975Z Compiling serde_tokenstream v0.2.2
13382024-11-27T17:47:18.640Z Compiling serde_spanned v0.6.8
13392024-11-27T17:47:18.729Z Compiling dtrace-parser v0.2.0
13402024-11-27T17:47:18.874Z Compiling toml_datetime v0.6.8
13412024-11-27T17:47:19.160Z Compiling match_cfg v0.1.0
13422024-11-27T17:47:19.262Z Compiling foreign-types-shared v0.1.1
13432024-11-27T17:47:19.471Z Compiling adler2 v2.0.0
13442024-11-27T17:47:19.475Z Compiling tower-service v0.3.3
13452024-11-27T17:47:19.475Z Compiling iana-time-zone v0.1.61
13462024-11-27T17:47:19.533Z Compiling base64 v0.22.1
13472024-11-27T17:47:19.594Z Compiling openssl v0.10.66
13482024-11-27T17:47:19.936Z Compiling rustversion v1.0.17
13492024-11-27T17:47:20.038Z Compiling chrono v0.4.38
13502024-11-27T17:47:20.277Z Compiling miniz_oxide v0.8.0
13512024-11-27T17:47:20.298Z Compiling foreign-types v0.3.2
13522024-11-27T17:47:20.400Z Compiling hostname v0.3.1
13532024-11-27T17:47:20.623Z Compiling tokio-util v0.7.12
13542024-11-27T17:47:20.733Z Compiling url v2.5.3
13552024-11-27T17:47:21.918Z Compiling h2 v0.4.6
13562024-11-27T17:47:22.118Z Compiling openssl-macros v0.1.1
13572024-11-27T17:47:22.297Z Compiling dof v0.3.0
13582024-11-27T17:47:22.745Z Compiling async-trait v0.1.83
13592024-11-27T17:47:22.905Z Compiling dirs-sys-next v0.1.2
13602024-11-27T17:47:23.636Z Compiling usdt-impl v0.5.0
13612024-11-27T17:47:23.852Z Compiling native-tls v0.2.12
13622024-11-27T17:47:24.191Z Compiling rustls v0.23.14
13632024-11-27T17:47:24.463Z Compiling rustls v0.22.4
13642024-11-27T17:47:24.576Z Compiling siphasher v0.3.11
13652024-11-27T17:47:24.721Z Compiling syn v1.0.109
13662024-11-27T17:47:24.988Z Compiling data-encoding v2.6.0
13672024-11-27T17:47:25.320Z Compiling dirs-next v2.0.0
13682024-11-27T17:47:25.638Z Compiling http-body-util v0.1.2
13692024-11-27T17:47:26.179Z Compiling crossbeam-epoch v0.9.18
13702024-11-27T17:47:26.974Z Compiling heapless v0.7.17
13712024-11-27T17:47:26.977Z Compiling signature v2.2.0
13722024-11-27T17:47:27.087Z Compiling sha1 v0.10.6
13732024-11-27T17:47:27.284Z Compiling bzip2-sys v0.1.11+1.0.8
13742024-11-27T17:47:27.365Z Compiling serde_derive_internals v0.29.1
13752024-11-27T17:47:27.400Z Compiling thread_local v1.1.8
13762024-11-27T17:47:27.516Z Compiling cookie v0.18.1
13772024-11-27T17:47:27.798Z Compiling multer v3.1.0
13782024-11-27T17:47:27.819Z Compiling encoding_rs v0.8.34
13792024-11-27T17:47:27.955Z Compiling schemars v0.8.21
13802024-11-27T17:47:27.976Z Compiling slog-async v2.8.0
13812024-11-27T17:47:28.110Z Compiling rayon-core v1.12.1
13822024-11-27T17:47:28.296Z Compiling gimli v0.31.1
13832024-11-27T17:47:28.373Z Compiling unicode-properties v0.1.3
13842024-11-27T17:47:28.505Z Compiling signal-hook v0.3.17
13852024-11-27T17:47:28.758Z Compiling ipnet v2.10.1
13862024-11-27T17:47:28.795Z Compiling mime v0.3.17
13872024-11-27T17:47:29.411Z Compiling hyper v1.5.0
13882024-11-27T17:47:30.052Z Compiling openssl-probe v0.1.5
13892024-11-27T17:47:30.277Z Compiling schemars_derive v0.8.21
13902024-11-27T17:47:30.424Z Compiling toml_edit v0.22.22
13912024-11-27T17:47:32.356Z Compiling hyper-util v0.1.10
13922024-11-27T17:47:33.281Z Compiling addr2line v0.24.2
13932024-11-27T17:47:33.669Z Compiling stringprep v0.1.5
13942024-11-27T17:47:33.964Z Compiling usdt-attr-macro v0.5.0
13952024-11-27T17:47:33.985Z Compiling usdt-macro v0.5.0
13962024-11-27T17:47:34.388Z Compiling crossbeam-deque v0.8.5
13972024-11-27T17:47:34.709Z Compiling term v0.7.0
13982024-11-27T17:47:35.360Z Compiling slog-json v2.6.1
13992024-11-27T17:47:35.498Z Compiling serde_urlencoded v0.7.1
14002024-11-27T17:47:35.538Z Compiling crossbeam-channel v0.5.13
14012024-11-27T17:47:35.618Z Compiling curve25519-dalek v4.1.3
14022024-11-27T17:47:35.715Z Compiling futures-executor v0.3.31
14032024-11-27T17:47:36.045Z Compiling enum-as-inner v0.6.1
14042024-11-27T17:47:36.213Z Compiling md-5 v0.10.6
14052024-11-27T17:47:36.234Z Compiling async-stream-impl v0.3.6
14062024-11-27T17:47:36.287Z Compiling rustls-pemfile v2.2.0
14072024-11-27T17:47:36.478Z Compiling num-integer v0.1.46
14082024-11-27T17:47:36.635Z Compiling idna v0.3.0
14092024-11-27T17:47:36.691Z Compiling idna v0.4.0
14102024-11-27T17:47:37.154Z Compiling hash32 v0.2.1
14112024-11-27T17:47:37.275Z Compiling ff v0.13.0
14122024-11-27T17:47:37.507Z Compiling is-terminal v0.4.13
14132024-11-27T17:47:37.528Z Compiling dropshot v0.12.0
14142024-11-27T17:47:37.601Z Compiling object v0.36.5
14152024-11-27T17:47:37.640Z Compiling fallible-iterator v0.2.0
14162024-11-27T17:47:37.804Z Compiling psl-types v2.0.11
14172024-11-27T17:47:38.054Z Compiling anyhow v1.0.93
14182024-11-27T17:47:38.393Z Compiling portable-atomic v1.9.0
14192024-11-27T17:47:38.415Z Compiling smoltcp v0.9.1
14202024-11-27T17:47:38.435Z Compiling utf-8 v0.7.6
14212024-11-27T17:47:38.711Z Compiling linked-hash-map v0.5.6
14222024-11-27T17:47:38.783Z Compiling quick-error v1.2.3
14232024-11-27T17:47:38.941Z Compiling num-bigint-dig v0.8.4
14242024-11-27T17:47:38.962Z Compiling base16ct v0.2.0
14252024-11-27T17:47:39.078Z Compiling dyn-clone v1.0.17
14262024-11-27T17:47:39.140Z Compiling take_mut v0.2.2
14272024-11-27T17:47:39.238Z Compiling rustc-demangle v0.1.24
14282024-11-27T17:47:39.330Z Compiling sec1 v0.7.3
14292024-11-27T17:47:39.519Z Compiling lru-cache v0.1.2
14302024-11-27T17:47:39.725Z Compiling resolv-conf v0.7.0
14312024-11-27T17:47:40.259Z Compiling tungstenite v0.24.0
14322024-11-27T17:47:40.281Z Compiling postgres-protocol v0.6.7
14332024-11-27T17:47:40.526Z Compiling publicsuffix v2.2.3
14342024-11-27T17:47:40.620Z Compiling slog-term v2.9.1
14352024-11-27T17:47:40.799Z Compiling async-stream v0.3.6
14362024-11-27T17:47:41.118Z Compiling hickory-proto v0.24.1
14372024-11-27T17:47:41.678Z Compiling usdt v0.5.0
14382024-11-27T17:47:41.931Z Compiling group v0.13.0
14392024-11-27T17:47:42.248Z Compiling num-iter v0.1.45
14402024-11-27T17:47:42.568Z Compiling futures v0.3.31
14412024-11-27T17:47:42.668Z Compiling slog-bunyan v2.5.0
14422024-11-27T17:47:43.513Z Compiling camino v1.1.9
14432024-11-27T17:47:44.060Z Compiling toml v0.8.19
14442024-11-27T17:47:44.502Z Compiling tokio-native-tls v0.3.1
14452024-11-27T17:47:44.712Z Compiling phf_shared v0.11.2
14462024-11-27T17:47:44.801Z Compiling dropshot_endpoint v0.12.0
14472024-11-27T17:47:45.108Z Compiling terminal_size v0.4.0
14482024-11-27T17:47:45.263Z Compiling backtrace v0.3.74
14492024-11-27T17:47:45.328Z Compiling waitgroup v0.1.2
14502024-11-27T17:47:45.554Z Compiling openapiv3 v2.0.0
14512024-11-27T17:47:45.848Z Compiling serde_path_to_error v0.1.16
14522024-11-27T17:47:45.983Z Compiling hkdf v0.12.4
14532024-11-27T17:47:46.241Z Compiling crypto-bigint v0.5.5
14542024-11-27T17:47:46.716Z Compiling curve25519-dalek-derive v0.1.1
14552024-11-27T17:47:48.362Z Compiling zerocopy-derive v0.6.6
14562024-11-27T17:47:49.069Z Compiling webpki-roots v0.26.6
14572024-11-27T17:47:49.288Z Compiling idna v0.5.0
14582024-11-27T17:47:49.509Z Compiling hubpack_derive v0.1.1
14592024-11-27T17:47:49.580Z Compiling hostname v0.4.0
14602024-11-27T17:47:49.836Z Compiling ahash v0.8.11
14612024-11-27T17:47:50.147Z Compiling fs-err v2.11.0
14622024-11-27T17:47:50.178Z Compiling crc32fast v1.4.2
14632024-11-27T17:47:50.432Z Compiling bitflags v1.3.2
14642024-11-27T17:47:50.451Z Compiling debug-ignore v1.0.5
14652024-11-27T17:47:50.530Z Compiling winnow v0.5.40
14662024-11-27T17:47:50.550Z Compiling managed v0.8.0
14672024-11-27T17:47:50.592Z Compiling console v0.15.8
14682024-11-27T17:47:50.673Z Compiling zerocopy v0.6.6
14692024-11-27T17:47:50.986Z Compiling clap_builder v4.5.21
14702024-11-27T17:47:51.566Z Compiling hubpack v0.1.2
14712024-11-27T17:47:51.807Z Compiling strum_macros v0.25.3
14722024-11-27T17:47:52.199Z Compiling flate2 v1.0.34
14732024-11-27T17:47:52.324Z Compiling cookie_store v0.21.0
14742024-11-27T17:47:52.565Z Compiling elliptic-curve v0.13.8
14752024-11-27T17:47:53.284Z Compiling hickory-resolver v0.24.1
14762024-11-27T17:47:54.016Z Compiling toml_edit v0.19.15
14772024-11-27T17:47:54.391Z Compiling phf v0.11.2
14782024-11-27T17:47:54.413Z Compiling hyper-tls v0.6.0
14792024-11-27T17:47:54.700Z Compiling signal-hook-mio v0.2.4
14802024-11-27T17:47:54.847Z Compiling rayon v1.10.0
14812024-11-27T17:47:54.867Z Compiling bzip2 v0.4.4
14822024-11-27T17:47:56.100Z Compiling tokio-tungstenite v0.24.0
14832024-11-27T17:47:56.662Z Compiling postgres-types v0.2.8
14842024-11-27T17:47:59.694Z Compiling ed25519 v2.2.3
14852024-11-27T17:47:59.717Z Compiling phf_shared v0.10.0
14862024-11-27T17:48:00.143Z Compiling tokio-stream v0.1.16
14872024-11-27T17:48:00.351Z Compiling pkcs1 v0.7.5
14882024-11-27T17:48:00.657Z Compiling serde-big-array v0.5.1
14892024-11-27T17:48:00.897Z Compiling clap_derive v4.5.18
14902024-11-27T17:48:01.228Z Compiling rfc6979 v0.4.0
14912024-11-27T17:48:01.396Z Compiling serde_repr v0.1.19
14922024-11-27T17:48:01.422Z Compiling derive-where v1.2.7
14932024-11-27T17:48:01.477Z Compiling float-cmp v0.9.0
14942024-11-27T17:48:01.571Z Compiling bstr v1.10.0
14952024-11-27T17:48:01.709Z Compiling sync_wrapper v1.0.1
14962024-11-27T17:48:01.871Z Compiling predicates-core v1.0.8
14972024-11-27T17:48:02.234Z Compiling bit-vec v0.6.3
14982024-11-27T17:48:02.323Z Compiling difflib v0.4.0
14992024-11-27T17:48:02.615Z Compiling unicode-width v0.2.0
15002024-11-27T17:48:02.710Z Compiling normalize-line-endings v0.3.0
15012024-11-27T17:48:02.840Z Compiling new_debug_unreachable v1.0.6
15022024-11-27T17:48:02.942Z Compiling unicode-segmentation v1.12.0
15032024-11-27T17:48:03.189Z Compiling precomputed-hash v0.1.1
15042024-11-27T17:48:03.312Z Compiling whoami v1.5.2
15052024-11-27T17:48:03.475Z Compiling number_prefix v0.4.0
15062024-11-27T17:48:03.712Z Compiling static_assertions v1.1.0
15072024-11-27T17:48:03.820Z Compiling fixedbitset v0.4.2
15082024-11-27T17:48:03.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15092024-11-27T17:48:03.971Z Compiling tokio-postgres v0.7.12
15102024-11-27T17:48:04.032Z Compiling indicatif v0.17.9
15112024-11-27T17:48:04.313Z Compiling petgraph v0.6.5
15122024-11-27T17:48:05.027Z Compiling similar v2.6.0
15132024-11-27T17:48:06.202Z Compiling clap v4.5.21
15142024-11-27T17:48:06.335Z Compiling string_cache v0.8.7
15152024-11-27T17:48:06.364Z Compiling predicates v3.1.2
15162024-11-27T17:48:06.826Z Compiling bit-set v0.5.3
15172024-11-27T17:48:07.136Z Compiling ecdsa v0.16.9
15182024-11-27T17:48:07.531Z Compiling rsa v0.9.6
15192024-11-27T17:48:08.056Z Compiling ed25519-dalek v2.1.1
15202024-11-27T17:48:08.249Z Compiling toml v0.7.8
15212024-11-27T17:48:08.491Z Compiling zip v0.6.6
15222024-11-27T17:48:09.418Z Compiling crossterm v0.28.1
15232024-11-27T17:48:10.102Z Compiling hex v0.4.3
15242024-11-27T17:48:10.183Z Compiling x509-cert v0.2.5
15252024-11-27T17:48:10.613Z Compiling itertools v0.10.5
15262024-11-27T17:48:10.722Z Compiling peg-runtime v0.8.3
15272024-11-27T17:48:10.932Z Compiling lalrpop-util v0.19.12
15282024-11-27T17:48:10.998Z Compiling unicode-xid v0.2.6
15292024-11-27T17:48:11.181Z Compiling strum_macros v0.26.4
15302024-11-27T17:48:11.315Z Compiling xattr v1.3.1
15312024-11-27T17:48:11.446Z Compiling filetime v0.2.25
15322024-11-27T17:48:11.768Z Compiling tar v0.4.42
15332024-11-27T17:48:16.109Z Compiling strum v0.26.3
15342024-11-27T17:48:19.138Z Compiling aws-lc-sys v0.22.0
15352024-11-27T17:48:51.536Z Compiling rustls-webpki v0.102.8
15362024-11-27T17:48:54.968Z Compiling tokio-rustls v0.25.0
15372024-11-27T17:48:57.432Z Compiling tokio-rustls v0.26.0
15382024-11-27T17:48:57.804Z Compiling hyper-rustls v0.27.3
15392024-11-27T17:48:58.122Z Compiling reqwest v0.12.9
15402024-11-27T17:48:58.558Z Compiling qorb v0.2.0
15412024-11-27T17:49:03.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422024-11-27T17:49:04.228Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432024-11-27T17:49:10.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15442024-11-27T17:49:10.261Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452024-11-27T17:49:10.319ZNov 27 17:49:10.057 INFO Starting download, target: Clickhouse
15462024-11-27T17:49:10.319ZNov 27 17:49:10.057 INFO Starting download, target: Cockroach
15472024-11-27T17:49:10.319ZNov 27 17:49:10.057 INFO Starting download, target: Console
15482024-11-27T17:49:10.319ZNov 27 17:49:10.057 INFO Starting download, target: DendriteOpenapi
15492024-11-27T17:49:10.319ZNov 27 17:49:10.057 INFO Starting download, target: DendriteStub
15502024-11-27T17:49:10.322ZNov 27 17:49:10.057 INFO Starting download, target: MaghemiteMgd
15512024-11-27T17:49:10.322ZNov 27 17:49:10.057 INFO Starting download, target: TransceiverControl
15522024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15532024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15572024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-11-27T17:49:10.322ZNov 27 17:49:10.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592024-11-27T17:49:10.452ZNov 27 17:49:10.184 INFO Download complete, target: DendriteOpenapi
15602024-11-27T17:49:10.712ZNov 27 17:49:10.414 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-11-27T17:49:10.967ZNov 27 17:49:10.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-11-27T17:49:11.268ZNov 27 17:49:10.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-11-27T17:49:11.291ZNov 27 17:49:11.000 INFO Download complete, target: Console
15642024-11-27T17:49:11.393ZNov 27 17:49:11.117 INFO Download complete, target: TransceiverControl
15652024-11-27T17:49:11.472ZNov 27 17:49:11.210 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-11-27T17:49:11.685ZNov 27 17:49:11.424 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15672024-11-27T17:49:11.685ZNov 27 17:49:11.424 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15682024-11-27T17:49:12.521ZNov 27 17:49:12.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15692024-11-27T17:49:14.109ZNov 27 17:49:13.849 INFO Download complete, target: MaghemiteMgd
15702024-11-27T17:49:14.109ZNov 27 17:49:13.849 INFO Download complete, target: DendriteStub
15712024-11-27T17:49:18.889ZNov 27 17:49:18.632 INFO Checking that binary works, target: Cockroach
15722024-11-27T17:49:19.055ZNov 27 17:49:18.798 INFO Download complete, target: Cockroach
15732024-11-27T17:49:24.325ZNov 27 17:49:24.071 INFO Checking that binary works, target: Clickhouse
15742024-11-27T17:49:24.755ZNov 27 17:49:24.501 INFO Download complete, target: Clickhouse
15752024-11-27T17:49:24.830ZAll builder prerequisites installed successfully, and PATH looks valid
15762024-11-27T17:49:24.833Z
15772024-11-27T17:49:24.833Zreal 5:37.614297416
15782024-11-27T17:49:24.833Zuser 16:38.561796814
15792024-11-27T17:49:24.833Zsys 3:16.377860301
15802024-11-27T17:49:24.833Ztrap 0.559348419
15812024-11-27T17:49:24.833Ztflt 5.351479558
15822024-11-27T17:49:24.833Zdflt 4.738143376
15832024-11-27T17:49:24.833Zkflt 0.412782597
15842024-11-27T17:49:24.833Zlock 30:28.131350212
15852024-11-27T17:49:24.833Zslp 1:04:04.460315213
15862024-11-27T17:49:24.833Zlat 56.785766388
15872024-11-27T17:49:24.833Zstop 2:22.073410387
15882024-11-27T17:49:24.833Z+ banner hack-check
15892024-11-27T17:49:24.836Z
15902024-11-27T17:49:24.836Z # # ## #### # # #### # # ###### #### # #
15912024-11-27T17:49:24.836Z # # # # # # # # # # # # # # # # #
15922024-11-27T17:49:24.836Z ###### # # # #### ##### # ###### ##### # ####
15932024-11-27T17:49:24.836Z # # ###### # # # # # # # # # #
15942024-11-27T17:49:24.836Z # # # # # # # # # # # # # # # # #
15952024-11-27T17:49:24.836Z # # # # #### # # #### # # ###### #### # #
15962024-11-27T17:49:24.836Z
15972024-11-27T17:49:24.836Z+ export CARGO_INCREMENTAL=0
15982024-11-27T17:49:24.836Z+ CARGO_INCREMENTAL=0
15992024-11-27T17:49:24.836Z+ ptime -m timeout 2h cargo xtask check-features --ci
16002024-11-27T17:49:25.365Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16012024-11-27T17:49:28.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
16022024-11-27T17:49:28.930Z Running `target/debug/xtask check-features --ci`
16032024-11-27T17:49:28.950Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16042024-11-27T17:49:28.951Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16052024-11-27T17:49:29.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16062024-11-27T17:49:29.433Z Running `target/debug/xtask download cargo-hack`
16072024-11-27T17:49:30.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082024-11-27T17:49:30.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092024-11-27T17:49:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
16102024-11-27T17:49:35.926Z Running `target/debug/xtask-downloader cargo-hack`
16112024-11-27T17:49:35.964ZNov 27 17:49:35.716 INFO Starting download, target: CargoHack
16122024-11-27T17:49:35.966ZNov 27 17:49:35.717 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16132024-11-27T17:49:36.615ZNov 27 17:49:36.368 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16142024-11-27T17:49:36.700ZNov 27 17:49:36.453 INFO Download complete, target: CargoHack
16152024-11-27T17:49:36.704Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16162024-11-27T17:49:36.720Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16172024-11-27T17:49:36.886Zinfo: running `cargo check --bins` on api_identity (1/173)
16182024-11-27T17:49:37.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-27T17:49:37.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-27T17:49:37.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-27T17:49:37.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16222024-11-27T17:49:37.490Z
16232024-11-27T17:49:37.490Zinfo: running `cargo check --bins` on bootstore (2/173)
16242024-11-27T17:49:38.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-27T17:49:38.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-27T17:49:38.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-27T17:49:38.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16282024-11-27T17:49:38.129Z
16292024-11-27T17:49:38.129Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16302024-11-27T17:49:38.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-27T17:49:38.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-27T17:49:38.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-27T17:49:38.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16342024-11-27T17:49:38.774Z
16352024-11-27T17:49:38.774Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16362024-11-27T17:49:39.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-27T17:49:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-27T17:49:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-27T17:49:39.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16402024-11-27T17:49:39.408Z
16412024-11-27T17:49:39.408Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16422024-11-27T17:49:39.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-27T17:49:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-27T17:49:39.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-27T17:49:39.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-11-27T17:49:39.820Z
16472024-11-27T17:49:39.820Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16482024-11-27T17:49:40.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-27T17:49:40.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-27T17:49:40.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-27T17:49:40.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16522024-11-27T17:49:40.246Z
16532024-11-27T17:49:40.246Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16542024-11-27T17:49:40.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-27T17:49:40.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-27T17:49:40.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-27T17:49:40.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582024-11-27T17:49:40.660Z
16592024-11-27T17:49:40.660Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16602024-11-27T17:49:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-27T17:49:41.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-27T17:49:41.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-27T17:49:41.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-11-27T17:49:41.079Z
16652024-11-27T17:49:41.079Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16662024-11-27T17:49:41.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-27T17:49:41.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-27T17:49:41.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-27T17:49:41.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16702024-11-27T17:49:41.506Z
16712024-11-27T17:49:41.506Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16722024-11-27T17:49:41.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-27T17:49:41.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-27T17:49:41.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-27T17:49:41.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-11-27T17:49:41.923Z
16772024-11-27T17:49:41.923Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16782024-11-27T17:49:42.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-27T17:49:42.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-27T17:49:42.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-27T17:49:42.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822024-11-27T17:49:42.345Z
16832024-11-27T17:49:42.345Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16842024-11-27T17:49:42.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-27T17:49:42.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-27T17:49:42.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-27T17:49:42.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882024-11-27T17:49:42.771Z
16892024-11-27T17:49:42.771Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16902024-11-27T17:49:43.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-27T17:49:43.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-27T17:49:43.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-27T17:49:43.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942024-11-27T17:49:43.191Z
16952024-11-27T17:49:43.191Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16962024-11-27T17:49:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-27T17:49:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-27T17:49:43.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-27T17:49:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17002024-11-27T17:49:43.604Z
17012024-11-27T17:49:43.604Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17022024-11-27T17:49:43.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-27T17:49:43.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-27T17:49:43.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-11-27T17:49:43.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-11-27T17:49:44.021Z
17072024-11-27T17:49:44.021Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17082024-11-27T17:49:44.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-11-27T17:49:44.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-11-27T17:49:44.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-11-27T17:49:44.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-11-27T17:49:44.435Z
17132024-11-27T17:49:44.435Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17142024-11-27T17:49:44.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-11-27T17:49:44.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-11-27T17:49:44.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-11-27T17:49:44.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182024-11-27T17:49:44.861Z
17192024-11-27T17:49:44.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17202024-11-27T17:49:45.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-11-27T17:49:45.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-11-27T17:49:45.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-11-27T17:49:45.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17242024-11-27T17:49:45.282Z
17252024-11-27T17:49:45.282Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17262024-11-27T17:49:45.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-11-27T17:49:45.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-11-27T17:49:45.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-11-27T17:49:45.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-11-27T17:49:45.703Z
17312024-11-27T17:49:45.703Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17322024-11-27T17:49:46.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-11-27T17:49:46.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-11-27T17:49:46.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-11-27T17:49:46.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362024-11-27T17:49:46.121Z
17372024-11-27T17:49:46.121Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17382024-11-27T17:49:46.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-11-27T17:49:46.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-11-27T17:49:46.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-11-27T17:49:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422024-11-27T17:49:46.537Z
17432024-11-27T17:49:46.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17442024-11-27T17:49:46.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-11-27T17:49:46.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-11-27T17:49:46.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-11-27T17:49:46.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482024-11-27T17:49:46.968Z
17492024-11-27T17:49:46.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17502024-11-27T17:49:47.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-11-27T17:49:47.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-11-27T17:49:47.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-11-27T17:49:47.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17542024-11-27T17:49:47.398Z
17552024-11-27T17:49:47.398Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17562024-11-27T17:49:47.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-11-27T17:49:47.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-11-27T17:49:47.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-11-27T17:49:47.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602024-11-27T17:49:47.822Z
17612024-11-27T17:49:47.822Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17622024-11-27T17:49:48.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-11-27T17:49:48.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-11-27T17:49:48.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-11-27T17:49:48.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17662024-11-27T17:49:48.464Z
17672024-11-27T17:49:48.464Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17682024-11-27T17:49:49.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-11-27T17:49:49.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-11-27T17:49:49.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-11-27T17:49:49.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17722024-11-27T17:49:49.104Z
17732024-11-27T17:49:49.104Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17742024-11-27T17:49:49.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-11-27T17:49:49.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-11-27T17:49:49.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-11-27T17:49:49.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17782024-11-27T17:49:49.747Z
17792024-11-27T17:49:49.747Zinfo: running `cargo check --bins` on oxlog (28/173)
17802024-11-27T17:49:50.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-11-27T17:49:50.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-11-27T17:49:50.373Z Checking cfg-if v1.0.0
17832024-11-27T17:49:50.377Z Checking libc v0.2.162
17842024-11-27T17:49:50.478Z Checking serde v1.0.215
17852024-11-27T17:49:50.481Z Checking zeroize v1.8.1
17862024-11-27T17:49:50.494Z Checking memchr v2.7.4
17872024-11-27T17:49:50.498Z Checking typenum v1.17.0
17882024-11-27T17:49:50.514Z Checking scopeguard v1.2.0
17892024-11-27T17:49:50.517Z Checking subtle v2.6.1
17902024-11-27T17:49:50.540Z Checking value-bag v1.9.0
17912024-11-27T17:49:50.647Z Checking lock_api v0.4.12
17922024-11-27T17:49:50.723Z Checking itoa v1.0.11
17932024-11-27T17:49:50.779Z Checking const-oid v0.9.6
17942024-11-27T17:49:50.923Z Checking log v0.4.22
17952024-11-27T17:49:50.929Z Checking smallvec v1.13.2
17962024-11-27T17:49:51.052Z Checking pin-project-lite v0.2.14
17972024-11-27T17:49:51.171Z Checking byteorder v1.5.0
17982024-11-27T17:49:51.323Z Checking futures-core v0.3.31
17992024-11-27T17:49:51.376Z Checking once_cell v1.20.2
18002024-11-27T17:49:51.475Z Checking cpufeatures v0.2.14
18012024-11-27T17:49:51.508Z Checking futures-sink v0.3.31
18022024-11-27T17:49:51.564Z Checking stable_deref_trait v1.2.0
18032024-11-27T17:49:51.583Z Checking spin v0.9.8
18042024-11-27T17:49:51.651Z Checking zerocopy v0.7.35
18052024-11-27T17:49:51.668Z Checking zerofrom v0.1.4
18062024-11-27T17:49:51.682Z Checking getrandom v0.2.15
18072024-11-27T17:49:51.682Z Checking parking_lot_core v0.9.10
18082024-11-27T17:49:51.801Z Checking generic-array v0.14.7
18092024-11-27T17:49:51.872Z Checking signal-hook-registry v1.4.2
18102024-11-27T17:49:51.903Z Checking rand_core v0.6.4
18112024-11-27T17:49:51.932Z Checking mio v1.0.2
18122024-11-27T17:49:52.005Z Checking parking_lot v0.12.3
18132024-11-27T17:49:52.133Z Checking socket2 v0.5.7
18142024-11-27T17:49:52.197Z Checking slab v0.4.9
18152024-11-27T17:49:52.369Z Checking yoke v0.7.4
18162024-11-27T17:49:52.457Z Checking futures-channel v0.3.31
18172024-11-27T17:49:52.528Z Checking foldhash v0.1.3
18182024-11-27T17:49:52.614Z Checking futures-io v0.3.31
18192024-11-27T17:49:52.617Z Checking pin-utils v0.1.0
18202024-11-27T17:49:52.705Z Checking allocator-api2 v0.2.18
18212024-11-27T17:49:52.720Z Checking equivalent v1.0.1
18222024-11-27T17:49:52.734Z Checking futures-task v0.3.31
18232024-11-27T17:49:52.788Z Checking zerovec v0.10.4
18242024-11-27T17:49:52.818Z Checking ryu v1.0.18
18252024-11-27T17:49:52.831Z Checking tinyvec_macros v0.1.1
18262024-11-27T17:49:52.910Z Checking tinyvec v1.8.0
18272024-11-27T17:49:52.937Z Checking crypto-common v0.1.6
18282024-11-27T17:49:52.952Z Checking block-buffer v0.10.4
18292024-11-27T17:49:53.043Z Checking futures-util v0.3.31
18302024-11-27T17:49:53.058Z Checking block-padding v0.3.3
18312024-11-27T17:49:53.107Z Checking fnv v1.0.7
18322024-11-27T17:49:53.157Z Checking digest v0.10.7
18332024-11-27T17:49:53.231Z Checking libm v0.2.8
18342024-11-27T17:49:53.252Z Checking inout v0.1.3
18352024-11-27T17:49:53.334Z Checking hashbrown v0.15.0
18362024-11-27T17:49:53.491Z Checking cipher v0.4.4
18372024-11-27T17:49:53.566Z Checking hmac v0.12.1
18382024-11-27T17:49:53.791Z Checking sha2 v0.10.8
18392024-11-27T17:49:53.862Z Checking writeable v0.5.5
18402024-11-27T17:49:54.165Z Checking litemap v0.7.3
18412024-11-27T17:49:54.185Z Checking base64ct v1.6.0
18422024-11-27T17:49:54.231Z Checking unicode-normalization v0.1.24
18432024-11-27T17:49:54.386Z Checking unicode-bidi v0.3.17
18442024-11-27T17:49:54.461Z Checking tinystr v0.7.6
18452024-11-27T17:49:54.493Z Checking num-traits v0.2.19
18462024-11-27T17:49:54.512Z Checking ppv-lite86 v0.2.20
18472024-11-27T17:49:54.636Z Checking pem-rfc7468 v0.7.0
18482024-11-27T17:49:54.838Z Checking icu_locid v1.5.0
18492024-11-27T17:49:54.894Z Checking flagset v0.4.6
18502024-11-27T17:49:55.044Z Checking tracing-core v0.1.32
18512024-11-27T17:49:55.076Z Checking der v0.7.9
18522024-11-27T17:49:55.134Z Checking thiserror v1.0.69
18532024-11-27T17:49:55.260Z Checking rustls-pki-types v1.9.0
18542024-11-27T17:49:55.272Z Checking rand_chacha v0.3.1
18552024-11-27T17:49:55.566Z Checking bytes v1.8.0
18562024-11-27T17:49:55.677Z Checking indexmap v2.6.0
18572024-11-27T17:49:55.721Z Checking serde_json v1.0.132
18582024-11-27T17:49:55.845Z Checking bitflags v2.6.0
18592024-11-27T17:49:55.881Z Checking icu_provider v1.5.0
18602024-11-27T17:49:56.133Z Checking percent-encoding v2.3.1
18612024-11-27T17:49:56.247Z Checking icu_locid_transform_data v1.5.0
18622024-11-27T17:49:56.347Z Checking tracing v0.1.40
18632024-11-27T17:49:56.362Z Checking rand v0.8.5
18642024-11-27T17:49:56.378Z Checking tokio v1.40.0
18652024-11-27T17:49:56.559Z Checking http v1.1.0
18662024-11-27T17:49:56.691Z Checking icu_locid_transform v1.5.0
18672024-11-27T17:49:56.956Z Checking icu_collections v1.5.0
18682024-11-27T17:49:56.978Z Checking spki v0.7.3
18692024-11-27T17:49:57.281Z Checking salsa20 v0.10.2
18702024-11-27T17:49:57.445Z Checking pbkdf2 v0.12.2
18712024-11-27T17:49:57.482Z Checking aws-lc-sys v0.22.0
18722024-11-27T17:49:57.603Z Checking httparse v1.9.5
18732024-11-27T17:49:57.622Z Checking powerfmt v0.2.0
18742024-11-27T17:49:57.665Z Checking untrusted v0.7.1
18752024-11-27T17:49:57.685Z Checking untrusted v0.9.0
18762024-11-27T17:49:57.823Z Checking icu_properties_data v1.5.0
18772024-11-27T17:49:57.838Z Checking mirai-annotations v1.12.0
18782024-11-27T17:49:57.873Z Checking deranged v0.3.11
18792024-11-27T17:49:57.984Z Checking ring v0.17.8
18802024-11-27T17:49:58.002Z Checking scrypt v0.11.0
18812024-11-27T17:49:58.017Z Checking cbc v0.1.2
18822024-11-27T17:49:58.071Z Checking icu_properties v1.5.1
18832024-11-27T17:49:58.172Z Checking aes v0.8.4
18842024-11-27T17:49:58.214Z Checking crossbeam-utils v0.8.20
18852024-11-27T17:49:58.218Z Checking time-core v0.1.2
18862024-11-27T17:49:58.383Z Checking utf8_iter v1.0.4
18872024-11-27T17:49:58.592Z Checking atomic-waker v1.1.2
18882024-11-27T17:49:58.730Z Checking num-conv v0.1.0
18892024-11-27T17:49:58.969Z Checking write16 v1.0.0
18902024-11-27T17:49:58.983Z Checking num_threads v0.1.7
18912024-11-27T17:49:59.082Z Checking utf16_iter v1.0.5
18922024-11-27T17:49:59.095Z Checking icu_normalizer_data v1.5.0
18932024-11-27T17:49:59.111Z Checking pkcs5 v0.7.1
18942024-11-27T17:49:59.186Z Checking http-body v1.0.1
18952024-11-27T17:49:59.251Z Checking form_urlencoded v1.2.1
18962024-11-27T17:49:59.380Z Checking try-lock v0.2.5
18972024-11-27T17:49:59.457Z Checking httpdate v1.0.3
18982024-11-27T17:49:59.516Z Checking want v0.3.1
18992024-11-27T17:49:59.597Z Checking pkcs8 v0.10.2
19002024-11-27T17:49:59.696Z Checking unicode-ident v1.0.13
19012024-11-27T17:49:59.709Z Checking time v0.3.36
19022024-11-27T17:49:59.712Z Checking toml_datetime v0.6.8
19032024-11-27T17:49:59.850Z Checking proc-macro2 v1.0.89
19042024-11-27T17:49:59.912Z Checking uuid v1.11.0
19052024-11-27T17:49:59.926Z Checking serde_spanned v0.6.8
19062024-11-27T17:50:00.095Z Checking aws-lc-rs v1.10.0
19072024-11-27T17:50:00.111Z Checking slog v2.7.0
19082024-11-27T17:50:00.439Z Checking scroll v0.12.0
19092024-11-27T17:50:00.508Z Checking base64 v0.22.1
19102024-11-27T17:50:00.586Z Checking tower-service v0.3.3
19112024-11-27T17:50:00.703Z Checking ucd-trie v0.1.7
19122024-11-27T17:50:00.899Z Checking adler2 v2.0.0
19132024-11-27T17:50:00.915Z Checking iana-time-zone v0.1.61
19142024-11-27T17:50:00.976Z Checking plain v0.2.3
19152024-11-27T17:50:01.039Z Checking foreign-types-shared v0.1.1
19162024-11-27T17:50:01.055Z Checking match_cfg v0.1.0
19172024-11-27T17:50:01.115Z Checking goblin v0.8.2
19182024-11-27T17:50:01.138Z Checking hostname v0.3.1
19192024-11-27T17:50:01.152Z Checking foreign-types v0.3.2
19202024-11-27T17:50:01.238Z Checking chrono v0.4.38
19212024-11-27T17:50:01.268Z Checking miniz_oxide v0.8.0
19222024-11-27T17:50:01.342Z Checking icu_normalizer v1.5.0
19232024-11-27T17:50:01.768Z Checking rustls-webpki v0.102.8
19242024-11-27T17:50:01.918Z Checking pest v2.7.14
19252024-11-27T17:50:01.993Z Checking quote v1.0.37
19262024-11-27T17:50:02.038Z Checking openssl-sys v0.9.103
19272024-11-27T17:50:02.110Z Checking idna_adapter v1.2.0
19282024-11-27T17:50:02.304Z Checking idna v1.0.3
19292024-11-27T17:50:02.336Z Checking errno v0.3.9
19302024-11-27T17:50:02.500Z Checking dirs-sys-next v0.1.2
19312024-11-27T17:50:02.567Z Checking aho-corasick v1.1.3
19322024-11-27T17:50:02.673Z Checking siphasher v0.3.11
19332024-11-27T17:50:02.766Z Checking url v2.5.3
19342024-11-27T17:50:02.984Z Checking pretty-hex v0.4.1
19352024-11-27T17:50:03.172Z Checking regex-syntax v0.8.5
19362024-11-27T17:50:03.317Z Checking data-encoding v2.6.0
19372024-11-27T17:50:03.335Z Checking openssl v0.10.66
19382024-11-27T17:50:03.442Z Checking tokio-util v0.7.12
19392024-11-27T17:50:03.633Z Checking dirs-next v2.0.0
19402024-11-27T17:50:03.768Z Checking rustix v0.38.37
19412024-11-27T17:50:03.999Z Checking syn v2.0.87
19422024-11-27T17:50:04.275Z Checking http-body-util v0.1.2
19432024-11-27T17:50:04.371Z Checking h2 v0.4.6
19442024-11-27T17:50:04.443Z Checking dtrace-parser v0.2.0
19452024-11-27T17:50:04.758Z Checking crossbeam-epoch v0.9.18
19462024-11-27T17:50:04.912Z Checking sha1 v0.10.6
19472024-11-27T17:50:05.189Z Checking signature v2.2.0
19482024-11-27T17:50:05.204Z Checking lazy_static v1.5.0
19492024-11-27T17:50:05.325Z Checking thread-id v4.2.2
19502024-11-27T17:50:05.398Z Checking thread_local v1.1.8
19512024-11-27T17:50:05.438Z Checking encoding_rs v0.8.34
19522024-11-27T17:50:05.668Z Checking openssl-probe v0.1.5
19532024-11-27T17:50:05.812Z Checking ipnet v2.10.1
19542024-11-27T17:50:06.175Z Checking dof v0.3.0
19552024-11-27T17:50:06.298Z Checking gimli v0.31.1
19562024-11-27T17:50:06.411Z Checking regex-automata v0.4.8
19572024-11-27T17:50:06.767Z Checking anstyle v1.0.10
19582024-11-27T17:50:07.104Z Checking utf8parse v0.2.2
19592024-11-27T17:50:07.180Z Checking winnow v0.6.20
19602024-11-27T17:50:07.243Z Checking either v1.13.0
19612024-11-27T17:50:07.639Z Checking mime v0.3.17
19622024-11-27T17:50:07.842Z Checking unicode-properties v0.1.3
19632024-11-27T17:50:07.954Z Checking anstyle-parse v0.2.5
19642024-11-27T17:50:08.219Z Checking stringprep v0.1.5
19652024-11-27T17:50:08.239Z Checking crossbeam-deque v0.8.5
19662024-11-27T17:50:08.498Z Checking term v0.7.0
19672024-11-27T17:50:08.555Z Checking rustls v0.22.4
19682024-11-27T17:50:08.878Z Checking native-tls v0.2.12
19692024-11-27T17:50:08.939Z Checking rustls v0.23.14
19702024-11-27T17:50:09.186Z Checking slog-json v2.6.1
19712024-11-27T17:50:09.436Z Checking serde_urlencoded v0.7.1
19722024-11-27T17:50:09.837Z Checking crossbeam-channel v0.5.13
19732024-11-27T17:50:10.163Z Checking toml_edit v0.22.22
19742024-11-27T17:50:10.361Z Checking addr2line v0.24.2
19752024-11-27T17:50:10.364Z Checking usdt-impl v0.5.0
19762024-11-27T17:50:10.567Z Checking futures-executor v0.3.31
19772024-11-27T17:50:10.598Z Checking hyper v1.5.0
19782024-11-27T17:50:10.793Z Checking num-integer v0.1.46
19792024-11-27T17:50:10.877Z Checking rustls-pemfile v2.2.0
19802024-11-27T17:50:10.894Z Checking idna v0.3.0
19812024-11-27T17:50:11.086Z Checking idna v0.4.0
19822024-11-27T17:50:11.102Z Checking md-5 v0.10.6
19832024-11-27T17:50:11.284Z Checking ff v0.13.0
19842024-11-27T17:50:11.326Z Checking memmap v0.7.0
19852024-11-27T17:50:11.490Z Checking is-terminal v0.4.13
19862024-11-27T17:50:11.528Z Checking hash32 v0.2.1
19872024-11-27T17:50:11.605Z Checking object v0.36.5
19882024-11-27T17:50:11.787Z Checking is_terminal_polyfill v1.70.1
19892024-11-27T17:50:11.832Z Checking utf-8 v0.7.6
19902024-11-27T17:50:11.906Z Checking base16ct v0.2.0
19912024-11-27T17:50:11.971Z Checking rustc-demangle v0.1.24
19922024-11-27T17:50:12.025Z Checking quick-error v1.2.3
19932024-11-27T17:50:12.097Z Checking colorchoice v1.0.2
19942024-11-27T17:50:12.164Z Checking linked-hash-map v0.5.6
19952024-11-27T17:50:12.221Z Checking fallible-iterator v0.2.0
19962024-11-27T17:50:12.282Z Checking anstyle-query v1.1.1
19972024-11-27T17:50:12.389Z Checking dyn-clone v1.0.17
19982024-11-27T17:50:12.405Z Checking psl-types v2.0.11
19992024-11-27T17:50:12.482Z Checking take_mut v0.2.2
20002024-11-27T17:50:12.522Z Checking schemars v0.8.21
20012024-11-27T17:50:12.581Z Checking publicsuffix v2.2.3
20022024-11-27T17:50:12.605Z Checking hyper-util v0.1.10
20032024-11-27T17:50:12.620Z Checking slog-async v2.8.0
20042024-11-27T17:50:12.718Z Checking toml v0.8.19
20052024-11-27T17:50:12.817Z Checking lru-cache v0.1.2
20062024-11-27T17:50:12.821Z Checking postgres-protocol v0.6.7
20072024-11-27T17:50:12.913Z Checking anstream v0.6.15
20082024-11-27T17:50:13.004Z Checking tokio-rustls v0.25.0
20092024-11-27T17:50:13.281Z Checking resolv-conf v0.7.0
20102024-11-27T17:50:13.394Z Checking sec1 v0.7.3
20112024-11-27T17:50:13.442Z Checking tungstenite v0.24.0
20122024-11-27T17:50:13.534Z Checking hickory-proto v0.24.1
20132024-11-27T17:50:13.641Z Checking heapless v0.7.17
20142024-11-27T17:50:13.786Z Checking slog-term v2.9.1
20152024-11-27T17:50:14.176Z Checking usdt v0.5.0
20162024-11-27T17:50:14.280Z Checking group v0.13.0
20172024-11-27T17:50:14.360Z Checking num-iter v0.1.45
20182024-11-27T17:50:14.428Z Checking futures v0.3.31
20192024-11-27T17:50:14.468Z Checking tokio-rustls v0.26.0
20202024-11-27T17:50:14.515Z Checking slog-bunyan v2.5.0
20212024-11-27T17:50:14.532Z Checking tokio-native-tls v0.3.1
20222024-11-27T17:50:14.545Z Checking rayon-core v1.12.1
20232024-11-27T17:50:14.637Z Checking multer v3.1.0
20242024-11-27T17:50:14.637Z Checking terminal_size v0.4.0
20252024-11-27T17:50:14.682Z Checking phf_shared v0.11.2
20262024-11-27T17:50:14.786Z Checking cookie v0.18.1
20272024-11-27T17:50:14.823Z Checking async-stream v0.3.6
20282024-11-27T17:50:14.853Z Checking bzip2-sys v0.1.11+1.0.8
20292024-11-27T17:50:14.956Z Checking camino v1.1.9
20302024-11-27T17:50:14.976Z Checking signal-hook v0.3.17
20312024-11-27T17:50:15.015Z Checking waitgroup v0.1.2
20322024-11-27T17:50:15.040Z Checking openapiv3 v2.0.0
20332024-11-27T17:50:15.145Z Checking webpki-roots v0.26.6
20342024-11-27T17:50:15.210Z Checking serde_path_to_error v0.1.16
20352024-11-27T17:50:15.212Z Checking idna v0.5.0
20362024-11-27T17:50:15.298Z Checking hkdf v0.12.4
20372024-11-27T17:50:15.352Z Checking crypto-bigint v0.5.5
20382024-11-27T17:50:15.497Z Checking hostname v0.4.0
20392024-11-27T17:50:15.523Z Checking crc32fast v1.4.2
20402024-11-27T17:50:15.632Z Checking debug-ignore v1.0.5
20412024-11-27T17:50:15.757Z Checking strsim v0.11.1
20422024-11-27T17:50:15.779Z Checking bitflags v1.3.2
20432024-11-27T17:50:15.813Z Checking unicode-width v0.1.14
20442024-11-27T17:50:15.880Z Checking winnow v0.5.40
20452024-11-27T17:50:16.043Z Checking clap_lex v0.7.2
20462024-11-27T17:50:16.076Z Checking managed v0.8.0
20472024-11-27T17:50:16.289Z Checking clap_builder v4.5.21
20482024-11-27T17:50:16.328Z Checking console v0.15.8
20492024-11-27T17:50:16.468Z Checking smoltcp v0.9.1
20502024-11-27T17:50:16.934Z Checking cookie_store v0.21.0
20512024-11-27T17:50:17.618Z Checking flate2 v1.0.34
20522024-11-27T17:50:18.029Z Checking hyper-rustls v0.27.3
20532024-11-27T17:50:18.045Z Checking backtrace v0.3.74
20542024-11-27T17:50:18.251Z Checking elliptic-curve v0.13.8
20552024-11-27T17:50:18.277Z Checking signal-hook-mio v0.2.4
20562024-11-27T17:50:18.352Z Checking hickory-resolver v0.24.1
20572024-11-27T17:50:18.364Z Checking rayon v1.10.0
20582024-11-27T17:50:18.406Z Checking dropshot v0.12.0
20592024-11-27T17:50:18.429Z Checking bzip2 v0.4.4
20602024-11-27T17:50:18.614Z Checking anyhow v1.0.93
20612024-11-27T17:50:18.751Z Checking phf v0.11.2
20622024-11-27T17:50:18.917Z Checking hyper-tls v0.6.0
20632024-11-27T17:50:18.972Z Checking toml_edit v0.19.15
20642024-11-27T17:50:18.977Z Checking num-bigint-dig v0.8.4
20652024-11-27T17:50:19.004Z Checking tokio-tungstenite v0.24.0
20662024-11-27T17:50:19.197Z Checking postgres-types v0.2.8
20672024-11-27T17:50:19.410Z Checking regex v1.11.1
20682024-11-27T17:50:19.479Z Checking bstr v1.10.0
20692024-11-27T17:50:19.950Z Checking ed25519 v2.2.3
20702024-11-27T17:50:20.006Z Checking tokio-stream v0.1.16
20712024-11-27T17:50:20.068Z Checking phf_shared v0.10.0
20722024-11-27T17:50:20.240Z Checking curve25519-dalek v4.1.3
20732024-11-27T17:50:20.347Z Checking zerocopy v0.6.6
20742024-11-27T17:50:20.424Z Checking pkcs1 v0.7.5
20752024-11-27T17:50:20.844Z Checking hubpack v0.1.2
20762024-11-27T17:50:20.917Z Checking portable-atomic v1.9.0
20772024-11-27T17:50:21.115Z Checking float-cmp v0.9.0
20782024-11-27T17:50:21.143Z Checking serde-big-array v0.5.1
20792024-11-27T17:50:21.157Z Checking rfc6979 v0.4.0
20802024-11-27T17:50:21.306Z Checking sync_wrapper v1.0.1
20812024-11-27T17:50:21.327Z Checking minimal-lexical v0.2.1
20822024-11-27T17:50:21.359Z Checking predicates-core v1.0.8
20832024-11-27T17:50:21.398Z Checking unicode-width v0.2.0
20842024-11-27T17:50:21.434Z Checking new_debug_unreachable v1.0.6
20852024-11-27T17:50:21.524Z Checking number_prefix v0.4.0
20862024-11-27T17:50:21.538Z Checking whoami v1.5.2
20872024-11-27T17:50:21.706Z Checking normalize-line-endings v0.3.0
20882024-11-27T17:50:21.722Z Checking fixedbitset v0.4.2
20892024-11-27T17:50:21.821Z Checking bit-vec v0.6.3
20902024-11-27T17:50:21.843Z Checking unicode-segmentation v1.12.0
20912024-11-27T17:50:21.857Z Checking static_assertions v1.1.0
20922024-11-27T17:50:21.945Z Checking precomputed-hash v0.1.1
20932024-11-27T17:50:21.959Z Checking difflib v0.4.0
20942024-11-27T17:50:21.974Z Checking petgraph v0.6.5
20952024-11-27T17:50:22.047Z Checking qorb v0.2.0
20962024-11-27T17:50:22.052Z Checking string_cache v0.8.7
20972024-11-27T17:50:22.134Z Checking bit-set v0.5.3
20982024-11-27T17:50:22.134Z Checking ed25519-dalek v2.1.1
20992024-11-27T17:50:22.215Z Checking indicatif v0.17.9
21002024-11-27T17:50:22.261Z Checking predicates v3.1.2
21012024-11-27T17:50:22.329Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022024-11-27T17:50:22.377Z Checking tokio-postgres v0.7.12
21032024-11-27T17:50:22.490Z Checking similar v2.6.0
21042024-11-27T17:50:22.546Z Checking nom v7.1.3
21052024-11-27T17:50:22.953Z Checking reqwest v0.12.9
21062024-11-27T17:50:22.999Z Checking toml v0.7.8
21072024-11-27T17:50:23.390Z Checking ecdsa v0.16.9
21082024-11-27T17:50:23.767Z Checking rsa v0.9.6
21092024-11-27T17:50:24.151Z Checking clap v4.5.21
21102024-11-27T17:50:24.277Z Checking zip v0.6.6
21112024-11-27T17:50:24.739Z Checking crossterm v0.28.1
21122024-11-27T17:50:24.809Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132024-11-27T17:50:24.836Z Checking itertools v0.10.5
21142024-11-27T17:50:24.851Z Checking itertools v0.12.1
21152024-11-27T17:50:24.972Z Checking ahash v0.8.11
21162024-11-27T17:50:25.251Z Checking fs-err v2.11.0
21172024-11-27T17:50:25.472Z Checking x509-cert v0.2.5
21182024-11-27T17:50:25.475Z Checking hex v0.4.3
21192024-11-27T17:50:25.536Z Checking semver v1.0.23
21202024-11-27T17:50:25.822Z Checking peg-runtime v0.8.3
21212024-11-27T17:50:25.947Z Checking lalrpop-util v0.19.12
21222024-11-27T17:50:25.992Z Checking sigpipe v0.1.3
21232024-11-27T17:50:27.400Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242024-11-27T17:50:27.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s
21252024-11-27T17:50:27.872Z
21262024-11-27T17:50:27.872Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21272024-11-27T17:50:28.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-11-27T17:50:28.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-11-27T17:50:28.537Z Compiling hashbrown v0.14.5
21302024-11-27T17:50:28.658Z Checking heck v0.5.0
21312024-11-27T17:50:28.668Z Compiling unsafe-libyaml v0.2.11
21322024-11-27T17:50:28.682Z Compiling ident_case v1.0.1
21332024-11-27T17:50:28.693Z Checking progenitor-client v0.8.0
21342024-11-27T17:50:28.707Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352024-11-27T17:50:28.723Z Compiling proc-macro-crate v1.3.1
21362024-11-27T17:50:28.809Z Compiling darling_core v0.20.10
21372024-11-27T17:50:28.849Z Checking ipnetwork v0.20.0
21382024-11-27T17:50:29.043Z Compiling structmeta-derive v0.3.0
21392024-11-27T17:50:29.059Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-11-27T17:50:29.198Z Compiling newtype-uuid v1.1.3
21412024-11-27T17:50:29.377Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422024-11-27T17:50:29.505Z Compiling lzma-sys v0.1.20
21432024-11-27T17:50:29.733Z Compiling foreign-types-macros v0.2.3
21442024-11-27T17:50:29.786Z Checking regress v0.10.1
21452024-11-27T17:50:29.822Z Compiling num_enum_derive v0.5.11
21462024-11-27T17:50:30.264Z Compiling serde_yaml v0.9.34+deprecated
21472024-11-27T17:50:30.663Z Compiling dropshot v0.13.0
21482024-11-27T17:50:30.952Z Checking arc-swap v1.7.1
21492024-11-27T17:50:31.049Z Checking foreign-types-shared v0.3.1
21502024-11-27T17:50:31.161Z Checking foreign-types v0.5.0
21512024-11-27T17:50:31.372Z Checking slog-scope v4.4.0
21522024-11-27T17:50:31.392Z Compiling proc-macro-error v1.0.4
21532024-11-27T17:50:32.021Z Compiling structmeta v0.3.0
21542024-11-27T17:50:32.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21552024-11-27T17:50:32.154Z Checking tungstenite v0.21.0
21562024-11-27T17:50:32.183Z Compiling heck v0.3.3
21572024-11-27T17:50:32.441Z Checking num_enum v0.5.11
21582024-11-27T17:50:32.471Z Compiling parse-display-derive v0.10.0
21592024-11-27T17:50:32.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-11-27T17:50:32.615Z Compiling dropshot_endpoint v0.13.0
21612024-11-27T17:50:33.089Z Checking cstr-argument v0.1.2
21622024-11-27T17:50:33.256Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632024-11-27T17:50:33.310Z Checking typify-impl v0.2.0
21642024-11-27T17:50:33.457Z Checking instant v0.1.13
21652024-11-27T17:50:33.577Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21662024-11-27T17:50:34.093Z Checking pretty-hex v0.2.1
21672024-11-27T17:50:34.270Z Checking fastrand v2.1.1
21682024-11-27T17:50:34.616Z Checking base64 v0.21.7
21692024-11-27T17:50:34.717Z Checking tempfile v3.13.0
21702024-11-27T17:50:35.071Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21712024-11-27T17:50:35.099Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-11-27T17:50:35.142Z Checking backoff v0.4.0
21732024-11-27T17:50:35.278Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742024-11-27T17:50:35.357Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21752024-11-27T17:50:35.409Z Checking tokio-tungstenite v0.21.0
21762024-11-27T17:50:35.469Z Compiling zone_cfg_derive v0.1.2
21772024-11-27T17:50:35.685Z Checking strum v0.26.3
21782024-11-27T17:50:35.866Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792024-11-27T17:50:35.888Z Compiling darling_macro v0.20.10
21802024-11-27T17:50:35.912Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21812024-11-27T17:50:35.928Z Checking slog-stdlog v4.1.1
21822024-11-27T17:50:36.142Z Checking regress v0.9.1
21832024-11-27T17:50:36.268Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842024-11-27T17:50:36.411Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21852024-11-27T17:50:36.610Z Checking colored v2.1.0
21862024-11-27T17:50:36.691Z Checking macaddr v1.0.1
21872024-11-27T17:50:36.791Z Compiling darling v0.20.10
21882024-11-27T17:50:36.902Z Checking base64 v0.13.1
21892024-11-27T17:50:36.919Z Compiling serde_with_macros v3.11.0
21902024-11-27T17:50:36.968Z Checking zone v0.1.8
21912024-11-27T17:50:37.184Z Checking parse-display v0.10.0
21922024-11-27T17:50:37.293Z Checking ron v0.7.1
21932024-11-27T17:50:37.426Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942024-11-27T17:50:37.630Z Checking xz2 v0.1.7
21952024-11-27T17:50:37.905Z Checking slog-envlogger v2.2.0
21962024-11-27T17:50:37.944Z Checking tabwriter v1.4.0
21972024-11-27T17:50:38.131Z Checking xattr v1.3.1
21982024-11-27T17:50:38.172Z Checking pem v3.0.4
21992024-11-27T17:50:38.324Z Checking yasna v0.5.2
22002024-11-27T17:50:38.457Z Checking headers-core v0.3.0
22012024-11-27T17:50:38.492Z Checking smf v0.2.3
22022024-11-27T17:50:38.606Z Checking filetime v0.2.25
22032024-11-27T17:50:38.825Z Checking same-file v1.0.6
22042024-11-27T17:50:38.961Z Checking tar v0.4.42
22052024-11-27T17:50:38.994Z Checking walkdir v2.5.0
22062024-11-27T17:50:39.045Z Checking headers v0.4.0
22072024-11-27T17:50:39.282Z Checking camino-tempfile v1.1.1
22082024-11-27T17:50:39.298Z Checking rcgen v0.12.1
22092024-11-27T17:50:39.534Z Checking atomicwrites v0.4.4
22102024-11-27T17:50:39.701Z Checking subprocess v0.2.9
22112024-11-27T17:50:39.868Z Checking serde_with v3.11.0
22122024-11-27T17:50:43.969Z Compiling typify-macro v0.2.0
22132024-11-27T17:50:45.834Z Compiling typify v0.2.0
22142024-11-27T17:50:45.901Z Compiling progenitor-impl v0.8.0
22152024-11-27T17:50:49.103Z Compiling progenitor-macro v0.8.0
22162024-11-27T17:50:54.409Z Checking progenitor v0.8.0
22172024-11-27T17:50:54.565Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182024-11-27T17:50:54.568Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22192024-11-27T17:50:57.320Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22202024-11-27T17:50:57.594Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212024-11-27T17:51:03.981Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222024-11-27T17:51:05.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-11-27T17:51:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.99s
22242024-11-27T17:51:07.021Z
22252024-11-27T17:51:07.021Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22262024-11-27T17:51:07.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-11-27T17:51:07.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-11-27T17:51:07.678Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292024-11-27T17:51:09.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
22302024-11-27T17:51:09.250Z
22312024-11-27T17:51:09.250Zinfo: running `cargo check --bins` on nexus-config (31/173)
22322024-11-27T17:51:09.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-11-27T17:51:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-11-27T17:51:09.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-11-27T17:51:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22362024-11-27T17:51:09.878Z
22372024-11-27T17:51:09.878Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22382024-11-27T17:51:10.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-11-27T17:51:10.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-11-27T17:51:10.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-11-27T17:51:10.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22422024-11-27T17:51:10.494Z
22432024-11-27T17:51:10.494Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22442024-11-27T17:51:11.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-11-27T17:51:11.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-11-27T17:51:11.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-11-27T17:51:11.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22482024-11-27T17:51:11.117Z
22492024-11-27T17:51:11.117Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22502024-11-27T17:51:11.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-11-27T17:51:11.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-11-27T17:51:11.793Z Compiling zerocopy v0.8.10
22532024-11-27T17:51:11.793Z Compiling progenitor-client v0.8.0
22542024-11-27T17:51:11.793Z Compiling itertools v0.13.0
22552024-11-27T17:51:11.796Z Compiling zerocopy-derive v0.8.10
22562024-11-27T17:51:11.796Z Compiling heapless v0.8.0
22572024-11-27T17:51:11.796Z Compiling newtype-uuid v1.1.3
22582024-11-27T17:51:11.796Z Compiling ipnetwork v0.20.0
22592024-11-27T17:51:11.796Z Checking hash32 v0.3.1
22602024-11-27T17:51:12.119Z Compiling instant v0.1.13
22612024-11-27T17:51:12.193Z Compiling smoltcp v0.11.0
22622024-11-27T17:51:12.269Z Compiling progenitor v0.8.0
22632024-11-27T17:51:12.366Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22642024-11-27T17:51:12.530Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22652024-11-27T17:51:12.814Z Compiling backoff v0.4.0
22662024-11-27T17:51:12.843Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672024-11-27T17:51:12.909Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682024-11-27T17:51:13.085Z Compiling dropshot v0.13.0
22692024-11-27T17:51:13.118Z Compiling serde_with v3.11.0
22702024-11-27T17:51:13.148Z Compiling parse-display v0.10.0
22712024-11-27T17:51:13.195Z Checking num-rational v0.4.2
22722024-11-27T17:51:13.743Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732024-11-27T17:51:13.900Z Compiling regress v0.9.1
22742024-11-27T17:51:13.914Z Compiling phf_generator v0.11.2
22752024-11-27T17:51:14.083Z Checking num-complex v0.4.6
22762024-11-27T17:51:15.202Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772024-11-27T17:51:15.641Z Compiling macaddr v1.0.1
22782024-11-27T17:51:16.098Z Checking cobs v0.2.3
22792024-11-27T17:51:16.114Z Compiling num v0.4.3
22802024-11-27T17:51:16.277Z Checking postcard v1.0.10
22812024-11-27T17:51:16.330Z Compiling phf_codegen v0.11.2
22822024-11-27T17:51:16.853Z Compiling parse-zoneinfo v0.3.1
22832024-11-27T17:51:17.264Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22842024-11-27T17:51:17.552Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22852024-11-27T17:51:17.705Z Compiling convert_case v0.4.0
22862024-11-27T17:51:18.076Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872024-11-27T17:51:18.751Z Compiling float-ord v0.3.2
22882024-11-27T17:51:18.938Z Compiling derive_more v0.99.18
22892024-11-27T17:51:19.068Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902024-11-27T17:51:19.193Z Compiling chrono-tz-build v0.4.0
22912024-11-27T17:51:19.666Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22922024-11-27T17:51:20.588Z Compiling crucible-workspace-hack v0.1.0
22932024-11-27T17:51:20.725Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22942024-11-27T17:51:20.856Z Compiling chrono-tz v0.10.0
22952024-11-27T17:51:20.896Z Checking newline-converter v0.3.0
22962024-11-27T17:51:21.020Z Checking prettyplease v0.2.25
22972024-11-27T17:51:21.045Z Compiling slog-dtrace v0.3.0
22982024-11-27T17:51:21.341Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22992024-11-27T17:51:21.635Z Checking expectorate v1.1.0
23002024-11-27T17:51:22.115Z Compiling zone_cfg_derive v0.3.0
23012024-11-27T17:51:22.675Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-11-27T17:51:22.727Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-11-27T17:51:22.763Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23042024-11-27T17:51:22.890Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-11-27T17:51:23.485Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23062024-11-27T17:51:23.591Z Compiling const_format_proc_macros v0.2.33
23072024-11-27T17:51:23.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23082024-11-27T17:51:23.845Z Compiling num-derive v0.4.2
23092024-11-27T17:51:24.094Z Checking highway v1.2.0
23102024-11-27T17:51:24.524Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23112024-11-27T17:51:24.837Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122024-11-27T17:51:25.013Z Checking zone v0.3.0
23132024-11-27T17:51:25.770Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23142024-11-27T17:51:25.813Z Checking const_format v0.2.33
23152024-11-27T17:51:25.841Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23162024-11-27T17:51:26.273Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23172024-11-27T17:51:26.299Z Checking gethostname v0.5.0
23182024-11-27T17:51:26.315Z Checking bcs v0.1.6
23192024-11-27T17:51:26.421Z Compiling async-recursion v1.1.1
23202024-11-27T17:51:26.867Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23212024-11-27T17:51:26.867Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23222024-11-27T17:51:27.144Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23232024-11-27T17:51:28.481Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23242024-11-27T17:51:28.963Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23252024-11-27T17:51:34.542Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23262024-11-27T17:51:37.878Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23272024-11-27T17:51:40.563Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23282024-11-27T17:51:41.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.66s
23292024-11-27T17:51:41.935Z
23302024-11-27T17:51:41.935Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23312024-11-27T17:51:42.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-11-27T17:51:42.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-11-27T17:51:42.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-11-27T17:51:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23352024-11-27T17:51:42.574Z
23362024-11-27T17:51:42.574Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23372024-11-27T17:51:43.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-11-27T17:51:43.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-11-27T17:51:43.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-11-27T17:51:43.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23412024-11-27T17:51:43.200Z
23422024-11-27T17:51:43.200Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23432024-11-27T17:51:43.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-11-27T17:51:43.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-11-27T17:51:43.859Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23462024-11-27T17:51:44.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23472024-11-27T17:51:44.679Z
23482024-11-27T17:51:44.679Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23492024-11-27T17:51:45.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-11-27T17:51:45.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-11-27T17:51:45.349Z Compiling cfg_aliases v0.1.1
23522024-11-27T17:51:45.351Z Compiling vte_generate_state_changes v0.1.2
23532024-11-27T17:51:45.352Z Checking fd-lock v4.0.2
23542024-11-27T17:51:45.352Z Checking nibble_vec v0.1.0
23552024-11-27T17:51:45.451Z Checking endian-type v0.1.2
23562024-11-27T17:51:45.454Z Checking bytecount v0.6.8
23572024-11-27T17:51:45.470Z Compiling tabled_derive v0.7.0
23582024-11-27T17:51:45.522Z Compiling peg-macros v0.8.4
23592024-11-27T17:51:45.536Z Compiling nix v0.28.0
23602024-11-27T17:51:45.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23612024-11-27T17:51:45.624Z Checking papergrid v0.11.0
23622024-11-27T17:51:45.656Z Compiling sqlparser_derive v0.2.2
23632024-11-27T17:51:45.672Z Checking radix_trie v0.2.1
23642024-11-27T17:51:46.068Z Checking vte v0.11.1
23652024-11-27T17:51:46.085Z Checking home v0.5.9
23662024-11-27T17:51:46.230Z Checking nu-ansi-term v0.50.1
23672024-11-27T17:51:46.618Z Checking unicode_categories v0.1.1
23682024-11-27T17:51:46.754Z Checking sqlparser v0.45.0
23692024-11-27T17:51:46.818Z Checking display-error-chain v0.2.2
23702024-11-27T17:51:46.919Z Checking sqlformat v0.2.6
23712024-11-27T17:51:47.439Z Checking strip-ansi-escapes v0.2.0
23722024-11-27T17:51:47.584Z Checking reedline v0.35.0
23732024-11-27T17:51:47.842Z Checking tabled v0.15.0
23742024-11-27T17:51:48.424Z Checking peg v0.8.4
23752024-11-27T17:51:48.791Z Checking rustyline v14.0.0
23762024-11-27T17:51:57.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.71s
23772024-11-27T17:51:57.561Z
23782024-11-27T17:51:57.561Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23792024-11-27T17:51:58.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-11-27T17:51:58.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-11-27T17:51:58.221Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-11-27T17:52:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
23832024-11-27T17:52:03.446Z
23842024-11-27T17:52:03.446Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23852024-11-27T17:52:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-11-27T17:52:04.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-11-27T17:52:04.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-11-27T17:52:07.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
23892024-11-27T17:52:08.054Z
23902024-11-27T17:52:08.054Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23912024-11-27T17:52:08.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-11-27T17:52:08.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-11-27T17:52:08.715Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-11-27T17:52:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
23952024-11-27T17:52:13.686Z
23962024-11-27T17:52:13.686Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23972024-11-27T17:52:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-27T17:52:14.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-27T17:52:14.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-11-27T17:52:19.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
24012024-11-27T17:52:19.308Z
24022024-11-27T17:52:19.308Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24032024-11-27T17:52:19.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-27T17:52:19.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-27T17:52:19.969Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-11-27T17:52:23.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24072024-11-27T17:52:24.134Z
24082024-11-27T17:52:24.134Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24092024-11-27T17:52:24.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-27T17:52:24.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-27T17:52:24.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-11-27T17:52:28.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
24132024-11-27T17:52:28.974Z
24142024-11-27T17:52:28.974Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24152024-11-27T17:52:29.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-27T17:52:29.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-27T17:52:29.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-11-27T17:52:34.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
24192024-11-27T17:52:34.764Z
24202024-11-27T17:52:34.764Zinfo: running `cargo check --bins` on oximeter (46/173)
24212024-11-27T17:52:35.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-27T17:52:35.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-27T17:52:35.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-11-27T17:52:35.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24252024-11-27T17:52:35.389Z
24262024-11-27T17:52:35.389Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24272024-11-27T17:52:35.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-27T17:52:35.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-27T17:52:35.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-11-27T17:52:35.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24312024-11-27T17:52:36.000Z
24322024-11-27T17:52:36.000Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24332024-11-27T17:52:36.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-27T17:52:36.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-27T17:52:36.638Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24362024-11-27T17:52:37.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24372024-11-27T17:52:37.251Z
24382024-11-27T17:52:37.251Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24392024-11-27T17:52:37.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-27T17:52:37.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-27T17:52:37.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-27T17:52:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24432024-11-27T17:52:37.871Z
24442024-11-27T17:52:37.871Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24452024-11-27T17:52:38.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-27T17:52:38.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-27T17:52:38.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-27T17:52:38.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24492024-11-27T17:52:38.505Z
24502024-11-27T17:52:38.505Zinfo: running `cargo check --bins` on oxql-types (51/173)
24512024-11-27T17:52:39.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-27T17:52:39.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-27T17:52:39.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-11-27T17:52:39.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24552024-11-27T17:52:39.130Z
24562024-11-27T17:52:39.130Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24572024-11-27T17:52:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-27T17:52:39.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-27T17:52:39.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-27T17:52:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24612024-11-27T17:52:39.793Z
24622024-11-27T17:52:39.793Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24632024-11-27T17:52:40.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-27T17:52:40.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-27T17:52:40.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-27T17:52:40.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24672024-11-27T17:52:40.439Z
24682024-11-27T17:52:40.439Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24692024-11-27T17:52:41.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-27T17:52:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-27T17:52:41.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-27T17:52:41.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24732024-11-27T17:52:41.084Z
24742024-11-27T17:52:41.085Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24752024-11-27T17:52:41.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-27T17:52:41.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-27T17:52:41.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-11-27T17:52:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24792024-11-27T17:52:41.717Z
24802024-11-27T17:52:41.717Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24812024-11-27T17:52:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-27T17:52:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-27T17:52:42.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-27T17:52:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24852024-11-27T17:52:42.355Z
24862024-11-27T17:52:42.355Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24872024-11-27T17:52:42.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-27T17:52:42.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-27T17:52:42.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-27T17:52:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24912024-11-27T17:52:42.987Z
24922024-11-27T17:52:42.987Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24932024-11-27T17:52:43.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-27T17:52:43.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-27T17:52:43.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-11-27T17:52:43.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24972024-11-27T17:52:43.597Z
24982024-11-27T17:52:43.597Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24992024-11-27T17:52:44.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-27T17:52:44.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-27T17:52:44.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-27T17:52:44.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25032024-11-27T17:52:44.235Z
25042024-11-27T17:52:44.235Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25052024-11-27T17:52:44.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-27T17:52:44.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-27T17:52:44.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-27T17:52:44.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-11-27T17:52:44.872Z
25102024-11-27T17:52:44.872Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25112024-11-27T17:52:45.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-27T17:52:45.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-27T17:52:45.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-27T17:52:45.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25152024-11-27T17:52:45.503Z
25162024-11-27T17:52:45.503Zinfo: running `cargo check --bins` on dpd-client (62/173)
25172024-11-27T17:52:46.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-27T17:52:46.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-27T17:52:46.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-27T17:52:46.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25212024-11-27T17:52:46.120Z
25222024-11-27T17:52:46.120Zinfo: running `cargo check --bins` on gateway-client (63/173)
25232024-11-27T17:52:46.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-27T17:52:46.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-27T17:52:46.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-27T17:52:46.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25272024-11-27T17:52:46.746Z
25282024-11-27T17:52:46.746Zinfo: running `cargo check --bins` on installinator-client (64/173)
25292024-11-27T17:52:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-27T17:52:47.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-27T17:52:47.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-27T17:52:47.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25332024-11-27T17:52:47.400Z
25342024-11-27T17:52:47.400Zinfo: running `cargo check --bins` on installinator-common (65/173)
25352024-11-27T17:52:47.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-27T17:52:47.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-27T17:52:47.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-27T17:52:47.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25392024-11-27T17:52:48.039Z
25402024-11-27T17:52:48.039Zinfo: running `cargo check --bins` on update-engine (66/173)
25412024-11-27T17:52:48.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-27T17:52:48.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-27T17:52:48.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-27T17:52:48.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-11-27T17:52:48.659Z
25462024-11-27T17:52:48.659Zinfo: running `cargo check --bins` on nexus-client (67/173)
25472024-11-27T17:52:49.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-27T17:52:49.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-27T17:52:49.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-27T17:52:49.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-11-27T17:52:49.308Z
25522024-11-27T17:52:49.308Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25532024-11-27T17:52:49.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-27T17:52:49.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-27T17:52:49.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-27T17:52:49.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25572024-11-27T17:52:49.941Z
25582024-11-27T17:52:49.941Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25592024-11-27T17:52:50.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-27T17:52:50.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-27T17:52:50.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-27T17:52:50.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-11-27T17:52:50.554Z
25642024-11-27T17:52:50.554Zinfo: running `cargo check --bins` on nexus-types (70/173)
25652024-11-27T17:52:51.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-27T17:52:51.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-27T17:52:51.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-27T17:52:51.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25692024-11-27T17:52:51.204Z
25702024-11-27T17:52:51.204Zinfo: running `cargo check --bins` on oxide-client (71/173)
25712024-11-27T17:52:51.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-27T17:52:51.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-27T17:52:51.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-27T17:52:51.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25752024-11-27T17:52:51.813Z
25762024-11-27T17:52:51.813Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25772024-11-27T17:52:52.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-27T17:52:52.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-27T17:52:52.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-27T17:52:52.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25812024-11-27T17:52:52.443Z
25822024-11-27T17:52:52.443Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25832024-11-27T17:52:52.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-27T17:52:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-27T17:52:52.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-11-27T17:52:52.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25872024-11-27T17:52:53.057Z
25882024-11-27T17:52:53.057Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25892024-11-27T17:52:53.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-11-27T17:52:53.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-11-27T17:52:53.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-11-27T17:52:53.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25932024-11-27T17:52:53.694Z
25942024-11-27T17:52:53.694Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25952024-11-27T17:52:54.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-11-27T17:52:54.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-11-27T17:52:54.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-11-27T17:52:54.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25992024-11-27T17:52:54.363Z
26002024-11-27T17:52:54.364Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26012024-11-27T17:52:54.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-11-27T17:52:54.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-11-27T17:52:54.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-11-27T17:52:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26052024-11-27T17:52:55.027Z
26062024-11-27T17:52:55.027Zinfo: running `cargo check --bins` on wicket-common (77/173)
26072024-11-27T17:52:55.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-11-27T17:52:55.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-11-27T17:52:55.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-11-27T17:52:55.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26112024-11-27T17:52:55.680Z
26122024-11-27T17:52:55.680Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26132024-11-27T17:52:56.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-11-27T17:52:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-11-27T17:52:56.343Z Checking csv-core v0.1.11
26162024-11-27T17:52:56.343Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26172024-11-27T17:52:56.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26182024-11-27T17:52:56.652Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26192024-11-27T17:52:56.663Z Checking csv v1.3.0
26202024-11-27T17:52:57.220Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212024-11-27T17:52:57.560Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26222024-11-27T17:52:58.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
26232024-11-27T17:52:58.999Z
26242024-11-27T17:52:58.999Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26252024-11-27T17:52:59.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-11-27T17:52:59.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-11-27T17:52:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-11-27T17:52:59.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26292024-11-27T17:52:59.642Z
26302024-11-27T17:52:59.642Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26312024-11-27T17:53:00.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-11-27T17:53:00.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-11-27T17:53:00.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-11-27T17:53:00.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352024-11-27T17:53:00.272Z
26362024-11-27T17:53:00.272Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26372024-11-27T17:53:00.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-11-27T17:53:00.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-11-27T17:53:00.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-11-27T17:53:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26412024-11-27T17:53:01.012Z
26422024-11-27T17:53:01.012Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26432024-11-27T17:53:01.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-11-27T17:53:01.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-11-27T17:53:01.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-11-27T17:53:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26472024-11-27T17:53:01.757Z
26482024-11-27T17:53:01.757Zinfo: running `cargo check --bins` on dns-server (83/173)
26492024-11-27T17:53:02.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-11-27T17:53:02.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-11-27T17:53:02.407Z Compiling parking_lot_core v0.8.6
26522024-11-27T17:53:02.407Z Checking fxhash v0.2.1
26532024-11-27T17:53:02.410Z Checking hickory-server v0.24.1
26542024-11-27T17:53:02.410Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26552024-11-27T17:53:02.410Z Checking hickory-client v0.24.1
26562024-11-27T17:53:03.108Z Checking parking_lot v0.11.2
26572024-11-27T17:53:03.239Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26582024-11-27T17:53:03.241Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26592024-11-27T17:53:03.349Z Checking sled v0.34.7
26602024-11-27T17:53:05.128Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26612024-11-27T17:53:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
26622024-11-27T17:53:06.554Z
26632024-11-27T17:53:06.554Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26642024-11-27T17:53:07.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-11-27T17:53:07.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-11-27T17:53:07.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-11-27T17:53:07.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26682024-11-27T17:53:07.185Z
26692024-11-27T17:53:07.185Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26702024-11-27T17:53:07.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-11-27T17:53:07.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-11-27T17:53:07.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-11-27T17:53:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26742024-11-27T17:53:07.863Z
26752024-11-27T17:53:07.863Zinfo: running `cargo check --bins` on gateway-types (86/173)
26762024-11-27T17:53:08.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-11-27T17:53:08.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-11-27T17:53:08.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-11-27T17:53:08.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26802024-11-27T17:53:08.499Z
26812024-11-27T17:53:08.499Zinfo: running `cargo check --bins` on ipcc (87/173)
26822024-11-27T17:53:09.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-11-27T17:53:09.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-11-27T17:53:09.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-11-27T17:53:09.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26862024-11-27T17:53:09.129Z
26872024-11-27T17:53:09.129Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26882024-11-27T17:53:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-11-27T17:53:09.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-11-27T17:53:09.830Z Compiling radium v0.7.0
26912024-11-27T17:53:09.830Z Compiling semver v0.1.20
26922024-11-27T17:53:09.946Z Checking tap v1.0.1
26932024-11-27T17:53:09.948Z Compiling maybe-uninit v2.0.0
26942024-11-27T17:53:09.968Z Checking password-hash v0.5.0
26952024-11-27T17:53:09.970Z Checking blake2 v0.10.6
26962024-11-27T17:53:09.970Z Checking crc-catalog v2.4.0
26972024-11-27T17:53:09.971Z Compiling owo-colors v4.1.0
26982024-11-27T17:53:10.094Z Checking wyz v0.5.1
26992024-11-27T17:53:10.116Z Compiling packed_struct v0.10.1
27002024-11-27T17:53:10.273Z Compiling rustc_version v0.1.7
27012024-11-27T17:53:10.387Z Compiling cancel-safe-futures v0.1.5
27022024-11-27T17:53:10.415Z Checking funty v2.0.0
27032024-11-27T17:53:10.484Z Checking argon2 v0.5.3
27042024-11-27T17:53:10.610Z Checking crc v3.2.1
27052024-11-27T17:53:10.625Z Compiling packed_struct_codegen v0.10.1
27062024-11-27T17:53:10.625Z Compiling indexmap v1.9.3
27072024-11-27T17:53:10.743Z Checking half v2.4.1
27082024-11-27T17:53:10.759Z Compiling newtype_derive v0.1.6
27092024-11-27T17:53:10.759Z Checking nodrop v0.1.14
27102024-11-27T17:53:10.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-11-27T17:53:10.959Z Checking ciborium-io v0.2.2
27122024-11-27T17:53:11.072Z Checking array-init v0.0.4
27132024-11-27T17:53:11.113Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27142024-11-27T17:53:11.176Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-11-27T17:53:11.196Z Checking ciborium-ll v0.2.2
27162024-11-27T17:53:11.228Z Checking smallvec v0.6.14
27172024-11-27T17:53:11.364Z Checking bitvec v1.0.1
27182024-11-27T17:53:11.494Z Checking libsw v3.3.1
27192024-11-27T17:53:11.532Z Compiling memoffset v0.9.1
27202024-11-27T17:53:11.615Z Checking linear-map v1.2.0
27212024-11-27T17:53:11.751Z Checking swrite v0.1.0
27222024-11-27T17:53:11.829Z Checking hashbrown v0.12.3
27232024-11-27T17:53:11.873Z Checking termcolor v1.4.1
27242024-11-27T17:53:11.915Z Checking bitfield v0.14.0
27252024-11-27T17:53:11.945Z Checking indent_write v2.2.0
27262024-11-27T17:53:12.043Z Checking serde-hex v0.1.0
27272024-11-27T17:53:12.148Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27282024-11-27T17:53:12.188Z Checking ron v0.8.1
27292024-11-27T17:53:12.306Z Checking env_logger v0.10.2
27302024-11-27T17:53:12.913Z Checking ciborium v0.2.2
27312024-11-27T17:53:13.287Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27322024-11-27T17:53:13.604Z Checking steno v0.4.1
27332024-11-27T17:53:13.609Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27342024-11-27T17:53:13.731Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352024-11-27T17:53:13.830Z Checking hashbrown v0.13.2
27362024-11-27T17:53:13.854Z Checking crc-any v2.5.0
27372024-11-27T17:53:13.904Z Checking humantime v2.1.0
27382024-11-27T17:53:14.193Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27392024-11-27T17:53:14.234Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27402024-11-27T17:53:14.605Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27412024-11-27T17:53:14.864Z Checking path-slash v0.1.5
27422024-11-27T17:53:14.909Z Checking object v0.30.4
27432024-11-27T17:53:14.954Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-11-27T17:53:15.005Z Checking nix v0.27.1
27452024-11-27T17:53:15.743Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27462024-11-27T17:53:16.095Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27472024-11-27T17:53:16.297Z Checking tungstenite v0.23.0
27482024-11-27T17:53:16.321Z Checking kstat-rs v0.2.4
27492024-11-27T17:53:16.367Z Checking signal-hook-tokio v0.3.1
27502024-11-27T17:53:16.671Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27512024-11-27T17:53:17.256Z Checking tokio-tungstenite v0.23.1
27522024-11-27T17:53:17.838Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27532024-11-27T17:53:17.917Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542024-11-27T17:53:17.932Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27552024-11-27T17:53:24.904Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-11-27T17:53:26.181Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27572024-11-27T17:53:28.823Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582024-11-27T17:53:34.505Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592024-11-27T17:53:35.217Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602024-11-27T17:53:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
27612024-11-27T17:53:38.218Z
27622024-11-27T17:53:38.218Zinfo: running `cargo check --bins` on gateway-api (89/173)
27632024-11-27T17:53:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-27T17:53:38.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-27T17:53:38.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-27T17:53:38.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27672024-11-27T17:53:38.847Z
27682024-11-27T17:53:38.847Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27692024-11-27T17:53:39.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-27T17:53:39.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-27T17:53:39.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-27T17:53:39.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27732024-11-27T17:53:39.462Z
27742024-11-27T17:53:39.462Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27752024-11-27T17:53:40.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-27T17:53:40.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-27T17:53:40.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-27T17:53:40.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27792024-11-27T17:53:40.091Z
27802024-11-27T17:53:40.091Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27812024-11-27T17:53:40.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-27T17:53:40.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-27T17:53:40.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-27T17:53:40.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852024-11-27T17:53:40.722Z
27862024-11-27T17:53:40.722Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27872024-11-27T17:53:41.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-27T17:53:41.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-27T17:53:41.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-27T17:53:41.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27912024-11-27T17:53:41.352Z
27922024-11-27T17:53:41.352Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27932024-11-27T17:53:41.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-27T17:53:41.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-27T17:53:41.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-27T17:53:41.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972024-11-27T17:53:41.977Z
27982024-11-27T17:53:41.977Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27992024-11-27T17:53:42.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-27T17:53:42.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-27T17:53:42.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-11-27T17:53:42.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032024-11-27T17:53:42.605Z
28042024-11-27T17:53:42.605Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28052024-11-27T17:53:43.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-27T17:53:43.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-27T17:53:43.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-11-27T17:53:43.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28092024-11-27T17:53:43.239Z
28102024-11-27T17:53:43.239Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28112024-11-27T17:53:43.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-27T17:53:43.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-27T17:53:43.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-27T17:53:43.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28152024-11-27T17:53:43.889Z
28162024-11-27T17:53:43.889Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28172024-11-27T17:53:44.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-27T17:53:44.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-27T17:53:44.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-27T17:53:44.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28212024-11-27T17:53:44.525Z
28222024-11-27T17:53:44.525Zinfo: running `cargo check --bins` on sp-sim (99/173)
28232024-11-27T17:53:45.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-27T17:53:45.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-27T17:53:45.167Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28262024-11-27T17:53:47.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28272024-11-27T17:53:47.211Z
28282024-11-27T17:53:47.211Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28292024-11-27T17:53:47.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-11-27T17:53:47.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-11-27T17:53:47.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-11-27T17:53:47.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28332024-11-27T17:53:47.882Z
28342024-11-27T17:53:47.882Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28352024-11-27T17:53:48.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-11-27T17:53:48.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-11-27T17:53:48.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-11-27T17:53:48.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28392024-11-27T17:53:48.571Z
28402024-11-27T17:53:48.571Zinfo: running `cargo check --bins` on db-macros (102/173)
28412024-11-27T17:53:49.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-11-27T17:53:49.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-11-27T17:53:49.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-11-27T17:53:49.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28452024-11-27T17:53:49.187Z
28462024-11-27T17:53:49.188Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28472024-11-27T17:53:49.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-11-27T17:53:49.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-11-27T17:53:49.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-11-27T17:53:49.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28512024-11-27T17:53:49.806Z
28522024-11-27T17:53:49.806Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28532024-11-27T17:53:50.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-11-27T17:53:50.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-11-27T17:53:50.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-11-27T17:53:50.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28572024-11-27T17:53:50.482Z
28582024-11-27T17:53:50.482Zinfo: running `cargo check --bins` on authz-macros (105/173)
28592024-11-27T17:53:51.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-11-27T17:53:51.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-11-27T17:53:51.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-11-27T17:53:51.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632024-11-27T17:53:51.097Z
28642024-11-27T17:53:51.097Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28652024-11-27T17:53:51.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-11-27T17:53:51.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-11-27T17:53:51.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-11-27T17:53:51.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28692024-11-27T17:53:51.757Z
28702024-11-27T17:53:51.758Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28712024-11-27T17:53:52.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-11-27T17:53:52.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-11-27T17:53:52.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-11-27T17:53:52.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28752024-11-27T17:53:52.422Z
28762024-11-27T17:53:52.422Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28772024-11-27T17:53:52.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-11-27T17:53:52.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-11-27T17:53:52.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-11-27T17:53:52.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28812024-11-27T17:53:53.051Z
28822024-11-27T17:53:53.051Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28832024-11-27T17:53:53.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-11-27T17:53:53.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-11-27T17:53:53.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-11-27T17:53:53.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28872024-11-27T17:53:53.714Z
28882024-11-27T17:53:53.714Zinfo: running `cargo check --bins` on typed-rng (110/173)
28892024-11-27T17:53:54.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-11-27T17:53:54.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-11-27T17:53:54.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-11-27T17:53:54.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28932024-11-27T17:53:54.331Z
28942024-11-27T17:53:54.331Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28952024-11-27T17:53:54.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-11-27T17:53:54.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-11-27T17:53:55.088Z Checking keccak v0.1.5
28982024-11-27T17:53:55.197Z Checking secrecy v0.8.0
28992024-11-27T17:53:55.200Z Compiling unicase v2.7.0
29002024-11-27T17:53:55.200Z Compiling same-file v1.0.6
29012024-11-27T17:53:55.218Z Compiling tempfile v3.13.0
29022024-11-27T17:53:55.243Z Compiling thiserror-impl-no-std v2.0.2
29032024-11-27T17:53:55.246Z Checking universal-hash v0.5.1
29042024-11-27T17:53:55.246Z Compiling blake3 v1.5.4
29052024-11-27T17:53:55.373Z Compiling walkdir v2.5.0
29062024-11-27T17:53:55.453Z Compiling ring v0.16.20
29072024-11-27T17:53:55.482Z Checking sha3 v0.10.8
29082024-11-27T17:53:55.498Z Checking opaque-debug v0.3.1
29092024-11-27T17:53:55.586Z Checking poly1305 v0.8.0
29102024-11-27T17:53:55.637Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29112024-11-27T17:53:55.878Z Checking chacha20 v0.9.1
29122024-11-27T17:53:55.925Z Checking aead v0.5.2
29132024-11-27T17:53:56.086Z Compiling memmap2 v0.9.5
29142024-11-27T17:53:56.103Z Compiling arrayvec v0.7.6
29152024-11-27T17:53:56.157Z Compiling libefi-sys v0.1.0
29162024-11-27T17:53:56.160Z Compiling spin v0.5.2
29172024-11-27T17:53:56.224Z Compiling arrayref v0.3.9
29182024-11-27T17:53:56.327Z Compiling salty v0.3.0
29192024-11-27T17:53:56.377Z Compiling constant_time_eq v0.3.1
29202024-11-27T17:53:56.440Z Checking chacha20poly1305 v0.10.1
29212024-11-27T17:53:56.528Z Compiling toolchain_find v0.4.0
29222024-11-27T17:53:56.544Z Compiling camino-tempfile v1.1.1
29232024-11-27T17:53:56.617Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29242024-11-27T17:53:56.773Z Compiling bitfield-struct v0.6.2
29252024-11-27T17:53:56.951Z Compiling topological-sort v0.2.2
29262024-11-27T17:53:57.029Z Compiling mime_guess v2.0.5
29272024-11-27T17:53:57.173Z Compiling rustfmt-wrapper v0.2.1
29282024-11-27T17:53:57.586Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29292024-11-27T17:53:57.667Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29302024-11-27T17:53:57.736Z Checking primeorder v0.13.6
29312024-11-27T17:53:57.815Z Checking env_filter v0.1.2
29322024-11-27T17:53:57.960Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-11-27T17:53:58.037Z Checking env_logger v0.11.5
29342024-11-27T17:53:58.220Z Checking p384 v0.13.0
29352024-11-27T17:53:58.261Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-11-27T17:53:58.314Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29372024-11-27T17:53:58.374Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29382024-11-27T17:53:58.468Z Checking thiserror-no-std v2.0.2
29392024-11-27T17:53:58.577Z Checking vsss-rs v3.3.4
29402024-11-27T17:53:58.617Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29412024-11-27T17:53:58.668Z Checking simd-adler32 v0.3.7
29422024-11-27T17:53:58.858Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-11-27T17:53:58.937Z Checking http-range v0.1.5
29442024-11-27T17:53:59.019Z Checking bumpalo v3.16.0
29452024-11-27T17:53:59.035Z Checking lockfree-object-pool v0.1.6
29462024-11-27T17:53:59.103Z Compiling zip v2.1.3
29472024-11-27T17:53:59.280Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29482024-11-27T17:53:59.329Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29492024-11-27T17:53:59.347Z Checking zopfli v0.8.1
29502024-11-27T17:53:59.366Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29512024-11-27T17:53:59.585Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29522024-11-27T17:53:59.649Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29532024-11-27T17:54:00.008Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29542024-11-27T17:54:00.122Z Checking nanorand v0.7.0
29552024-11-27T17:54:00.231Z Checking atty v0.2.14
29562024-11-27T17:54:00.259Z Checking glob v0.3.1
29572024-11-27T17:54:00.365Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29582024-11-27T17:54:00.463Z Checking flume v0.11.1
29592024-11-27T17:54:00.576Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29602024-11-27T17:54:00.870Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-11-27T17:54:00.966Z Checking hyper-staticfile v0.10.1
29622024-11-27T17:54:01.202Z Compiling omicron-zone-package v0.11.1
29632024-11-27T17:54:01.498Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29642024-11-27T17:54:02.771Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29652024-11-27T17:54:02.836Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29662024-11-27T17:54:02.969Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29672024-11-27T17:54:03.103Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29682024-11-27T17:54:03.187Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29692024-11-27T17:54:03.255Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29702024-11-27T17:54:03.846Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29712024-11-27T17:54:04.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29722024-11-27T17:54:05.585Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29732024-11-27T17:54:07.495Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29742024-11-27T17:54:07.495Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29752024-11-27T17:54:17.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29762024-11-27T17:54:31.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.18s
29772024-11-27T17:54:31.678Z
29782024-11-27T17:54:31.678Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29792024-11-27T17:54:32.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-11-27T17:54:32.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-11-27T17:54:32.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-11-27T17:54:46.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
29832024-11-27T17:54:46.567Z
29842024-11-27T17:54:46.567Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29852024-11-27T17:54:47.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-11-27T17:54:47.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-11-27T17:54:47.297Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-11-27T17:55:00.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
29892024-11-27T17:55:01.170Z
29902024-11-27T17:55:01.170Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29912024-11-27T17:55:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-11-27T17:55:01.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-11-27T17:55:01.899Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-11-27T17:55:15.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
29952024-11-27T17:55:15.823Z
29962024-11-27T17:55:15.823Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29972024-11-27T17:55:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-11-27T17:55:16.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-11-27T17:55:16.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-11-27T17:55:30.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
30012024-11-27T17:55:30.630Z
30022024-11-27T17:55:30.630Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30032024-11-27T17:55:31.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-11-27T17:55:31.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-11-27T17:55:31.374Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-11-27T17:55:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
30072024-11-27T17:55:45.313Z
30082024-11-27T17:55:45.313Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30092024-11-27T17:55:45.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-11-27T17:55:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-11-27T17:55:46.042Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-11-27T17:55:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30132024-11-27T17:55:59.841Z
30142024-11-27T17:55:59.841Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30152024-11-27T17:56:00.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-11-27T17:56:00.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-11-27T17:56:00.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-11-27T17:56:14.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
30192024-11-27T17:56:14.494Z
30202024-11-27T17:56:14.494Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30212024-11-27T17:56:15.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-11-27T17:56:15.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-11-27T17:56:15.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-11-27T17:56:15.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30252024-11-27T17:56:15.150Z
30262024-11-27T17:56:15.150Zinfo: running `cargo check --bins` on key-manager (120/173)
30272024-11-27T17:56:15.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-11-27T17:56:15.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-11-27T17:56:15.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-11-27T17:56:15.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30312024-11-27T17:56:15.783Z
30322024-11-27T17:56:15.783Zinfo: running `cargo check --bins` on range-requests (121/173)
30332024-11-27T17:56:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-11-27T17:56:16.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-11-27T17:56:16.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-11-27T17:56:16.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30372024-11-27T17:56:16.394Z
30382024-11-27T17:56:16.394Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30392024-11-27T17:56:16.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-11-27T17:56:16.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-11-27T17:56:16.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-11-27T17:56:16.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30432024-11-27T17:56:17.017Z
30442024-11-27T17:56:17.017Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30452024-11-27T17:56:17.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-11-27T17:56:17.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-11-27T17:56:17.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-11-27T17:56:17.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30492024-11-27T17:56:17.669Z
30502024-11-27T17:56:17.669Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30512024-11-27T17:56:18.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-11-27T17:56:18.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-11-27T17:56:18.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-11-27T17:56:18.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552024-11-27T17:56:18.314Z
30562024-11-27T17:56:18.314Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30572024-11-27T17:56:18.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-11-27T17:56:18.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-11-27T17:56:18.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-11-27T17:56:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30612024-11-27T17:56:18.959Z
30622024-11-27T17:56:18.959Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30632024-11-27T17:56:19.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-11-27T17:56:19.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-11-27T17:56:19.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-11-27T17:56:19.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30672024-11-27T17:56:19.616Z
30682024-11-27T17:56:19.616Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30692024-11-27T17:56:20.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-11-27T17:56:20.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-11-27T17:56:20.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-11-27T17:56:20.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30732024-11-27T17:56:20.275Z
30742024-11-27T17:56:20.275Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30752024-11-27T17:56:20.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-27T17:56:20.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-27T17:56:20.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-27T17:56:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30792024-11-27T17:56:20.934Z
30802024-11-27T17:56:20.934Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30812024-11-27T17:56:21.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-27T17:56:21.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-27T17:56:21.629Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30842024-11-27T17:56:21.629Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30852024-11-27T17:56:22.563Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30862024-11-27T17:56:24.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
30872024-11-27T17:56:24.532Z
30882024-11-27T17:56:24.532Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30892024-11-27T17:56:25.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-11-27T17:56:25.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-11-27T17:56:25.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922024-11-27T17:56:25.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30932024-11-27T17:56:25.166Z
30942024-11-27T17:56:25.167Zinfo: running `cargo check --bins` on cert-dev (131/173)
30952024-11-27T17:56:25.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-11-27T17:56:25.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-11-27T17:56:25.779Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30982024-11-27T17:56:26.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30992024-11-27T17:56:26.212Z
31002024-11-27T17:56:26.212Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31012024-11-27T17:56:26.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-11-27T17:56:26.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-11-27T17:56:26.884Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31042024-11-27T17:56:26.884Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31052024-11-27T17:56:27.486Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31062024-11-27T17:56:27.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31072024-11-27T17:56:28.019Z
31082024-11-27T17:56:28.019Zinfo: running `cargo check --bins` on ch-dev (133/173)
31092024-11-27T17:56:28.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-11-27T17:56:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-11-27T17:56:28.681Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31122024-11-27T17:56:29.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31132024-11-27T17:56:29.571Z
31142024-11-27T17:56:29.572Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31152024-11-27T17:56:30.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-11-27T17:56:30.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-11-27T17:56:30.227Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31182024-11-27T17:56:30.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31192024-11-27T17:56:30.770Z
31202024-11-27T17:56:30.771Zinfo: running `cargo check --bins` on db-dev (135/173)
31212024-11-27T17:56:31.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-11-27T17:56:31.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-11-27T17:56:31.430Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31242024-11-27T17:56:32.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31252024-11-27T17:56:32.334Z
31262024-11-27T17:56:32.334Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31272024-11-27T17:56:32.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-11-27T17:56:32.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-11-27T17:56:32.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302024-11-27T17:56:32.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31312024-11-27T17:56:32.983Z
31322024-11-27T17:56:32.983Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31332024-11-27T17:56:33.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-11-27T17:56:33.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-11-27T17:56:33.606Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31362024-11-27T17:56:34.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31372024-11-27T17:56:34.680Z
31382024-11-27T17:56:34.680Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31392024-11-27T17:56:35.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-11-27T17:56:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-11-27T17:56:35.299Z Checking cargo-platform v0.1.8
31422024-11-27T17:56:35.565Z Checking cargo_metadata v0.18.1
31432024-11-27T17:56:36.529Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31442024-11-27T17:56:37.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
31452024-11-27T17:56:37.444Z
31462024-11-27T17:56:37.444Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31472024-11-27T17:56:38.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-11-27T17:56:38.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-11-27T17:56:38.161Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31502024-11-27T17:56:38.874Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31512024-11-27T17:56:39.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31522024-11-27T17:56:39.621Z
31532024-11-27T17:56:39.621Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31542024-11-27T17:56:40.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-11-27T17:56:40.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-11-27T17:56:40.405Z Compiling crunchy v0.2.2
31572024-11-27T17:56:40.405Z Compiling tiny-keccak v2.0.2
31582024-11-27T17:56:40.409Z Compiling dsl_auto_type v0.1.2
31592024-11-27T17:56:40.409Z Checking scheduled-thread-pool v0.2.7
31602024-11-27T17:56:40.409Z Compiling diesel_table_macro_syntax v0.2.0
31612024-11-27T17:56:40.409Z Compiling ascii-canvas v3.0.0
31622024-11-27T17:56:40.518Z Compiling ena v0.14.3
31632024-11-27T17:56:40.521Z Compiling diff v0.1.13
31642024-11-27T17:56:40.709Z Checking r2d2 v0.8.10
31652024-11-27T17:56:40.850Z Compiling regex-syntax v0.6.29
31662024-11-27T17:56:40.938Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31672024-11-27T17:56:40.990Z Compiling ref-cast v1.0.23
31682024-11-27T17:56:41.022Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31692024-11-27T17:56:41.067Z Compiling derive_builder_core v0.20.2
31702024-11-27T17:56:41.172Z Compiling libxml v0.3.3
31712024-11-27T17:56:41.223Z Compiling ref-cast-impl v1.0.23
31722024-11-27T17:56:41.330Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31732024-11-27T17:56:41.563Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31742024-11-27T17:56:41.608Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31752024-11-27T17:56:41.821Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31762024-11-27T17:56:41.852Z Compiling strum_macros v0.24.3
31772024-11-27T17:56:41.893Z Compiling samael v0.0.17
31782024-11-27T17:56:42.235Z Compiling diesel_derives v2.2.3
31792024-11-27T17:56:42.261Z Compiling indoc v1.0.9
31802024-11-27T17:56:43.260Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31812024-11-27T17:56:43.547Z Compiling impl-trait-for-tuples v0.2.2
31822024-11-27T17:56:43.565Z Compiling derive_builder_macro v0.20.2
31832024-11-27T17:56:44.399Z Compiling lalrpop v0.19.12
31842024-11-27T17:56:44.456Z Checking derive_builder v0.20.2
31852024-11-27T17:56:44.615Z Compiling oso-derive v0.27.3
31862024-11-27T17:56:45.129Z Checking quick-xml v0.33.0
31872024-11-27T17:56:45.546Z Compiling diesel-dtrace v0.3.0
31882024-11-27T17:56:45.609Z Checking maplit v1.0.2
31892024-11-27T17:56:45.761Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31902024-11-27T17:56:45.913Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31912024-11-27T17:56:46.196Z Checking bb8 v0.8.5
31922024-11-27T17:56:46.246Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31932024-11-27T17:56:46.540Z Checking castaway v0.2.3
31942024-11-27T17:56:46.692Z Checking rand_seeder v0.3.0
31952024-11-27T17:56:46.718Z Checking compact_str v0.8.0
31962024-11-27T17:56:46.950Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31972024-11-27T17:56:47.076Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982024-11-27T17:56:47.137Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992024-11-27T17:56:47.514Z Checking unicode-truncate v1.1.0
32002024-11-27T17:56:47.597Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32012024-11-27T17:56:47.753Z Checking lru v0.12.5
32022024-11-27T17:56:47.888Z Compiling instability v0.3.2
32032024-11-27T17:56:48.057Z Checking unicode-linebreak v0.1.5
32042024-11-27T17:56:48.544Z Checking is_ci v1.2.0
32052024-11-27T17:56:48.691Z Checking smawk v0.3.2
32062024-11-27T17:56:48.828Z Checking cassowary v0.3.0
32072024-11-27T17:56:48.879Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082024-11-27T17:56:49.901Z Checking textwrap v0.16.1
32092024-11-27T17:56:49.904Z Checking supports-color v3.0.1
32102024-11-27T17:56:49.904Z Checking ratatui v0.28.1
32112024-11-27T17:56:49.904Z Checking multimap v0.10.0
32122024-11-27T17:56:52.159Z Checking diesel v2.2.4
32132024-11-27T17:57:18.034Z Compiling polar-core v0.27.3
32142024-11-27T17:57:22.172Z Checking async-bb8-diesel v0.2.1
32152024-11-27T17:57:25.531Z Checking oso v0.27.3
32162024-11-27T17:58:37.362Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172024-11-27T17:58:43.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32182024-11-27T17:58:43.589Z
32192024-11-27T17:58:43.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32202024-11-27T17:58:44.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-11-27T17:58:44.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-11-27T17:58:44.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-11-27T17:58:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32242024-11-27T17:58:44.365Z
32252024-11-27T17:58:44.365Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32262024-11-27T17:58:44.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-11-27T17:58:44.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-11-27T17:58:44.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-11-27T17:58:44.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32302024-11-27T17:58:44.941Z
32312024-11-27T17:58:44.941Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32322024-11-27T17:58:45.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-11-27T17:58:45.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-11-27T17:58:45.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-11-27T17:58:45.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32362024-11-27T17:58:45.559Z
32372024-11-27T17:58:45.559Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32382024-11-27T17:58:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-27T17:58:46.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-27T17:58:46.355Z Compiling libz-sys v1.1.20
32412024-11-27T17:58:46.466Z Compiling libgit2-sys v0.17.0+1.8.1
32422024-11-27T17:58:46.480Z Compiling vergen v8.3.2
32432024-11-27T17:58:46.483Z Compiling cargo-platform v0.1.8
32442024-11-27T17:58:46.483Z Compiling pin-project-internal v1.1.6
32452024-11-27T17:58:46.518Z Compiling libsqlite3-sys v0.30.1
32462024-11-27T17:58:46.518Z Compiling snafu-derive v0.8.5
32472024-11-27T17:58:46.520Z Compiling buf-list v1.0.3
32482024-11-27T17:58:46.767Z Compiling rustls v0.21.12
32492024-11-27T17:58:47.022Z Compiling cargo_metadata v0.18.1
32502024-11-27T17:58:47.074Z Compiling cfg_aliases v0.2.1
32512024-11-27T17:58:47.180Z Checking globset v0.4.15
32522024-11-27T17:58:47.197Z Compiling nix v0.29.0
32532024-11-27T17:58:47.225Z Checking olpc-cjson v0.1.4
32542024-11-27T17:58:47.408Z Checking rustls-webpki v0.101.7
32552024-11-27T17:58:47.446Z Checking sct v0.7.1
32562024-11-27T17:58:47.625Z Checking serde_plain v1.0.2
32572024-11-27T17:58:47.668Z Checking typed-path v0.9.3
32582024-11-27T17:58:48.199Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32592024-11-27T17:58:48.477Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32602024-11-27T17:58:48.557Z Checking hashlink v0.9.1
32612024-11-27T17:58:48.742Z Checking fallible-streaming-iterator v0.1.9
32622024-11-27T17:58:48.987Z Checking fallible-iterator v0.3.0
32632024-11-27T17:58:49.178Z Checking parse-size v1.1.0
32642024-11-27T17:58:49.628Z Checking pin-project v1.1.6
32652024-11-27T17:58:49.647Z Checking rusqlite v0.32.1
32662024-11-27T17:58:49.742Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672024-11-27T17:58:49.759Z Checking rustls-pemfile v1.0.4
32682024-11-27T17:58:49.891Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32692024-11-27T17:58:49.964Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702024-11-27T17:58:50.246Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32712024-11-27T17:58:50.676Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32722024-11-27T17:58:50.773Z Checking twox-hash v1.6.3
32732024-11-27T17:58:50.812Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32742024-11-27T17:58:51.178Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32752024-11-27T17:58:51.252Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762024-11-27T17:58:51.344Z Checking tokio-rustls v0.24.1
32772024-11-27T17:58:51.707Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32782024-11-27T17:58:51.829Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32792024-11-27T17:58:51.851Z Checking fatfs v0.3.6
32802024-11-27T17:58:52.029Z Checking snafu v0.8.5
32812024-11-27T17:58:52.510Z Checking tough v0.19.0
32822024-11-27T17:58:52.751Z Checking assert_matches v1.5.0
32832024-11-27T17:58:56.766Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32842024-11-27T17:58:58.137Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32852024-11-27T17:58:58.795Z Compiling git2 v0.19.0
32862024-11-27T17:59:03.506Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32872024-11-27T17:59:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32882024-11-27T17:59:56.260Z
32892024-11-27T17:59:56.260Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32902024-11-27T17:59:56.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-11-27T17:59:56.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-11-27T17:59:56.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932024-11-27T17:59:56.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32942024-11-27T17:59:56.955Z
32952024-11-27T17:59:56.955Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32962024-11-27T17:59:57.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-11-27T17:59:57.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-11-27T17:59:57.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992024-11-27T17:59:57.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33002024-11-27T17:59:57.564Z
33012024-11-27T17:59:57.564Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33022024-11-27T17:59:58.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-11-27T17:59:58.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-11-27T17:59:58.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-11-27T17:59:58.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33062024-11-27T17:59:58.216Z
33072024-11-27T17:59:58.216Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33082024-11-27T17:59:58.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-11-27T17:59:58.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-11-27T17:59:58.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-11-27T17:59:58.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33122024-11-27T17:59:58.885Z
33132024-11-27T17:59:58.885Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33142024-11-27T17:59:59.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-11-27T17:59:59.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-11-27T17:59:59.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-11-27T17:59:59.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33182024-11-27T17:59:59.564Z
33192024-11-27T17:59:59.564Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33202024-11-27T18:00:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-11-27T18:00:00.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-11-27T18:00:00.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-11-27T18:00:00.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33242024-11-27T18:00:00.235Z
33252024-11-27T18:00:00.235Zinfo: running `cargo check --bins` on update-common (151/173)
33262024-11-27T18:00:00.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-11-27T18:00:00.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-11-27T18:00:00.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-11-27T18:00:00.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33302024-11-27T18:00:00.896Z
33312024-11-27T18:00:00.896Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33322024-11-27T18:00:01.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-11-27T18:00:01.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-11-27T18:00:01.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-11-27T18:00:01.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33362024-11-27T18:00:01.554Z
33372024-11-27T18:00:01.554Zinfo: running `cargo check --bins` on tufaceous (153/173)
33382024-11-27T18:00:02.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-11-27T18:00:02.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-11-27T18:00:02.241Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33412024-11-27T18:00:03.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
33422024-11-27T18:00:03.419Z
33432024-11-27T18:00:03.419Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33442024-11-27T18:00:04.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-11-27T18:00:04.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-11-27T18:00:04.267Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33472024-11-27T18:00:04.392Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482024-11-27T18:00:04.395Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492024-11-27T18:00:04.395Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502024-11-27T18:00:30.776Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33512024-11-27T18:00:30.778Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33522024-11-27T18:00:30.778Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33532024-11-27T18:00:30.778Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33542024-11-27T18:00:30.778Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33552024-11-27T18:00:31.567Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33562024-11-27T18:00:32.856Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33572024-11-27T18:01:11.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33582024-11-27T18:01:11.580Z
33592024-11-27T18:01:11.580Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33602024-11-27T18:01:12.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-11-27T18:01:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-11-27T18:01:12.294Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632024-11-27T18:01:12.294Z Checking heck v0.4.1
33642024-11-27T18:01:12.296Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33652024-11-27T18:01:12.546Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33662024-11-27T18:01:13.895Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33672024-11-27T18:01:14.817Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33682024-11-27T18:01:15.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
33692024-11-27T18:01:16.096Z
33702024-11-27T18:01:16.096Zinfo: running `cargo check --bins` on installinator-api (156/173)
33712024-11-27T18:01:16.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-11-27T18:01:16.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-11-27T18:01:16.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742024-11-27T18:01:16.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33752024-11-27T18:01:16.749Z
33762024-11-27T18:01:16.749Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33772024-11-27T18:01:17.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-11-27T18:01:17.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-11-27T18:01:17.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802024-11-27T18:01:17.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33812024-11-27T18:01:17.399Z
33822024-11-27T18:01:17.399Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33832024-11-27T18:01:17.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-11-27T18:01:17.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-11-27T18:01:18.079Z Compiling petname v2.0.2
33862024-11-27T18:01:18.083Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33872024-11-27T18:01:18.083Z Checking sync-ptr v0.1.1
33882024-11-27T18:01:19.513Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33892024-11-27T18:01:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
33902024-11-27T18:01:21.267Z
33912024-11-27T18:01:21.267Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33922024-11-27T18:01:21.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-11-27T18:01:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-11-27T18:01:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952024-11-27T18:01:21.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33962024-11-27T18:01:21.934Z
33972024-11-27T18:01:21.934Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33982024-11-27T18:01:22.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-11-27T18:01:22.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-11-27T18:01:22.607Z Checking memmap2 v0.9.5
34012024-11-27T18:01:22.607Z Checking arrayvec v0.7.6
34022024-11-27T18:01:22.609Z Checking spin v0.5.2
34032024-11-27T18:01:22.609Z Checking constant_time_eq v0.3.1
34042024-11-27T18:01:22.609Z Checking arrayref v0.3.9
34052024-11-27T18:01:22.609Z Checking topological-sort v0.2.2
34062024-11-27T18:01:22.609Z Checking shell-words v1.1.0
34072024-11-27T18:01:22.876Z Checking ring v0.16.20
34082024-11-27T18:01:23.006Z Checking blake3 v1.5.4
34092024-11-27T18:01:23.994Z Checking omicron-zone-package v0.11.1
34102024-11-27T18:01:25.128Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34112024-11-27T18:01:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34122024-11-27T18:01:26.214Z
34132024-11-27T18:01:26.214Zinfo: running `cargo check --bins` on xtask (161/173)
34142024-11-27T18:01:26.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152024-11-27T18:01:26.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162024-11-27T18:01:26.648Z Checking bitflags v2.6.0
34172024-11-27T18:01:26.650Z Checking serde v1.0.215
34182024-11-27T18:01:26.650Z Checking thiserror v1.0.69
34192024-11-27T18:01:26.741Z Checking scroll v0.12.0
34202024-11-27T18:01:26.743Z Checking log v0.4.22
34212024-11-27T18:01:26.760Z Checking hashbrown v0.15.0
34222024-11-27T18:01:26.762Z Checking zerocopy v0.7.35
34232024-11-27T18:01:26.781Z Checking syn v2.0.87
34242024-11-27T18:01:26.842Z Checking pest v2.7.14
34252024-11-27T18:01:26.982Z Checking rustix v0.38.37
34262024-11-27T18:01:27.157Z Checking once_cell v1.20.2
34272024-11-27T18:01:27.177Z Checking goblin v0.8.2
34282024-11-27T18:01:27.447Z Checking fs-err v2.11.0
34292024-11-27T18:01:27.747Z Checking tabled v0.15.0
34302024-11-27T18:01:27.814Z Checking indexmap v2.6.0
34312024-11-27T18:01:28.119Z Checking anyhow v1.0.93
34322024-11-27T18:01:28.912Z Checking terminal_size v0.4.0
34332024-11-27T18:01:28.912Z Checking tempfile v3.13.0
34342024-11-27T18:01:29.083Z Checking clap_builder v4.5.21
34352024-11-27T18:01:29.232Z Checking dtrace-parser v0.2.0
34362024-11-27T18:01:31.218Z Checking serde_json v1.0.132
34372024-11-27T18:01:31.218Z Checking toml_datetime v0.6.8
34382024-11-27T18:01:31.221Z Checking serde_spanned v0.6.8
34392024-11-27T18:01:31.221Z Checking camino v1.1.9
34402024-11-27T18:01:31.221Z Checking cargo-platform v0.1.8
34412024-11-27T18:01:31.278Z Checking semver v1.0.23
34422024-11-27T18:01:31.290Z Checking clap v4.5.21
34432024-11-27T18:01:31.358Z Checking macaddr v1.0.1
34442024-11-27T18:01:31.491Z Checking toml_edit v0.22.22
34452024-11-27T18:01:31.736Z Checking camino-tempfile v1.1.1
34462024-11-27T18:01:32.390Z Checking dof v0.3.0
34472024-11-27T18:01:32.390Z Checking cargo_metadata v0.18.1
34482024-11-27T18:01:32.803Z Checking usdt-impl v0.5.0
34492024-11-27T18:01:33.155Z Checking usdt v0.5.0
34502024-11-27T18:01:33.245Z Checking toml v0.8.19
34512024-11-27T18:01:33.721Z Checking cargo_toml v0.20.5
34522024-11-27T18:01:34.942Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34532024-11-27T18:01:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
34542024-11-27T18:01:35.659Z
34552024-11-27T18:01:35.659Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34562024-11-27T18:01:36.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572024-11-27T18:01:36.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582024-11-27T18:01:36.429Z Checking polyval v0.6.2
34592024-11-27T18:01:36.543Z Checking ctr v0.9.2
34602024-11-27T18:01:36.556Z Checking ssh-encoding v0.2.0
34612024-11-27T18:01:36.556Z Checking blowfish v0.9.1
34622024-11-27T18:01:36.581Z Checking password-hash v0.4.2
34632024-11-27T18:01:36.584Z Checking matches v0.1.10
34642024-11-27T18:01:36.611Z Checking p521 v0.13.3
34652024-11-27T18:01:36.611Z Checking p256 v0.13.2
34662024-11-27T18:01:36.683Z Checking idna v0.2.3
34672024-11-27T18:01:36.771Z Checking ghash v0.5.1
34682024-11-27T18:01:36.815Z Compiling enum-as-inner v0.5.1
34692024-11-27T18:01:36.844Z Checking bcrypt-pbkdf v0.10.0
34702024-11-27T18:01:36.863Z Checking russh-cryptovec v0.7.3
34712024-11-27T18:01:36.936Z Checking aes-gcm v0.10.3
34722024-11-27T18:01:36.980Z Checking pbkdf2 v0.11.0
34732024-11-27T18:01:37.062Z Checking md5 v0.7.0
34742024-11-27T18:01:37.083Z Checking num-bigint v0.4.6
34752024-11-27T18:01:37.100Z Checking des v0.8.1
34762024-11-27T18:01:37.177Z Checking ssh-cipher v0.2.0
34772024-11-27T18:01:37.257Z Compiling dhcproto-macros v0.1.0
34782024-11-27T18:01:37.340Z Checking hex-literal v0.4.1
34792024-11-27T18:01:37.365Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34802024-11-27T18:01:37.474Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34812024-11-27T18:01:37.477Z Checking ssh-key v0.6.6
34822024-11-27T18:01:37.518Z Checking internet-checksum v0.2.1
34832024-11-27T18:01:37.838Z Checking trust-dns-proto v0.22.0
34842024-11-27T18:01:38.789Z Checking russh-keys v0.45.0
34852024-11-27T18:01:39.731Z Checking russh v0.45.0
34862024-11-27T18:01:40.340Z Checking dhcproto v0.12.0
34872024-11-27T18:01:57.365Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34882024-11-27T18:01:58.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.12s
34892024-11-27T18:01:58.982Z
34902024-11-27T18:01:58.982Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34912024-11-27T18:01:59.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922024-11-27T18:01:59.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932024-11-27T18:01:59.627Z Checking termios v0.3.3
34942024-11-27T18:01:59.847Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34952024-11-27T18:02:00.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34962024-11-27T18:02:00.797Z
34972024-11-27T18:02:00.798Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34982024-11-27T18:02:01.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992024-11-27T18:02:01.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002024-11-27T18:02:01.503Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35012024-11-27T18:02:03.508Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35022024-11-27T18:02:05.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
35032024-11-27T18:02:05.571Z
35042024-11-27T18:02:05.571Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35052024-11-27T18:02:06.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-11-27T18:02:06.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-11-27T18:02:06.206Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35082024-11-27T18:02:06.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35092024-11-27T18:02:06.867Z
35102024-11-27T18:02:06.867Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35112024-11-27T18:02:07.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122024-11-27T18:02:07.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132024-11-27T18:02:07.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142024-11-27T18:02:07.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35152024-11-27T18:02:07.474Z
35162024-11-27T18:02:07.474Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35172024-11-27T18:02:08.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-11-27T18:02:08.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-11-27T18:02:08.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202024-11-27T18:02:08.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35212024-11-27T18:02:08.087Z
35222024-11-27T18:02:08.088Zinfo: running `cargo check --bins` on omicron-package (168/173)
35232024-11-27T18:02:08.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-11-27T18:02:08.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-11-27T18:02:08.751Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35262024-11-27T18:02:10.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
35272024-11-27T18:02:10.240Z
35282024-11-27T18:02:10.240Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35292024-11-27T18:02:10.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-11-27T18:02:10.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-11-27T18:02:10.948Z Checking rtoolbox v0.0.2
35322024-11-27T18:02:10.951Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35332024-11-27T18:02:10.951Z Checking tui-tree-widget v0.22.0
35342024-11-27T18:02:11.175Z Checking rpassword v7.3.1
35352024-11-27T18:02:15.301Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35362024-11-27T18:02:18.350Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35372024-11-27T18:02:19.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
35382024-11-27T18:02:19.762Z
35392024-11-27T18:02:19.762Zinfo: running `cargo check --bins` on wicket (170/173)
35402024-11-27T18:02:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-11-27T18:02:20.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-11-27T18:02:20.459Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35432024-11-27T18:02:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35442024-11-27T18:02:21.086Z
35452024-11-27T18:02:21.086Zinfo: running `cargo check --bins` on wicketd (171/173)
35462024-11-27T18:02:21.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472024-11-27T18:02:21.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482024-11-27T18:02:21.799Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35492024-11-27T18:02:25.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
35502024-11-27T18:02:25.953Z
35512024-11-27T18:02:25.953Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35522024-11-27T18:02:26.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-11-27T18:02:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-11-27T18:02:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552024-11-27T18:02:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562024-11-27T18:02:26.566Z
35572024-11-27T18:02:26.566Zinfo: running `cargo check --bins` on zone-setup (173/173)
35582024-11-27T18:02:27.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592024-11-27T18:02:27.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602024-11-27T18:02:27.300Z Checking uzers v0.12.1
35612024-11-27T18:02:27.641Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35622024-11-27T18:02:28.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
35632024-11-27T18:02:29.013Z
35642024-11-27T18:02:29.016Zreal 13:04.625750823
35652024-11-27T18:02:29.016Zuser 24:24.550166283
35662024-11-27T18:02:29.016Zsys 5:29.540131720
35672024-11-27T18:02:29.016Ztrap 0.480926868
35682024-11-27T18:02:29.016Ztflt 2.487630772
35692024-11-27T18:02:29.016Zdflt 3.020874195
35702024-11-27T18:02:29.016Zkflt 0.000809307
35712024-11-27T18:02:29.016Zlock 46:14.950944415
35722024-11-27T18:02:29.016Zslp 2:07:18.519766454
35732024-11-27T18:02:29.016Zlat 1:01.066431652
35742024-11-27T18:02:29.016Zstop 3:19.898634500
35752024-11-27T18:02:29.016Zprocess exited: duration 1122496 ms, exit code 0
 
35762024-11-27T18:02:29.023Zfound 0 output files