01JDB2992SG7X1TZRS9DCCTMRJ: 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: 01JDB29R4PMA4XCXR981AANVA8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T23:12:12.793Zjob assigned to worker 01JDB29ZMWV0RSE58JGQ26KWR8 [factory aws, i-0b388d51d577627b1] (queued for 55 s)
 
22024-11-22T23:12:20.320Zstarting task 0: "setup"
32024-11-22T23:12:20.330Z++ uname -s
42024-11-22T23:12:20.333Z+ kern=SunOS
52024-11-22T23:12:20.333Z+ case "$kern" in
62024-11-22T23:12:20.333Z+ groupadd -g 12345 build
72024-11-22T23:12:20.336Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T23:12:22.343Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T23:12:22.448Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T23:12:22.451Z+ home_fs=zfs
112024-11-22T23:12:22.451Z+ [[ zfs == autofs ]]
122024-11-22T23:12:22.451Z+ mkdir -p /home/build
132024-11-22T23:12:22.454Z+ chown build:build /home/build /work
142024-11-22T23:12:24.454Z+ chmod 0700 /home/build /work
152024-11-22T23:12:24.457Zprocess exited: duration 4136 ms, exit code 0
 
162024-11-22T23:12:24.462Zstarting task 1: "rust-toolchain"
172024-11-22T23:12:24.467Z+ printf ' * toolchain channel = "%s"
182024-11-22T23:12:24.467Z' 1.81.0
192024-11-22T23:12:24.467Z * toolchain channel = "1.81.0"
202024-11-22T23:12:24.467Z+ printf ' * toolchain profile = "%s"
212024-11-22T23:12:24.467Z' default
222024-11-22T23:12:24.467Z * toolchain profile = "default"
232024-11-22T23:12:24.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T23:12:24.469Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T23:12:24.586Zinfo: downloading installer
262024-11-22T23:12:25.750Zinfo: profile set to 'default'
272024-11-22T23:12:25.750Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T23:12:25.753Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T23:12:25.901Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T23:12:25.901Zinfo: downloading component 'cargo'
312024-11-22T23:12:26.731Zinfo: downloading component 'clippy'
322024-11-22T23:12:27.041Zinfo: downloading component 'rust-docs'
332024-11-22T23:12:28.194Zinfo: downloading component 'rust-std'
342024-11-22T23:12:30.091Zinfo: downloading component 'rustc'
352024-11-22T23:12:36.560Zinfo: downloading component 'rustfmt'
362024-11-22T23:12:36.808Zinfo: installing component 'cargo'
372024-11-22T23:12:37.595Zinfo: installing component 'clippy'
382024-11-22T23:12:37.959Zinfo: installing component 'rust-docs'
392024-11-22T23:12:39.570Zinfo: installing component 'rust-std'
402024-11-22T23:12:41.287Zinfo: installing component 'rustc'
412024-11-22T23:12:46.903Zinfo: installing component 'rustfmt'
422024-11-22T23:12:47.221Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T23:12:47.221Z
442024-11-22T23:12:47.587Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T23:12:47.588Z
462024-11-22T23:12:47.591Z
472024-11-22T23:12:47.591ZRust is installed now. Great!
482024-11-22T23:12:47.591Z
492024-11-22T23:12:47.591ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T23:12:47.591Zenvironment variable. This has not been done automatically.
512024-11-22T23:12:47.591Z
522024-11-22T23:12:47.591ZTo configure your current shell, you need to source
532024-11-22T23:12:47.592Zthe corresponding env file under $HOME/.cargo.
542024-11-22T23:12:47.592Z
552024-11-22T23:12:47.592ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T23:12:47.592Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T23:12:47.592Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T23:12:47.661Z+ rustc --version
592024-11-22T23:12:47.726Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T23:12:47.729Zprocess exited: duration 23264 ms, exit code 0
 
612024-11-22T23:12:47.736Zstarting task 2: "authentication"
622024-11-22T23:12:47.756Zprocess exited: duration 20 ms, exit code 0
 
632024-11-22T23:12:47.761Zstarting task 3: "clone repository"
642024-11-22T23:12:47.765Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T23:12:47.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T23:12:47.811ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T23:12:54.098Z+ cd /work/oxidecomputer/omicron
682024-11-22T23:12:54.098Z+ git fetch origin 20b4c6c48f7b1cb7935133979f44b23829b79f30
692024-11-22T23:12:54.405ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T23:12:54.405Z * branch 20b4c6c48f7b1cb7935133979f44b23829b79f30 -> FETCH_HEAD
712024-11-22T23:12:54.415Z+ [[ -n oxql-query-planner ]]
722024-11-22T23:12:54.418Z++ git branch --show-current
732024-11-22T23:12:54.422Z+ current=main
742024-11-22T23:12:54.422Z+ [[ main != oxql-query-planner ]]
752024-11-22T23:12:54.422Z+ git branch -f oxql-query-planner 20b4c6c48f7b1cb7935133979f44b23829b79f30
762024-11-22T23:12:54.425Z+ git checkout -f oxql-query-planner
772024-11-22T23:12:54.597ZSwitched to branch 'oxql-query-planner'
782024-11-22T23:12:54.600Z+ git reset --hard 20b4c6c48f7b1cb7935133979f44b23829b79f30
792024-11-22T23:12:54.610ZHEAD is now at 20b4c6c48 Add a query planner for OxQL
802024-11-22T23:12:54.614Zprocess exited: duration 6850 ms, exit code 0
 
