01JEETBBXKFH0M859BGDYB4FN2: 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: 01JEETBQMPA4RJN82K2Z645BZ3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-06T20:26:02.998Zjob assigned to worker 01JEETBXB0XV4HNEREMP1DZFNZ [factory aws, i-0d0b9738f56558044] (queued for 49 s)
 
22024-12-06T20:26:10.637Zstarting task 0: "setup"
32024-12-06T20:26:10.656Z++ uname -s
42024-12-06T20:26:10.656Z+ kern=SunOS
52024-12-06T20:26:10.657Z+ case "$kern" in
62024-12-06T20:26:10.657Z+ groupadd -g 12345 build
72024-12-06T20:26:10.657Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-06T20:26:12.656Z+ zfs create -o mountpoint=/work rpool/work
92024-12-06T20:26:12.781Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-06T20:26:12.784Z+ home_fs=zfs
112024-12-06T20:26:12.784Z+ [[ zfs == autofs ]]
122024-12-06T20:26:12.784Z+ mkdir -p /home/build
132024-12-06T20:26:12.787Z+ chown build:build /home/build /work
142024-12-06T20:26:14.787Z+ chmod 0700 /home/build /work
152024-12-06T20:26:14.790Zprocess exited: duration 4154 ms, exit code 0
 
162024-12-06T20:26:14.795Zstarting task 1: "rust-toolchain"
172024-12-06T20:26:14.800Z+ printf ' * toolchain channel = "%s"
182024-12-06T20:26:14.800Z' 1.81.0
192024-12-06T20:26:14.800Z * toolchain channel = "1.81.0"
202024-12-06T20:26:14.800Z+ printf ' * toolchain profile = "%s"
212024-12-06T20:26:14.800Z' default
222024-12-06T20:26:14.800Z * toolchain profile = "default"
232024-12-06T20:26:14.804Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-06T20:26:14.804Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-06T20:26:14.957Zinfo: downloading installer
262024-12-06T20:26:16.469Zinfo: profile set to 'default'
272024-12-06T20:26:16.469Zinfo: default host triple is x86_64-unknown-illumos
282024-12-06T20:26:16.471Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-06T20:26:16.623Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-06T20:26:16.625Zinfo: downloading component 'cargo'
312024-12-06T20:26:17.474Zinfo: downloading component 'clippy'
322024-12-06T20:26:17.793Zinfo: downloading component 'rust-docs'
332024-12-06T20:26:18.971Zinfo: downloading component 'rust-std'
342024-12-06T20:26:20.808Zinfo: downloading component 'rustc'
352024-12-06T20:26:27.405Zinfo: downloading component 'rustfmt'
362024-12-06T20:26:27.653Zinfo: installing component 'cargo'
372024-12-06T20:26:28.452Zinfo: installing component 'clippy'
382024-12-06T20:26:28.810Zinfo: installing component 'rust-docs'
392024-12-06T20:26:30.396Zinfo: installing component 'rust-std'
402024-12-06T20:26:32.103Zinfo: installing component 'rustc'
412024-12-06T20:26:37.693Zinfo: installing component 'rustfmt'
422024-12-06T20:26:38.012Z
432024-12-06T20:26:38.012Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-06T20:26:38.376Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-06T20:26:38.376Z
462024-12-06T20:26:38.383Z
472024-12-06T20:26:38.383ZRust is installed now. Great!
482024-12-06T20:26:38.383Z
492024-12-06T20:26:38.383ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-06T20:26:38.383Zenvironment variable. This has not been done automatically.
512024-12-06T20:26:38.383Z
522024-12-06T20:26:38.383ZTo configure your current shell, you need to source
532024-12-06T20:26:38.383Zthe corresponding env file under $HOME/.cargo.
542024-12-06T20:26:38.383Z
552024-12-06T20:26:38.383ZThis is usually done by running one of the following (note the leading DOT):
562024-12-06T20:26:38.383Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-06T20:26:38.383Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-06T20:26:38.451Z+ rustc --version
592024-12-06T20:26:38.515Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-06T20:26:38.518Zprocess exited: duration 23719 ms, exit code 0
 
612024-12-06T20:26:38.523Zstarting task 2: "authentication"
622024-12-06T20:26:38.544Zprocess exited: duration 20 ms, exit code 0
 
632024-12-06T20:26:38.548Zstarting task 3: "clone repository"
642024-12-06T20:26:38.553Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-06T20:26:38.555Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-06T20:26:38.591ZCloning into '/work/oxidecomputer/omicron'...
672024-12-06T20:26:45.396Z+ cd /work/oxidecomputer/omicron
682024-12-06T20:26:45.396Z+ git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
692024-12-06T20:26:45.718ZFrom https://github.com/oxidecomputer/omicron
702024-12-06T20:26:45.718Z * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD
712024-12-06T20:26:45.728Z+ [[ -n bump-console-927c8b63 ]]
722024-12-06T20:26:45.730Z++ git branch --show-current
732024-12-06T20:26:45.733Z+ current=main
742024-12-06T20:26:45.733Z+ [[ main != bump-console-927c8b63 ]]
752024-12-06T20:26:45.733Z+ git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
762024-12-06T20:26:45.736Z+ git checkout -f bump-console-927c8b63
772024-12-06T20:26:45.909ZSwitched to branch 'bump-console-927c8b63'
782024-12-06T20:26:45.912Z+ git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
792024-12-06T20:26:46.077ZHEAD is now at 4ce33292e Bump web console (minor)
802024-12-06T20:26:46.079Zprocess exited: duration 7529 ms, exit code 0
 
