01JFGB7C117XRSB0QSD6Q8KAYM: 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: 01JFGB7TY10K1MF7ZW6CP4HPN0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T20:56:05.374Zjob assigned to worker 01JFGB82403YGG12VKD87F36K0 [factory aws, i-0d3714a84de3886fa] (queued for 57 s)
 
22024-12-19T20:56:13.964Zstarting task 0: "setup"
32024-12-19T20:56:13.974Z++ uname -s
42024-12-19T20:56:13.977Z+ kern=SunOS
52024-12-19T20:56:13.977Z+ case "$kern" in
62024-12-19T20:56:13.977Z+ groupadd -g 12345 build
72024-12-19T20:56:13.980Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T20:56:15.987Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T20:56:16.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T20:56:16.119Z+ home_fs=zfs
112024-12-19T20:56:16.119Z+ [[ zfs == autofs ]]
122024-12-19T20:56:16.119Z+ mkdir -p /home/build
132024-12-19T20:56:16.122Z+ chown build:build /home/build /work
142024-12-19T20:56:18.122Z+ chmod 0700 /home/build /work
152024-12-19T20:56:18.125Zprocess exited: duration 4160 ms, exit code 0
 
162024-12-19T20:56:18.131Zstarting task 1: "rust-toolchain"
172024-12-19T20:56:18.137Z+ printf ' * toolchain channel = "%s"
182024-12-19T20:56:18.137Z' 1.81.0
192024-12-19T20:56:18.137Z+ printf ' * toolchain profile = "%s"
202024-12-19T20:56:18.137Z' default
212024-12-19T20:56:18.139Z * toolchain channel = "1.81.0"
222024-12-19T20:56:18.139Z * toolchain profile = "default"
232024-12-19T20:56:18.139Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T20:56:18.139Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T20:56:18.255Zinfo: downloading installer
262024-12-19T20:56:19.578Zinfo: profile set to 'default'
272024-12-19T20:56:19.578Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T20:56:19.581Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T20:56:19.723Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T20:56:19.724Zinfo: downloading component 'cargo'
312024-12-19T20:56:20.434Zinfo: downloading component 'clippy'
322024-12-19T20:56:20.699Zinfo: downloading component 'rust-docs'
332024-12-19T20:56:21.691Zinfo: downloading component 'rust-std'
342024-12-19T20:56:23.234Zinfo: downloading component 'rustc'
352024-12-19T20:56:28.779Zinfo: downloading component 'rustfmt'
362024-12-19T20:56:28.989Zinfo: installing component 'cargo'
372024-12-19T20:56:29.787Zinfo: installing component 'clippy'
382024-12-19T20:56:30.143Zinfo: installing component 'rust-docs'
392024-12-19T20:56:31.763Zinfo: installing component 'rust-std'
402024-12-19T20:56:33.423Zinfo: installing component 'rustc'
412024-12-19T20:56:39.160Zinfo: installing component 'rustfmt'
422024-12-19T20:56:39.480Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T20:56:39.480Z
442024-12-19T20:56:39.848Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T20:56:39.848Z
462024-12-19T20:56:39.851Z
472024-12-19T20:56:39.851ZRust is installed now. Great!
482024-12-19T20:56:39.851Z
492024-12-19T20:56:39.851ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T20:56:39.851Zenvironment variable. This has not been done automatically.
512024-12-19T20:56:39.851Z
522024-12-19T20:56:39.851ZTo configure your current shell, you need to source
532024-12-19T20:56:39.851Zthe corresponding env file under $HOME/.cargo.
542024-12-19T20:56:39.851Z
552024-12-19T20:56:39.851ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T20:56:39.851Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T20:56:39.851Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T20:56:39.919Z+ rustc --version
592024-12-19T20:56:39.985Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T20:56:39.988Zprocess exited: duration 21853 ms, exit code 0
 
612024-12-19T20:56:39.993Zstarting task 2: "authentication"
622024-12-19T20:56:40.014Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T20:56:40.021Zstarting task 3: "clone repository"
642024-12-19T20:56:40.025Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T20:56:40.028Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T20:56:40.308ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T20:56:46.717Z+ cd /work/oxidecomputer/omicron
682024-12-19T20:56:46.720Z+ git fetch origin 4113601b516ea5bdf3a808a447beea4824396955
692024-12-19T20:56:47.031ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T20:56:47.031Z * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD
712024-12-19T20:56:47.042Z+ [[ -n zl/tfportd-oximeter ]]
722024-12-19T20:56:47.045Z++ git branch --show-current
732024-12-19T20:56:47.047Z+ current=main
742024-12-19T20:56:47.047Z+ [[ main != zl/tfportd-oximeter ]]
752024-12-19T20:56:47.047Z+ git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955
762024-12-19T20:56:47.050Z+ git checkout -f zl/tfportd-oximeter
772024-12-19T20:56:47.231ZSwitched to branch 'zl/tfportd-oximeter'
782024-12-19T20:56:47.234Z+ git reset --hard 4113601b516ea5bdf3a808a447beea4824396955
792024-12-19T20:56:47.408ZHEAD is now at 4113601b5 update dendrite (keeping up)
802024-12-19T20:56:47.411Zprocess exited: duration 7388 ms, exit code 0
 