812024-11-22T23:12:54.620Zstarting task 4: "build"
822024-11-22T23:12:54.625Z+ source .github/buildomat/ci-env.sh
832024-11-22T23:12:54.628Z++ export CARGO_TERM_COLOR=always
842024-11-22T23:12:54.628Z++ CARGO_TERM_COLOR=always
852024-11-22T23:12:54.628Z+ cargo --version
862024-11-22T23:12:54.681Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T23:12:54.684Z+ rustc --version
882024-11-22T23:12:54.743Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T23:12:54.745Z+ source ./env.sh
902024-11-22T23:12:54.745Z++ OLD_SHELL_OPTS=ehxB
912024-11-22T23:12:54.745Z++ set -o xtrace
922024-11-22T23:12:54.750Z++++ dirname ./env.sh
932024-11-22T23:12:54.753Z+++ readlink -f .
942024-11-22T23:12:54.754Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ 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-22T23:12:54.754Z++ case $OLD_SHELL_OPTS in
1042024-11-22T23:12:54.754Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-22T23:12:54.754Z+ 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-22T23:12:54.754Z+ 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-22T23:12:54.754Z+ banner prerequisites
1082024-11-22T23:12:54.757Z
1092024-11-22T23:12:54.757Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-22T23:12:54.757Z # # # # # # # # # # # # # # #
1112024-11-22T23:12:54.757Z # # # # ##### # # ##### # # # # # #### #
1122024-11-22T23:12:54.757Z ##### ##### # ##### # # # # # # # # #
1132024-11-22T23:12:54.757Z # # # # # # # # # # # # # # #
1142024-11-22T23:12:54.757Z # # # ###### # # ###### ### # #### # #### #
1152024-11-22T23:12:54.757Z
1162024-11-22T23:12:54.757Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-22T23:13:01.521Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-22T23:13:05.140Z Startup: Caching catalogs ... Done
1192024-11-22T23:13:14.020ZPlanning: Solver setup ... Done (8.142s)
1202024-11-22T23:13:14.137ZPlanning: Running solver ... Done (0.113s)
1212024-11-22T23:13:14.227ZPlanning: Finding local manifests ... Done (0.004s)
1222024-11-22T23:13:14.239ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-22T23:13:14.458ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-22T23:13:14.555ZPlanning: Package planning ... Done (0.098s)
1252024-11-22T23:13:14.611ZPlanning: Merging actions ... Done (0.056s)
1262024-11-22T23:13:14.800ZPlanning: Checking for conflicting actions ... Done (0.188s)
1272024-11-22T23:13:16.730ZPlanning: Consolidating action changes ... Done (1.931s)
1282024-11-22T23:13:17.153ZPlanning: Evaluating mediators ... Done (0.421s)
1292024-11-22T23:13:17.233ZPlanning: Planning completed in 12.00 seconds
1302024-11-22T23:13:17.249Z Packages to install: 4
1312024-11-22T23:13:17.249Z Packages to update: 1
1322024-11-22T23:13:17.251Z Mediators to change: 2
1332024-11-22T23:13:17.251Z Services to change: 1
1342024-11-22T23:13:17.251Z Estimated space available: 155.64 GB
1352024-11-22T23:13:17.251ZEstimated space to be consumed: 1.60 GB
1362024-11-22T23:13:17.251Z Create boot environment: No
1372024-11-22T23:13:17.251ZCreate backup boot environment: Yes
1382024-11-22T23:13:17.251Z Rebuild boot archive: No
1392024-11-22T23:13:17.252Z
1402024-11-22T23:13:17.252ZChanged mediators:
1412024-11-22T23:13:17.252Z mediator clang:
1422024-11-22T23:13:17.252Z version: None -> 15 (system default)
1432024-11-22T23:13:17.252Z
1442024-11-22T23:13:17.252Z mediator llvm:
1452024-11-22T23:13:17.252Z version: 14 (system default) -> 15 (system default)
1462024-11-22T23:13:17.252Z
1472024-11-22T23:13:17.252ZChanged packages:
1482024-11-22T23:13:17.252Zhelios-dev
1492024-11-22T23:13:17.252Z developer/build-essential
1502024-11-22T23:13:17.252Z None -> 11-2.0
1512024-11-22T23:13:17.252Z library/libxmlsec1
1522024-11-22T23:13:17.252Z None -> 1.2.35-2.0
1532024-11-22T23:13:17.252Z ooce/developer/clang-15
1542024-11-22T23:13:17.252Z None -> 15.0.7-2.0
1552024-11-22T23:13:17.252Z ooce/developer/llvm-15
1562024-11-22T23:13:17.252Z None -> 15.0.7-2.0
1572024-11-22T23:13:17.252Z package/pkg
1582024-11-22T23:13:17.252Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-22T23:13:17.252Z
1602024-11-22T23:13:17.253ZServices:
1612024-11-22T23:13:17.253Z restart_fmri:
1622024-11-22T23:13:17.253Z svc:/system/update-man-index:default
1632024-11-22T23:13:17.253Z
1642024-11-22T23:13:17.253ZEditable files to change:
1652024-11-22T23:13:17.253Z Update:
1662024-11-22T23:13:17.253Z usr/share/lib/pkg/web/config.shtml
1672024-11-22T23:13:17.329Z
1682024-11-22T23:13:17.329ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-22T23:13:22.331ZDownload: 1271/4281 items 111.5/220.6MB 50% complete (22.3M/s)
1702024-11-22T23:13:27.331ZDownload: 3200/4281 items 165.2/220.6MB 74% complete (16.5M/s)
1712024-11-22T23:13:31.570ZDownload: Completed 220.60 MB in 14.24 seconds (15.5M/s)
1722024-11-22T23:13:33.476Z Actions: 1/5063 actions (Removing old actions)
1732024-11-22T23:13:33.497Z Actions: 194/5063 actions (Installing new actions)
1742024-11-22T23:13:38.176Z Actions: 4226/5063 actions (Updating modified actions)
1752024-11-22T23:13:38.493Z Actions: Completed 5063 actions in 5.01 seconds.
1762024-11-22T23:13:38.879Z Done (0.378s)
1772024-11-22T23:13:38.884Z Done (0.000s)
1782024-11-22T23:13:39.406Z Done (0.530s)
1792024-11-22T23:13:43.807Z Done (4.180s)
1802024-11-22T23:13:43.895Z Done (0.019s)
1812024-11-22T23:13:43.899Z Done (0.000s)
1822024-11-22T23:13:44.108Z Done (0.000s)
1832024-11-22T23:13:44.780ZPlanning: Evaluating mediator changes ... Done
1842024-11-22T23:13:44.937ZPlanning: Checking for conflicting actions ... Done
1852024-11-22T23:13:44.940ZPlanning: Consolidating action changes ... Done
1862024-11-22T23:13:45.202ZPlanning: Evaluating mediators ... Done
1872024-11-22T23:13:45.204ZPlanning: Planning completed in 0.42 seconds
1882024-11-22T23:13:45.241Z Mediators to change: 2
1892024-11-22T23:13:45.241Z Create boot environment: No
1902024-11-22T23:13:45.244ZCreate backup boot environment: No
1912024-11-22T23:13:45.333Z Done
1922024-11-22T23:13:45.333Z Done
1932024-11-22T23:13:45.668Z Done
1942024-11-22T23:13:49.249Z Done
1952024-11-22T23:13:49.345Z Done
1962024-11-22T23:13:49.348Z Done
1972024-11-22T23:13:49.461Z Done
1982024-11-22T23:13:50.062ZPlanning: Evaluating mediator changes ... Done
1992024-11-22T23:13:50.065ZPlanning: Merging actions ... Done
2002024-11-22T23:13:50.247ZPlanning: Checking for conflicting actions ... Done
2012024-11-22T23:13:50.249ZPlanning: Consolidating action changes ... Done
2022024-11-22T23:13:50.510ZPlanning: Evaluating mediators ... Done
2032024-11-22T23:13:50.563ZPlanning: Planning completed in 0.74 seconds
2042024-11-22T23:13:50.604Z Packages to change: 1
2052024-11-22T23:13:50.604Z Mediators to change: 1
2062024-11-22T23:13:50.607Z Services to change: 1
2072024-11-22T23:13:50.607Z Create boot environment: No
2082024-11-22T23:13:50.607ZCreate backup boot environment: Yes
2092024-11-22T23:13:52.611Z Actions: 1/6 actions (Updating modified actions)
2102024-11-22T23:13:52.615Z Actions: Completed 6 actions in 0.00 seconds.
2112024-11-22T23:13:52.615Z Done
2122024-11-22T23:13:52.615Z Done
2132024-11-22T23:13:52.722Z Done
2142024-11-22T23:13:56.330Z Done
2152024-11-22T23:13:56.428Z Done
2162024-11-22T23:13:56.430Z Done
2172024-11-22T23:13:56.531Z Done
2182024-11-22T23:13:56.957ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-11-22T23:13:56.957Zclang system 15 system
2202024-11-22T23:13:56.957Zcsh system system illumos
2212024-11-22T23:13:56.957Zctags system system illumos
2222024-11-22T23:13:56.957Zgcc vendor 12 vendor
2232024-11-22T23:13:56.957Zgcc system 10 system
2242024-11-22T23:13:56.957Zgcc system 7 system
2252024-11-22T23:13:56.957Zgo system 1.20 system
2262024-11-22T23:13:56.957Zgo system 1.19 system
2272024-11-22T23:13:56.957Zllvm system 15 system
2282024-11-22T23:13:56.957Zllvm system 14 system
2292024-11-22T23:13:56.957Zmariadb system 10.6 system
2302024-11-22T23:13:56.957Zmta vendor vendor dma
2312024-11-22T23:13:56.957Zopenjdk system 17 system
2322024-11-22T23:13:56.958Zopenjdk system 11 system
2332024-11-22T23:13:56.958Zopenjdk system 1.8 system
2342024-11-22T23:13:56.958Zopenssl vendor 3 vendor
2352024-11-22T23:13:56.958Zperl system 5.36 system
2362024-11-22T23:13:56.958Zpostgresql system 15 system
2372024-11-22T23:13:56.958Zpostgresql system 13 system
2382024-11-22T23:13:56.958Zpython vendor 3 vendor
2392024-11-22T23:13:56.958Zpython system 2 system
2402024-11-22T23:13:56.958Zpython3 system 3.11 system
2412024-11-22T23:13:56.958Zruby system 3.0 system
2422024-11-22T23:13:56.958Zwords vendor vendor american-english
2432024-11-22T23:13:56.958Zwords system system australian-english
2442024-11-22T23:13:56.958Zwords system system british-english
2452024-11-22T23:13:56.958Zwords system system canadian-english
2462024-11-22T23:13:56.958Zwords system system french
2472024-11-22T23:13:56.958Zwords system system italian
2482024-11-22T23:13:56.958Zwords system system ngerman
2492024-11-22T23:13:56.958Zwords system system ogerman
2502024-11-22T23:13:56.958Zwords system system spanish
2512024-11-22T23:13:57.285ZPUBLISHER TYPE STATUS P LOCATION
2522024-11-22T23:13:57.285Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-11-22T23:13:59.812ZFMRI IFO
2542024-11-22T23:13:59.812Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-11-22T23:13:59.812Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-11-22T23:13:59.812Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-11-22T23:13:59.812Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-11-22T23:13:59.812Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-11-22T23:13:59.812Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-11-22T23:13:59.812Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2612024-11-22T23:13:59.812Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2622024-11-22T23:13:59.812Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-11-22T23:13:59.812Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2642024-11-22T23:13:59.813Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-11-22T23:13:59.813Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-11-22T23:13:59.813Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2672024-11-22T23:13:59.813Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-11-22T23:13:59.813Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-11-22T23:14:00.540Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-11-22T23:14:00.816Z Updating crates.io index
2712024-11-22T23:14:00.824Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-11-22T23:14:01.635Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-11-22T23:14:01.947Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742024-11-22T23:14:02.169Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752024-11-22T23:14:02.462Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762024-11-22T23:14:03.322Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772024-11-22T23:14:05.678Z Updating git repository `https://github.com/oxidecomputer/opte`
2782024-11-22T23:14:06.723Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792024-11-22T23:14:07.560Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802024-11-22T23:14:07.829Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-11-22T23:14:08.172Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-11-22T23:14:08.805Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832024-11-22T23:14:09.094Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842024-11-22T23:14:09.394Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852024-11-22T23:14:09.656Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862024-11-22T23:14:09.989Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872024-11-22T23:14:10.215Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882024-11-22T23:14:10.552Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2892024-11-22T23:14:10.882Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902024-11-22T23:14:11.334Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912024-11-22T23:14:11.621Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922024-11-22T23:14:12.076Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932024-11-22T23:14:12.421Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942024-11-22T23:14:13.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-11-22T23:14:13.430Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-11-22T23:14:13.882Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-11-22T23:14:14.204Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-11-22T23:14:14.420Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-11-22T23:14:14.651Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-11-22T23:14:16.024Z Downloading crates ...
3012024-11-22T23:14:16.079Z Downloaded cargo_toml v0.20.5
3022024-11-22T23:14:16.083Z Downloaded block-buffer v0.10.4
3032024-11-22T23:14:16.086Z Downloaded camino v1.1.9
3042024-11-22T23:14:16.096Z Downloaded indexmap v2.6.0
3052024-11-22T23:14:16.098Z Downloaded generic-array v0.14.7
3062024-11-22T23:14:16.101Z Downloaded plain v0.2.3
3072024-11-22T23:14:16.103Z Downloaded fastrand v2.1.1
3082024-11-22T23:14:16.103Z Downloaded tempfile v3.13.0
3092024-11-22T23:14:16.106Z Downloaded typenum v1.17.0
3102024-11-22T23:14:16.134Z Downloaded unicode-width v0.1.14
3112024-11-22T23:14:16.140Z Downloaded rustix v0.38.37
3122024-11-22T23:14:16.166Z Downloaded cargo_metadata v0.18.1
3132024-11-22T23:14:16.177Z Downloaded cargo-platform v0.1.8
3142024-11-22T23:14:16.177Z Downloaded camino-tempfile v1.1.1
3152024-11-22T23:14:16.177Z Downloaded autocfg v1.4.0
3162024-11-22T23:14:16.177Z Downloaded anyhow v1.0.93
3172024-11-22T23:14:16.177Z Downloaded crypto-common v0.1.6
3182024-11-22T23:14:16.177Z Downloaded clap v4.5.21
3192024-11-22T23:14:16.185Z Downloaded heck v0.4.1
3202024-11-22T23:14:16.185Z Downloaded digest v0.10.7
3212024-11-22T23:14:16.185Z Downloaded cfg-if v1.0.0
3222024-11-22T23:14:16.185Z Downloaded cpufeatures v0.2.14
3232024-11-22T23:14:16.189Z Downloaded clap_derive v4.5.18
3242024-11-22T23:14:16.189Z Downloaded clap_lex v0.7.2
3252024-11-22T23:14:16.189Z Downloaded anstyle v1.0.10
3262024-11-22T23:14:16.192Z Downloaded anstream v0.6.15
3272024-11-22T23:14:16.192Z Downloaded errno v0.3.9
3282024-11-22T23:14:16.197Z Downloaded itoa v1.0.11
3292024-11-22T23:14:16.197Z Downloaded dof v0.3.0
3302024-11-22T23:14:16.200Z Downloaded byteorder v1.5.0
3312024-11-22T23:14:16.200Z Downloaded bytecount v0.6.8
3322024-11-22T23:14:16.200Z Downloaded anstyle-query v1.1.1
3332024-11-22T23:14:16.200Z Downloaded equivalent v1.0.1
3342024-11-22T23:14:16.200Z Downloaded anstyle-parse v0.2.5
3352024-11-22T23:14:16.203Z Downloaded bitflags v2.6.0
3362024-11-22T23:14:16.207Z Downloaded pretty-hex v0.4.1
3372024-11-22T23:14:16.210Z Downloaded dtrace-parser v0.2.0
3382024-11-22T23:14:16.219Z Downloaded scroll_derive v0.12.0
3392024-11-22T23:14:16.224Z Downloaded heck v0.5.0
3402024-11-22T23:14:16.224Z Downloaded colorchoice v1.0.2
3412024-11-22T23:14:16.227Z Downloaded memmap v0.7.0
3422024-11-22T23:14:16.230Z Downloaded usdt-macro v0.5.0
3432024-11-22T23:14:16.230Z Downloaded swrite v0.1.0
3442024-11-22T23:14:16.234Z Downloaded usdt-attr-macro v0.5.0
3452024-11-22T23:14:16.236Z Downloaded fs-err v2.11.0
3462024-11-22T23:14:16.241Z Downloaded serde_spanned v0.6.8
3472024-11-22T23:14:16.243Z Downloaded strsim v0.11.1
3482024-11-22T23:14:16.247Z Downloaded smawk v0.3.2
3492024-11-22T23:14:16.247Z Downloaded proc-macro-error-attr v1.0.4
3502024-11-22T23:14:16.247Z Downloaded fnv v1.0.7
3512024-11-22T23:14:16.250Z Downloaded usdt v0.5.0
3522024-11-22T23:14:16.253Z Downloaded thiserror v1.0.69
3532024-11-22T23:14:16.257Z Downloaded macaddr v1.0.1
3542024-11-22T23:14:16.260Z Downloaded unicode-linebreak v0.1.5
3552024-11-22T23:14:16.260Z Downloaded thread-id v4.2.2
3562024-11-22T23:14:16.271Z Downloaded terminal_size v0.4.0
3572024-11-22T23:14:16.272Z Downloaded tabled_derive v0.7.0
3582024-11-22T23:14:16.272Z Downloaded serde_tokenstream v0.2.2
3592024-11-22T23:14:16.272Z Downloaded toml_datetime v0.6.8
3602024-11-22T23:14:16.272Z Downloaded version_check v0.9.5
3612024-11-22T23:14:16.283Z Downloaded utf8parse v0.2.2
3622024-11-22T23:14:16.283Z Downloaded thiserror-impl v1.0.69
3632024-11-22T23:14:16.284Z Downloaded usdt-impl v0.5.0
3642024-11-22T23:14:16.284Z Downloaded proc-macro-error v1.0.4
3652024-11-22T23:14:16.284Z Downloaded scroll v0.12.0
3662024-11-22T23:14:16.297Z Downloaded once_cell v1.20.2
3672024-11-22T23:14:16.297Z Downloaded semver v1.0.23
3682024-11-22T23:14:16.297Z Downloaded sha2 v0.10.8
3692024-11-22T23:14:16.297Z Downloaded quote v1.0.37
3702024-11-22T23:14:16.298Z Downloaded pest_generator v2.7.14
3712024-11-22T23:14:16.298Z Downloaded pest_derive v2.7.14
3722024-11-22T23:14:16.305Z Downloaded zerocopy-derive v0.7.35
3732024-11-22T23:14:16.305Z Downloaded unicode-ident v1.0.13
3742024-11-22T23:14:16.305Z Downloaded ucd-trie v0.1.7
3752024-11-22T23:14:16.305Z Downloaded toml v0.8.19
3762024-11-22T23:14:16.320Z Downloaded ryu v1.0.18
3772024-11-22T23:14:16.321Z Downloaded hashbrown v0.15.0
3782024-11-22T23:14:16.321Z Downloaded textwrap v0.16.1
3792024-11-22T23:14:16.329Z Downloaded proc-macro2 v1.0.89
3802024-11-22T23:14:16.330Z Downloaded serde_derive v1.0.215
3812024-11-22T23:14:16.330Z Downloaded clap_builder v4.5.21
3822024-11-22T23:14:16.340Z Downloaded papergrid v0.11.0
3832024-11-22T23:14:16.340Z Downloaded pest_meta v2.7.14
3842024-11-22T23:14:16.340Z Downloaded serde v1.0.215
3852024-11-22T23:14:16.340Z Downloaded log v0.4.22
3862024-11-22T23:14:16.351Z Downloaded is_terminal_polyfill v1.70.1
3872024-11-22T23:14:16.351Z Downloaded memchr v2.7.4
3882024-11-22T23:14:16.358Z Downloaded toml_edit v0.22.22
3892024-11-22T23:14:16.373Z Downloaded serde_json v1.0.132
3902024-11-22T23:14:16.388Z Downloaded pest v2.7.14
3912024-11-22T23:14:16.405Z Downloaded winnow v0.6.20
3922024-11-22T23:14:16.405Z Downloaded zerocopy v0.7.35
3932024-11-22T23:14:16.409Z Downloaded tabled v0.15.0
3942024-11-22T23:14:16.420Z Downloaded goblin v0.8.2
3952024-11-22T23:14:16.429Z Downloaded syn v1.0.109
3962024-11-22T23:14:16.450Z Downloaded syn v2.0.87
3972024-11-22T23:14:16.463Z Downloaded libc v0.2.162
3982024-11-22T23:14:16.781Z Compiling proc-macro2 v1.0.89
3992024-11-22T23:14:16.781Z Compiling unicode-ident v1.0.13
4002024-11-22T23:14:16.784Z Compiling version_check v0.9.5
4012024-11-22T23:14:16.784Z Compiling serde v1.0.215
4022024-11-22T23:14:16.784Z Compiling memchr v2.7.4
4032024-11-22T23:14:16.784Z Compiling thiserror v1.0.69
4042024-11-22T23:14:16.784Z Compiling libc v0.2.162
4052024-11-22T23:14:16.784Z Compiling itoa v1.0.11
4062024-11-22T23:14:17.041Z Compiling ryu v1.0.18
4072024-11-22T23:14:17.097Z Compiling ucd-trie v0.1.7
4082024-11-22T23:14:17.387Z Compiling once_cell v1.20.2
4092024-11-22T23:14:17.623Z Compiling byteorder v1.5.0
4102024-11-22T23:14:17.811Z Compiling rustix v0.38.37
4112024-11-22T23:14:17.838Z Compiling serde_json v1.0.132
4122024-11-22T23:14:18.048Z Compiling bitflags v2.6.0
4132024-11-22T23:14:18.171Z Compiling usdt-impl v0.5.0
4142024-11-22T23:14:18.477Z Compiling proc-macro-error-attr v1.0.4
4152024-11-22T23:14:18.525Z Compiling syn v1.0.109
4162024-11-22T23:14:18.593Z Compiling quote v1.0.37
4172024-11-22T23:14:18.689Z Compiling proc-macro-error v1.0.4
4182024-11-22T23:14:18.765Z Compiling equivalent v1.0.1
4192024-11-22T23:14:18.816Z Compiling camino v1.1.9
4202024-11-22T23:14:18.889Z Compiling hashbrown v0.15.0
4212024-11-22T23:14:18.978Z Compiling syn v2.0.87
4222024-11-22T23:14:19.227Z Compiling log v0.4.22
4232024-11-22T23:14:19.289Z Compiling thread-id v4.2.2
4242024-11-22T23:14:19.358Z Compiling plain v0.2.3
4252024-11-22T23:14:19.417Z Compiling utf8parse v0.2.2
4262024-11-22T23:14:19.586Z Compiling errno v0.3.9
4272024-11-22T23:14:19.613Z Compiling anstyle-parse v0.2.5
4282024-11-22T23:14:19.862Z Compiling autocfg v1.4.0
4292024-11-22T23:14:19.950Z Compiling pretty-hex v0.4.1
4302024-11-22T23:14:20.005Z Compiling unicode-width v0.1.14
4312024-11-22T23:14:20.157Z Compiling indexmap v2.6.0
4322024-11-22T23:14:20.184Z Compiling anstyle-query v1.1.1
4332024-11-22T23:14:20.311Z Compiling anstyle v1.0.10
4342024-11-22T23:14:20.348Z Compiling semver v1.0.23
4352024-11-22T23:14:20.513Z Compiling colorchoice v1.0.2
4362024-11-22T23:14:20.680Z Compiling winnow v0.6.20
4372024-11-22T23:14:20.759Z Compiling is_terminal_polyfill v1.70.1
4382024-11-22T23:14:20.919Z Compiling anstream v0.6.15
4392024-11-22T23:14:20.994Z Compiling fs-err v2.11.0
4402024-11-22T23:14:21.243Z Compiling anyhow v1.0.93
4412024-11-22T23:14:21.283Z Compiling heck v0.5.0
4422024-11-22T23:14:21.544Z Compiling heck v0.4.1
4432024-11-22T23:14:21.883Z Compiling cfg-if v1.0.0
4442024-11-22T23:14:21.933Z Compiling bytecount v0.6.8
4452024-11-22T23:14:21.985Z Compiling terminal_size v0.4.0
4462024-11-22T23:14:22.063Z Compiling fnv v1.0.7
4472024-11-22T23:14:22.159Z Compiling fastrand v2.1.1
4482024-11-22T23:14:22.185Z Compiling strsim v0.11.1
4492024-11-22T23:14:22.212Z Compiling clap_lex v0.7.2
4502024-11-22T23:14:22.214Z Compiling papergrid v0.11.0
4512024-11-22T23:14:22.736Z Compiling clap_builder v4.5.21
4522024-11-22T23:14:22.781Z Compiling tempfile v3.13.0
4532024-11-22T23:14:23.474Z Compiling memmap v0.7.0
4542024-11-22T23:14:23.572Z Compiling smawk v0.3.2
4552024-11-22T23:14:23.688Z Compiling unicode-linebreak v0.1.5
4562024-11-22T23:14:24.166Z Compiling textwrap v0.16.1
4572024-11-22T23:14:24.440Z Compiling swrite v0.1.0
4582024-11-22T23:14:25.382Z Compiling tabled_derive v0.7.0
4592024-11-22T23:14:26.858Z Compiling tabled v0.15.0
4602024-11-22T23:14:28.249Z Compiling serde_derive v1.0.215
4612024-11-22T23:14:28.249Z Compiling thiserror-impl v1.0.69
4622024-11-22T23:14:28.252Z Compiling zerocopy-derive v0.7.35
4632024-11-22T23:14:28.252Z Compiling scroll_derive v0.12.0
4642024-11-22T23:14:28.321Z Compiling clap_derive v4.5.18
4652024-11-22T23:14:29.417Z Compiling scroll v0.12.0
4662024-11-22T23:14:29.938Z Compiling goblin v0.8.2
4672024-11-22T23:14:30.020Z Compiling zerocopy v0.7.35
4682024-11-22T23:14:32.110Z Compiling clap v4.5.21
4692024-11-22T23:14:33.517Z Compiling pest v2.7.14
4702024-11-22T23:14:35.337Z Compiling pest_meta v2.7.14
4712024-11-22T23:14:36.327Z Compiling pest_generator v2.7.14
4722024-11-22T23:14:37.989Z Compiling toml_datetime v0.6.8
4732024-11-22T23:14:37.989Z Compiling serde_spanned v0.6.8
4742024-11-22T23:14:38.095Z Compiling pest_derive v2.7.14
4752024-11-22T23:14:38.393Z Compiling serde_tokenstream v0.2.2
4762024-11-22T23:14:38.607Z Compiling toml_edit v0.22.22
4772024-11-22T23:14:38.633Z Compiling cargo-platform v0.1.8
4782024-11-22T23:14:38.708Z Compiling camino-tempfile v1.1.1
4792024-11-22T23:14:38.900Z Compiling dtrace-parser v0.2.0
4802024-11-22T23:14:38.972Z Compiling macaddr v1.0.1
4812024-11-22T23:14:39.619Z Compiling dof v0.3.0
4822024-11-22T23:14:39.768Z Compiling cargo_metadata v0.18.1
4832024-11-22T23:14:41.664Z Compiling toml v0.8.19
4842024-11-22T23:14:41.707Z Compiling usdt-macro v0.5.0
4852024-11-22T23:14:41.710Z Compiling usdt-attr-macro v0.5.0
4862024-11-22T23:14:42.545Z Compiling cargo_toml v0.20.5
4872024-11-22T23:14:43.079Z Compiling usdt v0.5.0
4882024-11-22T23:14:45.943Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-11-22T23:14:50.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.77s
4902024-11-22T23:14:50.354Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-11-22T23:14:50.889Z Downloading crates ...
4922024-11-22T23:14:51.021Z Downloaded bitflags v1.3.2
4932024-11-22T23:14:51.024Z Downloaded cexpr v0.6.0
4942024-11-22T23:14:51.027Z Downloaded bb8 v0.8.5
4952024-11-22T23:14:51.031Z Downloaded crossbeam-epoch v0.9.18
4962024-11-22T23:14:51.035Z Downloaded const_format v0.2.33
4972024-11-22T23:14:51.051Z Downloaded aes-gcm v0.10.3
4982024-11-22T23:14:51.059Z Downloaded ascii-canvas v3.0.0
4992024-11-22T23:14:51.062Z Downloaded adler2 v2.0.0
5002024-11-22T23:14:51.074Z Downloaded argon2 v0.5.3
5012024-11-22T23:14:51.078Z Downloaded addr2line v0.24.2
5022024-11-22T23:14:51.078Z Downloaded ahash v0.8.11
5032024-11-22T23:14:51.078Z Downloaded allocator-api2 v0.2.18
5042024-11-22T23:14:51.078Z Downloaded aead v0.5.2
5052024-11-22T23:14:51.079Z Downloaded aes v0.8.4
5062024-11-22T23:14:51.082Z Downloaded aho-corasick v1.1.3
5072024-11-22T23:14:51.088Z Downloaded arrayvec v0.7.6
5082024-11-22T23:14:51.090Z Downloaded heck v0.3.3
5092024-11-22T23:14:51.093Z Downloaded arrayref v0.3.9
5102024-11-22T23:14:51.097Z Downloaded array-init v0.0.4
5112024-11-22T23:14:51.097Z Downloaded arc-swap v1.7.1
5122024-11-22T23:14:51.100Z Downloaded darling v0.20.10
5132024-11-22T23:14:51.106Z Downloaded http-range v0.1.5
5142024-11-22T23:14:51.109Z Downloaded headers-core v0.3.0
5152024-11-22T23:14:51.116Z Downloaded atty v0.2.14
5162024-11-22T23:14:51.119Z Downloaded async-trait v0.1.83
5172024-11-22T23:14:51.121Z Downloaded httpdate v1.0.3
5182024-11-22T23:14:51.124Z Downloaded heapless v0.8.0
5192024-11-22T23:14:51.128Z Downloaded http-body v1.0.1
5202024-11-22T23:14:51.131Z Downloaded heapless v0.7.17
5212024-11-22T23:14:51.135Z Downloaded httparse v1.9.5
5222024-11-22T23:14:51.139Z Downloaded home v0.5.9
5232024-11-22T23:14:51.142Z Downloaded highway v1.2.0
5242024-11-22T23:14:51.144Z Downloaded ciborium-io v0.2.2
5252024-11-22T23:14:51.144Z Downloaded hostname v0.4.0
5262024-11-22T23:14:51.147Z Downloaded hmac v0.12.1
5272024-11-22T23:14:51.149Z Downloaded hickory-server v0.24.1
5282024-11-22T23:14:51.155Z Downloaded crunchy v0.2.2
5292024-11-22T23:14:51.157Z Downloaded hickory-resolver v0.24.1
5302024-11-22T23:14:51.161Z Downloaded cstr-argument v0.1.2
5312024-11-22T23:14:51.164Z Downloaded bit-set v0.5.3
5322024-11-22T23:14:51.168Z Downloaded atomic-waker v1.1.2
5332024-11-22T23:14:51.168Z Downloaded async-recursion v1.1.1
5342024-11-22T23:14:51.171Z Downloaded icu_provider_macros v1.5.0
5352024-11-22T23:14:51.174Z Downloaded ident_case v1.0.1
5362024-11-22T23:14:51.174Z Downloaded hubpack_derive v0.1.1
5372024-11-22T23:14:51.176Z Downloaded bitfield v0.14.0
5382024-11-22T23:14:51.176Z Downloaded castaway v0.2.3
5392024-11-22T23:14:51.179Z Downloaded idna_adapter v1.2.0
5402024-11-22T23:14:51.179Z Downloaded buf-list v1.0.3
5412024-11-22T23:14:51.182Z Downloaded blowfish v0.9.1
5422024-11-22T23:14:51.185Z Downloaded progenitor-client v0.8.0
5432024-11-22T23:14:51.185Z Downloaded backoff v0.4.0
5442024-11-22T23:14:51.187Z Downloaded indent_write v2.2.0
5452024-11-22T23:14:51.190Z Downloaded bitfield-struct v0.6.2
5462024-11-22T23:14:51.193Z Downloaded is_ci v1.2.0
5472024-11-22T23:14:51.193Z Downloaded chrono-tz-build v0.4.0
5482024-11-22T23:14:51.197Z Downloaded chacha20 v0.9.1
5492024-11-22T23:14:51.197Z Downloaded cbc v0.1.2
5502024-11-22T23:14:51.203Z Downloaded instant v0.1.13
5512024-11-22T23:14:51.203Z Downloaded md5 v0.7.0
5522024-11-22T23:14:51.203Z Downloaded matches v0.1.10
5532024-11-22T23:14:51.207Z Downloaded ctr v0.9.2
5542024-11-22T23:14:51.207Z Downloaded match_cfg v0.1.0
5552024-11-22T23:14:51.207Z Downloaded sync_wrapper v1.0.1
5562024-11-22T23:14:51.212Z Downloaded lru v0.12.5
5572024-11-22T23:14:51.212Z Downloaded const_format_proc_macros v0.2.33
5582024-11-22T23:14:51.215Z Downloaded constant_time_eq v0.3.1
5592024-11-22T23:14:51.215Z Downloaded curve25519-dalek-derive v0.1.1
5602024-11-22T23:14:51.215Z Downloaded cipher v0.4.4
5612024-11-22T23:14:51.217Z Downloaded hyper-tls v0.6.0
5622024-11-22T23:14:51.220Z Downloaded humantime v2.1.0
5632024-11-22T23:14:51.223Z Downloaded bcs v0.1.6
5642024-11-22T23:14:51.223Z Downloaded indoc v1.0.9
5652024-11-22T23:14:51.226Z Downloaded impl-trait-for-tuples v0.2.2
5662024-11-22T23:14:51.229Z Downloaded colored v2.1.0
5672024-11-22T23:14:51.232Z Downloaded libsw v3.3.1
5682024-11-22T23:14:51.235Z Downloaded quinn-udp v0.5.5
5692024-11-22T23:14:51.238Z Downloaded libefi-sys v0.1.0
5702024-11-22T23:14:51.243Z Downloaded ciborium v0.2.2
5712024-11-22T23:14:51.245Z Downloaded stable_deref_trait v1.2.0
5722024-11-22T23:14:51.245Z Downloaded ref-cast-impl v1.0.23
5732024-11-22T23:14:51.245Z Downloaded managed v0.8.0
5742024-11-22T23:14:51.245Z Downloaded lockfree-object-pool v0.1.6
5752024-11-22T23:14:51.248Z Downloaded ipnetwork v0.20.0
5762024-11-22T23:14:51.251Z Downloaded scrypt v0.11.0
5772024-11-22T23:14:51.253Z Downloaded lalrpop-util v0.19.12
5782024-11-22T23:14:51.256Z Downloaded kstat-rs v0.2.4
5792024-11-22T23:14:51.256Z Downloaded is-terminal v0.4.13
5802024-11-22T23:14:51.261Z Downloaded spin v0.5.2
5812024-11-22T23:14:51.264Z Downloaded smallvec v0.6.14
5822024-11-22T23:14:51.264Z Downloaded crc32fast v1.4.2
5832024-11-22T23:14:51.264Z Downloaded diesel_table_macro_syntax v0.2.0
5842024-11-22T23:14:51.267Z Downloaded mime v0.3.17
5852024-11-22T23:14:51.267Z Downloaded memoffset v0.9.1
5862024-11-22T23:14:51.269Z Downloaded md-5 v0.10.6
5872024-11-22T23:14:51.269Z Downloaded maybe-uninit v2.0.0
5882024-11-22T23:14:51.272Z Downloaded csv-core v0.1.11
5892024-11-22T23:14:51.275Z Downloaded cookie_store v0.21.0
5902024-11-22T23:14:51.277Z Downloaded hyper-staticfile v0.10.1
5912024-11-22T23:14:51.280Z Downloaded blake2 v0.10.6
5922024-11-22T23:14:51.282Z Downloaded iana-time-zone v0.1.61
5932024-11-22T23:14:51.286Z Downloaded litemap v0.7.3
5942024-11-22T23:14:51.294Z Downloaded bzip2 v0.4.4
5952024-11-22T23:14:51.294Z Downloaded keccak v0.1.5
5962024-11-22T23:14:51.297Z Downloaded icu_locid_transform v1.5.0
5972024-11-22T23:14:51.298Z Downloaded tls_codec_derive v0.4.1
5982024-11-22T23:14:51.298Z Downloaded opaque-debug v0.3.1
5992024-11-22T23:14:51.300Z Downloaded num_threads v0.1.7
6002024-11-22T23:14:51.301Z Downloaded tls_codec v0.4.1
6012024-11-22T23:14:51.303Z Downloaded unicode-xid v0.2.6
6022024-11-22T23:14:51.303Z Downloaded static_assertions v1.1.0
6032024-11-22T23:14:51.306Z Downloaded signature v2.2.0
6042024-11-22T23:14:51.308Z Downloaded sha1 v0.10.6
6052024-11-22T23:14:51.311Z Downloaded sct v0.7.1
6062024-11-22T23:14:51.313Z Downloaded lock_api v0.4.12
6072024-11-22T23:14:51.316Z Downloaded thiserror-no-std v2.0.2
6082024-11-22T23:14:51.319Z Downloaded mime_guess v2.0.5
6092024-11-22T23:14:51.322Z Downloaded pretty-hex v0.2.1
6102024-11-22T23:14:51.324Z Downloaded universal-hash v0.5.1
6112024-11-22T23:14:51.331Z Downloaded tokio-macros v2.4.0
6122024-11-22T23:14:51.331Z Downloaded diesel-dtrace v0.3.0
6132024-11-22T23:14:51.334Z Downloaded percent-encoding v2.3.1
6142024-11-22T23:14:51.334Z Downloaded ena v0.14.3
6152024-11-22T23:14:51.334Z Downloaded crossbeam-utils v0.8.20
6162024-11-22T23:14:51.338Z Downloaded icu_normalizer_data v1.5.0
6172024-11-22T23:14:51.342Z Downloaded deranged v0.3.11
6182024-11-22T23:14:51.342Z Downloaded base64 v0.13.1
6192024-11-22T23:14:51.344Z Downloaded rpassword v7.3.1
6202024-11-22T23:14:51.347Z Downloaded fixedbitset v0.4.2
6212024-11-22T23:14:51.349Z Downloaded backtrace v0.3.74
6222024-11-22T23:14:51.353Z Downloaded hash32 v0.3.1
6232024-11-22T23:14:51.355Z Downloaded fallible-iterator v0.3.0
6242024-11-22T23:14:51.358Z Downloaded float-ord v0.3.2
6252024-11-22T23:14:51.358Z Downloaded flagset v0.4.6
6262024-11-22T23:14:51.361Z Downloaded salsa20 v0.10.2
6272024-11-22T23:14:51.364Z Downloaded ghash v0.5.1
6282024-11-22T23:14:51.364Z Downloaded tui-tree-widget v0.22.0
6292024-11-22T23:14:51.367Z Downloaded chacha20poly1305 v0.10.1
6302024-11-22T23:14:51.370Z Downloaded paste v1.0.15
6312024-11-22T23:14:51.372Z Downloaded parse-display v0.10.0
6322024-11-22T23:14:51.372Z Downloaded num-iter v0.1.45
6332024-11-22T23:14:51.375Z Downloaded synstructure v0.13.1
6342024-11-22T23:14:51.375Z Downloaded spin v0.9.8
6352024-11-22T23:14:51.378Z Downloaded diff v0.1.13
6362024-11-22T23:14:51.382Z Downloaded pin-utils v0.1.0
6372024-11-22T23:14:51.384Z Downloaded ipnet v2.10.1
6382024-11-22T23:14:51.387Z Downloaded tokio-native-tls v0.3.1
6392024-11-22T23:14:51.390Z Downloaded rand_seeder v0.3.0
6402024-11-22T23:14:51.390Z Downloaded prettyplease v0.2.25
6412024-11-22T23:14:51.393Z Downloaded zerofrom v0.1.4
6422024-11-22T23:14:51.396Z Downloaded base64 v0.22.1
6432024-11-22T23:14:51.400Z Downloaded quick-error v1.2.3
6442024-11-22T23:14:51.403Z Downloaded ppv-lite86 v0.2.20
6452024-11-22T23:14:51.407Z Downloaded rustversion v1.0.17
6462024-11-22T23:14:51.407Z Downloaded float-cmp v0.9.0
6472024-11-22T23:14:51.410Z Downloaded icu_locid v1.5.0
6482024-11-22T23:14:51.416Z Downloaded number_prefix v0.4.0
6492024-11-22T23:14:51.426Z Downloaded walkdir v2.5.0
6502024-11-22T23:14:51.429Z Downloaded hkdf v0.12.4
6512024-11-22T23:14:51.432Z Downloaded normalize-line-endings v0.3.0
6522024-11-22T23:14:51.434Z Downloaded nodrop v0.1.14
6532024-11-22T23:14:51.434Z Downloaded derive_builder_macro v0.20.2
6542024-11-22T23:14:51.434Z Downloaded debug-ignore v1.0.5
6552024-11-22T23:14:51.438Z Downloaded phf_shared v0.10.0
6562024-11-22T23:14:51.440Z Downloaded string_cache v0.8.7
6572024-11-22T23:14:51.440Z Downloaded ssh-encoding v0.2.0
6582024-11-22T23:14:51.444Z Downloaded dsl_auto_type v0.1.2
6592024-11-22T23:14:51.444Z Downloaded zopfli v0.8.1
6602024-11-22T23:14:51.446Z Downloaded ssh-cipher v0.2.0
6612024-11-22T23:14:51.449Z Downloaded crypto-bigint v0.5.5
6622024-11-22T23:14:51.456Z Downloaded sigpipe v0.1.3
6632024-11-22T23:14:51.459Z Downloaded env_filter v0.1.2
6642024-11-22T23:14:51.459Z Downloaded bumpalo v3.16.0
6652024-11-22T23:14:51.463Z Downloaded secrecy v0.8.0
6662024-11-22T23:14:51.465Z Downloaded futures-executor v0.3.31
6672024-11-22T23:14:51.470Z Downloaded phf_generator v0.11.2
6682024-11-22T23:14:51.473Z Downloaded try-lock v0.2.5
6692024-11-22T23:14:51.476Z Downloaded tinyvec_macros v0.1.1
6702024-11-22T23:14:51.478Z Downloaded termtree v0.4.1
6712024-11-22T23:14:51.481Z Downloaded tokio-rustls v0.24.1
6722024-11-22T23:14:51.484Z Downloaded indicatif v0.17.9
6732024-11-22T23:14:51.493Z Downloaded vte_generate_state_changes v0.1.2
6742024-11-22T23:14:51.496Z Downloaded derive_builder_core v0.20.2
6752024-11-22T23:14:51.496Z Downloaded icu_collections v1.5.0
6762024-11-22T23:14:51.504Z Downloaded rustc-hash v2.0.0
6772024-11-22T23:14:51.506Z Downloaded proc-macro-crate v1.3.1
6782024-11-22T23:14:51.509Z Downloaded endian-type v0.1.2
6792024-11-22T23:14:51.511Z Downloaded difflib v0.4.0
6802024-11-22T23:14:51.511Z Downloaded serde-hex v0.1.0
6812024-11-22T23:14:51.514Z Downloaded enum-as-inner v0.6.1
6822024-11-22T23:14:51.514Z Downloaded packed_struct_codegen v0.10.1
6832024-11-22T23:14:51.516Z Downloaded simd-adler32 v0.3.7
6842024-11-22T23:14:51.519Z Downloaded r2d2 v0.8.10
6852024-11-22T23:14:51.522Z Downloaded tokio-tungstenite v0.21.0
6862024-11-22T23:14:51.525Z Downloaded newtype_derive v0.1.6
6872024-11-22T23:14:51.525Z Downloaded newline-converter v0.3.0
6882024-11-22T23:14:51.525Z Downloaded new_debug_unreachable v1.0.6
6892024-11-22T23:14:51.530Z Downloaded futures-task v0.3.31
6902024-11-22T23:14:51.530Z Downloaded tokio-stream v0.1.16
6912024-11-22T23:14:51.536Z Downloaded unicode-truncate v1.1.0
6922024-11-22T23:14:51.538Z Downloaded siphasher v0.3.11
6932024-11-22T23:14:51.539Z Downloaded term v0.7.0
6942024-11-22T23:14:51.542Z Downloaded unicode_categories v0.1.1
6952024-11-22T23:14:51.544Z Downloaded xattr v1.3.1
6962024-11-22T23:14:51.547Z Downloaded wait-timeout v0.2.0
6972024-11-22T23:14:51.549Z Downloaded pin-project-lite v0.2.14
6982024-11-22T23:14:51.554Z Downloaded defmt v0.3.8
6992024-11-22T23:14:51.558Z Downloaded data-encoding v2.6.0
7002024-11-22T23:14:51.560Z Downloaded russh-cryptovec v0.7.3
7012024-11-22T23:14:51.560Z Downloaded rustc-demangle v0.1.24
7022024-11-22T23:14:51.563Z Downloaded termtree v0.5.1
7032024-11-22T23:14:51.565Z Downloaded flume v0.11.1
7042024-11-22T23:14:51.568Z Downloaded embedded-io v0.4.0
7052024-11-22T23:14:51.570Z Downloaded env_logger v0.11.5
7062024-11-22T23:14:51.573Z Downloaded futures-sink v0.3.31
7072024-11-22T23:14:51.575Z Downloaded predicates-core v1.0.8
7082024-11-22T23:14:51.575Z Downloaded nibble_vec v0.1.0
7092024-11-22T23:14:51.578Z Downloaded time-core v0.1.2
7102024-11-22T23:14:51.583Z Downloaded utf8_iter v1.0.4
7112024-11-22T23:14:51.583Z Downloaded foreign-types v0.3.2
7122024-11-22T23:14:51.583Z Downloaded waitgroup v0.1.2
7132024-11-22T23:14:51.587Z Downloaded signal-hook-mio v0.2.4
7142024-11-22T23:14:51.587Z Downloaded predicates-tree v1.0.11
7152024-11-22T23:14:51.587Z Downloaded newtype-uuid v1.1.3
7162024-11-22T23:14:51.587Z Downloaded zerovec-derive v0.10.3
7172024-11-22T23:14:51.590Z Downloaded dirs-next v2.0.0
7182024-11-22T23:14:51.594Z Downloaded slog-term v2.9.1
7192024-11-22T23:14:51.594Z Downloaded embedded-io v0.6.1
7202024-11-22T23:14:51.596Z Downloaded unsafe-libyaml v0.2.11
7212024-11-22T23:14:51.600Z Downloaded spki v0.7.3
7222024-11-22T23:14:51.603Z Downloaded diesel_derives v2.2.3
7232024-11-22T23:14:51.605Z Downloaded zerocopy v0.6.6
7242024-11-22T23:14:51.609Z Downloaded tar v0.4.42
7252024-11-22T23:14:51.612Z Downloaded p256 v0.13.2
7262024-11-22T23:14:51.615Z Downloaded peg-macros v0.8.4
7272024-11-22T23:14:51.618Z Downloaded termios v0.3.3
7282024-11-22T23:14:51.621Z Downloaded untrusted v0.9.0
7292024-11-22T23:14:51.625Z Downloaded precomputed-hash v0.1.1
7302024-11-22T23:14:51.625Z Downloaded peg-runtime v0.8.3
7312024-11-22T23:14:51.625Z Downloaded phf_shared v0.11.2
7322024-11-22T23:14:51.627Z Downloaded utf16_iter v1.0.5
7332024-11-22T23:14:51.627Z Downloaded getrandom v0.2.15
7342024-11-22T23:14:51.630Z Downloaded rand_core v0.6.4
7352024-11-22T23:14:51.635Z Downloaded rand_chacha v0.3.1
7362024-11-22T23:14:51.638Z Downloaded toolchain_find v0.4.0
7372024-11-22T23:14:51.638Z Downloaded signal-hook-registry v1.4.2
7382024-11-22T23:14:51.638Z Downloaded rustc_version v0.1.7
7392024-11-22T23:14:51.638Z Downloaded native-tls v0.2.12
7402024-11-22T23:14:51.644Z Downloaded dunce v1.0.5
7412024-11-22T23:14:51.644Z Downloaded foreign-types v0.5.0
7422024-11-22T23:14:51.647Z Downloaded hashbrown v0.13.2
7432024-11-22T23:14:51.647Z Downloaded foreign-types-shared v0.1.1
7442024-11-22T23:14:51.651Z Downloaded tower-service v0.3.3
7452024-11-22T23:14:51.651Z Downloaded thiserror-impl-no-std v2.0.2
7462024-11-22T23:14:51.651Z Downloaded zone_cfg_derive v0.1.2
7472024-11-22T23:14:51.654Z Downloaded steno v0.4.1
7482024-11-22T23:14:51.656Z Downloaded powerfmt v0.2.0
7492024-11-22T23:14:51.659Z Downloaded snafu-derive v0.8.5
7502024-11-22T23:14:51.659Z Downloaded minimal-lexical v0.2.1
7512024-11-22T23:14:51.664Z Downloaded rustfmt-wrapper v0.2.1
7522024-11-22T23:14:51.667Z Downloaded rustc_version v0.4.1
7532024-11-22T23:14:51.669Z Downloaded rcgen v0.12.1
7542024-11-22T23:14:51.673Z Downloaded parse-size v1.1.0
7552024-11-22T23:14:51.673Z Downloaded crossterm v0.28.1
7562024-11-22T23:14:51.679Z Downloaded phf_codegen v0.11.2
7572024-11-22T23:14:51.681Z Downloaded nu-ansi-term v0.50.1
7582024-11-22T23:14:51.683Z Downloaded write16 v1.0.0
7592024-11-22T23:14:51.686Z Downloaded smf v0.2.3
7602024-11-22T23:14:51.686Z Downloaded dhcproto-macros v0.1.0
7612024-11-22T23:14:51.688Z Downloaded zone_cfg_derive v0.3.0
7622024-11-22T23:14:51.688Z Downloaded twox-hash v1.6.3
7632024-11-22T23:14:51.691Z Downloaded slog-scope v4.4.0
7642024-11-22T23:14:51.693Z Downloaded serde_repr v0.1.19
7652024-11-22T23:14:51.693Z Downloaded tinystr v0.7.6
7662024-11-22T23:14:51.696Z Downloaded shell-words v1.1.0
7672024-11-22T23:14:51.699Z Downloaded progenitor v0.8.0
7682024-11-22T23:14:51.699Z Downloaded tiny-keccak v2.0.2
7692024-11-22T23:14:51.702Z Downloaded peg v0.8.4
7702024-11-22T23:14:51.707Z Downloaded nanorand v0.7.0
7712024-11-22T23:14:51.709Z Downloaded foreign-types-macros v0.2.3
7722024-11-22T23:14:51.712Z Downloaded postgres-types v0.2.8
7732024-11-22T23:14:51.716Z Downloaded topological-sort v0.2.2
7742024-11-22T23:14:51.719Z Downloaded filetime v0.2.25
7752024-11-22T23:14:51.719Z Downloaded zone v0.3.0
7762024-11-22T23:14:51.719Z Downloaded zone v0.1.8
7772024-11-22T23:14:51.722Z Downloaded ff v0.13.0
7782024-11-22T23:14:51.724Z Downloaded signal-hook-tokio v0.3.1
7792024-11-22T23:14:51.724Z Downloaded progenitor-macro v0.8.0
7802024-11-22T23:14:51.724Z Downloaded rsa v0.9.6
7812024-11-22T23:14:51.730Z Downloaded futures v0.3.31
7822024-11-22T23:14:51.736Z Downloaded want v0.3.1
7832024-11-22T23:14:51.739Z Downloaded serde-big-array v0.5.1
7842024-11-22T23:14:51.742Z Downloaded phf v0.11.2
7852024-11-22T23:14:51.742Z Downloaded serde_urlencoded v0.7.1
7862024-11-22T23:14:51.744Z Downloaded uzers v0.12.1
7872024-11-22T23:14:51.748Z Downloaded uuid v1.11.0
7882024-11-22T23:14:51.750Z Downloaded take_mut v0.2.2
7892024-11-22T23:14:51.750Z Downloaded foreign-types-shared v0.3.1
7902024-11-22T23:14:51.750Z Downloaded dropshot_endpoint v0.13.0
7912024-11-22T23:14:51.754Z Downloaded path-slash v0.1.5
7922024-11-22T23:14:51.756Z Downloaded num-complex v0.4.6
7932024-11-22T23:14:51.759Z Downloaded structmeta v0.2.0
7942024-11-22T23:14:51.759Z Downloaded strip-ansi-escapes v0.2.0
7952024-11-22T23:14:51.761Z Downloaded num-rational v0.4.2
7962024-11-22T23:14:51.761Z Downloaded dropshot_endpoint v0.12.0
7972024-11-22T23:14:51.763Z Downloaded dirs-sys-next v0.1.2
7982024-11-22T23:14:51.766Z Downloaded downcast v0.11.0
7992024-11-22T23:14:51.768Z Downloaded num v0.4.3
8002024-11-22T23:14:51.768Z Downloaded russh-keys v0.45.0
8012024-11-22T23:14:51.771Z Downloaded tungstenite v0.24.0
8022024-11-22T23:14:51.774Z Downloaded socket2 v0.5.7
8032024-11-22T23:14:51.776Z Downloaded pem-rfc7468 v0.7.0
8042024-11-22T23:14:51.779Z Downloaded darling_macro v0.20.10
8052024-11-22T23:14:51.785Z Downloaded pkg-config v0.3.31
8062024-11-22T23:14:51.787Z Downloaded structmeta v0.3.0
8072024-11-22T23:14:51.787Z Downloaded futures-macro v0.3.31
8082024-11-22T23:14:51.787Z Downloaded glob v0.3.1
8092024-11-22T23:14:51.787Z Downloaded flate2 v1.0.34
8102024-11-22T23:14:51.792Z Downloaded pin-project v1.1.6
8112024-11-22T23:14:51.804Z Downloaded openssl-macros v0.1.1
8122024-11-22T23:14:51.807Z Downloaded structmeta-derive v0.2.0
8132024-11-22T23:14:51.807Z Downloaded radium v0.7.0
8142024-11-22T23:14:51.811Z Downloaded time-macros v0.2.18
8152024-11-22T23:14:51.811Z Downloaded idna v1.0.3
8162024-11-22T23:14:51.816Z Downloaded rustyline v14.0.0
8172024-11-22T23:14:51.821Z Downloaded structmeta-derive v0.3.0
8182024-11-22T23:14:51.824Z Downloaded olpc-cjson v0.1.4
8192024-11-22T23:14:51.824Z Downloaded mirai-annotations v1.12.0
8202024-11-22T23:14:51.827Z Downloaded slab v0.4.9
8212024-11-22T23:14:51.827Z Downloaded num-traits v0.2.19
8222024-11-22T23:14:51.830Z Downloaded tracing-attributes v0.1.27
8232024-11-22T23:14:51.834Z Downloaded ref-cast v1.0.23
8242024-11-22T23:14:51.836Z Downloaded zerofrom-derive v0.1.4
8252024-11-22T23:14:51.843Z Downloaded blake3 v1.5.4
8262024-11-22T23:14:51.848Z Downloaded dyn-clone v1.0.17
8272024-11-22T23:14:51.848Z Downloaded typify-macro v0.2.0
8282024-11-22T23:14:51.848Z Downloaded password-hash v0.4.2
8292024-11-22T23:14:51.851Z Downloaded resolv-conf v0.7.0
8302024-11-22T23:14:51.853Z Downloaded rand_xorshift v0.3.0
8312024-11-22T23:14:51.853Z Downloaded unicode-bidi v0.3.17
8322024-11-22T23:14:51.857Z Downloaded parse-display-derive v0.10.0
8332024-11-22T23:14:51.860Z Downloaded fragile v2.0.0
8342024-11-22T23:14:51.862Z Downloaded itertools v0.12.1
8352024-11-22T23:14:51.867Z Downloaded oso-derive v0.27.3
8362024-11-22T23:14:51.869Z Downloaded derive_builder v0.20.2
8372024-11-22T23:14:51.872Z Downloaded openssl-probe v0.1.5
8382024-11-22T23:14:51.875Z Downloaded futures-io v0.3.31
8392024-11-22T23:14:51.875Z Downloaded strum v0.26.3
8402024-11-22T23:14:51.877Z Downloaded futures-core v0.3.31
8412024-11-22T23:14:51.880Z Downloaded slog-bunyan v2.5.0
8422024-11-22T23:14:51.880Z Downloaded parking_lot v0.11.2
8432024-11-22T23:14:51.883Z Downloaded strum_macros v0.25.3
8442024-11-22T23:14:51.887Z Downloaded slog-async v2.8.0
8452024-11-22T23:14:51.890Z Downloaded serde_with_macros v3.11.0
8462024-11-22T23:14:51.890Z Downloaded defmt-parser v0.3.4
8472024-11-22T23:14:51.891Z Downloaded defmt-macros v0.3.9
8482024-11-22T23:14:51.894Z Downloaded polyval v0.6.2
8492024-11-22T23:14:51.897Z Downloaded fs_extra v1.3.0
8502024-11-22T23:14:51.899Z Downloaded yasna v0.5.2
8512024-11-22T23:14:51.902Z Downloaded slog-dtrace v0.3.0
8522024-11-22T23:14:51.902Z Downloaded rustls-webpki v0.101.7
8532024-11-22T23:14:51.917Z Downloaded unarray v0.1.4
8542024-11-22T23:14:51.920Z Downloaded slog-envlogger v2.2.0
8552024-11-22T23:14:51.920Z Downloaded fallible-iterator v0.2.0
8562024-11-22T23:14:51.923Z Downloaded enum-as-inner v0.5.1
8572024-11-22T23:14:51.923Z Downloaded display-error-chain v0.2.2
8582024-11-22T23:14:51.925Z Downloaded shlex v1.3.0
8592024-11-22T23:14:51.928Z Downloaded supports-color v3.0.1
8602024-11-22T23:14:51.928Z Downloaded ssh-key v0.6.6
8612024-11-22T23:14:51.934Z Downloaded ed25519 v2.2.3
8622024-11-22T23:14:51.937Z Downloaded futures-channel v0.3.31
8632024-11-22T23:14:51.941Z Downloaded itertools v0.13.0
8642024-11-22T23:14:51.945Z Downloaded pbkdf2 v0.12.2
8652024-11-22T23:14:51.949Z Downloaded pbkdf2 v0.11.0
8662024-11-22T23:14:51.952Z Downloaded fd-lock v4.0.2
8672024-11-22T23:14:51.952Z Downloaded strum_macros v0.24.3
8682024-11-22T23:14:51.955Z Downloaded mockall v0.13.0
8692024-11-22T23:14:51.960Z Downloaded funty v2.0.0
8702024-11-22T23:14:51.960Z Downloaded serde_plain v1.0.2
8712024-11-22T23:14:51.963Z Downloaded serde_path_to_error v0.1.16
8722024-11-22T23:14:51.963Z Downloaded postcard v1.0.10
8732024-11-22T23:14:51.966Z Downloaded wyz v0.5.1
8742024-11-22T23:14:51.966Z Downloaded zeroize v1.8.1
8752024-11-22T23:14:51.968Z Downloaded displaydoc v0.2.5
8762024-11-22T23:14:51.970Z Downloaded unicase v2.7.0
8772024-11-22T23:14:51.973Z Downloaded globset v0.4.15
8782024-11-22T23:14:51.973Z Downloaded snafu v0.8.5
8792024-11-22T23:14:51.979Z Downloaded parking_lot v0.12.3
8802024-11-22T23:14:51.982Z Downloaded bitvec v1.0.1
8812024-11-22T23:14:51.998Z Downloaded zeroize_derive v1.4.2
8822024-11-22T23:14:52.001Z Downloaded rustls-pemfile v2.2.0
8832024-11-22T23:14:52.004Z Downloaded pkcs8 v0.10.2
8842024-11-22T23:14:52.004Z Downloaded toml_edit v0.19.15
8852024-11-22T23:14:52.022Z Downloaded typify v0.2.0
8862024-11-22T23:14:52.025Z Downloaded pkcs1 v0.7.5
8872024-11-22T23:14:52.028Z Downloaded chrono v0.4.38
8882024-11-22T23:14:52.034Z Downloaded pkcs5 v0.7.1
8892024-11-22T23:14:52.038Z Downloaded zip v0.6.6
8902024-11-22T23:14:52.042Z Downloaded pin-project-internal v1.1.6
8912024-11-22T23:14:52.045Z Downloaded tracing v0.1.40
8922024-11-22T23:14:52.048Z Downloaded postgres-protocol v0.6.7
8932024-11-22T23:14:52.051Z Downloaded fallible-streaming-iterator v0.1.9
8942024-11-22T23:14:52.054Z Downloaded signal-hook v0.3.17
8952024-11-22T23:14:52.057Z Downloaded nom v7.1.3
8962024-11-22T23:14:52.061Z Downloaded zip v2.1.3
8972024-11-22T23:14:52.065Z Downloaded num-bigint-dig v0.8.4
8982024-11-22T23:14:52.070Z Downloaded portable-atomic v1.9.0
8992024-11-22T23:14:52.078Z Downloaded openssl-sys v0.9.103
9002024-11-22T23:14:52.083Z Downloaded vcpkg v0.2.15
9012024-11-22T23:14:52.122Z Downloaded fatfs v0.3.6
9022024-11-22T23:14:52.124Z Downloaded rayon-core v1.12.1
9032024-11-22T23:14:52.128Z Downloaded parse-zoneinfo v0.3.1
9042024-11-22T23:14:52.131Z Downloaded time v0.3.36
9052024-11-22T23:14:52.139Z Downloaded unicode-segmentation v1.12.0
9062024-11-22T23:14:52.143Z Downloaded sqlparser v0.45.0
9072024-11-22T23:14:52.149Z Downloaded ron v0.8.1
9082024-11-22T23:14:52.155Z Downloaded reqwest v0.12.9
9092024-11-22T23:14:52.163Z Downloaded x509-cert v0.2.5
9102024-11-22T23:14:52.170Z Downloaded tracing-core v0.1.32
9112024-11-22T23:14:52.173Z Downloaded tough v0.19.0
9122024-11-22T23:14:52.182Z Downloaded quick-xml v0.33.0
9132024-11-22T23:14:52.189Z Downloaded headers v0.4.0
9142024-11-22T23:14:52.195Z Downloaded der v0.7.9
9152024-11-22T23:14:52.199Z Downloaded unicode-normalization v0.1.24
9162024-11-22T23:14:52.204Z Downloaded serde_with v3.11.0
9172024-11-22T23:14:52.214Z Downloaded russh v0.45.0
9182024-11-22T23:14:52.219Z Downloaded publicsuffix v2.2.3
9192024-11-22T23:14:52.222Z Downloaded curve25519-dalek v4.1.3
9202024-11-22T23:14:52.232Z Downloaded lalrpop v0.19.12
9212024-11-22T23:14:52.244Z Downloaded mio v1.0.2
9222024-11-22T23:14:52.250Z Downloaded typed-path v0.9.3
9232024-11-22T23:14:52.256Z Downloaded rusqlite v0.32.1
9242024-11-22T23:14:52.263Z Downloaded idna v0.4.0
9252024-11-22T23:14:52.270Z Downloaded reedline v0.35.0
9262024-11-22T23:14:52.278Z Downloaded git2 v0.19.0
9272024-11-22T23:14:52.287Z Downloaded winnow v0.5.40
9282024-11-22T23:14:52.297Z Downloaded webpki-roots v0.26.6
9292024-11-22T23:14:52.301Z Downloaded idna v0.5.0
9302024-11-22T23:14:52.309Z Downloaded proptest v1.5.0
9312024-11-22T23:14:52.320Z Downloaded polar-core v0.27.3
9322024-11-22T23:14:52.329Z Downloaded regex v1.11.1
9332024-11-22T23:14:52.342Z Downloaded regex-syntax v0.8.5
9342024-11-22T23:14:52.355Z Downloaded hickory-proto v0.24.1
9352024-11-22T23:14:52.368Z Downloaded petname v2.0.2
9362024-11-22T23:14:52.373Z Downloaded rustls v0.22.4
9372024-11-22T23:14:52.386Z Downloaded gimli v0.31.1
9382024-11-22T23:14:52.395Z Downloaded object v0.30.4
9392024-11-22T23:14:52.404Z Downloaded smoltcp v0.9.1
9402024-11-22T23:14:52.416Z Downloaded dropshot v0.12.0
9412024-11-22T23:14:52.435Z Downloaded unicode-width v0.2.0
9422024-11-22T23:14:52.441Z Downloaded nix v0.28.0
9432024-11-22T23:14:52.452Z Downloaded openssl v0.10.66
9442024-11-22T23:14:52.461Z Downloaded nix v0.29.0
9452024-11-22T23:14:52.472Z Downloaded trust-dns-proto v0.22.0
9462024-11-22T23:14:52.484Z Downloaded smoltcp v0.11.0
9472024-11-22T23:14:52.497Z Downloaded object v0.36.5
9482024-11-22T23:14:52.509Z Downloaded rustls v0.23.14
9492024-11-22T23:14:52.520Z Downloaded regress v0.9.1
9502024-11-22T23:14:52.529Z Downloaded zerocopy-derive v0.6.6
9512024-11-22T23:14:52.539Z Downloaded dropshot v0.13.0
9522024-11-22T23:14:52.560Z Downloaded sled v0.34.7
9532024-11-22T23:14:52.570Z Downloaded openapiv3 v2.0.0
9542024-11-22T23:14:52.582Z Downloaded diesel v2.2.4
9552024-11-22T23:14:52.600Z Downloaded regex-syntax v0.6.29
9562024-11-22T23:14:52.608Z Downloaded ratatui v0.28.1
9572024-11-22T23:14:52.628Z Downloaded nix v0.27.1
9582024-11-22T23:14:52.637Z Downloaded bzip2-sys v0.1.11+1.0.8
9592024-11-22T23:14:52.649Z Downloaded rustls v0.21.12
9602024-11-22T23:14:52.660Z Downloaded typify-impl v0.2.0
9612024-11-22T23:14:52.675Z Downloaded regex-automata v0.4.8
9622024-11-22T23:14:52.692Z Downloaded radix_trie v0.2.1
9632024-11-22T23:14:52.698Z Downloaded regress v0.10.1
9642024-11-22T23:14:52.706Z Downloaded bstr v1.10.0
9652024-11-22T23:14:52.716Z Downloaded petgraph v0.6.5
9662024-11-22T23:14:52.734Z Downloaded chrono-tz v0.10.0
9672024-11-22T23:14:52.741Z Downloaded lzma-sys v0.1.20
9682024-11-22T23:14:52.769Z Downloaded p384 v0.13.0
9692024-11-22T23:14:52.775Z Downloaded idna v0.2.3
9702024-11-22T23:14:52.782Z Downloaded idna v0.3.0
9712024-11-22T23:14:52.790Z Downloaded tokio v1.40.0
9722024-11-22T23:14:52.825Z Downloaded csv v1.3.0
9732024-11-22T23:14:52.845Z Downloaded libz-sys v1.1.20
9742024-11-22T23:14:52.865Z Downloaded zerovec v0.10.4
9752024-11-22T23:14:52.870Z Downloaded futures-util v0.3.31
9762024-11-22T23:14:52.882Z Downloaded expectorate v1.1.0
9772024-11-22T23:14:52.884Z Downloaded rustls-webpki v0.102.8
9782024-11-22T23:14:52.901Z Downloaded icu_properties_data v1.5.0
9792024-11-22T23:14:52.912Z Downloaded sha3 v0.10.8
9802024-11-22T23:14:52.916Z Downloaded quinn-proto v0.11.8
9812024-11-22T23:14:52.922Z Downloaded miniz_oxide v0.8.0
9822024-11-22T23:14:52.924Z Downloaded oso v0.27.3
9832024-11-22T23:14:52.927Z Downloaded num-bigint v0.4.6
9842024-11-22T23:14:52.932Z Downloaded zerocopy v0.8.10
9852024-11-22T23:14:52.954Z Downloaded subprocess v0.2.9
9862024-11-22T23:14:52.957Z Downloaded quinn v0.11.5
9872024-11-22T23:14:52.960Z Downloaded qorb v0.2.0
9882024-11-22T23:14:52.964Z Downloaded salty v0.3.0
9892024-11-22T23:14:52.970Z Downloaded p521 v0.13.3
9902024-11-22T23:14:52.974Z Downloaded hashbrown v0.14.5
9912024-11-22T23:14:52.979Z Downloaded h2 v0.4.6
9922024-11-22T23:14:52.986Z Downloaded bindgen v0.69.5
9932024-11-22T23:14:52.993Z Downloaded parking_lot_core v0.8.6
9942024-11-22T23:14:52.995Z Downloaded parking_lot_core v0.9.10
9952024-11-22T23:14:52.998Z Downloaded tokio-util v0.7.12
9962024-11-22T23:14:53.003Z Downloaded aws-lc-rs v1.10.0
9972024-11-22T23:14:53.011Z Downloaded subtle v2.6.1
9982024-11-22T23:14:53.015Z Downloaded unicode-properties v0.1.3
9992024-11-22T23:14:53.018Z Downloaded dhcproto v0.12.0
10002024-11-22T23:14:53.018Z Downloaded derive-where v1.2.7
10012024-11-22T23:14:53.020Z Downloaded rayon v1.10.0
10022024-11-22T23:14:53.029Z Downloaded rfc6979 v0.4.0
10032024-11-22T23:14:53.032Z Downloaded url v2.5.3
10042024-11-22T23:14:53.034Z Downloaded whoami v1.5.2
10052024-11-22T23:14:53.036Z Downloaded toml v0.7.8
10062024-11-22T23:14:53.040Z Downloaded serde_yaml v0.9.34+deprecated
10072024-11-22T23:14:53.042Z Downloaded value-bag v1.9.0
10082024-11-22T23:14:53.045Z Downloaded ed25519-dalek v2.1.1
10092024-11-22T23:14:53.048Z Downloaded sync-ptr v0.1.1
10102024-11-22T23:14:53.048Z Downloaded psl-types v2.0.11
10112024-11-22T23:14:53.050Z Downloaded rustls-pemfile v1.0.4
10122024-11-22T23:14:53.050Z Downloaded test-strategy v0.3.1
10132024-11-22T23:14:53.053Z Downloaded encoding_rs v0.8.34
10142024-11-22T23:14:53.074Z Downloaded elliptic-curve v0.13.8
10152024-11-22T23:14:53.077Z Downloaded hyper v1.5.0
10162024-11-22T23:14:53.084Z Downloaded libxml v0.3.3
10172024-11-22T23:14:53.089Z Downloaded itertools v0.10.5
10182024-11-22T23:14:53.095Z Downloaded num-integer v0.1.46
10192024-11-22T23:14:53.098Z Downloaded num-derive v0.4.2
10202024-11-22T23:14:53.101Z Downloaded predicates v3.1.2
10212024-11-22T23:14:53.101Z Downloaded vte v0.11.1
10222024-11-22T23:14:53.104Z Downloaded hashbrown v0.12.3
10232024-11-22T23:14:53.106Z Downloaded slog-stdlog v4.1.1
10242024-11-22T23:14:53.109Z Downloaded slog-json v2.6.1
10252024-11-22T23:14:53.111Z Downloaded libm v0.2.8
10262024-11-22T23:14:53.116Z Downloaded foldhash v0.1.3
10272024-11-22T23:14:53.118Z Downloaded schemars v0.8.21
10282024-11-22T23:14:53.127Z Downloaded env_logger v0.10.2
10292024-11-22T23:14:53.130Z Downloaded derive_more v0.99.18
10302024-11-22T23:14:53.134Z Downloaded tinyvec v1.8.0
10312024-11-22T23:14:53.137Z Downloaded mockall_derive v0.13.0
10322024-11-22T23:14:53.140Z Downloaded similar v2.6.0
10332024-11-22T23:14:53.144Z Downloaded libgit2-sys v0.17.0+1.8.1
10342024-11-22T23:14:53.200Z Downloaded utf-8 v0.7.6
10352024-11-22T23:14:53.202Z Downloaded num-conv v0.1.0
10362024-11-22T23:14:53.202Z Downloaded tap v1.0.1
10372024-11-22T23:14:53.204Z Downloaded tokio-rustls v0.26.0
10382024-11-22T23:14:53.206Z Downloaded serde_derive_internals v0.29.1
10392024-11-22T23:14:53.206Z Downloaded des v0.8.1
10402024-11-22T23:14:53.209Z Downloaded darling_core v0.20.10
10412024-11-22T23:14:53.212Z Downloaded zerocopy-derive v0.8.10
10422024-11-22T23:14:53.218Z Downloaded yoke v0.7.4
10432024-11-22T23:14:53.221Z Downloaded vsss-rs v3.3.4
10442024-11-22T23:14:53.223Z Downloaded icu_properties v1.5.1
10452024-11-22T23:14:53.228Z Downloaded stringprep v0.1.5
10462024-11-22T23:14:53.228Z Downloaded sqlformat v0.2.6
10472024-11-22T23:14:53.230Z Downloaded poly1305 v0.8.0
10482024-11-22T23:14:53.231Z Downloaded multer v3.1.0
10492024-11-22T23:14:53.233Z Downloaded tungstenite v0.23.0
10502024-11-22T23:14:53.237Z Downloaded tungstenite v0.21.0
10512024-11-22T23:14:53.239Z Downloaded tokio-postgres v0.7.12
10522024-11-22T23:14:53.244Z Downloaded rustls-pki-types v1.9.0
10532024-11-22T23:14:53.246Z Downloaded packed_struct v0.10.1
10542024-11-22T23:14:53.249Z Downloaded gethostname v0.5.0
10552024-11-22T23:14:53.249Z Downloaded form_urlencoded v1.2.1
10562024-11-22T23:14:53.252Z Downloaded either v1.13.0
10572024-11-22T23:14:53.252Z Downloaded semver v0.1.20
10582024-11-22T23:14:53.252Z Downloaded hashlink v0.9.1
10592024-11-22T23:14:53.255Z Downloaded crossbeam-channel v0.5.13
10602024-11-22T23:14:53.257Z Downloaded hyper-util v0.1.10
10612024-11-22T23:14:53.261Z Downloaded owo-colors v4.1.0
10622024-11-22T23:14:53.264Z Downloaded omicron-zone-package v0.11.1
10632024-11-22T23:14:53.266Z Downloaded sqlparser_derive v0.2.2
10642024-11-22T23:14:53.269Z Downloaded pem v3.0.4
10652024-11-22T23:14:53.269Z Downloaded num_enum_derive v0.5.11
10662024-11-22T23:14:53.270Z Downloaded num_enum v0.5.11
10672024-11-22T23:14:53.274Z Downloaded multimap v0.10.0
10682024-11-22T23:14:53.278Z Downloaded writeable v0.5.5
10692024-11-22T23:14:53.278Z Downloaded tokio-tungstenite v0.24.0
10702024-11-22T23:14:53.283Z Downloaded tokio-tungstenite v0.23.1
10712024-11-22T23:14:53.283Z Downloaded tokio-rustls v0.25.0
10722024-11-22T23:14:53.285Z Downloaded half v2.4.1
10732024-11-22T23:14:53.286Z Downloaded rand v0.8.5
10742024-11-22T23:14:53.288Z Downloaded scheduled-thread-pool v0.2.7
10752024-11-22T23:14:53.290Z Downloaded strum_macros v0.26.4
10762024-11-22T23:14:53.293Z Downloaded slog v2.7.0
10772024-11-22T23:14:53.295Z Downloaded fxhash v0.2.1
10782024-11-22T23:14:53.295Z Downloaded untrusted v0.7.1
10792024-11-22T23:14:53.295Z Downloaded termcolor v1.4.1
10802024-11-22T23:14:53.298Z Downloaded sec1 v0.7.3
10812024-11-22T23:14:53.298Z Downloaded same-file v1.0.6
10822024-11-22T23:14:53.300Z Downloaded rtoolbox v0.0.2
10832024-11-22T23:14:53.300Z Downloaded password-hash v0.5.0
10842024-11-22T23:14:53.303Z Downloaded ecdsa v0.16.9
10852024-11-22T23:14:53.305Z Downloaded vergen v8.3.2
10862024-11-22T23:14:53.309Z Downloaded samael v0.0.17
10872024-11-22T23:14:53.311Z Downloaded rusty-fork v0.3.0
10882024-11-22T23:14:53.314Z Downloaded hash32 v0.2.1
10892024-11-22T23:14:53.317Z Downloaded der_derive v0.7.3
10902024-11-22T23:14:53.320Z Downloaded progenitor-impl v0.8.0
10912024-11-22T23:14:53.320Z Downloaded indexmap v1.9.3
10922024-11-22T23:14:53.324Z Downloaded cc v1.1.30
10932024-11-22T23:14:53.326Z Downloaded base64 v0.21.7
10942024-11-22T23:14:53.329Z Downloaded yoke-derive v0.7.4
10952024-11-22T23:14:53.331Z Downloaded primeorder v0.13.6
10962024-11-22T23:14:53.331Z Downloaded icu_locid_transform_data v1.5.0
10972024-11-22T23:14:53.334Z Downloaded cookie v0.18.1
10982024-11-22T23:14:53.336Z Downloaded compact_str v0.8.0
10992024-11-22T23:14:53.339Z Downloaded ron v0.7.1
11002024-11-22T23:14:53.342Z Downloaded group v0.13.0
11012024-11-22T23:14:53.346Z Downloaded bytes v1.8.0
11022024-11-22T23:14:53.349Z Downloaded icu_normalizer v1.5.0
11032024-11-22T23:14:53.353Z Downloaded which v4.4.2
11042024-11-22T23:14:53.356Z Downloaded thread_local v1.1.8
11052024-11-22T23:14:53.356Z Downloaded tabwriter v1.4.0
11062024-11-22T23:14:53.358Z Downloaded xz2 v0.1.7
11072024-11-22T23:14:53.358Z Downloaded crc-any v2.5.0
11082024-11-22T23:14:53.361Z Downloaded memmap2 v0.9.5
11092024-11-22T23:14:53.363Z Downloaded jobserver v0.1.32
11102024-11-22T23:14:53.366Z Downloaded smallvec v1.13.2
11112024-11-22T23:14:53.367Z Downloaded const-oid v0.9.6
11122024-11-22T23:14:53.375Z Downloaded linked-hash-map v0.5.6
11132024-11-22T23:14:53.375Z Downloaded libloading v0.8.5
11142024-11-22T23:14:53.375Z Downloaded clang-sys v1.8.1
11152024-11-22T23:14:53.375Z Downloaded icu_provider v1.5.0
11162024-11-22T23:14:53.379Z Downloaded http v1.1.0
11172024-11-22T23:14:53.381Z Downloaded hyper-rustls v0.27.3
11182024-11-22T23:14:53.384Z Downloaded maplit v1.0.2
11192024-11-22T23:14:53.384Z Downloaded inout v0.1.3
11202024-11-22T23:14:53.384Z Downloaded hubpack v0.1.2
11212024-11-22T23:14:53.386Z Downloaded scopeguard v1.2.0
11222024-11-22T23:14:53.386Z Downloaded schemars_derive v0.8.21
11232024-11-22T23:14:53.389Z Downloaded rustc-hash v1.1.0
11242024-11-22T23:14:53.389Z Downloaded lru-cache v0.1.2
11252024-11-22T23:14:53.391Z Downloaded linear-map v1.2.0
11262024-11-22T23:14:53.391Z Downloaded lazycell v1.3.0
11272024-11-22T23:14:53.391Z Downloaded lazy_static v1.5.0
11282024-11-22T23:14:53.393Z Downloaded internet-checksum v0.2.1
11292024-11-22T23:14:53.393Z Downloaded instability v0.3.2
11302024-11-22T23:14:53.396Z Downloaded crossbeam-deque v0.8.5
11312024-11-22T23:14:53.396Z Downloaded console v0.15.8
11322024-11-22T23:14:53.398Z Downloaded cancel-safe-futures v0.1.5
11332024-11-22T23:14:53.401Z Downloaded base64ct v1.6.0
11342024-11-22T23:14:53.404Z Downloaded bit-vec v0.6.3
11352024-11-22T23:14:53.408Z Downloaded crc-catalog v2.4.0
11362024-11-22T23:14:53.408Z Downloaded crc v3.2.1
11372024-11-22T23:14:53.410Z Downloaded convert_case v0.4.0
11382024-11-22T23:14:53.410Z Downloaded cobs v0.2.3
11392024-11-22T23:14:53.410Z Downloaded cmake v0.1.51
11402024-11-22T23:14:53.413Z Downloaded ciborium-ll v0.2.2
11412024-11-22T23:14:53.413Z Downloaded cassowary v0.3.0
11422024-11-22T23:14:53.415Z Downloaded block-padding v0.3.3
11432024-11-22T23:14:53.415Z Downloaded base16ct v0.2.0
11442024-11-22T23:14:53.418Z Downloaded hickory-client v0.24.1
11452024-11-22T23:14:53.420Z Downloaded crucible-workspace-hack v0.1.0
11462024-11-22T23:14:53.420Z Downloaded bcrypt-pbkdf v0.10.0
11472024-11-22T23:14:53.420Z Downloaded async-bb8-diesel v0.2.1
11482024-11-22T23:14:53.423Z Downloaded hex-literal v0.4.1
11492024-11-22T23:14:53.423Z Downloaded cfg_aliases v0.2.1
11502024-11-22T23:14:53.426Z Downloaded cfg_aliases v0.1.1
11512024-11-22T23:14:53.426Z Downloaded assert_matches v1.5.0
11522024-11-22T23:14:53.426Z Downloaded hostname v0.3.1
11532024-11-22T23:14:53.428Z Downloaded async-stream-impl v0.3.6
11542024-11-22T23:14:53.428Z Downloaded http-body-util v0.1.2
11552024-11-22T23:14:53.430Z Downloaded hex v0.4.3
11562024-11-22T23:14:53.433Z Downloaded async-stream v0.3.6
11572024-11-22T23:14:53.436Z Downloaded atomicwrites v0.4.4
11582024-11-22T23:14:53.525Z Downloaded libsqlite3-sys v0.30.1
11592024-11-22T23:14:53.706Z Downloaded ring v0.17.8
11602024-11-22T23:14:53.807Z Downloaded ring v0.16.20
11612024-11-22T23:14:54.068Z Downloaded aws-lc-sys v0.22.0
11622024-11-22T23:14:54.372Z Compiling serde v1.0.215
11632024-11-22T23:14:54.374Z Compiling lock_api v0.4.12
11642024-11-22T23:14:54.374Z Compiling scopeguard v1.2.0
11652024-11-22T23:14:54.374Z Compiling value-bag v1.9.0
11662024-11-22T23:14:54.374Z Compiling typenum v1.17.0
11672024-11-22T23:14:54.374Z Compiling generic-array v0.14.7
11682024-11-22T23:14:54.581Z Compiling syn v2.0.87
11692024-11-22T23:14:54.583Z Compiling getrandom v0.2.15
11702024-11-22T23:14:54.661Z Compiling shlex v1.3.0
11712024-11-22T23:14:54.855Z Compiling rand_core v0.6.4
11722024-11-22T23:14:54.989Z Compiling log v0.4.22
11732024-11-22T23:14:55.089Z Compiling subtle v2.6.1
11742024-11-22T23:14:55.111Z Compiling jobserver v0.1.32
11752024-11-22T23:14:55.136Z Compiling smallvec v1.13.2
11762024-11-22T23:14:55.379Z Compiling const-oid v0.9.6
11772024-11-22T23:14:55.408Z Compiling spin v0.9.8
11782024-11-22T23:14:55.428Z Compiling pin-project-lite v0.2.14
11792024-11-22T23:14:55.560Z Compiling cc v1.1.30
11802024-11-22T23:14:55.563Z Compiling rustix v0.38.37
11812024-11-22T23:14:55.775Z Compiling parking_lot_core v0.9.10
11822024-11-22T23:14:55.847Z Compiling futures-core v0.3.31
11832024-11-22T23:14:56.038Z Compiling signal-hook-registry v1.4.2
11842024-11-22T23:14:56.084Z Compiling mio v1.0.2
11852024-11-22T23:14:56.608Z Compiling aho-corasick v1.1.3
11862024-11-22T23:14:57.010Z Compiling parking_lot v0.12.3
11872024-11-22T23:14:57.073Z Compiling regex-syntax v0.8.5
11882024-11-22T23:14:57.404Z Compiling cpufeatures v0.2.14
11892024-11-22T23:14:57.460Z Compiling either v1.13.0
11902024-11-22T23:14:57.480Z Compiling lazy_static v1.5.0
11912024-11-22T23:14:57.503Z Compiling stable_deref_trait v1.2.0
11922024-11-22T23:14:57.600Z Compiling futures-sink v0.3.31
11932024-11-22T23:14:57.620Z Compiling glob v0.3.1
11942024-11-22T23:14:57.765Z Compiling socket2 v0.5.7
11952024-11-22T23:14:57.877Z Compiling slab v0.4.9
11962024-11-22T23:14:57.975Z Compiling prettyplease v0.2.25
11972024-11-22T23:14:58.334Z Compiling minimal-lexical v0.2.1
11982024-11-22T23:14:58.675Z Compiling libloading v0.8.5
11992024-11-22T23:14:58.695Z Compiling clang-sys v1.8.1
12002024-11-22T23:14:58.790Z Compiling nom v7.1.3
12012024-11-22T23:14:58.889Z Compiling serde_json v1.0.132
12022024-11-22T23:14:59.115Z Compiling bindgen v0.69.5
12032024-11-22T23:14:59.202Z Compiling home v0.5.9
12042024-11-22T23:14:59.515Z Compiling itertools v0.12.1
12052024-11-22T23:14:59.956Z Compiling futures-channel v0.3.31
12062024-11-22T23:15:00.148Z Compiling allocator-api2 v0.2.18
12072024-11-22T23:15:00.393Z Compiling futures-task v0.3.31
12082024-11-22T23:15:00.690Z Compiling foldhash v0.1.3
12092024-11-22T23:15:00.998Z Compiling regex-automata v0.4.8
12102024-11-22T23:15:01.017Z Compiling rustc-hash v1.1.0
12112024-11-22T23:15:01.161Z Compiling lazycell v1.3.0
12122024-11-22T23:15:01.321Z Compiling pin-utils v0.1.0
12132024-11-22T23:15:01.414Z Compiling futures-io v0.3.31
12142024-11-22T23:15:01.753Z Compiling hashbrown v0.15.0
12152024-11-22T23:15:02.490Z Compiling synstructure v0.13.1
12162024-11-22T23:15:02.745Z Compiling cexpr v0.6.0
12172024-11-22T23:15:03.118Z Compiling cmake v0.1.51
12182024-11-22T23:15:04.072Z Compiling dunce v1.0.5
12192024-11-22T23:15:04.169Z Compiling tinyvec_macros v0.1.1
12202024-11-22T23:15:04.189Z Compiling fs_extra v1.3.0
12212024-11-22T23:15:04.206Z Compiling pkg-config v0.3.31
12222024-11-22T23:15:04.266Z Compiling libm v0.2.8
12232024-11-22T23:15:04.573Z Compiling tinyvec v1.8.0
12242024-11-22T23:15:04.621Z Compiling num-traits v0.2.19
12252024-11-22T23:15:05.125Z Compiling ring v0.17.8
12262024-11-22T23:15:05.691Z Compiling litemap v0.7.3
12272024-11-22T23:15:05.777Z Compiling unicode-bidi v0.3.17
12282024-11-22T23:15:06.070Z Compiling unicode-normalization v0.1.24
12292024-11-22T23:15:06.095Z Compiling base64ct v1.6.0
12302024-11-22T23:15:06.162Z Compiling writeable v0.5.5
12312024-11-22T23:15:06.277Z Compiling paste v1.0.15
12322024-11-22T23:15:06.718Z Compiling regex v1.11.1
12332024-11-22T23:15:06.785Z Compiling pem-rfc7468 v0.7.0
12342024-11-22T23:15:07.247Z Compiling aws-lc-rs v1.10.0
12352024-11-22T23:15:07.525Z Compiling flagset v0.4.6
12362024-11-22T23:15:07.706Z Compiling httparse v1.9.5
12372024-11-22T23:15:07.780Z Compiling tracing-core v0.1.32
12382024-11-22T23:15:08.519Z Compiling percent-encoding v2.3.1
12392024-11-22T23:15:08.881Z Compiling icu_locid_transform_data v1.5.0
12402024-11-22T23:15:08.911Z Compiling crossbeam-utils v0.8.20
12412024-11-22T23:15:08.973Z Compiling rustls-pki-types v1.9.0
12422024-11-22T23:15:09.235Z Compiling mirai-annotations v1.12.0
12432024-11-22T23:15:09.280Z Compiling serde_derive v1.0.215
12442024-11-22T23:15:09.445Z Compiling zeroize_derive v1.4.2
12452024-11-22T23:15:09.484Z Compiling zerocopy-derive v0.7.35
12462024-11-22T23:15:09.817Z Compiling tokio-macros v2.4.0
12472024-11-22T23:15:10.085Z Compiling zerofrom-derive v0.1.4
12482024-11-22T23:15:11.050Z Compiling zeroize v1.8.1
12492024-11-22T23:15:11.459Z Compiling yoke-derive v0.7.4
12502024-11-22T23:15:11.622Z Compiling thiserror-impl v1.0.69
12512024-11-22T23:15:11.800Z Compiling zerocopy v0.7.35
12522024-11-22T23:15:12.680Z Compiling zerovec-derive v0.10.3
12532024-11-22T23:15:12.842Z Compiling crypto-common v0.1.6
12542024-11-22T23:15:13.081Z Compiling block-buffer v0.10.4
12552024-11-22T23:15:13.345Z Compiling digest v0.10.7
12562024-11-22T23:15:13.460Z Compiling futures-macro v0.3.31
12572024-11-22T23:15:13.834Z Compiling hmac v0.12.1
12582024-11-22T23:15:13.935Z Compiling block-padding v0.3.3
12592024-11-22T23:15:14.075Z Compiling displaydoc v0.2.5
12602024-11-22T23:15:14.175Z Compiling zerofrom v0.1.4
12612024-11-22T23:15:14.195Z Compiling inout v0.1.3
12622024-11-22T23:15:14.422Z Compiling sha2 v0.10.8
12632024-11-22T23:15:14.461Z Compiling cipher v0.4.4
12642024-11-22T23:15:14.613Z Compiling yoke v0.7.4
12652024-11-22T23:15:14.978Z Compiling ppv-lite86 v0.2.20
12662024-11-22T23:15:15.000Z Compiling der_derive v0.7.3
12672024-11-22T23:15:15.077Z Compiling thiserror v1.0.69
12682024-11-22T23:15:15.219Z Compiling icu_provider_macros v1.5.0
12692024-11-22T23:15:15.390Z Compiling zerovec v0.10.4
12702024-11-22T23:15:15.432Z Compiling futures-util v0.3.31
12712024-11-22T23:15:15.817Z Compiling rand_chacha v0.3.1
12722024-11-22T23:15:15.836Z Compiling tracing-attributes v0.1.27
12732024-11-22T23:15:16.344Z Compiling rand v0.8.5
12742024-11-22T23:15:17.669Z Compiling tinystr v0.7.6
12752024-11-22T23:15:17.701Z Compiling der v0.7.9
12762024-11-22T23:15:17.949Z Compiling icu_collections v1.5.0
12772024-11-22T23:15:18.112Z Compiling icu_locid v1.5.0
12782024-11-22T23:15:18.252Z Compiling pest v2.7.14
12792024-11-22T23:15:18.594Z Compiling salsa20 v0.10.2
12802024-11-22T23:15:18.812Z Compiling pbkdf2 v0.12.2
12812024-11-22T23:15:19.025Z Compiling time-core v0.1.2
12822024-11-22T23:15:19.202Z Compiling vcpkg v0.2.15
12832024-11-22T23:15:19.433Z Compiling icu_provider v1.5.0
12842024-11-22T23:15:19.718Z Compiling tracing v0.1.40
12852024-11-22T23:15:20.250Z Compiling icu_locid_transform v1.5.0
12862024-11-22T23:15:20.580Z Compiling spki v0.7.3
12872024-11-22T23:15:20.597Z Compiling powerfmt v0.2.0
12882024-11-22T23:15:20.954Z Compiling untrusted v0.7.1
12892024-11-22T23:15:21.006Z Compiling icu_properties_data v1.5.0
12902024-11-22T23:15:21.092Z Compiling untrusted v0.9.0
12912024-11-22T23:15:21.134Z Compiling num-conv v0.1.0
12922024-11-22T23:15:21.269Z Compiling deranged v0.3.11
12932024-11-22T23:15:21.273Z Compiling pest_meta v2.7.14
12942024-11-22T23:15:21.344Z Compiling openssl-sys v0.9.103
12952024-11-22T23:15:21.407Z Compiling time-macros v0.2.18
12962024-11-22T23:15:21.705Z Compiling icu_properties v1.5.1
12972024-11-22T23:15:23.004Z Compiling scrypt v0.11.0
12982024-11-22T23:15:23.293Z Compiling cbc v0.1.2
12992024-11-22T23:15:23.536Z Compiling aes v0.8.4
13002024-11-22T23:15:23.585Z Compiling scroll_derive v0.12.0
13012024-11-22T23:15:23.751Z Compiling bitflags v2.6.0
13022024-11-22T23:15:24.031Z Compiling bytes v1.8.0
13032024-11-22T23:15:25.034Z Compiling tokio v1.40.0
13042024-11-22T23:15:25.054Z Compiling indexmap v2.6.0
13052024-11-22T23:15:25.347Z Compiling http v1.1.0
13062024-11-22T23:15:26.432Z Compiling semver v1.0.23
13072024-11-22T23:15:26.585Z Compiling utf16_iter v1.0.5
13082024-11-22T23:15:26.605Z Compiling num_threads v0.1.7
13092024-11-22T23:15:26.676Z Compiling write16 v1.0.0
13102024-11-22T23:15:26.738Z Compiling atomic-waker v1.1.2
13112024-11-22T23:15:26.791Z Compiling utf8_iter v1.0.4
13122024-11-22T23:15:26.811Z Compiling icu_normalizer_data v1.5.0
13132024-11-22T23:15:26.922Z Compiling rustc_version v0.4.1
13142024-11-22T23:15:26.942Z Compiling http-body v1.0.1
13152024-11-22T23:15:27.030Z Compiling icu_normalizer v1.5.0
13162024-11-22T23:15:27.197Z Compiling time v0.3.36
13172024-11-22T23:15:27.218Z Compiling scroll v0.12.0
13182024-11-22T23:15:27.688Z Compiling pkcs5 v0.7.1
13192024-11-22T23:15:27.769Z Compiling pest_generator v2.7.14
13202024-11-22T23:15:27.909Z Compiling form_urlencoded v1.2.1
13212024-11-22T23:15:28.060Z Compiling try-lock v0.2.5
13222024-11-22T23:15:28.209Z Compiling which v4.4.2
13232024-11-22T23:15:28.230Z Compiling slog v2.7.0
13242024-11-22T23:15:28.964Z Compiling pkcs8 v0.10.2
13252024-11-22T23:15:28.966Z Compiling goblin v0.8.2
13262024-11-22T23:15:29.060Z Compiling want v0.3.1
13272024-11-22T23:15:29.360Z Compiling idna_adapter v1.2.0
13282024-11-22T23:15:29.565Z Compiling httpdate v1.0.3
13292024-11-22T23:15:29.585Z Compiling idna v1.0.3
13302024-11-22T23:15:29.853Z Compiling pest_derive v2.7.14
13312024-11-22T23:15:30.022Z Compiling serde_spanned v0.6.8
13322024-11-22T23:15:30.250Z Compiling toml_datetime v0.6.8
13332024-11-22T23:15:30.456Z Compiling uuid v1.11.0
13342024-11-22T23:15:30.643Z Compiling dtrace-parser v0.2.0
13352024-11-22T23:15:30.757Z Compiling serde_tokenstream v0.2.2
13362024-11-22T23:15:31.377Z Compiling match_cfg v0.1.0
13372024-11-22T23:15:31.399Z Compiling base64 v0.22.1
13382024-11-22T23:15:31.493Z Compiling tower-service v0.3.3
13392024-11-22T23:15:31.630Z Compiling adler2 v2.0.0
13402024-11-22T23:15:31.856Z Compiling iana-time-zone v0.1.61
13412024-11-22T23:15:31.910Z Compiling rustversion v1.0.17
13422024-11-22T23:15:32.184Z Compiling foreign-types-shared v0.1.1
13432024-11-22T23:15:32.298Z Compiling openssl v0.10.66
13442024-11-22T23:15:32.318Z Compiling foreign-types v0.3.2
13452024-11-22T23:15:32.416Z Compiling chrono v0.4.38
13462024-11-22T23:15:32.573Z Compiling miniz_oxide v0.8.0
13472024-11-22T23:15:32.694Z Compiling hostname v0.3.1
13482024-11-22T23:15:32.746Z Compiling url v2.5.3
13492024-11-22T23:15:32.933Z Compiling async-trait v0.1.83
13502024-11-22T23:15:34.114Z Compiling tokio-util v0.7.12
13512024-11-22T23:15:34.299Z Compiling openssl-macros v0.1.1
13522024-11-22T23:15:34.837Z Compiling dof v0.3.0
13532024-11-22T23:15:35.073Z Compiling dirs-sys-next v0.1.2
13542024-11-22T23:15:35.555Z Compiling h2 v0.4.6
13552024-11-22T23:15:35.668Z Compiling usdt-impl v0.5.0
13562024-11-22T23:15:35.729Z Compiling syn v1.0.109
13572024-11-22T23:15:36.175Z Compiling rustls v0.23.14
13582024-11-22T23:15:36.361Z Compiling native-tls v0.2.12
13592024-11-22T23:15:36.430Z Compiling siphasher v0.3.11
13602024-11-22T23:15:36.741Z Compiling rustls v0.22.4
13612024-11-22T23:15:36.855Z Compiling data-encoding v2.6.0
13622024-11-22T23:15:37.088Z Compiling dirs-next v2.0.0
13632024-11-22T23:15:37.285Z Compiling heapless v0.7.17
13642024-11-22T23:15:37.721Z Compiling http-body-util v0.1.2
13652024-11-22T23:15:38.257Z Compiling crossbeam-epoch v0.9.18
13662024-11-22T23:15:38.672Z Compiling sha1 v0.10.6
13672024-11-22T23:15:39.018Z Compiling signature v2.2.0
13682024-11-22T23:15:39.076Z Compiling bzip2-sys v0.1.11+1.0.8
13692024-11-22T23:15:39.285Z Compiling serde_derive_internals v0.29.1
13702024-11-22T23:15:39.303Z Compiling thread_local v1.1.8
13712024-11-22T23:15:39.323Z Compiling multer v3.1.0
13722024-11-22T23:15:39.584Z Compiling cookie v0.18.1
13732024-11-22T23:15:39.610Z Compiling encoding_rs v0.8.34
13742024-11-22T23:15:39.838Z Compiling unicode-properties v0.1.3
13752024-11-22T23:15:39.863Z Compiling rayon-core v1.12.1
13762024-11-22T23:15:40.147Z Compiling mime v0.3.17
13772024-11-22T23:15:40.228Z Compiling signal-hook v0.3.17
13782024-11-22T23:15:40.504Z Compiling openssl-probe v0.1.5
13792024-11-22T23:15:40.733Z Compiling schemars v0.8.21
13802024-11-22T23:15:40.735Z Compiling ipnet v2.10.1
13812024-11-22T23:15:40.884Z Compiling slog-async v2.8.0
13822024-11-22T23:15:41.091Z Compiling gimli v0.31.1
13832024-11-22T23:15:41.527Z Compiling toml_edit v0.22.22
13842024-11-22T23:15:42.055Z Compiling stringprep v0.1.5
13852024-11-22T23:15:42.105Z Compiling schemars_derive v0.8.21
13862024-11-22T23:15:43.313Z Compiling hyper v1.5.0
13872024-11-22T23:15:45.559Z Compiling addr2line v0.24.2
13882024-11-22T23:15:45.926Z Compiling hyper-util v0.1.10
13892024-11-22T23:15:46.180Z Compiling usdt-attr-macro v0.5.0
13902024-11-22T23:15:46.249Z Compiling usdt-macro v0.5.0
13912024-11-22T23:15:46.270Z Compiling crossbeam-deque v0.8.5
13922024-11-22T23:15:46.666Z Compiling term v0.7.0
13932024-11-22T23:15:47.525Z Compiling slog-json v2.6.1
13942024-11-22T23:15:47.742Z Compiling serde_urlencoded v0.7.1
13952024-11-22T23:15:47.802Z Compiling curve25519-dalek v4.1.3
13962024-11-22T23:15:47.910Z Compiling crossbeam-channel v0.5.13
13972024-11-22T23:15:48.235Z Compiling enum-as-inner v0.6.1
13982024-11-22T23:15:48.271Z Compiling futures-executor v0.3.31
13992024-11-22T23:15:48.423Z Compiling md-5 v0.10.6
14002024-11-22T23:15:48.699Z Compiling rustls-pemfile v2.2.0
14012024-11-22T23:15:48.840Z Compiling async-stream-impl v0.3.6
14022024-11-22T23:15:49.036Z Compiling num-integer v0.1.46
14032024-11-22T23:15:49.054Z Compiling idna v0.3.0
14042024-11-22T23:15:49.134Z Compiling idna v0.4.0
14052024-11-22T23:15:49.365Z Compiling hash32 v0.2.1
14062024-11-22T23:15:49.725Z Compiling ff v0.13.0
14072024-11-22T23:15:49.791Z Compiling is-terminal v0.4.13
14082024-11-22T23:15:49.921Z Compiling dropshot v0.12.0
14092024-11-22T23:15:49.953Z Compiling object v0.36.5
14102024-11-22T23:15:49.986Z Compiling utf-8 v0.7.6
14112024-11-22T23:15:50.214Z Compiling rustc-demangle v0.1.24
14122024-11-22T23:15:50.237Z Compiling take_mut v0.2.2
14132024-11-22T23:15:50.325Z Compiling psl-types v2.0.11
14142024-11-22T23:15:50.396Z Compiling anyhow v1.0.93
14152024-11-22T23:15:50.528Z Compiling smoltcp v0.9.1
14162024-11-22T23:15:50.707Z Compiling quick-error v1.2.3
14172024-11-22T23:15:50.805Z Compiling linked-hash-map v0.5.6
14182024-11-22T23:15:50.863Z Compiling fallible-iterator v0.2.0
14192024-11-22T23:15:51.022Z Compiling portable-atomic v1.9.0
14202024-11-22T23:15:51.142Z Compiling num-bigint-dig v0.8.4
14212024-11-22T23:15:51.173Z Compiling base16ct v0.2.0
14222024-11-22T23:15:51.224Z Compiling dyn-clone v1.0.17
14232024-11-22T23:15:51.454Z Compiling sec1 v0.7.3
14242024-11-22T23:15:51.578Z Compiling postgres-protocol v0.6.7
14252024-11-22T23:15:51.607Z Compiling lru-cache v0.1.2
14262024-11-22T23:15:52.065Z Compiling resolv-conf v0.7.0
14272024-11-22T23:15:52.174Z Compiling publicsuffix v2.2.3
14282024-11-22T23:15:52.457Z Compiling async-stream v0.3.6
14292024-11-22T23:15:52.838Z Compiling tungstenite v0.24.0
14302024-11-22T23:15:52.876Z Compiling hickory-proto v0.24.1
14312024-11-22T23:15:52.926Z Compiling group v0.13.0
14322024-11-22T23:15:53.252Z Compiling slog-term v2.9.1
14332024-11-22T23:15:53.436Z Compiling usdt v0.5.0
14342024-11-22T23:15:54.536Z Compiling num-iter v0.1.45
14352024-11-22T23:15:54.737Z Compiling futures v0.3.31
14362024-11-22T23:15:54.982Z Compiling slog-bunyan v2.5.0
14372024-11-22T23:15:55.345Z Compiling camino v1.1.9
14382024-11-22T23:15:56.298Z Compiling toml v0.8.19
14392024-11-22T23:15:56.326Z Compiling tokio-native-tls v0.3.1
14402024-11-22T23:15:56.639Z Compiling phf_shared v0.11.2
14412024-11-22T23:15:57.023Z Compiling dropshot_endpoint v0.12.0
14422024-11-22T23:15:57.079Z Compiling terminal_size v0.4.0
14432024-11-22T23:15:57.299Z Compiling waitgroup v0.1.2
14442024-11-22T23:15:57.525Z Compiling backtrace v0.3.74
14452024-11-22T23:15:57.595Z Compiling openapiv3 v2.0.0
14462024-11-22T23:15:58.121Z Compiling serde_path_to_error v0.1.16
14472024-11-22T23:15:58.160Z Compiling hkdf v0.12.4
14482024-11-22T23:15:58.426Z Compiling crypto-bigint v0.5.5
14492024-11-22T23:15:58.985Z Compiling webpki-roots v0.26.6
14502024-11-22T23:15:59.210Z Compiling curve25519-dalek-derive v0.1.1
14512024-11-22T23:16:00.805Z Compiling zerocopy-derive v0.6.6
14522024-11-22T23:16:01.056Z Compiling hubpack_derive v0.1.1
14532024-11-22T23:16:01.267Z Compiling idna v0.5.0
14542024-11-22T23:16:01.651Z Compiling hostname v0.4.0
14552024-11-22T23:16:01.918Z Compiling ahash v0.8.11
14562024-11-22T23:16:01.941Z Compiling fs-err v2.11.0
14572024-11-22T23:16:02.178Z Compiling crc32fast v1.4.2
14582024-11-22T23:16:02.227Z Compiling debug-ignore v1.0.5
14592024-11-22T23:16:02.257Z Compiling bitflags v1.3.2
14602024-11-22T23:16:02.367Z Compiling managed v0.8.0
14612024-11-22T23:16:02.387Z Compiling winnow v0.5.40
14622024-11-22T23:16:02.510Z Compiling strum_macros v0.25.3
14632024-11-22T23:16:02.954Z Compiling flate2 v1.0.34
14642024-11-22T23:16:03.062Z Compiling zerocopy v0.6.6
14652024-11-22T23:16:03.543Z Compiling clap_builder v4.5.21
14662024-11-22T23:16:03.932Z Compiling console v0.15.8
14672024-11-22T23:16:04.176Z Compiling cookie_store v0.21.0
14682024-11-22T23:16:04.619Z Compiling hubpack v0.1.2
14692024-11-22T23:16:04.909Z Compiling elliptic-curve v0.13.8
14702024-11-22T23:16:05.552Z Compiling hickory-resolver v0.24.1
14712024-11-22T23:16:05.839Z Compiling signal-hook-mio v0.2.4
14722024-11-22T23:16:06.014Z Compiling toml_edit v0.19.15
14732024-11-22T23:16:06.296Z Compiling phf v0.11.2
14742024-11-22T23:16:06.644Z Compiling hyper-tls v0.6.0
14752024-11-22T23:16:06.778Z Compiling rayon v1.10.0
14762024-11-22T23:16:06.801Z Compiling bzip2 v0.4.4
14772024-11-22T23:16:07.204Z Compiling tokio-tungstenite v0.24.0
14782024-11-22T23:16:07.742Z Compiling postgres-types v0.2.8
14792024-11-22T23:16:10.699Z Compiling ed25519 v2.2.3
14802024-11-22T23:16:11.767Z Compiling phf_shared v0.10.0
14812024-11-22T23:16:12.181Z Compiling tokio-stream v0.1.16
14822024-11-22T23:16:12.554Z Compiling pkcs1 v0.7.5
14832024-11-22T23:16:12.618Z Compiling serde-big-array v0.5.1
14842024-11-22T23:16:12.862Z Compiling clap_derive v4.5.18
14852024-11-22T23:16:13.196Z Compiling rfc6979 v0.4.0
14862024-11-22T23:16:13.199Z Compiling derive-where v1.2.7
14872024-11-22T23:16:13.263Z Compiling serde_repr v0.1.19
14882024-11-22T23:16:13.377Z Compiling float-cmp v0.9.0
14892024-11-22T23:16:13.532Z Compiling bstr v1.10.0
14902024-11-22T23:16:13.613Z Compiling sync_wrapper v1.0.1
14912024-11-22T23:16:13.766Z Compiling precomputed-hash v0.1.1
14922024-11-22T23:16:13.917Z Compiling fixedbitset v0.4.2
14932024-11-22T23:16:14.134Z Compiling difflib v0.4.0
14942024-11-22T23:16:14.380Z Compiling whoami v1.5.2
14952024-11-22T23:16:14.471Z Compiling number_prefix v0.4.0
14962024-11-22T23:16:14.702Z Compiling predicates-core v1.0.8
14972024-11-22T23:16:15.008Z Compiling static_assertions v1.1.0
14982024-11-22T23:16:15.082Z Compiling unicode-width v0.2.0
14992024-11-22T23:16:15.110Z Compiling bit-vec v0.6.3
15002024-11-22T23:16:15.318Z Compiling new_debug_unreachable v1.0.6
15012024-11-22T23:16:15.421Z Compiling normalize-line-endings v0.3.0
15022024-11-22T23:16:15.551Z Compiling unicode-segmentation v1.12.0
15032024-11-22T23:16:15.570Z Compiling indicatif v0.17.9
15042024-11-22T23:16:15.613Z Compiling predicates v3.1.2
15052024-11-22T23:16:15.790Z Compiling bit-set v0.5.3
15062024-11-22T23:16:16.093Z Compiling string_cache v0.8.7
15072024-11-22T23:16:16.440Z Compiling similar v2.6.0
15082024-11-22T23:16:16.599Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15092024-11-22T23:16:16.946Z Compiling tokio-postgres v0.7.12
15102024-11-22T23:16:17.398Z Compiling petgraph v0.6.5
15112024-11-22T23:16:17.833Z Compiling ecdsa v0.16.9
15122024-11-22T23:16:17.905Z Compiling clap v4.5.21
15132024-11-22T23:16:18.031Z Compiling rsa v0.9.6
15142024-11-22T23:16:18.734Z Compiling ed25519-dalek v2.1.1
15152024-11-22T23:16:19.002Z Compiling toml v0.7.8
15162024-11-22T23:16:20.100Z Compiling zip v0.6.6
15172024-11-22T23:16:20.690Z Compiling crossterm v0.28.1
15182024-11-22T23:16:21.745Z Compiling hex v0.4.3
15192024-11-22T23:16:22.307Z Compiling x509-cert v0.2.5
15202024-11-22T23:16:22.368Z Compiling itertools v0.10.5
15212024-11-22T23:16:22.410Z Compiling lalrpop-util v0.19.12
15222024-11-22T23:16:22.781Z Compiling peg-runtime v0.8.3
15232024-11-22T23:16:22.956Z Compiling unicode-xid v0.2.6
15242024-11-22T23:16:23.141Z Compiling strum_macros v0.26.4
15252024-11-22T23:16:23.493Z Compiling xattr v1.3.1
15262024-11-22T23:16:23.680Z Compiling filetime v0.2.25
15272024-11-22T23:16:23.990Z Compiling tar v0.4.42
15282024-11-22T23:16:28.404Z Compiling strum v0.26.3
15292024-11-22T23:16:30.873Z Compiling aws-lc-sys v0.22.0
15302024-11-22T23:16:58.836Z Compiling rustls-webpki v0.102.8
15312024-11-22T23:17:02.226Z Compiling tokio-rustls v0.25.0
15322024-11-22T23:17:03.812Z Compiling tokio-rustls v0.26.0
15332024-11-22T23:17:04.174Z Compiling hyper-rustls v0.27.3
15342024-11-22T23:17:04.641Z Compiling reqwest v0.12.9
15352024-11-22T23:17:05.718Z Compiling qorb v0.2.0
15362024-11-22T23:17:10.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-11-22T23:17:10.938Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-11-22T23:17:16.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15392024-11-22T23:17:16.903Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-11-22T23:17:16.955ZNov 22 23:17:16.361 INFO Starting download, target: Clickhouse
15412024-11-22T23:17:16.955ZNov 22 23:17:16.361 INFO Starting download, target: Console
15422024-11-22T23:17:16.955ZNov 22 23:17:16.361 INFO Starting download, target: Cockroach
15432024-11-22T23:17:16.955ZNov 22 23:17:16.361 INFO Starting download, target: DendriteOpenapi
15442024-11-22T23:17:16.957ZNov 22 23:17:16.361 INFO Starting download, target: DendriteStub
15452024-11-22T23:17:16.957ZNov 22 23:17:16.361 INFO Starting download, target: MaghemiteMgd
15462024-11-22T23:17:16.957ZNov 22 23:17:16.361 INFO Starting download, target: TransceiverControl
15472024-11-22T23:17:16.957ZNov 22 23:17:16.361 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-11-22T23:17:16.957ZNov 22 23:17:16.361 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15492024-11-22T23:17:16.957ZNov 22 23:17:16.362 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15502024-11-22T23:17:16.957ZNov 22 23:17:16.362 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512024-11-22T23:17:16.957ZNov 22 23:17:16.362 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522024-11-22T23:17:16.957ZNov 22 23:17:16.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15532024-11-22T23:17:16.957ZNov 22 23:17:16.362 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542024-11-22T23:17:17.108ZNov 22 23:17:16.512 INFO Download complete, target: DendriteOpenapi
15552024-11-22T23:17:17.374ZNov 22 23:17:16.748 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15562024-11-22T23:17:17.573ZNov 22 23:17:16.964 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572024-11-22T23:17:17.785ZNov 22 23:17:17.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15582024-11-22T23:17:17.807ZNov 22 23:17:17.211 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592024-11-22T23:17:17.890ZNov 22 23:17:17.296 INFO Download complete, target: Console
15602024-11-22T23:17:18.053ZNov 22 23:17:17.455 INFO Download complete, target: TransceiverControl
15612024-11-22T23:17:18.470ZNov 22 23:17:17.876 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15622024-11-22T23:17:18.470ZNov 22 23:17:17.877 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15632024-11-22T23:17:19.002ZNov 22 23:17:18.408 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15642024-11-22T23:17:20.539ZNov 22 23:17:19.944 INFO Download complete, target: DendriteStub
15652024-11-22T23:17:20.611ZNov 22 23:17:20.017 INFO Download complete, target: MaghemiteMgd
15662024-11-22T23:17:25.618ZNov 22 23:17:25.024 INFO Checking that binary works, target: Cockroach
15672024-11-22T23:17:25.774ZNov 22 23:17:25.180 INFO Download complete, target: Cockroach
15682024-11-22T23:17:30.906ZNov 22 23:17:30.311 INFO Checking that binary works, target: Clickhouse
15692024-11-22T23:17:31.077ZNov 22 23:17:30.482 INFO Download complete, target: Clickhouse
15702024-11-22T23:17:31.097ZAll builder prerequisites installed successfully, and PATH looks valid
15712024-11-22T23:17:31.100Z
15722024-11-22T23:17:31.100Zreal 4:36.313104221
15732024-11-22T23:17:31.100Zuser 16:29.623901133
15742024-11-22T23:17:31.100Zsys 3:14.516902218
15752024-11-22T23:17:31.100Ztrap 0.538409279
15762024-11-22T23:17:31.100Ztflt 1.734824251
15772024-11-22T23:17:31.100Zdflt 2.227321480
15782024-11-22T23:17:31.100Zkflt 0.028968362
15792024-11-22T23:17:31.100Zlock 29:22.640998878
15802024-11-22T23:17:31.100Zslp 1:01:12.295875101
15812024-11-22T23:17:31.100Zlat 56.884066681
15822024-11-22T23:17:31.100Zstop 2:22.554188241
15832024-11-22T23:17:31.100Z+ banner hack-check
15842024-11-22T23:17:31.103Z
15852024-11-22T23:17:31.103Z # # ## #### # # #### # # ###### #### # #
15862024-11-22T23:17:31.103Z # # # # # # # # # # # # # # # # #
15872024-11-22T23:17:31.103Z ###### # # # #### ##### # ###### ##### # ####
15882024-11-22T23:17:31.103Z # # ###### # # # # # # # # # #
15892024-11-22T23:17:31.103Z # # # # # # # # # # # # # # # # #
15902024-11-22T23:17:31.103Z # # # # #### # # #### # # ###### #### # #
15912024-11-22T23:17:31.104Z
15922024-11-22T23:17:31.104Z+ export CARGO_INCREMENTAL=0
15932024-11-22T23:17:31.104Z+ CARGO_INCREMENTAL=0
15942024-11-22T23:17:31.104Z+ ptime -m timeout 2h cargo xtask check-features --ci
15952024-11-22T23:17:31.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15962024-11-22T23:17:35.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
15972024-11-22T23:17:35.186Z Running `target/debug/xtask check-features --ci`
15982024-11-22T23:17:35.206Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15992024-11-22T23:17:35.207Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16002024-11-22T23:17:35.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16012024-11-22T23:17:35.676Z Running `target/debug/xtask download cargo-hack`
16022024-11-22T23:17:36.498Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16032024-11-22T23:17:36.869Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16042024-11-22T23:17:41.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
16052024-11-22T23:17:42.081Z Running `target/debug/xtask-downloader cargo-hack`
16062024-11-22T23:17:42.116ZNov 22 23:17:41.520 INFO Starting download, target: CargoHack
16072024-11-22T23:17:42.119ZNov 22 23:17:41.521 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16082024-11-22T23:17:42.738ZNov 22 23:17:42.142 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16092024-11-22T23:17:42.824ZNov 22 23:17:42.228 INFO Download complete, target: CargoHack
16102024-11-22T23:17:42.827Zrunning: "/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"
16112024-11-22T23:17:42.842Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16122024-11-22T23:17:43.003Zinfo: running `cargo check --bins` on api_identity (1/173)
16132024-11-22T23:17:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-11-22T23:17:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-11-22T23:17:43.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-11-22T23:17:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16172024-11-22T23:17:43.599Z
16182024-11-22T23:17:43.599Zinfo: running `cargo check --bins` on bootstore (2/173)
16192024-11-22T23:17:44.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-11-22T23:17:44.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-11-22T23:17:44.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-11-22T23:17:44.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16232024-11-22T23:17:44.235Z
16242024-11-22T23:17:44.235Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16252024-11-22T23:17:44.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-11-22T23:17:44.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-11-22T23:17:44.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-11-22T23:17:44.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16292024-11-22T23:17:44.875Z
16302024-11-22T23:17:44.875Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16312024-11-22T23:17:45.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-11-22T23:17:45.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-11-22T23:17:45.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-11-22T23:17:45.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16352024-11-22T23:17:45.491Z
16362024-11-22T23:17:45.491Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16372024-11-22T23:17:45.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-11-22T23:17:45.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-11-22T23:17:45.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-11-22T23:17:45.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16412024-11-22T23:17:45.909Z
16422024-11-22T23:17:45.909Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16432024-11-22T23:17:46.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-11-22T23:17:46.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-11-22T23:17:46.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-11-22T23:17:46.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16472024-11-22T23:17:46.331Z
16482024-11-22T23:17:46.331Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16492024-11-22T23:17:46.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-11-22T23:17:46.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-11-22T23:17:46.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-11-22T23:17:46.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16532024-11-22T23:17:46.757Z
16542024-11-22T23:17:46.757Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16552024-11-22T23:17:47.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-11-22T23:17:47.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-11-22T23:17:47.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-11-22T23:17:47.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-11-22T23:17:47.188Z
16602024-11-22T23:17:47.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16612024-11-22T23:17:47.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-11-22T23:17:47.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-11-22T23:17:47.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-11-22T23:17:47.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-11-22T23:17:47.620Z
16662024-11-22T23:17:47.620Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16672024-11-22T23:17:48.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-11-22T23:17:48.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-11-22T23:17:48.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-11-22T23:17:48.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16712024-11-22T23:17:48.046Z
16722024-11-22T23:17:48.046Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16732024-11-22T23:17:48.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-11-22T23:17:48.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-11-22T23:17:48.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-11-22T23:17:48.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16772024-11-22T23:17:48.471Z
16782024-11-22T23:17:48.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16792024-11-22T23:17:48.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-11-22T23:17:48.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-11-22T23:17:48.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-11-22T23:17:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16832024-11-22T23:17:48.904Z
16842024-11-22T23:17:48.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16852024-11-22T23:17:49.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-11-22T23:17:49.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-11-22T23:17:49.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-11-22T23:17:49.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16892024-11-22T23:17:49.331Z
16902024-11-22T23:17:49.331Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16912024-11-22T23:17:49.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-11-22T23:17:49.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-11-22T23:17:49.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-11-22T23:17:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-11-22T23:17:49.751Z
16962024-11-22T23:17:49.751Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16972024-11-22T23:17:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-11-22T23:17:50.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-11-22T23:17:50.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-11-22T23:17:50.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17012024-11-22T23:17:50.174Z
17022024-11-22T23:17:50.174Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17032024-11-22T23:17:50.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-11-22T23:17:50.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-11-22T23:17:50.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-11-22T23:17:50.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17072024-11-22T23:17:50.602Z
17082024-11-22T23:17:50.602Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17092024-11-22T23:17:50.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-11-22T23:17:50.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-11-22T23:17:50.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-11-22T23:17:50.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132024-11-22T23:17:51.022Z
17142024-11-22T23:17:51.022Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17152024-11-22T23:17:51.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-11-22T23:17:51.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-11-22T23:17:51.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-11-22T23:17:51.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17192024-11-22T23:17:51.449Z
17202024-11-22T23:17:51.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17212024-11-22T23:17:51.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-11-22T23:17:51.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-11-22T23:17:51.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-11-22T23:17:51.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-11-22T23:17:51.878Z
17262024-11-22T23:17:51.878Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17272024-11-22T23:17:52.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-11-22T23:17:52.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-11-22T23:17:52.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-11-22T23:17:52.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312024-11-22T23:17:52.300Z
17322024-11-22T23:17:52.300Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17332024-11-22T23:17:52.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-11-22T23:17:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-11-22T23:17:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-11-22T23:17:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-11-22T23:17:52.727Z
17382024-11-22T23:17:52.727Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17392024-11-22T23:17:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-11-22T23:17:53.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-11-22T23:17:53.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-11-22T23:17:53.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432024-11-22T23:17:53.160Z
17442024-11-22T23:17:53.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17452024-11-22T23:17:53.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-11-22T23:17:53.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-11-22T23:17:53.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-11-22T23:17:53.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492024-11-22T23:17:53.589Z
17502024-11-22T23:17:53.589Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17512024-11-22T23:17:53.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-11-22T23:17:53.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-11-22T23:17:53.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-11-22T23:17:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-11-22T23:17:54.020Z
17562024-11-22T23:17:54.020Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17572024-11-22T23:17:54.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-11-22T23:17:54.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-11-22T23:17:54.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-11-22T23:17:54.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17612024-11-22T23:17:54.660Z
17622024-11-22T23:17:54.660Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17632024-11-22T23:17:55.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-11-22T23:17:55.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-11-22T23:17:55.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-11-22T23:17:55.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17672024-11-22T23:17:55.287Z
17682024-11-22T23:17:55.287Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17692024-11-22T23:17:55.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-11-22T23:17:55.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-11-22T23:17:55.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-11-22T23:17:55.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17732024-11-22T23:17:55.924Z
17742024-11-22T23:17:55.924Zinfo: running `cargo check --bins` on oxlog (28/173)
17752024-11-22T23:17:56.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-11-22T23:17:56.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-11-22T23:17:56.540Z Checking cfg-if v1.0.0
17782024-11-22T23:17:56.543Z Checking libc v0.2.162
17792024-11-22T23:17:56.649Z Checking serde v1.0.215
17802024-11-22T23:17:56.652Z Checking zeroize v1.8.1
17812024-11-22T23:17:56.666Z Checking memchr v2.7.4
17822024-11-22T23:17:56.669Z Checking typenum v1.17.0
17832024-11-22T23:17:56.680Z Checking scopeguard v1.2.0
17842024-11-22T23:17:56.690Z Checking subtle v2.6.1
17852024-11-22T23:17:56.715Z Checking value-bag v1.9.0
17862024-11-22T23:17:56.829Z Checking lock_api v0.4.12
17872024-11-22T23:17:56.893Z Checking itoa v1.0.11
17882024-11-22T23:17:56.952Z Checking const-oid v0.9.6
17892024-11-22T23:17:57.109Z Checking smallvec v1.13.2
17902024-11-22T23:17:57.135Z Checking log v0.4.22
17912024-11-22T23:17:57.235Z Checking pin-project-lite v0.2.14
17922024-11-22T23:17:57.374Z Checking byteorder v1.5.0
17932024-11-22T23:17:57.458Z Checking futures-core v0.3.31
17942024-11-22T23:17:57.526Z Checking once_cell v1.20.2
17952024-11-22T23:17:57.634Z Checking cpufeatures v0.2.14
17962024-11-22T23:17:57.680Z Checking stable_deref_trait v1.2.0
17972024-11-22T23:17:57.726Z Checking futures-sink v0.3.31
17982024-11-22T23:17:57.776Z Checking spin v0.9.8
17992024-11-22T23:17:57.779Z Checking zerocopy v0.7.35
18002024-11-22T23:17:57.815Z Checking slab v0.4.9
18012024-11-22T23:17:57.830Z Checking getrandom v0.2.15
18022024-11-22T23:17:57.864Z Checking signal-hook-registry v1.4.2
18032024-11-22T23:17:57.970Z Checking generic-array v0.14.7
18042024-11-22T23:17:58.040Z Checking rand_core v0.6.4
18052024-11-22T23:17:58.067Z Checking parking_lot_core v0.9.10
18062024-11-22T23:17:58.110Z Checking mio v1.0.2
18072024-11-22T23:17:58.126Z Checking socket2 v0.5.7
18082024-11-22T23:17:58.349Z Checking zerofrom v0.1.4
18092024-11-22T23:17:58.383Z Checking parking_lot v0.12.3
18102024-11-22T23:17:58.575Z Checking yoke v0.7.4
18112024-11-22T23:17:58.604Z Checking futures-channel v0.3.31
18122024-11-22T23:17:58.701Z Checking allocator-api2 v0.2.18
18132024-11-22T23:17:58.741Z Checking pin-utils v0.1.0
18142024-11-22T23:17:58.798Z Checking futures-task v0.3.31
18152024-11-22T23:17:58.832Z Checking foldhash v0.1.3
18162024-11-22T23:17:58.928Z Checking futures-io v0.3.31
18172024-11-22T23:17:58.928Z Checking equivalent v1.0.1
18182024-11-22T23:17:59.026Z Checking zerovec v0.10.4
18192024-11-22T23:17:59.041Z Checking ryu v1.0.18
18202024-11-22T23:17:59.043Z Checking tinyvec_macros v0.1.1
18212024-11-22T23:17:59.098Z Checking crypto-common v0.1.6
18222024-11-22T23:17:59.114Z Checking block-buffer v0.10.4
18232024-11-22T23:17:59.133Z Checking futures-util v0.3.31
18242024-11-22T23:17:59.181Z Checking block-padding v0.3.3
18252024-11-22T23:17:59.267Z Checking tinyvec v1.8.0
18262024-11-22T23:17:59.283Z Checking fnv v1.0.7
18272024-11-22T23:17:59.320Z Checking digest v0.10.7
18282024-11-22T23:17:59.337Z Checking hashbrown v0.15.0
18292024-11-22T23:17:59.375Z Checking inout v0.1.3
18302024-11-22T23:17:59.391Z Checking libm v0.2.8
18312024-11-22T23:17:59.605Z Checking cipher v0.4.4
18322024-11-22T23:17:59.720Z Checking hmac v0.12.1
18332024-11-22T23:17:59.928Z Checking sha2 v0.10.8
18342024-11-22T23:18:00.016Z Checking litemap v0.7.3
18352024-11-22T23:18:00.344Z Checking unicode-bidi v0.3.17
18362024-11-22T23:18:00.358Z Checking writeable v0.5.5
18372024-11-22T23:18:00.455Z Checking base64ct v1.6.0
18382024-11-22T23:18:00.472Z Checking num-traits v0.2.19
18392024-11-22T23:18:00.606Z Checking unicode-normalization v0.1.24
18402024-11-22T23:18:00.662Z Checking ppv-lite86 v0.2.20
18412024-11-22T23:18:00.716Z Checking tinystr v0.7.6
18422024-11-22T23:18:00.876Z Checking pem-rfc7468 v0.7.0
18432024-11-22T23:18:00.938Z Checking flagset v0.4.6
18442024-11-22T23:18:01.115Z Checking icu_locid v1.5.0
18452024-11-22T23:18:01.143Z Checking tracing-core v0.1.32
18462024-11-22T23:18:01.167Z Checking der v0.7.9
18472024-11-22T23:18:01.446Z Checking rand_chacha v0.3.1
18482024-11-22T23:18:01.536Z Checking thiserror v1.0.69
18492024-11-22T23:18:01.610Z Checking bytes v1.8.0
18502024-11-22T23:18:01.664Z Checking indexmap v2.6.0
18512024-11-22T23:18:01.777Z Checking serde_json v1.0.132
18522024-11-22T23:18:01.854Z Checking bitflags v2.6.0
18532024-11-22T23:18:02.138Z Checking icu_locid_transform_data v1.5.0
18542024-11-22T23:18:02.154Z Checking icu_provider v1.5.0
18552024-11-22T23:18:02.160Z Checking rustls-pki-types v1.9.0
18562024-11-22T23:18:02.238Z Checking percent-encoding v2.3.1
18572024-11-22T23:18:02.417Z Checking tokio v1.40.0
18582024-11-22T23:18:02.438Z Checking http v1.1.0
18592024-11-22T23:18:02.732Z Checking rand v0.8.5
18602024-11-22T23:18:02.825Z Checking icu_locid_transform v1.5.0
18612024-11-22T23:18:02.976Z Checking tracing v0.1.40
18622024-11-22T23:18:03.048Z Checking spki v0.7.3
18632024-11-22T23:18:03.320Z Checking icu_collections v1.5.0
18642024-11-22T23:18:03.336Z Checking salsa20 v0.10.2
18652024-11-22T23:18:03.554Z Checking pbkdf2 v0.12.2
18662024-11-22T23:18:03.571Z Checking aws-lc-sys v0.22.0
18672024-11-22T23:18:03.710Z Checking httparse v1.9.5
18682024-11-22T23:18:03.787Z Checking untrusted v0.7.1
18692024-11-22T23:18:03.810Z Checking powerfmt v0.2.0
18702024-11-22T23:18:03.952Z Checking mirai-annotations v1.12.0
18712024-11-22T23:18:03.968Z Checking icu_properties_data v1.5.0
18722024-11-22T23:18:04.013Z Checking untrusted v0.9.0
18732024-11-22T23:18:04.064Z Checking deranged v0.3.11
18742024-11-22T23:18:04.113Z Checking scrypt v0.11.0
18752024-11-22T23:18:04.128Z Checking cbc v0.1.2
18762024-11-22T23:18:04.162Z Checking ring v0.17.8
18772024-11-22T23:18:04.204Z Checking icu_properties v1.5.1
18782024-11-22T23:18:04.240Z Checking aes v0.8.4
18792024-11-22T23:18:04.316Z Checking crossbeam-utils v0.8.20
18802024-11-22T23:18:04.318Z Checking icu_normalizer_data v1.5.0
18812024-11-22T23:18:04.444Z Checking utf8_iter v1.0.4
18822024-11-22T23:18:04.653Z Checking write16 v1.0.0
18832024-11-22T23:18:04.778Z Checking num_threads v0.1.7
18842024-11-22T23:18:04.893Z Checking utf16_iter v1.0.5
18852024-11-22T23:18:05.043Z Checking num-conv v0.1.0
18862024-11-22T23:18:05.063Z Checking time-core v0.1.2
18872024-11-22T23:18:05.139Z Checking atomic-waker v1.1.2
18882024-11-22T23:18:05.207Z Checking pkcs5 v0.7.1
18892024-11-22T23:18:05.265Z Checking http-body v1.0.1
18902024-11-22T23:18:05.286Z Checking form_urlencoded v1.2.1
18912024-11-22T23:18:05.459Z Checking try-lock v0.2.5
18922024-11-22T23:18:05.479Z Checking unicode-ident v1.0.13
18932024-11-22T23:18:05.586Z Checking want v0.3.1
18942024-11-22T23:18:05.643Z Checking httpdate v1.0.3
18952024-11-22T23:18:05.706Z Checking pkcs8 v0.10.2
18962024-11-22T23:18:05.757Z Checking proc-macro2 v1.0.89
18972024-11-22T23:18:05.851Z Checking time v0.3.36
18982024-11-22T23:18:05.878Z Checking toml_datetime v0.6.8
18992024-11-22T23:18:06.016Z Checking uuid v1.11.0
19002024-11-22T23:18:06.034Z Checking serde_spanned v0.6.8
19012024-11-22T23:18:06.142Z Checking slog v2.7.0
19022024-11-22T23:18:06.170Z Checking aws-lc-rs v1.10.0
19032024-11-22T23:18:06.206Z Checking scroll v0.12.0
19042024-11-22T23:18:06.438Z Checking foreign-types-shared v0.1.1
19052024-11-22T23:18:06.547Z Checking match_cfg v0.1.0
19062024-11-22T23:18:06.628Z Checking iana-time-zone v0.1.61
19072024-11-22T23:18:06.643Z Checking tower-service v0.3.3
19082024-11-22T23:18:06.646Z Checking plain v0.2.3
19092024-11-22T23:18:06.699Z Checking adler2 v2.0.0
19102024-11-22T23:18:06.761Z Checking base64 v0.22.1
19112024-11-22T23:18:06.781Z Checking ucd-trie v0.1.7
19122024-11-22T23:18:06.802Z Checking goblin v0.8.2
19132024-11-22T23:18:06.862Z Checking miniz_oxide v0.8.0
19142024-11-22T23:18:06.977Z Checking pest v2.7.14
19152024-11-22T23:18:07.230Z Checking chrono v0.4.38
19162024-11-22T23:18:07.565Z Checking icu_normalizer v1.5.0
19172024-11-22T23:18:07.611Z Checking hostname v0.3.1
19182024-11-22T23:18:07.743Z Checking foreign-types v0.3.2
19192024-11-22T23:18:07.828Z Checking quote v1.0.37
19202024-11-22T23:18:07.992Z Checking rustls-webpki v0.102.8
19212024-11-22T23:18:08.165Z Checking openssl-sys v0.9.103
19222024-11-22T23:18:08.291Z Checking idna_adapter v1.2.0
19232024-11-22T23:18:08.323Z Checking dirs-sys-next v0.1.2
19242024-11-22T23:18:08.470Z Checking idna v1.0.3
19252024-11-22T23:18:08.507Z Checking errno v0.3.9
19262024-11-22T23:18:08.673Z Checking aho-corasick v1.1.3
19272024-11-22T23:18:08.808Z Checking pretty-hex v0.4.1
19282024-11-22T23:18:08.965Z Checking url v2.5.3
19292024-11-22T23:18:08.979Z Checking data-encoding v2.6.0
19302024-11-22T23:18:09.320Z Checking siphasher v0.3.11
19312024-11-22T23:18:09.444Z Checking regex-syntax v0.8.5
19322024-11-22T23:18:09.508Z Checking openssl v0.10.66
19332024-11-22T23:18:09.635Z Checking dtrace-parser v0.2.0
19342024-11-22T23:18:09.684Z Checking rustix v0.38.37
19352024-11-22T23:18:09.711Z Checking tokio-util v0.7.12
19362024-11-22T23:18:09.795Z Checking dirs-next v2.0.0
19372024-11-22T23:18:09.932Z Checking syn v2.0.87
19382024-11-22T23:18:10.098Z Checking http-body-util v0.1.2
19392024-11-22T23:18:10.345Z Checking crossbeam-epoch v0.9.18
19402024-11-22T23:18:10.540Z Checking signature v2.2.0
19412024-11-22T23:18:10.634Z Checking h2 v0.4.6
19422024-11-22T23:18:10.735Z Checking sha1 v0.10.6
19432024-11-22T23:18:10.783Z Checking lazy_static v1.5.0
19442024-11-22T23:18:10.902Z Checking thread-id v4.2.2
19452024-11-22T23:18:11.002Z Checking thread_local v1.1.8
19462024-11-22T23:18:11.020Z Checking encoding_rs v0.8.34
19472024-11-22T23:18:11.286Z Checking utf8parse v0.2.2
19482024-11-22T23:18:11.422Z Checking gimli v0.31.1
19492024-11-22T23:18:11.922Z Checking dof v0.3.0
19502024-11-22T23:18:12.536Z Checking unicode-properties v0.1.3
19512024-11-22T23:18:12.780Z Checking regex-automata v0.4.8
19522024-11-22T23:18:12.905Z Checking anstyle v1.0.10
19532024-11-22T23:18:13.223Z Checking either v1.13.0
19542024-11-22T23:18:13.241Z Checking openssl-probe v0.1.5
19552024-11-22T23:18:13.364Z Checking mime v0.3.17
19562024-11-22T23:18:13.397Z Checking winnow v0.6.20
19572024-11-22T23:18:13.590Z Checking ipnet v2.10.1
19582024-11-22T23:18:13.689Z Checking stringprep v0.1.5
19592024-11-22T23:18:13.969Z Checking anstyle-parse v0.2.5
19602024-11-22T23:18:14.066Z Checking crossbeam-deque v0.8.5
19612024-11-22T23:18:14.240Z Checking term v0.7.0
19622024-11-22T23:18:14.368Z Checking rustls v0.23.14
19632024-11-22T23:18:14.684Z Checking rustls v0.22.4
19642024-11-22T23:18:15.093Z Checking native-tls v0.2.12
19652024-11-22T23:18:15.394Z Checking slog-json v2.6.1
19662024-11-22T23:18:15.468Z Checking addr2line v0.24.2
19672024-11-22T23:18:15.667Z Checking serde_urlencoded v0.7.1
19682024-11-22T23:18:15.991Z Checking crossbeam-channel v0.5.13
19692024-11-22T23:18:16.109Z Checking futures-executor v0.3.31
19702024-11-22T23:18:16.177Z Checking usdt-impl v0.5.0
19712024-11-22T23:18:16.343Z Checking rustls-pemfile v2.2.0
19722024-11-22T23:18:16.416Z Checking toml_edit v0.22.22
19732024-11-22T23:18:16.560Z Checking num-integer v0.1.46
19742024-11-22T23:18:16.687Z Checking idna v0.4.0
19752024-11-22T23:18:16.744Z Checking idna v0.3.0
19762024-11-22T23:18:16.830Z Checking hyper v1.5.0
19772024-11-22T23:18:17.050Z Checking md-5 v0.10.6
19782024-11-22T23:18:17.265Z Checking ff v0.13.0
19792024-11-22T23:18:17.414Z Checking is-terminal v0.4.13
19802024-11-22T23:18:17.479Z Checking memmap v0.7.0
19812024-11-22T23:18:17.515Z Checking hash32 v0.2.1
19822024-11-22T23:18:17.532Z Checking object v0.36.5
19832024-11-22T23:18:17.560Z Checking take_mut v0.2.2
19842024-11-22T23:18:17.678Z Checking psl-types v2.0.11
19852024-11-22T23:18:17.701Z Checking rustc-demangle v0.1.24
19862024-11-22T23:18:17.826Z Checking utf-8 v0.7.6
19872024-11-22T23:18:17.872Z Checking colorchoice v1.0.2
19882024-11-22T23:18:18.000Z Checking fallible-iterator v0.2.0
19892024-11-22T23:18:18.030Z Checking linked-hash-map v0.5.6
19902024-11-22T23:18:18.113Z Checking base16ct v0.2.0
19912024-11-22T23:18:18.302Z Checking anstyle-query v1.1.1
19922024-11-22T23:18:18.320Z Checking quick-error v1.2.3
19932024-11-22T23:18:18.355Z Checking dyn-clone v1.0.17
19942024-11-22T23:18:18.429Z Checking is_terminal_polyfill v1.70.1
19952024-11-22T23:18:18.455Z Checking resolv-conf v0.7.0
19962024-11-22T23:18:18.502Z Checking schemars v0.8.21
19972024-11-22T23:18:18.546Z Checking anstream v0.6.15
19982024-11-22T23:18:18.592Z Checking postgres-protocol v0.6.7
19992024-11-22T23:18:18.796Z Checking lru-cache v0.1.2
20002024-11-22T23:18:18.883Z Checking hyper-util v0.1.10
20012024-11-22T23:18:18.898Z Checking sec1 v0.7.3
20022024-11-22T23:18:18.961Z Checking tokio-rustls v0.25.0
20032024-11-22T23:18:19.031Z Checking toml v0.8.19
20042024-11-22T23:18:19.265Z Checking tungstenite v0.24.0
20052024-11-22T23:18:19.281Z Checking publicsuffix v2.2.3
20062024-11-22T23:18:19.329Z Checking heapless v0.7.17
20072024-11-22T23:18:19.529Z Checking slog-async v2.8.0
20082024-11-22T23:18:19.786Z Checking usdt v0.5.0
20092024-11-22T23:18:19.826Z Checking slog-term v2.9.1
20102024-11-22T23:18:20.035Z Checking hickory-proto v0.24.1
20112024-11-22T23:18:20.051Z Checking tokio-rustls v0.26.0
20122024-11-22T23:18:20.153Z Checking group v0.13.0
20132024-11-22T23:18:20.155Z Checking num-iter v0.1.45
20142024-11-22T23:18:20.299Z Checking futures v0.3.31
20152024-11-22T23:18:20.337Z Checking slog-bunyan v2.5.0
20162024-11-22T23:18:20.340Z Checking tokio-native-tls v0.3.1
20172024-11-22T23:18:20.394Z Checking rayon-core v1.12.1
20182024-11-22T23:18:20.410Z Checking multer v3.1.0
20192024-11-22T23:18:20.435Z Checking terminal_size v0.4.0
20202024-11-22T23:18:20.495Z Checking phf_shared v0.11.2
20212024-11-22T23:18:20.611Z Checking cookie v0.18.1
20222024-11-22T23:18:20.621Z Checking async-stream v0.3.6
20232024-11-22T23:18:20.769Z Checking bzip2-sys v0.1.11+1.0.8
20242024-11-22T23:18:20.785Z Checking signal-hook v0.3.17
20252024-11-22T23:18:20.799Z Checking camino v1.1.9
20262024-11-22T23:18:20.889Z Checking waitgroup v0.1.2
20272024-11-22T23:18:20.976Z Checking openapiv3 v2.0.0
20282024-11-22T23:18:21.014Z Checking webpki-roots v0.26.6
20292024-11-22T23:18:21.053Z Checking serde_path_to_error v0.1.16
20302024-11-22T23:18:21.070Z Checking idna v0.5.0
20312024-11-22T23:18:21.115Z Checking hkdf v0.12.4
20322024-11-22T23:18:21.227Z Checking crypto-bigint v0.5.5
20332024-11-22T23:18:21.313Z Checking hostname v0.4.0
20342024-11-22T23:18:21.366Z Checking crc32fast v1.4.2
20352024-11-22T23:18:21.450Z Checking managed v0.8.0
20362024-11-22T23:18:21.589Z Checking bitflags v1.3.2
20372024-11-22T23:18:21.681Z Checking unicode-width v0.1.14
20382024-11-22T23:18:21.697Z Checking debug-ignore v1.0.5
20392024-11-22T23:18:21.820Z Checking winnow v0.5.40
20402024-11-22T23:18:21.835Z Checking strsim v0.11.1
20412024-11-22T23:18:21.902Z Checking clap_lex v0.7.2
20422024-11-22T23:18:22.116Z Checking cookie_store v0.21.0
20432024-11-22T23:18:22.153Z Checking console v0.15.8
20442024-11-22T23:18:22.155Z Checking clap_builder v4.5.21
20452024-11-22T23:18:22.726Z Checking smoltcp v0.9.1
20462024-11-22T23:18:22.777Z Checking flate2 v1.0.34
20472024-11-22T23:18:23.456Z Checking hyper-rustls v0.27.3
20482024-11-22T23:18:23.819Z Checking signal-hook-mio v0.2.4
20492024-11-22T23:18:23.961Z Checking rayon v1.10.0
20502024-11-22T23:18:24.094Z Checking backtrace v0.3.74
20512024-11-22T23:18:24.138Z Checking elliptic-curve v0.13.8
20522024-11-22T23:18:24.225Z Checking hyper-tls v0.6.0
20532024-11-22T23:18:24.397Z Checking dropshot v0.12.0
20542024-11-22T23:18:24.531Z Checking bzip2 v0.4.4
20552024-11-22T23:18:24.645Z Checking anyhow v1.0.93
20562024-11-22T23:18:24.797Z Checking hickory-resolver v0.24.1
20572024-11-22T23:18:24.814Z Checking phf v0.11.2
20582024-11-22T23:18:24.817Z Checking num-bigint-dig v0.8.4
20592024-11-22T23:18:24.858Z Checking toml_edit v0.19.15
20602024-11-22T23:18:25.013Z Checking tokio-tungstenite v0.24.0
20612024-11-22T23:18:25.070Z Checking postgres-types v0.2.8
20622024-11-22T23:18:25.206Z Checking regex v1.11.1
20632024-11-22T23:18:25.472Z Checking bstr v1.10.0
20642024-11-22T23:18:25.779Z Checking ed25519 v2.2.3
20652024-11-22T23:18:25.840Z Checking tokio-stream v0.1.16
20662024-11-22T23:18:26.086Z Checking phf_shared v0.10.0
20672024-11-22T23:18:26.372Z Checking curve25519-dalek v4.1.3
20682024-11-22T23:18:26.388Z Checking zerocopy v0.6.6
20692024-11-22T23:18:26.420Z Checking pkcs1 v0.7.5
20702024-11-22T23:18:26.800Z Checking hubpack v0.1.2
20712024-11-22T23:18:26.821Z Checking portable-atomic v1.9.0
20722024-11-22T23:18:27.003Z Checking float-cmp v0.9.0
20732024-11-22T23:18:27.128Z Checking serde-big-array v0.5.1
20742024-11-22T23:18:27.170Z Checking rfc6979 v0.4.0
20752024-11-22T23:18:27.194Z Checking sync_wrapper v1.0.1
20762024-11-22T23:18:27.314Z Checking minimal-lexical v0.2.1
20772024-11-22T23:18:27.330Z Checking new_debug_unreachable v1.0.6
20782024-11-22T23:18:27.333Z Checking precomputed-hash v0.1.1
20792024-11-22T23:18:27.359Z Checking difflib v0.4.0
20802024-11-22T23:18:27.424Z Checking unicode-width v0.2.0
20812024-11-22T23:18:27.426Z Checking predicates-core v1.0.8
20822024-11-22T23:18:27.610Z Checking fixedbitset v0.4.2
20832024-11-22T23:18:27.672Z Checking number_prefix v0.4.0
20842024-11-22T23:18:27.690Z Checking unicode-segmentation v1.12.0
20852024-11-22T23:18:27.848Z Checking normalize-line-endings v0.3.0
20862024-11-22T23:18:27.864Z Checking bit-vec v0.6.3
20872024-11-22T23:18:27.879Z Checking whoami v1.5.2
20882024-11-22T23:18:27.896Z Checking static_assertions v1.1.0
20892024-11-22T23:18:27.897Z Checking indicatif v0.17.9
20902024-11-22T23:18:27.962Z Checking predicates v3.1.2
20912024-11-22T23:18:28.000Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20922024-11-22T23:18:28.094Z Checking qorb v0.2.0
20932024-11-22T23:18:28.155Z Checking tokio-postgres v0.7.12
20942024-11-22T23:18:28.171Z Checking bit-set v0.5.3
20952024-11-22T23:18:28.205Z Checking ed25519-dalek v2.1.1
20962024-11-22T23:18:28.365Z Checking similar v2.6.0
20972024-11-22T23:18:28.421Z Checking petgraph v0.6.5
20982024-11-22T23:18:28.598Z Checking nom v7.1.3
20992024-11-22T23:18:28.633Z Checking string_cache v0.8.7
21002024-11-22T23:18:28.660Z Checking ecdsa v0.16.9
21012024-11-22T23:18:28.924Z Checking reqwest v0.12.9
21022024-11-22T23:18:29.185Z Checking toml v0.7.8
21032024-11-22T23:18:29.372Z Checking rsa v0.9.6
21042024-11-22T23:18:29.965Z Checking clap v4.5.21
21052024-11-22T23:18:30.093Z Checking zip v0.6.6
21062024-11-22T23:18:30.471Z Checking crossterm v0.28.1
21072024-11-22T23:18:30.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21082024-11-22T23:18:30.682Z Checking itertools v0.10.5
21092024-11-22T23:18:30.784Z Checking itertools v0.12.1
21102024-11-22T23:18:30.801Z Checking fs-err v2.11.0
21112024-11-22T23:18:31.348Z Checking ahash v0.8.11
21122024-11-22T23:18:31.369Z Checking x509-cert v0.2.5
21132024-11-22T23:18:31.473Z Checking semver v1.0.23
21142024-11-22T23:18:31.794Z Checking hex v0.4.3
21152024-11-22T23:18:31.903Z Checking lalrpop-util v0.19.12
21162024-11-22T23:18:31.921Z Checking peg-runtime v0.8.3
21172024-11-22T23:18:32.145Z Checking sigpipe v0.1.3
21182024-11-22T23:18:33.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21192024-11-22T23:18:33.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.43s
21202024-11-22T23:18:33.520Z
21212024-11-22T23:18:33.521Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21222024-11-22T23:18:34.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-11-22T23:18:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-11-22T23:18:34.173Z Compiling hashbrown v0.14.5
21252024-11-22T23:18:34.293Z Checking heck v0.5.0
21262024-11-22T23:18:34.305Z Compiling unsafe-libyaml v0.2.11
21272024-11-22T23:18:34.318Z Compiling ident_case v1.0.1
21282024-11-22T23:18:34.331Z Checking progenitor-client v0.8.0
21292024-11-22T23:18:34.346Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302024-11-22T23:18:34.360Z Compiling proc-macro-crate v1.3.1
21312024-11-22T23:18:34.452Z Compiling darling_core v0.20.10
21322024-11-22T23:18:34.489Z Checking ipnetwork v0.20.0
21332024-11-22T23:18:34.693Z Compiling structmeta-derive v0.3.0
21342024-11-22T23:18:34.714Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352024-11-22T23:18:34.836Z Compiling newtype-uuid v1.1.3
21362024-11-22T23:18:35.032Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-11-22T23:18:35.146Z Compiling lzma-sys v0.1.20
21382024-11-22T23:18:35.374Z Compiling foreign-types-macros v0.2.3
21392024-11-22T23:18:35.448Z Checking regress v0.10.1
21402024-11-22T23:18:35.599Z Compiling serde_yaml v0.9.34+deprecated
21412024-11-22T23:18:35.957Z Compiling num_enum_derive v0.5.11
21422024-11-22T23:18:36.232Z Compiling dropshot v0.13.0
21432024-11-22T23:18:36.517Z Checking arc-swap v1.7.1
21442024-11-22T23:18:36.673Z Checking foreign-types-shared v0.3.1
21452024-11-22T23:18:36.789Z Checking foreign-types v0.5.0
21462024-11-22T23:18:36.946Z Checking slog-scope v4.4.0
21472024-11-22T23:18:37.011Z Compiling proc-macro-error v1.0.4
21482024-11-22T23:18:37.566Z Compiling structmeta v0.3.0
21492024-11-22T23:18:37.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21502024-11-22T23:18:37.718Z Checking tungstenite v0.21.0
21512024-11-22T23:18:37.822Z Compiling heck v0.3.3
21522024-11-22T23:18:38.014Z Compiling parse-display-derive v0.10.0
21532024-11-22T23:18:38.275Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542024-11-22T23:18:38.622Z Checking num_enum v0.5.11
21552024-11-22T23:18:38.666Z Compiling dropshot_endpoint v0.13.0
21562024-11-22T23:18:38.777Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-11-22T23:18:38.936Z Checking typify-impl v0.2.0
21582024-11-22T23:18:39.584Z Checking cstr-argument v0.1.2
21592024-11-22T23:18:39.769Z Checking instant v0.1.13
21602024-11-22T23:18:39.864Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21612024-11-22T23:18:39.891Z Checking pretty-hex v0.2.1
21622024-11-22T23:18:40.052Z Checking fastrand v2.1.1
21632024-11-22T23:18:40.136Z Checking base64 v0.21.7
21642024-11-22T23:18:40.390Z Checking tempfile v3.13.0
21652024-11-22T23:18:40.599Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-11-22T23:18:40.622Z Checking backoff v0.4.0
21672024-11-22T23:18:40.779Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21682024-11-22T23:18:40.866Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-11-22T23:18:40.913Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21702024-11-22T23:18:41.010Z Checking tokio-tungstenite v0.21.0
21712024-11-22T23:18:41.061Z Checking strum v0.26.3
21722024-11-22T23:18:41.082Z Compiling zone_cfg_derive v0.1.2
21732024-11-22T23:18:41.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21742024-11-22T23:18:41.488Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21752024-11-22T23:18:41.515Z Checking slog-stdlog v4.1.1
21762024-11-22T23:18:41.549Z Compiling darling_macro v0.20.10
21772024-11-22T23:18:41.720Z Checking regress v0.9.1
21782024-11-22T23:18:41.847Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-11-22T23:18:41.971Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-11-22T23:18:42.002Z Checking colored v2.1.0
21812024-11-22T23:18:42.234Z Checking macaddr v1.0.1
21822024-11-22T23:18:42.275Z Checking base64 v0.13.1
21832024-11-22T23:18:42.469Z Compiling darling v0.20.10
21842024-11-22T23:18:42.556Z Checking zone v0.1.8
21852024-11-22T23:18:42.584Z Compiling serde_with_macros v3.11.0
21862024-11-22T23:18:42.645Z Checking parse-display v0.10.0
21872024-11-22T23:18:42.661Z Checking ron v0.7.1
21882024-11-22T23:18:42.887Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21892024-11-22T23:18:43.210Z Checking xz2 v0.1.7
21902024-11-22T23:18:43.342Z Checking slog-envlogger v2.2.0
21912024-11-22T23:18:43.525Z Checking tabwriter v1.4.0
21922024-11-22T23:18:43.564Z Checking xattr v1.3.1
21932024-11-22T23:18:43.749Z Checking pem v3.0.4
21942024-11-22T23:18:43.750Z Checking yasna v0.5.2
21952024-11-22T23:18:43.779Z Checking headers-core v0.3.0
21962024-11-22T23:18:43.915Z Checking smf v0.2.3
21972024-11-22T23:18:44.023Z Checking filetime v0.2.25
21982024-11-22T23:18:44.240Z Checking same-file v1.0.6
21992024-11-22T23:18:44.367Z Checking tar v0.4.42
22002024-11-22T23:18:44.409Z Checking walkdir v2.5.0
22012024-11-22T23:18:44.520Z Checking headers v0.4.0
22022024-11-22T23:18:44.648Z Checking rcgen v0.12.1
22032024-11-22T23:18:44.746Z Checking atomicwrites v0.4.4
22042024-11-22T23:18:44.955Z Checking camino-tempfile v1.1.1
22052024-11-22T23:18:45.220Z Checking subprocess v0.2.9
22062024-11-22T23:18:45.629Z Checking serde_with v3.11.0
22072024-11-22T23:18:49.399Z Compiling typify-macro v0.2.0
22082024-11-22T23:18:51.243Z Compiling typify v0.2.0
22092024-11-22T23:18:51.311Z Compiling progenitor-impl v0.8.0
22102024-11-22T23:18:54.481Z Compiling progenitor-macro v0.8.0
22112024-11-22T23:18:59.736Z Checking progenitor v0.8.0
22122024-11-22T23:18:59.887Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22132024-11-22T23:18:59.890Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22142024-11-22T23:19:02.545Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22152024-11-22T23:19:02.921Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-11-22T23:19:09.451Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22172024-11-22T23:19:11.027Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-11-22T23:19:12.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s
22192024-11-22T23:19:12.424Z
22202024-11-22T23:19:12.424Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22212024-11-22T23:19:12.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-11-22T23:19:12.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-11-22T23:19:13.086Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-11-22T23:19:14.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22252024-11-22T23:19:14.669Z
22262024-11-22T23:19:14.669Zinfo: running `cargo check --bins` on nexus-config (31/173)
22272024-11-22T23:19:15.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-11-22T23:19:15.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-11-22T23:19:15.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-11-22T23:19:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22312024-11-22T23:19:15.289Z
22322024-11-22T23:19:15.289Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22332024-11-22T23:19:15.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-11-22T23:19:15.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-11-22T23:19:15.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-11-22T23:19:15.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22372024-11-22T23:19:15.898Z
22382024-11-22T23:19:15.898Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22392024-11-22T23:19:16.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-11-22T23:19:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-11-22T23:19:16.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-11-22T23:19:16.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22432024-11-22T23:19:16.523Z
22442024-11-22T23:19:16.523Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22452024-11-22T23:19:17.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-11-22T23:19:17.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-11-22T23:19:17.210Z Compiling zerocopy v0.8.10
22482024-11-22T23:19:17.210Z Compiling progenitor-client v0.8.0
22492024-11-22T23:19:17.212Z Compiling itertools v0.13.0
22502024-11-22T23:19:17.212Z Compiling zerocopy-derive v0.8.10
22512024-11-22T23:19:17.212Z Compiling heapless v0.8.0
22522024-11-22T23:19:17.212Z Compiling newtype-uuid v1.1.3
22532024-11-22T23:19:17.212Z Compiling ipnetwork v0.20.0
22542024-11-22T23:19:17.212Z Checking hash32 v0.3.1
22552024-11-22T23:19:17.556Z Compiling instant v0.1.13
22562024-11-22T23:19:17.639Z Compiling progenitor v0.8.0
22572024-11-22T23:19:17.704Z Compiling smoltcp v0.11.0
22582024-11-22T23:19:17.777Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22592024-11-22T23:19:17.902Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22602024-11-22T23:19:18.213Z Compiling backoff v0.4.0
22612024-11-22T23:19:18.221Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622024-11-22T23:19:18.433Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632024-11-22T23:19:18.539Z Compiling serde_with v3.11.0
22642024-11-22T23:19:18.569Z Compiling dropshot v0.13.0
22652024-11-22T23:19:18.592Z Compiling parse-display v0.10.0
22662024-11-22T23:19:18.609Z Checking num-rational v0.4.2
22672024-11-22T23:19:19.098Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-11-22T23:19:19.254Z Compiling regress v0.9.1
22692024-11-22T23:19:19.331Z Compiling phf_generator v0.11.2
22702024-11-22T23:19:19.523Z Checking num-complex v0.4.6
22712024-11-22T23:19:20.466Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22722024-11-22T23:19:21.140Z Compiling macaddr v1.0.1
22732024-11-22T23:19:21.593Z Checking cobs v0.2.3
22742024-11-22T23:19:21.612Z Compiling num v0.4.3
22752024-11-22T23:19:21.775Z Checking postcard v1.0.10
22762024-11-22T23:19:21.830Z Compiling phf_codegen v0.11.2
22772024-11-22T23:19:22.385Z Compiling parse-zoneinfo v0.3.1
22782024-11-22T23:19:22.647Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22792024-11-22T23:19:22.918Z Compiling convert_case v0.4.0
22802024-11-22T23:19:23.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22812024-11-22T23:19:23.914Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22822024-11-22T23:19:24.068Z Compiling float-ord v0.3.2
22832024-11-22T23:19:24.398Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842024-11-22T23:19:24.420Z Compiling derive_more v0.99.18
22852024-11-22T23:19:24.505Z Compiling chrono-tz-build v0.4.0
22862024-11-22T23:19:25.261Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22872024-11-22T23:19:26.016Z Compiling crucible-workspace-hack v0.1.0
22882024-11-22T23:19:26.169Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22892024-11-22T23:19:26.259Z Compiling chrono-tz v0.10.0
22902024-11-22T23:19:26.302Z Checking newline-converter v0.3.0
22912024-11-22T23:19:26.470Z Checking prettyplease v0.2.25
22922024-11-22T23:19:26.491Z Compiling slog-dtrace v0.3.0
22932024-11-22T23:19:26.786Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22942024-11-22T23:19:27.579Z Checking expectorate v1.1.0
22952024-11-22T23:19:27.694Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962024-11-22T23:19:27.741Z Compiling zone_cfg_derive v0.3.0
22972024-11-22T23:19:27.821Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22982024-11-22T23:19:28.182Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22992024-11-22T23:19:28.203Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002024-11-22T23:19:28.469Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-11-22T23:19:28.876Z Compiling const_format_proc_macros v0.2.33
23022024-11-22T23:19:29.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23032024-11-22T23:19:29.295Z Compiling num-derive v0.4.2
23042024-11-22T23:19:29.339Z Checking highway v1.2.0
23052024-11-22T23:19:29.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062024-11-22T23:19:30.151Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23072024-11-22T23:19:30.311Z Checking zone v0.3.0
23082024-11-22T23:19:30.823Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23092024-11-22T23:19:31.073Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23102024-11-22T23:19:31.136Z Checking const_format v0.2.33
23112024-11-22T23:19:31.615Z Checking gethostname v0.5.0
23122024-11-22T23:19:31.641Z Checking bcs v0.1.6
23132024-11-22T23:19:31.711Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23142024-11-22T23:19:31.714Z Compiling async-recursion v1.1.1
23152024-11-22T23:19:31.745Z Checking termtree v0.5.1
23162024-11-22T23:19:32.202Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23172024-11-22T23:19:32.256Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23182024-11-22T23:19:32.259Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23192024-11-22T23:19:33.484Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23202024-11-22T23:19:34.016Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23212024-11-22T23:19:39.950Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23222024-11-22T23:19:43.232Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23232024-11-22T23:19:45.881Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23242024-11-22T23:19:47.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s
23252024-11-22T23:19:47.234Z
23262024-11-22T23:19:47.234Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23272024-11-22T23:19:47.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-11-22T23:19:47.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-11-22T23:19:47.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-11-22T23:19:47.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23312024-11-22T23:19:47.872Z
23322024-11-22T23:19:47.872Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23332024-11-22T23:19:48.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-11-22T23:19:48.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-11-22T23:19:48.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-11-22T23:19:48.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23372024-11-22T23:19:48.541Z
23382024-11-22T23:19:48.541Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23392024-11-22T23:19:49.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-11-22T23:19:49.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-11-22T23:19:49.202Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23422024-11-22T23:19:49.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23432024-11-22T23:19:50.021Z
23442024-11-22T23:19:50.021Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23452024-11-22T23:19:50.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-11-22T23:19:50.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-11-22T23:19:50.701Z Compiling cfg_aliases v0.1.1
23482024-11-22T23:19:50.704Z Compiling vte_generate_state_changes v0.1.2
23492024-11-22T23:19:50.704Z Checking fd-lock v4.0.2
23502024-11-22T23:19:50.704Z Checking nibble_vec v0.1.0
23512024-11-22T23:19:50.806Z Checking endian-type v0.1.2
23522024-11-22T23:19:50.808Z Checking bytecount v0.6.8
23532024-11-22T23:19:50.824Z Compiling tabled_derive v0.7.0
23542024-11-22T23:19:50.845Z Compiling peg-macros v0.8.4
23552024-11-22T23:19:50.888Z Compiling nix v0.28.0
23562024-11-22T23:19:50.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23572024-11-22T23:19:50.981Z Checking papergrid v0.11.0
23582024-11-22T23:19:50.996Z Compiling sqlparser_derive v0.2.2
23592024-11-22T23:19:51.010Z Checking radix_trie v0.2.1
23602024-11-22T23:19:51.398Z Checking home v0.5.9
23612024-11-22T23:19:51.415Z Checking vte v0.11.1
23622024-11-22T23:19:51.533Z Checking unicode_categories v0.1.1
23632024-11-22T23:19:51.822Z Checking nu-ansi-term v0.50.1
23642024-11-22T23:19:52.103Z Checking sqlparser v0.45.0
23652024-11-22T23:19:52.147Z Checking sqlformat v0.2.6
23662024-11-22T23:19:52.201Z Checking display-error-chain v0.2.2
23672024-11-22T23:19:52.761Z Checking strip-ansi-escapes v0.2.0
23682024-11-22T23:19:52.917Z Checking reedline v0.35.0
23692024-11-22T23:19:53.257Z Checking tabled v0.15.0
23702024-11-22T23:19:53.801Z Checking peg v0.8.4
23712024-11-22T23:19:54.079Z Checking rustyline v14.0.0
23722024-11-22T23:20:03.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.11s
23732024-11-22T23:20:03.313Z
23742024-11-22T23:20:03.313Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23752024-11-22T23:20:03.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-11-22T23:20:03.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-11-22T23:20:04.001Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-11-22T23:20:09.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
23792024-11-22T23:20:09.632Z
23802024-11-22T23:20:09.632Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23812024-11-22T23:20:10.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-11-22T23:20:10.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-11-22T23:20:10.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842024-11-22T23:20:14.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
23852024-11-22T23:20:14.224Z
23862024-11-22T23:20:14.224Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23872024-11-22T23:20:14.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-11-22T23:20:14.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-11-22T23:20:14.888Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-11-22T23:20:19.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
23912024-11-22T23:20:20.152Z
23922024-11-22T23:20:20.152Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23932024-11-22T23:20:20.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-11-22T23:20:20.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-11-22T23:20:20.830Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962024-11-22T23:20:26.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
23972024-11-22T23:20:26.175Z
23982024-11-22T23:20:26.175Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
23992024-11-22T23:20:26.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-11-22T23:20:26.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-11-22T23:20:26.853Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022024-11-22T23:20:30.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24032024-11-22T23:20:30.977Z
24042024-11-22T23:20:30.977Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24052024-11-22T23:20:31.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-11-22T23:20:31.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-11-22T23:20:31.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082024-11-22T23:20:35.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
24092024-11-22T23:20:35.854Z
24102024-11-22T23:20:35.854Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24112024-11-22T23:20:36.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-11-22T23:20:36.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-11-22T23:20:36.529Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142024-11-22T23:20:41.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
24152024-11-22T23:20:42.064Z
24162024-11-22T23:20:42.064Zinfo: running `cargo check --bins` on oximeter (46/173)
24172024-11-22T23:20:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-11-22T23:20:42.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-11-22T23:20:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-11-22T23:20:42.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24212024-11-22T23:20:42.706Z
24222024-11-22T23:20:42.706Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24232024-11-22T23:20:43.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-11-22T23:20:43.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-11-22T23:20:43.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-11-22T23:20:43.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24272024-11-22T23:20:43.325Z
24282024-11-22T23:20:43.325Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24292024-11-22T23:20:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-11-22T23:20:43.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-11-22T23:20:43.966Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24322024-11-22T23:20:44.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24332024-11-22T23:20:44.595Z
24342024-11-22T23:20:44.595Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24352024-11-22T23:20:45.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-11-22T23:20:45.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-11-22T23:20:45.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-11-22T23:20:45.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24392024-11-22T23:20:45.239Z
24402024-11-22T23:20:45.239Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24412024-11-22T23:20:45.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-11-22T23:20:45.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-11-22T23:20:45.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-11-22T23:20:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24452024-11-22T23:20:45.874Z
24462024-11-22T23:20:45.874Zinfo: running `cargo check --bins` on oxql-types (51/173)
24472024-11-22T23:20:46.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-11-22T23:20:46.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-11-22T23:20:46.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-11-22T23:20:46.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24512024-11-22T23:20:46.501Z
24522024-11-22T23:20:46.501Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24532024-11-22T23:20:47.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-11-22T23:20:47.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-11-22T23:20:47.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-11-22T23:20:47.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24572024-11-22T23:20:47.166Z
24582024-11-22T23:20:47.166Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24592024-11-22T23:20:47.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-11-22T23:20:47.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-11-22T23:20:47.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-11-22T23:20:47.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24632024-11-22T23:20:47.814Z
24642024-11-22T23:20:47.814Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24652024-11-22T23:20:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-11-22T23:20:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-11-22T23:20:48.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-11-22T23:20:48.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24692024-11-22T23:20:48.454Z
24702024-11-22T23:20:48.454Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24712024-11-22T23:20:49.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-11-22T23:20:49.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-11-22T23:20:49.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-11-22T23:20:49.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24752024-11-22T23:20:49.089Z
24762024-11-22T23:20:49.089Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24772024-11-22T23:20:49.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-11-22T23:20:49.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-11-22T23:20:49.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-11-22T23:20:49.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24812024-11-22T23:20:49.723Z
24822024-11-22T23:20:49.723Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24832024-11-22T23:20:50.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-11-22T23:20:50.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-11-22T23:20:50.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-11-22T23:20:50.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24872024-11-22T23:20:50.352Z
24882024-11-22T23:20:50.352Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24892024-11-22T23:20:50.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-11-22T23:20:50.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-11-22T23:20:50.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-11-22T23:20:50.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24932024-11-22T23:20:50.966Z
24942024-11-22T23:20:50.966Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24952024-11-22T23:20:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-11-22T23:20:51.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-11-22T23:20:51.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-11-22T23:20:51.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24992024-11-22T23:20:51.608Z
25002024-11-22T23:20:51.608Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25012024-11-22T23:20:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-11-22T23:20:52.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-11-22T23:20:52.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-11-22T23:20:52.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25052024-11-22T23:20:52.239Z
25062024-11-22T23:20:52.239Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25072024-11-22T23:20:52.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-11-22T23:20:52.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-11-22T23:20:52.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-11-22T23:20:52.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25112024-11-22T23:20:52.861Z
25122024-11-22T23:20:52.861Zinfo: running `cargo check --bins` on dpd-client (62/173)
25132024-11-22T23:20:53.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-11-22T23:20:53.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-11-22T23:20:53.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-11-22T23:20:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25172024-11-22T23:20:53.484Z
25182024-11-22T23:20:53.484Zinfo: running `cargo check --bins` on gateway-client (63/173)
25192024-11-22T23:20:54.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-11-22T23:20:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-11-22T23:20:54.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-11-22T23:20:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25232024-11-22T23:20:54.101Z
25242024-11-22T23:20:54.101Zinfo: running `cargo check --bins` on installinator-client (64/173)
25252024-11-22T23:20:54.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-11-22T23:20:54.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-11-22T23:20:54.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-11-22T23:20:54.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25292024-11-22T23:20:54.747Z
25302024-11-22T23:20:54.748Zinfo: running `cargo check --bins` on installinator-common (65/173)
25312024-11-22T23:20:55.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-11-22T23:20:55.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-11-22T23:20:55.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-11-22T23:20:55.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25352024-11-22T23:20:55.393Z
25362024-11-22T23:20:55.394Zinfo: running `cargo check --bins` on update-engine (66/173)
25372024-11-22T23:20:55.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-11-22T23:20:55.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-11-22T23:20:55.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-11-22T23:20:55.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25412024-11-22T23:20:56.011Z
25422024-11-22T23:20:56.011Zinfo: running `cargo check --bins` on nexus-client (67/173)
25432024-11-22T23:20:56.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-11-22T23:20:56.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-11-22T23:20:56.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-11-22T23:20:56.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25472024-11-22T23:20:56.663Z
25482024-11-22T23:20:56.663Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25492024-11-22T23:20:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-11-22T23:20:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-11-22T23:20:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-11-22T23:20:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25532024-11-22T23:20:57.305Z
25542024-11-22T23:20:57.305Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25552024-11-22T23:20:57.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-11-22T23:20:57.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-11-22T23:20:57.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-11-22T23:20:57.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25592024-11-22T23:20:57.921Z
25602024-11-22T23:20:57.921Zinfo: running `cargo check --bins` on nexus-types (70/173)
25612024-11-22T23:20:58.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-11-22T23:20:58.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-11-22T23:20:58.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-11-22T23:20:58.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25652024-11-22T23:20:58.580Z
25662024-11-22T23:20:58.580Zinfo: running `cargo check --bins` on oxide-client (71/173)
25672024-11-22T23:20:59.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-11-22T23:20:59.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-11-22T23:20:59.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-11-22T23:20:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25712024-11-22T23:20:59.199Z
25722024-11-22T23:20:59.199Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25732024-11-22T23:20:59.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-11-22T23:20:59.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-11-22T23:20:59.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-11-22T23:20:59.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-11-22T23:20:59.829Z
25782024-11-22T23:20:59.829Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25792024-11-22T23:21:00.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-11-22T23:21:00.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-11-22T23:21:00.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-11-22T23:21:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25832024-11-22T23:21:00.442Z
25842024-11-22T23:21:00.442Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25852024-11-22T23:21:01.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-11-22T23:21:01.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-11-22T23:21:01.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-11-22T23:21:01.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25892024-11-22T23:21:01.084Z
25902024-11-22T23:21:01.084Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25912024-11-22T23:21:01.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-11-22T23:21:01.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-11-22T23:21:01.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-11-22T23:21:01.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25952024-11-22T23:21:01.746Z
25962024-11-22T23:21:01.746Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25972024-11-22T23:21:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-11-22T23:21:02.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-11-22T23:21:02.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-11-22T23:21:02.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26012024-11-22T23:21:02.403Z
26022024-11-22T23:21:02.403Zinfo: running `cargo check --bins` on wicket-common (77/173)
26032024-11-22T23:21:02.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-11-22T23:21:02.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-11-22T23:21:02.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-11-22T23:21:02.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26072024-11-22T23:21:03.049Z
26082024-11-22T23:21:03.049Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26092024-11-22T23:21:03.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-11-22T23:21:03.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-11-22T23:21:03.708Z Checking csv-core v0.1.11
26122024-11-22T23:21:03.708Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26132024-11-22T23:21:03.710Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26142024-11-22T23:21:04.017Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152024-11-22T23:21:04.029Z Checking csv v1.3.0
26162024-11-22T23:21:04.596Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26172024-11-22T23:21:04.927Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26182024-11-22T23:21:06.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
26192024-11-22T23:21:06.382Z
26202024-11-22T23:21:06.382Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26212024-11-22T23:21:06.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-11-22T23:21:06.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-11-22T23:21:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-11-22T23:21:06.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26252024-11-22T23:21:07.016Z
26262024-11-22T23:21:07.016Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26272024-11-22T23:21:07.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-11-22T23:21:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-11-22T23:21:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-11-22T23:21:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312024-11-22T23:21:07.652Z
26322024-11-22T23:21:07.652Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26332024-11-22T23:21:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-11-22T23:21:08.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-11-22T23:21:08.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-11-22T23:21:08.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26372024-11-22T23:21:08.378Z
26382024-11-22T23:21:08.378Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26392024-11-22T23:21:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-11-22T23:21:09.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-11-22T23:21:09.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-11-22T23:21:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26432024-11-22T23:21:09.105Z
26442024-11-22T23:21:09.105Zinfo: running `cargo check --bins` on dns-server (83/173)
26452024-11-22T23:21:09.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-11-22T23:21:09.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-11-22T23:21:09.751Z Compiling parking_lot_core v0.8.6
26482024-11-22T23:21:09.754Z Checking fxhash v0.2.1
26492024-11-22T23:21:09.754Z Checking hickory-server v0.24.1
26502024-11-22T23:21:09.754Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26512024-11-22T23:21:09.854Z Checking hickory-client v0.24.1
26522024-11-22T23:21:10.445Z Checking parking_lot v0.11.2
26532024-11-22T23:21:10.572Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26542024-11-22T23:21:10.576Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26552024-11-22T23:21:10.688Z Checking sled v0.34.7
26562024-11-22T23:21:12.400Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26572024-11-22T23:21:13.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
26582024-11-22T23:21:13.814Z
26592024-11-22T23:21:13.814Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26602024-11-22T23:21:14.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-11-22T23:21:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-11-22T23:21:14.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-11-22T23:21:14.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26642024-11-22T23:21:14.444Z
26652024-11-22T23:21:14.444Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26662024-11-22T23:21:15.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-11-22T23:21:15.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-11-22T23:21:15.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-11-22T23:21:15.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26702024-11-22T23:21:15.134Z
26712024-11-22T23:21:15.134Zinfo: running `cargo check --bins` on gateway-types (86/173)
26722024-11-22T23:21:15.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-11-22T23:21:15.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-11-22T23:21:15.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-11-22T23:21:15.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26762024-11-22T23:21:15.766Z
26772024-11-22T23:21:15.766Zinfo: running `cargo check --bins` on ipcc (87/173)
26782024-11-22T23:21:16.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-11-22T23:21:16.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-11-22T23:21:16.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-11-22T23:21:16.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26822024-11-22T23:21:16.392Z
26832024-11-22T23:21:16.392Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26842024-11-22T23:21:16.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-11-22T23:21:16.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-11-22T23:21:17.089Z Compiling radium v0.7.0
26872024-11-22T23:21:17.089Z Compiling semver v0.1.20
26882024-11-22T23:21:17.205Z Checking tap v1.0.1
26892024-11-22T23:21:17.207Z Compiling maybe-uninit v2.0.0
26902024-11-22T23:21:17.223Z Checking password-hash v0.5.0
26912024-11-22T23:21:17.226Z Checking blake2 v0.10.6
26922024-11-22T23:21:17.226Z Compiling owo-colors v4.1.0
26932024-11-22T23:21:17.226Z Compiling packed_struct v0.10.1
26942024-11-22T23:21:17.340Z Checking wyz v0.5.1
26952024-11-22T23:21:17.504Z Compiling rustc_version v0.1.7
26962024-11-22T23:21:17.668Z Checking funty v2.0.0
26972024-11-22T23:21:17.682Z Checking crc-catalog v2.4.0
26982024-11-22T23:21:17.713Z Compiling cancel-safe-futures v0.1.5
26992024-11-22T23:21:17.802Z Checking argon2 v0.5.3
27002024-11-22T23:21:17.829Z Checking crc v3.2.1
27012024-11-22T23:21:17.861Z Compiling packed_struct_codegen v0.10.1
27022024-11-22T23:21:17.915Z Checking half v2.4.1
27032024-11-22T23:21:17.994Z Compiling newtype_derive v0.1.6
27042024-11-22T23:21:17.997Z Compiling indexmap v1.9.3
27052024-11-22T23:21:18.088Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27062024-11-22T23:21:18.263Z Checking ciborium-io v0.2.2
27072024-11-22T23:21:18.288Z Checking nodrop v0.1.14
27082024-11-22T23:21:18.405Z Checking ciborium-ll v0.2.2
27092024-11-22T23:21:18.408Z Checking array-init v0.0.4
27102024-11-22T23:21:18.429Z Checking smallvec v0.6.14
27112024-11-22T23:21:18.479Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27122024-11-22T23:21:18.496Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27132024-11-22T23:21:18.577Z Checking bitvec v1.0.1
27142024-11-22T23:21:18.780Z Checking libsw v3.3.1
27152024-11-22T23:21:18.820Z Compiling memoffset v0.9.1
27162024-11-22T23:21:18.838Z Checking bitfield v0.14.0
27172024-11-22T23:21:19.046Z Checking swrite v0.1.0
27182024-11-22T23:21:19.110Z Checking termcolor v1.4.1
27192024-11-22T23:21:19.124Z Checking hashbrown v0.12.3
27202024-11-22T23:21:19.169Z Checking linear-map v1.2.0
27212024-11-22T23:21:19.226Z Checking indent_write v2.2.0
27222024-11-22T23:21:19.416Z Checking serde-hex v0.1.0
27232024-11-22T23:21:19.433Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27242024-11-22T23:21:19.559Z Checking env_logger v0.10.2
27252024-11-22T23:21:19.674Z Checking ron v0.8.1
27262024-11-22T23:21:19.997Z Checking ciborium v0.2.2
27272024-11-22T23:21:20.624Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27282024-11-22T23:21:20.642Z Checking steno v0.4.1
27292024-11-22T23:21:20.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27302024-11-22T23:21:20.965Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27312024-11-22T23:21:21.029Z Checking hashbrown v0.13.2
27322024-11-22T23:21:21.123Z Checking crc-any v2.5.0
27332024-11-22T23:21:21.140Z Checking humantime v2.1.0
27342024-11-22T23:21:21.433Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-11-22T23:21:21.500Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362024-11-22T23:21:21.811Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27372024-11-22T23:21:22.091Z Checking path-slash v0.1.5
27382024-11-22T23:21:22.109Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27392024-11-22T23:21:22.137Z Checking object v0.30.4
27402024-11-22T23:21:22.309Z Checking nix v0.27.1
27412024-11-22T23:21:22.933Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27422024-11-22T23:21:23.448Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432024-11-22T23:21:23.594Z Checking tungstenite v0.23.0
27442024-11-22T23:21:23.646Z Checking kstat-rs v0.2.4
27452024-11-22T23:21:23.695Z Checking signal-hook-tokio v0.3.1
27462024-11-22T23:21:23.952Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27472024-11-22T23:21:24.393Z Checking tokio-tungstenite v0.23.1
27482024-11-22T23:21:24.859Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27492024-11-22T23:21:24.940Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27502024-11-22T23:21:25.130Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512024-11-22T23:21:31.892Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-11-22T23:21:33.170Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27532024-11-22T23:21:35.754Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542024-11-22T23:21:41.415Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552024-11-22T23:21:42.114Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27562024-11-22T23:21:44.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s
27572024-11-22T23:21:45.088Z
27582024-11-22T23:21:45.088Zinfo: running `cargo check --bins` on gateway-api (89/173)
27592024-11-22T23:21:45.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-11-22T23:21:45.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-11-22T23:21:45.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-11-22T23:21:45.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27632024-11-22T23:21:45.719Z
27642024-11-22T23:21:45.719Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27652024-11-22T23:21:46.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-11-22T23:21:46.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-11-22T23:21:46.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-11-22T23:21:46.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27692024-11-22T23:21:46.327Z
27702024-11-22T23:21:46.327Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27712024-11-22T23:21:46.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-11-22T23:21:46.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-11-22T23:21:46.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-11-22T23:21:46.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27752024-11-22T23:21:46.966Z
27762024-11-22T23:21:46.966Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27772024-11-22T23:21:47.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-11-22T23:21:47.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-11-22T23:21:47.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-11-22T23:21:47.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27812024-11-22T23:21:47.601Z
27822024-11-22T23:21:47.601Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27832024-11-22T23:21:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-11-22T23:21:48.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-11-22T23:21:48.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-11-22T23:21:48.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27872024-11-22T23:21:48.236Z
27882024-11-22T23:21:48.237Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27892024-11-22T23:21:48.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-11-22T23:21:48.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-11-22T23:21:48.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-11-22T23:21:48.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27932024-11-22T23:21:48.881Z
27942024-11-22T23:21:48.881Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27952024-11-22T23:21:49.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-11-22T23:21:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-11-22T23:21:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-11-22T23:21:49.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27992024-11-22T23:21:49.518Z
28002024-11-22T23:21:49.518Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28012024-11-22T23:21:50.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-11-22T23:21:50.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-11-22T23:21:50.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-11-22T23:21:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28052024-11-22T23:21:50.154Z
28062024-11-22T23:21:50.154Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28072024-11-22T23:21:50.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-11-22T23:21:50.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-11-22T23:21:50.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-11-22T23:21:50.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28112024-11-22T23:21:50.815Z
28122024-11-22T23:21:50.815Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28132024-11-22T23:21:51.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-11-22T23:21:51.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-11-22T23:21:51.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-11-22T23:21:51.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28172024-11-22T23:21:51.449Z
28182024-11-22T23:21:51.449Zinfo: running `cargo check --bins` on sp-sim (99/173)
28192024-11-22T23:21:52.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-11-22T23:21:52.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-11-22T23:21:52.094Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28222024-11-22T23:21:53.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28232024-11-22T23:21:54.109Z
28242024-11-22T23:21:54.109Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28252024-11-22T23:21:54.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-11-22T23:21:54.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-11-22T23:21:54.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-11-22T23:21:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28292024-11-22T23:21:54.787Z
28302024-11-22T23:21:54.787Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28312024-11-22T23:21:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-11-22T23:21:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-11-22T23:21:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342024-11-22T23:21:55.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28352024-11-22T23:21:55.474Z
28362024-11-22T23:21:55.474Zinfo: running `cargo check --bins` on db-macros (102/173)
28372024-11-22T23:21:56.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-11-22T23:21:56.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-11-22T23:21:56.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402024-11-22T23:21:56.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28412024-11-22T23:21:56.085Z
28422024-11-22T23:21:56.086Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28432024-11-22T23:21:56.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-11-22T23:21:56.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-11-22T23:21:56.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-11-22T23:21:56.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28472024-11-22T23:21:56.706Z
28482024-11-22T23:21:56.706Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28492024-11-22T23:21:57.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-11-22T23:21:57.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-11-22T23:21:57.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-11-22T23:21:57.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28532024-11-22T23:21:57.379Z
28542024-11-22T23:21:57.379Zinfo: running `cargo check --bins` on authz-macros (105/173)
28552024-11-22T23:21:57.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-11-22T23:21:57.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-11-22T23:21:57.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-11-22T23:21:57.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28592024-11-22T23:21:57.999Z
28602024-11-22T23:21:57.999Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28612024-11-22T23:21:58.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-11-22T23:21:58.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-11-22T23:21:58.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-11-22T23:21:58.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28652024-11-22T23:21:58.663Z
28662024-11-22T23:21:58.663Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28672024-11-22T23:21:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-11-22T23:21:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-11-22T23:21:59.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-11-22T23:21:59.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28712024-11-22T23:21:59.326Z
28722024-11-22T23:21:59.326Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28732024-11-22T23:21:59.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-11-22T23:21:59.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-11-22T23:21:59.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-11-22T23:21:59.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28772024-11-22T23:21:59.957Z
28782024-11-22T23:21:59.957Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28792024-11-22T23:22:00.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-11-22T23:22:00.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-11-22T23:22:00.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-11-22T23:22:00.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28832024-11-22T23:22:00.612Z
28842024-11-22T23:22:00.612Zinfo: running `cargo check --bins` on typed-rng (110/173)
28852024-11-22T23:22:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-11-22T23:22:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-11-22T23:22:01.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-11-22T23:22:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892024-11-22T23:22:01.224Z
28902024-11-22T23:22:01.224Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28912024-11-22T23:22:01.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-11-22T23:22:01.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-11-22T23:22:01.960Z Checking keccak v0.1.5
28942024-11-22T23:22:02.070Z Checking secrecy v0.8.0
28952024-11-22T23:22:02.073Z Compiling unicase v2.7.0
28962024-11-22T23:22:02.073Z Compiling same-file v1.0.6
28972024-11-22T23:22:02.079Z Compiling tempfile v3.13.0
28982024-11-22T23:22:02.111Z Compiling thiserror-impl-no-std v2.0.2
28992024-11-22T23:22:02.114Z Checking universal-hash v0.5.1
29002024-11-22T23:22:02.114Z Compiling ring v0.16.20
29012024-11-22T23:22:02.271Z Compiling walkdir v2.5.0
29022024-11-22T23:22:02.290Z Compiling blake3 v1.5.4
29032024-11-22T23:22:02.341Z Checking sha3 v0.10.8
29042024-11-22T23:22:02.370Z Checking opaque-debug v0.3.1
29052024-11-22T23:22:02.462Z Checking poly1305 v0.8.0
29062024-11-22T23:22:02.576Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29072024-11-22T23:22:02.765Z Checking chacha20 v0.9.1
29082024-11-22T23:22:02.873Z Checking aead v0.5.2
29092024-11-22T23:22:02.964Z Compiling memmap2 v0.9.5
29102024-11-22T23:22:02.980Z Compiling libefi-sys v0.1.0
29112024-11-22T23:22:02.983Z Compiling constant_time_eq v0.3.1
29122024-11-22T23:22:03.079Z Compiling spin v0.5.2
29132024-11-22T23:22:03.108Z Compiling arrayref v0.3.9
29142024-11-22T23:22:03.168Z Compiling salty v0.3.0
29152024-11-22T23:22:03.209Z Compiling arrayvec v0.7.6
29162024-11-22T23:22:03.275Z Checking chacha20poly1305 v0.10.1
29172024-11-22T23:22:03.383Z Compiling toolchain_find v0.4.0
29182024-11-22T23:22:03.443Z Compiling camino-tempfile v1.1.1
29192024-11-22T23:22:03.553Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29202024-11-22T23:22:03.626Z Compiling bitfield-struct v0.6.2
29212024-11-22T23:22:03.694Z Compiling topological-sort v0.2.2
29222024-11-22T23:22:03.895Z Compiling mime_guess v2.0.5
29232024-11-22T23:22:03.917Z Compiling rustfmt-wrapper v0.2.1
29242024-11-22T23:22:04.475Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29252024-11-22T23:22:04.504Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29262024-11-22T23:22:04.643Z Checking primeorder v0.13.6
29272024-11-22T23:22:04.811Z Checking env_filter v0.1.2
29282024-11-22T23:22:04.892Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-11-22T23:22:05.043Z Checking env_logger v0.11.5
29302024-11-22T23:22:05.072Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-11-22T23:22:05.123Z Checking p384 v0.13.0
29322024-11-22T23:22:05.242Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29332024-11-22T23:22:05.268Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29342024-11-22T23:22:05.334Z Checking thiserror-no-std v2.0.2
29352024-11-22T23:22:05.455Z Checking vsss-rs v3.3.4
29362024-11-22T23:22:05.500Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29372024-11-22T23:22:05.613Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-11-22T23:22:05.632Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29392024-11-22T23:22:05.891Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29402024-11-22T23:22:05.938Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29412024-11-22T23:22:06.071Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29422024-11-22T23:22:06.203Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29432024-11-22T23:22:06.507Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29442024-11-22T23:22:06.526Z Checking nanorand v0.7.0
29452024-11-22T23:22:06.529Z Checking atty v0.2.14
29462024-11-22T23:22:06.559Z Checking glob v0.3.1
29472024-11-22T23:22:06.674Z Checking http-range v0.1.5
29482024-11-22T23:22:06.855Z Checking hyper-staticfile v0.10.1
29492024-11-22T23:22:06.884Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29502024-11-22T23:22:06.902Z Checking flume v0.11.1
29512024-11-22T23:22:07.379Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29522024-11-22T23:22:07.483Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29532024-11-22T23:22:07.672Z Compiling omicron-zone-package v0.11.1
29542024-11-22T23:22:08.110Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29552024-11-22T23:22:08.885Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29562024-11-22T23:22:08.968Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29572024-11-22T23:22:09.313Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29582024-11-22T23:22:09.424Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29592024-11-22T23:22:10.064Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29602024-11-22T23:22:10.222Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29612024-11-22T23:22:11.425Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29622024-11-22T23:22:11.983Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29632024-11-22T23:22:14.379Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29642024-11-22T23:22:14.382Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29652024-11-22T23:22:23.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29662024-11-22T23:22:36.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.39s
29672024-11-22T23:22:36.809Z
29682024-11-22T23:22:36.809Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29692024-11-22T23:22:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702024-11-22T23:22:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712024-11-22T23:22:37.544Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29722024-11-22T23:22:50.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
29732024-11-22T23:22:50.970Z
29742024-11-22T23:22:50.970Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29752024-11-22T23:22:51.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762024-11-22T23:22:51.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772024-11-22T23:22:51.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29782024-11-22T23:23:04.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
29792024-11-22T23:23:05.017Z
29802024-11-22T23:23:05.017Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29812024-11-22T23:23:05.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-11-22T23:23:05.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-11-22T23:23:05.762Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-11-22T23:23:18.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
29852024-11-22T23:23:19.112Z
29862024-11-22T23:23:19.112Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29872024-11-22T23:23:19.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-11-22T23:23:19.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-11-22T23:23:19.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-11-22T23:23:33.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
29912024-11-22T23:23:33.222Z
29922024-11-22T23:23:33.222Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29932024-11-22T23:23:33.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-11-22T23:23:33.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-11-22T23:23:33.958Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-11-22T23:23:47.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
29972024-11-22T23:23:47.251Z
29982024-11-22T23:23:47.251Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
29992024-11-22T23:23:47.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-11-22T23:23:47.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-11-22T23:23:47.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-11-22T23:24:01.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30032024-11-22T23:24:01.240Z
30042024-11-22T23:24:01.240Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30052024-11-22T23:24:01.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-11-22T23:24:01.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-11-22T23:24:02.006Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-11-22T23:24:15.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
30092024-11-22T23:24:15.223Z
30102024-11-22T23:24:15.223Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30112024-11-22T23:24:15.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-11-22T23:24:15.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-11-22T23:24:15.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142024-11-22T23:24:15.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30152024-11-22T23:24:15.879Z
30162024-11-22T23:24:15.879Zinfo: running `cargo check --bins` on key-manager (120/173)
30172024-11-22T23:24:16.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-11-22T23:24:16.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-11-22T23:24:16.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202024-11-22T23:24:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30212024-11-22T23:24:16.511Z
30222024-11-22T23:24:16.511Zinfo: running `cargo check --bins` on repo-depot-api (121/173)
30232024-11-22T23:24:17.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-11-22T23:24:17.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-11-22T23:24:17.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-11-22T23:24:17.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30272024-11-22T23:24:17.160Z
30282024-11-22T23:24:17.160Zinfo: running `cargo check --bins` on sled-agent-api (122/173)
30292024-11-22T23:24:17.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-11-22T23:24:17.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-11-22T23:24:17.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-11-22T23:24:17.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30332024-11-22T23:24:17.815Z
30342024-11-22T23:24:17.815Zinfo: running `cargo check --bins` on sled-hardware (123/173)
30352024-11-22T23:24:18.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-11-22T23:24:18.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-11-22T23:24:18.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-11-22T23:24:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30392024-11-22T23:24:18.457Z
30402024-11-22T23:24:18.458Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/173)
30412024-11-22T23:24:19.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-11-22T23:24:19.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-11-22T23:24:19.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-11-22T23:24:19.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30452024-11-22T23:24:19.104Z
30462024-11-22T23:24:19.104Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173)
30472024-11-22T23:24:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-11-22T23:24:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-11-22T23:24:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-11-22T23:24:19.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30512024-11-22T23:24:19.758Z
30522024-11-22T23:24:19.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/173)
30532024-11-22T23:24:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-11-22T23:24:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-11-22T23:24:20.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-11-22T23:24:20.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30572024-11-22T23:24:20.415Z
30582024-11-22T23:24:20.415Zinfo: running `cargo check --bins` on nexus-test-interface (127/173)
30592024-11-22T23:24:20.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-11-22T23:24:20.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-11-22T23:24:20.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-11-22T23:24:20.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30632024-11-22T23:24:21.071Z
30642024-11-22T23:24:21.071Zinfo: running `cargo check --bins` on oximeter-collector (128/173)
30652024-11-22T23:24:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-11-22T23:24:21.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-11-22T23:24:21.760Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30682024-11-22T23:24:21.760Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30692024-11-22T23:24:22.502Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30702024-11-22T23:24:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
30712024-11-22T23:24:24.618Z
30722024-11-22T23:24:24.618Zinfo: running `cargo check --bins` on oximeter-api (129/173)
30732024-11-22T23:24:25.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-11-22T23:24:25.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-11-22T23:24:25.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-11-22T23:24:25.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30772024-11-22T23:24:25.245Z
30782024-11-22T23:24:25.245Zinfo: running `cargo check --bins` on cert-dev (130/173)
30792024-11-22T23:24:25.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-11-22T23:24:25.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-11-22T23:24:25.857Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30822024-11-22T23:24:26.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30832024-11-22T23:24:26.290Z
30842024-11-22T23:24:26.290Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/173)
30852024-11-22T23:24:26.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-11-22T23:24:26.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-11-22T23:24:26.977Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30882024-11-22T23:24:26.977Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30892024-11-22T23:24:27.561Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30902024-11-22T23:24:27.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
30912024-11-22T23:24:28.094Z
30922024-11-22T23:24:28.094Zinfo: running `cargo check --bins` on ch-dev (132/173)
30932024-11-22T23:24:28.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-11-22T23:24:28.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-11-22T23:24:28.765Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30962024-11-22T23:24:29.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
30972024-11-22T23:24:29.647Z
30982024-11-22T23:24:29.647Zinfo: running `cargo check --bins` on crdb-seed (133/173)
30992024-11-22T23:24:30.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-11-22T23:24:30.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-11-22T23:24:30.312Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31022024-11-22T23:24:30.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31032024-11-22T23:24:30.869Z
31042024-11-22T23:24:30.869Zinfo: running `cargo check --bins` on db-dev (134/173)
31052024-11-22T23:24:31.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-11-22T23:24:31.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-11-22T23:24:31.537Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082024-11-22T23:24:32.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31092024-11-22T23:24:32.440Z
31102024-11-22T23:24:32.440Zinfo: running `cargo check --bins` on omicron-dev-lib (135/173)
31112024-11-22T23:24:33.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-11-22T23:24:33.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-11-22T23:24:33.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142024-11-22T23:24:33.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31152024-11-22T23:24:33.098Z
31162024-11-22T23:24:33.098Zinfo: running `cargo check --bins` on xtask-downloader (136/173)
31172024-11-22T23:24:33.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-11-22T23:24:33.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-11-22T23:24:33.720Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31202024-11-22T23:24:34.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31212024-11-22T23:24:34.779Z
31222024-11-22T23:24:34.779Zinfo: running `cargo check --bins` on omicron-ls-apis (137/173)
31232024-11-22T23:24:35.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-11-22T23:24:35.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-11-22T23:24:35.406Z Checking cargo-platform v0.1.8
31262024-11-22T23:24:35.677Z Checking cargo_metadata v0.18.1
31272024-11-22T23:24:36.628Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31282024-11-22T23:24:37.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31292024-11-22T23:24:37.526Z
31302024-11-22T23:24:37.527Zinfo: running `cargo check --bins` on mgs-dev (138/173)
31312024-11-22T23:24:38.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-11-22T23:24:38.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-11-22T23:24:38.248Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31342024-11-22T23:24:38.968Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31352024-11-22T23:24:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31362024-11-22T23:24:39.711Z
31372024-11-22T23:24:39.711Zinfo: running `cargo check --bins` on omicron-omdb (139/173)
31382024-11-22T23:24:40.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-11-22T23:24:40.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-11-22T23:24:40.489Z Compiling crunchy v0.2.2
31412024-11-22T23:24:40.489Z Compiling tiny-keccak v2.0.2
31422024-11-22T23:24:40.492Z Compiling dsl_auto_type v0.1.2
31432024-11-22T23:24:40.492Z Checking scheduled-thread-pool v0.2.7
31442024-11-22T23:24:40.492Z Compiling diesel_table_macro_syntax v0.2.0
31452024-11-22T23:24:40.492Z Compiling ascii-canvas v3.0.0
31462024-11-22T23:24:40.603Z Compiling ena v0.14.3
31472024-11-22T23:24:40.607Z Compiling diff v0.1.13
31482024-11-22T23:24:40.829Z Checking r2d2 v0.8.10
31492024-11-22T23:24:40.943Z Compiling regex-syntax v0.6.29
31502024-11-22T23:24:41.024Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31512024-11-22T23:24:41.054Z Compiling ref-cast v1.0.23
31522024-11-22T23:24:41.205Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31532024-11-22T23:24:41.205Z Compiling derive_builder_core v0.20.2
31542024-11-22T23:24:41.253Z Compiling libxml v0.3.3
31552024-11-22T23:24:41.309Z Compiling ref-cast-impl v1.0.23
31562024-11-22T23:24:41.469Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31572024-11-22T23:24:41.663Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31582024-11-22T23:24:41.681Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31592024-11-22T23:24:41.837Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31602024-11-22T23:24:41.954Z Compiling strum_macros v0.24.3
31612024-11-22T23:24:42.027Z Compiling samael v0.0.17
31622024-11-22T23:24:42.196Z Compiling diesel_derives v2.2.3
31632024-11-22T23:24:42.260Z Compiling indoc v1.0.9
31642024-11-22T23:24:43.264Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31652024-11-22T23:24:43.565Z Compiling oso-derive v0.27.3
31662024-11-22T23:24:43.637Z Compiling derive_builder_macro v0.20.2
31672024-11-22T23:24:44.396Z Compiling lalrpop v0.19.12
31682024-11-22T23:24:44.581Z Checking derive_builder v0.20.2
31692024-11-22T23:24:44.688Z Compiling impl-trait-for-tuples v0.2.2
31702024-11-22T23:24:44.748Z Checking quick-xml v0.33.0
31712024-11-22T23:24:45.126Z Compiling diesel-dtrace v0.3.0
31722024-11-22T23:24:45.403Z Checking maplit v1.0.2
31732024-11-22T23:24:45.619Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742024-11-22T23:24:45.664Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31752024-11-22T23:24:45.945Z Checking bb8 v0.8.5
31762024-11-22T23:24:46.324Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31772024-11-22T23:24:46.416Z Checking castaway v0.2.3
31782024-11-22T23:24:46.602Z Checking rand_seeder v0.3.0
31792024-11-22T23:24:46.653Z Checking compact_str v0.8.0
31802024-11-22T23:24:46.850Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31812024-11-22T23:24:47.018Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31822024-11-22T23:24:47.039Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31832024-11-22T23:24:47.297Z Checking unicode-truncate v1.1.0
31842024-11-22T23:24:47.534Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31852024-11-22T23:24:47.537Z Checking lru v0.12.5
31862024-11-22T23:24:47.824Z Compiling instability v0.3.2
31872024-11-22T23:24:47.864Z Checking smawk v0.3.2
31882024-11-22T23:24:48.088Z Checking is_ci v1.2.0
31892024-11-22T23:24:48.235Z Checking unicode-linebreak v0.1.5
31902024-11-22T23:24:48.433Z Checking cassowary v0.3.0
31912024-11-22T23:24:48.654Z Checking textwrap v0.16.1
31922024-11-22T23:24:48.844Z Checking supports-color v3.0.1
31932024-11-22T23:24:48.884Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942024-11-22T23:24:48.903Z Checking ratatui v0.28.1
31952024-11-22T23:24:49.061Z Checking multimap v0.10.0
31962024-11-22T23:24:52.101Z Checking diesel v2.2.4
31972024-11-22T23:25:17.753Z Compiling polar-core v0.27.3
31982024-11-22T23:25:21.199Z Checking async-bb8-diesel v0.2.1
31992024-11-22T23:25:25.165Z Checking oso v0.27.3
32002024-11-22T23:26:35.077Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32012024-11-22T23:26:41.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32022024-11-22T23:26:41.345Z
32032024-11-22T23:26:41.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173)
32042024-11-22T23:26:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-11-22T23:26:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-11-22T23:26:41.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-11-22T23:26:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32082024-11-22T23:26:42.023Z
32092024-11-22T23:26:42.023Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/173)
32102024-11-22T23:26:42.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-11-22T23:26:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-11-22T23:26:42.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132024-11-22T23:26:42.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32142024-11-22T23:26:42.694Z
32152024-11-22T23:26:42.694Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/173)
32162024-11-22T23:26:43.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-11-22T23:26:43.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-11-22T23:26:43.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192024-11-22T23:26:43.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202024-11-22T23:26:43.317Z
32212024-11-22T23:26:43.317Zinfo: running `cargo check --bins` on omicron-nexus (143/173)
32222024-11-22T23:26:43.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-11-22T23:26:43.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-11-22T23:26:44.112Z Compiling libz-sys v1.1.20
32252024-11-22T23:26:44.228Z Compiling libgit2-sys v0.17.0+1.8.1
32262024-11-22T23:26:44.240Z Compiling vergen v8.3.2
32272024-11-22T23:26:44.242Z Compiling cargo-platform v0.1.8
32282024-11-22T23:26:44.242Z Compiling pin-project-internal v1.1.6
32292024-11-22T23:26:44.274Z Compiling libsqlite3-sys v0.30.1
32302024-11-22T23:26:44.277Z Compiling snafu-derive v0.8.5
32312024-11-22T23:26:44.277Z Compiling rustls v0.21.12
32322024-11-22T23:26:44.526Z Compiling cargo_metadata v0.18.1
32332024-11-22T23:26:44.584Z Compiling buf-list v1.0.3
32342024-11-22T23:26:44.777Z Compiling cfg_aliases v0.2.1
32352024-11-22T23:26:44.796Z Compiling zip v2.1.3
32362024-11-22T23:26:44.885Z Checking lockfree-object-pool v0.1.6
32372024-11-22T23:26:45.100Z Checking bumpalo v3.16.0
32382024-11-22T23:26:45.173Z Checking simd-adler32 v0.3.7
32392024-11-22T23:26:45.243Z Compiling nix v0.29.0
32402024-11-22T23:26:45.361Z Checking globset v0.4.15
32412024-11-22T23:26:45.421Z Checking olpc-cjson v0.1.4
32422024-11-22T23:26:45.517Z Checking zopfli v0.8.1
32432024-11-22T23:26:45.628Z Checking rustls-webpki v0.101.7
32442024-11-22T23:26:45.864Z Checking sct v0.7.1
32452024-11-22T23:26:46.071Z Checking serde_plain v1.0.2
32462024-11-22T23:26:46.117Z Checking typed-path v0.9.3
32472024-11-22T23:26:47.150Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482024-11-22T23:26:47.262Z Checking pin-project v1.1.6
32492024-11-22T23:26:47.265Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32502024-11-22T23:26:47.396Z Checking hashlink v0.9.1
32512024-11-22T23:26:47.416Z Checking fallible-iterator v0.3.0
32522024-11-22T23:26:47.551Z Checking fallible-streaming-iterator v0.1.9
32532024-11-22T23:26:47.800Z Checking parse-size v1.1.0
32542024-11-22T23:26:48.041Z Checking rusqlite v0.32.1
32552024-11-22T23:26:48.059Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32562024-11-22T23:26:48.059Z Checking rustls-pemfile v1.0.4
32572024-11-22T23:26:48.141Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32582024-11-22T23:26:48.261Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32592024-11-22T23:26:48.467Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32602024-11-22T23:26:48.534Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32612024-11-22T23:26:48.675Z Checking twox-hash v1.6.3
32622024-11-22T23:26:48.695Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632024-11-22T23:26:49.177Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32642024-11-22T23:26:49.500Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32652024-11-22T23:26:49.523Z Checking tokio-rustls v0.24.1
32662024-11-22T23:26:49.818Z Checking snafu v0.8.5
32672024-11-22T23:26:49.924Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32682024-11-22T23:26:50.078Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32692024-11-22T23:26:50.134Z Checking fatfs v0.3.6
32702024-11-22T23:26:50.312Z Checking tough v0.19.0
32712024-11-22T23:26:50.599Z Checking assert_matches v1.5.0
32722024-11-22T23:26:54.525Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32732024-11-22T23:26:55.887Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32742024-11-22T23:26:56.812Z Compiling git2 v0.19.0
32752024-11-22T23:27:01.629Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32762024-11-22T23:27:54.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
32772024-11-22T23:27:54.599Z
32782024-11-22T23:27:54.599Zinfo: running `cargo check --bins` on nexus-external-api (144/173)
32792024-11-22T23:27:55.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-11-22T23:27:55.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-11-22T23:27:55.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822024-11-22T23:27:55.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32832024-11-22T23:27:55.300Z
32842024-11-22T23:27:55.300Zinfo: running `cargo check --bins` on openapi-manager-types (145/173)
32852024-11-22T23:27:55.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-11-22T23:27:55.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-11-22T23:27:55.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882024-11-22T23:27:55.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32892024-11-22T23:27:55.926Z
32902024-11-22T23:27:55.926Zinfo: running `cargo check --bins` on nexus-internal-api (146/173)
32912024-11-22T23:27:56.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-11-22T23:27:56.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-11-22T23:27:56.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-11-22T23:27:56.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32952024-11-22T23:27:56.593Z
32962024-11-22T23:27:56.593Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (147/173)
32972024-11-22T23:27:57.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-11-22T23:27:57.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-11-22T23:27:57.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-11-22T23:27:57.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33012024-11-22T23:27:57.276Z
33022024-11-22T23:27:57.276Zinfo: running `cargo check --bins` on nexus-networking (148/173)
33032024-11-22T23:27:57.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-11-22T23:27:57.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-11-22T23:27:57.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-11-22T23:27:57.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33072024-11-22T23:27:57.958Z
33082024-11-22T23:27:57.958Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (149/173)
33092024-11-22T23:27:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-11-22T23:27:58.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-11-22T23:27:58.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-11-22T23:27:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33132024-11-22T23:27:58.631Z
33142024-11-22T23:27:58.631Zinfo: running `cargo check --bins` on update-common (150/173)
33152024-11-22T23:27:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-11-22T23:27:59.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-11-22T23:27:59.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-11-22T23:27:59.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33192024-11-22T23:27:59.286Z
33202024-11-22T23:27:59.286Zinfo: running `cargo check --bins` on tufaceous-lib (151/173)
33212024-11-22T23:27:59.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-11-22T23:27:59.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-11-22T23:27:59.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-11-22T23:27:59.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33252024-11-22T23:27:59.961Z
33262024-11-22T23:27:59.961Zinfo: running `cargo check --bins` on tufaceous (152/173)
33272024-11-22T23:28:00.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-11-22T23:28:00.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-11-22T23:28:00.632Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33302024-11-22T23:28:01.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33312024-11-22T23:28:01.804Z
33322024-11-22T23:28:01.804Zinfo: running `cargo check --bins` on omicron-dev (153/173)
33332024-11-22T23:28:02.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-11-22T23:28:02.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-11-22T23:28:02.652Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33362024-11-22T23:28:02.780Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33372024-11-22T23:28:02.783Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33382024-11-22T23:28:02.783Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33392024-11-22T23:28:28.386Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33402024-11-22T23:28:28.386Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33412024-11-22T23:28:28.389Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33422024-11-22T23:28:28.389Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33432024-11-22T23:28:28.389Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33442024-11-22T23:28:29.188Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33452024-11-22T23:28:30.463Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33462024-11-22T23:29:07.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33472024-11-22T23:29:08.168Z
33482024-11-22T23:29:08.169Zinfo: running `cargo check --bins` on openapi-manager (154/173)
33492024-11-22T23:29:08.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-11-22T23:29:08.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-11-22T23:29:08.879Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33522024-11-22T23:29:08.879Z Checking heck v0.4.1
33532024-11-22T23:29:08.879Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33542024-11-22T23:29:09.113Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33552024-11-22T23:29:10.535Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33562024-11-22T23:29:11.412Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33572024-11-22T23:29:12.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
33582024-11-22T23:29:12.682Z
33592024-11-22T23:29:12.682Zinfo: running `cargo check --bins` on installinator-api (155/173)
33602024-11-22T23:29:13.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-11-22T23:29:13.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-11-22T23:29:13.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632024-11-22T23:29:13.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33642024-11-22T23:29:13.333Z
33652024-11-22T23:29:13.333Zinfo: running `cargo check --bins` on wicketd-api (156/173)
33662024-11-22T23:29:13.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-11-22T23:29:13.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-11-22T23:29:13.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-11-22T23:29:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33702024-11-22T23:29:13.999Z
33712024-11-22T23:29:13.999Zinfo: running `cargo check --bins` on reconfigurator-cli (157/173)
33722024-11-22T23:29:14.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-11-22T23:29:14.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-11-22T23:29:14.692Z Compiling petname v2.0.2
33752024-11-22T23:29:14.695Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33762024-11-22T23:29:14.695Z Checking sync-ptr v0.1.1
33772024-11-22T23:29:16.102Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33782024-11-22T23:29:17.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
33792024-11-22T23:29:17.862Z
33802024-11-22T23:29:17.862Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173)
33812024-11-22T23:29:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-11-22T23:29:18.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-11-22T23:29:18.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842024-11-22T23:29:18.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33852024-11-22T23:29:18.525Z
33862024-11-22T23:29:18.525Zinfo: running `cargo check --bins` on omicron-releng (159/173)
33872024-11-22T23:29:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-11-22T23:29:19.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-11-22T23:29:19.192Z Checking memmap2 v0.9.5
33902024-11-22T23:29:19.192Z Checking arrayvec v0.7.6
33912024-11-22T23:29:19.196Z Checking constant_time_eq v0.3.1
33922024-11-22T23:29:19.196Z Checking arrayref v0.3.9
33932024-11-22T23:29:19.196Z Checking spin v0.5.2
33942024-11-22T23:29:19.196Z Checking topological-sort v0.2.2
33952024-11-22T23:29:19.299Z Checking shell-words v1.1.0
33962024-11-22T23:29:19.506Z Checking ring v0.16.20
33972024-11-22T23:29:19.583Z Checking blake3 v1.5.4
33982024-11-22T23:29:20.615Z Checking omicron-zone-package v0.11.1
33992024-11-22T23:29:21.735Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34002024-11-22T23:29:22.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34012024-11-22T23:29:22.813Z
34022024-11-22T23:29:22.813Zinfo: running `cargo check --bins` on xtask (160/173)
34032024-11-22T23:29:23.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-11-22T23:29:23.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-11-22T23:29:23.256Z Checking bitflags v2.6.0
34062024-11-22T23:29:23.259Z Checking serde v1.0.215
34072024-11-22T23:29:23.259Z Checking thiserror v1.0.69
34082024-11-22T23:29:23.351Z Checking scroll v0.12.0
34092024-11-22T23:29:23.354Z Checking log v0.4.22
34102024-11-22T23:29:23.354Z Checking hashbrown v0.15.0
34112024-11-22T23:29:23.374Z Checking zerocopy v0.7.35
34122024-11-22T23:29:23.388Z Checking syn v2.0.87
34132024-11-22T23:29:23.439Z Checking pest v2.7.14
34142024-11-22T23:29:23.583Z Checking rustix v0.38.37
34152024-11-22T23:29:23.618Z Checking once_cell v1.20.2
34162024-11-22T23:29:23.801Z Checking goblin v0.8.2
34172024-11-22T23:29:23.929Z Checking fs-err v2.11.0
34182024-11-22T23:29:24.226Z Checking tabled v0.15.0
34192024-11-22T23:29:24.441Z Checking indexmap v2.6.0
34202024-11-22T23:29:24.839Z Checking anyhow v1.0.93
34212024-11-22T23:29:25.600Z Checking terminal_size v0.4.0
34222024-11-22T23:29:25.603Z Checking tempfile v3.13.0
34232024-11-22T23:29:25.766Z Checking dtrace-parser v0.2.0
34242024-11-22T23:29:25.782Z Checking clap_builder v4.5.21
34252024-11-22T23:29:27.772Z Checking serde_json v1.0.132
34262024-11-22T23:29:27.772Z Checking toml_datetime v0.6.8
34272024-11-22T23:29:27.772Z Checking serde_spanned v0.6.8
34282024-11-22T23:29:27.775Z Checking camino v1.1.9
34292024-11-22T23:29:27.775Z Checking cargo-platform v0.1.8
34302024-11-22T23:29:27.775Z Checking semver v1.0.23
34312024-11-22T23:29:27.876Z Checking clap v4.5.21
34322024-11-22T23:29:27.985Z Checking macaddr v1.0.1
34332024-11-22T23:29:28.084Z Checking toml_edit v0.22.22
34342024-11-22T23:29:28.252Z Checking camino-tempfile v1.1.1
34352024-11-22T23:29:28.947Z Checking dof v0.3.0
34362024-11-22T23:29:28.947Z Checking cargo_metadata v0.18.1
34372024-11-22T23:29:29.355Z Checking usdt-impl v0.5.0
34382024-11-22T23:29:29.740Z Checking usdt v0.5.0
34392024-11-22T23:29:29.843Z Checking toml v0.8.19
34402024-11-22T23:29:30.308Z Checking cargo_toml v0.20.5
34412024-11-22T23:29:31.499Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34422024-11-22T23:29:32.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
34432024-11-22T23:29:32.221Z
34442024-11-22T23:29:32.221Zinfo: running `cargo check --bins` on end-to-end-tests (161/173)
34452024-11-22T23:29:32.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462024-11-22T23:29:32.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472024-11-22T23:29:32.979Z Checking polyval v0.6.2
34482024-11-22T23:29:33.093Z Checking ctr v0.9.2
34492024-11-22T23:29:33.103Z Checking ssh-encoding v0.2.0
34502024-11-22T23:29:33.105Z Checking blowfish v0.9.1
34512024-11-22T23:29:33.125Z Checking password-hash v0.4.2
34522024-11-22T23:29:33.128Z Checking matches v0.1.10
34532024-11-22T23:29:33.155Z Checking p521 v0.13.3
34542024-11-22T23:29:33.155Z Checking p256 v0.13.2
34552024-11-22T23:29:33.223Z Checking idna v0.2.3
34562024-11-22T23:29:33.317Z Checking ghash v0.5.1
34572024-11-22T23:29:33.320Z Checking bcrypt-pbkdf v0.10.0
34582024-11-22T23:29:33.354Z Compiling enum-as-inner v0.5.1
34592024-11-22T23:29:33.415Z Checking russh-cryptovec v0.7.3
34602024-11-22T23:29:33.476Z Checking aes-gcm v0.10.3
34612024-11-22T23:29:33.533Z Checking pbkdf2 v0.11.0
34622024-11-22T23:29:33.594Z Checking md5 v0.7.0
34632024-11-22T23:29:33.614Z Checking num-bigint v0.4.6
34642024-11-22T23:29:33.702Z Checking ssh-cipher v0.2.0
34652024-11-22T23:29:33.785Z Checking des v0.8.1
34662024-11-22T23:29:33.837Z Checking hex-literal v0.4.1
34672024-11-22T23:29:33.967Z Compiling dhcproto-macros v0.1.0
34682024-11-22T23:29:33.983Z Checking ssh-key v0.6.6
34692024-11-22T23:29:34.023Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34702024-11-22T23:29:34.070Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34712024-11-22T23:29:34.318Z Checking trust-dns-proto v0.22.0
34722024-11-22T23:29:34.437Z Checking internet-checksum v0.2.1
34732024-11-22T23:29:35.301Z Checking russh-keys v0.45.0
34742024-11-22T23:29:36.218Z Checking russh v0.45.0
34752024-11-22T23:29:36.907Z Checking dhcproto v0.12.0
34762024-11-22T23:29:53.990Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34772024-11-22T23:29:55.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
34782024-11-22T23:29:55.622Z
34792024-11-22T23:29:55.622Zinfo: running `cargo check --bins` on gateway-cli (162/173)
34802024-11-22T23:29:56.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812024-11-22T23:29:56.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822024-11-22T23:29:56.256Z Checking termios v0.3.3
34832024-11-22T23:29:56.473Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34842024-11-22T23:29:57.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34852024-11-22T23:29:57.437Z
34862024-11-22T23:29:57.437Zinfo: running `cargo check --bins --no-default-features` on installinator (163/173)
34872024-11-22T23:29:58.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882024-11-22T23:29:58.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892024-11-22T23:29:58.129Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34902024-11-22T23:30:00.136Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34912024-11-22T23:30:02.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
34922024-11-22T23:30:02.207Z
34932024-11-22T23:30:02.207Zinfo: running `cargo check --bins` on internal-dns-cli (164/173)
34942024-11-22T23:30:02.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-11-22T23:30:02.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-11-22T23:30:02.852Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34972024-11-22T23:30:03.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34982024-11-22T23:30:03.507Z
34992024-11-22T23:30:03.507Zinfo: running `cargo check --bins` on omicron-live-tests (165/173)
35002024-11-22T23:30:04.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-11-22T23:30:04.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-11-22T23:30:04.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032024-11-22T23:30:04.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35042024-11-22T23:30:04.127Z
35052024-11-22T23:30:04.127Zinfo: running `cargo check --bins` on live-tests-macros (166/173)
35062024-11-22T23:30:04.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-11-22T23:30:04.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-11-22T23:30:04.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092024-11-22T23:30:04.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35102024-11-22T23:30:04.747Z
35112024-11-22T23:30:04.747Zinfo: running `cargo check --bins` on omicron-package (167/173)
35122024-11-22T23:30:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-11-22T23:30:05.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-11-22T23:30:05.423Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35152024-11-22T23:30:06.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35162024-11-22T23:30:06.928Z
35172024-11-22T23:30:06.928Zinfo: running `cargo check --bins` on range-requests (168/173)
35182024-11-22T23:30:07.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-11-22T23:30:07.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-11-22T23:30:07.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212024-11-22T23:30:07.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222024-11-22T23:30:07.551Z
35232024-11-22T23:30:07.551Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35242024-11-22T23:30:08.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-11-22T23:30:08.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-11-22T23:30:08.254Z Checking rtoolbox v0.0.2
35272024-11-22T23:30:08.256Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35282024-11-22T23:30:08.256Z Checking tui-tree-widget v0.22.0
35292024-11-22T23:30:08.476Z Checking rpassword v7.3.1
35302024-11-22T23:30:12.480Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35312024-11-22T23:30:15.484Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35322024-11-22T23:30:16.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
35332024-11-22T23:30:16.910Z
35342024-11-22T23:30:16.910Zinfo: running `cargo check --bins` on wicket (170/173)
35352024-11-22T23:30:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-11-22T23:30:17.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-11-22T23:30:17.610Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35382024-11-22T23:30:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35392024-11-22T23:30:18.238Z
35402024-11-22T23:30:18.238Zinfo: running `cargo check --bins` on wicketd (171/173)
35412024-11-22T23:30:18.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-11-22T23:30:18.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-11-22T23:30:18.954Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35442024-11-22T23:30:22.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
35452024-11-22T23:30:23.106Z
35462024-11-22T23:30:23.106Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35472024-11-22T23:30:23.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-11-22T23:30:23.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-11-22T23:30:23.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502024-11-22T23:30:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35512024-11-22T23:30:23.719Z
35522024-11-22T23:30:23.720Zinfo: running `cargo check --bins` on zone-setup (173/173)
35532024-11-22T23:30:24.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-11-22T23:30:24.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-11-22T23:30:24.450Z Checking uzers v0.12.1
35562024-11-22T23:30:24.799Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35572024-11-22T23:30:25.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35582024-11-22T23:30:26.159Z
35592024-11-22T23:30:26.161Zreal 12:54.985315835
35602024-11-22T23:30:26.161Zuser 24:06.435570147
35612024-11-22T23:30:26.161Zsys 5:26.607902812
35622024-11-22T23:30:26.161Ztrap 0.478379027
35632024-11-22T23:30:26.161Ztflt 2.297579053
35642024-11-22T23:30:26.161Zdflt 3.189802705
35652024-11-22T23:30:26.161Zkflt 0.002053404
35662024-11-22T23:30:26.161Zlock 45:23.143945883
35672024-11-22T23:30:26.162Zslp 2:05:44.986599591
35682024-11-22T23:30:26.162Zlat 1:01.398632942
35692024-11-22T23:30:26.162Zstop 3:18.351645390
35702024-11-22T23:30:26.162Zprocess exited: duration 1051443 ms, exit code 0
 
35712024-11-22T23:30:26.169Zfound 0 output files