812024-12-06T20:26:46.086Zstarting task 4: "build"
822024-12-06T20:26:46.089Z+ source .github/buildomat/ci-env.sh
832024-12-06T20:26:46.089Z++ export CARGO_TERM_COLOR=always
842024-12-06T20:26:46.089Z++ CARGO_TERM_COLOR=always
852024-12-06T20:26:46.089Z+ cargo --version
862024-12-06T20:26:46.146Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-06T20:26:46.149Z+ rustc --version
882024-12-06T20:26:46.209Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-06T20:26:46.212Z+ source ./env.sh
902024-12-06T20:26:46.212Z++ OLD_SHELL_OPTS=ehxB
912024-12-06T20:26:46.212Z++ set -o xtrace
922024-12-06T20:26:46.215Z++++ dirname ./env.sh
932024-12-06T20:26:46.218Z+++ readlink -f .
942024-12-06T20:26:46.221Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ 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-12-06T20:26:46.221Z++ case $OLD_SHELL_OPTS in
1042024-12-06T20:26:46.221Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-06T20:26:46.221Z+ 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-12-06T20:26:46.221Z+ 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-12-06T20:26:46.221Z+ banner prerequisites
1082024-12-06T20:26:46.225Z
1092024-12-06T20:26:46.225Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-06T20:26:46.225Z # # # # # # # # # # # # # # #
1112024-12-06T20:26:46.225Z # # # # ##### # # ##### # # # # # #### #
1122024-12-06T20:26:46.225Z ##### ##### # ##### # # # # # # # # #
1132024-12-06T20:26:46.225Z # # # # # # # # # # # # # # #
1142024-12-06T20:26:46.225Z # # # ###### # # ###### ### # #### # #### #
1152024-12-06T20:26:46.225Z
1162024-12-06T20:26:46.225Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-06T20:26:53.160Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-06T20:26:56.953Z Startup: Caching catalogs ... Done
1192024-12-06T20:27:07.231ZPlanning: Solver setup ... Done (9.404s)
1202024-12-06T20:27:07.359ZPlanning: Running solver ... Done (0.128s)
1212024-12-06T20:27:07.462ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-06T20:27:07.474ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-06T20:27:08.105ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-06T20:27:08.203ZPlanning: Package planning ... Done (0.097s)
1252024-12-06T20:27:08.260ZPlanning: Merging actions ... Done (0.057s)
1262024-12-06T20:27:08.450ZPlanning: Checking for conflicting actions ... Done (0.190s)
1272024-12-06T20:27:10.377ZPlanning: Consolidating action changes ... Done (1.926s)
1282024-12-06T20:27:10.784ZPlanning: Evaluating mediators ... Done (0.407s)
1292024-12-06T20:27:10.861ZPlanning: Planning completed in 13.82 seconds
1302024-12-06T20:27:10.876Z Packages to install: 4
1312024-12-06T20:27:10.876Z Packages to update: 1
1322024-12-06T20:27:10.879Z Mediators to change: 2
1332024-12-06T20:27:10.879Z Services to change: 1
1342024-12-06T20:27:10.879Z Estimated space available: 155.64 GB
1352024-12-06T20:27:10.879ZEstimated space to be consumed: 1.61 GB
1362024-12-06T20:27:10.879Z Create boot environment: No
1372024-12-06T20:27:10.879ZCreate backup boot environment: Yes
1382024-12-06T20:27:10.879Z Rebuild boot archive: No
1392024-12-06T20:27:10.879Z
1402024-12-06T20:27:10.879ZChanged mediators:
1412024-12-06T20:27:10.879Z mediator clang:
1422024-12-06T20:27:10.879Z version: None -> 15 (system default)
1432024-12-06T20:27:10.879Z
1442024-12-06T20:27:10.879Z mediator llvm:
1452024-12-06T20:27:10.879Z version: 14 (system default) -> 15 (system default)
1462024-12-06T20:27:10.879Z
1472024-12-06T20:27:10.879ZChanged packages:
1482024-12-06T20:27:10.879Zhelios-dev
1492024-12-06T20:27:10.879Z developer/build-essential
1502024-12-06T20:27:10.879Z None -> 11-2.0
1512024-12-06T20:27:10.879Z library/libxmlsec1
1522024-12-06T20:27:10.879Z None -> 1.2.35-2.0
1532024-12-06T20:27:10.879Z ooce/developer/clang-15
1542024-12-06T20:27:10.879Z None -> 15.0.7-2.0
1552024-12-06T20:27:10.879Z ooce/developer/llvm-15
1562024-12-06T20:27:10.879Z None -> 15.0.7-2.0
1572024-12-06T20:27:10.879Z package/pkg
1582024-12-06T20:27:10.879Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-06T20:27:10.880Z
1602024-12-06T20:27:10.880ZServices:
1612024-12-06T20:27:10.880Z restart_fmri:
1622024-12-06T20:27:10.880Z svc:/system/update-man-index:default
1632024-12-06T20:27:10.880Z
1642024-12-06T20:27:10.880ZEditable files to change:
1652024-12-06T20:27:10.880Z Update:
1662024-12-06T20:27:10.880Z usr/share/lib/pkg/web/config.shtml
1672024-12-06T20:27:10.954Z
1682024-12-06T20:27:10.954ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-06T20:27:15.956ZDownload: 1256/4281 items 91.2/220.6MB 41% complete (18.2M/s)
1702024-12-06T20:27:20.958ZDownload: 2555/4281 items 120.2/220.6MB 54% complete (12.1M/s)
1712024-12-06T20:27:25.967ZDownload: 3384/4281 items 212.9/220.6MB 96% complete (12.7M/s)
1722024-12-06T20:27:30.271ZDownload: Completed 220.60 MB in 19.31 seconds (11.4M/s)
1732024-12-06T20:27:32.326Z Actions: 1/5063 actions (Removing old actions)
1742024-12-06T20:27:32.346Z Actions: 194/5063 actions (Installing new actions)
1752024-12-06T20:27:36.999Z Actions: 4226/5063 actions (Updating modified actions)
1762024-12-06T20:27:37.312Z Actions: Completed 5063 actions in 4.98 seconds.
1772024-12-06T20:27:37.538Z Done (0.218s)
1782024-12-06T20:27:37.549Z Done (0.000s)
1792024-12-06T20:27:38.108Z Done (0.568s)
1802024-12-06T20:27:42.421Z Done (4.094s)
1812024-12-06T20:27:42.508Z Done (0.016s)
1822024-12-06T20:27:42.511Z Done (0.000s)
1832024-12-06T20:27:42.694Z Done (0.000s)
1842024-12-06T20:27:43.381ZPlanning: Evaluating mediator changes ... Done
1852024-12-06T20:27:43.537ZPlanning: Checking for conflicting actions ... Done
1862024-12-06T20:27:43.540ZPlanning: Consolidating action changes ... Done
1872024-12-06T20:27:43.802ZPlanning: Evaluating mediators ... Done
1882024-12-06T20:27:43.804ZPlanning: Planning completed in 0.42 seconds
1892024-12-06T20:27:43.841Z Mediators to change: 2
1902024-12-06T20:27:43.841Z Create boot environment: No
1912024-12-06T20:27:43.843ZCreate backup boot environment: No
1922024-12-06T20:27:43.925Z Done
1932024-12-06T20:27:43.925Z Done
1942024-12-06T20:27:44.305Z Done
1952024-12-06T20:27:47.866Z Done
1962024-12-06T20:27:47.955Z Done
1972024-12-06T20:27:47.958Z Done
1982024-12-06T20:27:48.085Z Done
1992024-12-06T20:27:48.687ZPlanning: Evaluating mediator changes ... Done
2002024-12-06T20:27:48.689ZPlanning: Merging actions ... Done
2012024-12-06T20:27:48.877ZPlanning: Checking for conflicting actions ... Done
2022024-12-06T20:27:48.879ZPlanning: Consolidating action changes ... Done
2032024-12-06T20:27:49.139ZPlanning: Evaluating mediators ... Done
2042024-12-06T20:27:49.193ZPlanning: Planning completed in 0.74 seconds
2052024-12-06T20:27:49.234Z Packages to change: 1
2062024-12-06T20:27:49.236Z Mediators to change: 1
2072024-12-06T20:27:49.236Z Services to change: 1
2082024-12-06T20:27:49.236Z Create boot environment: No
2092024-12-06T20:27:49.236ZCreate backup boot environment: Yes
2102024-12-06T20:27:51.482Z Actions: 1/6 actions (Updating modified actions)
2112024-12-06T20:27:51.484Z Actions: Completed 6 actions in 0.00 seconds.
2122024-12-06T20:27:51.484Z Done
2132024-12-06T20:27:51.484Z Done
2142024-12-06T20:27:51.597Z Done
2152024-12-06T20:27:55.265Z Done
2162024-12-06T20:27:55.355Z Done
2172024-12-06T20:27:55.358Z Done
2182024-12-06T20:27:55.502Z Done
2192024-12-06T20:27:55.928ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-12-06T20:27:55.929Zclang system 15 system
2212024-12-06T20:27:55.929Zcsh system system illumos
2222024-12-06T20:27:55.929Zctags system system illumos
2232024-12-06T20:27:55.929Zgcc vendor 12 vendor
2242024-12-06T20:27:55.929Zgcc system 10 system
2252024-12-06T20:27:55.929Zgcc system 7 system
2262024-12-06T20:27:55.929Zgo system 1.20 system
2272024-12-06T20:27:55.929Zgo system 1.19 system
2282024-12-06T20:27:55.929Zllvm system 15 system
2292024-12-06T20:27:55.929Zllvm system 14 system
2302024-12-06T20:27:55.929Zmariadb system 10.6 system
2312024-12-06T20:27:55.929Zmta vendor vendor dma
2322024-12-06T20:27:55.929Zopenjdk system 17 system
2332024-12-06T20:27:55.929Zopenjdk system 11 system
2342024-12-06T20:27:55.929Zopenjdk system 1.8 system
2352024-12-06T20:27:55.929Zopenssl vendor 3 vendor
2362024-12-06T20:27:55.929Zperl system 5.36 system
2372024-12-06T20:27:55.929Zpostgresql system 15 system
2382024-12-06T20:27:55.929Zpostgresql system 13 system
2392024-12-06T20:27:55.929Zpython vendor 3 vendor
2402024-12-06T20:27:55.929Zpython system 2 system
2412024-12-06T20:27:55.929Zpython3 system 3.11 system
2422024-12-06T20:27:55.929Zruby system 3.0 system
2432024-12-06T20:27:55.929Zwords vendor vendor american-english
2442024-12-06T20:27:55.929Zwords system system australian-english
2452024-12-06T20:27:55.929Zwords system system british-english
2462024-12-06T20:27:55.929Zwords system system canadian-english
2472024-12-06T20:27:55.929Zwords system system french
2482024-12-06T20:27:55.929Zwords system system italian
2492024-12-06T20:27:55.929Zwords system system ngerman
2502024-12-06T20:27:55.929Zwords system system ogerman
2512024-12-06T20:27:55.929Zwords system system spanish
2522024-12-06T20:27:56.252ZPUBLISHER TYPE STATUS P LOCATION
2532024-12-06T20:27:56.252Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-12-06T20:27:58.992ZFMRI IFO
2552024-12-06T20:27:58.993Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-12-06T20:27:58.993Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-12-06T20:27:58.993Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-12-06T20:27:58.993Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-12-06T20:27:58.993Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-12-06T20:27:58.993Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-12-06T20:27:58.993Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-12-06T20:27:58.994Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-12-06T20:27:58.994Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-12-06T20:27:58.994Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-12-06T20:27:58.994Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-12-06T20:27:58.994Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-12-06T20:27:58.994Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-12-06T20:27:58.994Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-12-06T20:27:58.994Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-12-06T20:27:59.670Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-12-06T20:27:59.965Z Updating crates.io index
2722024-12-06T20:28:00.035Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-12-06T20:28:00.540Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-12-06T20:28:00.865Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-12-06T20:28:01.165Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-12-06T20:28:01.407Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-12-06T20:28:02.287Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-12-06T20:28:05.080Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-12-06T20:28:07.053Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-12-06T20:28:07.810Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-12-06T20:28:08.130Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-12-06T20:28:08.482Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-12-06T20:28:09.030Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-12-06T20:28:09.422Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-12-06T20:28:09.701Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-12-06T20:28:10.036Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-12-06T20:28:11.034Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-12-06T20:28:11.305Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-12-06T20:28:11.614Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-12-06T20:28:12.006Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-12-06T20:28:12.457Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-12-06T20:28:12.713Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-12-06T20:28:13.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-12-06T20:28:13.512Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-12-06T20:28:13.985Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-12-06T20:28:14.478Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-12-06T20:28:14.756Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-12-06T20:28:14.985Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-12-06T20:28:15.242Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-12-06T20:28:16.586Z Downloading crates ...
3012024-12-06T20:28:16.645Z Downloaded anstream v0.6.15
3022024-12-06T20:28:16.649Z Downloaded autocfg v1.4.0
3032024-12-06T20:28:16.665Z Downloaded toml_datetime v0.6.8
3042024-12-06T20:28:16.668Z Downloaded memmap v0.7.0
3052024-12-06T20:28:16.670Z Downloaded proc-macro-error-attr v1.0.4
3062024-12-06T20:28:16.671Z Downloaded digest v0.10.7
3072024-12-06T20:28:16.673Z Downloaded heck v0.5.0
3082024-12-06T20:28:16.673Z Downloaded terminal_size v0.4.0
3092024-12-06T20:28:16.676Z Downloaded hashbrown v0.15.0
3102024-12-06T20:28:16.679Z Downloaded fnv v1.0.7
3112024-12-06T20:28:16.681Z Downloaded colorchoice v1.0.2
3122024-12-06T20:28:16.689Z Downloaded serde v1.0.215
3132024-12-06T20:28:16.709Z Downloaded pest v2.7.14
3142024-12-06T20:28:16.719Z Downloaded clap_builder v4.5.21
3152024-12-06T20:28:16.726Z Downloaded tabled v0.15.0
3162024-12-06T20:28:16.741Z Downloaded syn v1.0.109
3172024-12-06T20:28:16.750Z Downloaded cargo_toml v0.20.5
3182024-12-06T20:28:16.753Z Downloaded cargo_metadata v0.18.1
3192024-12-06T20:28:16.753Z Downloaded camino-tempfile v1.1.1
3202024-12-06T20:28:16.756Z Downloaded camino v1.1.9
3212024-12-06T20:28:16.759Z Downloaded rustix v0.38.37
3222024-12-06T20:28:16.779Z Downloaded plain v0.2.3
3232024-12-06T20:28:16.782Z Downloaded heck v0.4.1
3242024-12-06T20:28:16.782Z Downloaded generic-array v0.14.7
3252024-12-06T20:28:16.782Z Downloaded fastrand v2.1.1
3262024-12-06T20:28:16.784Z Downloaded errno v0.3.9
3272024-12-06T20:28:16.784Z Downloaded equivalent v1.0.1
3282024-12-06T20:28:16.787Z Downloaded dtrace-parser v0.2.0
3292024-12-06T20:28:16.787Z Downloaded cpufeatures v0.2.14
3302024-12-06T20:28:16.787Z Downloaded clap v4.5.21
3312024-12-06T20:28:16.795Z Downloaded scroll_derive v0.12.0
3322024-12-06T20:28:16.798Z Downloaded pretty-hex v0.4.1
3332024-12-06T20:28:16.798Z Downloaded once_cell v1.20.2
3342024-12-06T20:28:16.800Z Downloaded is_terminal_polyfill v1.70.1
3352024-12-06T20:28:16.802Z Downloaded clap_lex v0.7.2
3362024-12-06T20:28:16.802Z Downloaded log v0.4.22
3372024-12-06T20:28:16.805Z Downloaded clap_derive v4.5.18
3382024-12-06T20:28:16.807Z Downloaded cfg-if v1.0.0
3392024-12-06T20:28:16.807Z Downloaded crypto-common v0.1.6
3402024-12-06T20:28:16.807Z Downloaded bytecount v0.6.8
3412024-12-06T20:28:16.809Z Downloaded usdt-macro v0.5.0
3422024-12-06T20:28:16.812Z Downloaded macaddr v1.0.1
3432024-12-06T20:28:16.812Z Downloaded swrite v0.1.0
3442024-12-06T20:28:16.813Z Downloaded pest_generator v2.7.14
3452024-12-06T20:28:16.814Z Downloaded itoa v1.0.11
3462024-12-06T20:28:16.816Z Downloaded anyhow v1.0.93
3472024-12-06T20:28:16.819Z Downloaded unicode-linebreak v0.1.5
3482024-12-06T20:28:16.821Z Downloaded anstyle-query v1.1.1
3492024-12-06T20:28:16.821Z Downloaded anstyle v1.0.10
3502024-12-06T20:28:16.823Z Downloaded cargo-platform v0.1.8
3512024-12-06T20:28:16.823Z Downloaded usdt-attr-macro v0.5.0
3522024-12-06T20:28:16.826Z Downloaded thiserror v1.0.69
3532024-12-06T20:28:16.828Z Downloaded strsim v0.11.1
3542024-12-06T20:28:16.830Z Downloaded smawk v0.3.2
3552024-12-06T20:28:16.832Z Downloaded utf8parse v0.2.2
3562024-12-06T20:28:16.832Z Downloaded fs-err v2.11.0
3572024-12-06T20:28:16.835Z Downloaded usdt v0.5.0
3582024-12-06T20:28:16.835Z Downloaded thiserror-impl v1.0.69
3592024-12-06T20:28:16.837Z Downloaded serde_spanned v0.6.8
3602024-12-06T20:28:16.837Z Downloaded dof v0.3.0
3612024-12-06T20:28:16.839Z Downloaded thread-id v4.2.2
3622024-12-06T20:28:16.839Z Downloaded usdt-impl v0.5.0
3632024-12-06T20:28:16.841Z Downloaded byteorder v1.5.0
3642024-12-06T20:28:16.841Z Downloaded bitflags v2.6.0
3652024-12-06T20:28:16.844Z Downloaded anstyle-parse v0.2.5
3662024-12-06T20:28:16.847Z Downloaded proc-macro-error v1.0.4
3672024-12-06T20:28:16.849Z Downloaded pest_derive v2.7.14
3682024-12-06T20:28:16.851Z Downloaded serde_tokenstream v0.2.2
3692024-12-06T20:28:16.854Z Downloaded version_check v0.9.5
3702024-12-06T20:28:16.856Z Downloaded tabled_derive v0.7.0
3712024-12-06T20:28:16.856Z Downloaded sha2 v0.10.8
3722024-12-06T20:28:16.859Z Downloaded semver v1.0.23
3732024-12-06T20:28:16.859Z Downloaded scroll v0.12.0
3742024-12-06T20:28:16.862Z Downloaded zerocopy-derive v0.7.35
3752024-12-06T20:28:16.864Z Downloaded block-buffer v0.10.4
3762024-12-06T20:28:16.866Z Downloaded proc-macro2 v1.0.89
3772024-12-06T20:28:16.868Z Downloaded ryu v1.0.18
3782024-12-06T20:28:16.870Z Downloaded quote v1.0.37
3792024-12-06T20:28:16.873Z Downloaded pest_meta v2.7.14
3802024-12-06T20:28:16.875Z Downloaded unicode-ident v1.0.13
3812024-12-06T20:28:16.877Z Downloaded ucd-trie v0.1.7
3822024-12-06T20:28:16.879Z Downloaded typenum v1.17.0
3832024-12-06T20:28:16.881Z Downloaded serde_derive v1.0.215
3842024-12-06T20:28:16.884Z Downloaded tempfile v3.13.0
3852024-12-06T20:28:16.887Z Downloaded papergrid v0.11.0
3862024-12-06T20:28:16.890Z Downloaded indexmap v2.6.0
3872024-12-06T20:28:16.894Z Downloaded toml v0.8.19
3882024-12-06T20:28:16.898Z Downloaded textwrap v0.16.1
3892024-12-06T20:28:16.900Z Downloaded memchr v2.7.4
3902024-12-06T20:28:16.905Z Downloaded toml_edit v0.22.22
3912024-12-06T20:28:16.926Z Downloaded goblin v0.8.2
3922024-12-06T20:28:16.938Z Downloaded zerocopy v0.7.35
3932024-12-06T20:28:16.953Z Downloaded winnow v0.6.20
3942024-12-06T20:28:16.961Z Downloaded serde_json v1.0.132
3952024-12-06T20:28:16.974Z Downloaded syn v2.0.87
3962024-12-06T20:28:16.985Z Downloaded unicode-width v0.1.14
3972024-12-06T20:28:17.011Z Downloaded libc v0.2.162
3982024-12-06T20:28:17.316Z Compiling proc-macro2 v1.0.89
3992024-12-06T20:28:17.316Z Compiling unicode-ident v1.0.13
4002024-12-06T20:28:17.317Z Compiling version_check v0.9.5
4012024-12-06T20:28:17.321Z Compiling serde v1.0.215
4022024-12-06T20:28:17.321Z Compiling thiserror v1.0.69
4032024-12-06T20:28:17.321Z Compiling memchr v2.7.4
4042024-12-06T20:28:17.321Z Compiling libc v0.2.162
4052024-12-06T20:28:17.349Z Compiling ryu v1.0.18
4062024-12-06T20:28:17.548Z Compiling ucd-trie v0.1.7
4072024-12-06T20:28:17.798Z Compiling itoa v1.0.11
4082024-12-06T20:28:18.028Z Compiling once_cell v1.20.2
4092024-12-06T20:28:18.138Z Compiling byteorder v1.5.0
4102024-12-06T20:28:18.399Z Compiling rustix v0.38.37
4112024-12-06T20:28:18.440Z Compiling serde_json v1.0.132
4122024-12-06T20:28:18.564Z Compiling bitflags v2.6.0
4132024-12-06T20:28:18.776Z Compiling usdt-impl v0.5.0
4142024-12-06T20:28:18.996Z Compiling proc-macro-error-attr v1.0.4
4152024-12-06T20:28:19.018Z Compiling syn v1.0.109
4162024-12-06T20:28:19.114Z Compiling quote v1.0.37
4172024-12-06T20:28:19.286Z Compiling proc-macro-error v1.0.4
4182024-12-06T20:28:19.308Z Compiling plain v0.2.3
4192024-12-06T20:28:19.332Z Compiling log v0.4.22
4202024-12-06T20:28:19.465Z Compiling hashbrown v0.15.0
4212024-12-06T20:28:19.558Z Compiling syn v2.0.87
4222024-12-06T20:28:19.609Z Compiling errno v0.3.9
4232024-12-06T20:28:19.751Z Compiling thread-id v4.2.2
4242024-12-06T20:28:19.861Z Compiling camino v1.1.9
4252024-12-06T20:28:19.865Z Compiling equivalent v1.0.1
4262024-12-06T20:28:19.865Z Compiling utf8parse v0.2.2
4272024-12-06T20:28:20.034Z Compiling anstyle-parse v0.2.5
4282024-12-06T20:28:20.364Z Compiling is_terminal_polyfill v1.70.1
4292024-12-06T20:28:20.545Z Compiling colorchoice v1.0.2
4302024-12-06T20:28:20.588Z Compiling anstyle-query v1.1.1
4312024-12-06T20:28:20.613Z Compiling pretty-hex v0.4.1
4322024-12-06T20:28:20.720Z Compiling indexmap v2.6.0
4332024-12-06T20:28:20.747Z Compiling semver v1.0.23
4342024-12-06T20:28:20.750Z Compiling anstyle v1.0.10
4352024-12-06T20:28:20.827Z Compiling winnow v0.6.20
4362024-12-06T20:28:20.927Z Compiling unicode-width v0.1.14
4372024-12-06T20:28:21.263Z Compiling autocfg v1.4.0
4382024-12-06T20:28:21.393Z Compiling anstream v0.6.15
4392024-12-06T20:28:21.746Z Compiling fastrand v2.1.1
4402024-12-06T20:28:22.139Z Compiling terminal_size v0.4.0
4412024-12-06T20:28:22.187Z Compiling heck v0.4.1
4422024-12-06T20:28:22.343Z Compiling clap_lex v0.7.2
4432024-12-06T20:28:22.368Z Compiling heck v0.5.0
4442024-12-06T20:28:22.421Z Compiling fs-err v2.11.0
4452024-12-06T20:28:22.674Z Compiling anyhow v1.0.93
4462024-12-06T20:28:22.700Z Compiling fnv v1.0.7
4472024-12-06T20:28:22.869Z Compiling strsim v0.11.1
4482024-12-06T20:28:22.901Z Compiling bytecount v0.6.8
4492024-12-06T20:28:23.118Z Compiling cfg-if v1.0.0
4502024-12-06T20:28:23.225Z Compiling clap_builder v4.5.21
4512024-12-06T20:28:23.354Z Compiling tempfile v3.13.0
4522024-12-06T20:28:23.545Z Compiling papergrid v0.11.0
4532024-12-06T20:28:23.771Z Compiling memmap v0.7.0
4542024-12-06T20:28:23.811Z Compiling smawk v0.3.2
4552024-12-06T20:28:24.041Z Compiling unicode-linebreak v0.1.5
4562024-12-06T20:28:24.566Z Compiling textwrap v0.16.1
4572024-12-06T20:28:24.678Z Compiling swrite v0.1.0
4582024-12-06T20:28:25.710Z Compiling tabled_derive v0.7.0
4592024-12-06T20:28:27.353Z Compiling tabled v0.15.0
4602024-12-06T20:28:28.791Z Compiling serde_derive v1.0.215
4612024-12-06T20:28:28.791Z Compiling thiserror-impl v1.0.69
4622024-12-06T20:28:28.793Z Compiling zerocopy-derive v0.7.35
4632024-12-06T20:28:28.793Z Compiling scroll_derive v0.12.0
4642024-12-06T20:28:28.867Z Compiling clap_derive v4.5.18
4652024-12-06T20:28:30.113Z Compiling scroll v0.12.0
4662024-12-06T20:28:30.631Z Compiling goblin v0.8.2
4672024-12-06T20:28:30.659Z Compiling zerocopy v0.7.35
4682024-12-06T20:28:31.405Z Compiling pest v2.7.14
4692024-12-06T20:28:32.711Z Compiling clap v4.5.21
4702024-12-06T20:28:33.553Z Compiling pest_meta v2.7.14
4712024-12-06T20:28:34.391Z Compiling pest_generator v2.7.14
4722024-12-06T20:28:36.228Z Compiling pest_derive v2.7.14
4732024-12-06T20:28:36.907Z Compiling dtrace-parser v0.2.0
4742024-12-06T20:28:38.869Z Compiling serde_spanned v0.6.8
4752024-12-06T20:28:38.869Z Compiling toml_datetime v0.6.8
4762024-12-06T20:28:38.872Z Compiling cargo-platform v0.1.8
4772024-12-06T20:28:39.242Z Compiling serde_tokenstream v0.2.2
4782024-12-06T20:28:39.415Z Compiling toml_edit v0.22.22
4792024-12-06T20:28:39.489Z Compiling camino-tempfile v1.1.1
4802024-12-06T20:28:39.515Z Compiling macaddr v1.0.1
4812024-12-06T20:28:40.351Z Compiling dof v0.3.0
4822024-12-06T20:28:40.351Z Compiling cargo_metadata v0.18.1
4832024-12-06T20:28:42.189Z Compiling toml v0.8.19
4842024-12-06T20:28:42.414Z Compiling usdt-attr-macro v0.5.0
4852024-12-06T20:28:42.414Z Compiling usdt-macro v0.5.0
4862024-12-06T20:28:43.028Z Compiling cargo_toml v0.20.5
4872024-12-06T20:28:43.770Z Compiling usdt v0.5.0
4882024-12-06T20:28:46.542Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-12-06T20:28:50.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.18s
4902024-12-06T20:28:50.892Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-12-06T20:28:51.407Z Downloading crates ...
4922024-12-06T20:28:51.667Z Downloaded hex v0.4.3
4932024-12-06T20:28:51.670Z Downloaded headers-core v0.3.0
4942024-12-06T20:28:51.674Z Downloaded aes v0.8.4
4952024-12-06T20:28:51.678Z Downloaded darling v0.20.10
4962024-12-06T20:28:51.683Z Downloaded async-trait v0.1.83
4972024-12-06T20:28:51.687Z Downloaded array-init v0.0.4
4982024-12-06T20:28:51.690Z Downloaded assert_matches v1.5.0
4992024-12-06T20:28:51.690Z Downloaded heck v0.3.3
5002024-12-06T20:28:51.692Z Downloaded heapless v0.7.17
5012024-12-06T20:28:51.695Z Downloaded heapless v0.8.0
5022024-12-06T20:28:51.699Z Downloaded highway v1.2.0
5032024-12-06T20:28:51.702Z Downloaded aead v0.5.2
5042024-12-06T20:28:51.704Z Downloaded atomic-waker v1.1.2
5052024-12-06T20:28:51.707Z Downloaded ascii-canvas v3.0.0
5062024-12-06T20:28:51.707Z Downloaded base16ct v0.2.0
5072024-12-06T20:28:51.709Z Downloaded async-recursion v1.1.1
5082024-12-06T20:28:51.712Z Downloaded hickory-resolver v0.24.1
5092024-12-06T20:28:51.717Z Downloaded hubpack_derive v0.1.1
5102024-12-06T20:28:51.719Z Downloaded atty v0.2.14
5112024-12-06T20:28:51.719Z Downloaded allocator-api2 v0.2.18
5122024-12-06T20:28:51.723Z Downloaded argon2 v0.5.3
5132024-12-06T20:28:51.726Z Downloaded http-range v0.1.5
5142024-12-06T20:28:51.728Z Downloaded http-body v1.0.1
5152024-12-06T20:28:51.728Z Downloaded arrayvec v0.7.6
5162024-12-06T20:28:51.731Z Downloaded ahash v0.8.11
5172024-12-06T20:28:51.734Z Downloaded ident_case v1.0.1
5182024-12-06T20:28:51.736Z Downloaded hickory-client v0.24.1
5192024-12-06T20:28:51.739Z Downloaded hmac v0.12.1
5202024-12-06T20:28:51.741Z Downloaded httpdate v1.0.3
5212024-12-06T20:28:51.744Z Downloaded hostname v0.4.0
5222024-12-06T20:28:51.746Z Downloaded hostname v0.3.1
5232024-12-06T20:28:51.747Z Downloaded icu_provider_macros v1.5.0
5242024-12-06T20:28:51.749Z Downloaded cfg_aliases v0.1.1
5252024-12-06T20:28:51.749Z Downloaded block-padding v0.3.3
5262024-12-06T20:28:51.749Z Downloaded home v0.5.9
5272024-12-06T20:28:51.752Z Downloaded cfg_aliases v0.2.1
5282024-12-06T20:28:51.752Z Downloaded arrayref v0.3.9
5292024-12-06T20:28:51.754Z Downloaded atomicwrites v0.4.4
5302024-12-06T20:28:51.757Z Downloaded http-body-util v0.1.2
5312024-12-06T20:28:51.759Z Downloaded ciborium-io v0.2.2
5322024-12-06T20:28:51.759Z Downloaded async-stream-impl v0.3.6
5332024-12-06T20:28:51.759Z Downloaded async-stream v0.3.6
5342024-12-06T20:28:51.762Z Downloaded hyper-tls v0.6.0
5352024-12-06T20:28:51.764Z Downloaded crucible-workspace-hack v0.1.0
5362024-12-06T20:28:51.764Z Downloaded hubpack v0.1.2
5372024-12-06T20:28:51.767Z Downloaded indent_write v2.2.0
5382024-12-06T20:28:51.767Z Downloaded backoff v0.4.0
5392024-12-06T20:28:51.769Z Downloaded adler2 v2.0.0
5402024-12-06T20:28:51.771Z Downloaded async-bb8-diesel v0.2.1
5412024-12-06T20:28:51.774Z Downloaded instant v0.1.13
5422024-12-06T20:28:51.777Z Downloaded arc-swap v1.7.1
5432024-12-06T20:28:51.779Z Downloaded is_ci v1.2.0
5442024-12-06T20:28:51.781Z Downloaded cstr-argument v0.1.2
5452024-12-06T20:28:51.781Z Downloaded humantime v2.1.0
5462024-12-06T20:28:51.784Z Downloaded crunchy v0.2.2
5472024-12-06T20:28:51.784Z Downloaded castaway v0.2.3
5482024-12-06T20:28:51.787Z Downloaded kstat-rs v0.2.4
5492024-12-06T20:28:51.789Z Downloaded bit-vec v0.6.3
5502024-12-06T20:28:51.789Z Downloaded bb8 v0.8.5
5512024-12-06T20:28:51.792Z Downloaded bit-set v0.5.3
5522024-12-06T20:28:51.792Z Downloaded bitflags v1.3.2
5532024-12-06T20:28:51.794Z Downloaded cexpr v0.6.0
5542024-12-06T20:28:51.797Z Downloaded blowfish v0.9.1
5552024-12-06T20:28:51.799Z Downloaded addr2line v0.24.2
5562024-12-06T20:28:51.803Z Downloaded md5 v0.7.0
5572024-12-06T20:28:51.806Z Downloaded matches v0.1.10
5582024-12-06T20:28:51.806Z Downloaded match_cfg v0.1.0
5592024-12-06T20:28:51.806Z Downloaded iana-time-zone v0.1.61
5602024-12-06T20:28:51.808Z Downloaded icu_locid_transform v1.5.0
5612024-12-06T20:28:51.811Z Downloaded httparse v1.9.5
5622024-12-06T20:28:51.813Z Downloaded chacha20 v0.9.1
5632024-12-06T20:28:51.816Z Downloaded hex-literal v0.4.1
5642024-12-06T20:28:51.818Z Downloaded cbc v0.1.2
5652024-12-06T20:28:51.820Z Downloaded bitfield v0.14.0
5662024-12-06T20:28:51.820Z Downloaded ciborium-ll v0.2.2
5672024-12-06T20:28:51.822Z Downloaded hyper-rustls v0.27.3
5682024-12-06T20:28:51.825Z Downloaded progenitor-client v0.8.0
5692024-12-06T20:28:51.827Z Downloaded convert_case v0.4.0
5702024-12-06T20:28:51.827Z Downloaded crc-catalog v2.4.0
5712024-12-06T20:28:51.830Z Downloaded russh-cryptovec v0.7.3
5722024-12-06T20:28:51.830Z Downloaded buf-list v1.0.3
5732024-12-06T20:28:51.833Z Downloaded indoc v1.0.9
5742024-12-06T20:28:51.836Z Downloaded impl-trait-for-tuples v0.2.2
5752024-12-06T20:28:51.839Z Downloaded lazy_static v1.5.0
5762024-12-06T20:28:51.841Z Downloaded sigpipe v0.1.3
5772024-12-06T20:28:51.843Z Downloaded ipnetwork v0.20.0
5782024-12-06T20:28:51.846Z Downloaded colored v2.1.0
5792024-12-06T20:28:51.848Z Downloaded cobs v0.2.3
5802024-12-06T20:28:51.850Z Downloaded internet-checksum v0.2.1
5812024-12-06T20:28:51.850Z Downloaded inout v0.1.3
5822024-12-06T20:28:51.853Z Downloaded instability v0.3.2
5832024-12-06T20:28:51.853Z Downloaded crc v3.2.1
5842024-12-06T20:28:51.855Z Downloaded libefi-sys v0.1.0
5852024-12-06T20:28:51.858Z Downloaded lazycell v1.3.0
5862024-12-06T20:28:51.858Z Downloaded bzip2 v0.4.4
5872024-12-06T20:28:51.860Z Downloaded lru-cache v0.1.2
5882024-12-06T20:28:51.863Z Downloaded lru v0.12.5
5892024-12-06T20:28:51.863Z Downloaded base64ct v1.6.0
5902024-12-06T20:28:51.865Z Downloaded take_mut v0.2.2
5912024-12-06T20:28:51.867Z Downloaded memoffset v0.9.1
5922024-12-06T20:28:51.869Z Downloaded termtree v0.4.1
5932024-12-06T20:28:51.870Z Downloaded bitfield-struct v0.6.2
5942024-12-06T20:28:51.872Z Downloaded managed v0.8.0
5952024-12-06T20:28:51.872Z Downloaded lockfree-object-pool v0.1.6
5962024-12-06T20:28:51.875Z Downloaded mime v0.3.17
5972024-12-06T20:28:51.877Z Downloaded maplit v1.0.2
5982024-12-06T20:28:51.880Z Downloaded waitgroup v0.1.2
5992024-12-06T20:28:51.880Z Downloaded hyper-staticfile v0.10.1
6002024-12-06T20:28:51.883Z Downloaded md-5 v0.10.6
6012024-12-06T20:28:51.883Z Downloaded maybe-uninit v2.0.0
6022024-12-06T20:28:51.885Z Downloaded ciborium v0.2.2
6032024-12-06T20:28:51.887Z Downloaded linked-hash-map v0.5.6
6042024-12-06T20:28:51.889Z Downloaded rand_core v0.6.4
6052024-12-06T20:28:51.891Z Downloaded bcrypt-pbkdf v0.10.0
6062024-12-06T20:28:51.891Z Downloaded ctr v0.9.2
6072024-12-06T20:28:51.894Z Downloaded const_format_proc_macros v0.2.33
6082024-12-06T20:28:51.896Z Downloaded chrono-tz-build v0.4.0
6092024-12-06T20:28:51.899Z Downloaded cmake v0.1.51
6102024-12-06T20:28:51.901Z Downloaded crc32fast v1.4.2
6112024-12-06T20:28:51.901Z Downloaded rfc6979 v0.4.0
6122024-12-06T20:28:51.904Z Downloaded resolv-conf v0.7.0
6132024-12-06T20:28:51.906Z Downloaded yoke-derive v0.7.4
6142024-12-06T20:28:51.906Z Downloaded is-terminal v0.4.13
6152024-12-06T20:28:51.909Z Downloaded ipnet v2.10.1
6162024-12-06T20:28:51.912Z Downloaded diesel_table_macro_syntax v0.2.0
6172024-12-06T20:28:51.912Z Downloaded derive_builder_macro v0.20.2
6182024-12-06T20:28:51.912Z Downloaded keccak v0.1.5
6192024-12-06T20:28:51.914Z Downloaded icu_normalizer_data v1.5.0
6202024-12-06T20:28:51.916Z Downloaded scopeguard v1.2.0
6212024-12-06T20:28:51.918Z Downloaded constant_time_eq v0.3.1
6222024-12-06T20:28:51.921Z Downloaded scrypt v0.11.0
6232024-12-06T20:28:51.921Z Downloaded slog-dtrace v0.3.0
6242024-12-06T20:28:51.923Z Downloaded console v0.15.8
6252024-12-06T20:28:51.925Z Downloaded base64 v0.22.1
6262024-12-06T20:28:51.930Z Downloaded cancel-safe-futures v0.1.5
6272024-12-06T20:28:51.933Z Downloaded lock_api v0.4.12
6282024-12-06T20:28:51.935Z Downloaded slog-bunyan v2.5.0
6292024-12-06T20:28:51.938Z Downloaded foreign-types-shared v0.1.1
6302024-12-06T20:28:51.938Z Downloaded foreign-types-macros v0.2.3
6312024-12-06T20:28:51.940Z Downloaded filetime v0.2.25
6322024-12-06T20:28:51.943Z Downloaded spki v0.7.3
6332024-12-06T20:28:51.943Z Downloaded thiserror-impl v2.0.3
6342024-12-06T20:28:51.947Z Downloaded csv-core v0.1.11
6352024-12-06T20:28:51.961Z Downloaded signature v2.2.0
6362024-12-06T20:28:51.961Z Downloaded mime_guess v2.0.5
6372024-12-06T20:28:51.962Z Downloaded newline-converter v0.3.0
6382024-12-06T20:28:51.968Z Downloaded newtype_derive v0.1.6
6392024-12-06T20:28:51.969Z Downloaded hickory-server v0.24.1
6402024-12-06T20:28:51.973Z Downloaded writeable v0.5.5
6412024-12-06T20:28:51.973Z Downloaded unicode-truncate v1.1.0
6422024-12-06T20:28:51.976Z Downloaded blake2 v0.10.6
6432024-12-06T20:28:51.981Z Downloaded const-oid v0.9.6
6442024-12-06T20:28:51.987Z Downloaded indexmap v1.9.3
6452024-12-06T20:28:51.987Z Downloaded fixedbitset v0.4.2
6462024-12-06T20:28:51.991Z Downloaded fallible-iterator v0.2.0
6472024-12-06T20:28:51.991Z Downloaded defmt-macros v0.3.9
6482024-12-06T20:28:51.991Z Downloaded strum_macros v0.26.4
6492024-12-06T20:28:51.995Z Downloaded strum_macros v0.25.3
6502024-12-06T20:28:51.995Z Downloaded sqlformat v0.2.6
6512024-12-06T20:28:51.999Z Downloaded crossbeam-utils v0.8.20
6522024-12-06T20:28:52.003Z Downloaded libloading v0.8.5
6532024-12-06T20:28:52.006Z Downloaded pretty-hex v0.2.1
6542024-12-06T20:28:52.006Z Downloaded thiserror v2.0.3
6552024-12-06T20:28:52.010Z Downloaded hash32 v0.2.1
6562024-12-06T20:28:52.014Z Downloaded embedded-io v0.6.1
6572024-12-06T20:28:52.017Z Downloaded embedded-io v0.4.0
6582024-12-06T20:28:52.017Z Downloaded glob v0.3.1
6592024-12-06T20:28:52.020Z Downloaded spin v0.9.8
6602024-12-06T20:28:52.020Z Downloaded icu_properties v1.5.1
6612024-12-06T20:28:52.024Z Downloaded http v1.1.0
6622024-12-06T20:28:52.029Z Downloaded crc-any v2.5.0
6632024-12-06T20:28:52.033Z Downloaded tower-service v0.3.3
6642024-12-06T20:28:52.033Z Downloaded futures-executor v0.3.31
6652024-12-06T20:28:52.033Z Downloaded base64 v0.21.7
6662024-12-06T20:28:52.037Z Downloaded newtype-uuid v1.1.3
6672024-12-06T20:28:52.042Z Downloaded futures-core v0.3.31
6682024-12-06T20:28:52.042Z Downloaded phf_codegen v0.11.2
6692024-12-06T20:28:52.042Z Downloaded olpc-cjson v0.1.4
6702024-12-06T20:28:52.045Z Downloaded tokio-rustls v0.24.1
6712024-12-06T20:28:52.048Z Downloaded defmt v0.3.8
6722024-12-06T20:28:52.053Z Downloaded tracing-attributes v0.1.27
6732024-12-06T20:28:52.053Z Downloaded indicatif v0.17.9
6742024-12-06T20:28:52.056Z Downloaded sct v0.7.1
6752024-12-06T20:28:52.059Z Downloaded zone_cfg_derive v0.1.2
6762024-12-06T20:28:52.061Z Downloaded cookie v0.18.1
6772024-12-06T20:28:52.064Z Downloaded pem v3.0.4
6782024-12-06T20:28:52.066Z Downloaded yoke v0.7.4
6792024-12-06T20:28:52.068Z Downloaded predicates v3.1.2
6802024-12-06T20:28:52.071Z Downloaded rand_seeder v0.3.0
6812024-12-06T20:28:52.074Z Downloaded packed_struct_codegen v0.10.1
6822024-12-06T20:28:52.074Z Downloaded packed_struct v0.10.1
6832024-12-06T20:28:52.076Z Downloaded aes-gcm v0.10.3
6842024-12-06T20:28:52.079Z Downloaded tokio-rustls v0.25.0
6852024-12-06T20:28:52.081Z Downloaded predicates-core v1.0.8
6862024-12-06T20:28:52.084Z Downloaded num-conv v0.1.0
6872024-12-06T20:28:52.084Z Downloaded normalize-line-endings v0.3.0
6882024-12-06T20:28:52.087Z Downloaded pkg-config v0.3.31
6892024-12-06T20:28:52.089Z Downloaded secrecy v0.8.0
6902024-12-06T20:28:52.089Z Downloaded rpassword v7.3.1
6912024-12-06T20:28:52.094Z Downloaded chacha20poly1305 v0.10.1
6922024-12-06T20:28:52.094Z Downloaded test-strategy v0.3.1
6932024-12-06T20:28:52.096Z Downloaded parse-size v1.1.0
6942024-12-06T20:28:52.100Z Downloaded snafu-derive v0.8.5
6952024-12-06T20:28:52.100Z Downloaded shlex v1.3.0
6962024-12-06T20:28:52.103Z Downloaded shell-words v1.1.0
6972024-12-06T20:28:52.103Z Downloaded predicates-tree v1.0.11
6982024-12-06T20:28:52.103Z Downloaded semver v0.1.20
6992024-12-06T20:28:52.106Z Downloaded signal-hook-registry v1.4.2
7002024-12-06T20:28:52.106Z Downloaded tap v1.0.1
7012024-12-06T20:28:52.109Z Downloaded time-macros v0.2.18
7022024-12-06T20:28:52.109Z Downloaded untrusted v0.9.0
7032024-12-06T20:28:52.114Z Downloaded tls_codec v0.4.1
7042024-12-06T20:28:52.114Z Downloaded precomputed-hash v0.1.1
7052024-12-06T20:28:52.116Z Downloaded path-slash v0.1.5
7062024-12-06T20:28:52.116Z Downloaded num-rational v0.4.2
7072024-12-06T20:28:52.118Z Downloaded num-complex v0.4.6
7082024-12-06T20:28:52.120Z Downloaded phf_generator v0.11.2
7092024-12-06T20:28:52.120Z Downloaded hashlink v0.9.1
7102024-12-06T20:28:52.122Z Downloaded prettyplease v0.2.25
7112024-12-06T20:28:52.126Z Downloaded zone v0.1.8
7122024-12-06T20:28:52.128Z Downloaded tabwriter v1.4.0
7132024-12-06T20:28:52.131Z Downloaded zerocopy v0.6.6
7142024-12-06T20:28:52.133Z Downloaded signal-hook-mio v0.2.4
7152024-12-06T20:28:52.133Z Downloaded strip-ansi-escapes v0.2.0
7162024-12-06T20:28:52.136Z Downloaded signal-hook-tokio v0.3.1
7172024-12-06T20:28:52.136Z Downloaded const_format v0.2.33
7182024-12-06T20:28:52.141Z Downloaded zone v0.3.0
7192024-12-06T20:28:52.143Z Downloaded compact_str v0.8.0
7202024-12-06T20:28:52.146Z Downloaded fallible-streaming-iterator v0.1.9
7212024-12-06T20:28:52.148Z Downloaded either v1.13.0
7222024-12-06T20:28:52.150Z Downloaded diesel-dtrace v0.3.0
7232024-12-06T20:28:52.158Z Downloaded parking_lot v0.11.2
7242024-12-06T20:28:52.158Z Downloaded ref-cast-impl v1.0.23
7252024-12-06T20:28:52.158Z Downloaded fragile v2.0.0
7262024-12-06T20:28:52.158Z Downloaded serde_yaml v0.9.34+deprecated
7272024-12-06T20:28:52.161Z Downloaded fd-lock v4.0.2
7282024-12-06T20:28:52.164Z Downloaded sync-ptr v0.1.1
7292024-12-06T20:28:52.164Z Downloaded bumpalo v3.16.0
7302024-12-06T20:28:52.167Z Downloaded nanorand v0.7.0
7312024-12-06T20:28:52.170Z Downloaded num-derive v0.4.2
7322024-12-06T20:28:52.172Z Downloaded crossbeam-epoch v0.9.18
7332024-12-06T20:28:52.175Z Downloaded pbkdf2 v0.12.2
7342024-12-06T20:28:52.177Z Downloaded num_enum v0.5.11
7352024-12-06T20:28:52.182Z Downloaded unicode-xid v0.2.6
7362024-12-06T20:28:52.184Z Downloaded pbkdf2 v0.11.0
7372024-12-06T20:28:52.187Z Downloaded ppv-lite86 v0.2.20
7382024-12-06T20:28:52.189Z Downloaded tokio-tungstenite v0.21.0
7392024-12-06T20:28:52.192Z Downloaded dhcproto-macros v0.1.0
7402024-12-06T20:28:52.192Z Downloaded zerofrom v0.1.4
7412024-12-06T20:28:52.194Z Downloaded num-iter v0.1.45
7422024-12-06T20:28:52.194Z Downloaded typify v0.2.0
7432024-12-06T20:28:52.197Z Downloaded rand_xorshift v0.3.0
7442024-12-06T20:28:52.199Z Downloaded serde_plain v1.0.2
7452024-12-06T20:28:52.202Z Downloaded vsss-rs v3.3.4
7462024-12-06T20:28:52.204Z Downloaded r2d2 v0.8.10
7472024-12-06T20:28:52.206Z Downloaded uzers v0.12.1
7482024-12-06T20:28:52.209Z Downloaded samael v0.0.17
7492024-12-06T20:28:52.214Z Downloaded foreign-types-shared v0.3.1
7502024-12-06T20:28:52.216Z Downloaded float-ord v0.3.2
7512024-12-06T20:28:52.217Z Downloaded funty v2.0.0
7522024-12-06T20:28:52.219Z Downloaded slog-scope v4.4.0
7532024-12-06T20:28:52.221Z Downloaded static_assertions v1.1.0
7542024-12-06T20:28:52.222Z Downloaded slog-stdlog v4.1.1
7552024-12-06T20:28:52.224Z Downloaded globset v0.4.15
7562024-12-06T20:28:52.226Z Downloaded crossbeam-channel v0.5.13
7572024-12-06T20:28:52.229Z Downloaded crypto-bigint v0.5.5
7582024-12-06T20:28:52.237Z Downloaded supports-color v3.0.1
7592024-12-06T20:28:52.239Z Downloaded subtle v2.6.1
7602024-12-06T20:28:52.241Z Downloaded which v4.4.2
7612024-12-06T20:28:52.243Z Downloaded tinystr v0.7.6
7622024-12-06T20:28:52.246Z Downloaded tiny-keccak v2.0.2
7632024-12-06T20:28:52.248Z Downloaded qorb v0.2.1
7642024-12-06T20:28:52.251Z Downloaded pin-project-internal v1.1.6
7652024-12-06T20:28:52.254Z Downloaded pin-project-lite v0.2.14
7662024-12-06T20:28:52.259Z Downloaded signal-hook v0.3.17
7672024-12-06T20:28:52.262Z Downloaded socket2 v0.5.7
7682024-12-06T20:28:52.265Z Downloaded headers v0.4.0
7692024-12-06T20:28:52.271Z Downloaded write16 v1.0.0
7702024-12-06T20:28:52.274Z Downloaded dyn-clone v1.0.17
7712024-12-06T20:28:52.276Z Downloaded rustls-pemfile v2.2.0
7722024-12-06T20:28:52.278Z Downloaded zeroize v1.8.1
7732024-12-06T20:28:52.278Z Downloaded zerofrom-derive v0.1.4
7742024-12-06T20:28:52.280Z Downloaded vergen v8.3.2
7752024-12-06T20:28:52.283Z Downloaded diesel_derives v2.2.3
7762024-12-06T20:28:52.287Z Downloaded tokio-postgres v0.7.12
7772024-12-06T20:28:52.293Z Downloaded mockall v0.13.0
7782024-12-06T20:28:52.295Z Downloaded group v0.13.0
7792024-12-06T20:28:52.297Z Downloaded slog-term v2.9.1
7802024-12-06T20:28:52.300Z Downloaded foreign-types v0.3.2
7812024-12-06T20:28:52.302Z Downloaded fatfs v0.3.6
7822024-12-06T20:28:52.305Z Downloaded num v0.4.3
7832024-12-06T20:28:52.305Z Downloaded backtrace v0.3.74
7842024-12-06T20:28:52.310Z Downloaded peg-runtime v0.8.3
7852024-12-06T20:28:52.313Z Downloaded proc-macro-crate v1.3.1
7862024-12-06T20:28:52.313Z Downloaded fs_extra v1.3.0
7872024-12-06T20:28:52.316Z Downloaded progenitor v0.8.0
7882024-12-06T20:28:52.318Z Downloaded russh-keys v0.45.0
7892024-12-06T20:28:52.321Z Downloaded miniz_oxide v0.8.0
7902024-12-06T20:28:52.323Z Downloaded serde-big-array v0.5.1
7912024-12-06T20:28:52.325Z Downloaded snafu v0.8.5
7922024-12-06T20:28:52.331Z Downloaded slog-async v2.8.0
7932024-12-06T20:28:52.333Z Downloaded pin-project v1.1.6
7942024-12-06T20:28:52.345Z Downloaded untrusted v0.7.1
7952024-12-06T20:28:52.347Z Downloaded sync_wrapper v1.0.1
7962024-12-06T20:28:52.349Z Downloaded unicase v2.7.0
7972024-12-06T20:28:52.349Z Downloaded topological-sort v0.2.2
7982024-12-06T20:28:52.352Z Downloaded des v0.8.1
7992024-12-06T20:28:52.354Z Downloaded termcolor v1.4.1
8002024-12-06T20:28:52.354Z Downloaded structmeta-derive v0.2.0
8012024-12-06T20:28:52.356Z Downloaded structmeta v0.3.0
8022024-12-06T20:28:52.359Z Downloaded slab v0.4.9
8032024-12-06T20:28:52.359Z Downloaded serde-hex v0.1.0
8042024-12-06T20:28:52.362Z Downloaded strum v0.26.3
8052024-12-06T20:28:52.362Z Downloaded num-traits v0.2.19
8062024-12-06T20:28:52.364Z Downloaded wyz v0.5.1
8072024-12-06T20:28:52.367Z Downloaded zip v2.1.3
8082024-12-06T20:28:52.370Z Downloaded dsl_auto_type v0.1.2
8092024-12-06T20:28:52.373Z Downloaded env_logger v0.11.5
8102024-12-06T20:28:52.376Z Downloaded ghash v0.5.1
8112024-12-06T20:28:52.378Z Downloaded libm v0.2.8
8122024-12-06T20:28:52.385Z Downloaded futures-task v0.3.31
8132024-12-06T20:28:52.387Z Downloaded poly1305 v0.8.0
8142024-12-06T20:28:52.389Z Downloaded num_enum_derive v0.5.11
8152024-12-06T20:28:52.391Z Downloaded opaque-debug v0.3.1
8162024-12-06T20:28:52.394Z Downloaded peg-macros v0.8.4
8172024-12-06T20:28:52.396Z Downloaded elliptic-curve v0.13.8
8182024-12-06T20:28:52.398Z Downloaded rustc-hash v2.0.0
8192024-12-06T20:28:52.401Z Downloaded rustc-hash v1.1.0
8202024-12-06T20:28:52.403Z Downloaded progenitor-macro v0.8.0
8212024-12-06T20:28:52.403Z Downloaded pin-utils v0.1.0
8222024-12-06T20:28:52.406Z Downloaded uuid v1.11.0
8232024-12-06T20:28:52.408Z Downloaded hkdf v0.12.4
8242024-12-06T20:28:52.410Z Downloaded libxml v0.3.3
8252024-12-06T20:28:52.416Z Downloaded spin v0.5.2
8262024-12-06T20:28:52.419Z Downloaded tokio-rustls v0.26.0
8272024-12-06T20:28:52.421Z Downloaded rsa v0.9.6
8282024-12-06T20:28:52.426Z Downloaded rustc_version v0.1.7
8292024-12-06T20:28:52.428Z Downloaded sec1 v0.7.3
8302024-12-06T20:28:52.431Z Downloaded unarray v0.1.4
8312024-12-06T20:28:52.431Z Downloaded twox-hash v1.6.3
8322024-12-06T20:28:52.433Z Downloaded xattr v1.3.1
8332024-12-06T20:28:52.436Z Downloaded futures v0.3.31
8342024-12-06T20:28:52.440Z Downloaded zerocopy-derive v0.8.10
8352024-12-06T20:28:52.446Z Downloaded zeroize_derive v1.4.2
8362024-12-06T20:28:52.449Z Downloaded strum_macros v0.24.3
8372024-12-06T20:28:52.451Z Downloaded deranged v0.3.11
8382024-12-06T20:28:52.453Z Downloaded openssl-macros v0.1.1
8392024-12-06T20:28:52.453Z Downloaded mockall_derive v0.13.0
8402024-12-06T20:28:52.456Z Downloaded ena v0.14.3
8412024-12-06T20:28:52.458Z Downloaded ed25519 v2.2.3
8422024-12-06T20:28:52.461Z Downloaded foreign-types v0.5.0
8432024-12-06T20:28:52.461Z Downloaded fxhash v0.2.1
8442024-12-06T20:28:52.464Z Downloaded parking_lot_core v0.8.6
8452024-12-06T20:28:52.466Z Downloaded nu-ansi-term v0.50.1
8462024-12-06T20:28:52.468Z Downloaded futures-sink v0.3.31
8472024-12-06T20:28:52.468Z Downloaded itertools v0.12.1
8482024-12-06T20:28:52.475Z Downloaded synstructure v0.13.1
8492024-12-06T20:28:52.477Z Downloaded tinyvec_macros v0.1.1
8502024-12-06T20:28:52.477Z Downloaded structmeta-derive v0.3.0
8512024-12-06T20:28:52.480Z Downloaded russh v0.45.0
8522024-12-06T20:28:52.485Z Downloaded rustfmt-wrapper v0.2.1
8532024-12-06T20:28:52.487Z Downloaded ssh-cipher v0.2.0
8542024-12-06T20:28:52.490Z Downloaded parking_lot v0.12.3
8552024-12-06T20:28:52.493Z Downloaded slog v2.7.0
8562024-12-06T20:28:52.495Z Downloaded hyper v1.5.0
8572024-12-06T20:28:52.503Z Downloaded tinyvec v1.8.0
8582024-12-06T20:28:52.505Z Downloaded vte_generate_state_changes v0.1.2
8592024-12-06T20:28:52.508Z Downloaded rustls-pki-types v1.9.0
8602024-12-06T20:28:52.511Z Downloaded publicsuffix v2.2.3
8612024-12-06T20:28:52.513Z Downloaded utf8_iter v1.0.4
8622024-12-06T20:28:52.515Z Downloaded tokio-native-tls v0.3.1
8632024-12-06T20:28:52.517Z Downloaded unsafe-libyaml v0.2.11
8642024-12-06T20:28:52.520Z Downloaded darling_macro v0.20.10
8652024-12-06T20:28:52.522Z Downloaded diff v0.1.13
8662024-12-06T20:28:52.524Z Downloaded ed25519-dalek v2.1.1
8672024-12-06T20:28:52.528Z Downloaded oso-derive v0.27.3
8682024-12-06T20:28:52.531Z Downloaded displaydoc v0.2.5
8692024-12-06T20:28:52.533Z Downloaded toolchain_find v0.4.0
8702024-12-06T20:28:52.536Z Downloaded structmeta v0.2.0
8712024-12-06T20:28:52.536Z Downloaded ref-cast v1.0.23
8722024-12-06T20:28:52.538Z Downloaded hash32 v0.3.1
8732024-12-06T20:28:52.540Z Downloaded fallible-iterator v0.3.0
8742024-12-06T20:28:52.542Z Downloaded defmt-parser v0.3.4
8752024-12-06T20:28:52.542Z Downloaded aho-corasick v1.1.3
8762024-12-06T20:28:52.549Z Downloaded postgres-protocol v0.6.7
8772024-12-06T20:28:52.551Z Downloaded powerfmt v0.2.0
8782024-12-06T20:28:52.553Z Downloaded rayon-core v1.12.1
8792024-12-06T20:28:52.556Z Downloaded quick-error v1.2.3
8802024-12-06T20:28:52.558Z Downloaded primeorder v0.13.6
8812024-12-06T20:28:52.560Z Downloaded openssl-probe v0.1.5
8822024-12-06T20:28:52.562Z Downloaded number_prefix v0.4.0
8832024-12-06T20:28:52.563Z Downloaded parse-display-derive v0.10.0
8842024-12-06T20:28:52.565Z Downloaded ssh-encoding v0.2.0
8852024-12-06T20:28:52.567Z Downloaded pkcs1 v0.7.5
8862024-12-06T20:28:52.569Z Downloaded phf v0.11.2
8872024-12-06T20:28:52.569Z Downloaded term v0.7.0
8882024-12-06T20:28:52.573Z Downloaded progenitor-impl v0.8.0
8892024-12-06T20:28:52.575Z Downloaded crossterm v0.28.1
8902024-12-06T20:28:52.582Z Downloaded mirai-annotations v1.12.0
8912024-12-06T20:28:52.585Z Downloaded multimap v0.10.0
8922024-12-06T20:28:52.585Z Downloaded tokio-tungstenite v0.23.1
8932024-12-06T20:28:52.587Z Downloaded p256 v0.13.2
8942024-12-06T20:28:52.591Z Downloaded der v0.7.9
8952024-12-06T20:28:52.596Z Downloaded vte v0.11.1
8962024-12-06T20:28:52.599Z Downloaded tui-tree-widget v0.22.0
8972024-12-06T20:28:52.602Z Downloaded derive_more v0.99.18
8982024-12-06T20:28:52.605Z Downloaded yasna v0.5.2
8992024-12-06T20:28:52.608Z Downloaded itertools v0.13.0
9002024-12-06T20:28:52.616Z Downloaded time-core v0.1.2
9012024-12-06T20:28:52.618Z Downloaded slog-envlogger v2.2.0
9022024-12-06T20:28:52.618Z Downloaded ff v0.13.0
9032024-12-06T20:28:52.621Z Downloaded data-encoding v2.6.0
9042024-12-06T20:28:52.623Z Downloaded tungstenite v0.23.0
9052024-12-06T20:28:52.625Z Downloaded sqlparser_derive v0.2.2
9062024-12-06T20:28:52.627Z Downloaded termios v0.3.3
9072024-12-06T20:28:52.630Z Downloaded tracing-core v0.1.32
9082024-12-06T20:28:52.633Z Downloaded difflib v0.4.0
9092024-12-06T20:28:52.633Z Downloaded der_derive v0.7.3
9102024-12-06T20:28:52.635Z Downloaded psl-types v2.0.11
9112024-12-06T20:28:52.635Z Downloaded nibble_vec v0.1.0
9122024-12-06T20:28:52.637Z Downloaded siphasher v0.3.11
9132024-12-06T20:28:52.640Z Downloaded idna v1.0.3
9142024-12-06T20:28:52.642Z Downloaded try-lock v0.2.5
9152024-12-06T20:28:52.644Z Downloaded steno v0.4.1
9162024-12-06T20:28:52.647Z Downloaded float-cmp v0.9.0
9172024-12-06T20:28:52.650Z Downloaded tls_codec_derive v0.4.1
9182024-12-06T20:28:52.652Z Downloaded phf_shared v0.11.2
9192024-12-06T20:28:52.652Z Downloaded smallvec v0.6.14
9202024-12-06T20:28:52.655Z Downloaded polyval v0.6.2
9212024-12-06T20:28:52.658Z Downloaded tokio-macros v2.4.0
9222024-12-06T20:28:52.658Z Downloaded ron v0.7.1
9232024-12-06T20:28:52.662Z Downloaded futures-io v0.3.31
9242024-12-06T20:28:52.664Z Downloaded phf_shared v0.10.0
9252024-12-06T20:28:52.664Z Downloaded postcard v1.0.10
9262024-12-06T20:28:52.667Z Downloaded num_threads v0.1.7
9272024-12-06T20:28:52.670Z Downloaded downcast v0.11.0
9282024-12-06T20:28:52.670Z Downloaded new_debug_unreachable v1.0.6
9292024-12-06T20:28:52.672Z Downloaded ron v0.8.1
9302024-12-06T20:28:52.676Z Downloaded multer v3.1.0
9312024-12-06T20:28:52.679Z Downloaded dirs-next v2.0.0
9322024-12-06T20:28:52.681Z Downloaded dirs-sys-next v0.1.2
9332024-12-06T20:28:52.681Z Downloaded flagset v0.4.6
9342024-12-06T20:28:52.684Z Downloaded walkdir v2.5.0
9352024-12-06T20:28:52.686Z Downloaded p521 v0.13.3
9362024-12-06T20:28:52.689Z Downloaded zone_cfg_derive v0.3.0
9372024-12-06T20:28:52.691Z Downloaded want v0.3.1
9382024-12-06T20:28:52.691Z Downloaded tungstenite v0.21.0
9392024-12-06T20:28:52.694Z Downloaded thread_local v1.1.8
9402024-12-06T20:28:52.698Z Downloaded pem-rfc7468 v0.7.0
9412024-12-06T20:28:52.701Z Downloaded peg v0.8.4
9422024-12-06T20:28:52.704Z Downloaded zerovec-derive v0.10.3
9432024-12-06T20:28:52.705Z Downloaded percent-encoding v2.3.1
9442024-12-06T20:28:52.708Z Downloaded schemars_derive v0.8.21
9452024-12-06T20:28:52.708Z Downloaded password-hash v0.4.2
9462024-12-06T20:28:52.710Z Downloaded debug-ignore v1.0.5
9472024-12-06T20:28:52.710Z Downloaded thiserror-no-std v2.0.2
9482024-12-06T20:28:52.714Z Downloaded derive-where v1.2.7
9492024-12-06T20:28:52.717Z Downloaded tokio-tungstenite v0.24.0
9502024-12-06T20:28:52.722Z Downloaded flume v0.11.1
9512024-12-06T20:28:52.724Z Downloaded string_cache v0.8.7
9522024-12-06T20:28:52.726Z Downloaded aws-lc-rs v1.10.0
9532024-12-06T20:28:52.735Z Downloaded scheduled-thread-pool v0.2.7
9542024-12-06T20:28:52.737Z Downloaded foldhash v0.1.3
9552024-12-06T20:28:52.737Z Downloaded postgres-types v0.2.8
9562024-12-06T20:28:52.740Z Downloaded rusty-fork v0.3.0
9572024-12-06T20:28:52.742Z Downloaded pkcs5 v0.7.1
9582024-12-06T20:28:52.745Z Downloaded tracing v0.1.40
9592024-12-06T20:28:52.750Z Downloaded blake3 v1.5.4
9602024-12-06T20:28:52.758Z Downloaded smf v0.2.3
9612024-12-06T20:28:52.761Z Downloaded slog-json v2.6.1
9622024-12-06T20:28:52.763Z Downloaded dunce v1.0.5
9632024-12-06T20:28:52.763Z Downloaded derive_builder v0.20.2
9642024-12-06T20:28:52.768Z Downloaded unicode-bidi v0.3.17
9652024-12-06T20:28:52.771Z Downloaded url v2.5.3
9662024-12-06T20:28:52.774Z Downloaded sha1 v0.10.6
9672024-12-06T20:28:52.776Z Downloaded tar v0.4.42
9682024-12-06T20:28:52.779Z Downloaded sqlparser v0.45.0
9692024-12-06T20:28:52.784Z Downloaded serde_urlencoded v0.7.1
9702024-12-06T20:28:52.786Z Downloaded same-file v1.0.6
9712024-12-06T20:28:52.789Z Downloaded utf16_iter v1.0.5
9722024-12-06T20:28:52.789Z Downloaded env_logger v0.10.2
9732024-12-06T20:28:52.792Z Downloaded dropshot_endpoint v0.12.0
9742024-12-06T20:28:52.794Z Downloaded universal-hash v0.5.1
9752024-12-06T20:28:52.797Z Downloaded futures-macro v0.3.31
9762024-12-06T20:28:52.797Z Downloaded password-hash v0.5.0
9772024-12-06T20:28:52.799Z Downloaded num-bigint v0.4.6
9782024-12-06T20:28:52.804Z Downloaded whoami v1.5.2
9792024-12-06T20:28:52.806Z Downloaded half v2.4.1
9802024-12-06T20:28:52.809Z Downloaded gethostname v0.5.0
9812024-12-06T20:28:52.811Z Downloaded toml v0.7.8
9822024-12-06T20:28:52.814Z Downloaded env_filter v0.1.2
9832024-12-06T20:28:52.816Z Downloaded display-error-chain v0.2.2
9842024-12-06T20:28:52.818Z Downloaded rustversion v1.0.17
9852024-12-06T20:28:52.820Z Downloaded smallvec v1.13.2
9862024-12-06T20:28:52.823Z Downloaded serde_repr v0.1.19
9872024-12-06T20:28:52.823Z Downloaded stringprep v0.1.5
9882024-12-06T20:28:52.825Z Downloaded getrandom v0.2.15
9892024-12-06T20:28:52.828Z Downloaded ecdsa v0.16.9
9902024-12-06T20:28:52.830Z Downloaded similar v2.6.0
9912024-12-06T20:28:52.835Z Downloaded bindgen v0.69.5
9922024-12-06T20:28:52.842Z Downloaded unicode-properties v0.1.3
9932024-12-06T20:28:52.845Z Downloaded zip v0.6.6
9942024-12-06T20:28:52.849Z Downloaded oso v0.27.3
9952024-12-06T20:28:52.852Z Downloaded xz2 v0.1.7
9962024-12-06T20:28:52.854Z Downloaded x509-cert v0.2.5
9972024-12-06T20:28:52.860Z Downloaded hashbrown v0.13.2
9982024-12-06T20:28:52.865Z Downloaded rcgen v0.12.1
9992024-12-06T20:28:52.867Z Downloaded quinn v0.11.5
10002024-12-06T20:28:52.871Z Downloaded rusqlite v0.32.1
10012024-12-06T20:28:52.878Z Downloaded rustyline v14.0.0
10022024-12-06T20:28:52.884Z Downloaded tokio-util v0.7.12
10032024-12-06T20:28:52.891Z Downloaded quinn-proto v0.11.8
10042024-12-06T20:28:52.898Z Downloaded schemars v0.8.21
10052024-12-06T20:28:52.910Z Downloaded parse-zoneinfo v0.3.1
10062024-12-06T20:28:52.913Z Downloaded bitvec v1.0.1
10072024-12-06T20:28:52.928Z Downloaded expectorate v1.1.0
10082024-12-06T20:28:52.931Z Downloaded icu_properties_data v1.5.0
10092024-12-06T20:28:52.941Z Downloaded openssl-sys v0.9.103
10102024-12-06T20:28:52.946Z Downloaded rustls-webpki v0.101.7
10112024-12-06T20:28:52.961Z Downloaded darling_core v0.20.10
10122024-12-06T20:28:52.966Z Downloaded num-bigint-dig v0.8.4
10132024-12-06T20:28:52.970Z Downloaded unicode-normalization v0.1.24
10142024-12-06T20:28:52.974Z Downloaded nom v7.1.3
10152024-12-06T20:28:52.979Z Downloaded chrono v0.4.38
10162024-12-06T20:28:52.987Z Downloaded winnow v0.5.40
10172024-12-06T20:28:52.996Z Downloaded unicode_categories v0.1.1
10182024-12-06T20:28:52.999Z Downloaded toml_edit v0.19.15
10192024-12-06T20:28:53.015Z Downloaded ssh-key v0.6.6
10202024-12-06T20:28:53.022Z Downloaded idna v0.3.0
10212024-12-06T20:28:53.030Z Downloaded idna v0.2.3
10222024-12-06T20:28:53.036Z Downloaded lalrpop v0.19.12
10232024-12-06T20:28:53.048Z Downloaded rayon v1.10.0
10242024-12-06T20:28:53.057Z Downloaded mio v1.0.2
10252024-12-06T20:28:53.063Z Downloaded unicode-segmentation v1.12.0
10262024-12-06T20:28:53.066Z Downloaded flate2 v1.0.34
10272024-12-06T20:28:53.072Z Downloaded futures-util v0.3.31
10282024-12-06T20:28:53.084Z Downloaded p384 v0.13.0
10292024-12-06T20:28:53.091Z Downloaded vcpkg v0.2.15
10302024-12-06T20:28:53.129Z Downloaded hashbrown v0.12.3
10312024-12-06T20:28:53.133Z Downloaded unicode-width v0.2.0
10322024-12-06T20:28:53.139Z Downloaded reedline v0.35.0
10332024-12-06T20:28:53.146Z Downloaded regex v1.11.1
10342024-12-06T20:28:53.159Z Downloaded zerovec v0.10.4
10352024-12-06T20:28:53.165Z Downloaded rustls-webpki v0.102.8
10362024-12-06T20:28:53.183Z Downloaded salty v0.3.0
10372024-12-06T20:28:53.190Z Downloaded curve25519-dalek v4.1.3
10382024-12-06T20:28:53.198Z Downloaded radix_trie v0.2.1
10392024-12-06T20:28:53.204Z Downloaded portable-atomic v1.9.0
10402024-12-06T20:28:53.211Z Downloaded rustls v0.23.14
10412024-12-06T20:28:53.223Z Downloaded quick-xml v0.33.0
10422024-12-06T20:28:53.229Z Downloaded reqwest v0.12.9
10432024-12-06T20:28:53.237Z Downloaded proptest v1.5.0
10442024-12-06T20:28:53.246Z Downloaded serde_with v3.11.0
10452024-12-06T20:28:53.255Z Downloaded object v0.36.5
10462024-12-06T20:28:53.267Z Downloaded dropshot v0.12.0
10472024-12-06T20:28:53.288Z Downloaded petname v2.0.2
10482024-12-06T20:28:53.294Z Downloaded openssl v0.10.66
10492024-12-06T20:28:53.303Z Downloaded smoltcp v0.11.0
10502024-12-06T20:28:53.316Z Downloaded trust-dns-proto v0.22.0
10512024-12-06T20:28:53.329Z Downloaded regex-syntax v0.6.29
10522024-12-06T20:28:53.336Z Downloaded chrono-tz v0.10.0
10532024-12-06T20:28:53.344Z Downloaded object v0.30.4
10542024-12-06T20:28:53.354Z Downloaded nix v0.27.1
10552024-12-06T20:28:53.365Z Downloaded regress v0.9.1
10562024-12-06T20:28:53.374Z Downloaded smoltcp v0.9.1
10572024-12-06T20:28:53.384Z Downloaded bstr v1.10.0
10582024-12-06T20:28:53.395Z Downloaded nix v0.29.0
10592024-12-06T20:28:53.408Z Downloaded dropshot v0.13.0
10602024-12-06T20:28:53.428Z Downloaded webpki-roots v0.26.6
10612024-12-06T20:28:53.432Z Downloaded polar-core v0.27.3
10622024-12-06T20:28:53.441Z Downloaded diesel v2.2.4
10632024-12-06T20:28:53.459Z Downloaded typify-impl v0.2.0
10642024-12-06T20:28:53.475Z Downloaded nix v0.28.0
10652024-12-06T20:28:53.486Z Downloaded ratatui v0.28.1
10662024-12-06T20:28:53.505Z Downloaded regress v0.10.1
10672024-12-06T20:28:53.514Z Downloaded regex-syntax v0.8.5
10682024-12-06T20:28:53.523Z Downloaded openapiv3 v2.0.0
10692024-12-06T20:28:53.535Z Downloaded gimli v0.31.1
10702024-12-06T20:28:53.544Z Downloaded rustls v0.22.4
10712024-12-06T20:28:53.558Z Downloaded zerocopy v0.8.10
10722024-12-06T20:28:53.582Z Downloaded git2 v0.19.0
10732024-12-06T20:28:53.590Z Downloaded lzma-sys v0.1.20
10742024-12-06T20:28:53.619Z Downloaded zerocopy-derive v0.6.6
10752024-12-06T20:28:53.629Z Downloaded sled v0.34.7
10762024-12-06T20:28:53.641Z Downloaded rustls v0.21.12
10772024-12-06T20:28:53.650Z Downloaded petgraph v0.6.5
10782024-12-06T20:28:53.667Z Downloaded hashbrown v0.14.5
10792024-12-06T20:28:53.674Z Downloaded bzip2-sys v0.1.11+1.0.8
10802024-12-06T20:28:53.685Z Downloaded regex-automata v0.4.8
10812024-12-06T20:28:53.702Z Downloaded libz-sys v1.1.20
10822024-12-06T20:28:53.722Z Downloaded h2 v0.4.6
10832024-12-06T20:28:53.728Z Downloaded tokio v1.40.0
10842024-12-06T20:28:53.765Z Downloaded idna v0.4.0
10852024-12-06T20:28:53.771Z Downloaded hickory-proto v0.24.1
10862024-12-06T20:28:53.785Z Downloaded time v0.3.36
10872024-12-06T20:28:53.792Z Downloaded idna v0.5.0
10882024-12-06T20:28:53.799Z Downloaded tough v0.19.0
10892024-12-06T20:28:53.807Z Downloaded stable_deref_trait v1.2.0
10902024-12-06T20:28:53.809Z Downloaded paste v1.0.15
10912024-12-06T20:28:53.812Z Downloaded thiserror-impl-no-std v2.0.2
10922024-12-06T20:28:53.812Z Downloaded serde_path_to_error v0.1.16
10932024-12-06T20:28:53.815Z Downloaded typed-path v0.9.3
10942024-12-06T20:28:53.819Z Downloaded dhcproto v0.12.0
10952024-12-06T20:28:53.822Z Downloaded serde_derive_internals v0.29.1
10962024-12-06T20:28:53.825Z Downloaded quinn-udp v0.5.5
10972024-12-06T20:28:53.825Z Downloaded nodrop v0.1.14
10982024-12-06T20:28:53.828Z Downloaded parse-display v0.10.0
10992024-12-06T20:28:53.828Z Downloaded owo-colors v4.1.0
11002024-12-06T20:28:53.830Z Downloaded parking_lot_core v0.9.10
11012024-12-06T20:28:53.832Z Downloaded itertools v0.10.5
11022024-12-06T20:28:53.838Z Downloaded enum-as-inner v0.6.1
11032024-12-06T20:28:53.840Z Downloaded enum-as-inner v0.5.1
11042024-12-06T20:28:53.842Z Downloaded dropshot_endpoint v0.13.0
11052024-12-06T20:28:53.844Z Downloaded tokio-stream v0.1.16
11062024-12-06T20:28:53.848Z Downloaded salsa20 v0.10.2
11072024-12-06T20:28:53.850Z Downloaded rustc_version v0.4.1
11082024-12-06T20:28:53.852Z Downloaded native-tls v0.2.12
11092024-12-06T20:28:53.852Z Downloaded subprocess v0.2.9
11102024-12-06T20:28:53.855Z Downloaded rand v0.8.5
11112024-12-06T20:28:53.858Z Downloaded minimal-lexical v0.2.1
11122024-12-06T20:28:53.862Z Downloaded simd-adler32 v0.3.7
11132024-12-06T20:28:53.865Z Downloaded rustls-pemfile v1.0.4
11142024-12-06T20:28:53.868Z Downloaded endian-type v0.1.2
11152024-12-06T20:28:53.868Z Downloaded derive_builder_core v0.20.2
11162024-12-06T20:28:53.870Z Downloaded value-bag v1.9.0
11172024-12-06T20:28:53.873Z Downloaded csv v1.3.0
11182024-12-06T20:28:53.891Z Downloaded zopfli v0.8.1
11192024-12-06T20:28:53.894Z Downloaded radium v0.7.0
11202024-12-06T20:28:53.896Z Downloaded omicron-zone-package v0.11.1
11212024-12-06T20:28:53.898Z Downloaded num-integer v0.1.46
11222024-12-06T20:28:53.901Z Downloaded rustc-demangle v0.1.24
11232024-12-06T20:28:53.901Z Downloaded pkcs8 v0.10.2
11242024-12-06T20:28:53.904Z Downloaded tungstenite v0.24.0
11252024-12-06T20:28:53.906Z Downloaded form_urlencoded v1.2.1
11262024-12-06T20:28:53.909Z Downloaded cc v1.1.30
11272024-12-06T20:28:53.911Z Downloaded rtoolbox v0.0.2
11282024-12-06T20:28:53.912Z Downloaded futures-channel v0.3.31
11292024-12-06T20:28:53.917Z Downloaded serde_with_macros v3.11.0
11302024-12-06T20:28:53.917Z Downloaded sha3 v0.10.8
11312024-12-06T20:28:53.921Z Downloaded icu_collections v1.5.0
11322024-12-06T20:28:53.925Z Downloaded bytes v1.8.0
11332024-12-06T20:28:53.929Z Downloaded icu_provider v1.5.0
11342024-12-06T20:28:53.932Z Downloaded clang-sys v1.8.1
11352024-12-06T20:28:53.934Z Downloaded bcs v0.1.6
11362024-12-06T20:28:53.937Z Downloaded utf-8 v0.7.6
11372024-12-06T20:28:53.939Z Downloaded icu_normalizer v1.5.0
11382024-12-06T20:28:53.942Z Downloaded typify-macro v0.2.0
11392024-12-06T20:28:53.942Z Downloaded rand_chacha v0.3.1
11402024-12-06T20:28:53.944Z Downloaded icu_locid_transform_data v1.5.0
11412024-12-06T20:28:53.945Z Downloaded icu_locid v1.5.0
11422024-12-06T20:28:53.948Z Downloaded hyper-util v0.1.10
11432024-12-06T20:28:53.952Z Downloaded memmap2 v0.9.5
11442024-12-06T20:28:53.954Z Downloaded curve25519-dalek-derive v0.1.1
11452024-12-06T20:28:53.957Z Downloaded litemap v0.7.3
11462024-12-06T20:28:53.959Z Downloaded libsw v3.3.1
11472024-12-06T20:28:53.959Z Downloaded base64 v0.13.1
11482024-12-06T20:28:53.962Z Downloaded jobserver v0.1.32
11492024-12-06T20:28:53.964Z Downloaded wait-timeout v0.2.0
11502024-12-06T20:28:53.966Z Downloaded cookie_store v0.21.0
11512024-12-06T20:28:53.968Z Downloaded libgit2-sys v0.17.0+1.8.1
11522024-12-06T20:28:54.024Z Downloaded linear-map v1.2.0
11532024-12-06T20:28:54.026Z Downloaded crossbeam-deque v0.8.5
11542024-12-06T20:28:54.028Z Downloaded lalrpop-util v0.19.12
11552024-12-06T20:28:54.029Z Downloaded cassowary v0.3.0
11562024-12-06T20:28:54.031Z Downloaded cipher v0.4.4
11572024-12-06T20:28:54.031Z Downloaded idna_adapter v1.2.0
11582024-12-06T20:28:54.103Z Downloaded encoding_rs v0.8.34
11592024-12-06T20:28:54.293Z Downloaded libsqlite3-sys v0.30.1
11602024-12-06T20:28:54.867Z Downloaded ring v0.17.8
11612024-12-06T20:28:55.048Z Downloaded ring v0.16.20
11622024-12-06T20:28:55.331Z Downloaded aws-lc-sys v0.22.0
11632024-12-06T20:28:55.671Z Compiling serde v1.0.215
11642024-12-06T20:28:55.673Z Compiling lock_api v0.4.12
11652024-12-06T20:28:55.673Z Compiling scopeguard v1.2.0
11662024-12-06T20:28:55.673Z Compiling value-bag v1.9.0
11672024-12-06T20:28:55.673Z Compiling typenum v1.17.0
11682024-12-06T20:28:55.673Z Compiling generic-array v0.14.7
11692024-12-06T20:28:55.850Z Compiling syn v2.0.87
11702024-12-06T20:28:55.864Z Compiling getrandom v0.2.15
11712024-12-06T20:28:55.987Z Compiling shlex v1.3.0
11722024-12-06T20:28:56.169Z Compiling rand_core v0.6.4
11732024-12-06T20:28:56.296Z Compiling log v0.4.22
11742024-12-06T20:28:56.406Z Compiling subtle v2.6.1
11752024-12-06T20:28:56.437Z Compiling jobserver v0.1.32
11762024-12-06T20:28:56.460Z Compiling const-oid v0.9.6
11772024-12-06T20:28:56.731Z Compiling smallvec v1.13.2
11782024-12-06T20:28:56.734Z Compiling spin v0.9.8
11792024-12-06T20:28:56.770Z Compiling pin-project-lite v0.2.14
11802024-12-06T20:28:56.897Z Compiling cc v1.1.30
11812024-12-06T20:28:57.136Z Compiling rustix v0.38.37
11822024-12-06T20:28:57.166Z Compiling parking_lot_core v0.9.10
11832024-12-06T20:28:57.232Z Compiling futures-core v0.3.31
11842024-12-06T20:28:57.388Z Compiling signal-hook-registry v1.4.2
11852024-12-06T20:28:57.491Z Compiling mio v1.0.2
11862024-12-06T20:28:58.085Z Compiling parking_lot v0.12.3
11872024-12-06T20:28:58.246Z Compiling aho-corasick v1.1.3
11882024-12-06T20:28:58.305Z Compiling cpufeatures v0.2.14
11892024-12-06T20:28:58.410Z Compiling regex-syntax v0.8.5
11902024-12-06T20:28:58.550Z Compiling either v1.13.0
11912024-12-06T20:28:58.612Z Compiling lazy_static v1.5.0
11922024-12-06T20:28:58.727Z Compiling glob v0.3.1
11932024-12-06T20:28:58.823Z Compiling futures-sink v0.3.31
11942024-12-06T20:28:58.988Z Compiling stable_deref_trait v1.2.0
11952024-12-06T20:28:59.008Z Compiling socket2 v0.5.7
11962024-12-06T20:28:59.045Z Compiling slab v0.4.9
11972024-12-06T20:28:59.105Z Compiling prettyplease v0.2.25
11982024-12-06T20:28:59.442Z Compiling minimal-lexical v0.2.1
11992024-12-06T20:28:59.742Z Compiling clang-sys v1.8.1
12002024-12-06T20:28:59.769Z Compiling libloading v0.8.5
12012024-12-06T20:28:59.970Z Compiling nom v7.1.3
12022024-12-06T20:29:00.019Z Compiling serde_json v1.0.132
12032024-12-06T20:29:00.169Z Compiling home v0.5.9
12042024-12-06T20:29:00.315Z Compiling bindgen v0.69.5
12052024-12-06T20:29:00.522Z Compiling itertools v0.12.1
12062024-12-06T20:29:01.198Z Compiling futures-channel v0.3.31
12072024-12-06T20:29:01.217Z Compiling rustc-hash v1.1.0
12082024-12-06T20:29:01.369Z Compiling pin-utils v0.1.0
12092024-12-06T20:29:01.463Z Compiling lazycell v1.3.0
12102024-12-06T20:29:01.617Z Compiling foldhash v0.1.3
12112024-12-06T20:29:01.620Z Compiling futures-io v0.3.31
12122024-12-06T20:29:01.948Z Compiling allocator-api2 v0.2.18
12132024-12-06T20:29:01.951Z Compiling futures-task v0.3.31
12142024-12-06T20:29:02.287Z Compiling regex-automata v0.4.8
12152024-12-06T20:29:02.788Z Compiling hashbrown v0.15.0
12162024-12-06T20:29:03.658Z Compiling synstructure v0.13.1
12172024-12-06T20:29:03.867Z Compiling cexpr v0.6.0
12182024-12-06T20:29:04.138Z Compiling cmake v0.1.51
12192024-12-06T20:29:05.211Z Compiling tinyvec_macros v0.1.1
12202024-12-06T20:29:05.244Z Compiling pkg-config v0.3.31
12212024-12-06T20:29:05.300Z Compiling libm v0.2.8
12222024-12-06T20:29:05.388Z Compiling fs_extra v1.3.0
12232024-12-06T20:29:05.609Z Compiling dunce v1.0.5
12242024-12-06T20:29:05.734Z Compiling tinyvec v1.8.0
12252024-12-06T20:29:05.749Z Compiling num-traits v0.2.19
12262024-12-06T20:29:06.250Z Compiling ring v0.17.8
12272024-12-06T20:29:06.850Z Compiling paste v1.0.15
12282024-12-06T20:29:06.914Z Compiling writeable v0.5.5
12292024-12-06T20:29:07.232Z Compiling unicode-normalization v0.1.24
12302024-12-06T20:29:07.329Z Compiling base64ct v1.6.0
12312024-12-06T20:29:07.360Z Compiling litemap v0.7.3
12322024-12-06T20:29:07.379Z Compiling unicode-bidi v0.3.17
12332024-12-06T20:29:07.818Z Compiling regex v1.11.1
12342024-12-06T20:29:07.901Z Compiling pem-rfc7468 v0.7.0
12352024-12-06T20:29:08.604Z Compiling flagset v0.4.6
12362024-12-06T20:29:08.703Z Compiling aws-lc-rs v1.10.0
12372024-12-06T20:29:08.812Z Compiling httparse v1.9.5
12382024-12-06T20:29:09.141Z Compiling tracing-core v0.1.32
12392024-12-06T20:29:09.592Z Compiling rustls-pki-types v1.9.0
12402024-12-06T20:29:09.992Z Compiling percent-encoding v2.3.1
12412024-12-06T20:29:10.276Z Compiling icu_locid_transform_data v1.5.0
12422024-12-06T20:29:10.360Z Compiling crossbeam-utils v0.8.20
12432024-12-06T20:29:10.556Z Compiling num-conv v0.1.0
12442024-12-06T20:29:10.680Z Compiling time-core v0.1.2
12452024-12-06T20:29:10.716Z Compiling serde_derive v1.0.215
12462024-12-06T20:29:10.841Z Compiling zeroize_derive v1.4.2
12472024-12-06T20:29:10.860Z Compiling zerocopy-derive v0.7.35
12482024-12-06T20:29:10.958Z Compiling tokio-macros v2.4.0
12492024-12-06T20:29:11.110Z Compiling zerofrom-derive v0.1.4
12502024-12-06T20:29:12.388Z Compiling zeroize v1.8.1
12512024-12-06T20:29:12.487Z Compiling yoke-derive v0.7.4
12522024-12-06T20:29:12.509Z Compiling thiserror-impl v1.0.69
12532024-12-06T20:29:13.094Z Compiling zerocopy v0.7.35
12542024-12-06T20:29:13.322Z Compiling futures-macro v0.3.31
12552024-12-06T20:29:14.172Z Compiling crypto-common v0.1.6
12562024-12-06T20:29:14.414Z Compiling block-buffer v0.10.4
12572024-12-06T20:29:14.683Z Compiling digest v0.10.7
12582024-12-06T20:29:14.737Z Compiling zerovec-derive v0.10.3
12592024-12-06T20:29:15.153Z Compiling hmac v0.12.1
12602024-12-06T20:29:15.249Z Compiling block-padding v0.3.3
12612024-12-06T20:29:15.273Z Compiling zerofrom v0.1.4
12622024-12-06T20:29:15.326Z Compiling futures-util v0.3.31
12632024-12-06T20:29:15.397Z Compiling displaydoc v0.2.5
12642024-12-06T20:29:15.508Z Compiling yoke v0.7.4
12652024-12-06T20:29:15.536Z Compiling inout v0.1.3
12662024-12-06T20:29:15.556Z Compiling sha2 v0.10.8
12672024-12-06T20:29:15.833Z Compiling cipher v0.4.4
12682024-12-06T20:29:15.882Z Compiling ppv-lite86 v0.2.20
12692024-12-06T20:29:16.033Z Compiling thiserror v1.0.69
12702024-12-06T20:29:16.184Z Compiling icu_provider_macros v1.5.0
12712024-12-06T20:29:16.379Z Compiling der_derive v0.7.3
12722024-12-06T20:29:16.745Z Compiling rand_chacha v0.3.1
12732024-12-06T20:29:17.179Z Compiling tracing-attributes v0.1.27
12742024-12-06T20:29:17.384Z Compiling rand v0.8.5
12752024-12-06T20:29:17.488Z Compiling zerovec v0.10.4
12762024-12-06T20:29:18.909Z Compiling der v0.7.9
12772024-12-06T20:29:19.197Z Compiling salsa20 v0.10.2
12782024-12-06T20:29:19.199Z Compiling pest v2.7.14
12792024-12-06T20:29:19.452Z Compiling tinystr v0.7.6
12802024-12-06T20:29:19.503Z Compiling icu_collections v1.5.0
12812024-12-06T20:29:19.772Z Compiling pbkdf2 v0.12.2
12822024-12-06T20:29:19.883Z Compiling icu_locid v1.5.0
12832024-12-06T20:29:19.964Z Compiling icu_properties_data v1.5.0
12842024-12-06T20:29:20.216Z Compiling mirai-annotations v1.12.0
12852024-12-06T20:29:20.462Z Compiling powerfmt v0.2.0
12862024-12-06T20:29:20.879Z Compiling untrusted v0.7.1
12872024-12-06T20:29:20.946Z Compiling tracing v0.1.40
12882024-12-06T20:29:21.029Z Compiling spki v0.7.3
12892024-12-06T20:29:21.053Z Compiling untrusted v0.9.0
12902024-12-06T20:29:21.227Z Compiling icu_provider v1.5.0
12912024-12-06T20:29:21.393Z Compiling vcpkg v0.2.15
12922024-12-06T20:29:21.544Z Compiling deranged v0.3.11
12932024-12-06T20:29:22.258Z Compiling icu_locid_transform v1.5.0
12942024-12-06T20:29:22.314Z Compiling pest_meta v2.7.14
12952024-12-06T20:29:22.379Z Compiling scrypt v0.11.0
12962024-12-06T20:29:22.960Z Compiling cbc v0.1.2
12972024-12-06T20:29:23.204Z Compiling aes v0.8.4
12982024-12-06T20:29:23.462Z Compiling icu_properties v1.5.1
12992024-12-06T20:29:23.637Z Compiling openssl-sys v0.9.103
13002024-12-06T20:29:23.672Z Compiling time-macros v0.2.18
13012024-12-06T20:29:24.742Z Compiling scroll_derive v0.12.0
13022024-12-06T20:29:24.943Z Compiling utf16_iter v1.0.5
13032024-12-06T20:29:25.152Z Compiling bitflags v2.6.0
13042024-12-06T20:29:25.262Z Compiling bytes v1.8.0
13052024-12-06T20:29:26.065Z Compiling indexmap v2.6.0
13062024-12-06T20:29:26.202Z Compiling tokio v1.40.0
13072024-12-06T20:29:26.644Z Compiling http v1.1.0
13082024-12-06T20:29:27.032Z Compiling semver v1.0.23
13092024-12-06T20:29:27.435Z Compiling icu_normalizer_data v1.5.0
13102024-12-06T20:29:27.492Z Compiling rustc_version v0.4.1
13112024-12-06T20:29:27.542Z Compiling atomic-waker v1.1.2
13122024-12-06T20:29:27.732Z Compiling utf8_iter v1.0.4
13132024-12-06T20:29:27.805Z Compiling num_threads v0.1.7
13142024-12-06T20:29:27.936Z Compiling write16 v1.0.0
13152024-12-06T20:29:27.954Z Compiling time v0.3.36
13162024-12-06T20:29:28.072Z Compiling icu_normalizer v1.5.0
13172024-12-06T20:29:28.271Z Compiling http-body v1.0.1
13182024-12-06T20:29:28.496Z Compiling scroll v0.12.0
13192024-12-06T20:29:28.624Z Compiling pkcs5 v0.7.1
13202024-12-06T20:29:28.645Z Compiling pest_generator v2.7.14
13212024-12-06T20:29:29.045Z Compiling form_urlencoded v1.2.1
13222024-12-06T20:29:29.143Z Compiling try-lock v0.2.5
13232024-12-06T20:29:29.295Z Compiling slog v2.7.0
13242024-12-06T20:29:29.378Z Compiling want v0.3.1
13252024-12-06T20:29:29.667Z Compiling which v4.4.2
13262024-12-06T20:29:29.858Z Compiling pkcs8 v0.10.2
13272024-12-06T20:29:29.878Z Compiling goblin v0.8.2
13282024-12-06T20:29:30.306Z Compiling idna_adapter v1.2.0
13292024-12-06T20:29:30.524Z Compiling httpdate v1.0.3
13302024-12-06T20:29:30.614Z Compiling idna v1.0.3
13312024-12-06T20:29:30.687Z Compiling pest_derive v2.7.14
13322024-12-06T20:29:31.014Z Compiling uuid v1.11.0
13332024-12-06T20:29:31.496Z Compiling dtrace-parser v0.2.0
13342024-12-06T20:29:31.825Z Compiling toml_datetime v0.6.8
13352024-12-06T20:29:32.347Z Compiling serde_tokenstream v0.2.2
13362024-12-06T20:29:32.460Z Compiling serde_spanned v0.6.8
13372024-12-06T20:29:32.479Z Compiling match_cfg v0.1.0
13382024-12-06T20:29:32.575Z Compiling tower-service v0.3.3
13392024-12-06T20:29:32.681Z Compiling rustversion v1.0.17
13402024-12-06T20:29:32.709Z Compiling iana-time-zone v0.1.61
13412024-12-06T20:29:32.968Z Compiling adler2 v2.0.0
13422024-12-06T20:29:33.180Z Compiling openssl v0.10.66
13432024-12-06T20:29:33.183Z Compiling foreign-types-shared v0.1.1
13442024-12-06T20:29:33.257Z Compiling base64 v0.22.1
13452024-12-06T20:29:33.293Z Compiling foreign-types v0.3.2
13462024-12-06T20:29:33.392Z Compiling miniz_oxide v0.8.0
13472024-12-06T20:29:33.475Z Compiling chrono v0.4.38
13482024-12-06T20:29:33.616Z Compiling hostname v0.3.1
13492024-12-06T20:29:33.676Z Compiling url v2.5.3
13502024-12-06T20:29:34.025Z Compiling openssl-macros v0.1.1
13512024-12-06T20:29:34.807Z Compiling tokio-util v0.7.12
13522024-12-06T20:29:34.913Z Compiling async-trait v0.1.83
13532024-12-06T20:29:35.263Z Compiling dirs-sys-next v0.1.2
13542024-12-06T20:29:35.709Z Compiling dof v0.3.0
13552024-12-06T20:29:35.953Z Compiling h2 v0.4.6
13562024-12-06T20:29:36.272Z Compiling syn v1.0.109
13572024-12-06T20:29:36.891Z Compiling usdt-impl v0.5.0
13582024-12-06T20:29:37.185Z Compiling native-tls v0.2.12
13592024-12-06T20:29:37.492Z Compiling data-encoding v2.6.0
13602024-12-06T20:29:37.731Z Compiling rustls v0.22.4
13612024-12-06T20:29:37.900Z Compiling siphasher v0.3.11
13622024-12-06T20:29:37.981Z Compiling rustls v0.23.14
13632024-12-06T20:29:38.319Z Compiling dirs-next v2.0.0
13642024-12-06T20:29:38.522Z Compiling http-body-util v0.1.2
13652024-12-06T20:29:39.056Z Compiling heapless v0.7.17
13662024-12-06T20:29:39.482Z Compiling crossbeam-epoch v0.9.18
13672024-12-06T20:29:39.829Z Compiling signature v2.2.0
13682024-12-06T20:29:39.948Z Compiling sha1 v0.10.6
13692024-12-06T20:29:40.114Z Compiling bzip2-sys v0.1.11+1.0.8
13702024-12-06T20:29:40.223Z Compiling serde_derive_internals v0.29.1
13712024-12-06T20:29:40.243Z Compiling thread_local v1.1.8
13722024-12-06T20:29:40.338Z Compiling encoding_rs v0.8.34
13732024-12-06T20:29:40.623Z Compiling multer v3.1.0
13742024-12-06T20:29:40.821Z Compiling cookie v0.18.1
13752024-12-06T20:29:40.908Z Compiling signal-hook v0.3.17
13762024-12-06T20:29:41.089Z Compiling unicode-properties v0.1.3
13772024-12-06T20:29:41.175Z Compiling mime v0.3.17
13782024-12-06T20:29:41.491Z Compiling ipnet v2.10.1
13792024-12-06T20:29:41.799Z Compiling slog-async v2.8.0
13802024-12-06T20:29:41.823Z Compiling rayon-core v1.12.1
13812024-12-06T20:29:42.094Z Compiling gimli v0.31.1
13822024-12-06T20:29:42.304Z Compiling schemars v0.8.21
13832024-12-06T20:29:42.639Z Compiling openssl-probe v0.1.5
13842024-12-06T20:29:42.835Z Compiling hyper v1.5.0
13852024-12-06T20:29:43.014Z Compiling schemars_derive v0.8.21
13862024-12-06T20:29:43.096Z Compiling toml_edit v0.22.22
13872024-12-06T20:29:45.486Z Compiling hyper-util v0.1.10
13882024-12-06T20:29:46.436Z Compiling stringprep v0.1.5
13892024-12-06T20:29:46.541Z Compiling addr2line v0.24.2
13902024-12-06T20:29:47.238Z Compiling usdt-macro v0.5.0
13912024-12-06T20:29:47.263Z Compiling usdt-attr-macro v0.5.0
13922024-12-06T20:29:47.322Z Compiling crossbeam-deque v0.8.5
13932024-12-06T20:29:47.654Z Compiling term v0.7.0
13942024-12-06T20:29:48.565Z Compiling slog-json v2.6.1
13952024-12-06T20:29:48.661Z Compiling serde_urlencoded v0.7.1
13962024-12-06T20:29:48.693Z Compiling curve25519-dalek v4.1.3
13972024-12-06T20:29:48.868Z Compiling crossbeam-channel v0.5.13
13982024-12-06T20:29:48.917Z Compiling enum-as-inner v0.6.1
13992024-12-06T20:29:49.080Z Compiling futures-executor v0.3.31
14002024-12-06T20:29:49.172Z Compiling md-5 v0.10.6
14012024-12-06T20:29:49.305Z Compiling async-stream-impl v0.3.6
14022024-12-06T20:29:49.439Z Compiling rustls-pemfile v2.2.0
14032024-12-06T20:29:49.638Z Compiling num-integer v0.1.46
14042024-12-06T20:29:49.773Z Compiling idna v0.3.0
14052024-12-06T20:29:49.991Z Compiling idna v0.4.0
14062024-12-06T20:29:50.021Z Compiling hash32 v0.2.1
14072024-12-06T20:29:50.388Z Compiling ff v0.13.0
14082024-12-06T20:29:50.454Z Compiling is-terminal v0.4.13
14092024-12-06T20:29:50.611Z Compiling dropshot v0.12.0
14102024-12-06T20:29:50.675Z Compiling object v0.36.5
14112024-12-06T20:29:50.692Z Compiling quick-error v1.2.3
14122024-12-06T20:29:50.836Z Compiling anyhow v1.0.93
14132024-12-06T20:29:50.892Z Compiling portable-atomic v1.9.0
14142024-12-06T20:29:51.487Z Compiling dyn-clone v1.0.17
14152024-12-06T20:29:51.491Z Compiling smoltcp v0.9.1
14162024-12-06T20:29:51.537Z Compiling rustc-demangle v0.1.24
14172024-12-06T20:29:51.692Z Compiling linked-hash-map v0.5.6
14182024-12-06T20:29:51.711Z Compiling base16ct v0.2.0
14192024-12-06T20:29:51.945Z Compiling take_mut v0.2.2
14202024-12-06T20:29:52.056Z Compiling psl-types v2.0.11
14212024-12-06T20:29:52.078Z Compiling num-bigint-dig v0.8.4
14222024-12-06T20:29:52.118Z Compiling utf-8 v0.7.6
14232024-12-06T20:29:52.224Z Compiling fallible-iterator v0.2.0
14242024-12-06T20:29:52.287Z Compiling publicsuffix v2.2.3
14252024-12-06T20:29:52.400Z Compiling tungstenite v0.24.0
14262024-12-06T20:29:52.492Z Compiling lru-cache v0.1.2
14272024-12-06T20:29:52.617Z Compiling sec1 v0.7.3
14282024-12-06T20:29:52.934Z Compiling postgres-protocol v0.6.7
14292024-12-06T20:29:53.620Z Compiling hickory-proto v0.24.1
14302024-12-06T20:29:53.704Z Compiling resolv-conf v0.7.0
14312024-12-06T20:29:54.287Z Compiling async-stream v0.3.6
14322024-12-06T20:29:54.512Z Compiling group v0.13.0
14332024-12-06T20:29:54.601Z Compiling usdt v0.5.0
14342024-12-06T20:29:54.698Z Compiling slog-term v2.9.1
14352024-12-06T20:29:55.104Z Compiling num-iter v0.1.45
14362024-12-06T20:29:55.405Z Compiling futures v0.3.31
14372024-12-06T20:29:55.555Z Compiling slog-bunyan v2.5.0
14382024-12-06T20:29:57.159Z Compiling toml v0.8.19
14392024-12-06T20:29:57.217Z Compiling tokio-native-tls v0.3.1
14402024-12-06T20:29:57.497Z Compiling camino v1.1.9
14412024-12-06T20:29:57.522Z Compiling phf_shared v0.11.2
14422024-12-06T20:29:57.717Z Compiling dropshot_endpoint v0.12.0
14432024-12-06T20:29:57.927Z Compiling terminal_size v0.4.0
14442024-12-06T20:29:58.148Z Compiling backtrace v0.3.74
14452024-12-06T20:29:58.474Z Compiling waitgroup v0.1.2
14462024-12-06T20:29:58.690Z Compiling openapiv3 v2.0.0
14472024-12-06T20:29:58.820Z Compiling serde_path_to_error v0.1.16
14482024-12-06T20:29:58.923Z Compiling hkdf v0.12.4
14492024-12-06T20:29:59.190Z Compiling crypto-bigint v0.5.5
14502024-12-06T20:29:59.669Z Compiling curve25519-dalek-derive v0.1.1
14512024-12-06T20:30:01.270Z Compiling zerocopy-derive v0.6.6
14522024-12-06T20:30:01.872Z Compiling webpki-roots v0.26.6
14532024-12-06T20:30:01.935Z Compiling hubpack_derive v0.1.1
14542024-12-06T20:30:02.097Z Compiling idna v0.5.0
14552024-12-06T20:30:02.427Z Compiling hostname v0.4.0
14562024-12-06T20:30:02.668Z Compiling ahash v0.8.11
14572024-12-06T20:30:02.824Z Compiling fs-err v2.11.0
14582024-12-06T20:30:02.998Z Compiling crc32fast v1.4.2
14592024-12-06T20:30:03.102Z Compiling bitflags v1.3.2
14602024-12-06T20:30:03.213Z Compiling managed v0.8.0
14612024-12-06T20:30:03.231Z Compiling debug-ignore v1.0.5
14622024-12-06T20:30:03.301Z Compiling winnow v0.5.40
14632024-12-06T20:30:03.377Z Compiling clap_builder v4.5.21
14642024-12-06T20:30:03.471Z Compiling zerocopy v0.6.6
14652024-12-06T20:30:03.727Z Compiling flate2 v1.0.34
14662024-12-06T20:30:04.201Z Compiling console v0.15.8
14672024-12-06T20:30:04.289Z Compiling strum_macros v0.25.3
14682024-12-06T20:30:04.941Z Compiling cookie_store v0.21.0
14692024-12-06T20:30:05.415Z Compiling hubpack v0.1.2
14702024-12-06T20:30:05.805Z Compiling elliptic-curve v0.13.8
14712024-12-06T20:30:05.910Z Compiling hickory-resolver v0.24.1
14722024-12-06T20:30:06.650Z Compiling phf v0.11.2
14732024-12-06T20:30:06.945Z Compiling toml_edit v0.19.15
14742024-12-06T20:30:07.185Z Compiling hyper-tls v0.6.0
14752024-12-06T20:30:07.473Z Compiling signal-hook-mio v0.2.4
14762024-12-06T20:30:07.610Z Compiling rayon v1.10.0
14772024-12-06T20:30:07.647Z Compiling bzip2 v0.4.4
14782024-12-06T20:30:08.567Z Compiling postgres-types v0.2.8
14792024-12-06T20:30:10.113Z Compiling tokio-tungstenite v0.24.0
14802024-12-06T20:30:12.014Z Compiling ed25519 v2.2.3
14812024-12-06T20:30:12.489Z Compiling phf_shared v0.10.0
14822024-12-06T20:30:12.693Z Compiling tokio-stream v0.1.16
14832024-12-06T20:30:12.895Z Compiling pkcs1 v0.7.5
14842024-12-06T20:30:12.916Z Compiling serde-big-array v0.5.1
14852024-12-06T20:30:13.151Z Compiling clap_derive v4.5.18
14862024-12-06T20:30:13.787Z Compiling rfc6979 v0.4.0
14872024-12-06T20:30:13.883Z Compiling serde_repr v0.1.19
14882024-12-06T20:30:13.915Z Compiling derive-where v1.2.7
14892024-12-06T20:30:13.973Z Compiling float-cmp v0.9.0
14902024-12-06T20:30:14.072Z Compiling bstr v1.10.0
14912024-12-06T20:30:14.197Z Compiling sync_wrapper v1.0.1
14922024-12-06T20:30:14.360Z Compiling unicode-width v0.2.0
14932024-12-06T20:30:14.870Z Compiling precomputed-hash v0.1.1
14942024-12-06T20:30:14.945Z Compiling bit-vec v0.6.3
14952024-12-06T20:30:14.995Z Compiling predicates-core v1.0.8
14962024-12-06T20:30:15.080Z Compiling static_assertions v1.1.0
14972024-12-06T20:30:15.186Z Compiling fixedbitset v0.4.2
14982024-12-06T20:30:15.358Z Compiling whoami v1.5.2
14992024-12-06T20:30:15.432Z Compiling normalize-line-endings v0.3.0
15002024-12-06T20:30:15.581Z Compiling number_prefix v0.4.0
15012024-12-06T20:30:15.709Z Compiling unicode-segmentation v1.12.0
15022024-12-06T20:30:15.816Z Compiling new_debug_unreachable v1.0.6
15032024-12-06T20:30:15.919Z Compiling difflib v0.4.0
15042024-12-06T20:30:15.970Z Compiling string_cache v0.8.7
15052024-12-06T20:30:16.026Z Compiling indicatif v0.17.9
15062024-12-06T20:30:16.449Z Compiling similar v2.6.0
15072024-12-06T20:30:16.616Z Compiling predicates v3.1.2
15082024-12-06T20:30:17.573Z Compiling tokio-postgres v0.7.12
15092024-12-06T20:30:17.608Z Compiling petgraph v0.6.5
15102024-12-06T20:30:18.148Z Compiling clap v4.5.21
15112024-12-06T20:30:18.250Z Compiling bit-set v0.5.3
15122024-12-06T20:30:18.276Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132024-12-06T20:30:18.395Z Compiling ecdsa v0.16.9
15142024-12-06T20:30:18.533Z Compiling rsa v0.9.6
15152024-12-06T20:30:18.860Z Compiling ed25519-dalek v2.1.1
15162024-12-06T20:30:19.282Z Compiling toml v0.7.8
15172024-12-06T20:30:20.141Z Compiling zip v0.6.6
15182024-12-06T20:30:21.071Z Compiling crossterm v0.28.1
15192024-12-06T20:30:22.262Z Compiling hex v0.4.3
15202024-12-06T20:30:22.473Z Compiling x509-cert v0.2.5
15212024-12-06T20:30:22.747Z Compiling itertools v0.10.5
15222024-12-06T20:30:22.891Z Compiling unicode-xid v0.2.6
15232024-12-06T20:30:23.071Z Compiling lalrpop-util v0.19.12
15242024-12-06T20:30:23.433Z Compiling peg-runtime v0.8.3
15252024-12-06T20:30:23.476Z Compiling strum_macros v0.26.4
15262024-12-06T20:30:24.150Z Compiling xattr v1.3.1
15272024-12-06T20:30:24.409Z Compiling filetime v0.2.25
15282024-12-06T20:30:24.740Z Compiling tar v0.4.42
15292024-12-06T20:30:28.333Z Compiling strum v0.26.3
15302024-12-06T20:30:31.430Z Compiling aws-lc-sys v0.22.0
15312024-12-06T20:30:59.227Z Compiling rustls-webpki v0.102.8
15322024-12-06T20:31:02.542Z Compiling tokio-rustls v0.25.0
15332024-12-06T20:31:04.379Z Compiling tokio-rustls v0.26.0
15342024-12-06T20:31:04.766Z Compiling hyper-rustls v0.27.3
15352024-12-06T20:31:05.092Z Compiling reqwest v0.12.9
15362024-12-06T20:31:05.964Z Compiling qorb v0.2.1
15372024-12-06T20:31:10.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15382024-12-06T20:31:11.145Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15392024-12-06T20:31:16.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15402024-12-06T20:31:16.765Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15412024-12-06T20:31:16.812ZDec 06 20:31:15.578 INFO Starting download, target: Cockroach
15422024-12-06T20:31:16.812ZDec 06 20:31:15.578 INFO Starting download, target: Console
15432024-12-06T20:31:16.812ZDec 06 20:31:15.578 INFO Starting download, target: DendriteOpenapi
15442024-12-06T20:31:16.815ZDec 06 20:31:15.578 INFO Starting download, target: Clickhouse
15452024-12-06T20:31:16.815ZDec 06 20:31:15.578 INFO Starting download, target: DendriteStub
15462024-12-06T20:31:16.815ZDec 06 20:31:15.578 INFO Starting download, target: MaghemiteMgd
15472024-12-06T20:31:16.815ZDec 06 20:31:15.578 INFO Starting download, target: TransceiverControl
15482024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15492024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15542024-12-06T20:31:16.815ZDec 06 20:31:15.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15552024-12-06T20:31:17.021ZDec 06 20:31:15.769 INFO Download complete, target: DendriteOpenapi
15562024-12-06T20:31:17.182ZDec 06 20:31:15.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15572024-12-06T20:31:17.541ZDec 06 20:31:16.295 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15582024-12-06T20:31:17.701ZDec 06 20:31:16.466 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592024-12-06T20:31:17.754ZDec 06 20:31:16.519 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15602024-12-06T20:31:17.874ZDec 06 20:31:16.639 INFO Download complete, target: Console
15612024-12-06T20:31:17.904ZDec 06 20:31:16.669 INFO Download complete, target: TransceiverControl
15622024-12-06T20:31:18.413ZDec 06 20:31:17.179 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632024-12-06T20:31:18.413ZDec 06 20:31:17.179 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642024-12-06T20:31:18.950ZDec 06 20:31:17.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652024-12-06T20:31:20.519ZDec 06 20:31:19.285 INFO Download complete, target: MaghemiteMgd
15662024-12-06T20:31:20.559ZDec 06 20:31:19.324 INFO Download complete, target: DendriteStub
15672024-12-06T20:31:25.684ZDec 06 20:31:24.448 INFO Checking that binary works, target: Cockroach
15682024-12-06T20:31:25.855ZDec 06 20:31:24.620 INFO Download complete, target: Cockroach
15692024-12-06T20:31:30.877ZDec 06 20:31:29.641 INFO Checking that binary works, target: Clickhouse
15702024-12-06T20:31:30.988ZDec 06 20:31:29.751 INFO Download complete, target: Clickhouse
15712024-12-06T20:31:31.007ZAll builder prerequisites installed successfully, and PATH looks valid
15722024-12-06T20:31:31.010Z
15732024-12-06T20:31:31.010Zreal 4:44.735747107
15742024-12-06T20:31:31.010Zuser 16:26.384338385
15752024-12-06T20:31:31.010Zsys 3:14.230887155
15762024-12-06T20:31:31.010Ztrap 0.556724671
15772024-12-06T20:31:31.010Ztflt 1.545392147
15782024-12-06T20:31:31.010Zdflt 2.099231347
15792024-12-06T20:31:31.010Zkflt 0.022417593
15802024-12-06T20:31:31.010Zlock 29:33.425210558
15812024-12-06T20:31:31.010Zslp 1:01:00.336412373
15822024-12-06T20:31:31.010Zlat 57.964484720
15832024-12-06T20:31:31.010Zstop 2:18.674428551
15842024-12-06T20:31:31.010Z+ banner hack-check
15852024-12-06T20:31:31.013Z
15862024-12-06T20:31:31.013Z # # ## #### # # #### # # ###### #### # #
15872024-12-06T20:31:31.013Z # # # # # # # # # # # # # # # # #
15882024-12-06T20:31:31.013Z ###### # # # #### ##### # ###### ##### # ####
15892024-12-06T20:31:31.013Z # # ###### # # # # # # # # # #
15902024-12-06T20:31:31.014Z # # # # # # # # # # # # # # # # #
15912024-12-06T20:31:31.014Z # # # # #### # # #### # # ###### #### # #
15922024-12-06T20:31:31.014Z
15932024-12-06T20:31:31.014Z+ export CARGO_INCREMENTAL=0
15942024-12-06T20:31:31.014Z+ CARGO_INCREMENTAL=0
15952024-12-06T20:31:31.014Z+ ptime -m timeout 2h cargo xtask check-features --ci
15962024-12-06T20:31:31.534Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15972024-12-06T20:31:35.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
15982024-12-06T20:31:35.092Z Running `target/debug/xtask check-features --ci`
15992024-12-06T20:31:35.112Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16002024-12-06T20:31:35.112Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16012024-12-06T20:31:35.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16022024-12-06T20:31:35.597Z Running `target/debug/xtask download cargo-hack`
16032024-12-06T20:31:36.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042024-12-06T20:31:36.784Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052024-12-06T20:31:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
16062024-12-06T20:31:41.645Z Running `target/debug/xtask-downloader cargo-hack`
16072024-12-06T20:31:41.681ZDec 06 20:31:40.444 INFO Starting download, target: CargoHack
16082024-12-06T20:31:41.684ZDec 06 20:31:40.444 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16092024-12-06T20:31:42.340ZDec 06 20:31:41.102 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16102024-12-06T20:31:42.425ZDec 06 20:31:41.187 INFO Download complete, target: CargoHack
16112024-12-06T20:31:42.429Zrunning: "/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"
16122024-12-06T20:31:42.444Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16132024-12-06T20:31:42.607Zinfo: running `cargo check --bins` on api_identity (1/173)
16142024-12-06T20:31:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-12-06T20:31:43.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-12-06T20:31:43.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-12-06T20:31:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16182024-12-06T20:31:43.204Z
16192024-12-06T20:31:43.205Zinfo: running `cargo check --bins` on bootstore (2/173)
16202024-12-06T20:31:43.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-12-06T20:31:43.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-12-06T20:31:43.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-12-06T20:31:43.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16242024-12-06T20:31:43.838Z
16252024-12-06T20:31:43.838Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16262024-12-06T20:31:44.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-12-06T20:31:44.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-12-06T20:31:44.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-12-06T20:31:44.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16302024-12-06T20:31:44.445Z
16312024-12-06T20:31:44.445Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16322024-12-06T20:31:44.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-12-06T20:31:44.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-12-06T20:31:44.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-12-06T20:31:44.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16362024-12-06T20:31:45.065Z
16372024-12-06T20:31:45.065Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16382024-12-06T20:31:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-12-06T20:31:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-12-06T20:31:45.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-12-06T20:31:45.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16422024-12-06T20:31:45.490Z
16432024-12-06T20:31:45.491Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16442024-12-06T20:31:45.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-12-06T20:31:45.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-12-06T20:31:45.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-12-06T20:31:45.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16482024-12-06T20:31:45.918Z
16492024-12-06T20:31:45.918Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16502024-12-06T20:31:46.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-12-06T20:31:46.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-12-06T20:31:46.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-12-06T20:31:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16542024-12-06T20:31:46.325Z
16552024-12-06T20:31:46.325Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16562024-12-06T20:31:46.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-12-06T20:31:46.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-12-06T20:31:46.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-12-06T20:31:46.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16602024-12-06T20:31:46.739Z
16612024-12-06T20:31:46.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16622024-12-06T20:31:47.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-12-06T20:31:47.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-12-06T20:31:47.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-12-06T20:31:47.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662024-12-06T20:31:47.154Z
16672024-12-06T20:31:47.154Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16682024-12-06T20:31:47.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-12-06T20:31:47.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-12-06T20:31:47.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-12-06T20:31:47.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16722024-12-06T20:31:47.565Z
16732024-12-06T20:31:47.565Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16742024-12-06T20:31:47.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-12-06T20:31:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-12-06T20:31:47.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-12-06T20:31:47.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16782024-12-06T20:31:47.978Z
16792024-12-06T20:31:47.978Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16802024-12-06T20:31:48.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-12-06T20:31:48.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-12-06T20:31:48.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-12-06T20:31:48.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842024-12-06T20:31:48.394Z
16852024-12-06T20:31:48.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16862024-12-06T20:31:48.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-12-06T20:31:48.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-12-06T20:31:48.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-12-06T20:31:48.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16902024-12-06T20:31:48.810Z
16912024-12-06T20:31:48.810Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16922024-12-06T20:31:49.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-12-06T20:31:49.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-12-06T20:31:49.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952024-12-06T20:31:49.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16962024-12-06T20:31:49.220Z
16972024-12-06T20:31:49.220Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16982024-12-06T20:31:49.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992024-12-06T20:31:49.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002024-12-06T20:31:49.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012024-12-06T20:31:49.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022024-12-06T20:31:49.633Z
17032024-12-06T20:31:49.633Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17042024-12-06T20:31:50.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052024-12-06T20:31:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062024-12-06T20:31:50.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072024-12-06T20:31:50.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17082024-12-06T20:31:50.046Z
17092024-12-06T20:31:50.046Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17102024-12-06T20:31:50.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112024-12-06T20:31:50.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122024-12-06T20:31:50.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132024-12-06T20:31:50.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17142024-12-06T20:31:50.458Z
17152024-12-06T20:31:50.458Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17162024-12-06T20:31:50.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172024-12-06T20:31:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182024-12-06T20:31:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192024-12-06T20:31:50.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202024-12-06T20:31:50.874Z
17212024-12-06T20:31:50.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17222024-12-06T20:31:51.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232024-12-06T20:31:51.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242024-12-06T20:31:51.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252024-12-06T20:31:51.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262024-12-06T20:31:51.311Z
17272024-12-06T20:31:51.311Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17282024-12-06T20:31:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-12-06T20:31:51.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-12-06T20:31:51.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-12-06T20:31:51.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322024-12-06T20:31:51.712Z
17332024-12-06T20:31:51.712Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17342024-12-06T20:31:52.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-12-06T20:31:52.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-12-06T20:31:52.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-12-06T20:31:52.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17382024-12-06T20:31:52.128Z
17392024-12-06T20:31:52.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17402024-12-06T20:31:52.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-12-06T20:31:52.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-12-06T20:31:52.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-12-06T20:31:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442024-12-06T20:31:52.549Z
17452024-12-06T20:31:52.550Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17462024-12-06T20:31:52.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-12-06T20:31:52.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-12-06T20:31:52.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-12-06T20:31:52.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17502024-12-06T20:31:52.960Z
17512024-12-06T20:31:52.960Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17522024-12-06T20:31:53.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-12-06T20:31:53.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-12-06T20:31:53.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-12-06T20:31:53.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17562024-12-06T20:31:53.374Z
17572024-12-06T20:31:53.374Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17582024-12-06T20:31:53.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592024-12-06T20:31:53.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602024-12-06T20:31:53.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612024-12-06T20:31:53.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17622024-12-06T20:31:54.005Z
17632024-12-06T20:31:54.005Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17642024-12-06T20:31:54.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652024-12-06T20:31:54.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662024-12-06T20:31:54.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672024-12-06T20:31:54.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17682024-12-06T20:31:54.631Z
17692024-12-06T20:31:54.631Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17702024-12-06T20:31:55.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712024-12-06T20:31:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722024-12-06T20:31:55.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732024-12-06T20:31:55.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17742024-12-06T20:31:55.263Z
17752024-12-06T20:31:55.263Zinfo: running `cargo check --bins` on oxlog (28/173)
17762024-12-06T20:31:55.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772024-12-06T20:31:55.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782024-12-06T20:31:55.876Z Checking cfg-if v1.0.0
17792024-12-06T20:31:55.879Z Checking libc v0.2.162
17802024-12-06T20:31:55.982Z Checking serde v1.0.215
17812024-12-06T20:31:55.985Z Checking zeroize v1.8.1
17822024-12-06T20:31:55.998Z Checking memchr v2.7.4
17832024-12-06T20:31:56.000Z Checking typenum v1.17.0
17842024-12-06T20:31:56.007Z Checking scopeguard v1.2.0
17852024-12-06T20:31:56.034Z Checking subtle v2.6.1
17862024-12-06T20:31:56.048Z Checking value-bag v1.9.0
17872024-12-06T20:31:56.145Z Checking lock_api v0.4.12
17882024-12-06T20:31:56.226Z Checking smallvec v1.13.2
17892024-12-06T20:31:56.294Z Checking itoa v1.0.11
17902024-12-06T20:31:56.447Z Checking log v0.4.22
17912024-12-06T20:31:56.496Z Checking const-oid v0.9.6
17922024-12-06T20:31:56.555Z Checking pin-project-lite v0.2.14
17932024-12-06T20:31:56.572Z Checking byteorder v1.5.0
17942024-12-06T20:31:56.694Z Checking futures-core v0.3.31
17952024-12-06T20:31:56.860Z Checking once_cell v1.20.2
17962024-12-06T20:31:56.889Z Checking cpufeatures v0.2.14
17972024-12-06T20:31:56.962Z Checking futures-sink v0.3.31
17982024-12-06T20:31:56.978Z Checking stable_deref_trait v1.2.0
17992024-12-06T20:31:57.017Z Checking spin v0.9.8
18002024-12-06T20:31:57.070Z Checking zerocopy v0.7.35
18012024-12-06T20:31:57.096Z Checking slab v0.4.9
18022024-12-06T20:31:57.116Z Checking getrandom v0.2.15
18032024-12-06T20:31:57.160Z Checking parking_lot_core v0.9.10
18042024-12-06T20:31:57.299Z Checking generic-array v0.14.7
18052024-12-06T20:31:57.320Z Checking rand_core v0.6.4
18062024-12-06T20:31:57.352Z Checking signal-hook-registry v1.4.2
18072024-12-06T20:31:57.355Z Checking mio v1.0.2
18082024-12-06T20:31:57.476Z Checking parking_lot v0.12.3
18092024-12-06T20:31:57.589Z Checking socket2 v0.5.7
18102024-12-06T20:31:57.634Z Checking zerofrom v0.1.4
18112024-12-06T20:31:57.823Z Checking futures-channel v0.3.31
18122024-12-06T20:31:57.837Z Checking yoke v0.7.4
18132024-12-06T20:31:57.964Z Checking futures-task v0.3.31
18142024-12-06T20:31:58.074Z Checking allocator-api2 v0.2.18
18152024-12-06T20:31:58.177Z Checking foldhash v0.1.3
18162024-12-06T20:31:58.192Z Checking futures-io v0.3.31
18172024-12-06T20:31:58.195Z Checking equivalent v1.0.1
18182024-12-06T20:31:58.307Z Checking pin-utils v0.1.0
18192024-12-06T20:31:58.334Z Checking zerovec v0.10.4
18202024-12-06T20:31:58.362Z Checking ryu v1.0.18
18212024-12-06T20:31:58.378Z Checking tinyvec_macros v0.1.1
18222024-12-06T20:31:58.395Z Checking futures-util v0.3.31
18232024-12-06T20:31:58.418Z Checking crypto-common v0.1.6
18242024-12-06T20:31:58.457Z Checking block-buffer v0.10.4
18252024-12-06T20:31:58.501Z Checking block-padding v0.3.3
18262024-12-06T20:31:58.585Z Checking tinyvec v1.8.0
18272024-12-06T20:31:58.603Z Checking fnv v1.0.7
18282024-12-06T20:31:58.663Z Checking digest v0.10.7
18292024-12-06T20:31:58.680Z Checking hashbrown v0.15.0
18302024-12-06T20:31:58.701Z Checking inout v0.1.3
18312024-12-06T20:31:58.717Z Checking libm v0.2.8
18322024-12-06T20:31:58.931Z Checking cipher v0.4.4
18332024-12-06T20:31:59.045Z Checking hmac v0.12.1
18342024-12-06T20:31:59.254Z Checking sha2 v0.10.8
18352024-12-06T20:31:59.328Z Checking base64ct v1.6.0
18362024-12-06T20:31:59.659Z Checking unicode-bidi v0.3.17
18372024-12-06T20:31:59.764Z Checking writeable v0.5.5
18382024-12-06T20:31:59.785Z Checking litemap v0.7.3
18392024-12-06T20:31:59.816Z Checking pem-rfc7468 v0.7.0
18402024-12-06T20:31:59.944Z Checking unicode-normalization v0.1.24
18412024-12-06T20:31:59.959Z Checking tinystr v0.7.6
18422024-12-06T20:32:00.079Z Checking num-traits v0.2.19
18432024-12-06T20:32:00.095Z Checking ppv-lite86 v0.2.20
18442024-12-06T20:32:00.112Z Checking flagset v0.4.6
18452024-12-06T20:32:00.261Z Checking tracing-core v0.1.32
18462024-12-06T20:32:00.299Z Checking der v0.7.9
18472024-12-06T20:32:00.320Z Checking icu_locid v1.5.0
18482024-12-06T20:32:00.890Z Checking bytes v1.8.0
18492024-12-06T20:32:00.906Z Checking indexmap v2.6.0
18502024-12-06T20:32:00.908Z Checking serde_json v1.0.132
18512024-12-06T20:32:00.937Z Checking rand_chacha v0.3.1
18522024-12-06T20:32:01.346Z Checking bitflags v2.6.0
18532024-12-06T20:32:01.361Z Checking icu_provider v1.5.0
18542024-12-06T20:32:01.650Z Checking thiserror v1.0.69
18552024-12-06T20:32:01.716Z Checking tokio v1.40.0
18562024-12-06T20:32:01.775Z Checking http v1.1.0
18572024-12-06T20:32:01.790Z Checking rustls-pki-types v1.9.0
18582024-12-06T20:32:01.985Z Checking percent-encoding v2.3.1
18592024-12-06T20:32:02.182Z Checking icu_locid_transform_data v1.5.0
18602024-12-06T20:32:02.200Z Checking spki v0.7.3
18612024-12-06T20:32:02.212Z Checking rand v0.8.5
18622024-12-06T20:32:02.279Z Checking icu_locid_transform v1.5.0
18632024-12-06T20:32:02.341Z Checking tracing v0.1.40
18642024-12-06T20:32:02.488Z Checking icu_collections v1.5.0
18652024-12-06T20:32:02.678Z Checking salsa20 v0.10.2
18662024-12-06T20:32:02.753Z Checking pbkdf2 v0.12.2
18672024-12-06T20:32:02.882Z Checking aws-lc-sys v0.22.0
18682024-12-06T20:32:02.910Z Checking httparse v1.9.5
18692024-12-06T20:32:03.113Z Checking powerfmt v0.2.0
18702024-12-06T20:32:03.177Z Checking untrusted v0.7.1
18712024-12-06T20:32:03.292Z Checking mirai-annotations v1.12.0
18722024-12-06T20:32:03.444Z Checking untrusted v0.9.0
18732024-12-06T20:32:03.447Z Checking icu_properties_data v1.5.0
18742024-12-06T20:32:03.447Z Checking deranged v0.3.11
18752024-12-06T20:32:03.447Z Checking scrypt v0.11.0
18762024-12-06T20:32:03.465Z Checking cbc v0.1.2
18772024-12-06T20:32:03.482Z Checking ring v0.17.8
18782024-12-06T20:32:03.497Z Checking aes v0.8.4
18792024-12-06T20:32:03.582Z Checking icu_properties v1.5.1
18802024-12-06T20:32:03.656Z Checking crossbeam-utils v0.8.20
18812024-12-06T20:32:03.671Z Checking atomic-waker v1.1.2
18822024-12-06T20:32:03.799Z Checking write16 v1.0.0
18832024-12-06T20:32:03.913Z Checking icu_normalizer_data v1.5.0
18842024-12-06T20:32:04.013Z Checking num_threads v0.1.7
18852024-12-06T20:32:04.124Z Checking utf8_iter v1.0.4
18862024-12-06T20:32:04.335Z Checking num-conv v0.1.0
18872024-12-06T20:32:04.351Z Checking time-core v0.1.2
18882024-12-06T20:32:04.392Z Checking utf16_iter v1.0.5
18892024-12-06T20:32:04.504Z Checking pkcs5 v0.7.1
18902024-12-06T20:32:04.556Z Checking http-body v1.0.1
18912024-12-06T20:32:04.572Z Checking form_urlencoded v1.2.1
18922024-12-06T20:32:04.778Z Checking try-lock v0.2.5
18932024-12-06T20:32:04.781Z Checking unicode-ident v1.0.13
18942024-12-06T20:32:04.900Z Checking want v0.3.1
18952024-12-06T20:32:04.943Z Checking httpdate v1.0.3
18962024-12-06T20:32:05.028Z Checking pkcs8 v0.10.2
18972024-12-06T20:32:05.063Z Checking proc-macro2 v1.0.89
18982024-12-06T20:32:05.131Z Checking time v0.3.36
18992024-12-06T20:32:05.176Z Checking uuid v1.11.0
19002024-12-06T20:32:05.300Z Checking toml_datetime v0.6.8
19012024-12-06T20:32:05.316Z Checking serde_spanned v0.6.8
19022024-12-06T20:32:05.452Z Checking aws-lc-rs v1.10.0
19032024-12-06T20:32:05.505Z Checking slog v2.7.0
19042024-12-06T20:32:05.585Z Checking scroll v0.12.0
19052024-12-06T20:32:05.736Z Checking foreign-types-shared v0.1.1
19062024-12-06T20:32:05.822Z Checking adler2 v2.0.0
19072024-12-06T20:32:05.924Z Checking ucd-trie v0.1.7
19082024-12-06T20:32:05.968Z Checking base64 v0.22.1
19092024-12-06T20:32:05.984Z Checking match_cfg v0.1.0
19102024-12-06T20:32:06.029Z Checking plain v0.2.3
19112024-12-06T20:32:06.045Z Checking tower-service v0.3.3
19122024-12-06T20:32:06.060Z Checking iana-time-zone v0.1.61
19132024-12-06T20:32:06.151Z Checking hostname v0.3.1
19142024-12-06T20:32:06.167Z Checking goblin v0.8.2
19152024-12-06T20:32:06.206Z Checking chrono v0.4.38
19162024-12-06T20:32:06.279Z Checking pest v2.7.14
19172024-12-06T20:32:06.448Z Checking miniz_oxide v0.8.0
19182024-12-06T20:32:06.893Z Checking icu_normalizer v1.5.0
19192024-12-06T20:32:07.183Z Checking foreign-types v0.3.2
19202024-12-06T20:32:07.279Z Checking quote v1.0.37
19212024-12-06T20:32:07.360Z Checking rustls-webpki v0.102.8
19222024-12-06T20:32:07.620Z Checking openssl-sys v0.9.103
19232024-12-06T20:32:07.630Z Checking dirs-sys-next v0.1.2
19242024-12-06T20:32:07.708Z Checking idna_adapter v1.2.0
19252024-12-06T20:32:07.805Z Checking errno v0.3.9
19262024-12-06T20:32:07.926Z Checking idna v1.0.3
19272024-12-06T20:32:07.965Z Checking aho-corasick v1.1.3
19282024-12-06T20:32:08.219Z Checking regex-syntax v0.8.5
19292024-12-06T20:32:08.316Z Checking siphasher v0.3.11
19302024-12-06T20:32:08.375Z Checking url v2.5.3
19312024-12-06T20:32:12.666Z Checking data-encoding v2.6.0
19322024-12-06T20:32:12.704Z Checking pretty-hex v0.4.1
19332024-12-06T20:32:12.704Z Checking openssl v0.10.66
19342024-12-06T20:32:12.704Z Checking dtrace-parser v0.2.0
19352024-12-06T20:32:12.704Z Checking tokio-util v0.7.12
19362024-12-06T20:32:12.704Z Checking rustix v0.38.37
19372024-12-06T20:32:12.704Z Checking dirs-next v2.0.0
19382024-12-06T20:32:12.704Z Checking syn v2.0.87
19392024-12-06T20:32:12.704Z Checking http-body-util v0.1.2
19402024-12-06T20:32:12.704Z Checking crossbeam-epoch v0.9.18
19412024-12-06T20:32:12.704Z Checking sha1 v0.10.6
19422024-12-06T20:32:12.704Z Checking h2 v0.4.6
19432024-12-06T20:32:12.704Z Checking signature v2.2.0
19442024-12-06T20:32:12.704Z Checking lazy_static v1.5.0
19452024-12-06T20:32:12.704Z Checking thread_local v1.1.8
19462024-12-06T20:32:12.704Z Checking thread-id v4.2.2
19472024-12-06T20:32:12.704Z Checking encoding_rs v0.8.34
19482024-12-06T20:32:12.704Z Checking ipnet v2.10.1
19492024-12-06T20:32:12.726Z Checking unicode-properties v0.1.3
19502024-12-06T20:32:12.726Z Checking dof v0.3.0
19512024-12-06T20:32:12.726Z Checking openssl-probe v0.1.5
19522024-12-06T20:32:12.726Z Checking utf8parse v0.2.2
19532024-12-06T20:32:12.726Z Checking regex-automata v0.4.8
19542024-12-06T20:32:12.726Z Checking gimli v0.31.1
19552024-12-06T20:32:12.727Z Checking either v1.13.0
19562024-12-06T20:32:12.727Z Checking mime v0.3.17
19572024-12-06T20:32:12.727Z Checking winnow v0.6.20
19582024-12-06T20:32:12.727Z Checking anstyle v1.0.10
19592024-12-06T20:32:12.817Z Checking anstyle-parse v0.2.5
19602024-12-06T20:32:13.070Z Checking stringprep v0.1.5
19612024-12-06T20:32:13.098Z Checking crossbeam-deque v0.8.5
19622024-12-06T20:32:13.341Z Checking term v0.7.0
19632024-12-06T20:32:13.415Z Checking rustls v0.23.14
19642024-12-06T20:32:13.782Z Checking rustls v0.22.4
19652024-12-06T20:32:14.256Z Checking native-tls v0.2.12
19662024-12-06T20:32:14.584Z Checking slog-json v2.6.1
19672024-12-06T20:32:14.849Z Checking serde_urlencoded v0.7.1
19682024-12-06T20:32:15.258Z Checking crossbeam-channel v0.5.13
19692024-12-06T20:32:15.510Z Checking toml_edit v0.22.22
19702024-12-06T20:32:15.639Z Checking addr2line v0.24.2
19712024-12-06T20:32:15.907Z Checking usdt-impl v0.5.0
19722024-12-06T20:32:15.993Z Checking futures-executor v0.3.31
19732024-12-06T20:32:16.106Z Checking rustls-pemfile v2.2.0
19742024-12-06T20:32:16.181Z Checking num-integer v0.1.46
19752024-12-06T20:32:16.221Z Checking hyper v1.5.0
19762024-12-06T20:32:16.308Z Checking idna v0.3.0
19772024-12-06T20:32:16.329Z Checking idna v0.4.0
19782024-12-06T20:32:16.379Z Checking md-5 v0.10.6
19792024-12-06T20:32:16.609Z Checking ff v0.13.0
19802024-12-06T20:32:16.686Z Checking is-terminal v0.4.13
19812024-12-06T20:32:16.800Z Checking memmap v0.7.0
19822024-12-06T20:32:16.815Z Checking hash32 v0.2.1
19832024-12-06T20:32:17.005Z Checking object v0.36.5
19842024-12-06T20:32:17.101Z Checking fallible-iterator v0.2.0
19852024-12-06T20:32:17.155Z Checking quick-error v1.2.3
19862024-12-06T20:32:17.189Z Checking anstyle-query v1.1.1
19872024-12-06T20:32:17.287Z Checking dyn-clone v1.0.17
19882024-12-06T20:32:17.309Z Checking colorchoice v1.0.2
19892024-12-06T20:32:17.424Z Checking base16ct v0.2.0
19902024-12-06T20:32:17.440Z Checking psl-types v2.0.11
19912024-12-06T20:32:17.516Z Checking is_terminal_polyfill v1.70.1
19922024-12-06T20:32:17.601Z Checking take_mut v0.2.2
19932024-12-06T20:32:17.618Z Checking utf-8 v0.7.6
19942024-12-06T20:32:17.634Z Checking linked-hash-map v0.5.6
19952024-12-06T20:32:17.701Z Checking rustc-demangle v0.1.24
19962024-12-06T20:32:17.736Z Checking slog-async v2.8.0
19972024-12-06T20:32:17.809Z Checking tungstenite v0.24.0
19982024-12-06T20:32:17.933Z Checking lru-cache v0.1.2
19992024-12-06T20:32:18.019Z Checking postgres-protocol v0.6.7
20002024-12-06T20:32:18.066Z Checking toml v0.8.19
20012024-12-06T20:32:18.098Z Checking anstream v0.6.15
20022024-12-06T20:32:18.123Z Checking publicsuffix v2.2.3
20032024-12-06T20:32:18.222Z Checking hyper-util v0.1.10
20042024-12-06T20:32:18.352Z Checking sec1 v0.7.3
20052024-12-06T20:32:18.456Z Checking tokio-rustls v0.25.0
20062024-12-06T20:32:18.695Z Checking schemars v0.8.21
20072024-12-06T20:32:18.695Z Checking resolv-conf v0.7.0
20082024-12-06T20:32:18.732Z Checking hickory-proto v0.24.1
20092024-12-06T20:32:18.794Z Checking heapless v0.7.17
20102024-12-06T20:32:18.830Z Checking usdt v0.5.0
20112024-12-06T20:32:18.860Z Checking tokio-rustls v0.26.0
20122024-12-06T20:32:19.057Z Checking group v0.13.0
20132024-12-06T20:32:19.101Z Checking slog-term v2.9.1
20142024-12-06T20:32:19.253Z Checking num-iter v0.1.45
20152024-12-06T20:32:19.316Z Checking futures v0.3.31
20162024-12-06T20:32:19.422Z Checking slog-bunyan v2.5.0
20172024-12-06T20:32:19.439Z Checking tokio-native-tls v0.3.1
20182024-12-06T20:32:19.586Z Checking rayon-core v1.12.1
20192024-12-06T20:32:19.613Z Checking multer v3.1.0
20202024-12-06T20:32:19.673Z Checking terminal_size v0.4.0
20212024-12-06T20:32:19.820Z Checking phf_shared v0.11.2
20222024-12-06T20:32:19.838Z Checking cookie v0.18.1
20232024-12-06T20:32:19.990Z Checking async-stream v0.3.6
20242024-12-06T20:32:20.092Z Checking bzip2-sys v0.1.11+1.0.8
20252024-12-06T20:32:20.167Z Checking camino v1.1.9
20262024-12-06T20:32:20.213Z Checking signal-hook v0.3.17
20272024-12-06T20:32:20.230Z Checking waitgroup v0.1.2
20282024-12-06T20:32:20.261Z Checking openapiv3 v2.0.0
20292024-12-06T20:32:20.300Z Checking webpki-roots v0.26.6
20302024-12-06T20:32:20.335Z Checking idna v0.5.0
20312024-12-06T20:32:20.362Z Checking serde_path_to_error v0.1.16
20322024-12-06T20:32:20.519Z Checking hkdf v0.12.4
20332024-12-06T20:32:20.556Z Checking crypto-bigint v0.5.5
20342024-12-06T20:32:20.713Z Checking hostname v0.4.0
20352024-12-06T20:32:20.739Z Checking crc32fast v1.4.2
20362024-12-06T20:32:20.842Z Checking winnow v0.5.40
20372024-12-06T20:32:20.961Z Checking strsim v0.11.1
20382024-12-06T20:32:20.977Z Checking debug-ignore v1.0.5
20392024-12-06T20:32:21.116Z Checking clap_lex v0.7.2
20402024-12-06T20:32:21.221Z Checking bitflags v1.3.2
20412024-12-06T20:32:21.252Z Checking unicode-width v0.1.14
20422024-12-06T20:32:21.319Z Checking managed v0.8.0
20432024-12-06T20:32:21.354Z Checking clap_builder v4.5.21
20442024-12-06T20:32:21.684Z Checking smoltcp v0.9.1
20452024-12-06T20:32:21.753Z Checking console v0.15.8
20462024-12-06T20:32:22.324Z Checking cookie_store v0.21.0
20472024-12-06T20:32:22.981Z Checking flate2 v1.0.34
20482024-12-06T20:32:23.167Z Checking signal-hook-mio v0.2.4
20492024-12-06T20:32:23.307Z Checking hyper-rustls v0.27.3
20502024-12-06T20:32:23.343Z Checking elliptic-curve v0.13.8
20512024-12-06T20:32:23.463Z Checking backtrace v0.3.74
20522024-12-06T20:32:23.524Z Checking hickory-resolver v0.24.1
20532024-12-06T20:32:23.613Z Checking rayon v1.10.0
20542024-12-06T20:32:23.615Z Checking hyper-tls v0.6.0
20552024-12-06T20:32:23.713Z Checking dropshot v0.12.0
20562024-12-06T20:32:23.858Z Checking toml_edit v0.19.15
20572024-12-06T20:32:23.890Z Checking bzip2 v0.4.4
20582024-12-06T20:32:23.953Z Checking phf v0.11.2
20592024-12-06T20:32:24.035Z Checking anyhow v1.0.93
20602024-12-06T20:32:24.171Z Checking num-bigint-dig v0.8.4
20612024-12-06T20:32:24.205Z Checking postgres-types v0.2.8
20622024-12-06T20:32:24.402Z Checking tokio-tungstenite v0.24.0
20632024-12-06T20:32:24.457Z Checking bstr v1.10.0
20642024-12-06T20:32:24.890Z Checking regex v1.11.1
20652024-12-06T20:32:24.943Z Checking ed25519 v2.2.3
20662024-12-06T20:32:25.106Z Checking tokio-stream v0.1.16
20672024-12-06T20:32:25.242Z Checking phf_shared v0.10.0
20682024-12-06T20:32:25.414Z Checking curve25519-dalek v4.1.3
20692024-12-06T20:32:25.524Z Checking zerocopy v0.6.6
20702024-12-06T20:32:25.539Z Checking pkcs1 v0.7.5
20712024-12-06T20:32:25.936Z Checking hubpack v0.1.2
20722024-12-06T20:32:26.017Z Checking portable-atomic v1.9.0
20732024-12-06T20:32:26.257Z Checking float-cmp v0.9.0
20742024-12-06T20:32:26.289Z Checking serde-big-array v0.5.1
20752024-12-06T20:32:26.292Z Checking rfc6979 v0.4.0
20762024-12-06T20:32:26.320Z Checking sync_wrapper v1.0.1
20772024-12-06T20:32:26.447Z Checking fixedbitset v0.4.2
20782024-12-06T20:32:26.465Z Checking bit-vec v0.6.3
20792024-12-06T20:32:26.481Z Checking new_debug_unreachable v1.0.6
20802024-12-06T20:32:26.495Z Checking difflib v0.4.0
20812024-12-06T20:32:26.560Z Checking whoami v1.5.2
20822024-12-06T20:32:26.707Z Checking normalize-line-endings v0.3.0
20832024-12-06T20:32:26.772Z Checking static_assertions v1.1.0
20842024-12-06T20:32:26.806Z Checking unicode-segmentation v1.12.0
20852024-12-06T20:32:26.825Z Checking predicates-core v1.0.8
20862024-12-06T20:32:26.854Z Checking unicode-width v0.2.0
20872024-12-06T20:32:26.869Z Checking precomputed-hash v0.1.1
20882024-12-06T20:32:26.974Z Checking number_prefix v0.4.0
20892024-12-06T20:32:26.993Z Checking minimal-lexical v0.2.1
20902024-12-06T20:32:27.062Z Checking predicates v3.1.2
20912024-12-06T20:32:27.142Z Checking string_cache v0.8.7
20922024-12-06T20:32:27.310Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20932024-12-06T20:32:27.325Z Checking ed25519-dalek v2.1.1
20942024-12-06T20:32:27.366Z Checking nom v7.1.3
20952024-12-06T20:32:27.420Z Checking tokio-postgres v0.7.12
20962024-12-06T20:32:27.437Z Checking qorb v0.2.1
20972024-12-06T20:32:27.479Z Checking indicatif v0.17.9
20982024-12-06T20:32:27.496Z Checking similar v2.6.0
20992024-12-06T20:32:27.696Z Checking bit-set v0.5.3
21002024-12-06T20:32:27.699Z Checking petgraph v0.6.5
21012024-12-06T20:32:27.939Z Checking ecdsa v0.16.9
21022024-12-06T20:32:28.228Z Checking reqwest v0.12.9
21032024-12-06T20:32:28.371Z Checking toml v0.7.8
21042024-12-06T20:32:28.655Z Checking rsa v0.9.6
21052024-12-06T20:32:29.107Z Checking clap v4.5.21
21062024-12-06T20:32:29.228Z Checking zip v0.6.6
21072024-12-06T20:32:29.737Z Checking crossterm v0.28.1
21082024-12-06T20:32:29.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21092024-12-06T20:32:29.937Z Checking itertools v0.10.5
21102024-12-06T20:32:29.989Z Checking itertools v0.12.1
21112024-12-06T20:32:30.061Z Checking ahash v0.8.11
21122024-12-06T20:32:30.256Z Checking fs-err v2.11.0
21132024-12-06T20:32:30.532Z Checking x509-cert v0.2.5
21142024-12-06T20:32:30.627Z Checking hex v0.4.3
21152024-12-06T20:32:30.849Z Checking semver v1.0.23
21162024-12-06T20:32:31.056Z Checking lalrpop-util v0.19.12
21172024-12-06T20:32:31.141Z Checking peg-runtime v0.8.3
21182024-12-06T20:32:31.256Z Checking sigpipe v0.1.3
21192024-12-06T20:32:32.243Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21202024-12-06T20:32:32.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.27s
21212024-12-06T20:32:32.699Z
21222024-12-06T20:32:32.699Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21232024-12-06T20:32:33.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-12-06T20:32:33.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-12-06T20:32:33.351Z Compiling hashbrown v0.14.5
21262024-12-06T20:32:33.469Z Checking heck v0.5.0
21272024-12-06T20:32:33.481Z Compiling unsafe-libyaml v0.2.11
21282024-12-06T20:32:33.493Z Compiling ident_case v1.0.1
21292024-12-06T20:32:33.506Z Checking progenitor-client v0.8.0
21302024-12-06T20:32:33.518Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21312024-12-06T20:32:33.533Z Compiling proc-macro-crate v1.3.1
21322024-12-06T20:32:33.622Z Compiling darling_core v0.20.10
21332024-12-06T20:32:33.654Z Checking ipnetwork v0.20.0
21342024-12-06T20:32:33.854Z Compiling structmeta-derive v0.3.0
21352024-12-06T20:32:33.870Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21362024-12-06T20:32:34.015Z Compiling newtype-uuid v1.1.3
21372024-12-06T20:32:34.172Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21382024-12-06T20:32:34.324Z Compiling lzma-sys v0.1.20
21392024-12-06T20:32:34.536Z Compiling foreign-types-macros v0.2.3
21402024-12-06T20:32:34.620Z Checking regress v0.10.1
21412024-12-06T20:32:34.646Z Compiling num_enum_derive v0.5.11
21422024-12-06T20:32:35.082Z Compiling serde_yaml v0.9.34+deprecated
21432024-12-06T20:32:35.357Z Compiling dropshot v0.13.0
21442024-12-06T20:32:35.652Z Checking foreign-types-shared v0.3.1
21452024-12-06T20:32:35.767Z Checking arc-swap v1.7.1
21462024-12-06T20:32:35.805Z Checking foreign-types v0.5.0
21472024-12-06T20:32:36.022Z Compiling proc-macro-error v1.0.4
21482024-12-06T20:32:36.204Z Checking slog-scope v4.4.0
21492024-12-06T20:32:36.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21502024-12-06T20:32:36.815Z Compiling structmeta v0.3.0
21512024-12-06T20:32:36.888Z Checking tungstenite v0.21.0
21522024-12-06T20:32:36.908Z Compiling heck v0.3.3
21532024-12-06T20:32:37.219Z Checking num_enum v0.5.11
21542024-12-06T20:32:37.245Z Compiling parse-display-derive v0.10.0
21552024-12-06T20:32:37.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21562024-12-06T20:32:37.371Z Compiling dropshot_endpoint v0.13.0
21572024-12-06T20:32:37.855Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21582024-12-06T20:32:38.170Z Checking cstr-argument v0.1.2
21592024-12-06T20:32:38.210Z Checking typify-impl v0.2.0
21602024-12-06T20:32:38.346Z Checking instant v0.1.13
21612024-12-06T20:32:38.584Z Checking base64 v0.21.7
21622024-12-06T20:32:39.076Z Checking fastrand v2.1.1
21632024-12-06T20:32:39.407Z Checking pretty-hex v0.2.1
21642024-12-06T20:32:39.424Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-12-06T20:32:39.572Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-12-06T20:32:39.714Z Checking tempfile v3.13.0
21672024-12-06T20:32:39.806Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-12-06T20:32:39.840Z Checking backoff v0.4.0
21692024-12-06T20:32:39.951Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21702024-12-06T20:32:40.080Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21712024-12-06T20:32:40.149Z Checking tokio-tungstenite v0.21.0
21722024-12-06T20:32:40.227Z Checking strum v0.26.3
21732024-12-06T20:32:40.273Z Compiling zone_cfg_derive v0.1.2
21742024-12-06T20:32:40.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21752024-12-06T20:32:40.682Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21762024-12-06T20:32:40.707Z Compiling darling_macro v0.20.10
21772024-12-06T20:32:40.766Z Checking slog-stdlog v4.1.1
21782024-12-06T20:32:40.933Z Checking regress v0.9.1
21792024-12-06T20:32:41.084Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21802024-12-06T20:32:41.170Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21812024-12-06T20:32:41.240Z Checking colored v2.1.0
21822024-12-06T20:32:41.447Z Checking macaddr v1.0.1
21832024-12-06T20:32:41.542Z Checking base64 v0.13.1
21842024-12-06T20:32:41.620Z Compiling darling v0.20.10
21852024-12-06T20:32:41.747Z Compiling serde_with_macros v3.11.0
21862024-12-06T20:32:41.791Z Checking zone v0.1.8
21872024-12-06T20:32:41.891Z Checking parse-display v0.10.0
21882024-12-06T20:32:41.922Z Checking ron v0.7.1
21892024-12-06T20:32:42.128Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21902024-12-06T20:32:42.406Z Checking xz2 v0.1.7
21912024-12-06T20:32:42.614Z Checking slog-envlogger v2.2.0
21922024-12-06T20:32:42.713Z Checking tabwriter v1.4.0
21932024-12-06T20:32:42.834Z Checking xattr v1.3.1
21942024-12-06T20:32:42.933Z Checking pem v3.0.4
21952024-12-06T20:32:43.029Z Checking yasna v0.5.2
21962024-12-06T20:32:43.087Z Checking headers-core v0.3.0
21972024-12-06T20:32:43.187Z Checking smf v0.2.3
21982024-12-06T20:32:43.230Z Checking filetime v0.2.25
21992024-12-06T20:32:43.436Z Checking same-file v1.0.6
22002024-12-06T20:32:43.609Z Checking walkdir v2.5.0
22012024-12-06T20:32:43.632Z Checking tar v0.4.42
22022024-12-06T20:32:43.725Z Checking headers v0.4.0
22032024-12-06T20:32:43.879Z Checking atomicwrites v0.4.4
22042024-12-06T20:32:43.917Z Checking rcgen v0.12.1
22052024-12-06T20:32:44.065Z Checking camino-tempfile v1.1.1
22062024-12-06T20:32:44.314Z Checking subprocess v0.2.9
22072024-12-06T20:32:44.613Z Checking serde_with v3.11.0
22082024-12-06T20:32:48.472Z Compiling typify-macro v0.2.0
22092024-12-06T20:32:50.309Z Compiling typify v0.2.0
22102024-12-06T20:32:50.384Z Compiling progenitor-impl v0.8.0
22112024-12-06T20:32:53.512Z Compiling progenitor-macro v0.8.0
22122024-12-06T20:32:58.767Z Checking progenitor v0.8.0
22132024-12-06T20:32:58.918Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22142024-12-06T20:32:58.920Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22152024-12-06T20:33:01.630Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22162024-12-06T20:33:01.904Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172024-12-06T20:33:08.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22182024-12-06T20:33:09.692Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22192024-12-06T20:33:10.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s
22202024-12-06T20:33:11.093Z
22212024-12-06T20:33:11.093Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22222024-12-06T20:33:11.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-12-06T20:33:11.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-12-06T20:33:11.740Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22252024-12-06T20:33:13.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22262024-12-06T20:33:13.297Z
22272024-12-06T20:33:13.297Zinfo: running `cargo check --bins` on nexus-config (31/173)
22282024-12-06T20:33:13.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-12-06T20:33:13.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-12-06T20:33:13.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-12-06T20:33:13.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22322024-12-06T20:33:13.910Z
22332024-12-06T20:33:13.910Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22342024-12-06T20:33:14.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-06T20:33:14.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-06T20:33:14.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-12-06T20:33:14.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382024-12-06T20:33:14.509Z
22392024-12-06T20:33:14.509Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22402024-12-06T20:33:15.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-06T20:33:15.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-06T20:33:15.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-06T20:33:15.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442024-12-06T20:33:15.128Z
22452024-12-06T20:33:15.128Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22462024-12-06T20:33:15.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-06T20:33:15.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-06T20:33:15.799Z Compiling zerocopy v0.8.10
22492024-12-06T20:33:15.799Z Compiling progenitor-client v0.8.0
22502024-12-06T20:33:15.801Z Compiling itertools v0.13.0
22512024-12-06T20:33:15.801Z Compiling zerocopy-derive v0.8.10
22522024-12-06T20:33:15.801Z Compiling heapless v0.8.0
22532024-12-06T20:33:15.801Z Compiling newtype-uuid v1.1.3
22542024-12-06T20:33:15.801Z Compiling ipnetwork v0.20.0
22552024-12-06T20:33:15.801Z Checking hash32 v0.3.1
22562024-12-06T20:33:16.068Z Compiling instant v0.1.13
22572024-12-06T20:33:16.210Z Compiling smoltcp v0.11.0
22582024-12-06T20:33:16.227Z Compiling backoff v0.4.0
22592024-12-06T20:33:16.361Z Compiling progenitor v0.8.0
22602024-12-06T20:33:16.567Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22612024-12-06T20:33:16.618Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622024-12-06T20:33:16.829Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632024-12-06T20:33:16.863Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642024-12-06T20:33:16.939Z Compiling serde_with v3.11.0
22652024-12-06T20:33:17.036Z Compiling dropshot v0.13.0
22662024-12-06T20:33:17.179Z Compiling parse-display v0.10.0
22672024-12-06T20:33:17.394Z Checking num-rational v0.4.2
22682024-12-06T20:33:17.789Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-12-06T20:33:17.953Z Compiling regress v0.9.1
22702024-12-06T20:33:18.053Z Compiling phf_generator v0.11.2
22712024-12-06T20:33:18.237Z Checking num-complex v0.4.6
22722024-12-06T20:33:19.078Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22732024-12-06T20:33:19.742Z Compiling macaddr v1.0.1
22742024-12-06T20:33:20.165Z Checking cobs v0.2.3
22752024-12-06T20:33:20.199Z Compiling num v0.4.3
22762024-12-06T20:33:20.345Z Checking postcard v1.0.10
22772024-12-06T20:33:20.438Z Compiling phf_codegen v0.11.2
22782024-12-06T20:33:20.917Z Compiling parse-zoneinfo v0.3.1
22792024-12-06T20:33:20.936Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22802024-12-06T20:33:21.221Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22812024-12-06T20:33:21.364Z Compiling float-ord v0.3.2
22822024-12-06T20:33:21.526Z Compiling convert_case v0.4.0
22832024-12-06T20:33:22.244Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22842024-12-06T20:33:22.625Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22852024-12-06T20:33:22.936Z Compiling derive_more v0.99.18
22862024-12-06T20:33:23.098Z Compiling chrono-tz-build v0.4.0
22872024-12-06T20:33:23.770Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-06T20:33:24.566Z Compiling thiserror v2.0.3
22892024-12-06T20:33:24.672Z Compiling crucible-workspace-hack v0.1.0
22902024-12-06T20:33:24.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22912024-12-06T20:33:24.971Z Compiling chrono-tz v0.10.0
22922024-12-06T20:33:25.085Z Checking newline-converter v0.3.0
22932024-12-06T20:33:25.244Z Checking prettyplease v0.2.25
22942024-12-06T20:33:25.541Z Compiling thiserror-impl v2.0.3
22952024-12-06T20:33:25.646Z Compiling slog-dtrace v0.3.0
22962024-12-06T20:33:25.940Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-12-06T20:33:26.376Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22982024-12-06T20:33:26.379Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22992024-12-06T20:33:26.658Z Checking expectorate v1.1.0
23002024-12-06T20:33:26.814Z Compiling zone_cfg_derive v0.3.0
23012024-12-06T20:33:27.143Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-06T20:33:27.448Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23032024-12-06T20:33:27.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23042024-12-06T20:33:28.332Z Compiling const_format_proc_macros v0.2.33
23052024-12-06T20:33:28.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23062024-12-06T20:33:28.626Z Compiling num-derive v0.4.2
23072024-12-06T20:33:29.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23082024-12-06T20:33:29.455Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23092024-12-06T20:33:29.472Z Checking highway v1.2.0
23102024-12-06T20:33:29.678Z Checking zone v0.3.0
23112024-12-06T20:33:29.893Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122024-12-06T20:33:30.459Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23132024-12-06T20:33:30.511Z Checking const_format v0.2.33
23142024-12-06T20:33:30.955Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23152024-12-06T20:33:30.987Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23162024-12-06T20:33:31.002Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23172024-12-06T20:33:31.018Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23182024-12-06T20:33:31.093Z Checking gethostname v0.5.0
23192024-12-06T20:33:31.223Z Checking bcs v0.1.6
23202024-12-06T20:33:31.440Z Compiling async-recursion v1.1.1
23212024-12-06T20:33:32.629Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222024-12-06T20:33:33.033Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23232024-12-06T20:33:38.710Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-12-06T20:33:42.017Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-12-06T20:33:44.563Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23262024-12-06T20:33:45.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.66s
23272024-12-06T20:33:45.978Z
23282024-12-06T20:33:45.978Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23292024-12-06T20:33:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-12-06T20:33:46.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-12-06T20:33:46.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-12-06T20:33:46.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23332024-12-06T20:33:46.610Z
23342024-12-06T20:33:46.610Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23352024-12-06T20:33:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-06T20:33:47.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-06T20:33:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-12-06T20:33:47.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23392024-12-06T20:33:47.242Z
23402024-12-06T20:33:47.242Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23412024-12-06T20:33:47.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-06T20:33:47.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-06T20:33:47.899Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-12-06T20:33:48.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23452024-12-06T20:33:48.697Z
23462024-12-06T20:33:48.697Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23472024-12-06T20:33:49.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-06T20:33:49.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-06T20:33:49.366Z Compiling cfg_aliases v0.1.1
23502024-12-06T20:33:49.368Z Compiling vte_generate_state_changes v0.1.2
23512024-12-06T20:33:49.368Z Checking fd-lock v4.0.2
23522024-12-06T20:33:49.368Z Checking nibble_vec v0.1.0
23532024-12-06T20:33:49.368Z Checking bytecount v0.6.8
23542024-12-06T20:33:49.468Z Checking endian-type v0.1.2
23552024-12-06T20:33:49.482Z Compiling tabled_derive v0.7.0
23562024-12-06T20:33:49.498Z Compiling peg-macros v0.8.4
23572024-12-06T20:33:49.541Z Compiling nix v0.28.0
23582024-12-06T20:33:49.611Z Checking papergrid v0.11.0
23592024-12-06T20:33:49.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602024-12-06T20:33:49.642Z Compiling sqlparser_derive v0.2.2
23612024-12-06T20:33:49.684Z Checking radix_trie v0.2.1
23622024-12-06T20:33:50.063Z Checking vte v0.11.1
23632024-12-06T20:33:50.085Z Checking unicode_categories v0.1.1
23642024-12-06T20:33:50.391Z Checking nu-ansi-term v0.50.1
23652024-12-06T20:33:50.711Z Checking home v0.5.9
23662024-12-06T20:33:50.786Z Checking sqlparser v0.45.0
23672024-12-06T20:33:50.817Z Checking sqlformat v0.2.6
23682024-12-06T20:33:50.851Z Checking display-error-chain v0.2.2
23692024-12-06T20:33:51.436Z Checking strip-ansi-escapes v0.2.0
23702024-12-06T20:33:51.576Z Checking reedline v0.35.0
23712024-12-06T20:33:51.907Z Checking tabled v0.15.0
23722024-12-06T20:33:52.396Z Checking peg v0.8.4
23732024-12-06T20:33:52.846Z Checking rustyline v14.0.0
23742024-12-06T20:34:01.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
23752024-12-06T20:34:01.739Z
23762024-12-06T20:34:01.739Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23772024-12-06T20:34:02.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-12-06T20:34:02.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-12-06T20:34:02.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-12-06T20:34:07.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
23812024-12-06T20:34:07.520Z
23822024-12-06T20:34:07.520Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23832024-12-06T20:34:08.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-12-06T20:34:08.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-12-06T20:34:08.173Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-12-06T20:34:11.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
23872024-12-06T20:34:12.065Z
23882024-12-06T20:34:12.065Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23892024-12-06T20:34:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-12-06T20:34:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-12-06T20:34:12.717Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-12-06T20:34:17.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
23932024-12-06T20:34:17.592Z
23942024-12-06T20:34:17.592Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23952024-12-06T20:34:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-06T20:34:18.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-06T20:34:18.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-06T20:34:22.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
23992024-12-06T20:34:23.159Z
24002024-12-06T20:34:23.159Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24012024-12-06T20:34:23.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-06T20:34:23.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-06T20:34:23.816Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-06T20:34:27.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24052024-12-06T20:34:27.938Z
24062024-12-06T20:34:27.938Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24072024-12-06T20:34:28.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-06T20:34:28.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-06T20:34:28.589Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-06T20:34:32.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24112024-12-06T20:34:32.733Z
24122024-12-06T20:34:32.733Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24132024-12-06T20:34:33.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-06T20:34:33.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-06T20:34:33.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-12-06T20:34:38.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
24172024-12-06T20:34:38.526Z
24182024-12-06T20:34:38.526Zinfo: running `cargo check --bins` on oximeter (46/173)
24192024-12-06T20:34:39.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-06T20:34:39.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-06T20:34:39.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-12-06T20:34:39.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24232024-12-06T20:34:39.142Z
24242024-12-06T20:34:39.142Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24252024-12-06T20:34:39.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-06T20:34:39.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-06T20:34:39.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-12-06T20:34:39.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24292024-12-06T20:34:39.738Z
24302024-12-06T20:34:39.738Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24312024-12-06T20:34:40.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-06T20:34:40.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-06T20:34:40.363Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-12-06T20:34:40.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24352024-12-06T20:34:40.971Z
24362024-12-06T20:34:40.971Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24372024-12-06T20:34:41.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-06T20:34:41.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-06T20:34:41.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-12-06T20:34:41.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24412024-12-06T20:34:41.590Z
24422024-12-06T20:34:41.590Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24432024-12-06T20:34:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-06T20:34:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-06T20:34:42.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-06T20:34:42.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24472024-12-06T20:34:42.214Z
24482024-12-06T20:34:42.215Zinfo: running `cargo check --bins` on oxql-types (51/173)
24492024-12-06T20:34:42.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-06T20:34:42.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-06T20:34:42.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-06T20:34:42.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24532024-12-06T20:34:42.836Z
24542024-12-06T20:34:42.836Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24552024-12-06T20:34:43.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-06T20:34:43.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-06T20:34:43.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-06T20:34:43.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24592024-12-06T20:34:43.480Z
24602024-12-06T20:34:43.480Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24612024-12-06T20:34:44.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-06T20:34:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-06T20:34:44.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-06T20:34:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24652024-12-06T20:34:44.102Z
24662024-12-06T20:34:44.102Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24672024-12-06T20:34:44.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-06T20:34:44.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-06T20:34:44.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-06T20:34:44.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24712024-12-06T20:34:44.737Z
24722024-12-06T20:34:44.737Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24732024-12-06T20:34:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-06T20:34:45.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-06T20:34:45.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-06T20:34:45.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24772024-12-06T20:34:45.366Z
24782024-12-06T20:34:45.366Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24792024-12-06T20:34:45.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-06T20:34:45.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-06T20:34:45.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-06T20:34:45.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24832024-12-06T20:34:45.987Z
24842024-12-06T20:34:45.987Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24852024-12-06T20:34:46.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-06T20:34:46.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-06T20:34:46.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-06T20:34:46.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24892024-12-06T20:34:46.608Z
24902024-12-06T20:34:46.608Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24912024-12-06T20:34:47.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-06T20:34:47.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-06T20:34:47.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-06T20:34:47.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24952024-12-06T20:34:47.215Z
24962024-12-06T20:34:47.215Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24972024-12-06T20:34:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-06T20:34:47.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-06T20:34:47.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-06T20:34:47.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25012024-12-06T20:34:47.849Z
25022024-12-06T20:34:47.849Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25032024-12-06T20:34:48.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-06T20:34:48.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-06T20:34:48.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-06T20:34:48.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25072024-12-06T20:34:48.468Z
25082024-12-06T20:34:48.468Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25092024-12-06T20:34:49.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-06T20:34:49.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-06T20:34:49.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-06T20:34:49.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-12-06T20:34:49.085Z
25142024-12-06T20:34:49.085Zinfo: running `cargo check --bins` on dpd-client (62/173)
25152024-12-06T20:34:49.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-06T20:34:49.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-06T20:34:49.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-06T20:34:49.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25192024-12-06T20:34:49.703Z
25202024-12-06T20:34:49.703Zinfo: running `cargo check --bins` on gateway-client (63/173)
25212024-12-06T20:34:50.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-06T20:34:50.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-06T20:34:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-06T20:34:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25252024-12-06T20:34:50.305Z
25262024-12-06T20:34:50.305Zinfo: running `cargo check --bins` on installinator-client (64/173)
25272024-12-06T20:34:50.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-06T20:34:50.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-06T20:34:50.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-06T20:34:50.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25312024-12-06T20:34:50.943Z
25322024-12-06T20:34:50.943Zinfo: running `cargo check --bins` on installinator-common (65/173)
25332024-12-06T20:34:51.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-06T20:34:51.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-06T20:34:51.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-06T20:34:51.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25372024-12-06T20:34:51.581Z
25382024-12-06T20:34:51.581Zinfo: running `cargo check --bins` on update-engine (66/173)
25392024-12-06T20:34:52.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-06T20:34:52.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-06T20:34:52.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-06T20:34:52.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25432024-12-06T20:34:52.185Z
25442024-12-06T20:34:52.185Zinfo: running `cargo check --bins` on nexus-client (67/173)
25452024-12-06T20:34:52.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-06T20:34:52.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-06T20:34:52.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-06T20:34:52.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25492024-12-06T20:34:52.839Z
25502024-12-06T20:34:52.839Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25512024-12-06T20:34:53.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-06T20:34:53.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-06T20:34:53.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-06T20:34:53.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25552024-12-06T20:34:53.488Z
25562024-12-06T20:34:53.489Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25572024-12-06T20:34:54.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-06T20:34:54.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-06T20:34:54.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-06T20:34:54.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25612024-12-06T20:34:54.103Z
25622024-12-06T20:34:54.103Zinfo: running `cargo check --bins` on nexus-types (70/173)
25632024-12-06T20:34:54.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-06T20:34:54.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-06T20:34:54.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-06T20:34:54.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25672024-12-06T20:34:54.756Z
25682024-12-06T20:34:54.756Zinfo: running `cargo check --bins` on oxide-client (71/173)
25692024-12-06T20:34:55.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-06T20:34:55.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-06T20:34:55.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-06T20:34:55.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25732024-12-06T20:34:55.372Z
25742024-12-06T20:34:55.372Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25752024-12-06T20:34:55.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-06T20:34:55.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-06T20:34:55.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-06T20:34:55.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25792024-12-06T20:34:55.994Z
25802024-12-06T20:34:55.994Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25812024-12-06T20:34:56.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-06T20:34:56.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-06T20:34:56.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-06T20:34:56.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852024-12-06T20:34:56.608Z
25862024-12-06T20:34:56.608Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25872024-12-06T20:34:57.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-06T20:34:57.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-06T20:34:57.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-06T20:34:57.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25912024-12-06T20:34:57.238Z
25922024-12-06T20:34:57.238Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25932024-12-06T20:34:57.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-06T20:34:57.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-06T20:34:57.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-06T20:34:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25972024-12-06T20:34:57.893Z
25982024-12-06T20:34:57.893Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25992024-12-06T20:34:58.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-06T20:34:58.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-06T20:34:58.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-06T20:34:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26032024-12-06T20:34:58.541Z
26042024-12-06T20:34:58.541Zinfo: running `cargo check --bins` on wicket-common (77/173)
26052024-12-06T20:34:59.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-06T20:34:59.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-06T20:34:59.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-06T20:34:59.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26092024-12-06T20:34:59.182Z
26102024-12-06T20:34:59.182Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26112024-12-06T20:34:59.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-06T20:34:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-06T20:34:59.839Z Checking csv-core v0.1.11
26142024-12-06T20:34:59.842Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26152024-12-06T20:34:59.842Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-12-06T20:35:00.147Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26172024-12-06T20:35:00.157Z Checking csv v1.3.0
26182024-12-06T20:35:00.721Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192024-12-06T20:35:01.049Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202024-12-06T20:35:02.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
26212024-12-06T20:35:02.483Z
26222024-12-06T20:35:02.483Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26232024-12-06T20:35:03.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-12-06T20:35:03.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-12-06T20:35:03.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-12-06T20:35:03.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26272024-12-06T20:35:03.112Z
26282024-12-06T20:35:03.112Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26292024-12-06T20:35:03.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-06T20:35:03.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-06T20:35:03.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-06T20:35:03.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26332024-12-06T20:35:03.739Z
26342024-12-06T20:35:03.739Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26352024-12-06T20:35:04.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-06T20:35:04.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-06T20:35:04.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-06T20:35:04.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26392024-12-06T20:35:04.478Z
26402024-12-06T20:35:04.478Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26412024-12-06T20:35:05.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-06T20:35:05.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-06T20:35:05.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-12-06T20:35:05.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26452024-12-06T20:35:05.195Z
26462024-12-06T20:35:05.195Zinfo: running `cargo check --bins` on dns-server (83/173)
26472024-12-06T20:35:05.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-12-06T20:35:05.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-12-06T20:35:05.836Z Compiling parking_lot_core v0.8.6
26502024-12-06T20:35:05.836Z Checking fxhash v0.2.1
26512024-12-06T20:35:05.839Z Checking hickory-server v0.24.1
26522024-12-06T20:35:05.839Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-12-06T20:35:05.938Z Checking hickory-client v0.24.1
26542024-12-06T20:35:06.500Z Checking parking_lot v0.11.2
26552024-12-06T20:35:06.652Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26562024-12-06T20:35:06.654Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-12-06T20:35:06.747Z Checking sled v0.34.7
26582024-12-06T20:35:08.508Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26592024-12-06T20:35:09.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
26602024-12-06T20:35:09.930Z
26612024-12-06T20:35:09.930Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26622024-12-06T20:35:10.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-12-06T20:35:10.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-12-06T20:35:10.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-12-06T20:35:10.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662024-12-06T20:35:10.564Z
26672024-12-06T20:35:10.564Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26682024-12-06T20:35:11.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-12-06T20:35:11.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-12-06T20:35:11.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-12-06T20:35:11.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26722024-12-06T20:35:11.241Z
26732024-12-06T20:35:11.241Zinfo: running `cargo check --bins` on gateway-types (86/173)
26742024-12-06T20:35:11.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-12-06T20:35:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-12-06T20:35:11.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-12-06T20:35:11.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26782024-12-06T20:35:12.038Z
26792024-12-06T20:35:12.038Zinfo: running `cargo check --bins` on ipcc (87/173)
26802024-12-06T20:35:12.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-06T20:35:12.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-06T20:35:12.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-12-06T20:35:12.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26842024-12-06T20:35:12.502Z
26852024-12-06T20:35:12.502Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26862024-12-06T20:35:13.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-12-06T20:35:13.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-12-06T20:35:13.201Z Compiling radium v0.7.0
26892024-12-06T20:35:13.202Z Compiling semver v0.1.20
26902024-12-06T20:35:13.307Z Compiling maybe-uninit v2.0.0
26912024-12-06T20:35:13.316Z Checking tap v1.0.1
26922024-12-06T20:35:13.334Z Checking password-hash v0.5.0
26932024-12-06T20:35:13.337Z Checking blake2 v0.10.6
26942024-12-06T20:35:13.337Z Compiling packed_struct v0.10.1
26952024-12-06T20:35:13.337Z Compiling cancel-safe-futures v0.1.5
26962024-12-06T20:35:13.455Z Checking wyz v0.5.1
26972024-12-06T20:35:13.675Z Compiling rustc_version v0.1.7
26982024-12-06T20:35:13.776Z Compiling owo-colors v4.1.0
26992024-12-06T20:35:13.795Z Checking funty v2.0.0
27002024-12-06T20:35:13.823Z Checking crc-catalog v2.4.0
27012024-12-06T20:35:13.894Z Checking argon2 v0.5.3
27022024-12-06T20:35:13.949Z Compiling packed_struct_codegen v0.10.1
27032024-12-06T20:35:13.964Z Checking crc v3.2.1
27042024-12-06T20:35:14.014Z Compiling indexmap v1.9.3
27052024-12-06T20:35:14.063Z Checking half v2.4.1
27062024-12-06T20:35:14.116Z Checking nodrop v0.1.14
27072024-12-06T20:35:14.140Z Compiling newtype_derive v0.1.6
27082024-12-06T20:35:14.229Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-12-06T20:35:14.312Z Checking ciborium-io v0.2.2
27102024-12-06T20:35:14.412Z Checking array-init v0.0.4
27112024-12-06T20:35:14.512Z Checking ciborium-ll v0.2.2
27122024-12-06T20:35:14.543Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-12-06T20:35:14.565Z Checking smallvec v0.6.14
27142024-12-06T20:35:14.601Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-12-06T20:35:14.716Z Checking bitvec v1.0.1
27162024-12-06T20:35:14.837Z Checking libsw v3.3.1
27172024-12-06T20:35:14.956Z Compiling memoffset v0.9.1
27182024-12-06T20:35:15.119Z Checking termcolor v1.4.1
27192024-12-06T20:35:15.223Z Checking hashbrown v0.12.3
27202024-12-06T20:35:15.254Z Checking swrite v0.1.0
27212024-12-06T20:35:15.344Z Checking linear-map v1.2.0
27222024-12-06T20:35:15.371Z Checking bitfield v0.14.0
27232024-12-06T20:35:15.406Z Checking indent_write v2.2.0
27242024-12-06T20:35:15.560Z Checking env_logger v0.10.2
27252024-12-06T20:35:15.610Z Checking serde-hex v0.1.0
27262024-12-06T20:35:15.656Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27272024-12-06T20:35:15.812Z Checking ron v0.8.1
27282024-12-06T20:35:15.973Z Checking ciborium v0.2.2
27292024-12-06T20:35:16.300Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27302024-12-06T20:35:16.738Z Checking steno v0.4.1
27312024-12-06T20:35:16.999Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27322024-12-06T20:35:17.056Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332024-12-06T20:35:17.165Z Checking hashbrown v0.13.2
27342024-12-06T20:35:17.229Z Checking humantime v2.1.0
27352024-12-06T20:35:17.229Z Checking crc-any v2.5.0
27362024-12-06T20:35:17.516Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-06T20:35:17.622Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-12-06T20:35:17.893Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-12-06T20:35:18.184Z Checking path-slash v0.1.5
27402024-12-06T20:35:18.217Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27412024-12-06T20:35:18.232Z Checking object v0.30.4
27422024-12-06T20:35:18.398Z Checking nix v0.27.1
27432024-12-06T20:35:18.972Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27442024-12-06T20:35:19.268Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-12-06T20:35:19.522Z Checking tungstenite v0.23.0
27462024-12-06T20:35:19.631Z Checking kstat-rs v0.2.4
27472024-12-06T20:35:19.707Z Checking signal-hook-tokio v0.3.1
27482024-12-06T20:35:19.975Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-12-06T20:35:20.213Z Checking tokio-tungstenite v0.23.1
27502024-12-06T20:35:21.025Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512024-12-06T20:35:21.167Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-06T20:35:21.311Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-12-06T20:35:28.098Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-12-06T20:35:29.396Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27552024-12-06T20:35:32.297Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-12-06T20:35:37.849Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-12-06T20:35:38.539Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582024-12-06T20:35:41.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.81s
27592024-12-06T20:35:41.514Z
27602024-12-06T20:35:41.514Zinfo: running `cargo check --bins` on gateway-api (89/173)
27612024-12-06T20:35:42.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-12-06T20:35:42.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-12-06T20:35:42.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-12-06T20:35:42.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27652024-12-06T20:35:42.148Z
27662024-12-06T20:35:42.149Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27672024-12-06T20:35:42.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-12-06T20:35:42.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-12-06T20:35:42.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-12-06T20:35:42.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27712024-12-06T20:35:42.751Z
27722024-12-06T20:35:42.751Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27732024-12-06T20:35:43.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-12-06T20:35:43.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-12-06T20:35:43.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-12-06T20:35:43.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27772024-12-06T20:35:43.377Z
27782024-12-06T20:35:43.377Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27792024-12-06T20:35:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-12-06T20:35:43.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-12-06T20:35:43.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-12-06T20:35:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27832024-12-06T20:35:43.999Z
27842024-12-06T20:35:43.999Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27852024-12-06T20:35:44.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-12-06T20:35:44.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-12-06T20:35:44.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-12-06T20:35:44.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27892024-12-06T20:35:44.632Z
27902024-12-06T20:35:44.632Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27912024-12-06T20:35:45.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-12-06T20:35:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-12-06T20:35:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-12-06T20:35:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27952024-12-06T20:35:45.247Z
27962024-12-06T20:35:45.247Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27972024-12-06T20:35:45.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-12-06T20:35:45.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-12-06T20:35:45.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-12-06T20:35:45.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012024-12-06T20:35:45.874Z
28022024-12-06T20:35:45.874Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28032024-12-06T20:35:46.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-12-06T20:35:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-12-06T20:35:46.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-12-06T20:35:46.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28072024-12-06T20:35:46.491Z
28082024-12-06T20:35:46.491Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28092024-12-06T20:35:47.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-12-06T20:35:47.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-12-06T20:35:47.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-12-06T20:35:47.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28132024-12-06T20:35:47.131Z
28142024-12-06T20:35:47.131Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28152024-12-06T20:35:47.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-12-06T20:35:47.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-12-06T20:35:47.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-12-06T20:35:47.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192024-12-06T20:35:47.750Z
28202024-12-06T20:35:47.750Zinfo: running `cargo check --bins` on sp-sim (99/173)
28212024-12-06T20:35:48.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-12-06T20:35:48.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-12-06T20:35:48.379Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242024-12-06T20:35:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28252024-12-06T20:35:50.387Z
28262024-12-06T20:35:50.387Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28272024-12-06T20:35:50.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-12-06T20:35:50.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-12-06T20:35:50.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-12-06T20:35:50.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28312024-12-06T20:35:51.051Z
28322024-12-06T20:35:51.051Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28332024-12-06T20:35:51.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-12-06T20:35:51.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-12-06T20:35:51.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-12-06T20:35:51.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28372024-12-06T20:35:51.724Z
28382024-12-06T20:35:51.724Zinfo: running `cargo check --bins` on db-macros (102/173)
28392024-12-06T20:35:52.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-12-06T20:35:52.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-12-06T20:35:52.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-12-06T20:35:52.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28432024-12-06T20:35:52.324Z
28442024-12-06T20:35:52.324Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28452024-12-06T20:35:52.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-12-06T20:35:52.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-12-06T20:35:52.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-12-06T20:35:52.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28492024-12-06T20:35:52.924Z
28502024-12-06T20:35:52.924Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28512024-12-06T20:35:53.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-12-06T20:35:53.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-12-06T20:35:53.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-12-06T20:35:53.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28552024-12-06T20:35:53.583Z
28562024-12-06T20:35:53.583Zinfo: running `cargo check --bins` on authz-macros (105/173)
28572024-12-06T20:35:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-12-06T20:35:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-12-06T20:35:54.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-12-06T20:35:54.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28612024-12-06T20:35:54.190Z
28622024-12-06T20:35:54.190Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28632024-12-06T20:35:54.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-12-06T20:35:54.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-12-06T20:35:54.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-12-06T20:35:54.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28672024-12-06T20:35:54.842Z
28682024-12-06T20:35:54.842Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28692024-12-06T20:35:55.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-12-06T20:35:55.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-12-06T20:35:55.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-12-06T20:35:55.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28732024-12-06T20:35:55.491Z
28742024-12-06T20:35:55.491Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28752024-12-06T20:35:56.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-12-06T20:35:56.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-12-06T20:35:56.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-12-06T20:35:56.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28792024-12-06T20:35:56.109Z
28802024-12-06T20:35:56.109Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28812024-12-06T20:35:56.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-12-06T20:35:56.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-12-06T20:35:56.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-12-06T20:35:56.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28852024-12-06T20:35:56.750Z
28862024-12-06T20:35:56.750Zinfo: running `cargo check --bins` on typed-rng (110/173)
28872024-12-06T20:35:57.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-12-06T20:35:57.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-12-06T20:35:57.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-12-06T20:35:57.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28912024-12-06T20:35:57.351Z
28922024-12-06T20:35:57.351Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28932024-12-06T20:35:57.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-12-06T20:35:57.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-12-06T20:35:58.077Z Checking keccak v0.1.5
28962024-12-06T20:35:58.187Z Checking secrecy v0.8.0
28972024-12-06T20:35:58.189Z Compiling unicase v2.7.0
28982024-12-06T20:35:58.196Z Compiling same-file v1.0.6
28992024-12-06T20:35:58.206Z Compiling tempfile v3.13.0
29002024-12-06T20:35:58.228Z Compiling thiserror-impl-no-std v2.0.2
29012024-12-06T20:35:58.230Z Checking universal-hash v0.5.1
29022024-12-06T20:35:58.230Z Compiling blake3 v1.5.4
29032024-12-06T20:35:58.375Z Compiling walkdir v2.5.0
29042024-12-06T20:35:58.450Z Compiling ring v0.16.20
29052024-12-06T20:35:58.468Z Checking sha3 v0.10.8
29062024-12-06T20:35:58.484Z Checking opaque-debug v0.3.1
29072024-12-06T20:35:58.576Z Checking poly1305 v0.8.0
29082024-12-06T20:35:58.630Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092024-12-06T20:35:58.889Z Checking chacha20 v0.9.1
29102024-12-06T20:35:58.920Z Checking aead v0.5.2
29112024-12-06T20:35:59.198Z Compiling memmap2 v0.9.5
29122024-12-06T20:35:59.201Z Compiling salty v0.3.0
29132024-12-06T20:35:59.201Z Compiling arrayref v0.3.9
29142024-12-06T20:35:59.201Z Compiling spin v0.5.2
29152024-12-06T20:35:59.219Z Compiling arrayvec v0.7.6
29162024-12-06T20:35:59.236Z Compiling libefi-sys v0.1.0
29172024-12-06T20:35:59.365Z Compiling constant_time_eq v0.3.1
29182024-12-06T20:35:59.494Z Checking chacha20poly1305 v0.10.1
29192024-12-06T20:35:59.527Z Compiling toolchain_find v0.4.0
29202024-12-06T20:35:59.603Z Compiling camino-tempfile v1.1.1
29212024-12-06T20:35:59.618Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29222024-12-06T20:35:59.656Z Compiling bitfield-struct v0.6.2
29232024-12-06T20:35:59.963Z Compiling topological-sort v0.2.2
29242024-12-06T20:36:00.055Z Compiling mime_guess v2.0.5
29252024-12-06T20:36:00.103Z Compiling rustfmt-wrapper v0.2.1
29262024-12-06T20:36:00.592Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29272024-12-06T20:36:00.696Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29282024-12-06T20:36:00.806Z Checking primeorder v0.13.6
29292024-12-06T20:36:00.855Z Checking env_filter v0.1.2
29302024-12-06T20:36:00.998Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-12-06T20:36:01.084Z Checking env_logger v0.11.5
29322024-12-06T20:36:01.107Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-12-06T20:36:01.266Z Checking p384 v0.13.0
29342024-12-06T20:36:01.348Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29352024-12-06T20:36:01.371Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29362024-12-06T20:36:01.406Z Checking thiserror-no-std v2.0.2
29372024-12-06T20:36:01.511Z Checking vsss-rs v3.3.4
29382024-12-06T20:36:01.607Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29392024-12-06T20:36:01.645Z Compiling zip v2.1.3
29402024-12-06T20:36:01.662Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412024-12-06T20:36:01.937Z Checking http-range v0.1.5
29422024-12-06T20:36:01.956Z Checking simd-adler32 v0.3.7
29432024-12-06T20:36:01.999Z Checking bumpalo v3.16.0
29442024-12-06T20:36:02.105Z Checking lockfree-object-pool v0.1.6
29452024-12-06T20:36:02.123Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29462024-12-06T20:36:02.279Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29472024-12-06T20:36:02.350Z Checking zopfli v0.8.1
29482024-12-06T20:36:02.350Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-12-06T20:36:02.438Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29502024-12-06T20:36:02.638Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29512024-12-06T20:36:03.036Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29522024-12-06T20:36:03.052Z Checking nanorand v0.7.0
29532024-12-06T20:36:03.054Z Checking atty v0.2.14
29542024-12-06T20:36:03.184Z Checking glob v0.3.1
29552024-12-06T20:36:03.202Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29562024-12-06T20:36:03.417Z Checking flume v0.11.1
29572024-12-06T20:36:03.496Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29582024-12-06T20:36:03.732Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29592024-12-06T20:36:04.175Z Compiling omicron-zone-package v0.11.1
29602024-12-06T20:36:04.899Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29612024-12-06T20:36:05.051Z Checking hyper-staticfile v0.10.1
29622024-12-06T20:36:05.711Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29632024-12-06T20:36:05.730Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29642024-12-06T20:36:05.747Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29652024-12-06T20:36:05.855Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29662024-12-06T20:36:06.108Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29672024-12-06T20:36:06.271Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29682024-12-06T20:36:06.802Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29692024-12-06T20:36:07.526Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29702024-12-06T20:36:08.570Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29712024-12-06T20:36:10.484Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29722024-12-06T20:36:10.484Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29732024-12-06T20:36:20.569Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-12-06T20:36:33.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.46s
29752024-12-06T20:36:34.008Z
29762024-12-06T20:36:34.008Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29772024-12-06T20:36:34.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-12-06T20:36:34.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-12-06T20:36:34.735Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-06T20:36:48.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
29812024-12-06T20:36:48.430Z
29822024-12-06T20:36:48.430Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29832024-12-06T20:36:49.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-06T20:36:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-06T20:36:49.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-06T20:37:02.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
29872024-12-06T20:37:02.888Z
29882024-12-06T20:37:02.888Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29892024-12-06T20:37:03.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-06T20:37:03.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-06T20:37:03.610Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-06T20:37:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
29932024-12-06T20:37:17.326Z
29942024-12-06T20:37:17.326Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29952024-12-06T20:37:17.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-06T20:37:17.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-06T20:37:18.045Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-06T20:37:31.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
29992024-12-06T20:37:31.643Z
30002024-12-06T20:37:31.643Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30012024-12-06T20:37:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-06T20:37:32.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-06T20:37:32.364Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-06T20:37:45.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
30052024-12-06T20:37:45.897Z
30062024-12-06T20:37:45.897Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30072024-12-06T20:37:46.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-06T20:37:46.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-06T20:37:46.619Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-06T20:38:00.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s
30112024-12-06T20:38:00.254Z
30122024-12-06T20:38:00.254Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30132024-12-06T20:38:00.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-06T20:38:00.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-06T20:38:00.982Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-06T20:38:14.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
30172024-12-06T20:38:14.683Z
30182024-12-06T20:38:14.683Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30192024-12-06T20:38:15.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-06T20:38:15.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-06T20:38:15.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-12-06T20:38:15.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30232024-12-06T20:38:15.334Z
30242024-12-06T20:38:15.335Zinfo: running `cargo check --bins` on key-manager (120/173)
30252024-12-06T20:38:15.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-06T20:38:15.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-06T20:38:15.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-06T20:38:15.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30292024-12-06T20:38:15.962Z
30302024-12-06T20:38:15.962Zinfo: running `cargo check --bins` on range-requests (121/173)
30312024-12-06T20:38:16.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-06T20:38:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-06T20:38:16.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-06T20:38:16.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30352024-12-06T20:38:16.570Z
30362024-12-06T20:38:16.570Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30372024-12-06T20:38:17.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-06T20:38:17.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-06T20:38:17.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-06T20:38:17.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30412024-12-06T20:38:17.186Z
30422024-12-06T20:38:17.186Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30432024-12-06T20:38:17.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-06T20:38:17.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-06T20:38:17.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-06T20:38:17.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30472024-12-06T20:38:17.838Z
30482024-12-06T20:38:17.838Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30492024-12-06T20:38:18.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-06T20:38:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-06T20:38:18.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-06T20:38:18.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30532024-12-06T20:38:18.471Z
30542024-12-06T20:38:18.471Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30552024-12-06T20:38:19.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-06T20:38:19.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-06T20:38:19.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-06T20:38:19.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30592024-12-06T20:38:19.106Z
30602024-12-06T20:38:19.106Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30612024-12-06T20:38:19.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-06T20:38:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-06T20:38:19.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-06T20:38:19.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30652024-12-06T20:38:19.743Z
30662024-12-06T20:38:19.743Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30672024-12-06T20:38:20.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-06T20:38:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-06T20:38:20.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-06T20:38:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712024-12-06T20:38:20.385Z
30722024-12-06T20:38:20.385Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30732024-12-06T20:38:20.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-06T20:38:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-06T20:38:20.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-06T20:38:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30772024-12-06T20:38:21.029Z
30782024-12-06T20:38:21.029Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30792024-12-06T20:38:21.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-06T20:38:21.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-06T20:38:21.704Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30822024-12-06T20:38:21.704Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30832024-12-06T20:38:22.587Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30842024-12-06T20:38:24.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
30852024-12-06T20:38:24.745Z
30862024-12-06T20:38:24.745Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30872024-12-06T20:38:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-12-06T20:38:25.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-12-06T20:38:25.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-12-06T20:38:25.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30912024-12-06T20:38:25.360Z
30922024-12-06T20:38:25.360Zinfo: running `cargo check --bins` on cert-dev (131/173)
30932024-12-06T20:38:25.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-06T20:38:25.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-06T20:38:25.961Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30962024-12-06T20:38:26.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30972024-12-06T20:38:26.393Z
30982024-12-06T20:38:26.393Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
30992024-12-06T20:38:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-12-06T20:38:26.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-12-06T20:38:27.061Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31022024-12-06T20:38:27.061Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31032024-12-06T20:38:27.661Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31042024-12-06T20:38:28.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31052024-12-06T20:38:28.203Z
31062024-12-06T20:38:28.203Zinfo: running `cargo check --bins` on ch-dev (133/173)
31072024-12-06T20:38:28.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-06T20:38:28.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-06T20:38:28.854Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102024-12-06T20:38:29.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
31112024-12-06T20:38:29.722Z
31122024-12-06T20:38:29.722Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31132024-12-06T20:38:30.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-06T20:38:30.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-06T20:38:30.369Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31162024-12-06T20:38:30.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31172024-12-06T20:38:30.912Z
31182024-12-06T20:38:30.912Zinfo: running `cargo check --bins` on db-dev (135/173)
31192024-12-06T20:38:31.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-12-06T20:38:31.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-12-06T20:38:31.560Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31222024-12-06T20:38:32.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31232024-12-06T20:38:32.456Z
31242024-12-06T20:38:32.457Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31252024-12-06T20:38:33.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-12-06T20:38:33.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-12-06T20:38:33.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282024-12-06T20:38:33.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31292024-12-06T20:38:33.120Z
31302024-12-06T20:38:33.121Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31312024-12-06T20:38:33.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-12-06T20:38:33.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-12-06T20:38:33.688Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31342024-12-06T20:38:34.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31352024-12-06T20:38:34.733Z
31362024-12-06T20:38:34.733Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31372024-12-06T20:38:35.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-12-06T20:38:35.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-12-06T20:38:35.344Z Checking cargo-platform v0.1.8
31402024-12-06T20:38:35.611Z Checking cargo_metadata v0.18.1
31412024-12-06T20:38:36.577Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31422024-12-06T20:38:37.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31432024-12-06T20:38:37.460Z
31442024-12-06T20:38:37.460Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31452024-12-06T20:38:38.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-06T20:38:38.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-06T20:38:38.159Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31482024-12-06T20:38:38.875Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31492024-12-06T20:38:39.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31502024-12-06T20:38:39.616Z
31512024-12-06T20:38:39.616Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31522024-12-06T20:38:40.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-06T20:38:40.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-06T20:38:40.390Z Compiling crunchy v0.2.2
31552024-12-06T20:38:40.392Z Compiling tiny-keccak v2.0.2
31562024-12-06T20:38:40.392Z Compiling dsl_auto_type v0.1.2
31572024-12-06T20:38:40.392Z Checking scheduled-thread-pool v0.2.7
31582024-12-06T20:38:40.392Z Compiling diesel_table_macro_syntax v0.2.0
31592024-12-06T20:38:40.523Z Compiling ascii-canvas v3.0.0
31602024-12-06T20:38:40.532Z Compiling ena v0.14.3
31612024-12-06T20:38:40.535Z Compiling regex-syntax v0.6.29
31622024-12-06T20:38:40.705Z Checking r2d2 v0.8.10
31632024-12-06T20:38:40.771Z Compiling diff v0.1.13
31642024-12-06T20:38:40.954Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31652024-12-06T20:38:40.957Z Compiling ref-cast v1.0.23
31662024-12-06T20:38:41.014Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31672024-12-06T20:38:41.062Z Compiling derive_builder_core v0.20.2
31682024-12-06T20:38:41.199Z Compiling libxml v0.3.3
31692024-12-06T20:38:41.311Z Compiling ref-cast-impl v1.0.23
31702024-12-06T20:38:41.420Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31712024-12-06T20:38:41.579Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31722024-12-06T20:38:41.599Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31732024-12-06T20:38:41.813Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31742024-12-06T20:38:41.873Z Compiling strum_macros v0.24.3
31752024-12-06T20:38:41.985Z Compiling samael v0.0.17
31762024-12-06T20:38:42.128Z Compiling diesel_derives v2.2.3
31772024-12-06T20:38:42.237Z Compiling indoc v1.0.9
31782024-12-06T20:38:43.226Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31792024-12-06T20:38:43.495Z Compiling derive_builder_macro v0.20.2
31802024-12-06T20:38:43.515Z Compiling oso-derive v0.27.3
31812024-12-06T20:38:43.814Z Compiling lalrpop v0.19.12
31822024-12-06T20:38:44.389Z Checking derive_builder v0.20.2
31832024-12-06T20:38:44.552Z Compiling impl-trait-for-tuples v0.2.2
31842024-12-06T20:38:44.593Z Checking quick-xml v0.33.0
31852024-12-06T20:38:44.981Z Compiling diesel-dtrace v0.3.0
31862024-12-06T20:38:45.269Z Checking maplit v1.0.2
31872024-12-06T20:38:45.566Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31882024-12-06T20:38:45.568Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31892024-12-06T20:38:45.863Z Checking bb8 v0.8.5
31902024-12-06T20:38:46.393Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31912024-12-06T20:38:46.592Z Checking castaway v0.2.3
31922024-12-06T20:38:46.688Z Checking rand_seeder v0.3.0
31932024-12-06T20:38:46.773Z Checking compact_str v0.8.0
31942024-12-06T20:38:46.874Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31952024-12-06T20:38:46.921Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31962024-12-06T20:38:47.114Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31972024-12-06T20:38:47.255Z Checking unicode-truncate v1.1.0
31982024-12-06T20:38:47.488Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31992024-12-06T20:38:47.674Z Checking lru v0.12.5
32002024-12-06T20:38:47.767Z Compiling instability v0.3.2
32012024-12-06T20:38:47.975Z Checking smawk v0.3.2
32022024-12-06T20:38:48.193Z Checking unicode-linebreak v0.1.5
32032024-12-06T20:38:48.578Z Checking is_ci v1.2.0
32042024-12-06T20:38:48.615Z Checking cassowary v0.3.0
32052024-12-06T20:38:48.732Z Checking supports-color v3.0.1
32062024-12-06T20:38:48.864Z Checking textwrap v0.16.1
32072024-12-06T20:38:48.962Z Checking multimap v0.10.0
32082024-12-06T20:38:48.983Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092024-12-06T20:38:49.010Z Checking ratatui v0.28.1
32102024-12-06T20:38:51.979Z Checking diesel v2.2.4
32112024-12-06T20:39:17.216Z Compiling polar-core v0.27.3
32122024-12-06T20:39:21.282Z Checking async-bb8-diesel v0.2.1
32132024-12-06T20:39:24.575Z Checking oso v0.27.3
32142024-12-06T20:40:33.505Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32152024-12-06T20:40:39.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32162024-12-06T20:40:39.708Z
32172024-12-06T20:40:39.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32182024-12-06T20:40:40.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-12-06T20:40:40.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-12-06T20:40:40.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-12-06T20:40:40.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32222024-12-06T20:40:40.376Z
32232024-12-06T20:40:40.376Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32242024-12-06T20:40:40.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-12-06T20:40:40.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-12-06T20:40:40.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272024-12-06T20:40:40.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32282024-12-06T20:40:41.048Z
32292024-12-06T20:40:41.048Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32302024-12-06T20:40:41.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-12-06T20:40:41.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-12-06T20:40:41.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332024-12-06T20:40:41.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32342024-12-06T20:40:41.657Z
32352024-12-06T20:40:41.657Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32362024-12-06T20:40:42.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-12-06T20:40:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-12-06T20:40:42.561Z Compiling libz-sys v1.1.20
32392024-12-06T20:40:42.564Z Compiling libgit2-sys v0.17.0+1.8.1
32402024-12-06T20:40:42.569Z Compiling vergen v8.3.2
32412024-12-06T20:40:42.572Z Compiling cargo-platform v0.1.8
32422024-12-06T20:40:42.572Z Compiling pin-project-internal v1.1.6
32432024-12-06T20:40:42.608Z Compiling libsqlite3-sys v0.30.1
32442024-12-06T20:40:42.608Z Compiling snafu-derive v0.8.5
32452024-12-06T20:40:42.611Z Compiling buf-list v1.0.3
32462024-12-06T20:40:42.854Z Compiling cfg_aliases v0.2.1
32472024-12-06T20:40:42.968Z Compiling cargo_metadata v0.18.1
32482024-12-06T20:40:43.104Z Compiling rustls v0.21.12
32492024-12-06T20:40:43.211Z Compiling nix v0.29.0
32502024-12-06T20:40:43.380Z Checking globset v0.4.15
32512024-12-06T20:40:43.411Z Checking olpc-cjson v0.1.4
32522024-12-06T20:40:43.565Z Checking rustls-webpki v0.101.7
32532024-12-06T20:40:43.655Z Checking sct v0.7.1
32542024-12-06T20:40:43.854Z Checking serde_plain v1.0.2
32552024-12-06T20:40:43.873Z Checking typed-path v0.9.3
32562024-12-06T20:40:44.393Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32572024-12-06T20:40:44.545Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32582024-12-06T20:40:44.658Z Checking hashlink v0.9.1
32592024-12-06T20:40:44.807Z Checking fallible-iterator v0.3.0
32602024-12-06T20:40:45.246Z Checking fallible-streaming-iterator v0.1.9
32612024-12-06T20:40:45.467Z Checking parse-size v1.1.0
32622024-12-06T20:40:45.493Z Checking rusqlite v0.32.1
32632024-12-06T20:40:45.636Z Checking pin-project v1.1.6
32642024-12-06T20:40:45.770Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32652024-12-06T20:40:45.924Z Checking rustls-pemfile v1.0.4
32662024-12-06T20:40:46.132Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32672024-12-06T20:40:46.216Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682024-12-06T20:40:46.499Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32692024-12-06T20:40:46.569Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32702024-12-06T20:40:46.703Z Checking twox-hash v1.6.3
32712024-12-06T20:40:46.801Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722024-12-06T20:40:47.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32732024-12-06T20:40:47.165Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742024-12-06T20:40:47.597Z Checking tokio-rustls v0.24.1
32752024-12-06T20:40:47.716Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32762024-12-06T20:40:47.844Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32772024-12-06T20:40:47.944Z Checking fatfs v0.3.6
32782024-12-06T20:40:48.069Z Checking snafu v0.8.5
32792024-12-06T20:40:48.572Z Checking tough v0.19.0
32802024-12-06T20:40:48.743Z Checking assert_matches v1.5.0
32812024-12-06T20:40:52.710Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32822024-12-06T20:40:54.071Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32832024-12-06T20:40:54.759Z Compiling git2 v0.19.0
32842024-12-06T20:40:59.434Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32852024-12-06T20:41:51.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32862024-12-06T20:41:52.127Z
32872024-12-06T20:41:52.127Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32882024-12-06T20:41:52.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892024-12-06T20:41:52.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902024-12-06T20:41:52.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912024-12-06T20:41:52.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32922024-12-06T20:41:52.810Z
32932024-12-06T20:41:52.810Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32942024-12-06T20:41:53.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-12-06T20:41:53.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-12-06T20:41:53.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972024-12-06T20:41:53.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32982024-12-06T20:41:53.419Z
32992024-12-06T20:41:53.419Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33002024-12-06T20:41:53.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-12-06T20:41:54.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-12-06T20:41:54.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032024-12-06T20:41:54.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33042024-12-06T20:41:54.081Z
33052024-12-06T20:41:54.081Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33062024-12-06T20:41:54.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-12-06T20:41:54.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-12-06T20:41:54.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-12-06T20:41:54.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33102024-12-06T20:41:54.765Z
33112024-12-06T20:41:54.765Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33122024-12-06T20:41:55.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-12-06T20:41:55.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-12-06T20:41:55.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-12-06T20:41:55.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33162024-12-06T20:41:55.409Z
33172024-12-06T20:41:55.409Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33182024-12-06T20:41:55.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-12-06T20:41:55.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-12-06T20:41:55.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-12-06T20:41:55.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33222024-12-06T20:41:56.078Z
33232024-12-06T20:41:56.078Zinfo: running `cargo check --bins` on update-common (151/173)
33242024-12-06T20:41:56.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-12-06T20:41:56.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-12-06T20:41:56.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-12-06T20:41:56.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33282024-12-06T20:41:56.731Z
33292024-12-06T20:41:56.732Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33302024-12-06T20:41:57.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-06T20:41:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-06T20:41:57.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-06T20:41:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33342024-12-06T20:41:57.383Z
33352024-12-06T20:41:57.383Zinfo: running `cargo check --bins` on tufaceous (153/173)
33362024-12-06T20:41:57.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-06T20:41:57.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-06T20:41:58.052Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33392024-12-06T20:41:59.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33402024-12-06T20:41:59.225Z
33412024-12-06T20:41:59.225Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33422024-12-06T20:41:59.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-06T20:41:59.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-06T20:42:00.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33452024-12-06T20:42:00.191Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462024-12-06T20:42:00.194Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33472024-12-06T20:42:00.194Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33482024-12-06T20:42:25.807Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33492024-12-06T20:42:25.817Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33502024-12-06T20:42:25.817Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33512024-12-06T20:42:25.817Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33522024-12-06T20:42:25.817Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33532024-12-06T20:42:26.627Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33542024-12-06T20:42:27.909Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33552024-12-06T20:43:05.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
33562024-12-06T20:43:05.356Z
33572024-12-06T20:43:05.356Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33582024-12-06T20:43:05.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-12-06T20:43:05.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-12-06T20:43:06.054Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33612024-12-06T20:43:06.057Z Checking heck v0.4.1
33622024-12-06T20:43:06.057Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33632024-12-06T20:43:06.300Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33642024-12-06T20:43:07.645Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33652024-12-06T20:43:08.527Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33662024-12-06T20:43:09.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
33672024-12-06T20:43:09.822Z
33682024-12-06T20:43:09.822Zinfo: running `cargo check --bins` on installinator-api (156/173)
33692024-12-06T20:43:10.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-06T20:43:10.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-06T20:43:10.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722024-12-06T20:43:10.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33732024-12-06T20:43:10.466Z
33742024-12-06T20:43:10.466Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33752024-12-06T20:43:11.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-06T20:43:11.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-06T20:43:11.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782024-12-06T20:43:11.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33792024-12-06T20:43:11.114Z
33802024-12-06T20:43:11.114Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33812024-12-06T20:43:11.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-12-06T20:43:11.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-12-06T20:43:11.801Z Compiling petname v2.0.2
33842024-12-06T20:43:11.804Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33852024-12-06T20:43:11.804Z Checking sync-ptr v0.1.1
33862024-12-06T20:43:13.235Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33872024-12-06T20:43:14.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
33882024-12-06T20:43:14.960Z
33892024-12-06T20:43:14.960Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33902024-12-06T20:43:15.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-12-06T20:43:15.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-12-06T20:43:15.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-12-06T20:43:15.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33942024-12-06T20:43:15.612Z
33952024-12-06T20:43:15.612Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33962024-12-06T20:43:16.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-12-06T20:43:16.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-12-06T20:43:16.268Z Checking memmap2 v0.9.5
33992024-12-06T20:43:16.268Z Checking spin v0.5.2
34002024-12-06T20:43:16.270Z Checking arrayref v0.3.9
34012024-12-06T20:43:16.271Z Checking constant_time_eq v0.3.1
34022024-12-06T20:43:16.271Z Checking arrayvec v0.7.6
34032024-12-06T20:43:16.271Z Checking topological-sort v0.2.2
34042024-12-06T20:43:16.372Z Checking shell-words v1.1.0
34052024-12-06T20:43:16.521Z Checking ring v0.16.20
34062024-12-06T20:43:16.668Z Checking blake3 v1.5.4
34072024-12-06T20:43:17.640Z Checking omicron-zone-package v0.11.1
34082024-12-06T20:43:18.760Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34092024-12-06T20:43:19.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
34102024-12-06T20:43:19.835Z
34112024-12-06T20:43:19.835Zinfo: running `cargo check --bins` on xtask (161/173)
34122024-12-06T20:43:20.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132024-12-06T20:43:20.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142024-12-06T20:43:20.433Z Checking bitflags v2.6.0
34152024-12-06T20:43:20.437Z Checking serde v1.0.215
34162024-12-06T20:43:20.437Z Checking thiserror v1.0.69
34172024-12-06T20:43:20.437Z Checking scroll v0.12.0
34182024-12-06T20:43:20.437Z Checking hashbrown v0.15.0
34192024-12-06T20:43:20.437Z Checking log v0.4.22
34202024-12-06T20:43:20.437Z Checking zerocopy v0.7.35
34212024-12-06T20:43:20.437Z Checking syn v2.0.87
34222024-12-06T20:43:20.440Z Checking pest v2.7.14
34232024-12-06T20:43:20.586Z Checking rustix v0.38.37
34242024-12-06T20:43:20.618Z Checking once_cell v1.20.2
34252024-12-06T20:43:20.787Z Checking goblin v0.8.2
34262024-12-06T20:43:20.923Z Checking fs-err v2.11.0
34272024-12-06T20:43:21.248Z Checking tabled v0.15.0
34282024-12-06T20:43:21.429Z Checking indexmap v2.6.0
34292024-12-06T20:43:21.737Z Checking anyhow v1.0.93
34302024-12-06T20:43:22.641Z Checking terminal_size v0.4.0
34312024-12-06T20:43:22.641Z Checking tempfile v3.13.0
34322024-12-06T20:43:22.813Z Checking clap_builder v4.5.21
34332024-12-06T20:43:22.915Z Checking dtrace-parser v0.2.0
34342024-12-06T20:43:24.636Z Checking serde_json v1.0.132
34352024-12-06T20:43:24.636Z Checking toml_datetime v0.6.8
34362024-12-06T20:43:24.639Z Checking serde_spanned v0.6.8
34372024-12-06T20:43:24.639Z Checking camino v1.1.9
34382024-12-06T20:43:24.639Z Checking cargo-platform v0.1.8
34392024-12-06T20:43:24.639Z Checking semver v1.0.23
34402024-12-06T20:43:24.824Z Checking macaddr v1.0.1
34412024-12-06T20:43:24.949Z Checking toml_edit v0.22.22
34422024-12-06T20:43:25.162Z Checking camino-tempfile v1.1.1
34432024-12-06T20:43:25.266Z Checking clap v4.5.21
34442024-12-06T20:43:25.849Z Checking dof v0.3.0
34452024-12-06T20:43:25.849Z Checking cargo_metadata v0.18.1
34462024-12-06T20:43:26.251Z Checking usdt-impl v0.5.0
34472024-12-06T20:43:26.621Z Checking usdt v0.5.0
34482024-12-06T20:43:26.684Z Checking toml v0.8.19
34492024-12-06T20:43:27.153Z Checking cargo_toml v0.20.5
34502024-12-06T20:43:28.329Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34512024-12-06T20:43:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
34522024-12-06T20:43:29.039Z
34532024-12-06T20:43:29.039Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34542024-12-06T20:43:29.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552024-12-06T20:43:29.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562024-12-06T20:43:29.807Z Checking polyval v0.6.2
34572024-12-06T20:43:29.918Z Checking ctr v0.9.2
34582024-12-06T20:43:29.928Z Checking ssh-encoding v0.2.0
34592024-12-06T20:43:29.931Z Checking blowfish v0.9.1
34602024-12-06T20:43:29.947Z Checking password-hash v0.4.2
34612024-12-06T20:43:29.949Z Checking matches v0.1.10
34622024-12-06T20:43:29.978Z Checking p521 v0.13.3
34632024-12-06T20:43:29.978Z Checking p256 v0.13.2
34642024-12-06T20:43:30.053Z Checking idna v0.2.3
34652024-12-06T20:43:30.130Z Checking ghash v0.5.1
34662024-12-06T20:43:30.168Z Checking bcrypt-pbkdf v0.10.0
34672024-12-06T20:43:30.170Z Compiling enum-as-inner v0.5.1
34682024-12-06T20:43:30.243Z Checking russh-cryptovec v0.7.3
34692024-12-06T20:43:30.306Z Checking aes-gcm v0.10.3
34702024-12-06T20:43:30.385Z Checking pbkdf2 v0.11.0
34712024-12-06T20:43:30.420Z Checking md5 v0.7.0
34722024-12-06T20:43:30.447Z Checking num-bigint v0.4.6
34732024-12-06T20:43:30.468Z Checking des v0.8.1
34742024-12-06T20:43:30.557Z Checking ssh-cipher v0.2.0
34752024-12-06T20:43:30.657Z Compiling dhcproto-macros v0.1.0
34762024-12-06T20:43:30.691Z Checking hex-literal v0.4.1
34772024-12-06T20:43:30.745Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34782024-12-06T20:43:30.824Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34792024-12-06T20:43:30.857Z Checking ssh-key v0.6.6
34802024-12-06T20:43:30.875Z Checking internet-checksum v0.2.1
34812024-12-06T20:43:31.202Z Checking trust-dns-proto v0.22.0
34822024-12-06T20:43:32.128Z Checking russh-keys v0.45.0
34832024-12-06T20:43:33.053Z Checking russh v0.45.0
34842024-12-06T20:43:33.750Z Checking dhcproto v0.12.0
34852024-12-06T20:43:50.637Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862024-12-06T20:43:52.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.98s
34872024-12-06T20:43:52.230Z
34882024-12-06T20:43:52.230Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34892024-12-06T20:43:52.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-12-06T20:43:52.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-12-06T20:43:52.875Z Checking termios v0.3.3
34922024-12-06T20:43:53.091Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34932024-12-06T20:43:53.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34942024-12-06T20:43:54.054Z
34952024-12-06T20:43:54.054Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34962024-12-06T20:43:54.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-12-06T20:43:54.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-12-06T20:43:54.760Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34992024-12-06T20:43:56.770Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35002024-12-06T20:43:58.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
35012024-12-06T20:43:58.846Z
35022024-12-06T20:43:58.846Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35032024-12-06T20:43:59.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-12-06T20:43:59.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-12-06T20:43:59.491Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35062024-12-06T20:43:59.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35072024-12-06T20:44:00.152Z
35082024-12-06T20:44:00.152Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35092024-12-06T20:44:00.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-06T20:44:00.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-06T20:44:00.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122024-12-06T20:44:00.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132024-12-06T20:44:00.766Z
35142024-12-06T20:44:00.766Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35152024-12-06T20:44:01.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162024-12-06T20:44:01.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172024-12-06T20:44:01.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182024-12-06T20:44:01.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192024-12-06T20:44:01.369Z
35202024-12-06T20:44:01.369Zinfo: running `cargo check --bins` on omicron-package (168/173)
35212024-12-06T20:44:01.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-06T20:44:01.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-06T20:44:02.034Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35242024-12-06T20:44:03.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
35252024-12-06T20:44:03.535Z
35262024-12-06T20:44:03.535Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35272024-12-06T20:44:04.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282024-12-06T20:44:04.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292024-12-06T20:44:04.229Z Checking rtoolbox v0.0.2
35302024-12-06T20:44:04.231Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35312024-12-06T20:44:04.231Z Checking tui-tree-widget v0.22.0
35322024-12-06T20:44:04.457Z Checking rpassword v7.3.1
35332024-12-06T20:44:08.472Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35342024-12-06T20:44:11.468Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35352024-12-06T20:44:12.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
35362024-12-06T20:44:12.884Z
35372024-12-06T20:44:12.884Zinfo: running `cargo check --bins` on wicket (170/173)
35382024-12-06T20:44:13.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392024-12-06T20:44:13.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402024-12-06T20:44:13.616Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35412024-12-06T20:44:14.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35422024-12-06T20:44:14.200Z
35432024-12-06T20:44:14.200Zinfo: running `cargo check --bins` on wicketd (171/173)
35442024-12-06T20:44:14.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452024-12-06T20:44:14.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462024-12-06T20:44:14.997Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35472024-12-06T20:44:18.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
35482024-12-06T20:44:19.035Z
35492024-12-06T20:44:19.035Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35502024-12-06T20:44:19.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512024-12-06T20:44:19.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522024-12-06T20:44:19.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532024-12-06T20:44:19.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35542024-12-06T20:44:19.641Z
35552024-12-06T20:44:19.641Zinfo: running `cargo check --bins` on zone-setup (173/173)
35562024-12-06T20:44:20.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572024-12-06T20:44:20.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582024-12-06T20:44:20.373Z Checking uzers v0.12.1
35592024-12-06T20:44:20.709Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35602024-12-06T20:44:21.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
35612024-12-06T20:44:22.062Z
35622024-12-06T20:44:22.062Zreal 12:50.921271838
35632024-12-06T20:44:22.062Zuser 24:06.483399766
35642024-12-06T20:44:22.062Zsys 5:26.479427766
35652024-12-06T20:44:22.064Ztrap 0.466549978
35662024-12-06T20:44:22.065Ztflt 2.269514242
35672024-12-06T20:44:22.065Zdflt 3.407351723
35682024-12-06T20:44:22.065Zkflt 0.000796192
35692024-12-06T20:44:22.065Zlock 45:53.821751571
35702024-12-06T20:44:22.065Zslp 2:05:34.576836634
35712024-12-06T20:44:22.065Zlat 1:03.357838557
35722024-12-06T20:44:22.065Zstop 3:23.111292729
35732024-12-06T20:44:22.065Zprocess exited: duration 1055803 ms, exit code 0
 
35742024-12-06T20:44:22.072Zfound 0 output files