812024-12-19T20:56:47.416Zstarting task 4: "build"
822024-12-19T20:56:47.422Z+ source .github/buildomat/ci-env.sh
832024-12-19T20:56:47.422Z++ export CARGO_TERM_COLOR=always
842024-12-19T20:56:47.422Z++ CARGO_TERM_COLOR=always
852024-12-19T20:56:47.424Z+ cargo --version
862024-12-19T20:56:47.480Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-19T20:56:47.483Z+ rustc --version
882024-12-19T20:56:47.545Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-19T20:56:47.548Z+ source ./env.sh
902024-12-19T20:56:47.548Z++ OLD_SHELL_OPTS=ehxB
912024-12-19T20:56:47.548Z++ set -o xtrace
922024-12-19T20:56:47.551Z++++ dirname ./env.sh
932024-12-19T20:56:47.554Z+++ readlink -f .
942024-12-19T20:56:47.708Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-19T20:56:47.711Z++ 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-19T20:56:47.711Z++ 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-19T20:56:47.711Z++ 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-19T20:56:47.711Z++ 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-19T20:56:47.712Z++ 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-19T20:56:47.712Z++ 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-19T20:56:47.712Z++ 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-19T20:56:47.712Z++ 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-19T20:56:47.712Z++ case $OLD_SHELL_OPTS in
1042024-12-19T20:56:47.712Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-19T20:56:47.712Z+ 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-19T20:56:47.712Z+ 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-19T20:56:47.712Z+ banner prerequisites
1082024-12-19T20:56:47.807Z
1092024-12-19T20:56:47.807Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-19T20:56:47.807Z # # # # # # # # # # # # # # #
1112024-12-19T20:56:47.807Z # # # # ##### # # ##### # # # # # #### #
1122024-12-19T20:56:47.807Z ##### ##### # ##### # # # # # # # # #
1132024-12-19T20:56:47.808Z # # # # # # # # # # # # # # #
1142024-12-19T20:56:47.808Z # # # ###### # # ###### ### # #### # #### #
1152024-12-19T20:56:47.808Z
1162024-12-19T20:56:47.811Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-19T20:57:07.715Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-19T20:57:11.959Z Startup: Caching catalogs ... Done
1192024-12-19T20:57:22.506ZPlanning: Solver setup ... Done (9.681s)
1202024-12-19T20:57:22.638ZPlanning: Running solver ... Done (0.133s)
1212024-12-19T20:57:22.942ZPlanning: Finding local manifests ... Done (0.201s)
1222024-12-19T20:57:22.976ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-19T20:57:24.464ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-19T20:57:24.809ZPlanning: Package planning ... Done (0.345s)
1252024-12-19T20:57:24.866ZPlanning: Merging actions ... Done (0.058s)
1262024-12-19T20:57:26.244ZPlanning: Checking for conflicting actions ... Done (1.378s)
1272024-12-19T20:57:36.013ZPlanning: Consolidating action changes ... Done (9.766s)
1282024-12-19T20:57:36.481ZPlanning: Evaluating mediators ... Done (0.468s)
1292024-12-19T20:57:36.685ZPlanning: Planning completed in 24.63 seconds
1302024-12-19T20:57:37.410Z Packages to install: 4
1312024-12-19T20:57:37.410Z Packages to update: 1
1322024-12-19T20:57:37.410Z Mediators to change: 2
1332024-12-19T20:57:37.410Z Services to change: 1
1342024-12-19T20:57:37.410Z Estimated space available: 155.63 GB
1352024-12-19T20:57:37.413ZEstimated space to be consumed: 1.61 GB
1362024-12-19T20:57:37.413Z Create boot environment: No
1372024-12-19T20:57:37.413ZCreate backup boot environment: Yes
1382024-12-19T20:57:37.413Z Rebuild boot archive: No
1392024-12-19T20:57:37.414Z
1402024-12-19T20:57:37.414ZChanged mediators:
1412024-12-19T20:57:37.414Z mediator clang:
1422024-12-19T20:57:37.414Z version: None -> 15 (system default)
1432024-12-19T20:57:37.414Z
1442024-12-19T20:57:37.414Z mediator llvm:
1452024-12-19T20:57:37.414Z version: 14 (system default) -> 15 (system default)
1462024-12-19T20:57:37.414Z
1472024-12-19T20:57:37.414ZChanged packages:
1482024-12-19T20:57:37.414Zhelios-dev
1492024-12-19T20:57:37.414Z developer/build-essential
1502024-12-19T20:57:37.414Z None -> 11-2.0
1512024-12-19T20:57:37.414Z library/libxmlsec1
1522024-12-19T20:57:37.414Z None -> 1.2.35-2.0
1532024-12-19T20:57:37.414Z ooce/developer/clang-15
1542024-12-19T20:57:37.415Z None -> 15.0.7-2.0
1552024-12-19T20:57:37.415Z ooce/developer/llvm-15
1562024-12-19T20:57:37.415Z None -> 15.0.7-2.0
1572024-12-19T20:57:37.415Z package/pkg
1582024-12-19T20:57:37.415Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-19T20:57:37.415Z
1602024-12-19T20:57:37.415ZServices:
1612024-12-19T20:57:37.415Z restart_fmri:
1622024-12-19T20:57:37.415Z svc:/system/update-man-index:default
1632024-12-19T20:57:37.415Z
1642024-12-19T20:57:37.415ZEditable files to change:
1652024-12-19T20:57:37.416Z Update:
1662024-12-19T20:57:37.416Z usr/share/lib/pkg/web/config.shtml
1672024-12-19T20:57:37.843Z
1682024-12-19T20:57:37.843ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-19T20:57:42.852ZDownload: 511/4281 items 17.2/220.6MB 7% complete (3.5M/s)
1702024-12-19T20:57:49.276ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.8M/s)
1712024-12-19T20:57:54.279ZDownload: 1620/4281 items 116.9/220.6MB 52% complete (9.8M/s)
1722024-12-19T20:57:59.705ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (4.1M/s)
1732024-12-19T20:58:06.519ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (4.0M/s)
1742024-12-19T20:58:11.554ZDownload: 2985/4281 items 121.3/220.6MB 54% complete (434k/s)
1752024-12-19T20:58:16.528ZDownload: 3407/4281 items 215.1/220.6MB 97% complete (9.6M/s)
1762024-12-19T20:58:19.309ZDownload: Completed 220.60 MB in 41.46 seconds (5.3M/s)
1772024-12-19T20:58:20.360Z Actions: 1/5063 actions (Removing old actions)
1782024-12-19T20:58:20.378Z Actions: 194/5063 actions (Installing new actions)
1792024-12-19T20:58:25.465Z Actions: 4127/5063 actions (Installing new actions)
1802024-12-19T20:58:26.020Z Actions: 4226/5063 actions (Updating modified actions)
1812024-12-19T20:58:26.453Z Actions: Completed 5063 actions in 6.09 seconds.
1822024-12-19T20:58:26.851Z Done (0.389s)
1832024-12-19T20:58:26.854Z Done (0.000s)
1842024-12-19T20:58:27.420Z Done (0.568s)
1852024-12-19T20:58:35.114Z Done (7.466s)
1862024-12-19T20:58:35.545Z Done (0.356s)
1872024-12-19T20:58:35.548Z Done (0.000s)
1882024-12-19T20:58:35.729Z Done (0.000s)
1892024-12-19T20:58:36.429ZPlanning: Evaluating mediator changes ... Done
1902024-12-19T20:58:36.592ZPlanning: Checking for conflicting actions ... Done
1912024-12-19T20:58:36.595ZPlanning: Consolidating action changes ... Done
1922024-12-19T20:58:36.860ZPlanning: Evaluating mediators ... Done
1932024-12-19T20:58:36.863ZPlanning: Planning completed in 0.43 seconds
1942024-12-19T20:58:36.900Z Mediators to change: 2
1952024-12-19T20:58:36.900Z Create boot environment: No
1962024-12-19T20:58:36.902ZCreate backup boot environment: No
1972024-12-19T20:58:36.988Z Done
1982024-12-19T20:58:36.988Z Done
1992024-12-19T20:58:37.346Z Done
2002024-12-19T20:58:40.994Z Done
2012024-12-19T20:58:41.087Z Done
2022024-12-19T20:58:41.090Z Done
2032024-12-19T20:58:41.245Z Done
2042024-12-19T20:58:41.861ZPlanning: Evaluating mediator changes ... Done
2052024-12-19T20:58:41.864ZPlanning: Merging actions ... Done
2062024-12-19T20:58:42.055ZPlanning: Checking for conflicting actions ... Done
2072024-12-19T20:58:42.058ZPlanning: Consolidating action changes ... Done
2082024-12-19T20:58:42.330ZPlanning: Evaluating mediators ... Done
2092024-12-19T20:58:42.387ZPlanning: Planning completed in 0.77 seconds
2102024-12-19T20:58:42.427Z Packages to change: 1
2112024-12-19T20:58:42.427Z Mediators to change: 1
2122024-12-19T20:58:42.430Z Services to change: 1
2132024-12-19T20:58:42.430Z Create boot environment: No
2142024-12-19T20:58:42.430ZCreate backup boot environment: Yes
2152024-12-19T20:58:44.926Z Actions: 1/6 actions (Updating modified actions)
2162024-12-19T20:58:45.021Z Actions: Completed 6 actions in 0.09 seconds.
2172024-12-19T20:58:45.023Z Done
2182024-12-19T20:58:45.023Z Done
2192024-12-19T20:58:45.140Z Done
2202024-12-19T20:58:48.854Z Done
2212024-12-19T20:58:48.950Z Done
2222024-12-19T20:58:48.953Z Done
2232024-12-19T20:58:49.117Z Done
2242024-12-19T20:58:49.558ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-12-19T20:58:49.558Zclang system 15 system
2262024-12-19T20:58:49.559Zcsh system system illumos
2272024-12-19T20:58:49.559Zctags system system illumos
2282024-12-19T20:58:49.559Zgcc vendor 12 vendor
2292024-12-19T20:58:49.559Zgcc system 10 system
2302024-12-19T20:58:49.559Zgcc system 7 system
2312024-12-19T20:58:49.559Zgo system 1.20 system
2322024-12-19T20:58:49.559Zgo system 1.19 system
2332024-12-19T20:58:49.559Zllvm system 15 system
2342024-12-19T20:58:49.559Zllvm system 14 system
2352024-12-19T20:58:49.559Zmariadb system 10.6 system
2362024-12-19T20:58:49.559Zmta vendor vendor dma
2372024-12-19T20:58:49.559Zopenjdk system 17 system
2382024-12-19T20:58:49.559Zopenjdk system 11 system
2392024-12-19T20:58:49.560Zopenjdk system 1.8 system
2402024-12-19T20:58:49.560Zopenssl vendor 3 vendor
2412024-12-19T20:58:49.560Zperl system 5.36 system
2422024-12-19T20:58:49.560Zpostgresql system 15 system
2432024-12-19T20:58:49.560Zpostgresql system 13 system
2442024-12-19T20:58:49.560Zpython vendor 3 vendor
2452024-12-19T20:58:49.560Zpython system 2 system
2462024-12-19T20:58:49.560Zpython3 system 3.11 system
2472024-12-19T20:58:49.560Zruby system 3.0 system
2482024-12-19T20:58:49.560Zwords vendor vendor american-english
2492024-12-19T20:58:49.560Zwords system system australian-english
2502024-12-19T20:58:49.560Zwords system system british-english
2512024-12-19T20:58:49.560Zwords system system canadian-english
2522024-12-19T20:58:49.560Zwords system system french
2532024-12-19T20:58:49.560Zwords system system italian
2542024-12-19T20:58:49.560Zwords system system ngerman
2552024-12-19T20:58:49.560Zwords system system ogerman
2562024-12-19T20:58:49.560Zwords system system spanish
2572024-12-19T20:58:49.898ZPUBLISHER TYPE STATUS P LOCATION
2582024-12-19T20:58:49.898Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-12-19T20:58:52.629ZFMRI IFO
2602024-12-19T20:58:52.629Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-12-19T20:58:52.629Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-12-19T20:58:52.629Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-12-19T20:58:52.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-12-19T20:58:52.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-12-19T20:58:52.629Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-12-19T20:58:52.629Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-12-19T20:58:52.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-12-19T20:58:52.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-12-19T20:58:52.629Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-12-19T20:58:52.629Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-12-19T20:58:52.629Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-12-19T20:58:52.629Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-12-19T20:58:52.629Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-12-19T20:58:52.629Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-12-19T20:58:53.387Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-12-19T20:58:53.668Z Updating crates.io index
2772024-12-19T20:58:53.671Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-12-19T20:58:54.227Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-12-19T20:58:54.461Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-12-19T20:58:54.717Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-12-19T20:58:54.986Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-12-19T20:58:55.851Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-12-19T20:58:57.345Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-12-19T20:58:57.960Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-12-19T20:58:58.973Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-12-19T20:58:59.234Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-12-19T20:58:59.505Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-12-19T20:59:00.106Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-12-19T20:59:00.423Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-12-19T20:59:00.690Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-12-19T20:59:00.941Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-12-19T20:59:01.206Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-12-19T20:59:01.459Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-12-19T20:59:01.785Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-12-19T20:59:02.108Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-12-19T20:59:02.381Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-12-19T20:59:02.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-12-19T20:59:03.217Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-12-19T20:59:03.546Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-12-19T20:59:03.947Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-12-19T20:59:04.419Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-12-19T20:59:04.680Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-12-19T20:59:04.944Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-12-19T20:59:05.227Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-12-19T20:59:06.477Z Downloading crates ...
3062024-12-19T20:59:06.542Z Downloaded anstream v0.6.15
3072024-12-19T20:59:06.548Z Downloaded equivalent v1.0.1
3082024-12-19T20:59:06.552Z Downloaded dtrace-parser v0.2.0
3092024-12-19T20:59:06.556Z Downloaded scroll_derive v0.12.0
3102024-12-19T20:59:06.567Z Downloaded swrite v0.1.0
3112024-12-19T20:59:06.574Z Downloaded is_terminal_polyfill v1.70.1
3122024-12-19T20:59:06.577Z Downloaded heck v0.5.0
3132024-12-19T20:59:06.577Z Downloaded cpufeatures v0.2.14
3142024-12-19T20:59:06.581Z Downloaded usdt-attr-macro v0.5.0
3152024-12-19T20:59:06.584Z Downloaded usdt-macro v0.5.0
3162024-12-19T20:59:06.588Z Downloaded pretty-hex v0.4.1
3172024-12-19T20:59:06.592Z Downloaded autocfg v1.4.0
3182024-12-19T20:59:06.595Z Downloaded clap_lex v0.7.2
3192024-12-19T20:59:06.595Z Downloaded bytecount v0.6.8
3202024-12-19T20:59:06.598Z Downloaded crypto-common v0.1.6
3212024-12-19T20:59:06.598Z Downloaded anstyle-parse v0.2.5
3222024-12-19T20:59:06.601Z Downloaded errno v0.3.9
3232024-12-19T20:59:06.601Z Downloaded anstyle-query v1.1.1
3242024-12-19T20:59:06.601Z Downloaded digest v0.10.7
3252024-12-19T20:59:06.604Z Downloaded byteorder v1.5.0
3262024-12-19T20:59:06.606Z Downloaded anstyle v1.0.10
3272024-12-19T20:59:06.607Z Downloaded unicode-linebreak v0.1.5
3282024-12-19T20:59:06.609Z Downloaded terminal_size v0.4.0
3292024-12-19T20:59:06.609Z Downloaded tabled_derive v0.7.0
3302024-12-19T20:59:06.609Z Downloaded serde_spanned v0.6.8
3312024-12-19T20:59:06.614Z Downloaded block-buffer v0.10.4
3322024-12-19T20:59:06.614Z Downloaded macaddr v1.0.1
3332024-12-19T20:59:06.616Z Downloaded usdt v0.5.0
3342024-12-19T20:59:06.619Z Downloaded fastrand v2.1.1
3352024-12-19T20:59:06.619Z Downloaded plain v0.2.3
3362024-12-19T20:59:06.622Z Downloaded strsim v0.11.1
3372024-12-19T20:59:06.622Z Downloaded thread-id v4.2.2
3382024-12-19T20:59:06.623Z Downloaded proc-macro-error-attr v1.0.4
3392024-12-19T20:59:06.623Z Downloaded memmap v0.7.0
3402024-12-19T20:59:06.626Z Downloaded camino-tempfile v1.1.1
3412024-12-19T20:59:06.626Z Downloaded fs-err v2.11.0
3422024-12-19T20:59:06.629Z Downloaded thiserror-impl v1.0.69
3432024-12-19T20:59:06.629Z Downloaded itoa v1.0.11
3442024-12-19T20:59:06.631Z Downloaded cargo-platform v0.1.8
3452024-12-19T20:59:06.634Z Downloaded serde_tokenstream v0.2.2
3462024-12-19T20:59:06.637Z Downloaded smawk v0.3.2
3472024-12-19T20:59:06.640Z Downloaded cargo_toml v0.20.5
3482024-12-19T20:59:06.642Z Downloaded version_check v0.9.5
3492024-12-19T20:59:06.645Z Downloaded utf8parse v0.2.2
3502024-12-19T20:59:06.645Z Downloaded usdt-impl v0.5.0
3512024-12-19T20:59:06.645Z Downloaded generic-array v0.14.7
3522024-12-19T20:59:06.648Z Downloaded cfg-if v1.0.0
3532024-12-19T20:59:06.648Z Downloaded toml_datetime v0.6.8
3542024-12-19T20:59:06.652Z Downloaded pest_generator v2.7.14
3552024-12-19T20:59:06.652Z Downloaded cargo_metadata v0.18.1
3562024-12-19T20:59:06.652Z Downloaded heck v0.4.1
3572024-12-19T20:59:06.652Z Downloaded fnv v1.0.7
3582024-12-19T20:59:06.655Z Downloaded dof v0.3.0
3592024-12-19T20:59:06.655Z Downloaded colorchoice v1.0.2
3602024-12-19T20:59:06.655Z Downloaded clap_derive v4.5.18
3612024-12-19T20:59:06.658Z Downloaded quote v1.0.37
3622024-12-19T20:59:06.663Z Downloaded sha2 v0.10.8
3632024-12-19T20:59:06.664Z Downloaded scroll v0.12.0
3642024-12-19T20:59:06.669Z Downloaded once_cell v1.20.2
3652024-12-19T20:59:06.669Z Downloaded proc-macro-error v1.0.4
3662024-12-19T20:59:06.669Z Downloaded tempfile v3.13.0
3672024-12-19T20:59:06.674Z Downloaded clap v4.5.21
3682024-12-19T20:59:06.679Z Downloaded zerocopy-derive v0.7.35
3692024-12-19T20:59:06.682Z Downloaded thiserror v1.0.69
3702024-12-19T20:59:06.687Z Downloaded typenum v1.17.0
3712024-12-19T20:59:06.693Z Downloaded ucd-trie v0.1.7
3722024-12-19T20:59:06.693Z Downloaded toml v0.8.19
3732024-12-19T20:59:06.696Z Downloaded textwrap v0.16.1
3742024-12-19T20:59:06.696Z Downloaded unicode-ident v1.0.13
3752024-12-19T20:59:06.696Z Downloaded proc-macro2 v1.0.89
3762024-12-19T20:59:06.699Z Downloaded pest_derive v2.7.14
3772024-12-19T20:59:06.702Z Downloaded ryu v1.0.18
3782024-12-19T20:59:06.705Z Downloaded camino v1.1.9
3792024-12-19T20:59:06.705Z Downloaded pest_meta v2.7.14
3802024-12-19T20:59:06.708Z Downloaded semver v1.0.23
3812024-12-19T20:59:06.708Z Downloaded serde_derive v1.0.215
3822024-12-19T20:59:06.711Z Downloaded papergrid v0.11.0
3832024-12-19T20:59:06.714Z Downloaded log v0.4.22
3842024-12-19T20:59:06.719Z Downloaded bitflags v2.6.0
3852024-12-19T20:59:06.722Z Downloaded indexmap v2.6.0
3862024-12-19T20:59:06.725Z Downloaded anyhow v1.0.93
3872024-12-19T20:59:06.740Z Downloaded serde v1.0.215
3882024-12-19T20:59:06.748Z Downloaded memchr v2.7.4
3892024-12-19T20:59:06.752Z Downloaded toml_edit v0.22.22
3902024-12-19T20:59:06.771Z Downloaded hashbrown v0.15.1
3912024-12-19T20:59:06.780Z Downloaded pest v2.7.14
3922024-12-19T20:59:06.787Z Downloaded serde_json v1.0.132
3932024-12-19T20:59:06.794Z Downloaded zerocopy v0.7.35
3942024-12-19T20:59:06.808Z Downloaded winnow v0.6.20
3952024-12-19T20:59:06.816Z Downloaded goblin v0.8.2
3962024-12-19T20:59:06.821Z Downloaded tabled v0.15.0
3972024-12-19T20:59:06.835Z Downloaded clap_builder v4.5.21
3982024-12-19T20:59:06.841Z Downloaded syn v1.0.109
3992024-12-19T20:59:06.851Z Downloaded unicode-width v0.1.14
4002024-12-19T20:59:06.855Z Downloaded syn v2.0.87
4012024-12-19T20:59:06.865Z Downloaded rustix v0.38.37
4022024-12-19T20:59:06.908Z Downloaded libc v0.2.162
4032024-12-19T20:59:07.217Z Compiling proc-macro2 v1.0.89
4042024-12-19T20:59:07.217Z Compiling unicode-ident v1.0.13
4052024-12-19T20:59:07.217Z Compiling version_check v0.9.5
4062024-12-19T20:59:07.220Z Compiling serde v1.0.215
4072024-12-19T20:59:07.220Z Compiling thiserror v1.0.69
4082024-12-19T20:59:07.220Z Compiling memchr v2.7.4
4092024-12-19T20:59:07.220Z Compiling libc v0.2.162
4102024-12-19T20:59:07.220Z Compiling ucd-trie v0.1.7
4112024-12-19T20:59:07.486Z Compiling ryu v1.0.18
4122024-12-19T20:59:07.839Z Compiling itoa v1.0.11
4132024-12-19T20:59:07.925Z Compiling once_cell v1.20.2
4142024-12-19T20:59:08.043Z Compiling byteorder v1.5.0
4152024-12-19T20:59:08.398Z Compiling rustix v0.38.37
4162024-12-19T20:59:08.627Z Compiling serde_json v1.0.132
4172024-12-19T20:59:09.445Z Compiling bitflags v2.6.0
4182024-12-19T20:59:09.558Z Compiling usdt-impl v0.5.0
4192024-12-19T20:59:09.561Z Compiling proc-macro-error-attr v1.0.4
4202024-12-19T20:59:09.653Z Compiling syn v1.0.109
4212024-12-19T20:59:09.847Z Compiling proc-macro-error v1.0.4
4222024-12-19T20:59:09.916Z Compiling log v0.4.22
4232024-12-19T20:59:09.943Z Compiling utf8parse v0.2.2
4242024-12-19T20:59:10.033Z Compiling equivalent v1.0.1
4252024-12-19T20:59:10.098Z Compiling hashbrown v0.15.1
4262024-12-19T20:59:10.101Z Compiling camino v1.1.9
4272024-12-19T20:59:10.145Z Compiling plain v0.2.3
4282024-12-19T20:59:10.248Z Compiling thread-id v4.2.2
4292024-12-19T20:59:10.322Z Compiling anstyle-parse v0.2.5
4302024-12-19T20:59:10.373Z Compiling winnow v0.6.20
4312024-12-19T20:59:10.441Z Compiling anstyle-query v1.1.1
4322024-12-19T20:59:10.591Z Compiling quote v1.0.37
4332024-12-19T20:59:10.656Z Compiling autocfg v1.4.0
4342024-12-19T20:59:10.683Z Compiling colorchoice v1.0.2
4352024-12-19T20:59:10.796Z Compiling unicode-width v0.1.14
4362024-12-19T20:59:10.841Z Compiling errno v0.3.9
4372024-12-19T20:59:11.071Z Compiling syn v2.0.87
4382024-12-19T20:59:11.311Z Compiling indexmap v2.6.0
4392024-12-19T20:59:11.337Z Compiling is_terminal_polyfill v1.70.1
4402024-12-19T20:59:11.511Z Compiling anstyle v1.0.10
4412024-12-19T20:59:11.798Z Compiling pretty-hex v0.4.1
4422024-12-19T20:59:11.973Z Compiling semver v1.0.23
4432024-12-19T20:59:12.005Z Compiling anstream v0.6.15
4442024-12-19T20:59:12.603Z Compiling fs-err v2.11.0
4452024-12-19T20:59:12.803Z Compiling heck v0.5.0
4462024-12-19T20:59:12.831Z Compiling fastrand v2.1.1
4472024-12-19T20:59:12.868Z Compiling bytecount v0.6.8
4482024-12-19T20:59:13.111Z Compiling cfg-if v1.0.0
4492024-12-19T20:59:13.219Z Compiling terminal_size v0.4.0
4502024-12-19T20:59:13.278Z Compiling anyhow v1.0.93
4512024-12-19T20:59:13.314Z Compiling strsim v0.11.1
4522024-12-19T20:59:13.369Z Compiling clap_lex v0.7.2
4532024-12-19T20:59:13.422Z Compiling heck v0.4.1
4542024-12-19T20:59:13.889Z Compiling fnv v1.0.7
4552024-12-19T20:59:13.939Z Compiling clap_builder v4.5.21
4562024-12-19T20:59:13.971Z Compiling tempfile v3.13.0
4572024-12-19T20:59:14.061Z Compiling papergrid v0.11.0
4582024-12-19T20:59:14.305Z Compiling memmap v0.7.0
4592024-12-19T20:59:14.332Z Compiling smawk v0.3.2
4602024-12-19T20:59:14.572Z Compiling unicode-linebreak v0.1.5
4612024-12-19T20:59:15.009Z Compiling textwrap v0.16.1
4622024-12-19T20:59:15.081Z Compiling swrite v0.1.0
4632024-12-19T20:59:16.734Z Compiling tabled_derive v0.7.0
4642024-12-19T20:59:18.202Z Compiling tabled v0.15.0
4652024-12-19T20:59:19.908Z Compiling serde_derive v1.0.215
4662024-12-19T20:59:19.908Z Compiling thiserror-impl v1.0.69
4672024-12-19T20:59:19.911Z Compiling zerocopy-derive v0.7.35
4682024-12-19T20:59:19.911Z Compiling scroll_derive v0.12.0
4692024-12-19T20:59:19.911Z Compiling clap_derive v4.5.18
4702024-12-19T20:59:21.096Z Compiling scroll v0.12.0
4712024-12-19T20:59:21.619Z Compiling goblin v0.8.2
4722024-12-19T20:59:21.667Z Compiling zerocopy v0.7.35
4732024-12-19T20:59:22.579Z Compiling pest v2.7.14
4742024-12-19T20:59:23.799Z Compiling clap v4.5.21
4752024-12-19T20:59:24.858Z Compiling pest_meta v2.7.14
4762024-12-19T20:59:25.706Z Compiling pest_generator v2.7.14
4772024-12-19T20:59:27.504Z Compiling pest_derive v2.7.14
4782024-12-19T20:59:28.204Z Compiling dtrace-parser v0.2.0
4792024-12-19T20:59:29.933Z Compiling serde_tokenstream v0.2.2
4802024-12-19T20:59:30.069Z Compiling serde_spanned v0.6.8
4812024-12-19T20:59:30.069Z Compiling toml_datetime v0.6.8
4822024-12-19T20:59:30.319Z Compiling cargo-platform v0.1.8
4832024-12-19T20:59:30.469Z Compiling toml_edit v0.22.22
4842024-12-19T20:59:30.519Z Compiling macaddr v1.0.1
4852024-12-19T20:59:30.845Z Compiling camino-tempfile v1.1.1
4862024-12-19T20:59:31.415Z Compiling dof v0.3.0
4872024-12-19T20:59:31.539Z Compiling cargo_metadata v0.18.1
4882024-12-19T20:59:33.097Z Compiling usdt-attr-macro v0.5.0
4892024-12-19T20:59:33.097Z Compiling usdt-macro v0.5.0
4902024-12-19T20:59:33.298Z Compiling toml v0.8.19
4912024-12-19T20:59:34.201Z Compiling cargo_toml v0.20.5
4922024-12-19T20:59:34.322Z Compiling usdt v0.5.0
4932024-12-19T20:59:37.708Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-12-19T20:59:41.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s
4952024-12-19T20:59:42.151Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-12-19T20:59:42.683Z Downloading crates ...
4972024-12-19T20:59:42.796Z Downloaded async-recursion v1.1.1
4982024-12-19T20:59:42.810Z Downloaded async-stream v0.3.6
4992024-12-19T20:59:42.815Z Downloaded ciborium-io v0.2.2
5002024-12-19T20:59:42.823Z Downloaded atomicwrites v0.4.4
5012024-12-19T20:59:42.835Z Downloaded cfg_aliases v0.1.1
5022024-12-19T20:59:42.837Z Downloaded darling v0.20.10
5032024-12-19T20:59:42.840Z Downloaded cstr-argument v0.1.2
5042024-12-19T20:59:42.840Z Downloaded crucible-workspace-hack v0.1.0
5052024-12-19T20:59:42.843Z Downloaded cfg_aliases v0.2.1
5062024-12-19T20:59:42.846Z Downloaded async-stream-impl v0.3.6
5072024-12-19T20:59:42.850Z Downloaded array-init v0.0.4
5082024-12-19T20:59:42.854Z Downloaded addr2line v0.24.2
5092024-12-19T20:59:42.857Z Downloaded instant v0.1.13
5102024-12-19T20:59:42.861Z Downloaded headers-core v0.3.0
5112024-12-19T20:59:42.863Z Downloaded crunchy v0.2.2
5122024-12-19T20:59:42.868Z Downloaded assert_matches v1.5.0
5132024-12-19T20:59:42.868Z Downloaded aead v0.5.2
5142024-12-19T20:59:42.872Z Downloaded cmake v0.1.51
5152024-12-19T20:59:42.872Z Downloaded arrayref v0.3.9
5162024-12-19T20:59:42.876Z Downloaded is_ci v1.2.0
5172024-12-19T20:59:42.876Z Downloaded cobs v0.2.3
5182024-12-19T20:59:42.876Z Downloaded chacha20 v0.9.1
5192024-12-19T20:59:42.879Z Downloaded convert_case v0.4.0
5202024-12-19T20:59:42.879Z Downloaded http-body v1.0.1
5212024-12-19T20:59:42.879Z Downloaded ident_case v1.0.1
5222024-12-19T20:59:42.882Z Downloaded castaway v0.2.3
5232024-12-19T20:59:42.882Z Downloaded chrono-tz-build v0.4.0
5242024-12-19T20:59:42.885Z Downloaded md5 v0.7.0
5252024-12-19T20:59:42.885Z Downloaded base16ct v0.2.0
5262024-12-19T20:59:42.887Z Downloaded icu_provider_macros v1.5.0
5272024-12-19T20:59:42.887Z Downloaded inout v0.1.3
5282024-12-19T20:59:42.890Z Downloaded highway v1.2.0
5292024-12-19T20:59:42.894Z Downloaded matches v0.1.10
5302024-12-19T20:59:42.894Z Downloaded match_cfg v0.1.0
5312024-12-19T20:59:42.897Z Downloaded hex-literal v0.4.1
5322024-12-19T20:59:42.897Z Downloaded buf-list v1.0.3
5332024-12-19T20:59:42.900Z Downloaded bb8 v0.8.5
5342024-12-19T20:59:42.903Z Downloaded instability v0.3.2
5352024-12-19T20:59:42.903Z Downloaded curve25519-dalek-derive v0.1.1
5362024-12-19T20:59:42.906Z Downloaded atty v0.2.14
5372024-12-19T20:59:42.906Z Downloaded lru-cache v0.1.2
5382024-12-19T20:59:42.909Z Downloaded lazy_static v1.5.0
5392024-12-19T20:59:42.911Z Downloaded hostname v0.3.1
5402024-12-19T20:59:42.911Z Downloaded arrayvec v0.7.6
5412024-12-19T20:59:42.915Z Downloaded lockfree-object-pool v0.1.6
5422024-12-19T20:59:42.918Z Downloaded md-5 v0.10.6
5432024-12-19T20:59:42.922Z Downloaded const_format_proc_macros v0.2.33
5442024-12-19T20:59:42.925Z Downloaded libsw v3.3.1
5452024-12-19T20:59:42.925Z Downloaded maplit v1.0.2
5462024-12-19T20:59:42.927Z Downloaded lru v0.12.5
5472024-12-19T20:59:42.930Z Downloaded linked-hash-map v0.5.6
5482024-12-19T20:59:42.930Z Downloaded crossbeam-deque v0.8.5
5492024-12-19T20:59:42.933Z Downloaded lalrpop-util v0.19.12
5502024-12-19T20:59:42.933Z Downloaded keccak v0.1.5
5512024-12-19T20:59:42.936Z Downloaded constant_time_eq v0.3.1
5522024-12-19T20:59:42.939Z Downloaded cipher v0.4.4
5532024-12-19T20:59:42.939Z Downloaded ctr v0.9.2
5542024-12-19T20:59:42.943Z Downloaded memoffset v0.9.1
5552024-12-19T20:59:42.948Z Downloaded bcrypt-pbkdf v0.10.0
5562024-12-19T20:59:42.948Z Downloaded mirai-annotations v1.12.0
5572024-12-19T20:59:42.948Z Downloaded hubpack_derive v0.1.1
5582024-12-19T20:59:42.948Z Downloaded httpdate v1.0.3
5592024-12-19T20:59:42.951Z Downloaded http-range v0.1.5
5602024-12-19T20:59:42.951Z Downloaded async-bb8-diesel v0.2.1
5612024-12-19T20:59:42.955Z Downloaded home v0.5.9
5622024-12-19T20:59:42.955Z Downloaded colored v2.1.0
5632024-12-19T20:59:42.966Z Downloaded crc32fast v1.4.2
5642024-12-19T20:59:42.966Z Downloaded bzip2 v0.4.4
5652024-12-19T20:59:42.966Z Downloaded hyper-rustls v0.27.3
5662024-12-19T20:59:42.966Z Downloaded libefi-sys v0.1.0
5672024-12-19T20:59:42.969Z Downloaded maybe-uninit v2.0.0
5682024-12-19T20:59:42.969Z Downloaded ipnetwork v0.20.0
5692024-12-19T20:59:42.972Z Downloaded csv-core v0.1.11
5702024-12-19T20:59:42.972Z Downloaded blowfish v0.9.1
5712024-12-19T20:59:42.975Z Downloaded bit-set v0.5.3
5722024-12-19T20:59:42.975Z Downloaded lock_api v0.4.12
5732024-12-19T20:59:42.978Z Downloaded kstat-rs v0.2.4
5742024-12-19T20:59:42.981Z Downloaded linear-map v1.2.0
5752024-12-19T20:59:42.981Z Downloaded console v0.15.8
5762024-12-19T20:59:42.984Z Downloaded blake2 v0.10.6
5772024-12-19T20:59:42.989Z Downloaded ref-cast-impl v1.0.23
5782024-12-19T20:59:42.992Z Downloaded ref-cast v1.0.23
5792024-12-19T20:59:42.992Z Downloaded memmap2 v0.9.5
5802024-12-19T20:59:42.995Z Downloaded mockall v0.13.0
5812024-12-19T20:59:42.997Z Downloaded mime_guess v2.0.5
5822024-12-19T20:59:42.997Z Downloaded icu_locid_transform v1.5.0
5832024-12-19T20:59:43.002Z Downloaded write16 v1.0.0
5842024-12-19T20:59:43.004Z Downloaded indoc v1.0.9
5852024-12-19T20:59:43.008Z Downloaded mime v0.3.17
5862024-12-19T20:59:43.008Z Downloaded cancel-safe-futures v0.1.5
5872024-12-19T20:59:43.011Z Downloaded want v0.3.1
5882024-12-19T20:59:43.013Z Downloaded cookie_store v0.21.0
5892024-12-19T20:59:43.016Z Downloaded yoke-derive v0.7.4
5902024-12-19T20:59:43.016Z Downloaded icu_normalizer v1.5.0
5912024-12-19T20:59:43.019Z Downloaded iana-time-zone v0.1.61
5922024-12-19T20:59:43.023Z Downloaded fxhash v0.2.1
5932024-12-19T20:59:43.027Z Downloaded indexmap v1.9.3
5942024-12-19T20:59:43.032Z Downloaded thread_local v1.1.8
5952024-12-19T20:59:43.033Z Downloaded subtle v2.6.1
5962024-12-19T20:59:43.036Z Downloaded lazycell v1.3.0
5972024-12-19T20:59:43.036Z Downloaded cookie v0.18.1
5982024-12-19T20:59:43.036Z Downloaded icu_locid_transform_data v1.5.0
5992024-12-19T20:59:43.040Z Downloaded crc-any v2.5.0
6002024-12-19T20:59:43.043Z Downloaded hmac v0.12.1
6012024-12-19T20:59:43.046Z Downloaded scrypt v0.11.0
6022024-12-19T20:59:43.046Z Downloaded scopeguard v1.2.0
6032024-12-19T20:59:43.049Z Downloaded mockall_derive v0.13.0
6042024-12-19T20:59:43.052Z Downloaded rustversion v1.0.17
6052024-12-19T20:59:43.054Z Downloaded icu_normalizer_data v1.5.0
6062024-12-19T20:59:43.057Z Downloaded ahash v0.8.11
6072024-12-19T20:59:43.060Z Downloaded slog-scope v4.4.0
6082024-12-19T20:59:43.063Z Downloaded unicode-truncate v1.1.0
6092024-12-19T20:59:43.064Z Downloaded structmeta v0.2.0
6102024-12-19T20:59:43.069Z Downloaded stable_deref_trait v1.2.0
6112024-12-19T20:59:43.069Z Downloaded tokio-native-tls v0.3.1
6122024-12-19T20:59:43.069Z Downloaded tokio-macros v2.4.0
6132024-12-19T20:59:43.073Z Downloaded new_debug_unreachable v1.0.6
6142024-12-19T20:59:43.073Z Downloaded hickory-server v0.24.1
6152024-12-19T20:59:43.076Z Downloaded peg-runtime v0.8.3
6162024-12-19T20:59:43.079Z Downloaded crossbeam-utils v0.8.20
6172024-12-19T20:59:43.081Z Downloaded defmt-parser v0.3.4
6182024-12-19T20:59:43.081Z Downloaded diesel_table_macro_syntax v0.2.0
6192024-12-19T20:59:43.084Z Downloaded siphasher v0.3.11
6202024-12-19T20:59:43.084Z Downloaded dunce v1.0.5
6212024-12-19T20:59:43.087Z Downloaded dsl_auto_type v0.1.2
6222024-12-19T20:59:43.087Z Downloaded hyper-util v0.1.10
6232024-12-19T20:59:43.092Z Downloaded gethostname v0.5.0
6242024-12-19T20:59:43.097Z Downloaded allocator-api2 v0.2.18
6252024-12-19T20:59:43.099Z Downloaded float-ord v0.3.2
6262024-12-19T20:59:43.099Z Downloaded chacha20poly1305 v0.10.1
6272024-12-19T20:59:43.102Z Downloaded bytes v1.8.0
6282024-12-19T20:59:43.106Z Downloaded compact_str v0.8.0
6292024-12-19T20:59:43.112Z Downloaded icu_provider v1.5.0
6302024-12-19T20:59:43.114Z Downloaded miniz_oxide v0.8.0
6312024-12-19T20:59:43.118Z Downloaded rfc6979 v0.4.0
6322024-12-19T20:59:43.121Z Downloaded serde_derive_internals v0.29.1
6332024-12-19T20:59:43.121Z Downloaded sync-ptr v0.1.1
6342024-12-19T20:59:43.124Z Downloaded tokio-tungstenite v0.21.0
6352024-12-19T20:59:43.127Z Downloaded tokio-rustls v0.26.0
6362024-12-19T20:59:43.130Z Downloaded nodrop v0.1.14
6372024-12-19T20:59:43.130Z Downloaded strum v0.26.3
6382024-12-19T20:59:43.134Z Downloaded tokio-rustls v0.24.1
6392024-12-19T20:59:43.135Z Downloaded strip-ansi-escapes v0.2.0
6402024-12-19T20:59:43.137Z Downloaded num-iter v0.1.45
6412024-12-19T20:59:43.137Z Downloaded num-derive v0.4.2
6422024-12-19T20:59:43.141Z Downloaded ipnet v2.10.1
6432024-12-19T20:59:43.141Z Downloaded yasna v0.5.2
6442024-12-19T20:59:43.146Z Downloaded zerofrom v0.1.4
6452024-12-19T20:59:43.149Z Downloaded tower-service v0.3.3
6462024-12-19T20:59:43.149Z Downloaded phf_shared v0.11.2
6472024-12-19T20:59:43.149Z Downloaded pem v3.0.4
6482024-12-19T20:59:43.149Z Downloaded snafu-derive v0.8.5
6492024-12-19T20:59:43.152Z Downloaded russh-keys v0.45.0
6502024-12-19T20:59:43.155Z Downloaded rustls-pemfile v1.0.4
6512024-12-19T20:59:43.158Z Downloaded progenitor v0.8.0
6522024-12-19T20:59:43.162Z Downloaded polyval v0.6.2
6532024-12-19T20:59:43.163Z Downloaded resolv-conf v0.7.0
6542024-12-19T20:59:43.165Z Downloaded test-strategy v0.3.1
6552024-12-19T20:59:43.168Z Downloaded base64 v0.21.7
6562024-12-19T20:59:43.172Z Downloaded arc-swap v1.7.1
6572024-12-19T20:59:43.177Z Downloaded endian-type v0.1.2
6582024-12-19T20:59:43.181Z Downloaded bumpalo v3.16.0
6592024-12-19T20:59:43.185Z Downloaded schemars_derive v0.8.21
6602024-12-19T20:59:43.188Z Downloaded scheduled-thread-pool v0.2.7
6612024-12-19T20:59:43.188Z Downloaded futures-channel v0.3.31
6622024-12-19T20:59:43.191Z Downloaded opaque-debug v0.3.1
6632024-12-19T20:59:43.191Z Downloaded sec1 v0.7.3
6642024-12-19T20:59:43.195Z Downloaded hashlink v0.9.1
6652024-12-19T20:59:43.195Z Downloaded smf v0.2.3
6662024-12-19T20:59:43.198Z Downloaded same-file v1.0.6
6672024-12-19T20:59:43.198Z Downloaded base64 v0.22.1
6682024-12-19T20:59:43.202Z Downloaded foreign-types v0.3.2
6692024-12-19T20:59:43.205Z Downloaded termcolor v1.4.1
6702024-12-19T20:59:43.205Z Downloaded tap v1.0.1
6712024-12-19T20:59:43.208Z Downloaded utf8_iter v1.0.4
6722024-12-19T20:59:43.208Z Downloaded diff v0.1.13
6732024-12-19T20:59:43.213Z Downloaded newline-converter v0.3.0
6742024-12-19T20:59:43.215Z Downloaded zeroize v1.8.1
6752024-12-19T20:59:43.225Z Downloaded path-slash v0.1.5
6762024-12-19T20:59:43.230Z Downloaded hickory-client v0.24.1
6772024-12-19T20:59:43.232Z Downloaded parse-size v1.1.0
6782024-12-19T20:59:43.233Z Downloaded difflib v0.4.0
6792024-12-19T20:59:43.233Z Downloaded zerofrom-derive v0.1.4
6802024-12-19T20:59:43.236Z Downloaded sct v0.7.1
6812024-12-19T20:59:43.239Z Downloaded icu_collections v1.5.0
6822024-12-19T20:59:43.245Z Downloaded futures v0.3.31
6832024-12-19T20:59:43.252Z Downloaded dirs-sys-next v0.1.2
6842024-12-19T20:59:43.254Z Downloaded dirs-next v2.0.0
6852024-12-19T20:59:43.255Z Downloaded backtrace v0.3.74
6862024-12-19T20:59:43.259Z Downloaded half v2.4.1
6872024-12-19T20:59:43.263Z Downloaded multimap v0.10.0
6882024-12-19T20:59:43.267Z Downloaded parse-display-derive v0.10.0
6892024-12-19T20:59:43.271Z Downloaded parse-display v0.10.0
6902024-12-19T20:59:43.271Z Downloaded sqlformat v0.2.6
6912024-12-19T20:59:43.271Z Downloaded termtree v0.4.1
6922024-12-19T20:59:43.275Z Downloaded tar v0.4.42
6932024-12-19T20:59:43.276Z Downloaded foreign-types v0.5.0
6942024-12-19T20:59:43.281Z Downloaded enum-as-inner v0.5.1
6952024-12-19T20:59:43.281Z Downloaded foldhash v0.1.3
6962024-12-19T20:59:43.281Z Downloaded psl-types v2.0.11
6972024-12-19T20:59:43.285Z Downloaded nanorand v0.7.0
6982024-12-19T20:59:43.285Z Downloaded rand_core v0.6.4
6992024-12-19T20:59:43.289Z Downloaded diesel_derives v2.2.3
7002024-12-19T20:59:43.292Z Downloaded num-conv v0.1.0
7012024-12-19T20:59:43.292Z Downloaded normalize-line-endings v0.3.0
7022024-12-19T20:59:43.295Z Downloaded derive_builder_macro v0.20.2
7032024-12-19T20:59:43.295Z Downloaded pbkdf2 v0.11.0
7042024-12-19T20:59:43.298Z Downloaded slog-async v2.8.0
7052024-12-19T20:59:43.300Z Downloaded salsa20 v0.10.2
7062024-12-19T20:59:43.300Z Downloaded pin-project v1.1.6
7072024-12-19T20:59:43.313Z Downloaded mio v1.0.2
7082024-12-19T20:59:43.320Z Downloaded strum_macros v0.24.3
7092024-12-19T20:59:43.323Z Downloaded sync_wrapper v1.0.1
7102024-12-19T20:59:43.325Z Downloaded globset v0.4.15
7112024-12-19T20:59:43.328Z Downloaded utf16_iter v1.0.5
7122024-12-19T20:59:43.328Z Downloaded unicase v2.7.0
7132024-12-19T20:59:43.330Z Downloaded openssl-macros v0.1.1
7142024-12-19T20:59:43.330Z Downloaded zerovec-derive v0.10.3
7152024-12-19T20:59:43.333Z Downloaded termios v0.3.3
7162024-12-19T20:59:43.336Z Downloaded term v0.7.0
7172024-12-19T20:59:43.339Z Downloaded spin v0.5.2
7182024-12-19T20:59:43.341Z Downloaded serde-big-array v0.5.1
7192024-12-19T20:59:43.344Z Downloaded rustc-hash v1.1.0
7202024-12-19T20:59:43.344Z Downloaded ppv-lite86 v0.2.20
7212024-12-19T20:59:43.347Z Downloaded num_enum_derive v0.5.11
7222024-12-19T20:59:43.348Z Downloaded p256 v0.13.2
7232024-12-19T20:59:43.352Z Downloaded newtype_derive v0.1.6
7242024-12-19T20:59:43.354Z Downloaded futures-core v0.3.31
7252024-12-19T20:59:43.354Z Downloaded funty v2.0.0
7262024-12-19T20:59:43.357Z Downloaded fixedbitset v0.4.2
7272024-12-19T20:59:43.357Z Downloaded filetime v0.2.25
7282024-12-19T20:59:43.359Z Downloaded either v1.13.0
7292024-12-19T20:59:43.363Z Downloaded deranged v0.3.11
7302024-12-19T20:59:43.363Z Downloaded password-hash v0.5.0
7312024-12-19T20:59:43.366Z Downloaded derive-where v1.2.7
7322024-12-19T20:59:43.369Z Downloaded darling_macro v0.20.10
7332024-12-19T20:59:43.372Z Downloaded schemars v0.8.21
7342024-12-19T20:59:43.383Z Downloaded vte_generate_state_changes v0.1.2
7352024-12-19T20:59:43.385Z Downloaded semver v0.1.20
7362024-12-19T20:59:43.388Z Downloaded phf_generator v0.11.2
7372024-12-19T20:59:43.388Z Downloaded env_filter v0.1.2
7382024-12-19T20:59:43.391Z Downloaded phf_codegen v0.11.2
7392024-12-19T20:59:43.391Z Downloaded phf v0.11.2
7402024-12-19T20:59:43.394Z Downloaded thiserror v2.0.3
7412024-12-19T20:59:43.398Z Downloaded rand_xorshift v0.3.0
7422024-12-19T20:59:43.401Z Downloaded synstructure v0.13.1
7432024-12-19T20:59:43.404Z Downloaded tabwriter v1.4.0
7442024-12-19T20:59:43.404Z Downloaded static_assertions v1.1.0
7452024-12-19T20:59:43.406Z Downloaded der_derive v0.7.3
7462024-12-19T20:59:43.409Z Downloaded serde_path_to_error v0.1.16
7472024-12-19T20:59:43.409Z Downloaded headers v0.4.0
7482024-12-19T20:59:43.415Z Downloaded serde-hex v0.1.0
7492024-12-19T20:59:43.417Z Downloaded tls_codec_derive v0.4.1
7502024-12-19T20:59:43.420Z Downloaded russh-cryptovec v0.7.3
7512024-12-19T20:59:43.422Z Downloaded group v0.13.0
7522024-12-19T20:59:43.422Z Downloaded topological-sort v0.2.2
7532024-12-19T20:59:43.425Z Downloaded rusty-fork v0.3.0
7542024-12-19T20:59:43.425Z Downloaded uzers v0.12.1
7552024-12-19T20:59:43.428Z Downloaded unarray v0.1.4
7562024-12-19T20:59:43.431Z Downloaded libm v0.2.8
7572024-12-19T20:59:43.439Z Downloaded tinyvec_macros v0.1.1
7582024-12-19T20:59:43.442Z Downloaded itertools v0.10.5
7592024-12-19T20:59:43.447Z Downloaded sqlparser_derive v0.2.2
7602024-12-19T20:59:43.450Z Downloaded sigpipe v0.1.3
7612024-12-19T20:59:43.451Z Downloaded xattr v1.3.1
7622024-12-19T20:59:43.454Z Downloaded debug-ignore v1.0.5
7632024-12-19T20:59:43.457Z Downloaded flume v0.11.1
7642024-12-19T20:59:43.460Z Downloaded zone_cfg_derive v0.1.2
7652024-12-19T20:59:43.460Z Downloaded tracing-core v0.1.32
7662024-12-19T20:59:43.463Z Downloaded packed_struct v0.10.1
7672024-12-19T20:59:43.466Z Downloaded phf_shared v0.10.0
7682024-12-19T20:59:43.466Z Downloaded futures-sink v0.3.31
7692024-12-19T20:59:43.469Z Downloaded futures-macro v0.3.31
7702024-12-19T20:59:43.469Z Downloaded futures-io v0.3.31
7712024-12-19T20:59:43.472Z Downloaded vergen v8.3.2
7722024-12-19T20:59:43.474Z Downloaded pkg-config v0.3.31
7732024-12-19T20:59:43.477Z Downloaded pin-utils v0.1.0
7742024-12-19T20:59:43.477Z Downloaded olpc-cjson v0.1.4
7752024-12-19T20:59:43.480Z Downloaded tracing v0.1.40
7762024-12-19T20:59:43.483Z Downloaded rustc_version v0.1.7
7772024-12-19T20:59:43.486Z Downloaded rustls-pemfile v2.2.0
7782024-12-19T20:59:43.488Z Downloaded prettyplease v0.2.25
7792024-12-19T20:59:43.491Z Downloaded parse-zoneinfo v0.3.1
7802024-12-19T20:59:43.494Z Downloaded flate2 v1.0.34
7812024-12-19T20:59:43.500Z Downloaded samael v0.0.17
7822024-12-19T20:59:43.507Z Downloaded time-core v0.1.2
7832024-12-19T20:59:43.510Z Downloaded num-traits v0.2.19
7842024-12-19T20:59:43.512Z Downloaded socket2 v0.5.7
7852024-12-19T20:59:43.516Z Downloaded tinystr v0.7.6
7862024-12-19T20:59:43.519Z Downloaded tls_codec v0.4.1
7872024-12-19T20:59:43.522Z Downloaded tiny-keccak v2.0.2
7882024-12-19T20:59:43.525Z Downloaded vsss-rs v3.3.4
7892024-12-19T20:59:43.529Z Downloaded defmt v0.3.8
7902024-12-19T20:59:43.532Z Downloaded parking_lot v0.12.3
7912024-12-19T20:59:43.532Z Downloaded pretty-hex v0.2.1
7922024-12-19T20:59:43.534Z Downloaded num v0.4.3
7932024-12-19T20:59:43.537Z Downloaded ed25519 v2.2.3
7942024-12-19T20:59:43.537Z Downloaded pin-project-lite v0.2.14
7952024-12-19T20:59:43.543Z Downloaded percent-encoding v2.3.1
7962024-12-19T20:59:43.546Z Downloaded powerfmt v0.2.0
7972024-12-19T20:59:43.548Z Downloaded postgres-protocol v0.6.7
7982024-12-19T20:59:43.551Z Downloaded peg-macros v0.8.4
7992024-12-19T20:59:43.555Z Downloaded rustc-demangle v0.1.24
8002024-12-19T20:59:43.555Z Downloaded rustls-pki-types v1.9.0
8012024-12-19T20:59:43.558Z Downloaded hyper v1.5.0
8022024-12-19T20:59:43.565Z Downloaded unicode-bidi v0.3.17
8032024-12-19T20:59:43.568Z Downloaded downcast v0.11.0
8042024-12-19T20:59:43.572Z Downloaded unicode-xid v0.2.6
8052024-12-19T20:59:43.575Z Downloaded ssh-encoding v0.2.0
8062024-12-19T20:59:43.575Z Downloaded itertools v0.13.0
8072024-12-19T20:59:43.581Z Downloaded openssl-probe v0.1.5
8082024-12-19T20:59:43.584Z Downloaded ghash v0.5.1
8092024-12-19T20:59:43.588Z Downloaded hash32 v0.3.1
8102024-12-19T20:59:43.588Z Downloaded ff v0.13.0
8112024-12-19T20:59:43.591Z Downloaded tokio-tungstenite v0.23.1
8122024-12-19T20:59:43.591Z Downloaded aes-gcm v0.10.3
8132024-12-19T20:59:43.595Z Downloaded nu-ansi-term v0.50.1
8142024-12-19T20:59:43.598Z Downloaded number_prefix v0.4.0
8152024-12-19T20:59:43.600Z Downloaded waitgroup v0.1.2
8162024-12-19T20:59:43.600Z Downloaded zone v0.1.8
8172024-12-19T20:59:43.604Z Downloaded hash32 v0.2.1
8182024-12-19T20:59:43.604Z Downloaded getrandom v0.2.15
8192024-12-19T20:59:43.606Z Downloaded num_threads v0.1.7
8202024-12-19T20:59:43.609Z Downloaded signature v2.2.0
8212024-12-19T20:59:43.612Z Downloaded r2d2 v0.8.10
8222024-12-19T20:59:43.615Z Downloaded pin-project-internal v1.1.6
8232024-12-19T20:59:43.615Z Downloaded typify-macro v0.2.0
8242024-12-19T20:59:43.615Z Downloaded slog-envlogger v2.2.0
8252024-12-19T20:59:43.617Z Downloaded rpassword v7.3.1
8262024-12-19T20:59:43.620Z Downloaded pem-rfc7468 v0.7.0
8272024-12-19T20:59:43.623Z Downloaded ed25519-dalek v2.1.1
8282024-12-19T20:59:43.626Z Downloaded nom v7.1.3
8292024-12-19T20:59:43.631Z Downloaded thiserror-no-std v2.0.2
8302024-12-19T20:59:43.636Z Downloaded thiserror-impl-no-std v2.0.2
8312024-12-19T20:59:43.638Z Downloaded oso-derive v0.27.3
8322024-12-19T20:59:43.638Z Downloaded wait-timeout v0.2.0
8332024-12-19T20:59:43.642Z Downloaded aho-corasick v1.1.3
8342024-12-19T20:59:43.647Z Downloaded heck v0.3.3
8352024-12-19T20:59:43.649Z Downloaded enum-as-inner v0.6.1
8362024-12-19T20:59:43.653Z Downloaded shlex v1.3.0
8372024-12-19T20:59:43.653Z Downloaded ena v0.14.3
8382024-12-19T20:59:43.657Z Downloaded dropshot_endpoint v0.13.0
8392024-12-19T20:59:43.659Z Downloaded toml v0.7.8
8402024-12-19T20:59:43.662Z Downloaded postgres-types v0.2.8
8412024-12-19T20:59:43.666Z Downloaded fatfs v0.3.6
8422024-12-19T20:59:43.669Z Downloaded darling_core v0.20.10
8432024-12-19T20:59:43.673Z Downloaded foreign-types-shared v0.3.1
8442024-12-19T20:59:43.676Z Downloaded zone_cfg_derive v0.3.0
8452024-12-19T20:59:43.676Z Downloaded try-lock v0.2.5
8462024-12-19T20:59:43.676Z Downloaded progenitor-client v0.8.0
8472024-12-19T20:59:43.679Z Downloaded sha1 v0.10.6
8482024-12-19T20:59:43.679Z Downloaded tui-tree-widget v0.22.0
8492024-12-19T20:59:43.681Z Downloaded slog-term v2.9.1
8502024-12-19T20:59:43.684Z Downloaded rustfmt-wrapper v0.2.1
8512024-12-19T20:59:43.687Z Downloaded num_enum v0.5.11
8522024-12-19T20:59:43.692Z Downloaded fallible-streaming-iterator v0.1.9
8532024-12-19T20:59:43.698Z Downloaded serde_urlencoded v0.7.1
8542024-12-19T20:59:43.698Z Downloaded signal-hook-tokio v0.3.1
8552024-12-19T20:59:43.698Z Downloaded zerovec v0.10.4
8562024-12-19T20:59:43.702Z Downloaded unicode-properties v0.1.3
8572024-12-19T20:59:43.705Z Downloaded foreign-types-shared v0.1.1
8582024-12-19T20:59:43.707Z Downloaded untrusted v0.7.1
8592024-12-19T20:59:43.707Z Downloaded smallvec v0.6.14
8602024-12-19T20:59:43.709Z Downloaded precomputed-hash v0.1.1
8612024-12-19T20:59:43.712Z Downloaded serde_plain v1.0.2
8622024-12-19T20:59:43.712Z Downloaded walkdir v2.5.0
8632024-12-19T20:59:43.714Z Downloaded fallible-iterator v0.2.0
8642024-12-19T20:59:43.717Z Downloaded fallible-iterator v0.3.0
8652024-12-19T20:59:43.717Z Downloaded serde_with v3.11.0
8662024-12-19T20:59:43.726Z Downloaded embedded-io v0.4.0
8672024-12-19T20:59:43.729Z Downloaded embedded-io v0.6.1
8682024-12-19T20:59:43.732Z Downloaded writeable v0.5.5
8692024-12-19T20:59:43.734Z Downloaded progenitor-macro v0.8.0
8702024-12-19T20:59:43.734Z Downloaded signal-hook-registry v1.4.2
8712024-12-19T20:59:43.737Z Downloaded take_mut v0.2.2
8722024-12-19T20:59:43.737Z Downloaded dhcproto-macros v0.1.0
8732024-12-19T20:59:43.737Z Downloaded blake3 v1.5.4
8742024-12-19T20:59:43.745Z Downloaded predicates-core v1.0.8
8752024-12-19T20:59:43.749Z Downloaded radium v0.7.0
8762024-12-19T20:59:43.749Z Downloaded strum_macros v0.25.3
8772024-12-19T20:59:43.752Z Downloaded structmeta-derive v0.2.0
8782024-12-19T20:59:43.752Z Downloaded multer v3.1.0
8792024-12-19T20:59:43.755Z Downloaded hex v0.4.3
8802024-12-19T20:59:43.760Z Downloaded signal-hook v0.3.17
8812024-12-19T20:59:43.763Z Downloaded slog-stdlog v4.1.1
8822024-12-19T20:59:43.763Z Downloaded num-bigint-dig v0.8.4
8832024-12-19T20:59:43.766Z Downloaded nibble_vec v0.1.0
8842024-12-19T20:59:43.770Z Downloaded newtype-uuid v1.1.3
8852024-12-19T20:59:43.773Z Downloaded foreign-types-macros v0.2.3
8862024-12-19T20:59:43.773Z Downloaded der v0.7.9
8872024-12-19T20:59:43.777Z Downloaded utf-8 v0.7.6
8882024-12-19T20:59:43.780Z Downloaded expectorate v1.1.0
8892024-12-19T20:59:43.780Z Downloaded omicron-zone-package v0.11.1
8902024-12-19T20:59:43.783Z Downloaded toolchain_find v0.4.0
8912024-12-19T20:59:43.786Z Downloaded flagset v0.4.6
8922024-12-19T20:59:43.786Z Downloaded des v0.8.1
8932024-12-19T20:59:43.788Z Downloaded structmeta v0.3.0
8942024-12-19T20:59:43.791Z Downloaded stringprep v0.1.5
8952024-12-19T20:59:43.791Z Downloaded untrusted v0.9.0
8962024-12-19T20:59:43.794Z Downloaded x509-cert v0.2.5
8972024-12-19T20:59:43.799Z Downloaded proc-macro-crate v1.3.1
8982024-12-19T20:59:43.802Z Downloaded tungstenite v0.21.0
8992024-12-19T20:59:43.805Z Downloaded thiserror-impl v2.0.3
9002024-12-19T20:59:43.809Z Downloaded sqlparser v0.45.0
9012024-12-19T20:59:43.813Z Downloaded unicode_categories v0.1.1
9022024-12-19T20:59:43.816Z Downloaded predicates-tree v1.0.11
9032024-12-19T20:59:43.816Z Downloaded slog-dtrace v0.3.0
9042024-12-19T20:59:43.821Z Downloaded slab v0.4.9
9052024-12-19T20:59:43.821Z Downloaded toml_edit v0.19.15
9062024-12-19T20:59:43.837Z Downloaded predicates v3.1.2
9072024-12-19T20:59:43.840Z Downloaded rustls-webpki v0.102.8
9082024-12-19T20:59:43.858Z Downloaded strum_macros v0.26.4
9092024-12-19T20:59:43.861Z Downloaded chrono v0.4.38
9102024-12-19T20:59:43.868Z Downloaded lalrpop v0.19.12
9112024-12-19T20:59:43.880Z Downloaded ron v0.7.1
9122024-12-19T20:59:43.885Z Downloaded quick-xml v0.33.0
9132024-12-19T20:59:43.891Z Downloaded bitvec v1.0.1
9142024-12-19T20:59:43.907Z Downloaded num-complex v0.4.6
9152024-12-19T20:59:43.910Z Downloaded zopfli v0.8.1
9162024-12-19T20:59:43.913Z Downloaded heapless v0.8.0
9172024-12-19T20:59:43.916Z Downloaded rustyline v14.0.0
9182024-12-19T20:59:43.920Z Downloaded derive_more v0.99.18
9192024-12-19T20:59:43.925Z Downloaded zerocopy-derive v0.8.10
9202024-12-19T20:59:43.931Z Downloaded unicode-normalization v0.1.24
9212024-12-19T20:59:43.935Z Downloaded hashbrown v0.12.3
9222024-12-19T20:59:43.939Z Downloaded zerocopy v0.8.10
9232024-12-19T20:59:43.964Z Downloaded unsafe-libyaml v0.2.11
9242024-12-19T20:59:43.967Z Downloaded hashbrown v0.13.2
9252024-12-19T20:59:43.973Z Downloaded idna v0.5.0
9262024-12-19T20:59:43.979Z Downloaded ron v0.8.1
9272024-12-19T20:59:43.985Z Downloaded salty v0.3.0
9282024-12-19T20:59:44.004Z Downloaded rcgen v0.12.1
9292024-12-19T20:59:44.007Z Downloaded url v2.5.3
9302024-12-19T20:59:44.011Z Downloaded publicsuffix v2.2.3
9312024-12-19T20:59:44.015Z Downloaded num-bigint v0.4.6
9322024-12-19T20:59:44.023Z Downloaded proptest v1.5.0
9332024-12-19T20:59:44.038Z Downloaded vcpkg v0.2.15
9342024-12-19T20:59:44.079Z Downloaded ssh-key v0.6.6
9352024-12-19T20:59:44.085Z Downloaded idna v0.3.0
9362024-12-19T20:59:44.092Z Downloaded unicode-width v0.2.0
9372024-12-19T20:59:44.098Z Downloaded rusqlite v0.32.1
9382024-12-19T20:59:44.107Z Downloaded hashbrown v0.14.5
9392024-12-19T20:59:44.110Z Downloaded reedline v0.35.0
9402024-12-19T20:59:44.119Z Downloaded winnow v0.5.40
9412024-12-19T20:59:44.128Z Downloaded p384 v0.13.0
9422024-12-19T20:59:44.134Z Downloaded h2 v0.4.6
9432024-12-19T20:59:44.141Z Downloaded rustls v0.23.14
9442024-12-19T20:59:44.153Z Downloaded p521 v0.13.3
9452024-12-19T20:59:44.158Z Downloaded webpki-roots v0.26.6
9462024-12-19T20:59:44.162Z Downloaded polar-core v0.27.3
9472024-12-19T20:59:44.170Z Downloaded petname v2.0.2
9482024-12-19T20:59:44.176Z Downloaded regex v1.11.1
9492024-12-19T20:59:44.190Z Downloaded hickory-proto v0.24.1
9502024-12-19T20:59:44.208Z Downloaded git2 v0.19.0
9512024-12-19T20:59:44.214Z Downloaded curve25519-dalek v4.1.3
9522024-12-19T20:59:44.224Z Downloaded quinn-proto v0.11.8
9532024-12-19T20:59:44.230Z Downloaded idna v0.2.3
9542024-12-19T20:59:44.238Z Downloaded gimli v0.31.1
9552024-12-19T20:59:44.246Z Downloaded object v0.30.4
9562024-12-19T20:59:44.255Z Downloaded bstr v1.10.0
9572024-12-19T20:59:44.265Z Downloaded smoltcp v0.9.1
9582024-12-19T20:59:44.276Z Downloaded rustls v0.21.12
9592024-12-19T20:59:44.288Z Downloaded openssl v0.10.66
9602024-12-19T20:59:44.297Z Downloaded dropshot v0.12.0
9612024-12-19T20:59:44.319Z Downloaded nix v0.27.1
9622024-12-19T20:59:44.329Z Downloaded rustls v0.22.4
9632024-12-19T20:59:44.342Z Downloaded object v0.36.5
9642024-12-19T20:59:44.355Z Downloaded radix_trie v0.2.1
9652024-12-19T20:59:44.358Z Downloaded regress v0.10.1
9662024-12-19T20:59:44.366Z Downloaded trust-dns-proto v0.22.0
9672024-12-19T20:59:44.378Z Downloaded diesel v2.2.6
9682024-12-19T20:59:44.396Z Downloaded sled v0.34.7
9692024-12-19T20:59:44.409Z Downloaded dropshot v0.13.0
9702024-12-19T20:59:44.432Z Downloaded ratatui v0.28.1
9712024-12-19T20:59:44.450Z Downloaded zerocopy-derive v0.6.6
9722024-12-19T20:59:44.460Z Downloaded typify-impl v0.2.0
9732024-12-19T20:59:44.474Z Downloaded regress v0.9.1
9742024-12-19T20:59:44.483Z Downloaded smoltcp v0.11.0
9752024-12-19T20:59:44.496Z Downloaded openapiv3 v2.0.0
9762024-12-19T20:59:44.507Z Downloaded regex-syntax v0.6.29
9772024-12-19T20:59:44.514Z Downloaded regex-syntax v0.8.5
9782024-12-19T20:59:44.522Z Downloaded bzip2-sys v0.1.11+1.0.8
9792024-12-19T20:59:44.534Z Downloaded nix v0.28.0
9802024-12-19T20:59:44.547Z Downloaded regex-automata v0.4.8
9812024-12-19T20:59:44.563Z Downloaded lzma-sys v0.1.20
9822024-12-19T20:59:44.591Z Downloaded nix v0.29.0
9832024-12-19T20:59:44.604Z Downloaded petgraph v0.6.5
9842024-12-19T20:59:44.621Z Downloaded chrono-tz v0.10.0
9852024-12-19T20:59:44.628Z Downloaded rustls-webpki v0.101.7
9862024-12-19T20:59:44.642Z Downloaded libz-sys v1.1.20
9872024-12-19T20:59:44.664Z Downloaded idna v0.4.0
9882024-12-19T20:59:44.671Z Downloaded tokio v1.40.0
9892024-12-19T20:59:44.710Z Downloaded openssl-sys v0.9.103
9902024-12-19T20:59:44.714Z Downloaded tungstenite v0.23.0
9912024-12-19T20:59:44.718Z Downloaded russh v0.45.0
9922024-12-19T20:59:44.724Z Downloaded futures-util v0.3.31
9932024-12-19T20:59:44.738Z Downloaded reqwest v0.12.9
9942024-12-19T20:59:44.745Z Downloaded bindgen v0.69.5
9952024-12-19T20:59:44.753Z Downloaded csv v1.3.0
9962024-12-19T20:59:44.776Z Downloaded tough v0.19.0
9972024-12-19T20:59:44.784Z Downloaded tokio-util v0.7.12
9982024-12-19T20:59:44.790Z Downloaded defmt-macros v0.3.9
9992024-12-19T20:59:44.793Z Downloaded dhcproto v0.12.0
10002024-12-19T20:59:44.796Z Downloaded tungstenite v0.24.0
10012024-12-19T20:59:44.799Z Downloaded rayon v1.10.0
10022024-12-19T20:59:44.809Z Downloaded portable-atomic v1.9.0
10032024-12-19T20:59:44.817Z Downloaded aws-lc-rs v1.10.0
10042024-12-19T20:59:44.826Z Downloaded sha3 v0.10.8
10052024-12-19T20:59:44.831Z Downloaded xz2 v0.1.7
10062024-12-19T20:59:44.834Z Downloaded which v4.4.2
10072024-12-19T20:59:44.836Z Downloaded dropshot_endpoint v0.12.0
10082024-12-19T20:59:44.839Z Downloaded oso v0.27.3
10092024-12-19T20:59:44.842Z Downloaded icu_properties_data v1.5.0
10102024-12-19T20:59:44.853Z Downloaded simd-adler32 v0.3.7
10112024-12-19T20:59:44.856Z Downloaded shell-words v1.1.0
10122024-12-19T20:59:44.856Z Downloaded whoami v1.5.2
10132024-12-19T20:59:44.859Z Downloaded string_cache v0.8.7
10142024-12-19T20:59:44.862Z Downloaded signal-hook-mio v0.2.4
10152024-12-19T20:59:44.862Z Downloaded serde_repr v0.1.19
10162024-12-19T20:59:44.864Z Downloaded zip v2.1.3
10172024-12-19T20:59:44.867Z Downloaded rand v0.8.5
10182024-12-19T20:59:44.871Z Downloaded quinn v0.11.5
10192024-12-19T20:59:44.874Z Downloaded spin v0.9.8
10202024-12-19T20:59:44.877Z Downloaded diesel-dtrace v0.4.0
10212024-12-19T20:59:44.880Z Downloaded time-macros v0.2.18
10222024-12-19T20:59:44.883Z Downloaded supports-color v3.0.1
10232024-12-19T20:59:44.883Z Downloaded ssh-cipher v0.2.0
10242024-12-19T20:59:44.885Z Downloaded parking_lot_core v0.9.10
10252024-12-19T20:59:44.886Z Downloaded parking_lot_core v0.8.6
10262024-12-19T20:59:44.888Z Downloaded hkdf v0.12.4
10272024-12-19T20:59:44.890Z Downloaded pkcs5 v0.7.1
10282024-12-19T20:59:44.893Z Downloaded typed-path v0.9.3
10292024-12-19T20:59:44.899Z Downloaded env_logger v0.10.2
10302024-12-19T20:59:44.902Z Downloaded universal-hash v0.5.1
10312024-12-19T20:59:44.905Z Downloaded pkcs1 v0.7.5
10322024-12-19T20:59:44.908Z Downloaded fs_extra v1.3.0
10332024-12-19T20:59:44.908Z Downloaded postcard v1.0.10
10342024-12-19T20:59:44.911Z Downloaded peg v0.8.4
10352024-12-19T20:59:44.915Z Downloaded pbkdf2 v0.12.2
10362024-12-19T20:59:44.917Z Downloaded futures-task v0.3.31
10372024-12-19T20:59:44.920Z Downloaded encoding_rs v0.8.34
10382024-12-19T20:59:44.940Z Downloaded fragile v2.0.0
10392024-12-19T20:59:44.943Z Downloaded form_urlencoded v1.2.1
10402024-12-19T20:59:44.943Z Downloaded pkcs8 v0.10.2
10412024-12-19T20:59:44.946Z Downloaded parking_lot v0.11.2
10422024-12-19T20:59:44.949Z Downloaded elliptic-curve v0.13.8
10432024-12-19T20:59:44.952Z Downloaded zip v0.6.6
10442024-12-19T20:59:44.956Z Downloaded steno v0.4.1
10452024-12-19T20:59:44.960Z Downloaded displaydoc v0.2.5
10462024-12-19T20:59:44.963Z Downloaded zone v0.3.0
10472024-12-19T20:59:44.966Z Downloaded data-encoding v2.6.0
10482024-12-19T20:59:44.966Z Downloaded spki v0.7.3
10492024-12-19T20:59:44.969Z Downloaded heapless v0.7.17
10502024-12-19T20:59:44.972Z Downloaded snafu v0.8.5
10512024-12-19T20:59:44.978Z Downloaded time v0.3.36
10522024-12-19T20:59:44.985Z Downloaded uuid v1.11.0
10532024-12-19T20:59:44.988Z Downloaded unicode-segmentation v1.12.0
10542024-12-19T20:59:44.992Z Downloaded futures-executor v0.3.31
10552024-12-19T20:59:44.994Z Downloaded crossterm v0.28.1
10562024-12-19T20:59:45.000Z Downloaded itertools v0.12.1
10572024-12-19T20:59:45.007Z Downloaded idna v1.0.3
10582024-12-19T20:59:45.012Z Downloaded tracing-attributes v0.1.27
10592024-12-19T20:59:45.015Z Downloaded libgit2-sys v0.17.0+1.8.1
10602024-12-19T20:59:45.075Z Downloaded rand_seeder v0.3.0
10612024-12-19T20:59:45.078Z Downloaded primeorder v0.13.6
10622024-12-19T20:59:45.078Z Downloaded libxml v0.3.3
10632024-12-19T20:59:45.085Z Downloaded vte v0.11.1
10642024-12-19T20:59:45.088Z Downloaded rayon-core v1.12.1
10652024-12-19T20:59:45.092Z Downloaded tokio-postgres v0.7.12
10662024-12-19T20:59:45.096Z Downloaded rsa v0.9.6
10672024-12-19T20:59:45.100Z Downloaded slog-bunyan v2.5.0
10682024-12-19T20:59:45.103Z Downloaded secrecy v0.8.0
10692024-12-19T20:59:45.103Z Downloaded tinyvec v1.8.0
10702024-12-19T20:59:45.106Z Downloaded http v1.1.0
10712024-12-19T20:59:45.110Z Downloaded aes v0.8.4
10722024-12-19T20:59:45.113Z Downloaded structmeta-derive v0.3.0
10732024-12-19T20:59:45.116Z Downloaded rustc-hash v2.0.0
10742024-12-19T20:59:45.116Z Downloaded rtoolbox v0.0.2
10752024-12-19T20:59:45.119Z Downloaded slog v2.7.0
10762024-12-19T20:59:45.121Z Downloaded cc v1.1.30
10772024-12-19T20:59:45.125Z Downloaded paste v1.0.15
10782024-12-19T20:59:45.128Z Downloaded packed_struct_codegen v0.10.1
10792024-12-19T20:59:45.131Z Downloaded typify v0.2.0
10802024-12-19T20:59:45.133Z Downloaded zeroize_derive v1.4.2
10812024-12-19T20:59:45.136Z Downloaded display-error-chain v0.2.2
10822024-12-19T20:59:45.136Z Downloaded password-hash v0.4.2
10832024-12-19T20:59:45.139Z Downloaded zerocopy v0.6.6
10842024-12-19T20:59:45.142Z Downloaded serde_yaml v0.9.34+deprecated
10852024-12-19T20:59:45.145Z Downloaded smallvec v1.13.2
10862024-12-19T20:59:45.149Z Downloaded qorb v0.2.1
10872024-12-19T20:59:45.152Z Downloaded glob v0.3.1
10882024-12-19T20:59:45.155Z Downloaded minimal-lexical v0.2.1
10892024-12-19T20:59:45.158Z Downloaded crossbeam-channel v0.5.13
10902024-12-19T20:59:45.163Z Downloaded const_format v0.2.33
10912024-12-19T20:59:45.167Z Downloaded wyz v0.5.1
10922024-12-19T20:59:45.171Z Downloaded twox-hash v1.6.3
10932024-12-19T20:59:45.171Z Downloaded poly1305 v0.8.0
10942024-12-19T20:59:45.173Z Downloaded owo-colors v4.1.0
10952024-12-19T20:59:45.176Z Downloaded yoke v0.7.4
10962024-12-19T20:59:45.178Z Downloaded tokio-tungstenite v0.24.0
10972024-12-19T20:59:45.182Z Downloaded num-integer v0.1.46
10982024-12-19T20:59:45.182Z Downloaded num-rational v0.4.2
10992024-12-19T20:59:45.185Z Downloaded native-tls v0.2.12
11002024-12-19T20:59:45.185Z Downloaded similar v2.6.0
11012024-12-19T20:59:45.188Z Downloaded subprocess v0.2.9
11022024-12-19T20:59:45.191Z Downloaded crypto-bigint v0.5.5
11032024-12-19T20:59:45.197Z Downloaded env_logger v0.11.5
11042024-12-19T20:59:45.199Z Downloaded ecdsa v0.16.9
11052024-12-19T20:59:45.202Z Downloaded derive_builder_core v0.20.2
11062024-12-19T20:59:45.205Z Downloaded derive_builder v0.20.2
11072024-12-19T20:59:45.208Z Downloaded quick-error v1.2.3
11082024-12-19T20:59:45.212Z Downloaded value-bag v1.9.0
11092024-12-19T20:59:45.214Z Downloaded icu_locid v1.5.0
11102024-12-19T20:59:45.217Z Downloaded tokio-stream v0.1.16
11112024-12-19T20:59:45.221Z Downloaded serde_with_macros v3.11.0
11122024-12-19T20:59:45.224Z Downloaded progenitor-impl v0.8.0
11132024-12-19T20:59:45.227Z Downloaded clang-sys v1.8.1
11142024-12-19T20:59:45.229Z Downloaded base64 v0.13.1
11152024-12-19T20:59:45.231Z Downloaded float-cmp v0.9.0
11162024-12-19T20:59:45.234Z Downloaded fd-lock v4.0.2
11172024-12-19T20:59:45.237Z Downloaded dyn-clone v1.0.17
11182024-12-19T20:59:45.237Z Downloaded crossbeam-epoch v0.9.18
11192024-12-19T20:59:45.240Z Downloaded const-oid v0.9.6
11202024-12-19T20:59:45.242Z Downloaded tokio-rustls v0.25.0
11212024-12-19T20:59:45.245Z Downloaded jobserver v0.1.32
11222024-12-19T20:59:45.248Z Downloaded indicatif v0.17.9
11232024-12-19T20:59:45.250Z Downloaded icu_properties v1.5.1
11242024-12-19T20:59:45.253Z Downloaded slog-json v2.6.1
11252024-12-19T20:59:45.256Z Downloaded rustc_version v0.4.1
11262024-12-19T20:59:45.258Z Downloaded hickory-resolver v0.24.1
11272024-12-19T20:59:45.261Z Downloaded indent_write v2.2.0
11282024-12-19T20:59:45.264Z Downloaded rand_chacha v0.3.1
11292024-12-19T20:59:45.264Z Downloaded quinn-udp v0.5.5
11302024-12-19T20:59:45.266Z Downloaded litemap v0.7.3
11312024-12-19T20:59:45.269Z Downloaded hyper-staticfile v0.10.1
11322024-12-19T20:59:45.272Z Downloaded libloading v0.8.5
11332024-12-19T20:59:45.278Z Downloaded httparse v1.9.5
11342024-12-19T20:59:45.278Z Downloaded cbc v0.1.2
11352024-12-19T20:59:45.278Z Downloaded base64ct v1.6.0
11362024-12-19T20:59:45.283Z Downloaded backoff v0.4.0
11372024-12-19T20:59:45.283Z Downloaded async-trait v0.1.83
11382024-12-19T20:59:45.287Z Downloaded ciborium v0.2.2
11392024-12-19T20:59:45.289Z Downloaded bcs v0.1.6
11402024-12-19T20:59:45.289Z Downloaded managed v0.8.0
11412024-12-19T20:59:45.292Z Downloaded crc-catalog v2.4.0
11422024-12-19T20:59:45.292Z Downloaded hubpack v0.1.2
11432024-12-19T20:59:45.292Z Downloaded ciborium-ll v0.2.2
11442024-12-19T20:59:45.295Z Downloaded bit-vec v0.6.3
11452024-12-19T20:59:45.297Z Downloaded idna_adapter v1.2.0
11462024-12-19T20:59:45.297Z Downloaded humantime v2.1.0
11472024-12-19T20:59:45.297Z Downloaded argon2 v0.5.3
11482024-12-19T20:59:45.300Z Downloaded is-terminal v0.4.13
11492024-12-19T20:59:45.300Z Downloaded internet-checksum v0.2.1
11502024-12-19T20:59:45.300Z Downloaded impl-trait-for-tuples v0.2.2
11512024-12-19T20:59:45.303Z Downloaded http-body-util v0.1.2
11522024-12-19T20:59:45.305Z Downloaded hyper-tls v0.6.0
11532024-12-19T20:59:45.305Z Downloaded hostname v0.4.0
11542024-12-19T20:59:45.308Z Downloaded cexpr v0.6.0
11552024-12-19T20:59:45.310Z Downloaded cassowary v0.3.0
11562024-12-19T20:59:45.310Z Downloaded block-padding v0.3.3
11572024-12-19T20:59:45.313Z Downloaded bitflags v1.3.2
11582024-12-19T20:59:45.316Z Downloaded bitfield v0.14.0
11592024-12-19T20:59:45.316Z Downloaded atomic-waker v1.1.2
11602024-12-19T20:59:45.319Z Downloaded crc v3.2.1
11612024-12-19T20:59:45.319Z Downloaded bitfield-struct v0.6.2
11622024-12-19T20:59:45.322Z Downloaded adler2 v2.0.0
11632024-12-19T20:59:45.322Z Downloaded ascii-canvas v3.0.0
11642024-12-19T20:59:45.434Z Downloaded ring v0.17.8
11652024-12-19T20:59:45.555Z Downloaded libsqlite3-sys v0.30.1
11662024-12-19T20:59:45.695Z Downloaded ring v0.16.20
11672024-12-19T20:59:45.953Z Downloaded aws-lc-sys v0.22.0
11682024-12-19T20:59:46.252Z Compiling serde v1.0.215
11692024-12-19T20:59:46.255Z Compiling lock_api v0.4.12
11702024-12-19T20:59:46.255Z Compiling scopeguard v1.2.0
11712024-12-19T20:59:46.256Z Compiling value-bag v1.9.0
11722024-12-19T20:59:46.256Z Compiling typenum v1.17.0
11732024-12-19T20:59:46.256Z Compiling generic-array v0.14.7
11742024-12-19T20:59:46.450Z Compiling syn v2.0.87
11752024-12-19T20:59:46.463Z Compiling getrandom v0.2.15
11762024-12-19T20:59:46.576Z Compiling subtle v2.6.1
11772024-12-19T20:59:46.728Z Compiling rand_core v0.6.4
11782024-12-19T20:59:46.886Z Compiling log v0.4.22
11792024-12-19T20:59:46.987Z Compiling shlex v1.3.0
11802024-12-19T20:59:47.006Z Compiling jobserver v0.1.32
11812024-12-19T20:59:47.025Z Compiling smallvec v1.13.2
11822024-12-19T20:59:47.254Z Compiling const-oid v0.9.6
11832024-12-19T20:59:47.343Z Compiling cc v1.1.30
11842024-12-19T20:59:47.397Z Compiling spin v0.9.8
11852024-12-19T20:59:47.418Z Compiling pin-project-lite v0.2.14
11862024-12-19T20:59:47.540Z Compiling rustix v0.38.37
11872024-12-19T20:59:47.753Z Compiling parking_lot_core v0.9.10
11882024-12-19T20:59:47.809Z Compiling futures-core v0.3.31
11892024-12-19T20:59:47.928Z Compiling signal-hook-registry v1.4.2
11902024-12-19T20:59:48.060Z Compiling mio v1.0.2
11912024-12-19T20:59:48.401Z Compiling aho-corasick v1.1.3
11922024-12-19T20:59:48.781Z Compiling parking_lot v0.12.3
11932024-12-19T20:59:48.854Z Compiling regex-syntax v0.8.5
11942024-12-19T20:59:49.264Z Compiling cpufeatures v0.2.14
11952024-12-19T20:59:49.311Z Compiling either v1.13.0
11962024-12-19T20:59:49.336Z Compiling lazy_static v1.5.0
11972024-12-19T20:59:49.371Z Compiling futures-sink v0.3.31
11982024-12-19T20:59:49.451Z Compiling stable_deref_trait v1.2.0
11992024-12-19T20:59:49.519Z Compiling glob v0.3.1
12002024-12-19T20:59:49.559Z Compiling socket2 v0.5.7
12012024-12-19T20:59:49.735Z Compiling slab v0.4.9
12022024-12-19T20:59:49.840Z Compiling prettyplease v0.2.25
12032024-12-19T20:59:50.185Z Compiling minimal-lexical v0.2.1
12042024-12-19T20:59:50.513Z Compiling libloading v0.8.5
12052024-12-19T20:59:50.592Z Compiling bindgen v0.69.5
12062024-12-19T20:59:50.612Z Compiling clang-sys v1.8.1
12072024-12-19T20:59:50.737Z Compiling nom v7.1.3
12082024-12-19T20:59:50.959Z Compiling home v0.5.9
12092024-12-19T20:59:51.226Z Compiling serde_json v1.0.132
12102024-12-19T20:59:51.430Z Compiling itertools v0.12.1
12112024-12-19T20:59:51.573Z Compiling futures-channel v0.3.31
12122024-12-19T20:59:51.770Z Compiling futures-io v0.3.31
12132024-12-19T20:59:52.039Z Compiling rustc-hash v1.1.0
12142024-12-19T20:59:52.156Z Compiling lazycell v1.3.0
12152024-12-19T20:59:52.194Z Compiling futures-task v0.3.31
12162024-12-19T20:59:52.328Z Compiling allocator-api2 v0.2.18
12172024-12-19T20:59:52.514Z Compiling pin-utils v0.1.0
12182024-12-19T20:59:52.612Z Compiling foldhash v0.1.3
12192024-12-19T20:59:52.920Z Compiling regex-automata v0.4.8
12202024-12-19T20:59:53.133Z Compiling hashbrown v0.15.1
12212024-12-19T20:59:54.074Z Compiling cmake v0.1.51
12222024-12-19T20:59:54.483Z Compiling synstructure v0.13.1
12232024-12-19T20:59:54.561Z Compiling cexpr v0.6.0
12242024-12-19T20:59:55.096Z Compiling tinyvec_macros v0.1.1
12252024-12-19T20:59:55.191Z Compiling libm v0.2.8
12262024-12-19T20:59:55.523Z Compiling dunce v1.0.5
12272024-12-19T20:59:55.655Z Compiling fs_extra v1.3.0
12282024-12-19T20:59:55.992Z Compiling pkg-config v0.3.31
12292024-12-19T20:59:56.214Z Compiling tinyvec v1.8.0
12302024-12-19T20:59:56.234Z Compiling num-traits v0.2.19
12312024-12-19T20:59:56.734Z Compiling ring v0.17.8
12322024-12-19T20:59:57.551Z Compiling base64ct v1.6.0
12332024-12-19T20:59:57.635Z Compiling writeable v0.5.5
12342024-12-19T20:59:57.696Z Compiling unicode-normalization v0.1.24
12352024-12-19T20:59:57.715Z Compiling paste v1.0.15
12362024-12-19T20:59:57.870Z Compiling unicode-bidi v0.3.17
12372024-12-19T20:59:58.131Z Compiling litemap v0.7.3
12382024-12-19T20:59:58.215Z Compiling pem-rfc7468 v0.7.0
12392024-12-19T20:59:58.505Z Compiling regex v1.11.1
12402024-12-19T20:59:58.921Z Compiling aws-lc-rs v1.10.0
12412024-12-19T20:59:59.256Z Compiling flagset v0.4.6
12422024-12-19T20:59:59.385Z Compiling httparse v1.9.5
12432024-12-19T20:59:59.655Z Compiling tracing-core v0.1.32
12442024-12-19T21:00:00.207Z Compiling rustls-pki-types v1.9.0
12452024-12-19T21:00:00.676Z Compiling crossbeam-utils v0.8.20
12462024-12-19T21:00:00.714Z Compiling icu_locid_transform_data v1.5.0
12472024-12-19T21:00:00.816Z Compiling percent-encoding v2.3.1
12482024-12-19T21:00:01.174Z Compiling icu_properties_data v1.5.0
12492024-12-19T21:00:01.253Z Compiling serde_derive v1.0.215
12502024-12-19T21:00:01.256Z Compiling zeroize_derive v1.4.2
12512024-12-19T21:00:01.287Z Compiling zerocopy-derive v0.7.35
12522024-12-19T21:00:01.394Z Compiling tokio-macros v2.4.0
12532024-12-19T21:00:01.612Z Compiling zerofrom-derive v0.1.4
12542024-12-19T21:00:02.755Z Compiling zeroize v1.8.1
12552024-12-19T21:00:02.891Z Compiling yoke-derive v0.7.4
12562024-12-19T21:00:03.402Z Compiling thiserror-impl v1.0.69
12572024-12-19T21:00:03.410Z Compiling zerocopy v0.7.35
12582024-12-19T21:00:04.589Z Compiling crypto-common v0.1.6
12592024-12-19T21:00:04.826Z Compiling block-buffer v0.10.4
12602024-12-19T21:00:05.077Z Compiling digest v0.10.7
12612024-12-19T21:00:05.097Z Compiling futures-macro v0.3.31
12622024-12-19T21:00:05.505Z Compiling hmac v0.12.1
12632024-12-19T21:00:05.527Z Compiling zerovec-derive v0.10.3
12642024-12-19T21:00:05.560Z Compiling zerofrom v0.1.4
12652024-12-19T21:00:05.746Z Compiling block-padding v0.3.3
12662024-12-19T21:00:05.787Z Compiling displaydoc v0.2.5
12672024-12-19T21:00:05.898Z Compiling yoke v0.7.4
12682024-12-19T21:00:05.987Z Compiling inout v0.1.3
12692024-12-19T21:00:06.240Z Compiling cipher v0.4.4
12702024-12-19T21:00:06.261Z Compiling sha2 v0.10.8
12712024-12-19T21:00:06.557Z Compiling thiserror v1.0.69
12722024-12-19T21:00:06.689Z Compiling ppv-lite86 v0.2.20
12732024-12-19T21:00:06.718Z Compiling der_derive v0.7.3
12742024-12-19T21:00:06.999Z Compiling futures-util v0.3.31
12752024-12-19T21:00:07.420Z Compiling icu_provider_macros v1.5.0
12762024-12-19T21:00:07.514Z Compiling rand_chacha v0.3.1
12772024-12-19T21:00:08.078Z Compiling zerovec v0.10.4
12782024-12-19T21:00:08.543Z Compiling tracing-attributes v0.1.27
12792024-12-19T21:00:09.201Z Compiling der v0.7.9
12802024-12-19T21:00:09.685Z Compiling rand v0.8.5
12812024-12-19T21:00:09.776Z Compiling salsa20 v0.10.2
12822024-12-19T21:00:09.953Z Compiling tinystr v0.7.6
12832024-12-19T21:00:10.299Z Compiling icu_collections v1.5.0
12842024-12-19T21:00:10.419Z Compiling icu_locid v1.5.0
12852024-12-19T21:00:11.704Z Compiling icu_provider v1.5.0
12862024-12-19T21:00:11.745Z Compiling spki v0.7.3
12872024-12-19T21:00:12.134Z Compiling pest v2.7.14
12882024-12-19T21:00:12.181Z Compiling tracing v0.1.40
12892024-12-19T21:00:12.517Z Compiling icu_locid_transform v1.5.0
12902024-12-19T21:00:12.687Z Compiling pbkdf2 v0.12.2
12912024-12-19T21:00:12.724Z Compiling vcpkg v0.2.15
12922024-12-19T21:00:12.744Z Compiling untrusted v0.7.1
12932024-12-19T21:00:12.853Z Compiling num-conv v0.1.0
12942024-12-19T21:00:12.914Z Compiling mirai-annotations v1.12.0
12952024-12-19T21:00:13.063Z Compiling powerfmt v0.2.0
12962024-12-19T21:00:13.102Z Compiling time-core v0.1.2
12972024-12-19T21:00:13.144Z Compiling untrusted v0.9.0
12982024-12-19T21:00:13.285Z Compiling time-macros v0.2.18
12992024-12-19T21:00:13.317Z Compiling deranged v0.3.11
13002024-12-19T21:00:13.438Z Compiling scrypt v0.11.0
13012024-12-19T21:00:14.068Z Compiling icu_properties v1.5.1
13022024-12-19T21:00:14.841Z Compiling bitflags v2.6.0
13032024-12-19T21:00:15.051Z Compiling bytes v1.8.0
13042024-12-19T21:00:15.096Z Compiling indexmap v2.6.0
13052024-12-19T21:00:15.274Z Compiling semver v1.0.23
13062024-12-19T21:00:16.042Z Compiling tokio v1.40.0
13072024-12-19T21:00:16.358Z Compiling http v1.1.0
13082024-12-19T21:00:16.557Z Compiling rustc_version v0.4.1
13092024-12-19T21:00:16.638Z Compiling openssl-sys v0.9.103
13102024-12-19T21:00:17.346Z Compiling pest_meta v2.7.14
13112024-12-19T21:00:17.797Z Compiling aes v0.8.4
13122024-12-19T21:00:18.322Z Compiling cbc v0.1.2
13132024-12-19T21:00:18.569Z Compiling scroll_derive v0.12.0
13142024-12-19T21:00:18.911Z Compiling write16 v1.0.0
13152024-12-19T21:00:19.025Z Compiling utf8_iter v1.0.4
13162024-12-19T21:00:19.080Z Compiling atomic-waker v1.1.2
13172024-12-19T21:00:19.276Z Compiling which v4.4.2
13182024-12-19T21:00:19.296Z Compiling icu_normalizer_data v1.5.0
13192024-12-19T21:00:19.408Z Compiling num_threads v0.1.7
13202024-12-19T21:00:19.545Z Compiling utf16_iter v1.0.5
13212024-12-19T21:00:19.744Z Compiling icu_normalizer v1.5.0
13222024-12-19T21:00:19.881Z Compiling time v0.3.36
13232024-12-19T21:00:20.079Z Compiling scroll v0.12.0
13242024-12-19T21:00:20.599Z Compiling pkcs5 v0.7.1
13252024-12-19T21:00:20.644Z Compiling pest_generator v2.7.14
13262024-12-19T21:00:20.692Z Compiling http-body v1.0.1
13272024-12-19T21:00:21.191Z Compiling form_urlencoded v1.2.1
13282024-12-19T21:00:21.528Z Compiling try-lock v0.2.5
13292024-12-19T21:00:21.685Z Compiling slog v2.7.0
13302024-12-19T21:00:21.753Z Compiling want v0.3.1
13312024-12-19T21:00:21.816Z Compiling goblin v0.8.2
13322024-12-19T21:00:22.047Z Compiling pkcs8 v0.10.2
13332024-12-19T21:00:22.274Z Compiling idna_adapter v1.2.0
13342024-12-19T21:00:22.498Z Compiling httpdate v1.0.3
13352024-12-19T21:00:22.518Z Compiling idna v1.0.3
13362024-12-19T21:00:22.649Z Compiling pest_derive v2.7.14
13372024-12-19T21:00:22.957Z Compiling serde_tokenstream v0.2.2
13382024-12-19T21:00:23.459Z Compiling dtrace-parser v0.2.0
13392024-12-19T21:00:23.568Z Compiling uuid v1.11.0
13402024-12-19T21:00:23.590Z Compiling toml_datetime v0.6.8
13412024-12-19T21:00:24.125Z Compiling serde_spanned v0.6.8
13422024-12-19T21:00:24.372Z Compiling openssl v0.10.66
13432024-12-19T21:00:24.393Z Compiling iana-time-zone v0.1.61
13442024-12-19T21:00:24.800Z Compiling tokio-util v0.7.12
13452024-12-19T21:00:24.865Z Compiling foreign-types-shared v0.1.1
13462024-12-19T21:00:24.982Z Compiling base64 v0.22.1
13472024-12-19T21:00:25.015Z Compiling tower-service v0.3.3
13482024-12-19T21:00:25.078Z Compiling match_cfg v0.1.0
13492024-12-19T21:00:25.145Z Compiling adler2 v2.0.0
13502024-12-19T21:00:25.181Z Compiling rustversion v1.0.17
13512024-12-19T21:00:25.359Z Compiling miniz_oxide v0.8.0
13522024-12-19T21:00:25.711Z Compiling hostname v0.3.1
13532024-12-19T21:00:25.741Z Compiling h2 v0.4.6
13542024-12-19T21:00:25.971Z Compiling foreign-types v0.3.2
13552024-12-19T21:00:26.021Z Compiling chrono v0.4.38
13562024-12-19T21:00:26.071Z Compiling url v2.5.3
13572024-12-19T21:00:26.904Z Compiling openssl-macros v0.1.1
13582024-12-19T21:00:27.545Z Compiling dof v0.3.0
13592024-12-19T21:00:27.687Z Compiling async-trait v0.1.83
13602024-12-19T21:00:28.126Z Compiling dirs-sys-next v0.1.2
13612024-12-19T21:00:28.789Z Compiling usdt-impl v0.5.0
13622024-12-19T21:00:29.768Z Compiling data-encoding v2.6.0
13632024-12-19T21:00:29.985Z Compiling rustls v0.22.4
13642024-12-19T21:00:30.239Z Compiling rustls v0.23.14
13652024-12-19T21:00:30.416Z Compiling syn v1.0.109
13662024-12-19T21:00:30.509Z Compiling native-tls v0.2.12
13672024-12-19T21:00:30.529Z Compiling siphasher v0.3.11
13682024-12-19T21:00:30.884Z Compiling dirs-next v2.0.0
13692024-12-19T21:00:31.110Z Compiling http-body-util v0.1.2
13702024-12-19T21:00:31.654Z Compiling crossbeam-epoch v0.9.18
13712024-12-19T21:00:31.870Z Compiling heapless v0.7.17
13722024-12-19T21:00:32.181Z Compiling signature v2.2.0
13732024-12-19T21:00:32.236Z Compiling sha1 v0.10.6
13742024-12-19T21:00:32.313Z Compiling bzip2-sys v0.1.11+1.0.8
13752024-12-19T21:00:32.375Z Compiling serde_derive_internals v0.29.1
13762024-12-19T21:00:32.474Z Compiling thread_local v1.1.8
13772024-12-19T21:00:32.560Z Compiling multer v3.1.0
13782024-12-19T21:00:32.664Z Compiling hyper v1.5.0
13792024-12-19T21:00:32.797Z Compiling cookie v0.18.1
13802024-12-19T21:00:32.833Z Compiling encoding_rs v0.8.34
13812024-12-19T21:00:33.009Z Compiling schemars v0.8.21
13822024-12-19T21:00:33.080Z Compiling rayon-core v1.12.1
13832024-12-19T21:00:33.344Z Compiling signal-hook v0.3.17
13842024-12-19T21:00:33.362Z Compiling unicode-properties v0.1.3
13852024-12-19T21:00:33.603Z Compiling openssl-probe v0.1.5
13862024-12-19T21:00:33.768Z Compiling gimli v0.31.1
13872024-12-19T21:00:33.962Z Compiling mime v0.3.17
13882024-12-19T21:00:34.664Z Compiling slog-async v2.8.0
13892024-12-19T21:00:35.194Z Compiling hyper-util v0.1.10
13902024-12-19T21:00:35.215Z Compiling ipnet v2.10.1
13912024-12-19T21:00:36.348Z Compiling schemars_derive v0.8.21
13922024-12-19T21:00:36.599Z Compiling stringprep v0.1.5
13932024-12-19T21:00:37.343Z Compiling toml_edit v0.22.22
13942024-12-19T21:00:37.931Z Compiling usdt-attr-macro v0.5.0
13952024-12-19T21:00:38.420Z Compiling addr2line v0.24.2
13962024-12-19T21:00:39.086Z Compiling usdt-macro v0.5.0
13972024-12-19T21:00:39.107Z Compiling crossbeam-deque v0.8.5
13982024-12-19T21:00:39.485Z Compiling term v0.7.0
13992024-12-19T21:00:39.595Z Compiling slog-json v2.6.1
14002024-12-19T21:00:39.651Z Compiling serde_urlencoded v0.7.1
14012024-12-19T21:00:39.724Z Compiling crossbeam-channel v0.5.13
14022024-12-19T21:00:39.974Z Compiling curve25519-dalek v4.1.3
14032024-12-19T21:00:40.189Z Compiling enum-as-inner v0.6.1
14042024-12-19T21:00:40.572Z Compiling futures-executor v0.3.31
14052024-12-19T21:00:40.596Z Compiling md-5 v0.10.6
14062024-12-19T21:00:40.835Z Compiling async-stream-impl v0.3.6
14072024-12-19T21:00:40.868Z Compiling rustls-pemfile v2.2.0
14082024-12-19T21:00:40.999Z Compiling num-integer v0.1.46
14092024-12-19T21:00:41.142Z Compiling idna v0.3.0
14102024-12-19T21:00:41.213Z Compiling idna v0.4.0
14112024-12-19T21:00:41.288Z Compiling hash32 v0.2.1
14122024-12-19T21:00:41.696Z Compiling ff v0.13.0
14132024-12-19T21:00:41.767Z Compiling is-terminal v0.4.13
14142024-12-19T21:00:41.901Z Compiling dropshot v0.12.0
14152024-12-19T21:00:41.935Z Compiling object v0.36.5
14162024-12-19T21:00:42.184Z Compiling smoltcp v0.9.1
14172024-12-19T21:00:42.245Z Compiling utf-8 v0.7.6
14182024-12-19T21:00:42.581Z Compiling linked-hash-map v0.5.6
14192024-12-19T21:00:42.845Z Compiling num-bigint-dig v0.8.4
14202024-12-19T21:00:42.902Z Compiling base16ct v0.2.0
14212024-12-19T21:00:42.922Z Compiling anyhow v1.0.93
14222024-12-19T21:00:42.950Z Compiling quick-error v1.2.3
14232024-12-19T21:00:43.114Z Compiling take_mut v0.2.2
14242024-12-19T21:00:43.135Z Compiling dyn-clone v1.0.17
14252024-12-19T21:00:43.229Z Compiling rustc-demangle v0.1.24
14262024-12-19T21:00:43.282Z Compiling psl-types v2.0.11
14272024-12-19T21:00:43.352Z Compiling fallible-iterator v0.2.0
14282024-12-19T21:00:43.493Z Compiling portable-atomic v1.9.0
14292024-12-19T21:00:43.896Z Compiling publicsuffix v2.2.3
14302024-12-19T21:00:43.999Z Compiling postgres-protocol v0.6.7
14312024-12-19T21:00:44.765Z Compiling resolv-conf v0.7.0
14322024-12-19T21:00:45.452Z Compiling sec1 v0.7.3
14332024-12-19T21:00:45.536Z Compiling lru-cache v0.1.2
14342024-12-19T21:00:45.590Z Compiling tungstenite v0.24.0
14352024-12-19T21:00:45.722Z Compiling async-stream v0.3.6
14362024-12-19T21:00:45.906Z Compiling hickory-proto v0.24.1
14372024-12-19T21:00:46.029Z Compiling group v0.13.0
14382024-12-19T21:00:46.050Z Compiling slog-term v2.9.1
14392024-12-19T21:00:46.372Z Compiling usdt v0.5.0
14402024-12-19T21:00:47.312Z Compiling num-iter v0.1.45
14412024-12-19T21:00:47.512Z Compiling futures v0.3.31
14422024-12-19T21:00:47.756Z Compiling toml v0.8.19
14432024-12-19T21:00:47.935Z Compiling slog-bunyan v2.5.0
14442024-12-19T21:00:49.276Z Compiling camino v1.1.9
14452024-12-19T21:00:49.413Z Compiling backtrace v0.3.74
14462024-12-19T21:00:49.905Z Compiling tokio-native-tls v0.3.1
14472024-12-19T21:00:50.189Z Compiling phf_shared v0.11.2
14482024-12-19T21:00:50.217Z Compiling dropshot_endpoint v0.12.0
14492024-12-19T21:00:50.284Z Compiling waitgroup v0.1.2
14502024-12-19T21:00:50.526Z Compiling terminal_size v0.4.0
14512024-12-19T21:00:50.590Z Compiling openapiv3 v2.0.0
14522024-12-19T21:00:50.593Z Compiling serde_path_to_error v0.1.16
14532024-12-19T21:00:50.705Z Compiling hkdf v0.12.4
14542024-12-19T21:00:50.970Z Compiling crypto-bigint v0.5.5
14552024-12-19T21:00:51.460Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-19T21:00:53.062Z Compiling zerocopy-derive v0.6.6
14572024-12-19T21:00:53.166Z Compiling webpki-roots v0.26.6
14582024-12-19T21:00:53.389Z Compiling idna v0.5.0
14592024-12-19T21:00:53.680Z Compiling hubpack_derive v0.1.1
14602024-12-19T21:00:54.583Z Compiling hostname v0.4.0
14612024-12-19T21:00:54.844Z Compiling fs-err v2.11.0
14622024-12-19T21:00:54.981Z Compiling crc32fast v1.4.2
14632024-12-19T21:00:55.071Z Compiling ahash v0.8.11
14642024-12-19T21:00:55.118Z Compiling managed v0.8.0
14652024-12-19T21:00:55.169Z Compiling bitflags v1.3.2
14662024-12-19T21:00:55.283Z Compiling winnow v0.5.40
14672024-12-19T21:00:55.304Z Compiling debug-ignore v1.0.5
14682024-12-19T21:00:55.373Z Compiling zerocopy v0.6.6
14692024-12-19T21:00:55.441Z Compiling console v0.15.8
14702024-12-19T21:00:55.461Z Compiling clap_builder v4.5.21
14712024-12-19T21:00:56.231Z Compiling flate2 v1.0.34
14722024-12-19T21:00:56.616Z Compiling strum_macros v0.25.3
14732024-12-19T21:00:57.194Z Compiling hubpack v0.1.2
14742024-12-19T21:00:57.215Z Compiling cookie_store v0.21.0
14752024-12-19T21:00:57.344Z Compiling elliptic-curve v0.13.8
14762024-12-19T21:00:57.827Z Compiling hickory-resolver v0.24.1
14772024-12-19T21:00:58.207Z Compiling phf v0.11.2
14782024-12-19T21:00:58.835Z Compiling toml_edit v0.19.15
14792024-12-19T21:00:59.204Z Compiling hyper-tls v0.6.0
14802024-12-19T21:00:59.405Z Compiling signal-hook-mio v0.2.4
14812024-12-19T21:00:59.579Z Compiling rayon v1.10.0
14822024-12-19T21:00:59.651Z Compiling bzip2 v0.4.4
14832024-12-19T21:01:00.828Z Compiling tokio-tungstenite v0.24.0
14842024-12-19T21:01:01.383Z Compiling postgres-types v0.2.8
14852024-12-19T21:01:04.327Z Compiling ed25519 v2.2.3
14862024-12-19T21:01:04.441Z Compiling phf_shared v0.10.0
14872024-12-19T21:01:04.649Z Compiling tokio-stream v0.1.16
14882024-12-19T21:01:04.812Z Compiling pkcs1 v0.7.5
14892024-12-19T21:01:04.893Z Compiling serde-big-array v0.5.1
14902024-12-19T21:01:05.143Z Compiling clap_derive v4.5.18
14912024-12-19T21:01:05.743Z Compiling rfc6979 v0.4.0
14922024-12-19T21:01:05.862Z Compiling derive-where v1.2.7
14932024-12-19T21:01:05.926Z Compiling serde_repr v0.1.19
14942024-12-19T21:01:05.991Z Compiling float-cmp v0.9.0
14952024-12-19T21:01:06.226Z Compiling bstr v1.10.0
14962024-12-19T21:01:06.250Z Compiling sync_wrapper v1.0.1
14972024-12-19T21:01:06.412Z Compiling whoami v1.5.2
14982024-12-19T21:01:07.053Z Compiling fixedbitset v0.4.2
14992024-12-19T21:01:07.080Z Compiling bit-vec v0.6.3
15002024-12-19T21:01:07.128Z Compiling precomputed-hash v0.1.1
15012024-12-19T21:01:07.248Z Compiling difflib v0.4.0
15022024-12-19T21:01:07.512Z Compiling normalize-line-endings v0.3.0
15032024-12-19T21:01:07.567Z Compiling static_assertions v1.1.0
15042024-12-19T21:01:07.638Z Compiling predicates-core v1.0.8
15052024-12-19T21:01:07.673Z Compiling unicode-segmentation v1.12.0
15062024-12-19T21:01:08.008Z Compiling new_debug_unreachable v1.0.6
15072024-12-19T21:01:08.030Z Compiling unicode-width v0.2.0
15082024-12-19T21:01:08.102Z Compiling number_prefix v0.4.0
15092024-12-19T21:01:08.336Z Compiling string_cache v0.8.7
15102024-12-19T21:01:08.551Z Compiling indicatif v0.17.9
15112024-12-19T21:01:08.553Z Compiling similar v2.6.0
15122024-12-19T21:01:08.808Z Compiling predicates v3.1.2
15132024-12-19T21:01:09.021Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142024-12-19T21:01:09.505Z Compiling bit-set v0.5.3
15152024-12-19T21:01:09.800Z Compiling petgraph v0.6.5
15162024-12-19T21:01:10.363Z Compiling clap v4.5.21
15172024-12-19T21:01:10.491Z Compiling tokio-postgres v0.7.12
15182024-12-19T21:01:10.585Z Compiling ecdsa v0.16.9
15192024-12-19T21:01:10.846Z Compiling rsa v0.9.6
15202024-12-19T21:01:11.068Z Compiling ed25519-dalek v2.1.1
15212024-12-19T21:01:11.437Z Compiling toml v0.7.8
15222024-12-19T21:01:12.419Z Compiling zip v0.6.6
15232024-12-19T21:01:13.184Z Compiling crossterm v0.28.1
15242024-12-19T21:01:14.602Z Compiling hex v0.4.3
15252024-12-19T21:01:14.671Z Compiling x509-cert v0.2.5
15262024-12-19T21:01:14.755Z Compiling itertools v0.10.5
15272024-12-19T21:01:15.214Z Compiling peg-runtime v0.8.3
15282024-12-19T21:01:15.845Z Compiling unicode-xid v0.2.6
15292024-12-19T21:01:15.913Z Compiling lalrpop-util v0.19.12
15302024-12-19T21:01:16.028Z Compiling strum_macros v0.26.4
15312024-12-19T21:01:16.283Z Compiling xattr v1.3.1
15322024-12-19T21:01:16.391Z Compiling filetime v0.2.25
15332024-12-19T21:01:16.717Z Compiling tar v0.4.42
15342024-12-19T21:01:21.238Z Compiling strum v0.26.3
15352024-12-19T21:01:23.413Z Compiling aws-lc-sys v0.22.0
15362024-12-19T21:02:01.407Z Compiling rustls-webpki v0.102.8
15372024-12-19T21:02:04.818Z Compiling tokio-rustls v0.25.0
15382024-12-19T21:02:06.438Z Compiling tokio-rustls v0.26.0
15392024-12-19T21:02:06.812Z Compiling hyper-rustls v0.27.3
15402024-12-19T21:02:07.198Z Compiling reqwest v0.12.9
15412024-12-19T21:02:08.348Z Compiling qorb v0.2.1
15422024-12-19T21:02:13.125Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-12-19T21:02:13.363Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-12-19T21:02:19.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15452024-12-19T21:02:19.371Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: Console
15472024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: Cockroach
15482024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: DendriteOpenapi
15492024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: Clickhouse
15502024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: DendriteStub
15512024-12-19T21:02:19.424ZDec 19 21:02:19.018 INFO Starting download, target: MaghemiteMgd
15522024-12-19T21:02:19.427ZDec 19 21:02:19.018 INFO Starting download, target: TransceiverControl
15532024-12-19T21:02:19.427ZDec 19 21:02:19.019 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-12-19T21:02:19.427ZDec 19 21:02:19.019 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552024-12-19T21:02:19.427ZDec 19 21:02:19.019 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi
15562024-12-19T21:02:19.428ZDec 19 21:02:19.019 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15572024-12-19T21:02:19.428ZDec 19 21:02:19.019 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582024-12-19T21:02:19.428ZDec 19 21:02:19.019 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592024-12-19T21:02:19.428ZDec 19 21:02:19.019 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15602024-12-19T21:02:19.614ZDec 19 21:02:19.203 INFO Download complete, target: DendriteOpenapi
15612024-12-19T21:02:19.950ZDec 19 21:02:19.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-12-19T21:02:19.959ZDec 19 21:02:19.549 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15632024-12-19T21:02:20.309ZDec 19 21:02:19.895 INFO Download complete, target: Console
15642024-12-19T21:02:20.382ZDec 19 21:02:19.968 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652024-12-19T21:02:20.546ZDec 19 21:02:20.134 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-12-19T21:02:20.680ZDec 19 21:02:20.273 INFO Download complete, target: TransceiverControl
15672024-12-19T21:02:20.884ZDec 19 21:02:20.478 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-12-19T21:02:20.884ZDec 19 21:02:20.478 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-12-19T21:02:21.325ZDec 19 21:02:20.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702024-12-19T21:02:23.262ZDec 19 21:02:22.855 INFO Download complete, target: MaghemiteMgd
15712024-12-19T21:02:23.706ZDec 19 21:02:23.300 INFO Download complete, target: DendriteStub
15722024-12-19T21:02:28.657ZDec 19 21:02:28.250 INFO Checking that binary works, target: Cockroach
15732024-12-19T21:02:28.832ZDec 19 21:02:28.425 INFO Download complete, target: Cockroach
15742024-12-19T21:02:34.183ZDec 19 21:02:33.774 INFO Checking that binary works, target: Clickhouse
15752024-12-19T21:02:35.277ZDec 19 21:02:34.869 INFO Download complete, target: Clickhouse
15762024-12-19T21:02:35.426ZAll builder prerequisites installed successfully, and PATH looks valid
15772024-12-19T21:02:35.429Z
15782024-12-19T21:02:35.429Zreal 5:47.567327742
15792024-12-19T21:02:35.429Zuser 16:31.885844965
15802024-12-19T21:02:35.429Zsys 3:14.179771542
15812024-12-19T21:02:35.429Ztrap 0.536498720
15822024-12-19T21:02:35.429Ztflt 9.228044664
15832024-12-19T21:02:35.429Zdflt 9.688848795
15842024-12-19T21:02:35.429Zkflt 0.610337896
15852024-12-19T21:02:35.429Zlock 30:54.007859750
15862024-12-19T21:02:35.429Zslp 1:04:53.024694541
15872024-12-19T21:02:35.429Zlat 52.469728330
15882024-12-19T21:02:35.429Zstop 2:14.942574698
15892024-12-19T21:02:35.429Z+ banner hack-check
15902024-12-19T21:02:35.432Z
15912024-12-19T21:02:35.432Z # # ## #### # # #### # # ###### #### # #
15922024-12-19T21:02:35.432Z # # # # # # # # # # # # # # # # #
15932024-12-19T21:02:35.432Z ###### # # # #### ##### # ###### ##### # ####
15942024-12-19T21:02:35.433Z # # ###### # # # # # # # # # #
15952024-12-19T21:02:35.433Z # # # # # # # # # # # # # # # # #
15962024-12-19T21:02:35.433Z # # # # #### # # #### # # ###### #### # #
15972024-12-19T21:02:35.433Z
15982024-12-19T21:02:35.433Z+ export CARGO_INCREMENTAL=0
15992024-12-19T21:02:35.433Z+ CARGO_INCREMENTAL=0
16002024-12-19T21:02:35.433Z+ ptime -m timeout 2h cargo xtask check-features --ci
16012024-12-19T21:02:35.967Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16022024-12-19T21:02:39.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
16032024-12-19T21:02:39.847Z Running `target/debug/xtask check-features --ci`
16042024-12-19T21:02:39.868Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16052024-12-19T21:02:39.871Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16062024-12-19T21:02:40.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16072024-12-19T21:02:40.333Z Running `target/debug/xtask download cargo-hack`
16082024-12-19T21:02:41.140Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092024-12-19T21:02:41.501Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102024-12-19T21:02:46.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16112024-12-19T21:02:46.696Z Running `target/debug/xtask-downloader cargo-hack`
16122024-12-19T21:02:46.734ZDec 19 21:02:46.324 INFO Starting download, target: CargoHack
16132024-12-19T21:02:46.737ZDec 19 21:02:46.325 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16142024-12-19T21:02:47.387ZDec 19 21:02:46.977 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16152024-12-19T21:02:47.478ZDec 19 21:02:47.068 INFO Download complete, target: CargoHack
16162024-12-19T21:02:47.482Zrunning: "/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"
16172024-12-19T21:02:47.497Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16182024-12-19T21:02:47.669Zinfo: running `cargo check --bins` on api_identity (1/173)
16192024-12-19T21:02:48.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-19T21:02:48.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-19T21:02:48.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-19T21:02:48.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16232024-12-19T21:02:48.290Z
16242024-12-19T21:02:48.290Zinfo: running `cargo check --bins` on bootstore (2/173)
16252024-12-19T21:02:48.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-19T21:02:48.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-19T21:02:48.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-19T21:02:48.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16292024-12-19T21:02:48.942Z
16302024-12-19T21:02:48.942Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16312024-12-19T21:02:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-19T21:02:49.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-19T21:02:49.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-19T21:02:49.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16352024-12-19T21:02:49.558Z
16362024-12-19T21:02:49.558Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16372024-12-19T21:02:50.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-19T21:02:50.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-19T21:02:50.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-19T21:02:50.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16412024-12-19T21:02:50.180Z
16422024-12-19T21:02:50.180Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16432024-12-19T21:02:50.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-19T21:02:50.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-19T21:02:50.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-19T21:02:50.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16472024-12-19T21:02:50.600Z
16482024-12-19T21:02:50.600Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16492024-12-19T21:02:50.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-19T21:02:50.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-19T21:02:50.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-19T21:02:50.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16532024-12-19T21:02:51.026Z
16542024-12-19T21:02:51.026Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16552024-12-19T21:02:51.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-19T21:02:51.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-19T21:02:51.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-19T21:02:51.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16592024-12-19T21:02:51.446Z
16602024-12-19T21:02:51.446Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16612024-12-19T21:02:51.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-19T21:02:51.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-19T21:02:51.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-19T21:02:51.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-12-19T21:02:51.878Z
16662024-12-19T21:02:51.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16672024-12-19T21:02:52.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-19T21:02:52.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-19T21:02:52.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-19T21:02:52.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16712024-12-19T21:02:52.302Z
16722024-12-19T21:02:52.302Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16732024-12-19T21:02:52.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-19T21:02:52.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-19T21:02:52.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-19T21:02:52.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-12-19T21:02:52.719Z
16782024-12-19T21:02:52.719Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16792024-12-19T21:02:53.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-19T21:02:53.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-19T21:02:53.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-19T21:02:53.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16832024-12-19T21:02:53.147Z
16842024-12-19T21:02:53.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16852024-12-19T21:02:53.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-19T21:02:53.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-19T21:02:53.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-19T21:02:53.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16892024-12-19T21:02:53.577Z
16902024-12-19T21:02:53.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16912024-12-19T21:02:53.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-19T21:02:53.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-19T21:02:53.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-19T21:02:53.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16952024-12-19T21:02:54.003Z
16962024-12-19T21:02:54.003Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16972024-12-19T21:02:54.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-19T21:02:54.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-19T21:02:54.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-19T21:02:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012024-12-19T21:02:54.424Z
17022024-12-19T21:02:54.424Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17032024-12-19T21:02:54.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-19T21:02:54.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-19T21:02:54.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-19T21:02:54.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17072024-12-19T21:02:54.855Z
17082024-12-19T21:02:54.855Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17092024-12-19T21:02:55.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-19T21:02:55.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-19T21:02:55.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-19T21:02:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132024-12-19T21:02:55.275Z
17142024-12-19T21:02:55.275Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17152024-12-19T21:02:55.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-19T21:02:55.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-19T21:02:55.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-19T21:02:55.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17192024-12-19T21:02:55.697Z
17202024-12-19T21:02:55.698Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17212024-12-19T21:02:56.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-19T21:02:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-19T21:02:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-19T21:02:56.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-12-19T21:02:56.122Z
17262024-12-19T21:02:56.122Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17272024-12-19T21:02:56.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-19T21:02:56.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-19T21:02:56.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-19T21:02:56.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312024-12-19T21:02:56.545Z
17322024-12-19T21:02:56.545Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17332024-12-19T21:02:56.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-19T21:02:56.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-19T21:02:56.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-19T21:02:56.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17372024-12-19T21:02:56.968Z
17382024-12-19T21:02:56.969Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17392024-12-19T21:02:57.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-19T21:02:57.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-19T21:02:57.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-19T21:02:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432024-12-19T21:02:57.402Z
17442024-12-19T21:02:57.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17452024-12-19T21:02:57.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-19T21:02:57.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-19T21:02:57.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-19T21:02:57.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-12-19T21:02:57.824Z
17502024-12-19T21:02:57.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17512024-12-19T21:02:58.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-19T21:02:58.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-19T21:02:58.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-19T21:02:58.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17552024-12-19T21:02:58.261Z
17562024-12-19T21:02:58.261Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17572024-12-19T21:02:58.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-19T21:02:58.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-19T21:02:58.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-19T21:02:58.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17612024-12-19T21:02:58.686Z
17622024-12-19T21:02:58.687Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17632024-12-19T21:02:59.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-19T21:02:59.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-19T21:02:59.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-19T21:02:59.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17672024-12-19T21:02:59.325Z
17682024-12-19T21:02:59.325Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17692024-12-19T21:02:59.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-19T21:02:59.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-19T21:02:59.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-19T21:02:59.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17732024-12-19T21:02:59.967Z
17742024-12-19T21:02:59.967Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17752024-12-19T21:03:00.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-19T21:03:00.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-19T21:03:00.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-19T21:03:00.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17792024-12-19T21:03:00.603Z
17802024-12-19T21:03:00.603Zinfo: running `cargo check --bins` on oxlog (28/173)
17812024-12-19T21:03:01.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-19T21:03:01.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-19T21:03:01.217Z Checking cfg-if v1.0.0
17842024-12-19T21:03:01.220Z Checking libc v0.2.162
17852024-12-19T21:03:01.327Z Checking serde v1.0.215
17862024-12-19T21:03:01.330Z Checking zeroize v1.8.1
17872024-12-19T21:03:01.344Z Checking memchr v2.7.4
17882024-12-19T21:03:01.347Z Checking typenum v1.17.0
17892024-12-19T21:03:01.367Z Checking scopeguard v1.2.0
17902024-12-19T21:03:01.370Z Checking subtle v2.6.1
17912024-12-19T21:03:01.395Z Checking value-bag v1.9.0
17922024-12-19T21:03:01.505Z Checking lock_api v0.4.12
17932024-12-19T21:03:01.580Z Checking const-oid v0.9.6
17942024-12-19T21:03:01.634Z Checking itoa v1.0.11
17952024-12-19T21:03:01.794Z Checking log v0.4.22
17962024-12-19T21:03:01.835Z Checking smallvec v1.13.2
17972024-12-19T21:03:01.948Z Checking pin-project-lite v0.2.14
17982024-12-19T21:03:02.069Z Checking byteorder v1.5.0
17992024-12-19T21:03:02.185Z Checking futures-core v0.3.31
18002024-12-19T21:03:02.200Z Checking once_cell v1.20.2
18012024-12-19T21:03:02.312Z Checking cpufeatures v0.2.14
18022024-12-19T21:03:02.377Z Checking futures-sink v0.3.31
18032024-12-19T21:03:02.400Z Checking stable_deref_trait v1.2.0
18042024-12-19T21:03:02.417Z Checking getrandom v0.2.15
18052024-12-19T21:03:02.449Z Checking parking_lot_core v0.9.10
18062024-12-19T21:03:02.484Z Checking signal-hook-registry v1.4.2
18072024-12-19T21:03:02.499Z Checking mio v1.0.2
18082024-12-19T21:03:02.516Z Checking socket2 v0.5.7
18092024-12-19T21:03:02.631Z Checking rand_core v0.6.4
18102024-12-19T21:03:02.718Z Checking spin v0.9.8
18112024-12-19T21:03:02.734Z Checking generic-array v0.14.7
18122024-12-19T21:03:02.758Z Checking parking_lot v0.12.3
18132024-12-19T21:03:02.948Z Checking zerocopy v0.7.35
18142024-12-19T21:03:02.994Z Checking slab v0.4.9
18152024-12-19T21:03:03.057Z Checking zerofrom v0.1.4
18162024-12-19T21:03:03.101Z Checking futures-channel v0.3.31
18172024-12-19T21:03:03.116Z Checking allocator-api2 v0.2.18
18182024-12-19T21:03:03.248Z Checking yoke v0.7.4
18192024-12-19T21:03:03.251Z Checking foldhash v0.1.3
18202024-12-19T21:03:03.413Z Checking pin-utils v0.1.0
18212024-12-19T21:03:03.458Z Checking futures-task v0.3.31
18222024-12-19T21:03:03.473Z Checking futures-io v0.3.31
18232024-12-19T21:03:03.498Z Checking equivalent v1.0.1
18242024-12-19T21:03:03.597Z Checking zerovec v0.10.4
18252024-12-19T21:03:03.612Z Checking ryu v1.0.18
18262024-12-19T21:03:03.655Z Checking tinyvec_macros v0.1.1
18272024-12-19T21:03:03.699Z Checking futures-util v0.3.31
18282024-12-19T21:03:03.738Z Checking hashbrown v0.15.1
18292024-12-19T21:03:03.741Z Checking tinyvec v1.8.0
18302024-12-19T21:03:03.828Z Checking fnv v1.0.7
18312024-12-19T21:03:03.924Z Checking crypto-common v0.1.6
18322024-12-19T21:03:03.957Z Checking block-buffer v0.10.4
18332024-12-19T21:03:04.106Z Checking block-padding v0.3.3
18342024-12-19T21:03:04.183Z Checking digest v0.10.7
18352024-12-19T21:03:04.311Z Checking inout v0.1.3
18362024-12-19T21:03:04.430Z Checking libm v0.2.8
18372024-12-19T21:03:04.534Z Checking cipher v0.4.4
18382024-12-19T21:03:04.577Z Checking hmac v0.12.1
18392024-12-19T21:03:04.786Z Checking sha2 v0.10.8
18402024-12-19T21:03:04.894Z Checking unicode-bidi v0.3.17
18412024-12-19T21:03:04.938Z Checking writeable v0.5.5
18422024-12-19T21:03:05.055Z Checking unicode-normalization v0.1.24
18432024-12-19T21:03:05.254Z Checking litemap v0.7.3
18442024-12-19T21:03:05.310Z Checking tinystr v0.7.6
18452024-12-19T21:03:05.336Z Checking base64ct v1.6.0
18462024-12-19T21:03:05.382Z Checking num-traits v0.2.19
18472024-12-19T21:03:05.509Z Checking ppv-lite86 v0.2.20
18482024-12-19T21:03:05.615Z Checking flagset v0.4.6
18492024-12-19T21:03:05.690Z Checking icu_locid v1.5.0
18502024-12-19T21:03:05.755Z Checking pem-rfc7468 v0.7.0
18512024-12-19T21:03:05.799Z Checking tracing-core v0.1.32
18522024-12-19T21:03:05.976Z Checking thiserror v1.0.69
18532024-12-19T21:03:06.004Z Checking der v0.7.9
18542024-12-19T21:03:06.108Z Checking percent-encoding v2.3.1
18552024-12-19T21:03:06.283Z Checking bytes v1.8.0
18562024-12-19T21:03:06.298Z Checking indexmap v2.6.0
18572024-12-19T21:03:06.312Z Checking serde_json v1.0.132
18582024-12-19T21:03:06.455Z Checking rand_chacha v0.3.1
18592024-12-19T21:03:06.724Z Checking icu_provider v1.5.0
18602024-12-19T21:03:06.839Z Checking bitflags v2.6.0
18612024-12-19T21:03:07.096Z Checking tokio v1.40.0
18622024-12-19T21:03:07.112Z Checking http v1.1.0
18632024-12-19T21:03:07.126Z Checking icu_locid_transform_data v1.5.0
18642024-12-19T21:03:07.222Z Checking rustls-pki-types v1.9.0
18652024-12-19T21:03:07.372Z Checking icu_locid_transform v1.5.0
18662024-12-19T21:03:07.571Z Checking rand v0.8.5
18672024-12-19T21:03:07.793Z Checking tracing v0.1.40
18682024-12-19T21:03:07.906Z Checking spki v0.7.3
18692024-12-19T21:03:08.127Z Checking icu_collections v1.5.0
18702024-12-19T21:03:08.144Z Checking salsa20 v0.10.2
18712024-12-19T21:03:08.190Z Checking pbkdf2 v0.12.2
18722024-12-19T21:03:08.345Z Checking aws-lc-sys v0.22.0
18732024-12-19T21:03:08.360Z Checking httparse v1.9.5
18742024-12-19T21:03:08.363Z Checking powerfmt v0.2.0
18752024-12-19T21:03:08.466Z Checking untrusted v0.9.0
18762024-12-19T21:03:08.617Z Checking mirai-annotations v1.12.0
18772024-12-19T21:03:08.632Z Checking icu_properties_data v1.5.0
18782024-12-19T21:03:08.789Z Checking untrusted v0.7.1
18792024-12-19T21:03:08.805Z Checking deranged v0.3.11
18802024-12-19T21:03:08.805Z Checking ring v0.17.8
18812024-12-19T21:03:08.808Z Checking scrypt v0.11.0
18822024-12-19T21:03:08.857Z Checking icu_properties v1.5.1
18832024-12-19T21:03:08.907Z Checking cbc v0.1.2
18842024-12-19T21:03:08.939Z Checking aes v0.8.4
18852024-12-19T21:03:09.039Z Checking crossbeam-utils v0.8.20
18862024-12-19T21:03:09.124Z Checking num_threads v0.1.7
18872024-12-19T21:03:09.233Z Checking write16 v1.0.0
18882024-12-19T21:03:09.360Z Checking atomic-waker v1.1.2
18892024-12-19T21:03:09.491Z Checking num-conv v0.1.0
18902024-12-19T21:03:09.703Z Checking utf16_iter v1.0.5
18912024-12-19T21:03:09.744Z Checking utf8_iter v1.0.4
18922024-12-19T21:03:09.842Z Checking time-core v0.1.2
18932024-12-19T21:03:09.874Z Checking icu_normalizer_data v1.5.0
18942024-12-19T21:03:09.938Z Checking pkcs5 v0.7.1
18952024-12-19T21:03:09.967Z Checking http-body v1.0.1
18962024-12-19T21:03:09.999Z Checking form_urlencoded v1.2.1
18972024-12-19T21:03:10.168Z Checking try-lock v0.2.5
18982024-12-19T21:03:10.199Z Checking unicode-ident v1.0.13
18992024-12-19T21:03:10.302Z Checking want v0.3.1
19002024-12-19T21:03:10.371Z Checking httpdate v1.0.3
19012024-12-19T21:03:10.408Z Checking pkcs8 v0.10.2
19022024-12-19T21:03:10.472Z Checking proc-macro2 v1.0.89
19032024-12-19T21:03:10.542Z Checking time v0.3.36
19042024-12-19T21:03:10.598Z Checking uuid v1.11.0
19052024-12-19T21:03:10.704Z Checking serde_spanned v0.6.8
19062024-12-19T21:03:10.720Z Checking toml_datetime v0.6.8
19072024-12-19T21:03:10.880Z Checking slog v2.7.0
19082024-12-19T21:03:10.922Z Checking aws-lc-rs v1.10.0
19092024-12-19T21:03:10.979Z Checking scroll v0.12.0
19102024-12-19T21:03:11.157Z Checking adler2 v2.0.0
19112024-12-19T21:03:11.205Z Checking foreign-types-shared v0.1.1
19122024-12-19T21:03:11.308Z Checking iana-time-zone v0.1.61
19132024-12-19T21:03:11.324Z Checking tower-service v0.3.3
19142024-12-19T21:03:11.342Z Checking plain v0.2.3
19152024-12-19T21:03:11.435Z Checking base64 v0.22.1
19162024-12-19T21:03:11.452Z Checking match_cfg v0.1.0
19172024-12-19T21:03:11.464Z Checking ucd-trie v0.1.7
19182024-12-19T21:03:11.489Z Checking goblin v0.8.2
19192024-12-19T21:03:11.529Z Checking hostname v0.3.1
19202024-12-19T21:03:11.651Z Checking pest v2.7.14
19212024-12-19T21:03:11.667Z Checking chrono v0.4.38
19222024-12-19T21:03:11.973Z Checking foreign-types v0.3.2
19232024-12-19T21:03:11.981Z Checking miniz_oxide v0.8.0
19242024-12-19T21:03:12.239Z Checking icu_normalizer v1.5.0
19252024-12-19T21:03:12.703Z Checking quote v1.0.37
19262024-12-19T21:03:12.721Z Checking rustls-webpki v0.102.8
19272024-12-19T21:03:13.034Z Checking idna_adapter v1.2.0
19282024-12-19T21:03:13.051Z Checking openssl-sys v0.9.103
19292024-12-19T21:03:13.111Z Checking errno v0.3.9
19302024-12-19T21:03:13.217Z Checking idna v1.0.3
19312024-12-19T21:03:13.275Z Checking dirs-sys-next v0.1.2
19322024-12-19T21:03:13.477Z Checking aho-corasick v1.1.3
19332024-12-19T21:03:13.534Z Checking regex-syntax v0.8.5
19342024-12-19T21:03:13.735Z Checking url v2.5.3
19352024-12-19T21:03:13.771Z Checking data-encoding v2.6.0
19362024-12-19T21:03:14.150Z Checking pretty-hex v0.4.1
19372024-12-19T21:03:14.319Z Checking siphasher v0.3.11
19382024-12-19T21:03:14.336Z Checking openssl v0.10.66
19392024-12-19T21:03:14.436Z Checking dtrace-parser v0.2.0
19402024-12-19T21:03:14.474Z Checking tokio-util v0.7.12
19412024-12-19T21:03:14.580Z Checking dirs-next v2.0.0
19422024-12-19T21:03:14.617Z Checking rustix v0.38.37
19432024-12-19T21:03:14.709Z Checking syn v2.0.87
19442024-12-19T21:03:14.883Z Checking http-body-util v0.1.2
19452024-12-19T21:03:15.082Z Checking crossbeam-epoch v0.9.18
19462024-12-19T21:03:15.360Z Checking sha1 v0.10.6
19472024-12-19T21:03:15.399Z Checking h2 v0.4.6
19482024-12-19T21:03:15.492Z Checking signature v2.2.0
19492024-12-19T21:03:15.627Z Checking lazy_static v1.5.0
19502024-12-19T21:03:15.687Z Checking thread_local v1.1.8
19512024-12-19T21:03:15.748Z Checking thread-id v4.2.2
19522024-12-19T21:03:15.857Z Checking encoding_rs v0.8.34
19532024-12-19T21:03:15.955Z Checking anstyle v1.0.10
19542024-12-19T21:03:16.292Z Checking unicode-properties v0.1.3
19552024-12-19T21:03:16.468Z Checking dof v0.3.0
19562024-12-19T21:03:16.632Z Checking ipnet v2.10.1
19572024-12-19T21:03:16.770Z Checking regex-automata v0.4.8
19582024-12-19T21:03:17.042Z Checking winnow v0.6.20
19592024-12-19T21:03:17.117Z Checking openssl-probe v0.1.5
19602024-12-19T21:03:17.271Z Checking gimli v0.31.1
19612024-12-19T21:03:18.182Z Checking mime v0.3.17
19622024-12-19T21:03:18.195Z Checking utf8parse v0.2.2
19632024-12-19T21:03:18.351Z Checking either v1.13.0
19642024-12-19T21:03:18.524Z Checking anstyle-parse v0.2.5
19652024-12-19T21:03:18.759Z Checking stringprep v0.1.5
19662024-12-19T21:03:18.805Z Checking crossbeam-deque v0.8.5
19672024-12-19T21:03:19.037Z Checking term v0.7.0
19682024-12-19T21:03:19.114Z Checking rustls v0.23.14
19692024-12-19T21:03:19.482Z Checking rustls v0.22.4
19702024-12-19T21:03:19.781Z Checking native-tls v0.2.12
19712024-12-19T21:03:20.075Z Checking toml_edit v0.22.22
19722024-12-19T21:03:20.104Z Checking slog-json v2.6.1
19732024-12-19T21:03:20.352Z Checking serde_urlencoded v0.7.1
19742024-12-19T21:03:20.791Z Checking crossbeam-channel v0.5.13
19752024-12-19T21:03:21.081Z Checking usdt-impl v0.5.0
19762024-12-19T21:03:21.360Z Checking addr2line v0.24.2
19772024-12-19T21:03:21.477Z Checking futures-executor v0.3.31
19782024-12-19T21:03:21.481Z Checking rustls-pemfile v2.2.0
19792024-12-19T21:03:21.635Z Checking num-integer v0.1.46
19802024-12-19T21:03:21.680Z Checking hyper v1.5.0
19812024-12-19T21:03:21.698Z Checking idna v0.4.0
19822024-12-19T21:03:21.711Z Checking idna v0.3.0
19832024-12-19T21:03:21.866Z Checking md-5 v0.10.6
19842024-12-19T21:03:22.083Z Checking ff v0.13.0
19852024-12-19T21:03:22.126Z Checking hash32 v0.2.1
19862024-12-19T21:03:22.298Z Checking is-terminal v0.4.13
19872024-12-19T21:03:22.413Z Checking memmap v0.7.0
19882024-12-19T21:03:22.429Z Checking object v0.36.5
19892024-12-19T21:03:22.514Z Checking quick-error v1.2.3
19902024-12-19T21:03:22.530Z Checking colorchoice v1.0.2
19912024-12-19T21:03:22.608Z Checking base16ct v0.2.0
19922024-12-19T21:03:22.627Z Checking linked-hash-map v0.5.6
19932024-12-19T21:03:22.643Z Checking rustc-demangle v0.1.24
19942024-12-19T21:03:22.657Z Checking fallible-iterator v0.2.0
19952024-12-19T21:03:22.797Z Checking take_mut v0.2.2
19962024-12-19T21:03:22.938Z Checking psl-types v2.0.11
19972024-12-19T21:03:22.957Z Checking utf-8 v0.7.6
19982024-12-19T21:03:23.053Z Checking dyn-clone v1.0.17
19992024-12-19T21:03:23.069Z Checking anstyle-query v1.1.1
20002024-12-19T21:03:23.113Z Checking is_terminal_polyfill v1.70.1
20012024-12-19T21:03:23.143Z Checking tungstenite v0.24.0
20022024-12-19T21:03:23.181Z Checking schemars v0.8.21
20032024-12-19T21:03:23.183Z Checking publicsuffix v2.2.3
20042024-12-19T21:03:23.221Z Checking anstream v0.6.15
20052024-12-19T21:03:23.251Z Checking postgres-protocol v0.6.7
20062024-12-19T21:03:23.436Z Checking tokio-rustls v0.25.0
20072024-12-19T21:03:23.595Z Checking lru-cache v0.1.2
20082024-12-19T21:03:23.748Z Checking hyper-util v0.1.10
20092024-12-19T21:03:23.766Z Checking slog-async v2.8.0
20102024-12-19T21:03:23.823Z Checking sec1 v0.7.3
20112024-12-19T21:03:23.934Z Checking resolv-conf v0.7.0
20122024-12-19T21:03:24.031Z Checking toml v0.8.19
20132024-12-19T21:03:24.049Z Checking usdt v0.5.0
20142024-12-19T21:03:24.205Z Checking hickory-proto v0.24.1
20152024-12-19T21:03:24.296Z Checking heapless v0.7.17
20162024-12-19T21:03:24.310Z Checking slog-term v2.9.1
20172024-12-19T21:03:24.636Z Checking tokio-rustls v0.26.0
20182024-12-19T21:03:24.788Z Checking group v0.13.0
20192024-12-19T21:03:24.804Z Checking num-iter v0.1.45
20202024-12-19T21:03:24.819Z Checking futures v0.3.31
20212024-12-19T21:03:24.929Z Checking slog-bunyan v2.5.0
20222024-12-19T21:03:24.963Z Checking tokio-native-tls v0.3.1
20232024-12-19T21:03:25.049Z Checking rayon-core v1.12.1
20242024-12-19T21:03:25.052Z Checking multer v3.1.0
20252024-12-19T21:03:25.080Z Checking terminal_size v0.4.0
20262024-12-19T21:03:25.207Z Checking phf_shared v0.11.2
20272024-12-19T21:03:25.256Z Checking cookie v0.18.1
20282024-12-19T21:03:25.282Z Checking async-stream v0.3.6
20292024-12-19T21:03:25.460Z Checking bzip2-sys v0.1.11+1.0.8
20302024-12-19T21:03:25.474Z Checking signal-hook v0.3.17
20312024-12-19T21:03:25.495Z Checking camino v1.1.9
20322024-12-19T21:03:25.570Z Checking waitgroup v0.1.2
20332024-12-19T21:03:25.702Z Checking openapiv3 v2.0.0
20342024-12-19T21:03:25.719Z Checking webpki-roots v0.26.6
20352024-12-19T21:03:25.722Z Checking serde_path_to_error v0.1.16
20362024-12-19T21:03:25.722Z Checking idna v0.5.0
20372024-12-19T21:03:25.781Z Checking hkdf v0.12.4
20382024-12-19T21:03:25.911Z Checking crypto-bigint v0.5.5
20392024-12-19T21:03:25.988Z Checking hostname v0.4.0
20402024-12-19T21:03:26.080Z Checking crc32fast v1.4.2
20412024-12-19T21:03:26.111Z Checking clap_lex v0.7.2
20422024-12-19T21:03:26.317Z Checking winnow v0.5.40
20432024-12-19T21:03:26.347Z Checking unicode-width v0.1.14
20442024-12-19T21:03:26.350Z Checking strsim v0.11.1
20452024-12-19T21:03:26.625Z Checking debug-ignore v1.0.5
20462024-12-19T21:03:26.663Z Checking bitflags v1.3.2
20472024-12-19T21:03:26.767Z Checking managed v0.8.0
20482024-12-19T21:03:26.770Z Checking clap_builder v4.5.21
20492024-12-19T21:03:26.847Z Checking console v0.15.8
20502024-12-19T21:03:27.162Z Checking smoltcp v0.9.1
20512024-12-19T21:03:27.443Z Checking cookie_store v0.21.0
20522024-12-19T21:03:28.156Z Checking flate2 v1.0.34
20532024-12-19T21:03:28.695Z Checking hyper-rustls v0.27.3
20542024-12-19T21:03:28.805Z Checking signal-hook-mio v0.2.4
20552024-12-19T21:03:28.867Z Checking elliptic-curve v0.13.8
20562024-12-19T21:03:28.883Z Checking backtrace v0.3.74
20572024-12-19T21:03:28.885Z Checking hickory-resolver v0.24.1
20582024-12-19T21:03:28.936Z Checking hyper-tls v0.6.0
20592024-12-19T21:03:29.034Z Checking rayon v1.10.0
20602024-12-19T21:03:29.157Z Checking dropshot v0.12.0
20612024-12-19T21:03:29.221Z Checking bzip2 v0.4.4
20622024-12-19T21:03:29.354Z Checking toml_edit v0.19.15
20632024-12-19T21:03:29.437Z Checking anyhow v1.0.93
20642024-12-19T21:03:29.482Z Checking phf v0.11.2
20652024-12-19T21:03:29.504Z Checking num-bigint-dig v0.8.4
20662024-12-19T21:03:29.750Z Checking tokio-tungstenite v0.24.0
20672024-12-19T21:03:29.808Z Checking postgres-types v0.2.8
20682024-12-19T21:03:29.939Z Checking bstr v1.10.0
20692024-12-19T21:03:30.212Z Checking regex v1.11.1
20702024-12-19T21:03:30.534Z Checking ed25519 v2.2.3
20712024-12-19T21:03:30.549Z Checking tokio-stream v0.1.16
20722024-12-19T21:03:30.817Z Checking phf_shared v0.10.0
20732024-12-19T21:03:30.843Z Checking curve25519-dalek v4.1.3
20742024-12-19T21:03:30.900Z Checking zerocopy v0.6.6
20752024-12-19T21:03:31.099Z Checking pkcs1 v0.7.5
20762024-12-19T21:03:31.380Z Checking hubpack v0.1.2
20772024-12-19T21:03:31.507Z Checking portable-atomic v1.9.0
20782024-12-19T21:03:31.641Z Checking float-cmp v0.9.0
20792024-12-19T21:03:31.696Z Checking serde-big-array v0.5.1
20802024-12-19T21:03:31.696Z Checking rfc6979 v0.4.0
20812024-12-19T21:03:31.805Z Checking sync_wrapper v1.0.1
20822024-12-19T21:03:31.821Z Checking difflib v0.4.0
20832024-12-19T21:03:31.876Z Checking unicode-segmentation v1.12.0
20842024-12-19T21:03:31.908Z Checking minimal-lexical v0.2.1
20852024-12-19T21:03:31.944Z Checking precomputed-hash v0.1.1
20862024-12-19T21:03:32.060Z Checking static_assertions v1.1.0
20872024-12-19T21:03:32.131Z Checking number_prefix v0.4.0
20882024-12-19T21:03:32.156Z Checking whoami v1.5.2
20892024-12-19T21:03:32.299Z Checking new_debug_unreachable v1.0.6
20902024-12-19T21:03:32.328Z Checking normalize-line-endings v0.3.0
20912024-12-19T21:03:32.386Z Checking unicode-width v0.2.0
20922024-12-19T21:03:32.438Z Checking predicates-core v1.0.8
20932024-12-19T21:03:32.454Z Checking fixedbitset v0.4.2
20942024-12-19T21:03:32.507Z Checking bit-vec v0.6.3
20952024-12-19T21:03:32.566Z Checking similar v2.6.0
20962024-12-19T21:03:32.607Z Checking predicates v3.1.2
20972024-12-19T21:03:32.710Z Checking petgraph v0.6.5
20982024-12-19T21:03:32.751Z Checking ed25519-dalek v2.1.1
20992024-12-19T21:03:32.829Z Checking bit-set v0.5.3
21002024-12-19T21:03:32.845Z Checking tokio-postgres v0.7.12
21012024-12-19T21:03:32.874Z Checking indicatif v0.17.9
21022024-12-19T21:03:32.891Z Checking qorb v0.2.1
21032024-12-19T21:03:33.086Z Checking string_cache v0.8.7
21042024-12-19T21:03:33.143Z Checking nom v7.1.3
21052024-12-19T21:03:33.251Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21062024-12-19T21:03:33.392Z Checking reqwest v0.12.9
21072024-12-19T21:03:33.410Z Checking ecdsa v0.16.9
21082024-12-19T21:03:33.654Z Checking toml v0.7.8
21092024-12-19T21:03:34.130Z Checking rsa v0.9.6
21102024-12-19T21:03:34.414Z Checking clap v4.5.21
21112024-12-19T21:03:34.534Z Checking zip v0.6.6
21122024-12-19T21:03:35.209Z Checking crossterm v0.28.1
21132024-12-19T21:03:35.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142024-12-19T21:03:35.249Z Checking itertools v0.12.1
21152024-12-19T21:03:35.265Z Checking itertools v0.10.5
21162024-12-19T21:03:35.482Z Checking ahash v0.8.11
21172024-12-19T21:03:35.902Z Checking fs-err v2.11.0
21182024-12-19T21:03:36.076Z Checking x509-cert v0.2.5
21192024-12-19T21:03:36.093Z Checking hex v0.4.3
21202024-12-19T21:03:36.093Z Checking semver v1.0.23
21212024-12-19T21:03:36.471Z Checking lalrpop-util v0.19.12
21222024-12-19T21:03:36.501Z Checking peg-runtime v0.8.3
21232024-12-19T21:03:36.610Z Checking sigpipe v0.1.3
21242024-12-19T21:03:38.086Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21252024-12-19T21:03:38.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.79s
21262024-12-19T21:03:38.569Z
21272024-12-19T21:03:38.569Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21282024-12-19T21:03:39.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-12-19T21:03:39.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-12-19T21:03:39.225Z Compiling hashbrown v0.14.5
21312024-12-19T21:03:39.345Z Checking heck v0.5.0
21322024-12-19T21:03:39.358Z Compiling unsafe-libyaml v0.2.11
21332024-12-19T21:03:39.370Z Compiling ident_case v1.0.1
21342024-12-19T21:03:39.382Z Checking progenitor-client v0.8.0
21352024-12-19T21:03:39.395Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362024-12-19T21:03:39.411Z Compiling proc-macro-crate v1.3.1
21372024-12-19T21:03:39.516Z Compiling darling_core v0.20.10
21382024-12-19T21:03:39.531Z Checking ipnetwork v0.20.0
21392024-12-19T21:03:39.737Z Compiling structmeta-derive v0.3.0
21402024-12-19T21:03:39.771Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412024-12-19T21:03:39.872Z Compiling newtype-uuid v1.1.3
21422024-12-19T21:03:40.078Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21432024-12-19T21:03:40.175Z Compiling lzma-sys v0.1.20
21442024-12-19T21:03:40.431Z Compiling foreign-types-macros v0.2.3
21452024-12-19T21:03:40.480Z Checking regress v0.10.1
21462024-12-19T21:03:40.596Z Compiling num_enum_derive v0.5.11
21472024-12-19T21:03:40.966Z Compiling serde_yaml v0.9.34+deprecated
21482024-12-19T21:03:41.248Z Compiling dropshot v0.13.0
21492024-12-19T21:03:41.524Z Checking foreign-types-shared v0.3.1
21502024-12-19T21:03:41.634Z Checking arc-swap v1.7.1
21512024-12-19T21:03:41.752Z Checking foreign-types v0.5.0
21522024-12-19T21:03:41.965Z Compiling proc-macro-error v1.0.4
21532024-12-19T21:03:42.062Z Checking slog-scope v4.4.0
21542024-12-19T21:03:42.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21552024-12-19T21:03:42.687Z Compiling structmeta v0.3.0
21562024-12-19T21:03:42.779Z Checking tungstenite v0.21.0
21572024-12-19T21:03:42.818Z Compiling heck v0.3.3
21582024-12-19T21:03:43.131Z Checking num_enum v0.5.11
21592024-12-19T21:03:43.153Z Compiling parse-display-derive v0.10.0
21602024-12-19T21:03:43.251Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21612024-12-19T21:03:43.286Z Compiling dropshot_endpoint v0.13.0
21622024-12-19T21:03:43.745Z Checking cstr-argument v0.1.2
21632024-12-19T21:03:43.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-12-19T21:03:43.974Z Checking typify-impl v0.2.0
21652024-12-19T21:03:44.130Z Checking instant v0.1.13
21662024-12-19T21:03:44.248Z Checking base64 v0.21.7
21672024-12-19T21:03:44.751Z Checking pretty-hex v0.2.1
21682024-12-19T21:03:44.915Z Checking fastrand v2.1.1
21692024-12-19T21:03:45.257Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-19T21:03:45.299Z Checking tempfile v3.13.0
21712024-12-19T21:03:45.557Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21722024-12-19T21:03:45.655Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-12-19T21:03:45.672Z Checking backoff v0.4.0
21742024-12-19T21:03:45.796Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-19T21:03:45.833Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21762024-12-19T21:03:45.942Z Checking tokio-tungstenite v0.21.0
21772024-12-19T21:03:45.971Z Checking strum v0.26.3
21782024-12-19T21:03:46.126Z Compiling zone_cfg_derive v0.1.2
21792024-12-19T21:03:46.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21802024-12-19T21:03:46.452Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21812024-12-19T21:03:46.469Z Checking slog-stdlog v4.1.1
21822024-12-19T21:03:46.578Z Compiling darling_macro v0.20.10
21832024-12-19T21:03:46.676Z Checking regress v0.9.1
21842024-12-19T21:03:46.795Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21852024-12-19T21:03:46.871Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-12-19T21:03:46.945Z Checking colored v2.1.0
21872024-12-19T21:03:47.149Z Checking macaddr v1.0.1
21882024-12-19T21:03:47.220Z Checking base64 v0.13.1
21892024-12-19T21:03:47.507Z Compiling darling v0.20.10
21902024-12-19T21:03:47.599Z Checking zone v0.1.8
21912024-12-19T21:03:47.621Z Checking ron v0.7.1
21922024-12-19T21:03:47.638Z Compiling serde_with_macros v3.11.0
21932024-12-19T21:03:47.814Z Checking parse-display v0.10.0
21942024-12-19T21:03:48.050Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21952024-12-19T21:03:48.246Z Checking xz2 v0.1.7
21962024-12-19T21:03:48.567Z Checking slog-envlogger v2.2.0
21972024-12-19T21:03:48.602Z Checking tabwriter v1.4.0
21982024-12-19T21:03:48.788Z Checking xattr v1.3.1
21992024-12-19T21:03:48.820Z Checking pem v3.0.4
22002024-12-19T21:03:48.839Z Checking yasna v0.5.2
22012024-12-19T21:03:48.976Z Checking headers-core v0.3.0
22022024-12-19T21:03:49.095Z Checking smf v0.2.3
22032024-12-19T21:03:49.118Z Checking filetime v0.2.25
22042024-12-19T21:03:49.330Z Checking same-file v1.0.6
22052024-12-19T21:03:49.505Z Checking walkdir v2.5.0
22062024-12-19T21:03:49.508Z Checking tar v0.4.42
22072024-12-19T21:03:49.558Z Checking headers v0.4.0
22082024-12-19T21:03:49.757Z Checking rcgen v0.12.1
22092024-12-19T21:03:49.794Z Checking camino-tempfile v1.1.1
22102024-12-19T21:03:50.064Z Checking atomicwrites v0.4.4
22112024-12-19T21:03:50.216Z Checking subprocess v0.2.9
22122024-12-19T21:03:50.553Z Checking serde_with v3.11.0
22132024-12-19T21:03:54.531Z Compiling typify-macro v0.2.0
22142024-12-19T21:03:56.403Z Compiling typify v0.2.0
22152024-12-19T21:03:56.471Z Compiling progenitor-impl v0.8.0
22162024-12-19T21:03:59.761Z Compiling progenitor-macro v0.8.0
22172024-12-19T21:04:04.567Z Checking progenitor v0.8.0
22182024-12-19T21:04:04.716Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22192024-12-19T21:04:04.717Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22202024-12-19T21:04:07.363Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22212024-12-19T21:04:07.797Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222024-12-19T21:04:14.088Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232024-12-19T21:04:15.685Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-12-19T21:04:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s
22252024-12-19T21:04:17.166Z
22262024-12-19T21:04:17.166Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22272024-12-19T21:04:17.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-12-19T21:04:17.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-12-19T21:04:17.824Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-19T21:04:19.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22312024-12-19T21:04:19.442Z
22322024-12-19T21:04:19.442Zinfo: running `cargo check --bins` on nexus-config (31/173)
22332024-12-19T21:04:19.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-19T21:04:19.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-19T21:04:19.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-12-19T21:04:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22372024-12-19T21:04:20.066Z
22382024-12-19T21:04:20.066Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22392024-12-19T21:04:20.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-19T21:04:20.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-19T21:04:20.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-19T21:04:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22432024-12-19T21:04:20.672Z
22442024-12-19T21:04:20.672Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22452024-12-19T21:04:21.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-19T21:04:21.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-19T21:04:21.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-19T21:04:21.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22492024-12-19T21:04:21.295Z
22502024-12-19T21:04:21.295Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22512024-12-19T21:04:21.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-19T21:04:21.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-19T21:04:21.973Z Compiling zerocopy v0.8.10
22542024-12-19T21:04:21.973Z Compiling progenitor-client v0.8.0
22552024-12-19T21:04:21.974Z Compiling itertools v0.13.0
22562024-12-19T21:04:21.974Z Compiling zerocopy-derive v0.8.10
22572024-12-19T21:04:21.974Z Compiling heapless v0.8.0
22582024-12-19T21:04:21.976Z Compiling newtype-uuid v1.1.3
22592024-12-19T21:04:21.976Z Compiling ipnetwork v0.20.0
22602024-12-19T21:04:21.977Z Checking hash32 v0.3.1
22612024-12-19T21:04:22.294Z Compiling instant v0.1.13
22622024-12-19T21:04:22.388Z Compiling smoltcp v0.11.0
22632024-12-19T21:04:22.440Z Compiling progenitor v0.8.0
22642024-12-19T21:04:22.535Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-12-19T21:04:22.702Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22662024-12-19T21:04:22.988Z Compiling backoff v0.4.0
22672024-12-19T21:04:23.054Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682024-12-19T21:04:23.112Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692024-12-19T21:04:23.285Z Compiling serde_with v3.11.0
22702024-12-19T21:04:23.300Z Compiling dropshot v0.13.0
22712024-12-19T21:04:23.328Z Compiling parse-display v0.10.0
22722024-12-19T21:04:23.425Z Checking num-rational v0.4.2
22732024-12-19T21:04:23.875Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742024-12-19T21:04:24.074Z Compiling regress v0.9.1
22752024-12-19T21:04:24.090Z Compiling phf_generator v0.11.2
22762024-12-19T21:04:24.259Z Checking num-complex v0.4.6
22772024-12-19T21:04:25.315Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22782024-12-19T21:04:25.887Z Compiling macaddr v1.0.1
22792024-12-19T21:04:26.264Z Checking cobs v0.2.3
22802024-12-19T21:04:26.304Z Compiling num v0.4.3
22812024-12-19T21:04:26.460Z Checking postcard v1.0.10
22822024-12-19T21:04:26.517Z Compiling phf_codegen v0.11.2
22832024-12-19T21:04:27.042Z Compiling parse-zoneinfo v0.3.1
22842024-12-19T21:04:27.400Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-19T21:04:27.679Z Checking float-ord v0.3.2
22862024-12-19T21:04:27.825Z Compiling convert_case v0.4.0
22872024-12-19T21:04:28.200Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882024-12-19T21:04:29.001Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-19T21:04:29.101Z Compiling derive_more v0.99.18
22902024-12-19T21:04:29.146Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22912024-12-19T21:04:29.329Z Compiling chrono-tz-build v0.4.0
22922024-12-19T21:04:29.849Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932024-12-19T21:04:30.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22942024-12-19T21:04:30.796Z Compiling thiserror v2.0.3
22952024-12-19T21:04:31.008Z Compiling crucible-workspace-hack v0.1.0
22962024-12-19T21:04:31.070Z Compiling chrono-tz v0.10.0
22972024-12-19T21:04:31.301Z Checking newline-converter v0.3.0
22982024-12-19T21:04:31.458Z Checking prettyplease v0.2.25
22992024-12-19T21:04:31.742Z Compiling thiserror-impl v2.0.3
23002024-12-19T21:04:31.756Z Compiling slog-dtrace v0.3.0
23012024-12-19T21:04:32.034Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022024-12-19T21:04:32.521Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-19T21:04:32.774Z Checking expectorate v1.1.0
23042024-12-19T21:04:32.791Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23052024-12-19T21:04:32.958Z Compiling zone_cfg_derive v0.3.0
23062024-12-19T21:04:33.344Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072024-12-19T21:04:33.637Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23082024-12-19T21:04:33.933Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23092024-12-19T21:04:34.522Z Compiling const_format_proc_macros v0.2.33
23102024-12-19T21:04:34.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23112024-12-19T21:04:35.131Z Compiling num-derive v0.4.2
23122024-12-19T21:04:35.670Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132024-12-19T21:04:35.726Z Checking highway v1.2.0
23142024-12-19T21:04:35.741Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23152024-12-19T21:04:35.995Z Checking zone v0.3.0
23162024-12-19T21:04:36.147Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23172024-12-19T21:04:36.670Z Checking const_format v0.2.33
23182024-12-19T21:04:36.736Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23192024-12-19T21:04:37.106Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202024-12-19T21:04:37.125Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23212024-12-19T21:04:37.141Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23222024-12-19T21:04:37.381Z Checking gethostname v0.5.0
23232024-12-19T21:04:37.468Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23242024-12-19T21:04:37.502Z Checking bcs v0.1.6
23252024-12-19T21:04:37.574Z Compiling async-recursion v1.1.1
23262024-12-19T21:04:38.821Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-19T21:04:39.328Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23282024-12-19T21:04:44.943Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23292024-12-19T21:04:48.286Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23302024-12-19T21:04:51.012Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23312024-12-19T21:04:52.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.93s
23322024-12-19T21:04:52.409Z
23332024-12-19T21:04:52.409Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23342024-12-19T21:04:52.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-12-19T21:04:52.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-12-19T21:04:52.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-12-19T21:04:52.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23382024-12-19T21:04:53.032Z
23392024-12-19T21:04:53.032Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23402024-12-19T21:04:53.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-19T21:04:53.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-19T21:04:53.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-12-19T21:04:53.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23442024-12-19T21:04:53.672Z
23452024-12-19T21:04:53.673Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23462024-12-19T21:04:54.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-19T21:04:54.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-19T21:04:54.325Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23492024-12-19T21:04:54.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23502024-12-19T21:04:55.126Z
23512024-12-19T21:04:55.126Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23522024-12-19T21:04:55.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-19T21:04:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-19T21:04:55.791Z Compiling cfg_aliases v0.1.1
23552024-12-19T21:04:55.794Z Compiling vte_generate_state_changes v0.1.2
23562024-12-19T21:04:55.794Z Checking fd-lock v4.0.2
23572024-12-19T21:04:55.794Z Checking nibble_vec v0.1.0
23582024-12-19T21:04:55.904Z Checking bytecount v0.6.8
23592024-12-19T21:04:55.907Z Checking endian-type v0.1.2
23602024-12-19T21:04:55.914Z Compiling tabled_derive v0.7.0
23612024-12-19T21:04:55.966Z Compiling peg-macros v0.8.4
23622024-12-19T21:04:55.969Z Compiling nix v0.28.0
23632024-12-19T21:04:56.057Z Checking papergrid v0.11.0
23642024-12-19T21:04:56.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652024-12-19T21:04:56.088Z Compiling sqlparser_derive v0.2.2
23662024-12-19T21:04:56.123Z Checking radix_trie v0.2.1
23672024-12-19T21:04:56.498Z Checking vte v0.11.1
23682024-12-19T21:04:56.530Z Checking home v0.5.9
23692024-12-19T21:04:56.674Z Checking nu-ansi-term v0.50.1
23702024-12-19T21:04:57.085Z Checking unicode_categories v0.1.1
23712024-12-19T21:04:57.173Z Checking sqlparser v0.45.0
23722024-12-19T21:04:57.249Z Checking display-error-chain v0.2.2
23732024-12-19T21:04:57.380Z Checking sqlformat v0.2.6
23742024-12-19T21:04:57.810Z Checking strip-ansi-escapes v0.2.0
23752024-12-19T21:04:57.958Z Checking reedline v0.35.0
23762024-12-19T21:04:58.304Z Checking tabled v0.15.0
23772024-12-19T21:04:58.793Z Checking peg v0.8.4
23782024-12-19T21:04:59.346Z Checking rustyline v14.0.0
23792024-12-19T21:05:07.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s
23802024-12-19T21:05:08.078Z
23812024-12-19T21:05:08.078Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23822024-12-19T21:05:08.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-19T21:05:08.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-19T21:05:08.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-19T21:05:13.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
23862024-12-19T21:05:13.977Z
23872024-12-19T21:05:13.977Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23882024-12-19T21:05:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-19T21:05:14.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-19T21:05:14.640Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-19T21:05:18.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
23922024-12-19T21:05:18.583Z
23932024-12-19T21:05:18.583Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23942024-12-19T21:05:19.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-19T21:05:19.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-19T21:05:19.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-19T21:05:24.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
23982024-12-19T21:05:24.223Z
23992024-12-19T21:05:24.223Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
24002024-12-19T21:05:24.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-19T21:05:24.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-19T21:05:24.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-19T21:05:29.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
24042024-12-19T21:05:29.894Z
24052024-12-19T21:05:29.895Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24062024-12-19T21:05:30.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-19T21:05:30.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-19T21:05:30.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-19T21:05:34.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24102024-12-19T21:05:34.700Z
24112024-12-19T21:05:34.700Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24122024-12-19T21:05:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-19T21:05:35.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-19T21:05:35.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-19T21:05:39.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
24162024-12-19T21:05:39.619Z
24172024-12-19T21:05:39.619Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24182024-12-19T21:05:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-19T21:05:40.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-19T21:05:40.289Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-19T21:05:45.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
24222024-12-19T21:05:45.483Z
24232024-12-19T21:05:45.483Zinfo: running `cargo check --bins` on oximeter (46/173)
24242024-12-19T21:05:46.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-19T21:05:46.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-19T21:05:46.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-19T21:05:46.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24282024-12-19T21:05:46.108Z
24292024-12-19T21:05:46.108Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24302024-12-19T21:05:46.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-19T21:05:46.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-19T21:05:46.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-19T21:05:46.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24342024-12-19T21:05:46.714Z
24352024-12-19T21:05:46.714Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24362024-12-19T21:05:47.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-19T21:05:47.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-19T21:05:47.353Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-19T21:05:47.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24402024-12-19T21:05:47.968Z
24412024-12-19T21:05:47.968Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24422024-12-19T21:05:48.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-19T21:05:48.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-19T21:05:48.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-12-19T21:05:48.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24462024-12-19T21:05:48.595Z
24472024-12-19T21:05:48.595Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24482024-12-19T21:05:49.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-19T21:05:49.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-19T21:05:49.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-19T21:05:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24522024-12-19T21:05:49.218Z
24532024-12-19T21:05:49.218Zinfo: running `cargo check --bins` on oxql-types (51/173)
24542024-12-19T21:05:49.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-19T21:05:49.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-19T21:05:49.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-19T21:05:49.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24582024-12-19T21:05:49.839Z
24592024-12-19T21:05:49.839Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24602024-12-19T21:05:50.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-19T21:05:50.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-19T21:05:50.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-19T21:05:50.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24642024-12-19T21:05:50.483Z
24652024-12-19T21:05:50.483Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24662024-12-19T21:05:51.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-19T21:05:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-19T21:05:51.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-19T21:05:51.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702024-12-19T21:05:51.117Z
24712024-12-19T21:05:51.117Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24722024-12-19T21:05:51.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-19T21:05:51.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-19T21:05:51.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-19T21:05:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24762024-12-19T21:05:51.786Z
24772024-12-19T21:05:51.786Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24782024-12-19T21:05:52.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-19T21:05:52.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-19T21:05:52.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-19T21:05:52.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24822024-12-19T21:05:52.427Z
24832024-12-19T21:05:52.427Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24842024-12-19T21:05:52.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-19T21:05:52.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-19T21:05:52.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-19T21:05:52.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24882024-12-19T21:05:53.069Z
24892024-12-19T21:05:53.069Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24902024-12-19T21:05:53.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-19T21:05:53.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-19T21:05:53.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-19T21:05:53.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24942024-12-19T21:05:53.715Z
24952024-12-19T21:05:53.715Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24962024-12-19T21:05:54.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-19T21:05:54.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-19T21:05:54.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-19T21:05:54.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25002024-12-19T21:05:54.334Z
25012024-12-19T21:05:54.334Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25022024-12-19T21:05:54.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-19T21:05:54.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-19T21:05:54.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-19T21:05:54.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25062024-12-19T21:05:54.986Z
25072024-12-19T21:05:54.986Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25082024-12-19T21:05:55.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-19T21:05:55.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-19T21:05:55.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-19T21:05:55.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122024-12-19T21:05:55.612Z
25132024-12-19T21:05:55.612Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25142024-12-19T21:05:56.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-19T21:05:56.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-19T21:05:56.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-19T21:05:56.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25182024-12-19T21:05:56.244Z
25192024-12-19T21:05:56.244Zinfo: running `cargo check --bins` on dpd-client (62/173)
25202024-12-19T21:05:56.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-19T21:05:56.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-19T21:05:56.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-19T21:05:56.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25242024-12-19T21:05:56.875Z
25252024-12-19T21:05:56.875Zinfo: running `cargo check --bins` on gateway-client (63/173)
25262024-12-19T21:05:57.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-19T21:05:57.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-19T21:05:57.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-19T21:05:57.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25302024-12-19T21:05:57.493Z
25312024-12-19T21:05:57.494Zinfo: running `cargo check --bins` on installinator-client (64/173)
25322024-12-19T21:05:58.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-19T21:05:58.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-19T21:05:58.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-19T21:05:58.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25362024-12-19T21:05:58.153Z
25372024-12-19T21:05:58.154Zinfo: running `cargo check --bins` on installinator-common (65/173)
25382024-12-19T21:05:58.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-19T21:05:58.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-19T21:05:58.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-19T21:05:58.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25422024-12-19T21:05:58.801Z
25432024-12-19T21:05:58.801Zinfo: running `cargo check --bins` on update-engine (66/173)
25442024-12-19T21:05:59.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-19T21:05:59.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-19T21:05:59.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-19T21:05:59.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25482024-12-19T21:05:59.434Z
25492024-12-19T21:05:59.434Zinfo: running `cargo check --bins` on nexus-client (67/173)
25502024-12-19T21:06:00.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-19T21:06:00.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-19T21:06:00.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-19T21:06:00.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25542024-12-19T21:06:00.095Z
25552024-12-19T21:06:00.095Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25562024-12-19T21:06:00.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-19T21:06:00.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-19T21:06:00.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-19T21:06:00.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25602024-12-19T21:06:00.744Z
25612024-12-19T21:06:00.744Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25622024-12-19T21:06:01.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-19T21:06:01.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-19T21:06:01.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-19T21:06:01.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25662024-12-19T21:06:01.367Z
25672024-12-19T21:06:01.367Zinfo: running `cargo check --bins` on nexus-types (70/173)
25682024-12-19T21:06:01.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-19T21:06:01.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-19T21:06:01.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-19T21:06:01.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25722024-12-19T21:06:02.027Z
25732024-12-19T21:06:02.027Zinfo: running `cargo check --bins` on oxide-client (71/173)
25742024-12-19T21:06:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-19T21:06:02.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-19T21:06:02.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-19T21:06:02.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25782024-12-19T21:06:02.646Z
25792024-12-19T21:06:02.646Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25802024-12-19T21:06:03.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-19T21:06:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-19T21:06:03.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-19T21:06:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25842024-12-19T21:06:03.299Z
25852024-12-19T21:06:03.299Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25862024-12-19T21:06:03.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-19T21:06:03.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-19T21:06:03.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-19T21:06:03.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25902024-12-19T21:06:03.932Z
25912024-12-19T21:06:03.932Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25922024-12-19T21:06:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-19T21:06:04.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-19T21:06:04.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-19T21:06:04.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25962024-12-19T21:06:04.587Z
25972024-12-19T21:06:04.587Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25982024-12-19T21:06:05.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-19T21:06:05.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-19T21:06:05.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-19T21:06:05.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26022024-12-19T21:06:05.272Z
26032024-12-19T21:06:05.273Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26042024-12-19T21:06:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-19T21:06:05.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-19T21:06:05.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-19T21:06:05.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26082024-12-19T21:06:05.932Z
26092024-12-19T21:06:05.932Zinfo: running `cargo check --bins` on wicket-common (77/173)
26102024-12-19T21:06:06.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-19T21:06:06.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-19T21:06:06.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-19T21:06:06.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26142024-12-19T21:06:06.603Z
26152024-12-19T21:06:06.603Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26162024-12-19T21:06:07.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-19T21:06:07.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-19T21:06:07.274Z Checking csv-core v0.1.11
26192024-12-19T21:06:07.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26202024-12-19T21:06:07.277Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-12-19T21:06:07.590Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222024-12-19T21:06:07.601Z Checking csv v1.3.0
26232024-12-19T21:06:08.161Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242024-12-19T21:06:08.510Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252024-12-19T21:06:09.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
26262024-12-19T21:06:09.966Z
26272024-12-19T21:06:09.966Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26282024-12-19T21:06:10.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-19T21:06:10.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-19T21:06:10.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-19T21:06:10.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26322024-12-19T21:06:10.608Z
26332024-12-19T21:06:10.608Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26342024-12-19T21:06:11.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-19T21:06:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-19T21:06:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-19T21:06:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26382024-12-19T21:06:11.260Z
26392024-12-19T21:06:11.261Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26402024-12-19T21:06:11.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-19T21:06:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-19T21:06:11.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-19T21:06:11.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26442024-12-19T21:06:12.002Z
26452024-12-19T21:06:12.002Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26462024-12-19T21:06:12.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-19T21:06:12.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-19T21:06:12.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-19T21:06:12.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26502024-12-19T21:06:12.762Z
26512024-12-19T21:06:12.762Zinfo: running `cargo check --bins` on dns-server (83/173)
26522024-12-19T21:06:13.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-19T21:06:13.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-19T21:06:13.426Z Compiling parking_lot_core v0.8.6
26552024-12-19T21:06:13.426Z Checking fxhash v0.2.1
26562024-12-19T21:06:13.432Z Checking hickory-server v0.24.1
26572024-12-19T21:06:13.432Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26582024-12-19T21:06:13.529Z Checking hickory-client v0.24.1
26592024-12-19T21:06:14.116Z Checking parking_lot v0.11.2
26602024-12-19T21:06:14.246Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-12-19T21:06:14.247Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-19T21:06:14.349Z Checking sled v0.34.7
26632024-12-19T21:06:16.149Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-12-19T21:06:17.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
26652024-12-19T21:06:17.628Z
26662024-12-19T21:06:17.628Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26672024-12-19T21:06:18.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-19T21:06:18.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-19T21:06:18.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-19T21:06:18.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26712024-12-19T21:06:18.258Z
26722024-12-19T21:06:18.258Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26732024-12-19T21:06:18.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-19T21:06:18.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-19T21:06:18.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-19T21:06:18.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26772024-12-19T21:06:18.949Z
26782024-12-19T21:06:18.949Zinfo: running `cargo check --bins` on gateway-types (86/173)
26792024-12-19T21:06:19.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-19T21:06:19.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-19T21:06:19.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-19T21:06:19.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26832024-12-19T21:06:19.584Z
26842024-12-19T21:06:19.584Zinfo: running `cargo check --bins` on ipcc (87/173)
26852024-12-19T21:06:20.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-19T21:06:20.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-19T21:06:20.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-19T21:06:20.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26892024-12-19T21:06:20.209Z
26902024-12-19T21:06:20.209Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26912024-12-19T21:06:20.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-19T21:06:20.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-19T21:06:20.912Z Compiling radium v0.7.0
26942024-12-19T21:06:20.912Z Compiling semver v0.1.20
26952024-12-19T21:06:21.028Z Compiling maybe-uninit v2.0.0
26962024-12-19T21:06:21.031Z Checking tap v1.0.1
26972024-12-19T21:06:21.047Z Checking password-hash v0.5.0
26982024-12-19T21:06:21.050Z Checking blake2 v0.10.6
26992024-12-19T21:06:21.050Z Compiling packed_struct v0.10.1
27002024-12-19T21:06:21.050Z Checking funty v2.0.0
27012024-12-19T21:06:21.151Z Checking wyz v0.5.1
27022024-12-19T21:06:21.460Z Compiling rustc_version v0.1.7
27032024-12-19T21:06:21.504Z Compiling owo-colors v4.1.0
27042024-12-19T21:06:21.547Z Checking crc-catalog v2.4.0
27052024-12-19T21:06:21.549Z Compiling cancel-safe-futures v0.1.5
27062024-12-19T21:06:21.639Z Checking argon2 v0.5.3
27072024-12-19T21:06:21.707Z Compiling packed_struct_codegen v0.10.1
27082024-12-19T21:06:21.725Z Checking crc v3.2.1
27092024-12-19T21:06:21.831Z Checking half v2.4.1
27102024-12-19T21:06:21.882Z Compiling indexmap v1.9.3
27112024-12-19T21:06:21.925Z Checking nodrop v0.1.14
27122024-12-19T21:06:21.937Z Compiling newtype_derive v0.1.6
27132024-12-19T21:06:22.005Z Checking bitvec v1.0.1
27142024-12-19T21:06:22.042Z Checking ciborium-io v0.2.2
27152024-12-19T21:06:22.146Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27162024-12-19T21:06:22.163Z Checking array-init v0.0.4
27172024-12-19T21:06:22.277Z Checking ciborium-ll v0.2.2
27182024-12-19T21:06:22.294Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27192024-12-19T21:06:22.465Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27202024-12-19T21:06:22.570Z Checking smallvec v0.6.14
27212024-12-19T21:06:22.590Z Checking libsw v3.3.1
27222024-12-19T21:06:22.635Z Compiling memoffset v0.9.1
27232024-12-19T21:06:22.858Z Checking termcolor v1.4.1
27242024-12-19T21:06:22.951Z Checking swrite v0.1.0
27252024-12-19T21:06:22.955Z Checking linear-map v1.2.0
27262024-12-19T21:06:23.077Z Checking bitfield v0.14.0
27272024-12-19T21:06:23.124Z Checking hashbrown v0.12.3
27282024-12-19T21:06:23.240Z Checking indent_write v2.2.0
27292024-12-19T21:06:23.290Z Checking env_logger v0.10.2
27302024-12-19T21:06:23.301Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27312024-12-19T21:06:23.384Z Checking ron v0.8.1
27322024-12-19T21:06:23.439Z Checking serde-hex v0.1.0
27332024-12-19T21:06:23.896Z Checking ciborium v0.2.2
27342024-12-19T21:06:24.301Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-12-19T21:06:24.592Z Checking steno v0.4.1
27362024-12-19T21:06:24.725Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-19T21:06:24.894Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27382024-12-19T21:06:24.897Z Checking hashbrown v0.13.2
27392024-12-19T21:06:24.959Z Checking crc-any v2.5.0
27402024-12-19T21:06:24.980Z Checking humantime v2.1.0
27412024-12-19T21:06:25.299Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27422024-12-19T21:06:25.329Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432024-12-19T21:06:25.666Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27442024-12-19T21:06:25.939Z Checking path-slash v0.1.5
27452024-12-19T21:06:25.965Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27462024-12-19T21:06:25.986Z Checking object v0.30.4
27472024-12-19T21:06:26.153Z Checking nix v0.27.1
27482024-12-19T21:06:26.946Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-12-19T21:06:27.265Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502024-12-19T21:06:27.437Z Checking tungstenite v0.23.0
27512024-12-19T21:06:27.462Z Checking kstat-rs v0.2.4
27522024-12-19T21:06:27.491Z Checking signal-hook-tokio v0.3.1
27532024-12-19T21:06:27.756Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-12-19T21:06:28.477Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27552024-12-19T21:06:28.494Z Checking tokio-tungstenite v0.23.1
27562024-12-19T21:06:29.032Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572024-12-19T21:06:29.054Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582024-12-19T21:06:35.556Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-19T21:06:36.852Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27602024-12-19T21:06:40.007Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27612024-12-19T21:06:45.774Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-12-19T21:06:46.482Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27632024-12-19T21:06:49.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s
27642024-12-19T21:06:49.517Z
27652024-12-19T21:06:49.517Zinfo: running `cargo check --bins` on gateway-api (89/173)
27662024-12-19T21:06:50.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-12-19T21:06:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-12-19T21:06:50.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-12-19T21:06:50.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27702024-12-19T21:06:50.148Z
27712024-12-19T21:06:50.148Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27722024-12-19T21:06:50.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-19T21:06:50.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-19T21:06:50.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-19T21:06:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27762024-12-19T21:06:50.754Z
27772024-12-19T21:06:50.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27782024-12-19T21:06:51.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-19T21:06:51.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-19T21:06:51.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-19T21:06:51.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27822024-12-19T21:06:51.386Z
27832024-12-19T21:06:51.386Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27842024-12-19T21:06:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-19T21:06:51.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-19T21:06:51.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-19T21:06:51.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27882024-12-19T21:06:52.012Z
27892024-12-19T21:06:52.012Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27902024-12-19T21:06:52.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-19T21:06:52.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-19T21:06:52.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-19T21:06:52.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27942024-12-19T21:06:52.642Z
27952024-12-19T21:06:52.642Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27962024-12-19T21:06:53.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-19T21:06:53.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-19T21:06:53.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-19T21:06:53.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28002024-12-19T21:06:53.270Z
28012024-12-19T21:06:53.271Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28022024-12-19T21:06:53.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-19T21:06:53.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-19T21:06:53.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-19T21:06:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28062024-12-19T21:06:53.907Z
28072024-12-19T21:06:53.907Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28082024-12-19T21:06:54.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-19T21:06:54.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-19T21:06:54.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-19T21:06:54.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28122024-12-19T21:06:54.536Z
28132024-12-19T21:06:54.536Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28142024-12-19T21:06:55.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-19T21:06:55.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-19T21:06:55.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-19T21:06:55.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28182024-12-19T21:06:55.191Z
28192024-12-19T21:06:55.192Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28202024-12-19T21:06:55.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-19T21:06:55.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-19T21:06:55.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-19T21:06:55.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28242024-12-19T21:06:55.817Z
28252024-12-19T21:06:55.817Zinfo: running `cargo check --bins` on sp-sim (99/173)
28262024-12-19T21:06:56.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-19T21:06:56.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-19T21:06:56.456Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28292024-12-19T21:06:58.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
28302024-12-19T21:06:58.514Z
28312024-12-19T21:06:58.515Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28322024-12-19T21:06:59.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-19T21:06:59.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-19T21:06:59.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-19T21:06:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28362024-12-19T21:06:59.196Z
28372024-12-19T21:06:59.196Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28382024-12-19T21:06:59.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-19T21:06:59.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-19T21:06:59.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-19T21:06:59.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28422024-12-19T21:06:59.877Z
28432024-12-19T21:06:59.877Zinfo: running `cargo check --bins` on db-macros (102/173)
28442024-12-19T21:07:00.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-19T21:07:00.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-19T21:07:00.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-19T21:07:00.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28482024-12-19T21:07:00.504Z
28492024-12-19T21:07:00.504Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28502024-12-19T21:07:01.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-19T21:07:01.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-19T21:07:01.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-19T21:07:01.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28542024-12-19T21:07:01.113Z
28552024-12-19T21:07:01.113Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28562024-12-19T21:07:01.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-19T21:07:01.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-19T21:07:01.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-19T21:07:01.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28602024-12-19T21:07:01.783Z
28612024-12-19T21:07:01.783Zinfo: running `cargo check --bins` on authz-macros (105/173)
28622024-12-19T21:07:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-19T21:07:02.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-19T21:07:02.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-19T21:07:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662024-12-19T21:07:02.393Z
28672024-12-19T21:07:02.393Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28682024-12-19T21:07:02.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-19T21:07:02.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-19T21:07:02.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-19T21:07:02.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-12-19T21:07:03.047Z
28732024-12-19T21:07:03.047Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28742024-12-19T21:07:03.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-19T21:07:03.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-19T21:07:03.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-19T21:07:03.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-19T21:07:03.703Z
28792024-12-19T21:07:03.703Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28802024-12-19T21:07:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-19T21:07:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-19T21:07:04.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-19T21:07:04.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28842024-12-19T21:07:04.332Z
28852024-12-19T21:07:04.333Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28862024-12-19T21:07:04.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-19T21:07:04.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-19T21:07:04.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-19T21:07:04.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28902024-12-19T21:07:04.985Z
28912024-12-19T21:07:04.985Zinfo: running `cargo check --bins` on typed-rng (110/173)
28922024-12-19T21:07:05.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-19T21:07:05.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-19T21:07:05.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-19T21:07:05.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962024-12-19T21:07:05.594Z
28972024-12-19T21:07:05.594Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28982024-12-19T21:07:06.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-19T21:07:06.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-19T21:07:06.338Z Checking keccak v0.1.5
29012024-12-19T21:07:06.448Z Checking secrecy v0.8.0
29022024-12-19T21:07:06.450Z Compiling unicase v2.7.0
29032024-12-19T21:07:06.450Z Compiling same-file v1.0.6
29042024-12-19T21:07:06.483Z Compiling tempfile v3.13.0
29052024-12-19T21:07:06.496Z Compiling thiserror-impl-no-std v2.0.2
29062024-12-19T21:07:06.499Z Checking universal-hash v0.5.1
29072024-12-19T21:07:06.499Z Compiling ring v0.16.20
29082024-12-19T21:07:06.639Z Compiling walkdir v2.5.0
29092024-12-19T21:07:06.714Z Checking sha3 v0.10.8
29102024-12-19T21:07:06.717Z Compiling blake3 v1.5.4
29112024-12-19T21:07:06.745Z Checking opaque-debug v0.3.1
29122024-12-19T21:07:06.829Z Checking poly1305 v0.8.0
29132024-12-19T21:07:06.865Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29142024-12-19T21:07:07.119Z Checking chacha20 v0.9.1
29152024-12-19T21:07:07.148Z Checking aead v0.5.2
29162024-12-19T21:07:07.310Z Compiling memmap2 v0.9.5
29172024-12-19T21:07:07.362Z Compiling arrayvec v0.7.6
29182024-12-19T21:07:07.378Z Compiling constant_time_eq v0.3.1
29192024-12-19T21:07:07.417Z Compiling salty v0.3.0
29202024-12-19T21:07:07.454Z Compiling libefi-sys v0.1.0
29212024-12-19T21:07:07.566Z Compiling arrayref v0.3.9
29222024-12-19T21:07:07.657Z Compiling spin v0.5.2
29232024-12-19T21:07:07.883Z Checking chacha20poly1305 v0.10.1
29242024-12-19T21:07:07.896Z Compiling toolchain_find v0.4.0
29252024-12-19T21:07:07.896Z Compiling camino-tempfile v1.1.1
29262024-12-19T21:07:07.896Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272024-12-19T21:07:07.916Z Compiling bitfield-struct v0.6.2
29282024-12-19T21:07:08.223Z Compiling topological-sort v0.2.2
29292024-12-19T21:07:08.293Z Compiling mime_guess v2.0.5
29302024-12-19T21:07:08.388Z Compiling rustfmt-wrapper v0.2.1
29312024-12-19T21:07:08.850Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29322024-12-19T21:07:08.990Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29332024-12-19T21:07:09.020Z Checking primeorder v0.13.6
29342024-12-19T21:07:09.275Z Checking env_filter v0.1.2
29352024-12-19T21:07:09.306Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-19T21:07:09.393Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-19T21:07:09.479Z Checking p384 v0.13.0
29382024-12-19T21:07:09.496Z Checking env_logger v0.11.5
29392024-12-19T21:07:09.635Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-19T21:07:09.670Z Checking thiserror-no-std v2.0.2
29412024-12-19T21:07:09.686Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29422024-12-19T21:07:09.781Z Checking vsss-rs v3.3.4
29432024-12-19T21:07:09.921Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-19T21:07:09.969Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452024-12-19T21:07:10.066Z Checking bumpalo v3.16.0
29462024-12-19T21:07:10.294Z Checking simd-adler32 v0.3.7
29472024-12-19T21:07:10.329Z Checking http-range v0.1.5
29482024-12-19T21:07:10.382Z Compiling zip v2.1.3
29492024-12-19T21:07:10.417Z Checking lockfree-object-pool v0.1.6
29502024-12-19T21:07:10.509Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29512024-12-19T21:07:10.549Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522024-12-19T21:07:10.646Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29532024-12-19T21:07:10.665Z Checking zopfli v0.8.1
29542024-12-19T21:07:10.818Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29552024-12-19T21:07:10.835Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29562024-12-19T21:07:11.339Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29572024-12-19T21:07:11.409Z Checking nanorand v0.7.0
29582024-12-19T21:07:11.427Z Checking atty v0.2.14
29592024-12-19T21:07:11.469Z Checking glob v0.3.1
29602024-12-19T21:07:11.552Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-19T21:07:11.765Z Checking flume v0.11.1
29622024-12-19T21:07:11.784Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-19T21:07:12.132Z Compiling omicron-zone-package v0.11.1
29642024-12-19T21:07:12.280Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29652024-12-19T21:07:12.569Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29662024-12-19T21:07:13.233Z Checking hyper-staticfile v0.10.1
29672024-12-19T21:07:13.794Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29682024-12-19T21:07:14.210Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-19T21:07:14.360Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29702024-12-19T21:07:14.380Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29712024-12-19T21:07:14.429Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29722024-12-19T21:07:14.450Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29732024-12-19T21:07:14.990Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29742024-12-19T21:07:15.738Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29752024-12-19T21:07:16.740Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29762024-12-19T21:07:18.559Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29772024-12-19T21:07:18.562Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29782024-12-19T21:07:29.013Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29792024-12-19T21:07:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
29802024-12-19T21:07:42.942Z
29812024-12-19T21:07:42.942Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29822024-12-19T21:07:43.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-12-19T21:07:43.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-12-19T21:07:43.692Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29852024-12-19T21:07:57.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
29862024-12-19T21:07:57.731Z
29872024-12-19T21:07:57.731Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29882024-12-19T21:07:58.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-12-19T21:07:58.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-12-19T21:07:58.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-12-19T21:08:12.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
29922024-12-19T21:08:12.315Z
29932024-12-19T21:08:12.315Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29942024-12-19T21:08:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-12-19T21:08:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-12-19T21:08:13.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29972024-12-19T21:08:26.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
29982024-12-19T21:08:26.958Z
29992024-12-19T21:08:26.958Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
30002024-12-19T21:08:27.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-12-19T21:08:27.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-12-19T21:08:27.716Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30032024-12-19T21:08:41.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
30042024-12-19T21:08:41.601Z
30052024-12-19T21:08:41.601Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30062024-12-19T21:08:42.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-12-19T21:08:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-12-19T21:08:42.348Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30092024-12-19T21:08:56.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
30102024-12-19T21:08:56.390Z
30112024-12-19T21:08:56.390Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30122024-12-19T21:08:56.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-12-19T21:08:56.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-12-19T21:08:57.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-12-19T21:09:10.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
30162024-12-19T21:09:10.978Z
30172024-12-19T21:09:10.978Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30182024-12-19T21:09:11.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-12-19T21:09:11.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-12-19T21:09:11.707Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-12-19T21:09:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30222024-12-19T21:09:25.485Z
30232024-12-19T21:09:25.485Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30242024-12-19T21:09:26.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-12-19T21:09:26.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-12-19T21:09:26.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-12-19T21:09:26.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30282024-12-19T21:09:26.134Z
30292024-12-19T21:09:26.134Zinfo: running `cargo check --bins` on key-manager (120/173)
30302024-12-19T21:09:26.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-12-19T21:09:26.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-12-19T21:09:26.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-12-19T21:09:26.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30342024-12-19T21:09:26.765Z
30352024-12-19T21:09:26.765Zinfo: running `cargo check --bins` on range-requests (121/173)
30362024-12-19T21:09:27.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-12-19T21:09:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-12-19T21:09:27.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-12-19T21:09:27.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30402024-12-19T21:09:27.361Z
30412024-12-19T21:09:27.361Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30422024-12-19T21:09:27.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-12-19T21:09:27.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-12-19T21:09:27.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-12-19T21:09:27.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30462024-12-19T21:09:27.989Z
30472024-12-19T21:09:27.989Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30482024-12-19T21:09:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-12-19T21:09:28.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-12-19T21:09:28.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-12-19T21:09:28.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30522024-12-19T21:09:28.655Z
30532024-12-19T21:09:28.655Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30542024-12-19T21:09:29.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-12-19T21:09:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-12-19T21:09:29.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-12-19T21:09:29.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30582024-12-19T21:09:29.293Z
30592024-12-19T21:09:29.293Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30602024-12-19T21:09:29.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-12-19T21:09:29.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-12-19T21:09:29.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-12-19T21:09:29.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30642024-12-19T21:09:29.934Z
30652024-12-19T21:09:29.934Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30662024-12-19T21:09:30.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-12-19T21:09:30.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-12-19T21:09:30.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-12-19T21:09:30.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30702024-12-19T21:09:30.587Z
30712024-12-19T21:09:30.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30722024-12-19T21:09:31.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-12-19T21:09:31.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-12-19T21:09:31.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-12-19T21:09:31.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30762024-12-19T21:09:31.242Z
30772024-12-19T21:09:31.242Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30782024-12-19T21:09:31.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-12-19T21:09:31.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-12-19T21:09:31.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-12-19T21:09:31.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30822024-12-19T21:09:31.895Z
30832024-12-19T21:09:31.895Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30842024-12-19T21:09:32.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-19T21:09:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-19T21:09:32.581Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30872024-12-19T21:09:32.581Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30882024-12-19T21:09:33.446Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30892024-12-19T21:09:35.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
30902024-12-19T21:09:35.675Z
30912024-12-19T21:09:35.675Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30922024-12-19T21:09:36.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-12-19T21:09:36.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-12-19T21:09:36.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-12-19T21:09:36.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962024-12-19T21:09:36.305Z
30972024-12-19T21:09:36.305Zinfo: running `cargo check --bins` on cert-dev (131/173)
30982024-12-19T21:09:36.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-12-19T21:09:36.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-12-19T21:09:36.940Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012024-12-19T21:09:37.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31022024-12-19T21:09:37.380Z
31032024-12-19T21:09:37.380Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31042024-12-19T21:09:37.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-19T21:09:37.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-19T21:09:38.054Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31072024-12-19T21:09:38.054Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31082024-12-19T21:09:38.647Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31092024-12-19T21:09:39.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31102024-12-19T21:09:39.205Z
31112024-12-19T21:09:39.209Zinfo: running `cargo check --bins` on ch-dev (133/173)
31122024-12-19T21:09:39.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-12-19T21:09:39.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-12-19T21:09:39.864Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31152024-12-19T21:09:40.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31162024-12-19T21:09:40.752Z
31172024-12-19T21:09:40.752Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31182024-12-19T21:09:41.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-12-19T21:09:41.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-12-19T21:09:41.408Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31212024-12-19T21:09:41.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31222024-12-19T21:09:41.959Z
31232024-12-19T21:09:41.967Zinfo: running `cargo check --bins` on db-dev (135/173)
31242024-12-19T21:09:42.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-12-19T21:09:42.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-12-19T21:09:42.612Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31272024-12-19T21:09:43.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31282024-12-19T21:09:43.508Z
31292024-12-19T21:09:43.509Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31302024-12-19T21:09:44.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-12-19T21:09:44.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-12-19T21:09:44.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332024-12-19T21:09:44.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31342024-12-19T21:09:44.153Z
31352024-12-19T21:09:44.153Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31362024-12-19T21:09:44.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-12-19T21:09:44.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-12-19T21:09:44.762Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31392024-12-19T21:09:45.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
31402024-12-19T21:09:45.831Z
31412024-12-19T21:09:45.831Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31422024-12-19T21:09:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-12-19T21:09:46.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-12-19T21:09:46.445Z Checking cargo-platform v0.1.8
31452024-12-19T21:09:46.714Z Checking cargo_metadata v0.18.1
31462024-12-19T21:09:47.708Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31472024-12-19T21:09:48.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
31482024-12-19T21:09:48.616Z
31492024-12-19T21:09:48.616Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31502024-12-19T21:09:49.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-12-19T21:09:49.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-12-19T21:09:49.327Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31532024-12-19T21:09:50.052Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31542024-12-19T21:09:50.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31552024-12-19T21:09:50.812Z
31562024-12-19T21:09:50.812Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31572024-12-19T21:09:51.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-19T21:09:51.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-19T21:09:51.597Z Compiling crunchy v0.2.2
31602024-12-19T21:09:51.597Z Compiling tiny-keccak v2.0.2
31612024-12-19T21:09:51.621Z Compiling dsl_auto_type v0.1.2
31622024-12-19T21:09:51.621Z Checking scheduled-thread-pool v0.2.7
31632024-12-19T21:09:51.621Z Compiling diesel_table_macro_syntax v0.2.0
31642024-12-19T21:09:51.621Z Compiling ascii-canvas v3.0.0
31652024-12-19T21:09:51.621Z Compiling ena v0.14.3
31662024-12-19T21:09:51.705Z Compiling diff v0.1.13
31672024-12-19T21:09:51.900Z Checking r2d2 v0.8.10
31682024-12-19T21:09:52.019Z Compiling regex-syntax v0.6.29
31692024-12-19T21:09:52.126Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31702024-12-19T21:09:52.176Z Compiling ref-cast v1.0.23
31712024-12-19T21:09:52.219Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31722024-12-19T21:09:52.269Z Compiling derive_builder_core v0.20.2
31732024-12-19T21:09:52.361Z Compiling libxml v0.3.3
31742024-12-19T21:09:52.409Z Compiling ref-cast-impl v1.0.23
31752024-12-19T21:09:52.475Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31762024-12-19T21:09:52.764Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31772024-12-19T21:09:52.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31782024-12-19T21:09:52.997Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31792024-12-19T21:09:53.015Z Compiling strum_macros v0.24.3
31802024-12-19T21:09:53.056Z Compiling samael v0.0.17
31812024-12-19T21:09:53.307Z Compiling diesel_derives v2.2.3
31822024-12-19T21:09:53.392Z Compiling indoc v1.0.9
31832024-12-19T21:09:54.345Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31842024-12-19T21:09:54.636Z Compiling impl-trait-for-tuples v0.2.2
31852024-12-19T21:09:54.804Z Compiling derive_builder_macro v0.20.2
31862024-12-19T21:09:55.611Z Compiling lalrpop v0.19.12
31872024-12-19T21:09:55.695Z Checking derive_builder v0.20.2
31882024-12-19T21:09:55.842Z Compiling oso-derive v0.27.3
31892024-12-19T21:09:56.176Z Checking quick-xml v0.33.0
31902024-12-19T21:09:56.706Z Compiling diesel-dtrace v0.4.0
31912024-12-19T21:09:56.887Z Checking maplit v1.0.2
31922024-12-19T21:09:57.043Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31932024-12-19T21:09:57.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31942024-12-19T21:09:57.296Z Checking bb8 v0.8.5
31952024-12-19T21:09:57.391Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31962024-12-19T21:09:57.677Z Checking castaway v0.2.3
31972024-12-19T21:09:57.813Z Checking rand_seeder v0.3.0
31982024-12-19T21:09:57.858Z Checking compact_str v0.8.0
31992024-12-19T21:09:58.080Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002024-12-19T21:09:58.208Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32012024-12-19T21:09:58.341Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32022024-12-19T21:09:58.899Z Checking unicode-truncate v1.1.0
32032024-12-19T21:09:59.044Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32042024-12-19T21:09:59.198Z Checking lru v0.12.5
32052024-12-19T21:09:59.296Z Compiling instability v0.3.2
32062024-12-19T21:09:59.426Z Checking cassowary v0.3.0
32072024-12-19T21:09:59.811Z Checking smawk v0.3.2
32082024-12-19T21:09:59.902Z Checking unicode-linebreak v0.1.5
32092024-12-19T21:10:00.020Z Checking is_ci v1.2.0
32102024-12-19T21:10:00.115Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112024-12-19T21:10:00.171Z Checking supports-color v3.0.1
32122024-12-19T21:10:00.188Z Checking ratatui v0.28.1
32132024-12-19T21:10:00.295Z Checking textwrap v0.16.1
32142024-12-19T21:10:00.383Z Checking multimap v0.10.0
32152024-12-19T21:10:03.109Z Checking diesel v2.2.6
32162024-12-19T21:10:29.335Z Compiling polar-core v0.27.3
32172024-12-19T21:10:32.957Z Checking async-bb8-diesel v0.2.1
32182024-12-19T21:10:36.923Z Checking oso v0.27.3
32192024-12-19T21:11:45.459Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32202024-12-19T21:11:51.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32212024-12-19T21:11:51.813Z
32222024-12-19T21:11:51.813Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32232024-12-19T21:11:52.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-12-19T21:11:52.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-12-19T21:11:52.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-12-19T21:11:52.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32272024-12-19T21:11:52.482Z
32282024-12-19T21:11:52.482Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32292024-12-19T21:11:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-12-19T21:11:53.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-12-19T21:11:53.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322024-12-19T21:11:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32332024-12-19T21:11:53.151Z
32342024-12-19T21:11:53.151Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32352024-12-19T21:11:53.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-12-19T21:11:53.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-12-19T21:11:53.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-12-19T21:11:53.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32392024-12-19T21:11:53.762Z
32402024-12-19T21:11:53.762Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32412024-12-19T21:11:54.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-12-19T21:11:54.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-12-19T21:11:54.563Z Compiling libz-sys v1.1.20
32442024-12-19T21:11:54.677Z Compiling libgit2-sys v0.17.0+1.8.1
32452024-12-19T21:11:54.687Z Compiling vergen v8.3.2
32462024-12-19T21:11:54.690Z Compiling cargo-platform v0.1.8
32472024-12-19T21:11:54.690Z Compiling pin-project-internal v1.1.6
32482024-12-19T21:11:54.723Z Compiling libsqlite3-sys v0.30.1
32492024-12-19T21:11:54.723Z Compiling snafu-derive v0.8.5
32502024-12-19T21:11:54.725Z Compiling cfg_aliases v0.2.1
32512024-12-19T21:11:54.863Z Compiling buf-list v1.0.3
32522024-12-19T21:11:54.973Z Compiling cargo_metadata v0.18.1
32532024-12-19T21:11:55.219Z Compiling rustls v0.21.12
32542024-12-19T21:11:55.309Z Compiling nix v0.29.0
32552024-12-19T21:11:55.543Z Checking globset v0.4.15
32562024-12-19T21:11:55.585Z Checking olpc-cjson v0.1.4
32572024-12-19T21:11:55.632Z Checking sct v0.7.1
32582024-12-19T21:11:55.817Z Checking rustls-webpki v0.101.7
32592024-12-19T21:11:55.836Z Checking serde_plain v1.0.2
32602024-12-19T21:11:56.044Z Checking typed-path v0.9.3
32612024-12-19T21:11:56.396Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32622024-12-19T21:11:56.608Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32632024-12-19T21:11:56.673Z Checking hashlink v0.9.1
32642024-12-19T21:11:56.845Z Checking parse-size v1.1.0
32652024-12-19T21:11:57.033Z Checking fallible-iterator v0.3.0
32662024-12-19T21:11:57.296Z Checking fallible-streaming-iterator v0.1.9
32672024-12-19T21:11:57.683Z Checking rusqlite v0.32.1
32682024-12-19T21:11:57.697Z Checking pin-project v1.1.6
32692024-12-19T21:11:57.819Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702024-12-19T21:11:58.032Z Checking rustls-pemfile v1.0.4
32712024-12-19T21:11:58.115Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32722024-12-19T21:11:58.229Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732024-12-19T21:11:58.517Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32742024-12-19T21:11:58.588Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32752024-12-19T21:11:58.721Z Checking twox-hash v1.6.3
32762024-12-19T21:11:58.846Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32772024-12-19T21:11:59.227Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782024-12-19T21:11:59.326Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792024-12-19T21:11:59.804Z Checking tokio-rustls v0.24.1
32802024-12-19T21:11:59.840Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32812024-12-19T21:11:59.940Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32822024-12-19T21:12:00.156Z Checking fatfs v0.3.6
32832024-12-19T21:12:00.272Z Checking snafu v0.8.5
32842024-12-19T21:12:00.754Z Checking tough v0.19.0
32852024-12-19T21:12:00.773Z Checking assert_matches v1.5.0
32862024-12-19T21:12:04.743Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32872024-12-19T21:12:06.182Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32882024-12-19T21:12:06.949Z Compiling git2 v0.19.0
32892024-12-19T21:12:11.742Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32902024-12-19T21:13:05.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
32912024-12-19T21:13:05.905Z
32922024-12-19T21:13:05.905Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32932024-12-19T21:13:06.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-12-19T21:13:06.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-12-19T21:13:06.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-12-19T21:13:06.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32972024-12-19T21:13:06.602Z
32982024-12-19T21:13:06.602Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32992024-12-19T21:13:07.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-12-19T21:13:07.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-12-19T21:13:07.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-12-19T21:13:07.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33032024-12-19T21:13:07.213Z
33042024-12-19T21:13:07.213Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33052024-12-19T21:13:07.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-12-19T21:13:07.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-12-19T21:13:07.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-12-19T21:13:07.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33092024-12-19T21:13:07.865Z
33102024-12-19T21:13:07.865Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33112024-12-19T21:13:08.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-12-19T21:13:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-12-19T21:13:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-12-19T21:13:08.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33152024-12-19T21:13:08.546Z
33162024-12-19T21:13:08.546Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33172024-12-19T21:13:09.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-12-19T21:13:09.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-12-19T21:13:09.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-12-19T21:13:09.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33212024-12-19T21:13:09.233Z
33222024-12-19T21:13:09.234Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33232024-12-19T21:13:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-12-19T21:13:09.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-12-19T21:13:09.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-12-19T21:13:09.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33272024-12-19T21:13:09.904Z
33282024-12-19T21:13:09.904Zinfo: running `cargo check --bins` on update-common (151/173)
33292024-12-19T21:13:10.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-12-19T21:13:10.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-12-19T21:13:10.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-12-19T21:13:10.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33332024-12-19T21:13:10.560Z
33342024-12-19T21:13:10.560Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33352024-12-19T21:13:11.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-12-19T21:13:11.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-12-19T21:13:11.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382024-12-19T21:13:11.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33392024-12-19T21:13:11.207Z
33402024-12-19T21:13:11.207Zinfo: running `cargo check --bins` on tufaceous (153/173)
33412024-12-19T21:13:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-12-19T21:13:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-12-19T21:13:11.889Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33442024-12-19T21:13:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
33452024-12-19T21:13:13.042Z
33462024-12-19T21:13:13.042Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33472024-12-19T21:13:13.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-12-19T21:13:13.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-12-19T21:13:13.897Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33502024-12-19T21:13:14.024Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33512024-12-19T21:13:14.024Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33522024-12-19T21:13:14.028Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33532024-12-19T21:13:40.529Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33542024-12-19T21:13:40.532Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33552024-12-19T21:13:40.532Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33562024-12-19T21:13:40.532Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33572024-12-19T21:13:40.532Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33582024-12-19T21:13:41.308Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33592024-12-19T21:13:42.607Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33602024-12-19T21:14:21.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33612024-12-19T21:14:22.148Z
33622024-12-19T21:14:22.149Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33632024-12-19T21:14:22.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-19T21:14:22.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-19T21:14:22.862Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33662024-12-19T21:14:22.862Z Checking heck v0.4.1
33672024-12-19T21:14:22.865Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33682024-12-19T21:14:23.096Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33692024-12-19T21:14:24.505Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33702024-12-19T21:14:25.398Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33712024-12-19T21:14:26.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
33722024-12-19T21:14:26.702Z
33732024-12-19T21:14:26.702Zinfo: running `cargo check --bins` on installinator-api (156/173)
33742024-12-19T21:14:27.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-12-19T21:14:27.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-12-19T21:14:27.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772024-12-19T21:14:27.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33782024-12-19T21:14:27.349Z
33792024-12-19T21:14:27.349Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33802024-12-19T21:14:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-12-19T21:14:27.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-12-19T21:14:27.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832024-12-19T21:14:27.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33842024-12-19T21:14:28.006Z
33852024-12-19T21:14:28.007Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33862024-12-19T21:14:28.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-12-19T21:14:28.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-12-19T21:14:28.713Z Compiling petname v2.0.2
33892024-12-19T21:14:28.716Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33902024-12-19T21:14:28.716Z Checking sync-ptr v0.1.1
33912024-12-19T21:14:30.136Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33922024-12-19T21:14:31.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
33932024-12-19T21:14:31.898Z
33942024-12-19T21:14:31.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33952024-12-19T21:14:32.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-12-19T21:14:32.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-12-19T21:14:32.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982024-12-19T21:14:32.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33992024-12-19T21:14:32.561Z
34002024-12-19T21:14:32.561Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34012024-12-19T21:14:33.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-19T21:14:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-19T21:14:33.231Z Checking memmap2 v0.9.5
34042024-12-19T21:14:33.231Z Checking arrayref v0.3.9
34052024-12-19T21:14:33.234Z Checking spin v0.5.2
34062024-12-19T21:14:33.234Z Checking constant_time_eq v0.3.1
34072024-12-19T21:14:33.234Z Checking arrayvec v0.7.6
34082024-12-19T21:14:33.235Z Checking topological-sort v0.2.2
34092024-12-19T21:14:33.346Z Checking shell-words v1.1.0
34102024-12-19T21:14:33.497Z Checking ring v0.16.20
34112024-12-19T21:14:33.654Z Checking blake3 v1.5.4
34122024-12-19T21:14:34.654Z Checking omicron-zone-package v0.11.1
34132024-12-19T21:14:35.759Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34142024-12-19T21:14:36.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
34152024-12-19T21:14:36.857Z
34162024-12-19T21:14:36.857Zinfo: running `cargo check --bins` on xtask (161/173)
34172024-12-19T21:14:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182024-12-19T21:14:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192024-12-19T21:14:37.286Z Checking bitflags v2.6.0
34202024-12-19T21:14:37.288Z Checking serde v1.0.215
34212024-12-19T21:14:37.288Z Checking thiserror v1.0.69
34222024-12-19T21:14:37.381Z Checking scroll v0.12.0
34232024-12-19T21:14:37.385Z Checking hashbrown v0.15.1
34242024-12-19T21:14:37.392Z Checking log v0.4.22
34252024-12-19T21:14:37.414Z Checking zerocopy v0.7.35
34262024-12-19T21:14:37.428Z Checking syn v2.0.87
34272024-12-19T21:14:37.469Z Checking pest v2.7.14
34282024-12-19T21:14:37.607Z Checking rustix v0.38.37
34292024-12-19T21:14:37.644Z Checking once_cell v1.20.2
34302024-12-19T21:14:37.838Z Checking goblin v0.8.2
34312024-12-19T21:14:37.926Z Checking fs-err v2.11.0
34322024-12-19T21:14:38.217Z Checking tabled v0.15.0
34332024-12-19T21:14:38.493Z Checking indexmap v2.6.0
34342024-12-19T21:14:38.864Z Checking anyhow v1.0.93
34352024-12-19T21:14:39.483Z Checking terminal_size v0.4.0
34362024-12-19T21:14:39.485Z Checking tempfile v3.13.0
34372024-12-19T21:14:39.653Z Checking clap_builder v4.5.21
34382024-12-19T21:14:39.978Z Checking dtrace-parser v0.2.0
34392024-12-19T21:14:41.859Z Checking serde_json v1.0.132
34402024-12-19T21:14:41.859Z Checking serde_spanned v0.6.8
34412024-12-19T21:14:41.862Z Checking toml_datetime v0.6.8
34422024-12-19T21:14:41.862Z Checking camino v1.1.9
34432024-12-19T21:14:41.862Z Checking semver v1.0.23
34442024-12-19T21:14:41.862Z Checking cargo-platform v0.1.8
34452024-12-19T21:14:42.075Z Checking macaddr v1.0.1
34462024-12-19T21:14:42.091Z Checking clap v4.5.21
34472024-12-19T21:14:42.138Z Checking toml_edit v0.22.22
34482024-12-19T21:14:42.365Z Checking camino-tempfile v1.1.1
34492024-12-19T21:14:43.019Z Checking dof v0.3.0
34502024-12-19T21:14:43.019Z Checking cargo_metadata v0.18.1
34512024-12-19T21:14:43.444Z Checking usdt-impl v0.5.0
34522024-12-19T21:14:43.832Z Checking usdt v0.5.0
34532024-12-19T21:14:43.903Z Checking toml v0.8.19
34542024-12-19T21:14:44.392Z Checking cargo_toml v0.20.5
34552024-12-19T21:14:45.582Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34562024-12-19T21:14:46.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
34572024-12-19T21:14:46.302Z
34582024-12-19T21:14:46.302Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34592024-12-19T21:14:46.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602024-12-19T21:14:46.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612024-12-19T21:14:47.059Z Checking polyval v0.6.2
34622024-12-19T21:14:47.173Z Checking ctr v0.9.2
34632024-12-19T21:14:47.185Z Checking ssh-encoding v0.2.0
34642024-12-19T21:14:47.185Z Checking blowfish v0.9.1
34652024-12-19T21:14:47.210Z Checking password-hash v0.4.2
34662024-12-19T21:14:47.213Z Checking matches v0.1.10
34672024-12-19T21:14:47.244Z Checking p256 v0.13.2
34682024-12-19T21:14:47.244Z Checking p521 v0.13.3
34692024-12-19T21:14:47.370Z Checking ghash v0.5.1
34702024-12-19T21:14:47.417Z Compiling enum-as-inner v0.5.1
34712024-12-19T21:14:47.420Z Checking bcrypt-pbkdf v0.10.0
34722024-12-19T21:14:47.473Z Checking russh-cryptovec v0.7.3
34732024-12-19T21:14:47.515Z Checking aes-gcm v0.10.3
34742024-12-19T21:14:47.592Z Checking idna v0.2.3
34752024-12-19T21:14:47.610Z Checking pbkdf2 v0.11.0
34762024-12-19T21:14:47.654Z Checking md5 v0.7.0
34772024-12-19T21:14:47.682Z Checking num-bigint v0.4.6
34782024-12-19T21:14:47.720Z Checking des v0.8.1
34792024-12-19T21:14:47.739Z Checking ssh-cipher v0.2.0
34802024-12-19T21:14:47.909Z Compiling dhcproto-macros v0.1.0
34812024-12-19T21:14:47.937Z Checking hex-literal v0.4.1
34822024-12-19T21:14:47.982Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34832024-12-19T21:14:48.029Z Checking ssh-key v0.6.6
34842024-12-19T21:14:48.069Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34852024-12-19T21:14:48.444Z Checking internet-checksum v0.2.1
34862024-12-19T21:14:48.468Z Checking trust-dns-proto v0.22.0
34872024-12-19T21:14:49.374Z Checking russh-keys v0.45.0
34882024-12-19T21:14:50.290Z Checking russh v0.45.0
34892024-12-19T21:14:51.091Z Checking dhcproto v0.12.0
34902024-12-19T21:15:08.383Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34912024-12-19T21:15:09.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.50s
34922024-12-19T21:15:10.015Z
34932024-12-19T21:15:10.015Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34942024-12-19T21:15:10.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-12-19T21:15:10.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-12-19T21:15:10.655Z Checking termios v0.3.3
34972024-12-19T21:15:10.871Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34982024-12-19T21:15:11.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
34992024-12-19T21:15:11.855Z
35002024-12-19T21:15:11.855Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35012024-12-19T21:15:12.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-12-19T21:15:12.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-12-19T21:15:12.554Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35042024-12-19T21:15:14.640Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35052024-12-19T21:15:16.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
35062024-12-19T21:15:16.735Z
35072024-12-19T21:15:16.735Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35082024-12-19T21:15:17.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-12-19T21:15:17.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-12-19T21:15:17.369Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35112024-12-19T21:15:17.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35122024-12-19T21:15:18.033Z
35132024-12-19T21:15:18.033Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35142024-12-19T21:15:18.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-12-19T21:15:18.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-12-19T21:15:18.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172024-12-19T21:15:18.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182024-12-19T21:15:18.654Z
35192024-12-19T21:15:18.654Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35202024-12-19T21:15:19.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-12-19T21:15:19.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-12-19T21:15:19.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232024-12-19T21:15:19.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242024-12-19T21:15:19.266Z
35252024-12-19T21:15:19.266Zinfo: running `cargo check --bins` on omicron-package (168/173)
35262024-12-19T21:15:19.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-12-19T21:15:19.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-12-19T21:15:19.949Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35292024-12-19T21:15:21.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
35302024-12-19T21:15:21.465Z
35312024-12-19T21:15:21.465Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35322024-12-19T21:15:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-12-19T21:15:22.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-12-19T21:15:22.180Z Checking rtoolbox v0.0.2
35352024-12-19T21:15:22.180Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35362024-12-19T21:15:22.183Z Checking tui-tree-widget v0.22.0
35372024-12-19T21:15:22.413Z Checking rpassword v7.3.1
35382024-12-19T21:15:26.565Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35392024-12-19T21:15:29.615Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35402024-12-19T21:15:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s
35412024-12-19T21:15:31.050Z
35422024-12-19T21:15:31.050Zinfo: running `cargo check --bins` on wicket (170/173)
35432024-12-19T21:15:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442024-12-19T21:15:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452024-12-19T21:15:31.753Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35462024-12-19T21:15:32.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35472024-12-19T21:15:32.392Z
35482024-12-19T21:15:32.392Zinfo: running `cargo check --bins` on wicketd (171/173)
35492024-12-19T21:15:32.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-12-19T21:15:32.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-12-19T21:15:33.107Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35522024-12-19T21:15:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
35532024-12-19T21:15:37.435Z
35542024-12-19T21:15:37.435Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35552024-12-19T21:15:37.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-12-19T21:15:38.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-12-19T21:15:38.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582024-12-19T21:15:38.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592024-12-19T21:15:38.179Z
35602024-12-19T21:15:38.179Zinfo: running `cargo check --bins` on zone-setup (173/173)
35612024-12-19T21:15:38.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622024-12-19T21:15:38.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632024-12-19T21:15:38.940Z Checking uzers v0.12.1
35642024-12-19T21:15:39.088Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35652024-12-19T21:15:40.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
35662024-12-19T21:15:40.439Z
35672024-12-19T21:15:40.442Zreal 13:04.896858149
35682024-12-19T21:15:40.443Zuser 24:30.222935594
35692024-12-19T21:15:40.443Zsys 5:25.584625635
35702024-12-19T21:15:40.443Ztrap 0.480634913
35712024-12-19T21:15:40.443Ztflt 2.265336419
35722024-12-19T21:15:40.443Zdflt 3.215817475
35732024-12-19T21:15:40.443Zkflt 0.001337413
35742024-12-19T21:15:40.443Zlock 46:19.810179271
35752024-12-19T21:15:40.443Zslp 2:07:23.291442247
35762024-12-19T21:15:40.443Zlat 1:03.300959446
35772024-12-19T21:15:40.443Zstop 3:24.795404789
35782024-12-19T21:15:40.443Zprocess exited: duration 1132865 ms, exit code 0
 
35792024-12-19T21:15:40.450Zfound 0 output files