01JFDYGMXRBM0DB18ZYPVR2HM1: 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: 01JFDYH35PGMNBXT59J8YD90HK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T22:35:26.555Zjob assigned to worker 01JFDYH3JRD32BFJTB22MHGBA2 [factory aws, i-0ea9696703a1982ab] (queued for 55 s)
 
22024-12-18T22:35:34.681Zstarting task 0: "setup"
32024-12-18T22:35:34.736Z++ uname -s
42024-12-18T22:35:34.736Z+ kern=SunOS
52024-12-18T22:35:34.736Z+ case "$kern" in
62024-12-18T22:35:34.736Z+ groupadd -g 12345 build
72024-12-18T22:35:34.736Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T22:35:36.666Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T22:35:36.751Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T22:35:36.754Z+ home_fs=zfs
112024-12-18T22:35:36.754Z+ [[ zfs == autofs ]]
122024-12-18T22:35:36.754Z+ mkdir -p /home/build
132024-12-18T22:35:36.757Z+ chown build:build /home/build /work
142024-12-18T22:35:38.758Z+ chmod 0700 /home/build /work
152024-12-18T22:35:38.762Zprocess exited: duration 4116 ms, exit code 0
 
162024-12-18T22:35:38.767Zstarting task 1: "rust-toolchain"
172024-12-18T22:35:38.773Z+ printf ' * toolchain channel = "%s"
182024-12-18T22:35:38.773Z' 1.81.0
192024-12-18T22:35:38.773Z * toolchain channel = "1.81.0"
202024-12-18T22:35:38.773Z * toolchain profile = "default"
212024-12-18T22:35:38.773Z+ printf ' * toolchain profile = "%s"
222024-12-18T22:35:38.774Z' default
232024-12-18T22:35:38.776Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T22:35:38.776Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T22:35:38.892Zinfo: downloading installer
262024-12-18T22:35:40.514Zinfo: profile set to 'default'
272024-12-18T22:35:40.514Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T22:35:40.517Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T22:35:40.667Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T22:35:40.667Zinfo: downloading component 'cargo'
312024-12-18T22:35:41.500Zinfo: downloading component 'clippy'
322024-12-18T22:35:41.809Zinfo: downloading component 'rust-docs'
332024-12-18T22:35:42.966Zinfo: downloading component 'rust-std'
342024-12-18T22:35:44.769Zinfo: downloading component 'rustc'
352024-12-18T22:35:51.227Zinfo: downloading component 'rustfmt'
362024-12-18T22:35:51.468Zinfo: installing component 'cargo'
372024-12-18T22:35:52.273Zinfo: installing component 'clippy'
382024-12-18T22:35:52.634Zinfo: installing component 'rust-docs'
392024-12-18T22:35:54.283Zinfo: installing component 'rust-std'
402024-12-18T22:35:56.021Zinfo: installing component 'rustc'
412024-12-18T22:36:01.708Zinfo: installing component 'rustfmt'
422024-12-18T22:36:02.026Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-18T22:36:02.026Z
442024-12-18T22:36:02.384Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T22:36:02.384Z
462024-12-18T22:36:02.400Z
472024-12-18T22:36:02.400ZRust is installed now. Great!
482024-12-18T22:36:02.400Z
492024-12-18T22:36:02.400ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T22:36:02.400Zenvironment variable. This has not been done automatically.
512024-12-18T22:36:02.400Z
522024-12-18T22:36:02.400ZTo configure your current shell, you need to source
532024-12-18T22:36:02.400Zthe corresponding env file under $HOME/.cargo.
542024-12-18T22:36:02.400Z
552024-12-18T22:36:02.400ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T22:36:02.400Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T22:36:02.400Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T22:36:02.450Z+ rustc --version
592024-12-18T22:36:02.517Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T22:36:02.523Zprocess exited: duration 23750 ms, exit code 0
 
612024-12-18T22:36:02.530Zstarting task 2: "authentication"
622024-12-18T22:36:02.553Zprocess exited: duration 22 ms, exit code 0
 
632024-12-18T22:36:02.559Zstarting task 3: "clone repository"
642024-12-18T22:36:02.565Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T22:36:02.568Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T22:36:02.857ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T22:36:10.095Z+ cd /work/oxidecomputer/omicron
682024-12-18T22:36:10.095Z+ git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
692024-12-18T22:36:10.410ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T22:36:10.410Z * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD
712024-12-18T22:36:10.420Z+ [[ -n eliza/webhook-models ]]
722024-12-18T22:36:10.423Z++ git branch --show-current
732024-12-18T22:36:10.426Z+ current=main
742024-12-18T22:36:10.426Z+ [[ main != eliza/webhook-models ]]
752024-12-18T22:36:10.426Z+ git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
762024-12-18T22:36:10.431Z+ git checkout -f eliza/webhook-models
772024-12-18T22:36:10.603ZSwitched to branch 'eliza/webhook-models'
782024-12-18T22:36:10.612Z+ git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
792024-12-18T22:36:10.648ZHEAD is now at d80c4c9ce more diesel plumbing
802024-12-18T22:36:10.655Zprocess exited: duration 8084 ms, exit code 0
 
812024-12-18T22:36:10.675Zstarting task 4: "build"
822024-12-18T22:36:10.681Z+ source .github/buildomat/ci-env.sh
832024-12-18T22:36:10.681Z++ export CARGO_TERM_COLOR=always
842024-12-18T22:36:10.681Z++ CARGO_TERM_COLOR=always
852024-12-18T22:36:10.686Z+ cargo --version
862024-12-18T22:36:10.738Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T22:36:10.743Z+ rustc --version
882024-12-18T22:36:10.803Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T22:36:10.805Z+ source ./env.sh
902024-12-18T22:36:10.806Z++ OLD_SHELL_OPTS=ehxB
912024-12-18T22:36:10.806Z++ set -o xtrace
922024-12-18T22:36:10.809Z++++ dirname ./env.sh
932024-12-18T22:36:10.813Z+++ readlink -f .
942024-12-18T22:36:10.856Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ 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-18T22:36:10.859Z++ case $OLD_SHELL_OPTS in
1042024-12-18T22:36:10.859Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-18T22:36:10.859Z+ 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-18T22:36:10.859Z+ 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-18T22:36:10.859Z+ banner prerequisites
1082024-12-18T22:36:10.901Z
1092024-12-18T22:36:10.901Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-18T22:36:10.901Z # # # # # # # # # # # # # # #
1112024-12-18T22:36:10.901Z # # # # ##### # # ##### # # # # # #### #
1122024-12-18T22:36:10.901Z ##### ##### # ##### # # # # # # # # #
1132024-12-18T22:36:10.902Z # # # # # # # # # # # # # # #
1142024-12-18T22:36:10.902Z # # # ###### # # ###### ### # #### # #### #
1152024-12-18T22:36:10.902Z
1162024-12-18T22:36:10.907Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-18T22:36:28.454Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-18T22:36:32.431Z Startup: Caching catalogs ... Done
1192024-12-18T22:36:42.960ZPlanning: Solver setup ... Done (9.673s)
1202024-12-18T22:36:43.090ZPlanning: Running solver ... Done (0.131s)
1212024-12-18T22:36:43.281ZPlanning: Finding local manifests ... Done (0.091s)
1222024-12-18T22:36:47.179ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-18T22:36:47.241ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-18T22:36:47.241ZPlanning: Package planning ... Done (0.195s)
1252024-12-18T22:36:47.258ZPlanning: Merging actions ... Done (0.057s)
1262024-12-18T22:36:47.258ZPlanning: Checking for conflicting actions ... Done (0.525s)
1272024-12-18T22:36:51.214ZPlanning: Consolidating action changes ... Done (6.036s)
1282024-12-18T22:36:51.677ZPlanning: Evaluating mediators ... Done (0.411s)
1292024-12-18T22:36:51.751ZPlanning: Planning completed in 19.23 seconds
1302024-12-18T22:36:52.601Z Packages to install: 4
1312024-12-18T22:36:52.601Z Packages to update: 1
1322024-12-18T22:36:52.601Z Mediators to change: 2
1332024-12-18T22:36:52.601Z Services to change: 1
1342024-12-18T22:36:52.604Z Estimated space available: 155.63 GB
1352024-12-18T22:36:52.604ZEstimated space to be consumed: 1.61 GB
1362024-12-18T22:36:52.605Z Create boot environment: No
1372024-12-18T22:36:52.605ZCreate backup boot environment: Yes
1382024-12-18T22:36:52.605Z Rebuild boot archive: No
1392024-12-18T22:36:52.605Z
1402024-12-18T22:36:52.605ZChanged mediators:
1412024-12-18T22:36:52.605Z mediator clang:
1422024-12-18T22:36:52.605Z version: None -> 15 (system default)
1432024-12-18T22:36:52.605Z
1442024-12-18T22:36:52.605Z mediator llvm:
1452024-12-18T22:36:52.605Z version: 14 (system default) -> 15 (system default)
1462024-12-18T22:36:52.605Z
1472024-12-18T22:36:52.605ZChanged packages:
1482024-12-18T22:36:52.605Zhelios-dev
1492024-12-18T22:36:52.605Z developer/build-essential
1502024-12-18T22:36:52.605Z None -> 11-2.0
1512024-12-18T22:36:52.605Z library/libxmlsec1
1522024-12-18T22:36:52.605Z None -> 1.2.35-2.0
1532024-12-18T22:36:52.605Z ooce/developer/clang-15
1542024-12-18T22:36:52.605Z None -> 15.0.7-2.0
1552024-12-18T22:36:52.605Z ooce/developer/llvm-15
1562024-12-18T22:36:52.605Z None -> 15.0.7-2.0
1572024-12-18T22:36:52.605Z package/pkg
1582024-12-18T22:36:52.605Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-18T22:36:52.605Z
1602024-12-18T22:36:52.605ZServices:
1612024-12-18T22:36:52.605Z restart_fmri:
1622024-12-18T22:36:52.605Z svc:/system/update-man-index:default
1632024-12-18T22:36:52.605Z
1642024-12-18T22:36:52.605ZEditable files to change:
1652024-12-18T22:36:52.605Z Update:
1662024-12-18T22:36:52.606Z usr/share/lib/pkg/web/config.shtml
1672024-12-18T22:36:52.950Z
1682024-12-18T22:36:52.950ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-18T22:36:57.953ZDownload: 369/4281 items 16.3/220.6MB 7% complete (3.4M/s)
1702024-12-18T22:37:02.954ZDownload: 1135/4281 items 44.8/220.6MB 20% complete (4.4M/s)
1712024-12-18T22:37:08.482ZDownload: 1196/4281 items 83.3/220.6MB 37% complete (8.2M/s)
1722024-12-18T22:37:13.494ZDownload: 1828/4281 items 118.5/220.6MB 53% complete (6.6M/s)
1732024-12-18T22:37:20.126ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (5.0M/s)
1742024-12-18T22:37:25.139ZDownload: 3104/4281 items 139.7/220.6MB 63% complete (2.0M/s)
1752024-12-18T22:37:30.319ZDownload: 3246/4281 items 201.3/220.6MB 91% complete (10.4M/s)
1762024-12-18T22:37:35.796ZDownload: 3278/4281 items 209.3/220.6MB 94% complete (8.4M/s)
1772024-12-18T22:37:40.798ZDownload: 4106/4281 items 220.1/220.6MB 99% complete (1.9M/s)
1782024-12-18T22:37:42.462ZDownload: Completed 220.60 MB in 49.51 seconds (4.5M/s)
1792024-12-18T22:37:44.550Z Actions: 1/5063 actions (Removing old actions)
1802024-12-18T22:37:44.561Z Actions: 194/5063 actions (Installing new actions)
1812024-12-18T22:37:49.705Z Actions: 4123/5063 actions (Installing new actions)
1822024-12-18T22:37:50.214Z Actions: 4226/5063 actions (Updating modified actions)
1832024-12-18T22:37:50.563Z Actions: Completed 5063 actions in 6.01 seconds.
1842024-12-18T22:37:50.960Z Done (0.394s)
1852024-12-18T22:37:50.964Z Done (0.000s)
1862024-12-18T22:37:51.538Z Done (0.575s)
1872024-12-18T22:37:57.683Z Done (5.773s)
1882024-12-18T22:37:57.884Z Done (0.275s)
1892024-12-18T22:37:57.924Z Done (0.000s)
1902024-12-18T22:37:58.118Z Done (0.000s)
1912024-12-18T22:37:58.776ZPlanning: Evaluating mediator changes ... Done
1922024-12-18T22:37:58.937ZPlanning: Checking for conflicting actions ... Done
1932024-12-18T22:37:58.940ZPlanning: Consolidating action changes ... Done
1942024-12-18T22:37:59.225ZPlanning: Evaluating mediators ... Done
1952024-12-18T22:37:59.228ZPlanning: Planning completed in 0.45 seconds
1962024-12-18T22:37:59.267Z Mediators to change: 2
1972024-12-18T22:37:59.267Z Create boot environment: No
1982024-12-18T22:37:59.271ZCreate backup boot environment: No
1992024-12-18T22:37:59.343Z Done
2002024-12-18T22:37:59.343Z Done
2012024-12-18T22:37:59.702Z Done
2022024-12-18T22:38:03.477Z Done
2032024-12-18T22:38:03.572Z Done
2042024-12-18T22:38:03.579Z Done
2052024-12-18T22:38:03.724Z Done
2062024-12-18T22:38:04.307ZPlanning: Evaluating mediator changes ... Done
2072024-12-18T22:38:04.336ZPlanning: Merging actions ... Done
2082024-12-18T22:38:04.496ZPlanning: Checking for conflicting actions ... Done
2092024-12-18T22:38:04.498ZPlanning: Consolidating action changes ... Done
2102024-12-18T22:38:04.772ZPlanning: Evaluating mediators ... Done
2112024-12-18T22:38:04.823ZPlanning: Planning completed in 0.76 seconds
2122024-12-18T22:38:04.867Z Packages to change: 1
2132024-12-18T22:38:04.867Z Mediators to change: 1
2142024-12-18T22:38:04.870Z Services to change: 1
2152024-12-18T22:38:04.870Z Create boot environment: No
2162024-12-18T22:38:04.870ZCreate backup boot environment: Yes
2172024-12-18T22:38:06.920Z Actions: 1/6 actions (Updating modified actions)
2182024-12-18T22:38:06.960Z Actions: Completed 6 actions in 0.04 seconds.
2192024-12-18T22:38:06.963Z Done
2202024-12-18T22:38:06.963Z Done
2212024-12-18T22:38:07.077Z Done
2222024-12-18T22:38:10.919Z Done
2232024-12-18T22:38:11.009Z Done
2242024-12-18T22:38:11.012Z Done
2252024-12-18T22:38:11.120Z Done
2262024-12-18T22:38:11.616ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-12-18T22:38:11.616Zclang system 15 system
2282024-12-18T22:38:11.616Zcsh system system illumos
2292024-12-18T22:38:11.616Zctags system system illumos
2302024-12-18T22:38:11.616Zgcc vendor 12 vendor
2312024-12-18T22:38:11.616Zgcc system 10 system
2322024-12-18T22:38:11.616Zgcc system 7 system
2332024-12-18T22:38:11.616Zgo system 1.20 system
2342024-12-18T22:38:11.617Zgo system 1.19 system
2352024-12-18T22:38:11.617Zllvm system 15 system
2362024-12-18T22:38:11.617Zllvm system 14 system
2372024-12-18T22:38:11.617Zmariadb system 10.6 system
2382024-12-18T22:38:11.617Zmta vendor vendor dma
2392024-12-18T22:38:11.617Zopenjdk system 17 system
2402024-12-18T22:38:11.618Zopenjdk system 11 system
2412024-12-18T22:38:11.618Zopenjdk system 1.8 system
2422024-12-18T22:38:11.618Zopenssl vendor 3 vendor
2432024-12-18T22:38:11.618Zperl system 5.36 system
2442024-12-18T22:38:11.618Zpostgresql system 15 system
2452024-12-18T22:38:11.618Zpostgresql system 13 system
2462024-12-18T22:38:11.618Zpython vendor 3 vendor
2472024-12-18T22:38:11.618Zpython system 2 system
2482024-12-18T22:38:11.618Zpython3 system 3.11 system
2492024-12-18T22:38:11.618Zruby system 3.0 system
2502024-12-18T22:38:11.618Zwords vendor vendor american-english
2512024-12-18T22:38:11.618Zwords system system australian-english
2522024-12-18T22:38:11.618Zwords system system british-english
2532024-12-18T22:38:11.618Zwords system system canadian-english
2542024-12-18T22:38:11.618Zwords system system french
2552024-12-18T22:38:11.618Zwords system system italian
2562024-12-18T22:38:11.618Zwords system system ngerman
2572024-12-18T22:38:11.618Zwords system system ogerman
2582024-12-18T22:38:11.618Zwords system system spanish
2592024-12-18T22:38:11.912ZPUBLISHER TYPE STATUS P LOCATION
2602024-12-18T22:38:11.912Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612024-12-18T22:38:14.607ZFMRI IFO
2622024-12-18T22:38:14.607Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-12-18T22:38:14.608Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-12-18T22:38:14.608Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-12-18T22:38:14.608Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-12-18T22:38:14.608Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672024-12-18T22:38:14.608Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682024-12-18T22:38:14.608Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2692024-12-18T22:38:14.608Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2702024-12-18T22:38:14.608Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-12-18T22:38:14.608Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2722024-12-18T22:38:14.609Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2732024-12-18T22:38:14.609Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2742024-12-18T22:38:14.609Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2752024-12-18T22:38:14.609Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2762024-12-18T22:38:14.609Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772024-12-18T22:38:15.376Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782024-12-18T22:38:15.632Z Updating crates.io index
2792024-12-18T22:38:15.635Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802024-12-18T22:38:16.108Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2812024-12-18T22:38:16.368Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822024-12-18T22:38:16.604Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832024-12-18T22:38:16.859Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842024-12-18T22:38:17.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852024-12-18T22:38:19.187Z Updating git repository `https://github.com/oxidecomputer/opte`
2862024-12-18T22:38:19.764Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872024-12-18T22:38:20.531Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882024-12-18T22:38:20.771Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892024-12-18T22:38:21.061Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902024-12-18T22:38:21.602Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912024-12-18T22:38:21.898Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922024-12-18T22:38:22.227Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932024-12-18T22:38:22.501Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942024-12-18T22:38:22.769Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952024-12-18T22:38:22.980Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962024-12-18T22:38:23.232Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-12-18T22:38:23.518Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-12-18T22:38:23.842Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-12-18T22:38:24.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-12-18T22:38:24.670Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-12-18T22:38:24.973Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022024-12-18T22:38:25.348Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032024-12-18T22:38:25.710Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3042024-12-18T22:38:26.038Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-12-18T22:38:26.273Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-12-18T22:38:26.544Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-12-18T22:38:27.778Z Downloading crates ...
3082024-12-18T22:38:27.823Z Downloaded anstyle-parse v0.2.5
3092024-12-18T22:38:27.827Z Downloaded anstyle v1.0.10
3102024-12-18T22:38:27.827Z Downloaded anstyle-query v1.1.1
3112024-12-18T22:38:27.831Z Downloaded anstream v0.6.15
3122024-12-18T22:38:27.831Z Downloaded cargo_toml v0.20.5
3132024-12-18T22:38:27.834Z Downloaded digest v0.10.7
3142024-12-18T22:38:27.843Z Downloaded equivalent v1.0.1
3152024-12-18T22:38:27.846Z Downloaded swrite v0.1.0
3162024-12-18T22:38:27.851Z Downloaded usdt-macro v0.5.0
3172024-12-18T22:38:27.858Z Downloaded scroll_derive v0.12.0
3182024-12-18T22:38:27.862Z Downloaded usdt-attr-macro v0.5.0
3192024-12-18T22:38:27.862Z Downloaded pretty-hex v0.4.1
3202024-12-18T22:38:27.864Z Downloaded dtrace-parser v0.2.0
3212024-12-18T22:38:27.876Z Downloaded crypto-common v0.1.6
3222024-12-18T22:38:27.878Z Downloaded tabled_derive v0.7.0
3232024-12-18T22:38:27.881Z Downloaded cfg-if v1.0.0
3242024-12-18T22:38:27.881Z Downloaded byteorder v1.5.0
3252024-12-18T22:38:27.884Z Downloaded memmap v0.7.0
3262024-12-18T22:38:27.888Z Downloaded autocfg v1.4.0
3272024-12-18T22:38:27.891Z Downloaded fnv v1.0.7
3282024-12-18T22:38:27.891Z Downloaded plain v0.2.3
3292024-12-18T22:38:27.891Z Downloaded cargo-platform v0.1.8
3302024-12-18T22:38:27.894Z Downloaded strsim v0.11.1
3312024-12-18T22:38:27.894Z Downloaded block-buffer v0.10.4
3322024-12-18T22:38:27.897Z Downloaded usdt v0.5.0
3332024-12-18T22:38:27.897Z Downloaded thread-id v4.2.2
3342024-12-18T22:38:27.901Z Downloaded errno v0.3.9
3352024-12-18T22:38:27.901Z Downloaded generic-array v0.14.7
3362024-12-18T22:38:27.904Z Downloaded utf8parse v0.2.2
3372024-12-18T22:38:27.904Z Downloaded thiserror-impl v1.0.69
3382024-12-18T22:38:27.905Z Downloaded macaddr v1.0.1
3392024-12-18T22:38:27.907Z Downloaded heck v0.5.0
3402024-12-18T22:38:27.907Z Downloaded heck v0.4.1
3412024-12-18T22:38:27.910Z Downloaded version_check v0.9.5
3422024-12-18T22:38:27.910Z Downloaded pest_meta v2.7.14
3432024-12-18T22:38:27.913Z Downloaded pest_generator v2.7.14
3442024-12-18T22:38:27.913Z Downloaded fs-err v2.11.0
3452024-12-18T22:38:27.916Z Downloaded smawk v0.3.2
3462024-12-18T22:38:27.916Z Downloaded bytecount v0.6.8
3472024-12-18T22:38:27.919Z Downloaded unicode-linebreak v0.1.5
3482024-12-18T22:38:27.919Z Downloaded toml_datetime v0.6.8
3492024-12-18T22:38:27.924Z Downloaded serde_tokenstream v0.2.2
3502024-12-18T22:38:27.924Z Downloaded serde_spanned v0.6.8
3512024-12-18T22:38:27.924Z Downloaded proc-macro-error-attr v1.0.4
3522024-12-18T22:38:27.924Z Downloaded semver v1.0.23
3532024-12-18T22:38:27.927Z Downloaded proc-macro-error v1.0.4
3542024-12-18T22:38:27.929Z Downloaded is_terminal_polyfill v1.70.1
3552024-12-18T22:38:27.930Z Downloaded itoa v1.0.11
3562024-12-18T22:38:27.932Z Downloaded colorchoice v1.0.2
3572024-12-18T22:38:27.932Z Downloaded clap_lex v0.7.2
3582024-12-18T22:38:27.932Z Downloaded cpufeatures v0.2.14
3592024-12-18T22:38:27.934Z Downloaded thiserror v1.0.69
3602024-12-18T22:38:27.937Z Downloaded cargo_metadata v0.18.1
3612024-12-18T22:38:27.939Z Downloaded clap_derive v4.5.18
3622024-12-18T22:38:27.942Z Downloaded dof v0.3.0
3632024-12-18T22:38:27.945Z Downloaded once_cell v1.20.2
3642024-12-18T22:38:27.948Z Downloaded scroll v0.12.0
3652024-12-18T22:38:27.954Z Downloaded terminal_size v0.4.0
3662024-12-18T22:38:27.956Z Downloaded fastrand v2.1.1
3672024-12-18T22:38:27.958Z Downloaded zerocopy-derive v0.7.35
3682024-12-18T22:38:27.963Z Downloaded usdt-impl v0.5.0
3692024-12-18T22:38:27.965Z Downloaded sha2 v0.10.8
3702024-12-18T22:38:27.968Z Downloaded proc-macro2 v1.0.89
3712024-12-18T22:38:27.972Z Downloaded unicode-ident v1.0.13
3722024-12-18T22:38:27.975Z Downloaded typenum v1.17.0
3732024-12-18T22:38:27.975Z Downloaded textwrap v0.16.1
3742024-12-18T22:38:27.978Z Downloaded toml v0.8.19
3752024-12-18T22:38:27.983Z Downloaded log v0.4.22
3762024-12-18T22:38:27.988Z Downloaded pest_derive v2.7.14
3772024-12-18T22:38:27.988Z Downloaded serde_derive v1.0.215
3782024-12-18T22:38:27.993Z Downloaded clap v4.5.21
3792024-12-18T22:38:27.997Z Downloaded ucd-trie v0.1.7
3802024-12-18T22:38:28.000Z Downloaded bitflags v2.6.0
3812024-12-18T22:38:28.005Z Downloaded anyhow v1.0.93
3822024-12-18T22:38:28.008Z Downloaded indexmap v2.6.0
3832024-12-18T22:38:28.010Z Downloaded serde v1.0.215
3842024-12-18T22:38:28.013Z Downloaded papergrid v0.11.0
3852024-12-18T22:38:28.016Z Downloaded camino v1.1.9
3862024-12-18T22:38:28.019Z Downloaded tempfile v3.13.0
3872024-12-18T22:38:28.021Z Downloaded ryu v1.0.18
3882024-12-18T22:38:28.024Z Downloaded memchr v2.7.4
3892024-12-18T22:38:28.030Z Downloaded camino-tempfile v1.1.1
3902024-12-18T22:38:28.032Z Downloaded quote v1.0.37
3912024-12-18T22:38:28.034Z Downloaded toml_edit v0.22.22
3922024-12-18T22:38:28.053Z Downloaded hashbrown v0.15.1
3932024-12-18T22:38:28.067Z Downloaded pest v2.7.14
3942024-12-18T22:38:28.073Z Downloaded zerocopy v0.7.35
3952024-12-18T22:38:28.087Z Downloaded serde_json v1.0.132
3962024-12-18T22:38:28.094Z Downloaded winnow v0.6.20
3972024-12-18T22:38:28.102Z Downloaded goblin v0.8.2
3982024-12-18T22:38:28.108Z Downloaded tabled v0.15.0
3992024-12-18T22:38:28.122Z Downloaded clap_builder v4.5.21
4002024-12-18T22:38:28.128Z Downloaded syn v1.0.109
4012024-12-18T22:38:28.145Z Downloaded syn v2.0.87
4022024-12-18T22:38:28.155Z Downloaded unicode-width v0.1.14
4032024-12-18T22:38:28.161Z Downloaded rustix v0.38.37
4042024-12-18T22:38:28.202Z Downloaded libc v0.2.162
4052024-12-18T22:38:28.511Z Compiling proc-macro2 v1.0.89
4062024-12-18T22:38:28.511Z Compiling unicode-ident v1.0.13
4072024-12-18T22:38:28.511Z Compiling serde v1.0.215
4082024-12-18T22:38:28.514Z Compiling version_check v0.9.5
4092024-12-18T22:38:28.514Z Compiling thiserror v1.0.69
4102024-12-18T22:38:28.548Z Compiling memchr v2.7.4
4112024-12-18T22:38:28.550Z Compiling libc v0.2.162
4122024-12-18T22:38:28.550Z Compiling ucd-trie v0.1.7
4132024-12-18T22:38:28.750Z Compiling itoa v1.0.11
4142024-12-18T22:38:28.983Z Compiling ryu v1.0.18
4152024-12-18T22:38:29.263Z Compiling once_cell v1.20.2
4162024-12-18T22:38:29.368Z Compiling byteorder v1.5.0
4172024-12-18T22:38:29.623Z Compiling serde_json v1.0.132
4182024-12-18T22:38:29.921Z Compiling rustix v0.38.37
4192024-12-18T22:38:30.003Z Compiling bitflags v2.6.0
4202024-12-18T22:38:30.129Z Compiling usdt-impl v0.5.0
4212024-12-18T22:38:30.132Z Compiling proc-macro-error-attr v1.0.4
4222024-12-18T22:38:30.415Z Compiling syn v1.0.109
4232024-12-18T22:38:30.527Z Compiling proc-macro-error v1.0.4
4242024-12-18T22:38:30.577Z Compiling log v0.4.22
4252024-12-18T22:38:30.613Z Compiling plain v0.2.3
4262024-12-18T22:38:30.780Z Compiling camino v1.1.9
4272024-12-18T22:38:30.806Z Compiling hashbrown v0.15.1
4282024-12-18T22:38:30.830Z Compiling equivalent v1.0.1
4292024-12-18T22:38:30.957Z Compiling quote v1.0.37
4302024-12-18T22:38:30.989Z Compiling utf8parse v0.2.2
4312024-12-18T22:38:31.619Z Compiling errno v0.3.9
4322024-12-18T22:38:31.632Z Compiling anstyle-parse v0.2.5
4332024-12-18T22:38:31.632Z Compiling syn v2.0.87
4342024-12-18T22:38:31.632Z Compiling thread-id v4.2.2
4352024-12-18T22:38:31.726Z Compiling pretty-hex v0.4.1
4362024-12-18T22:38:31.752Z Compiling is_terminal_polyfill v1.70.1
4372024-12-18T22:38:31.889Z Compiling autocfg v1.4.0
4382024-12-18T22:38:31.929Z Compiling semver v1.0.23
4392024-12-18T22:38:31.955Z Compiling winnow v0.6.20
4402024-12-18T22:38:32.233Z Compiling indexmap v2.6.0
4412024-12-18T22:38:32.459Z Compiling anstyle-query v1.1.1
4422024-12-18T22:38:32.628Z Compiling unicode-width v0.1.14
4432024-12-18T22:38:33.065Z Compiling anstyle v1.0.10
4442024-12-18T22:38:33.092Z Compiling colorchoice v1.0.2
4452024-12-18T22:38:33.164Z Compiling fs-err v2.11.0
4462024-12-18T22:38:33.448Z Compiling anstream v0.6.15
4472024-12-18T22:38:33.493Z Compiling terminal_size v0.4.0
4482024-12-18T22:38:33.580Z Compiling fastrand v2.1.1
4492024-12-18T22:38:33.655Z Compiling bytecount v0.6.8
4502024-12-18T22:38:33.894Z Compiling heck v0.5.0
4512024-12-18T22:38:34.160Z Compiling fnv v1.0.7
4522024-12-18T22:38:34.186Z Compiling anyhow v1.0.93
4532024-12-18T22:38:34.224Z Compiling clap_lex v0.7.2
4542024-12-18T22:38:34.296Z Compiling cfg-if v1.0.0
4552024-12-18T22:38:34.323Z Compiling heck v0.4.1
4562024-12-18T22:38:34.405Z Compiling strsim v0.11.1
4572024-12-18T22:38:34.432Z Compiling tempfile v3.13.0
4582024-12-18T22:38:34.831Z Compiling clap_builder v4.5.21
4592024-12-18T22:38:35.207Z Compiling papergrid v0.11.0
4602024-12-18T22:38:35.361Z Compiling memmap v0.7.0
4612024-12-18T22:38:35.439Z Compiling smawk v0.3.2
4622024-12-18T22:38:35.480Z Compiling unicode-linebreak v0.1.5
4632024-12-18T22:38:35.765Z Compiling swrite v0.1.0
4642024-12-18T22:38:35.895Z Compiling textwrap v0.16.1
4652024-12-18T22:38:37.197Z Compiling tabled_derive v0.7.0
4662024-12-18T22:38:38.897Z Compiling tabled v0.15.0
4672024-12-18T22:38:40.541Z Compiling serde_derive v1.0.215
4682024-12-18T22:38:40.541Z Compiling thiserror-impl v1.0.69
4692024-12-18T22:38:40.544Z Compiling zerocopy-derive v0.7.35
4702024-12-18T22:38:40.544Z Compiling scroll_derive v0.12.0
4712024-12-18T22:38:40.544Z Compiling clap_derive v4.5.18
4722024-12-18T22:38:41.755Z Compiling scroll v0.12.0
4732024-12-18T22:38:42.262Z Compiling goblin v0.8.2
4742024-12-18T22:38:42.510Z Compiling zerocopy v0.7.35
4752024-12-18T22:38:43.223Z Compiling pest v2.7.14
4762024-12-18T22:38:44.254Z Compiling clap v4.5.21
4772024-12-18T22:38:45.510Z Compiling pest_meta v2.7.14
4782024-12-18T22:38:46.396Z Compiling pest_generator v2.7.14
4792024-12-18T22:38:48.086Z Compiling pest_derive v2.7.14
4802024-12-18T22:38:48.783Z Compiling dtrace-parser v0.2.0
4812024-12-18T22:38:50.758Z Compiling serde_tokenstream v0.2.2
4822024-12-18T22:38:50.818Z Compiling serde_spanned v0.6.8
4832024-12-18T22:38:50.821Z Compiling toml_datetime v0.6.8
4842024-12-18T22:38:51.085Z Compiling cargo-platform v0.1.8
4852024-12-18T22:38:51.237Z Compiling toml_edit v0.22.22
4862024-12-18T22:38:51.374Z Compiling macaddr v1.0.1
4872024-12-18T22:38:51.656Z Compiling camino-tempfile v1.1.1
4882024-12-18T22:38:52.312Z Compiling dof v0.3.0
4892024-12-18T22:38:52.425Z Compiling cargo_metadata v0.18.1
4902024-12-18T22:38:54.133Z Compiling toml v0.8.19
4912024-12-18T22:38:54.160Z Compiling usdt-attr-macro v0.5.0
4922024-12-18T22:38:54.162Z Compiling usdt-macro v0.5.0
4932024-12-18T22:38:55.015Z Compiling cargo_toml v0.20.5
4942024-12-18T22:38:55.612Z Compiling usdt v0.5.0
4952024-12-18T22:38:58.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962024-12-18T22:39:02.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.80s
4972024-12-18T22:39:03.218Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982024-12-18T22:39:03.761Z Downloading crates ...
4992024-12-18T22:39:03.926Z Downloaded adler2 v2.0.0
5002024-12-18T22:39:03.932Z Downloaded argon2 v0.5.3
5012024-12-18T22:39:03.935Z Downloaded hex v0.4.3
5022024-12-18T22:39:03.935Z Downloaded async-recursion v1.1.1
5032024-12-18T22:39:03.941Z Downloaded hex-literal v0.4.1
5042024-12-18T22:39:03.947Z Downloaded heapless v0.8.0
5052024-12-18T22:39:03.951Z Downloaded heapless v0.7.17
5062024-12-18T22:39:03.953Z Downloaded ciborium-ll v0.2.2
5072024-12-18T22:39:03.953Z Downloaded bzip2 v0.4.4
5082024-12-18T22:39:03.956Z Downloaded addr2line v0.24.2
5092024-12-18T22:39:03.960Z Downloaded ciborium v0.2.2
5102024-12-18T22:39:03.964Z Downloaded arc-swap v1.7.1
5112024-12-18T22:39:03.968Z Downloaded crc32fast v1.4.2
5122024-12-18T22:39:03.970Z Downloaded bytes v1.8.0
5132024-12-18T22:39:03.974Z Downloaded hickory-proto v0.24.1
5142024-12-18T22:39:03.990Z Downloaded httpdate v1.0.3
5152024-12-18T22:39:03.993Z Downloaded http-body v1.0.1
5162024-12-18T22:39:03.997Z Downloaded home v0.5.9
5172024-12-18T22:39:03.997Z Downloaded hkdf v0.12.4
5182024-12-18T22:39:04.003Z Downloaded humantime v2.1.0
5192024-12-18T22:39:04.003Z Downloaded httparse v1.9.5
5202024-12-18T22:39:04.007Z Downloaded iana-time-zone v0.1.61
5212024-12-18T22:39:04.012Z Downloaded http v1.1.0
5222024-12-18T22:39:04.016Z Downloaded icu_normalizer_data v1.5.0
5232024-12-18T22:39:04.016Z Downloaded arrayvec v0.7.6
5242024-12-18T22:39:04.020Z Downloaded colored v2.1.0
5252024-12-18T22:39:04.024Z Downloaded aho-corasick v1.1.3
5262024-12-18T22:39:04.028Z Downloaded darling v0.20.10
5272024-12-18T22:39:04.033Z Downloaded hyper v1.5.0
5282024-12-18T22:39:04.042Z Downloaded bumpalo v3.16.0
5292024-12-18T22:39:04.046Z Downloaded chrono v0.4.38
5302024-12-18T22:39:04.055Z Downloaded http-body-util v0.1.2
5312024-12-18T22:39:04.061Z Downloaded heck v0.3.3
5322024-12-18T22:39:04.061Z Downloaded aes-gcm v0.10.3
5332024-12-18T22:39:04.066Z Downloaded aes v0.8.4
5342024-12-18T22:39:04.071Z Downloaded itertools v0.12.1
5352024-12-18T22:39:04.075Z Downloaded lazycell v1.3.0
5362024-12-18T22:39:04.079Z Downloaded lazy_static v1.5.0
5372024-12-18T22:39:04.083Z Downloaded lock_api v0.4.12
5382024-12-18T22:39:04.083Z Downloaded mime v0.3.17
5392024-12-18T22:39:04.083Z Downloaded jobserver v0.1.32
5402024-12-18T22:39:04.088Z Downloaded minimal-lexical v0.2.1
5412024-12-18T22:39:04.092Z Downloaded miniz_oxide v0.8.0
5422024-12-18T22:39:04.096Z Downloaded itertools v0.13.0
5432024-12-18T22:39:04.101Z Downloaded hickory-client v0.24.1
5442024-12-18T22:39:04.104Z Downloaded cc v1.1.30
5452024-12-18T22:39:04.109Z Downloaded base64 v0.22.1
5462024-12-18T22:39:04.114Z Downloaded base64 v0.21.7
5472024-12-18T22:39:04.120Z Downloaded bit-vec v0.6.3
5482024-12-18T22:39:04.122Z Downloaded base64 v0.13.1
5492024-12-18T22:39:04.125Z Downloaded hyper-tls v0.6.0
5502024-12-18T22:39:04.128Z Downloaded idna v0.2.3
5512024-12-18T22:39:04.136Z Downloaded memoffset v0.9.1
5522024-12-18T22:39:04.139Z Downloaded memmap2 v0.9.5
5532024-12-18T22:39:04.144Z Downloaded matches v0.1.10
5542024-12-18T22:39:04.146Z Downloaded libloading v0.8.5
5552024-12-18T22:39:04.149Z Downloaded itertools v0.10.5
5562024-12-18T22:39:04.153Z Downloaded is-terminal v0.4.13
5572024-12-18T22:39:04.156Z Downloaded ipnet v2.10.1
5582024-12-18T22:39:04.156Z Downloaded crunchy v0.2.2
5592024-12-18T22:39:04.158Z Downloaded ctr v0.9.2
5602024-12-18T22:39:04.158Z Downloaded csv-core v0.1.11
5612024-12-18T22:39:04.168Z Downloaded crossbeam-epoch v0.9.18
5622024-12-18T22:39:04.172Z Downloaded crossbeam-utils v0.8.20
5632024-12-18T22:39:04.172Z Downloaded bindgen v0.69.5
5642024-12-18T22:39:04.177Z Downloaded inout v0.1.3
5652024-12-18T22:39:04.185Z Downloaded bstr v1.10.0
5662024-12-18T22:39:04.192Z Downloaded aws-lc-rs v1.10.0
5672024-12-18T22:39:04.211Z Downloaded indexmap v1.9.3
5682024-12-18T22:39:04.223Z Downloaded idna v0.5.0
5692024-12-18T22:39:04.223Z Downloaded idna v0.4.0
5702024-12-18T22:39:04.228Z Downloaded crc-catalog v2.4.0
5712024-12-18T22:39:04.228Z Downloaded hmac v0.12.1
5722024-12-18T22:39:04.228Z Downloaded crc v3.2.1
5732024-12-18T22:39:04.228Z Downloaded icu_locid_transform_data v1.5.0
5742024-12-18T22:39:04.231Z Downloaded icu_properties v1.5.1
5752024-12-18T22:39:04.234Z Downloaded icu_normalizer v1.5.0
5762024-12-18T22:39:04.238Z Downloaded icu_provider v1.5.0
5772024-12-18T22:39:04.241Z Downloaded idna v1.0.3
5782024-12-18T22:39:04.245Z Downloaded bitvec v1.0.1
5792024-12-18T22:39:04.264Z Downloaded ron v0.8.1
5802024-12-18T22:39:04.268Z Downloaded icu_properties_data v1.5.0
5812024-12-18T22:39:04.282Z Downloaded signature v2.2.0
5822024-12-18T22:39:04.285Z Downloaded icu_locid v1.5.0
5832024-12-18T22:39:04.290Z Downloaded maplit v1.0.2
5842024-12-18T22:39:04.293Z Downloaded lru v0.12.5
5852024-12-18T22:39:04.293Z Downloaded linked-hash-map v0.5.6
5862024-12-18T22:39:04.305Z Downloaded is_ci v1.2.0
5872024-12-18T22:39:04.309Z Downloaded indicatif v0.17.9
5882024-12-18T22:39:04.313Z Downloaded icu_collections v1.5.0
5892024-12-18T22:39:04.317Z Downloaded hyper-util v0.1.10
5902024-12-18T22:39:04.322Z Downloaded hyper-staticfile v0.10.1
5912024-12-18T22:39:04.326Z Downloaded serde-big-array v0.5.1
5922024-12-18T22:39:04.328Z Downloaded quinn-proto v0.11.8
5932024-12-18T22:39:04.335Z Downloaded http-range v0.1.5
5942024-12-18T22:39:04.338Z Downloaded hostname v0.4.0
5952024-12-18T22:39:04.338Z Downloaded hostname v0.3.1
5962024-12-18T22:39:04.340Z Downloaded highway v1.2.0
5972024-12-18T22:39:04.344Z Downloaded tower-service v0.3.3
5982024-12-18T22:39:04.344Z Downloaded topological-sort v0.2.2
5992024-12-18T22:39:04.347Z Downloaded hickory-server v0.24.1
6002024-12-18T22:39:04.351Z Downloaded tracing v0.1.40
6012024-12-18T22:39:04.356Z Downloaded tough v0.19.0
6022024-12-18T22:39:04.367Z Downloaded value-bag v1.9.0
6032024-12-18T22:39:04.373Z Downloaded smallvec v1.13.2
6042024-12-18T22:39:04.378Z Downloaded signal-hook v0.3.17
6052024-12-18T22:39:04.382Z Downloaded bzip2-sys v0.1.11+1.0.8
6062024-12-18T22:39:04.394Z Downloaded yoke-derive v0.7.4
6072024-12-18T22:39:04.398Z Downloaded instability v0.3.2
6082024-12-18T22:39:04.398Z Downloaded indoc v1.0.9
6092024-12-18T22:39:04.401Z Downloaded impl-trait-for-tuples v0.2.2
6102024-12-18T22:39:04.403Z Downloaded dirs-sys-next v0.1.2
6112024-12-18T22:39:04.403Z Downloaded dirs-next v2.0.0
6122024-12-18T22:39:04.406Z Downloaded diff v0.1.13
6132024-12-18T22:39:04.409Z Downloaded endian-type v0.1.2
6142024-12-18T22:39:04.409Z Downloaded difflib v0.4.0
6152024-12-18T22:39:04.412Z Downloaded reqwest v0.12.9
6162024-12-18T22:39:04.422Z Downloaded mime_guess v2.0.5
6172024-12-18T22:39:04.426Z Downloaded linear-map v1.2.0
6182024-12-18T22:39:04.429Z Downloaded libxml v0.3.3
6192024-12-18T22:39:04.435Z Downloaded ghash v0.5.1
6202024-12-18T22:39:04.439Z Downloaded regex-syntax v0.6.29
6212024-12-18T22:39:04.444Z Downloaded regex-syntax v0.8.5
6222024-12-18T22:39:04.455Z Downloaded newtype_derive v0.1.6
6232024-12-18T22:39:04.458Z Downloaded newtype-uuid v1.1.3
6242024-12-18T22:39:04.458Z Downloaded subtle v2.6.1
6252024-12-18T22:39:04.460Z Downloaded string_cache v0.8.7
6262024-12-18T22:39:04.462Z Downloaded strum_macros v0.26.4
6272024-12-18T22:39:04.465Z Downloaded parse-zoneinfo v0.3.1
6282024-12-18T22:39:04.469Z Downloaded want v0.3.1
6292024-12-18T22:39:04.474Z Downloaded yoke v0.7.4
6302024-12-18T22:39:04.474Z Downloaded crc-any v2.5.0
6312024-12-18T22:39:04.476Z Downloaded walkdir v2.5.0
6322024-12-18T22:39:04.478Z Downloaded lru-cache v0.1.2
6332024-12-18T22:39:04.479Z Downloaded tinyvec_macros v0.1.1
6342024-12-18T22:39:04.481Z Downloaded new_debug_unreachable v1.0.6
6352024-12-18T22:39:04.481Z Downloaded native-tls v0.2.12
6362024-12-18T22:39:04.484Z Downloaded gimli v0.31.1
6372024-12-18T22:39:04.495Z Downloaded rustc-demangle v0.1.24
6382024-12-18T22:39:04.498Z Downloaded thiserror-no-std v2.0.2
6392024-12-18T22:39:04.501Z Downloaded ref-cast-impl v1.0.23
6402024-12-18T22:39:04.505Z Downloaded ipnetwork v0.20.0
6412024-12-18T22:39:04.510Z Downloaded crucible-workspace-hack v0.1.0
6422024-12-18T22:39:04.510Z Downloaded crossterm v0.28.1
6432024-12-18T22:39:04.515Z Downloaded fragile v2.0.0
6442024-12-18T22:39:04.517Z Downloaded idna v0.3.0
6452024-12-18T22:39:04.524Z Downloaded form_urlencoded v1.2.1
6462024-12-18T22:39:04.526Z Downloaded foreign-types v0.3.2
6472024-12-18T22:39:04.526Z Downloaded zone v0.1.8
6482024-12-18T22:39:04.530Z Downloaded uzers v0.12.1
6492024-12-18T22:39:04.532Z Downloaded tls_codec_derive v0.4.1
6502024-12-18T22:39:04.535Z Downloaded rustls-webpki v0.102.8
6512024-12-18T22:39:04.554Z Downloaded static_assertions v1.1.0
6522024-12-18T22:39:04.556Z Downloaded reedline v0.35.0
6532024-12-18T22:39:04.564Z Downloaded stable_deref_trait v1.2.0
6542024-12-18T22:39:04.566Z Downloaded quinn v0.11.5
6552024-12-18T22:39:04.569Z Downloaded quick-xml v0.33.0
6562024-12-18T22:39:04.577Z Downloaded portable-atomic v1.9.0
6572024-12-18T22:39:04.585Z Downloaded elliptic-curve v0.13.8
6582024-12-18T22:39:04.590Z Downloaded radium v0.7.0
6592024-12-18T22:39:04.593Z Downloaded fd-lock v4.0.2
6602024-12-18T22:39:04.596Z Downloaded quinn-udp v0.5.5
6612024-12-18T22:39:04.601Z Downloaded sqlformat v0.2.6
6622024-12-18T22:39:04.604Z Downloaded xattr v1.3.1
6632024-12-18T22:39:04.605Z Downloaded structmeta-derive v0.2.0
6642024-12-18T22:39:04.609Z Downloaded smf v0.2.3
6652024-12-18T22:39:04.609Z Downloaded signal-hook-tokio v0.3.1
6662024-12-18T22:39:04.609Z Downloaded signal-hook-mio v0.2.4
6672024-12-18T22:39:04.612Z Downloaded semver v0.1.20
6682024-12-18T22:39:04.612Z Downloaded sec1 v0.7.3
6692024-12-18T22:39:04.614Z Downloaded zerofrom v0.1.4
6702024-12-18T22:39:04.614Z Downloaded dhcproto-macros v0.1.0
6712024-12-18T22:39:04.616Z Downloaded zerocopy-derive v0.8.10
6722024-12-18T22:39:04.622Z Downloaded ed25519-dalek v2.1.1
6732024-12-18T22:39:04.626Z Downloaded fxhash v0.2.1
6742024-12-18T22:39:04.629Z Downloaded ed25519 v2.2.3
6752024-12-18T22:39:04.633Z Downloaded ecdsa v0.16.9
6762024-12-18T22:39:04.636Z Downloaded parking_lot v0.11.2
6772024-12-18T22:39:04.636Z Downloaded newline-converter v0.3.0
6782024-12-18T22:39:04.639Z Downloaded nanorand v0.7.0
6792024-12-18T22:39:04.641Z Downloaded multimap v0.10.0
6802024-12-18T22:39:04.641Z Downloaded multer v3.1.0
6812024-12-18T22:39:04.644Z Downloaded mockall_derive v0.13.0
6822024-12-18T22:39:04.647Z Downloaded dunce v1.0.5
6832024-12-18T22:39:04.649Z Downloaded rfc6979 v0.4.0
6842024-12-18T22:39:04.649Z Downloaded resolv-conf v0.7.0
6852024-12-18T22:39:04.652Z Downloaded proptest v1.5.0
6862024-12-18T22:39:04.662Z Downloaded spin v0.9.8
6872024-12-18T22:39:04.664Z Downloaded hashbrown v0.14.5
6882024-12-18T22:39:04.670Z Downloaded socket2 v0.5.7
6892024-12-18T22:39:04.673Z Downloaded slab v0.4.9
6902024-12-18T22:39:04.676Z Downloaded siphasher v0.3.11
6912024-12-18T22:39:04.679Z Downloaded libz-sys v1.1.20
6922024-12-18T22:39:04.698Z Downloaded num-conv v0.1.0
6932024-12-18T22:39:04.700Z Downloaded tls_codec v0.4.1
6942024-12-18T22:39:04.704Z Downloaded thiserror-impl-no-std v2.0.2
6952024-12-18T22:39:04.704Z Downloaded termios v0.3.3
6962024-12-18T22:39:04.708Z Downloaded percent-encoding v2.3.1
6972024-12-18T22:39:04.708Z Downloaded subprocess v0.2.9
6982024-12-18T22:39:04.711Z Downloaded chrono-tz v0.10.0
6992024-12-18T22:39:04.717Z Downloaded num-complex v0.4.6
7002024-12-18T22:39:04.721Z Downloaded nix v0.28.0
7012024-12-18T22:39:04.730Z Downloaded num v0.4.3
7022024-12-18T22:39:04.734Z Downloaded write16 v1.0.0
7032024-12-18T22:39:04.734Z Downloaded sqlparser_derive v0.2.2
7042024-12-18T22:39:04.737Z Downloaded spin v0.5.2
7052024-12-18T22:39:04.737Z Downloaded num-bigint v0.4.6
7062024-12-18T22:39:04.739Z Downloaded progenitor-macro v0.8.0
7072024-12-18T22:39:04.742Z Downloaded phf v0.11.2
7082024-12-18T22:39:04.742Z Downloaded pem-rfc7468 v0.7.0
7092024-12-18T22:39:04.747Z Downloaded pem v3.0.4
7102024-12-18T22:39:04.747Z Downloaded psl-types v2.0.11
7112024-12-18T22:39:04.752Z Downloaded peg-runtime v0.8.3
7122024-12-18T22:39:04.752Z Downloaded toolchain_find v0.4.0
7132024-12-18T22:39:04.752Z Downloaded crypto-bigint v0.5.5
7142024-12-18T22:39:04.758Z Downloaded rustc-hash v1.1.0
7152024-12-18T22:39:04.761Z Downloaded csv v1.3.0
7162024-12-18T22:39:04.778Z Downloaded qorb v0.2.1
7172024-12-18T22:39:04.782Z Downloaded publicsuffix v2.2.3
7182024-12-18T22:39:04.786Z Downloaded russh-cryptovec v0.7.3
7192024-12-18T22:39:04.788Z Downloaded samael v0.0.17
7202024-12-18T22:39:04.792Z Downloaded scopeguard v1.2.0
7212024-12-18T22:39:04.794Z Downloaded unicase v2.7.0
7222024-12-18T22:39:04.797Z Downloaded simd-adler32 v0.3.7
7232024-12-18T22:39:04.797Z Downloaded shlex v1.3.0
7242024-12-18T22:39:04.800Z Downloaded strip-ansi-escapes v0.2.0
7252024-12-18T22:39:04.800Z Downloaded sigpipe v0.1.3
7262024-12-18T22:39:04.803Z Downloaded predicates-core v1.0.8
7272024-12-18T22:39:04.803Z Downloaded tinyvec v1.8.0
7282024-12-18T22:39:04.806Z Downloaded darling_macro v0.20.10
7292024-12-18T22:39:04.806Z Downloaded zeroize_derive v1.4.2
7302024-12-18T22:39:04.812Z Downloaded stringprep v0.1.5
7312024-12-18T22:39:04.812Z Downloaded funty v2.0.0
7322024-12-18T22:39:04.815Z Downloaded fs_extra v1.3.0
7332024-12-18T22:39:04.815Z Downloaded glob v0.3.1
7342024-12-18T22:39:04.815Z Downloaded tokio-rustls v0.24.1
7352024-12-18T22:39:04.819Z Downloaded fixedbitset v0.4.2
7362024-12-18T22:39:04.819Z Downloaded fallible-iterator v0.3.0
7372024-12-18T22:39:04.822Z Downloaded structmeta v0.2.0
7382024-12-18T22:39:04.822Z Downloaded futures-util v0.3.31
7392024-12-18T22:39:04.833Z Downloaded unicode-width v0.2.0
7402024-12-18T22:39:04.839Z Downloaded unicode-normalization v0.1.24
7412024-12-18T22:39:04.844Z Downloaded paste v1.0.15
7422024-12-18T22:39:04.846Z Downloaded zerovec v0.10.4
7432024-12-18T22:39:04.853Z Downloaded zerocopy v0.8.10
7442024-12-18T22:39:04.877Z Downloaded termtree v0.4.1
7452024-12-18T22:39:04.881Z Downloaded slog-json v2.6.1
7462024-12-18T22:39:04.885Z Downloaded slog-async v2.8.0
7472024-12-18T22:39:04.885Z Downloaded term v0.7.0
7482024-12-18T22:39:04.887Z Downloaded termcolor v1.4.1
7492024-12-18T22:39:04.888Z Downloaded tar v0.4.42
7502024-12-18T22:39:04.892Z Downloaded der v0.7.9
7512024-12-18T22:39:04.897Z Downloaded num-traits v0.2.19
7522024-12-18T22:39:04.899Z Downloaded tungstenite v0.24.0
7532024-12-18T22:39:04.902Z Downloaded twox-hash v1.6.3
7542024-12-18T22:39:04.904Z Downloaded rustls-webpki v0.101.7
7552024-12-18T22:39:04.917Z Downloaded zeroize v1.8.1
7562024-12-18T22:39:04.922Z Downloaded which v4.4.2
7572024-12-18T22:39:04.922Z Downloaded foreign-types-macros v0.2.3
7582024-12-18T22:39:04.928Z Downloaded foreign-types v0.5.0
7592024-12-18T22:39:04.928Z Downloaded dyn-clone v1.0.17
7602024-12-18T22:39:04.928Z Downloaded winnow v0.5.40
7612024-12-18T22:39:04.933Z Downloaded rsa v0.9.6
7622024-12-18T22:39:04.939Z Downloaded same-file v1.0.6
7632024-12-18T22:39:04.941Z Downloaded rusty-fork v0.3.0
7642024-12-18T22:39:04.956Z Downloaded pbkdf2 v0.12.2
7652024-12-18T22:39:04.956Z Downloaded num-derive v0.4.2
7662024-12-18T22:39:04.956Z Downloaded num-bigint-dig v0.8.4
7672024-12-18T22:39:04.960Z Downloaded uuid v1.11.0
7682024-12-18T22:39:04.960Z Downloaded fallible-iterator v0.2.0
7692024-12-18T22:39:04.961Z Downloaded utf8_iter v1.0.4
7702024-12-18T22:39:04.961Z Downloaded flate2 v1.0.34
7712024-12-18T22:39:04.965Z Downloaded futures-executor v0.3.31
7722024-12-18T22:39:04.968Z Downloaded petname v2.0.2
7732024-12-18T22:39:04.972Z Downloaded petgraph v0.6.5
7742024-12-18T22:39:04.989Z Downloaded opaque-debug v0.3.1
7752024-12-18T22:39:04.993Z Downloaded unarray v0.1.4
7762024-12-18T22:39:04.993Z Downloaded typify-macro v0.2.0
7772024-12-18T22:39:04.997Z Downloaded rusqlite v0.32.1
7782024-12-18T22:39:05.000Z Downloaded parse-size v1.1.0
7792024-12-18T22:39:05.003Z Downloaded p384 v0.13.0
7802024-12-18T22:39:05.008Z Downloaded parking_lot v0.12.3
7812024-12-18T22:39:05.011Z Downloaded parking_lot_core v0.9.10
7822024-12-18T22:39:05.014Z Downloaded packed_struct_codegen v0.10.1
7832024-12-18T22:39:05.016Z Downloaded tokio-rustls v0.25.0
7842024-12-18T22:39:05.019Z Downloaded synstructure v0.13.1
7852024-12-18T22:39:05.019Z Downloaded sync_wrapper v1.0.1
7862024-12-18T22:39:05.020Z Downloaded sct v0.7.1
7872024-12-18T22:39:05.022Z Downloaded unicode-properties v0.1.3
7882024-12-18T22:39:05.025Z Downloaded rayon-core v1.12.1
7892024-12-18T22:39:05.030Z Downloaded tokio-postgres v0.7.12
7902024-12-18T22:39:05.037Z Downloaded rayon v1.10.0
7912024-12-18T22:39:05.046Z Downloaded olpc-cjson v0.1.4
7922024-12-18T22:39:05.049Z Downloaded der_derive v0.7.3
7932024-12-18T22:39:05.049Z Downloaded steno v0.4.1
7942024-12-18T22:39:05.053Z Downloaded unicode-xid v0.2.6
7952024-12-18T22:39:05.055Z Downloaded strum_macros v0.25.3
7962024-12-18T22:39:05.055Z Downloaded strum_macros v0.24.3
7972024-12-18T22:39:05.059Z Downloaded serde_plain v1.0.2
7982024-12-18T22:39:05.062Z Downloaded salsa20 v0.10.2
7992024-12-18T22:39:05.062Z Downloaded rustls v0.23.14
8002024-12-18T22:39:05.073Z Downloaded rustls-pki-types v1.9.0
8012024-12-18T22:39:05.079Z Downloaded object v0.36.5
8022024-12-18T22:39:05.089Z Downloaded headers v0.4.0
8032024-12-18T22:39:05.093Z Downloaded rustversion v1.0.17
8042024-12-18T22:39:05.096Z Downloaded rand_seeder v0.3.0
8052024-12-18T22:39:05.100Z Downloaded thiserror-impl v2.0.3
8062024-12-18T22:39:05.100Z Downloaded rand_core v0.6.4
8072024-12-18T22:39:05.102Z Downloaded pbkdf2 v0.11.0
8082024-12-18T22:39:05.102Z Downloaded thiserror v2.0.3
8092024-12-18T22:39:05.109Z Downloaded flagset v0.4.6
8102024-12-18T22:39:05.113Z Downloaded zerocopy-derive v0.6.6
8112024-12-18T22:39:05.120Z Downloaded tap v1.0.1
8122024-12-18T22:39:05.124Z Downloaded strum v0.26.3
8132024-12-18T22:39:05.124Z Downloaded rustls v0.21.12
8142024-12-18T22:39:05.133Z Downloaded filetime v0.2.25
8152024-12-18T22:39:05.137Z Downloaded pretty-hex v0.2.1
8162024-12-18T22:39:05.137Z Downloaded pin-project-lite v0.2.14
8172024-12-18T22:39:05.140Z Downloaded fallible-streaming-iterator v0.1.9
8182024-12-18T22:39:05.143Z Downloaded phf_shared v0.11.2
8192024-12-18T22:39:05.143Z Downloaded ena v0.14.3
8202024-12-18T22:39:05.148Z Downloaded either v1.13.0
8212024-12-18T22:39:05.148Z Downloaded pin-project v1.1.6
8222024-12-18T22:39:05.160Z Downloaded futures v0.3.31
8232024-12-18T22:39:05.162Z Downloaded dropshot_endpoint v0.12.0
8242024-12-18T22:39:05.166Z Downloaded half v2.4.1
8252024-12-18T22:39:05.170Z Downloaded regex v1.11.1
8262024-12-18T22:39:05.180Z Downloaded pin-utils v0.1.0
8272024-12-18T22:39:05.187Z Downloaded owo-colors v4.1.0
8282024-12-18T22:39:05.187Z Downloaded openssl-sys v0.9.103
8292024-12-18T22:39:05.192Z Downloaded tiny-keccak v2.0.2
8302024-12-18T22:39:05.192Z Downloaded time-core v0.1.2
8312024-12-18T22:39:05.195Z Downloaded thread_local v1.1.8
8322024-12-18T22:39:05.195Z Downloaded serde_urlencoded v0.7.1
8332024-12-18T22:39:05.198Z Downloaded try-lock v0.2.5
8342024-12-18T22:39:05.198Z Downloaded serde_repr v0.1.19
8352024-12-18T22:39:05.198Z Downloaded globset v0.4.15
8362024-12-18T22:39:05.201Z Downloaded tui-tree-widget v0.22.0
8372024-12-18T22:39:05.201Z Downloaded darling_core v0.20.10
8382024-12-18T22:39:05.205Z Downloaded tokio-rustls v0.26.0
8392024-12-18T22:39:05.212Z Downloaded tabwriter v1.4.0
8402024-12-18T22:39:05.214Z Downloaded parking_lot_core v0.8.6
8412024-12-18T22:39:05.214Z Downloaded ppv-lite86 v0.2.20
8422024-12-18T22:39:05.214Z Downloaded rustc_version v0.4.1
8432024-12-18T22:39:05.214Z Downloaded powerfmt v0.2.0
8442024-12-18T22:39:05.217Z Downloaded primeorder v0.13.6
8452024-12-18T22:39:05.217Z Downloaded progenitor-client v0.8.0
8462024-12-18T22:39:05.219Z Downloaded progenitor v0.8.0
8472024-12-18T22:39:05.220Z Downloaded untrusted v0.9.0
8482024-12-18T22:39:05.223Z Downloaded progenitor-impl v0.8.0
8492024-12-18T22:39:05.223Z Downloaded foreign-types-shared v0.3.1
8502024-12-18T22:39:05.226Z Downloaded time v0.3.36
8512024-12-18T22:39:05.230Z Downloaded tracing-core v0.1.32
8522024-12-18T22:39:05.238Z Downloaded utf-8 v0.7.6
8532024-12-18T22:39:05.238Z Downloaded downcast v0.11.0
8542024-12-18T22:39:05.238Z Downloaded toml v0.7.8
8552024-12-18T22:39:05.240Z Downloaded derive_more v0.99.18
8562024-12-18T22:39:05.244Z Downloaded object v0.30.4
8572024-12-18T22:39:05.255Z Downloaded toml_edit v0.19.15
8582024-12-18T22:39:05.270Z Downloaded zopfli v0.8.1
8592024-12-18T22:39:05.273Z Downloaded vte_generate_state_changes v0.1.2
8602024-12-18T22:39:05.276Z Downloaded vte v0.11.1
8612024-12-18T22:39:05.276Z Downloaded futures-task v0.3.31
8622024-12-18T22:39:05.276Z Downloaded tokio-util v0.7.12
8632024-12-18T22:39:05.284Z Downloaded rand_xorshift v0.3.0
8642024-12-18T22:39:05.289Z Downloaded hash32 v0.2.1
8652024-12-18T22:39:05.289Z Downloaded nix v0.29.0
8662024-12-18T22:39:05.298Z Downloaded untrusted v0.7.1
8672024-12-18T22:39:05.301Z Downloaded display-error-chain v0.2.2
8682024-12-18T22:39:05.301Z Downloaded unicode_categories v0.1.1
8692024-12-18T22:39:05.303Z Downloaded defmt v0.3.8
8702024-12-18T22:39:05.306Z Downloaded universal-hash v0.5.1
8712024-12-18T22:39:05.306Z Downloaded rtoolbox v0.0.2
8722024-12-18T22:39:05.306Z Downloaded float-cmp v0.9.0
8732024-12-18T22:39:05.309Z Downloaded rcgen v0.12.1
8742024-12-18T22:39:05.313Z Downloaded foreign-types-shared v0.1.1
8752024-12-18T22:39:05.313Z Downloaded foldhash v0.1.3
8762024-12-18T22:39:05.313Z Downloaded tokio-tungstenite v0.21.0
8772024-12-18T22:39:05.317Z Downloaded nodrop v0.1.14
8782024-12-18T22:39:05.317Z Downloaded futures-core v0.3.31
8792024-12-18T22:39:05.317Z Downloaded displaydoc v0.2.5
8802024-12-18T22:39:05.321Z Downloaded futures-channel v0.3.31
8812024-12-18T22:39:05.325Z Downloaded rustc-hash v2.0.0
8822024-12-18T22:39:05.325Z Downloaded rand v0.8.5
8832024-12-18T22:39:05.327Z Downloaded pkg-config v0.3.31
8842024-12-18T22:39:05.327Z Downloaded supports-color v3.0.1
8852024-12-18T22:39:05.330Z Downloaded scrypt v0.11.0
8862024-12-18T22:39:05.330Z Downloaded futures-sink v0.3.31
8872024-12-18T22:39:05.332Z Downloaded futures-io v0.3.31
8882024-12-18T22:39:05.332Z Downloaded env_logger v0.11.5
8892024-12-18T22:39:05.336Z Downloaded hash32 v0.3.1
8902024-12-18T22:39:05.339Z Downloaded group v0.13.0
8912024-12-18T22:39:05.339Z Downloaded wait-timeout v0.2.0
8922024-12-18T22:39:05.339Z Downloaded hashbrown v0.12.3
8932024-12-18T22:39:05.342Z Downloaded dropshot_endpoint v0.13.0
8942024-12-18T22:39:05.346Z Downloaded typify v0.2.0
8952024-12-18T22:39:05.350Z Downloaded openapiv3 v2.0.0
8962024-12-18T22:39:05.363Z Downloaded sync-ptr v0.1.1
8972024-12-18T22:39:05.367Z Downloaded zone_cfg_derive v0.3.0
8982024-12-18T22:39:05.367Z Downloaded zone_cfg_derive v0.1.2
8992024-12-18T22:39:05.367Z Downloaded zone v0.3.0
9002024-12-18T22:39:05.367Z Downloaded postgres-types v0.2.8
9012024-12-18T22:39:05.369Z Downloaded tungstenite v0.23.0
9022024-12-18T22:39:05.372Z Downloaded tungstenite v0.21.0
9032024-12-18T22:39:05.374Z Downloaded env_logger v0.10.2
9042024-12-18T22:39:05.377Z Downloaded env_filter v0.1.2
9052024-12-18T22:39:05.380Z Downloaded enum-as-inner v0.6.1
9062024-12-18T22:39:05.383Z Downloaded diesel_table_macro_syntax v0.2.0
9072024-12-18T22:39:05.383Z Downloaded diesel_derives v2.2.3
9082024-12-18T22:39:05.386Z Downloaded postgres-protocol v0.6.7
9092024-12-18T22:39:05.388Z Downloaded postcard v1.0.10
9102024-12-18T22:39:05.391Z Downloaded regex-automata v0.4.8
9112024-12-18T22:39:05.408Z Downloaded take_mut v0.2.2
9122024-12-18T22:39:05.411Z Downloaded structmeta-derive v0.3.0
9132024-12-18T22:39:05.411Z Downloaded shell-words v1.1.0
9142024-12-18T22:39:05.411Z Downloaded polar-core v0.27.3
9152024-12-18T22:39:05.417Z Downloaded scheduled-thread-pool v0.2.7
9162024-12-18T22:39:05.420Z Downloaded time-macros v0.2.18
9172024-12-18T22:39:05.423Z Downloaded serde_path_to_error v0.1.16
9182024-12-18T22:39:05.426Z Downloaded serde_derive_internals v0.29.1
9192024-12-18T22:39:05.426Z Downloaded schemars_derive v0.8.21
9202024-12-18T22:39:05.426Z Downloaded predicates-tree v1.0.11
9212024-12-18T22:39:05.429Z Downloaded parse-display v0.10.0
9222024-12-18T22:39:05.429Z Downloaded dsl_auto_type v0.1.2
9232024-12-18T22:39:05.432Z Downloaded libgit2-sys v0.17.0+1.8.1
9242024-12-18T22:39:05.485Z Downloaded sha1 v0.10.6
9252024-12-18T22:39:05.489Z Downloaded vcpkg v0.2.15
9262024-12-18T22:39:05.524Z Downloaded precomputed-hash v0.1.1
9272024-12-18T22:39:05.526Z Downloaded polyval v0.6.2
9282024-12-18T22:39:05.526Z Downloaded rustfmt-wrapper v0.2.1
9292024-12-18T22:39:05.529Z Downloaded pkcs5 v0.7.1
9302024-12-18T22:39:05.532Z Downloaded pkcs1 v0.7.5
9312024-12-18T22:39:05.535Z Downloaded tokio-tungstenite v0.24.0
9322024-12-18T22:39:05.535Z Downloaded tokio-tungstenite v0.23.1
9332024-12-18T22:39:05.539Z Downloaded tinystr v0.7.6
9342024-12-18T22:39:05.541Z Downloaded dhcproto v0.12.0
9352024-12-18T22:39:05.541Z Downloaded des v0.8.1
9362024-12-18T22:39:05.544Z Downloaded derive_builder_macro v0.20.2
9372024-12-18T22:39:05.544Z Downloaded rustls v0.22.4
9382024-12-18T22:39:05.556Z Downloaded enum-as-inner v0.5.1
9392024-12-18T22:39:05.559Z Downloaded p256 v0.13.2
9402024-12-18T22:39:05.563Z Downloaded tokio v1.40.0
9412024-12-18T22:39:05.597Z Downloaded waitgroup v0.1.2
9422024-12-18T22:39:05.600Z Downloaded typify-impl v0.2.0
9432024-12-18T22:39:05.613Z Downloaded defmt-parser v0.3.4
9442024-12-18T22:39:05.616Z Downloaded unsafe-libyaml v0.2.11
9452024-12-18T22:39:05.619Z Downloaded dropshot v0.13.0
9462024-12-18T22:39:05.637Z Downloaded diesel v2.2.6
9472024-12-18T22:39:05.655Z Downloaded defmt-macros v0.3.9
9482024-12-18T22:39:05.658Z Downloaded vsss-rs v3.3.4
9492024-12-18T22:39:05.660Z Downloaded vergen v8.3.2
9502024-12-18T22:39:05.663Z Downloaded encoding_rs v0.8.34
9512024-12-18T22:39:05.683Z Downloaded poly1305 v0.8.0
9522024-12-18T22:39:05.685Z Downloaded flume v0.11.1
9532024-12-18T22:39:05.689Z Downloaded float-ord v0.3.2
9542024-12-18T22:39:05.691Z Downloaded diesel-dtrace v0.4.0
9552024-12-18T22:39:05.691Z Downloaded schemars v0.8.21
9562024-12-18T22:39:05.702Z Downloaded utf16_iter v1.0.5
9572024-12-18T22:39:05.705Z Downloaded rustc_version v0.1.7
9582024-12-18T22:39:05.705Z Downloaded ratatui v0.28.1
9592024-12-18T22:39:05.722Z Downloaded openssl-probe v0.1.5
9602024-12-18T22:39:05.728Z Downloaded radix_trie v0.2.1
9612024-12-18T22:39:05.732Z Downloaded trust-dns-proto v0.22.0
9622024-12-18T22:39:05.740Z Downloaded openssl-macros v0.1.1
9632024-12-18T22:39:05.743Z Downloaded dropshot v0.12.0
9642024-12-18T22:39:05.759Z Downloaded num-integer v0.1.46
9652024-12-18T22:39:05.763Z Downloaded normalize-line-endings v0.3.0
9662024-12-18T22:39:05.763Z Downloaded nom v7.1.3
9672024-12-18T22:39:05.767Z Downloaded structmeta v0.3.0
9682024-12-18T22:39:05.769Z Downloaded nix v0.27.1
9692024-12-18T22:39:05.778Z Downloaded rustyline v14.0.0
9702024-12-18T22:39:05.783Z Downloaded tokio-stream v0.1.16
9712024-12-18T22:39:05.787Z Downloaded openssl v0.10.66
9722024-12-18T22:39:05.796Z Downloaded ff v0.13.0
9732024-12-18T22:39:05.798Z Downloaded fatfs v0.3.6
9742024-12-18T22:39:05.802Z Downloaded data-encoding v2.6.0
9752024-12-18T22:39:05.802Z Downloaded serde_yaml v0.9.34+deprecated
9762024-12-18T22:39:05.806Z Downloaded prettyplease v0.2.25
9772024-12-18T22:39:05.810Z Downloaded number_prefix v0.4.0
9782024-12-18T22:39:05.810Z Downloaded num_threads v0.1.7
9792024-12-18T22:39:05.810Z Downloaded num_enum_derive v0.5.11
9802024-12-18T22:39:05.812Z Downloaded num_enum v0.5.11
9812024-12-18T22:39:05.814Z Downloaded num-iter v0.1.45
9822024-12-18T22:39:05.817Z Downloaded zip v0.6.6
9832024-12-18T22:39:05.820Z Downloaded zerovec-derive v0.10.3
9842024-12-18T22:39:05.823Z Downloaded zerofrom-derive v0.1.4
9852024-12-18T22:39:05.823Z Downloaded whoami v1.5.2
9862024-12-18T22:39:05.825Z Downloaded sha3 v0.10.8
9872024-12-18T22:39:05.828Z Downloaded typed-path v0.9.3
9882024-12-18T22:39:05.834Z Downloaded test-strategy v0.3.1
9892024-12-18T22:39:05.837Z Downloaded smoltcp v0.9.1
9902024-12-18T22:39:05.849Z Downloaded sled v0.34.7
9912024-12-18T22:39:05.859Z Downloaded rpassword v7.3.1
9922024-12-18T22:39:05.861Z Downloaded path-slash v0.1.5
9932024-12-18T22:39:05.861Z Downloaded password-hash v0.5.0
9942024-12-18T22:39:05.864Z Downloaded password-hash v0.4.2
9952024-12-18T22:39:05.867Z Downloaded parse-display-derive v0.10.0
9962024-12-18T22:39:05.867Z Downloaded oso-derive v0.27.3
9972024-12-18T22:39:05.867Z Downloaded oso v0.27.3
9982024-12-18T22:39:05.870Z Downloaded smoltcp v0.11.0
9992024-12-18T22:39:05.881Z Downloaded packed_struct v0.10.1
10002024-12-18T22:39:05.883Z Downloaded embedded-io v0.6.1
10012024-12-18T22:39:05.886Z Downloaded embedded-io v0.4.0
10022024-12-18T22:39:05.886Z Downloaded nibble_vec v0.1.0
10032024-12-18T22:39:05.888Z Downloaded hashlink v0.9.1
10042024-12-18T22:39:05.888Z Downloaded hashbrown v0.13.2
10052024-12-18T22:39:05.892Z Downloaded h2 v0.4.6
10062024-12-18T22:39:05.898Z Downloaded tracing-attributes v0.1.27
10072024-12-18T22:39:05.901Z Downloaded git2 v0.19.0
10082024-12-18T22:39:05.910Z Downloaded rand_chacha v0.3.1
10092024-12-18T22:39:05.913Z Downloaded phf_shared v0.10.0
10102024-12-18T22:39:05.913Z Downloaded phf_generator v0.11.2
10112024-12-18T22:39:05.916Z Downloaded p521 v0.13.3
10122024-12-18T22:39:05.919Z Downloaded nu-ansi-term v0.50.1
10132024-12-18T22:39:05.919Z Downloaded omicron-zone-package v0.11.1
10142024-12-18T22:39:05.922Z Downloaded num-rational v0.4.2
10152024-12-18T22:39:05.924Z Downloaded derive_builder v0.20.2
10162024-12-18T22:39:05.927Z Downloaded rustls-pemfile v2.2.0
10172024-12-18T22:39:05.930Z Downloaded rustls-pemfile v1.0.4
10182024-12-18T22:39:05.933Z Downloaded derive-where v1.2.7
10192024-12-18T22:39:05.936Z Downloaded deranged v0.3.11
10202024-12-18T22:39:05.940Z Downloaded writeable v0.5.5
10212024-12-18T22:39:05.940Z Downloaded sqlparser v0.45.0
10222024-12-18T22:39:05.943Z Downloaded ring v0.17.8
10232024-12-18T22:39:06.012Z Downloaded snafu v0.8.5
10242024-12-18T22:39:06.018Z Downloaded zerocopy v0.6.6
10252024-12-18T22:39:06.020Z Downloaded yasna v0.5.2
10262024-12-18T22:39:06.022Z Downloaded xz2 v0.1.7
10272024-12-18T22:39:06.025Z Downloaded x509-cert v0.2.5
10282024-12-18T22:39:06.029Z Downloaded wyz v0.5.1
10292024-12-18T22:39:06.032Z Downloaded ssh-key v0.6.6
10302024-12-18T22:39:06.036Z Downloaded ssh-encoding v0.2.0
10312024-12-18T22:39:06.039Z Downloaded ssh-cipher v0.2.0
10322024-12-18T22:39:06.039Z Downloaded unicode-bidi v0.3.17
10332024-12-18T22:39:06.044Z Downloaded snafu-derive v0.8.5
10342024-12-18T22:39:06.044Z Downloaded smallvec v0.6.14
10352024-12-18T22:39:06.047Z Downloaded slog-term v2.9.1
10362024-12-18T22:39:06.048Z Downloaded slog-stdlog v4.1.1
10372024-12-18T22:39:06.048Z Downloaded slog-scope v4.4.0
10382024-12-18T22:39:06.050Z Downloaded slog-envlogger v2.2.0
10392024-12-18T22:39:06.050Z Downloaded slog-dtrace v0.3.0
10402024-12-18T22:39:06.053Z Downloaded slog-bunyan v2.5.0
10412024-12-18T22:39:06.053Z Downloaded slog v2.7.0
10422024-12-18T22:39:06.078Z Downloaded salty v0.3.0
10432024-12-18T22:39:06.087Z Downloaded russh-keys v0.45.0
10442024-12-18T22:39:06.091Z Downloaded tokio-native-tls v0.3.1
10452024-12-18T22:39:06.094Z Downloaded tokio-macros v2.4.0
10462024-12-18T22:39:06.094Z Downloaded similar v2.6.0
10472024-12-18T22:39:06.099Z Downloaded ref-cast v1.0.23
10482024-12-18T22:39:06.103Z Downloaded r2d2 v0.8.10
10492024-12-18T22:39:06.105Z Downloaded predicates v3.1.2
10502024-12-18T22:39:06.108Z Downloaded peg-macros v0.8.4
10512024-12-18T22:39:06.110Z Downloaded peg v0.8.4
10522024-12-18T22:39:06.115Z Downloaded mockall v0.13.0
10532024-12-18T22:39:06.119Z Downloaded headers-core v0.3.0
10542024-12-18T22:39:06.121Z Downloaded regress v0.10.1
10552024-12-18T22:39:06.131Z Downloaded regress v0.9.1
10562024-12-18T22:39:06.142Z Downloaded russh v0.45.0
10572024-12-18T22:39:06.151Z Downloaded gethostname v0.5.0
10582024-12-18T22:39:06.154Z Downloaded derive_builder_core v0.20.2
10592024-12-18T22:39:06.154Z Downloaded debug-ignore v1.0.5
10602024-12-18T22:39:06.154Z Downloaded zip v2.1.3
10612024-12-18T22:39:06.160Z Downloaded curve25519-dalek v4.1.3
10622024-12-18T22:39:06.167Z Downloaded serde_with_macros v3.11.0
10632024-12-18T22:39:06.169Z Downloaded serde_with v3.11.0
10642024-12-18T22:39:06.178Z Downloaded serde-hex v0.1.0
10652024-12-18T22:39:06.180Z Downloaded pkcs8 v0.10.2
10662024-12-18T22:39:06.183Z Downloaded pin-project-internal v1.1.6
10672024-12-18T22:39:06.185Z Downloaded phf_codegen v0.11.2
10682024-12-18T22:39:06.185Z Downloaded mio v1.0.2
10692024-12-18T22:39:06.190Z Downloaded mirai-annotations v1.12.0
10702024-12-18T22:39:06.192Z Downloaded curve25519-dalek-derive v0.1.1
10712024-12-18T22:39:06.192Z Downloaded cobs v0.2.3
10722024-12-18T22:39:06.195Z Downloaded getrandom v0.2.15
10732024-12-18T22:39:06.197Z Downloaded futures-macro v0.3.31
10742024-12-18T22:39:06.197Z Downloaded expectorate v1.1.0
10752024-12-18T22:39:06.200Z Downloaded spki v0.7.3
10762024-12-18T22:39:06.202Z Downloaded secrecy v0.8.0
10772024-12-18T22:39:06.202Z Downloaded ron v0.7.1
10782024-12-18T22:39:06.207Z Downloaded libsw v3.3.1
10792024-12-18T22:39:06.209Z Downloaded lalrpop-util v0.19.12
10802024-12-18T22:39:06.211Z Downloaded lalrpop v0.19.12
10812024-12-18T22:39:06.221Z Downloaded hubpack v0.1.2
10822024-12-18T22:39:06.226Z Downloaded md5 v0.7.0
10832024-12-18T22:39:06.226Z Downloaded md-5 v0.10.6
10842024-12-18T22:39:06.226Z Downloaded maybe-uninit v2.0.0
10852024-12-18T22:39:06.228Z Downloaded match_cfg v0.1.0
10862024-12-18T22:39:06.228Z Downloaded managed v0.8.0
10872024-12-18T22:39:06.228Z Downloaded lockfree-object-pool v0.1.6
10882024-12-18T22:39:06.231Z Downloaded litemap v0.7.3
10892024-12-18T22:39:06.231Z Downloaded lzma-sys v0.1.20
10902024-12-18T22:39:06.259Z Downloaded hubpack_derive v0.1.1
10912024-12-18T22:39:06.262Z Downloaded webpki-roots v0.26.6
10922024-12-18T22:39:06.266Z Downloaded libm v0.2.8
10932024-12-18T22:39:06.270Z Downloaded libefi-sys v0.1.0
10942024-12-18T22:39:06.273Z Downloaded kstat-rs v0.2.4
10952024-12-18T22:39:06.273Z Downloaded keccak v0.1.5
10962024-12-18T22:39:06.276Z Downloaded internet-checksum v0.2.1
10972024-12-18T22:39:06.276Z Downloaded instant v0.1.13
10982024-12-18T22:39:06.276Z Downloaded url v2.5.3
10992024-12-18T22:39:06.282Z Downloaded unicode-truncate v1.1.0
11002024-12-18T22:39:06.282Z Downloaded unicode-segmentation v1.12.0
11012024-12-18T22:39:06.285Z Downloaded signal-hook-registry v1.4.2
11022024-12-18T22:39:06.288Z Downloaded quick-error v1.2.3
11032024-12-18T22:39:06.291Z Downloaded proc-macro-crate v1.3.1
11042024-12-18T22:39:06.291Z Downloaded hickory-resolver v0.24.1
11052024-12-18T22:39:06.295Z Downloaded backtrace v0.3.74
11062024-12-18T22:39:06.300Z Downloaded backoff v0.4.0
11072024-12-18T22:39:06.302Z Downloaded indent_write v2.2.0
11082024-12-18T22:39:06.305Z Downloaded idna_adapter v1.2.0
11092024-12-18T22:39:06.305Z Downloaded ident_case v1.0.1
11102024-12-18T22:39:06.305Z Downloaded icu_provider_macros v1.5.0
11112024-12-18T22:39:06.308Z Downloaded cstr-argument v0.1.2
11122024-12-18T22:39:06.308Z Downloaded cookie_store v0.21.0
11132024-12-18T22:39:06.310Z Downloaded cookie v0.18.1
11142024-12-18T22:39:06.311Z Downloaded libsqlite3-sys v0.30.1
11152024-12-18T22:39:06.385Z Downloaded const_format_proc_macros v0.2.33
11162024-12-18T22:39:06.387Z Downloaded const_format v0.2.33
11172024-12-18T22:39:06.391Z Downloaded chrono-tz-build v0.4.0
11182024-12-18T22:39:06.393Z Downloaded chacha20poly1305 v0.10.1
11192024-12-18T22:39:06.393Z Downloaded chacha20 v0.9.1
11202024-12-18T22:39:06.396Z Downloaded cbc v0.1.2
11212024-12-18T22:39:06.398Z Downloaded castaway v0.2.3
11222024-12-18T22:39:06.398Z Downloaded cassowary v0.3.0
11232024-12-18T22:39:06.401Z Downloaded cancel-safe-futures v0.1.5
11242024-12-18T22:39:06.404Z Downloaded buf-list v1.0.3
11252024-12-18T22:39:06.404Z Downloaded blowfish v0.9.1
11262024-12-18T22:39:06.406Z Downloaded block-padding v0.3.3
11272024-12-18T22:39:06.406Z Downloaded blake3 v1.5.4
11282024-12-18T22:39:06.414Z Downloaded bitfield-struct v0.6.2
11292024-12-18T22:39:06.417Z Downloaded bitfield v0.14.0
11302024-12-18T22:39:06.417Z Downloaded bcs v0.1.6
11312024-12-18T22:39:06.419Z Downloaded bcrypt-pbkdf v0.10.0
11322024-12-18T22:39:06.421Z Downloaded bb8 v0.8.5
11332024-12-18T22:39:06.421Z Downloaded base64ct v1.6.0
11342024-12-18T22:39:06.424Z Downloaded compact_str v0.8.0
11352024-12-18T22:39:06.427Z Downloaded constant_time_eq v0.3.1
11362024-12-18T22:39:06.430Z Downloaded console v0.15.8
11372024-12-18T22:39:06.432Z Downloaded crossbeam-deque v0.8.5
11382024-12-18T22:39:06.432Z Downloaded cmake v0.1.51
11392024-12-18T22:39:06.435Z Downloaded blake2 v0.10.6
11402024-12-18T22:39:06.437Z Downloaded allocator-api2 v0.2.18
11412024-12-18T22:39:06.440Z Downloaded icu_locid_transform v1.5.0
11422024-12-18T22:39:06.443Z Downloaded hyper-rustls v0.27.3
11432024-12-18T22:39:06.445Z Downloaded crossbeam-channel v0.5.13
11442024-12-18T22:39:06.448Z Downloaded arrayref v0.3.9
11452024-12-18T22:39:06.451Z Downloaded const-oid v0.9.6
11462024-12-18T22:39:06.451Z Downloaded clang-sys v1.8.1
11472024-12-18T22:39:06.454Z Downloaded ahash v0.8.11
11482024-12-18T22:39:06.457Z Downloaded cipher v0.4.4
11492024-12-18T22:39:06.457Z Downloaded cexpr v0.6.0
11502024-12-18T22:39:06.459Z Downloaded bitflags v1.3.2
11512024-12-18T22:39:06.462Z Downloaded async-trait v0.1.83
11522024-12-18T22:39:06.464Z Downloaded convert_case v0.4.0
11532024-12-18T22:39:06.467Z Downloaded atomic-waker v1.1.2
11542024-12-18T22:39:06.467Z Downloaded aead v0.5.2
11552024-12-18T22:39:06.469Z Downloaded ciborium-io v0.2.2
11562024-12-18T22:39:06.470Z Downloaded cfg_aliases v0.2.1
11572024-12-18T22:39:06.470Z Downloaded cfg_aliases v0.1.1
11582024-12-18T22:39:06.473Z Downloaded bit-set v0.5.3
11592024-12-18T22:39:06.473Z Downloaded base16ct v0.2.0
11602024-12-18T22:39:06.473Z Downloaded atty v0.2.14
11612024-12-18T22:39:06.476Z Downloaded atomicwrites v0.4.4
11622024-12-18T22:39:06.476Z Downloaded async-stream-impl v0.3.6
11632024-12-18T22:39:06.476Z Downloaded async-stream v0.3.6
11642024-12-18T22:39:06.479Z Downloaded ascii-canvas v3.0.0
11652024-12-18T22:39:06.479Z Downloaded async-bb8-diesel v0.2.1
11662024-12-18T22:39:06.481Z Downloaded assert_matches v1.5.0
11672024-12-18T22:39:06.482Z Downloaded array-init v0.0.4
11682024-12-18T22:39:06.567Z Downloaded ring v0.16.20
11692024-12-18T22:39:06.668Z Downloaded aws-lc-sys v0.22.0
11702024-12-18T22:39:06.977Z Compiling serde v1.0.215
11712024-12-18T22:39:06.979Z Compiling lock_api v0.4.12
11722024-12-18T22:39:06.979Z Compiling scopeguard v1.2.0
11732024-12-18T22:39:06.979Z Compiling value-bag v1.9.0
11742024-12-18T22:39:06.979Z Compiling typenum v1.17.0
11752024-12-18T22:39:06.979Z Compiling generic-array v0.14.7
11762024-12-18T22:39:07.144Z Compiling syn v2.0.87
11772024-12-18T22:39:07.158Z Compiling getrandom v0.2.15
11782024-12-18T22:39:07.279Z Compiling shlex v1.3.0
11792024-12-18T22:39:07.471Z Compiling rand_core v0.6.4
11802024-12-18T22:39:07.638Z Compiling log v0.4.22
11812024-12-18T22:39:07.746Z Compiling subtle v2.6.1
11822024-12-18T22:39:07.798Z Compiling jobserver v0.1.32
11832024-12-18T22:39:07.817Z Compiling smallvec v1.13.2
11842024-12-18T22:39:08.026Z Compiling const-oid v0.9.6
11852024-12-18T22:39:08.048Z Compiling spin v0.9.8
11862024-12-18T22:39:08.092Z Compiling pin-project-lite v0.2.14
11872024-12-18T22:39:08.220Z Compiling cc v1.1.30
11882024-12-18T22:39:08.239Z Compiling rustix v0.38.37
11892024-12-18T22:39:08.471Z Compiling parking_lot_core v0.9.10
11902024-12-18T22:39:08.547Z Compiling futures-core v0.3.31
11912024-12-18T22:39:08.807Z Compiling signal-hook-registry v1.4.2
11922024-12-18T22:39:08.825Z Compiling mio v1.0.2
11932024-12-18T22:39:09.165Z Compiling aho-corasick v1.1.3
11942024-12-18T22:39:09.638Z Compiling parking_lot v0.12.3
11952024-12-18T22:39:09.638Z Compiling either v1.13.0
11962024-12-18T22:39:09.964Z Compiling cpufeatures v0.2.14
11972024-12-18T22:39:10.000Z Compiling regex-syntax v0.8.5
11982024-12-18T22:39:10.022Z Compiling lazy_static v1.5.0
11992024-12-18T22:39:10.063Z Compiling glob v0.3.1
12002024-12-18T22:39:10.083Z Compiling futures-sink v0.3.31
12012024-12-18T22:39:10.140Z Compiling stable_deref_trait v1.2.0
12022024-12-18T22:39:10.245Z Compiling socket2 v0.5.7
12032024-12-18T22:39:10.264Z Compiling slab v0.4.9
12042024-12-18T22:39:10.563Z Compiling prettyplease v0.2.25
12052024-12-18T22:39:10.732Z Compiling minimal-lexical v0.2.1
12062024-12-18T22:39:11.093Z Compiling clang-sys v1.8.1
12072024-12-18T22:39:11.259Z Compiling nom v7.1.3
12082024-12-18T22:39:11.308Z Compiling libloading v0.8.5
12092024-12-18T22:39:11.326Z Compiling home v0.5.9
12102024-12-18T22:39:11.604Z Compiling bindgen v0.69.5
12112024-12-18T22:39:11.737Z Compiling serde_json v1.0.132
12122024-12-18T22:39:12.090Z Compiling futures-channel v0.3.31
12132024-12-18T22:39:12.466Z Compiling itertools v0.12.1
12142024-12-18T22:39:12.539Z Compiling foldhash v0.1.3
12152024-12-18T22:39:12.618Z Compiling pin-utils v0.1.0
12162024-12-18T22:39:12.722Z Compiling lazycell v1.3.0
12172024-12-18T22:39:12.870Z Compiling allocator-api2 v0.2.18
12182024-12-18T22:39:12.907Z Compiling futures-io v0.3.31
12192024-12-18T22:39:13.227Z Compiling rustc-hash v1.1.0
12202024-12-18T22:39:13.381Z Compiling futures-task v0.3.31
12212024-12-18T22:39:13.659Z Compiling hashbrown v0.15.1
12222024-12-18T22:39:13.693Z Compiling cmake v0.1.51
12232024-12-18T22:39:14.740Z Compiling regex-automata v0.4.8
12242024-12-18T22:39:14.851Z Compiling cexpr v0.6.0
12252024-12-18T22:39:15.022Z Compiling synstructure v0.13.1
12262024-12-18T22:39:15.676Z Compiling dunce v1.0.5
12272024-12-18T22:39:15.810Z Compiling fs_extra v1.3.0
12282024-12-18T22:39:16.452Z Compiling tinyvec_macros v0.1.1
12292024-12-18T22:39:16.552Z Compiling pkg-config v0.3.31
12302024-12-18T22:39:16.671Z Compiling libm v0.2.8
12312024-12-18T22:39:16.787Z Compiling tinyvec v1.8.0
12322024-12-18T22:39:17.025Z Compiling num-traits v0.2.19
12332024-12-18T22:39:17.542Z Compiling ring v0.17.8
12342024-12-18T22:39:18.156Z Compiling base64ct v1.6.0
12352024-12-18T22:39:18.286Z Compiling unicode-normalization v0.1.24
12362024-12-18T22:39:18.320Z Compiling litemap v0.7.3
12372024-12-18T22:39:18.474Z Compiling paste v1.0.15
12382024-12-18T22:39:18.690Z Compiling unicode-bidi v0.3.17
12392024-12-18T22:39:18.716Z Compiling writeable v0.5.5
12402024-12-18T22:39:19.047Z Compiling pem-rfc7468 v0.7.0
12412024-12-18T22:39:19.308Z Compiling aws-lc-rs v1.10.0
12422024-12-18T22:39:19.687Z Compiling flagset v0.4.6
12432024-12-18T22:39:19.766Z Compiling httparse v1.9.5
12442024-12-18T22:39:20.070Z Compiling tracing-core v0.1.32
12452024-12-18T22:39:20.488Z Compiling regex v1.11.1
12462024-12-18T22:39:21.159Z Compiling rustls-pki-types v1.9.0
12472024-12-18T22:39:21.202Z Compiling percent-encoding v2.3.1
12482024-12-18T22:39:21.463Z Compiling icu_locid_transform_data v1.5.0
12492024-12-18T22:39:21.558Z Compiling crossbeam-utils v0.8.20
12502024-12-18T22:39:21.657Z Compiling icu_properties_data v1.5.0
12512024-12-18T22:39:21.829Z Compiling serde_derive v1.0.215
12522024-12-18T22:39:21.902Z Compiling zeroize_derive v1.4.2
12532024-12-18T22:39:22.160Z Compiling zerocopy-derive v0.7.35
12542024-12-18T22:39:22.238Z Compiling tokio-macros v2.4.0
12552024-12-18T22:39:22.296Z Compiling zerofrom-derive v0.1.4
12562024-12-18T22:39:23.382Z Compiling zeroize v1.8.1
12572024-12-18T22:39:23.846Z Compiling yoke-derive v0.7.4
12582024-12-18T22:39:23.946Z Compiling thiserror-impl v1.0.69
12592024-12-18T22:39:24.435Z Compiling zerocopy v0.7.35
12602024-12-18T22:39:25.265Z Compiling crypto-common v0.1.6
12612024-12-18T22:39:25.517Z Compiling block-buffer v0.10.4
12622024-12-18T22:39:25.779Z Compiling digest v0.10.7
12632024-12-18T22:39:26.012Z Compiling zerovec-derive v0.10.3
12642024-12-18T22:39:26.328Z Compiling hmac v0.12.1
12652024-12-18T22:39:26.487Z Compiling zerofrom v0.1.4
12662024-12-18T22:39:26.561Z Compiling futures-macro v0.3.31
12672024-12-18T22:39:26.718Z Compiling block-padding v0.3.3
12682024-12-18T22:39:26.876Z Compiling yoke v0.7.4
12692024-12-18T22:39:26.965Z Compiling displaydoc v0.2.5
12702024-12-18T22:39:27.264Z Compiling inout v0.1.3
12712024-12-18T22:39:27.288Z Compiling thiserror v1.0.69
12722024-12-18T22:39:27.408Z Compiling sha2 v0.10.8
12732024-12-18T22:39:27.529Z Compiling cipher v0.4.4
12742024-12-18T22:39:27.960Z Compiling ppv-lite86 v0.2.20
12752024-12-18T22:39:28.053Z Compiling icu_provider_macros v1.5.0
12762024-12-18T22:39:28.258Z Compiling der_derive v0.7.3
12772024-12-18T22:39:28.432Z Compiling futures-util v0.3.31
12782024-12-18T22:39:28.734Z Compiling rand_chacha v0.3.1
12792024-12-18T22:39:28.752Z Compiling zerovec v0.10.4
12802024-12-18T22:39:28.793Z Compiling tracing-attributes v0.1.27
12812024-12-18T22:39:29.207Z Compiling rand v0.8.5
12822024-12-18T22:39:30.767Z Compiling tinystr v0.7.6
12832024-12-18T22:39:31.073Z Compiling der v0.7.9
12842024-12-18T22:39:31.109Z Compiling icu_collections v1.5.0
12852024-12-18T22:39:31.109Z Compiling salsa20 v0.10.2
12862024-12-18T22:39:31.268Z Compiling icu_locid v1.5.0
12872024-12-18T22:39:31.377Z Compiling pest v2.7.14
12882024-12-18T22:39:31.400Z Compiling pbkdf2 v0.12.2
12892024-12-18T22:39:31.614Z Compiling num-conv v0.1.0
12902024-12-18T22:39:31.921Z Compiling untrusted v0.9.0
12912024-12-18T22:39:32.285Z Compiling mirai-annotations v1.12.0
12922024-12-18T22:39:32.324Z Compiling untrusted v0.7.1
12932024-12-18T22:39:32.502Z Compiling icu_provider v1.5.0
12942024-12-18T22:39:32.660Z Compiling time-core v0.1.2
12952024-12-18T22:39:32.845Z Compiling tracing v0.1.40
12962024-12-18T22:39:32.848Z Compiling powerfmt v0.2.0
12972024-12-18T22:39:33.288Z Compiling spki v0.7.3
12982024-12-18T22:39:33.380Z Compiling icu_locid_transform v1.5.0
12992024-12-18T22:39:33.615Z Compiling vcpkg v0.2.15
13002024-12-18T22:39:33.664Z Compiling deranged v0.3.11
13012024-12-18T22:39:33.756Z Compiling time-macros v0.2.18
13022024-12-18T22:39:34.481Z Compiling pest_meta v2.7.14
13032024-12-18T22:39:34.575Z Compiling icu_properties v1.5.1
13042024-12-18T22:39:35.916Z Compiling bitflags v2.6.0
13052024-12-18T22:39:36.050Z Compiling bytes v1.8.0
13062024-12-18T22:39:36.898Z Compiling indexmap v2.6.0
13072024-12-18T22:39:37.213Z Compiling tokio v1.40.0
13082024-12-18T22:39:37.411Z Compiling http v1.1.0
13092024-12-18T22:39:38.449Z Compiling semver v1.0.23
13102024-12-18T22:39:38.733Z Compiling openssl-sys v0.9.103
13112024-12-18T22:39:39.224Z Compiling rustc_version v0.4.1
13122024-12-18T22:39:39.627Z Compiling scrypt v0.11.0
13132024-12-18T22:39:39.686Z Compiling cbc v0.1.2
13142024-12-18T22:39:39.709Z Compiling aes v0.8.4
13152024-12-18T22:39:39.880Z Compiling scroll_derive v0.12.0
13162024-12-18T22:39:39.908Z Compiling utf16_iter v1.0.5
13172024-12-18T22:39:39.928Z Compiling atomic-waker v1.1.2
13182024-12-18T22:39:40.005Z Compiling write16 v1.0.0
13192024-12-18T22:39:40.109Z Compiling icu_normalizer_data v1.5.0
13202024-12-18T22:39:40.130Z Compiling utf8_iter v1.0.4
13212024-12-18T22:39:40.147Z Compiling num_threads v0.1.7
13222024-12-18T22:39:40.230Z Compiling http-body v1.0.1
13232024-12-18T22:39:40.268Z Compiling time v0.3.36
13242024-12-18T22:39:40.363Z Compiling which v4.4.2
13252024-12-18T22:39:40.418Z Compiling icu_normalizer v1.5.0
13262024-12-18T22:39:40.470Z Compiling pest_generator v2.7.14
13272024-12-18T22:39:41.391Z Compiling scroll v0.12.0
13282024-12-18T22:39:41.822Z Compiling pkcs5 v0.7.1
13292024-12-18T22:39:41.953Z Compiling form_urlencoded v1.2.1
13302024-12-18T22:39:42.295Z Compiling try-lock v0.2.5
13312024-12-18T22:39:42.460Z Compiling slog v2.7.0
13322024-12-18T22:39:42.520Z Compiling pkcs8 v0.10.2
13332024-12-18T22:39:42.558Z Compiling want v0.3.1
13342024-12-18T22:39:42.580Z Compiling pest_derive v2.7.14
13352024-12-18T22:39:42.855Z Compiling goblin v0.8.2
13362024-12-18T22:39:43.048Z Compiling idna_adapter v1.2.0
13372024-12-18T22:39:43.072Z Compiling httpdate v1.0.3
13382024-12-18T22:39:43.281Z Compiling idna v1.0.3
13392024-12-18T22:39:43.391Z Compiling dtrace-parser v0.2.0
13402024-12-18T22:39:43.560Z Compiling serde_tokenstream v0.2.2
13412024-12-18T22:39:44.060Z Compiling toml_datetime v0.6.8
13422024-12-18T22:39:44.192Z Compiling serde_spanned v0.6.8
13432024-12-18T22:39:44.427Z Compiling uuid v1.11.0
13442024-12-18T22:39:44.550Z Compiling iana-time-zone v0.1.61
13452024-12-18T22:39:45.035Z Compiling tower-service v0.3.3
13462024-12-18T22:39:45.168Z Compiling foreign-types-shared v0.1.1
13472024-12-18T22:39:45.197Z Compiling rustversion v1.0.17
13482024-12-18T22:39:45.281Z Compiling base64 v0.22.1
13492024-12-18T22:39:45.624Z Compiling openssl v0.10.66
13502024-12-18T22:39:45.645Z Compiling adler2 v2.0.0
13512024-12-18T22:39:45.851Z Compiling tokio-util v0.7.12
13522024-12-18T22:39:45.893Z Compiling match_cfg v0.1.0
13532024-12-18T22:39:45.990Z Compiling hostname v0.3.1
13542024-12-18T22:39:46.010Z Compiling miniz_oxide v0.8.0
13552024-12-18T22:39:46.031Z Compiling foreign-types v0.3.2
13562024-12-18T22:39:46.112Z Compiling chrono v0.4.38
13572024-12-18T22:39:46.173Z Compiling url v2.5.3
13582024-12-18T22:39:47.359Z Compiling h2 v0.4.6
13592024-12-18T22:39:47.665Z Compiling async-trait v0.1.83
13602024-12-18T22:39:47.717Z Compiling openssl-macros v0.1.1
13612024-12-18T22:39:48.182Z Compiling dirs-sys-next v0.1.2
13622024-12-18T22:39:48.502Z Compiling syn v1.0.109
13632024-12-18T22:39:48.840Z Compiling dof v0.3.0
13642024-12-18T22:39:49.128Z Compiling siphasher v0.3.11
13652024-12-18T22:39:49.538Z Compiling native-tls v0.2.12
13662024-12-18T22:39:49.872Z Compiling usdt-impl v0.5.0
13672024-12-18T22:39:50.065Z Compiling rustls v0.23.14
13682024-12-18T22:39:50.347Z Compiling data-encoding v2.6.0
13692024-12-18T22:39:50.434Z Compiling rustls v0.22.4
13702024-12-18T22:39:51.022Z Compiling dirs-next v2.0.0
13712024-12-18T22:39:51.491Z Compiling http-body-util v0.1.2
13722024-12-18T22:39:52.056Z Compiling heapless v0.7.17
13732024-12-18T22:39:52.498Z Compiling crossbeam-epoch v0.9.18
13742024-12-18T22:39:52.674Z Compiling signature v2.2.0
13752024-12-18T22:39:52.855Z Compiling sha1 v0.10.6
13762024-12-18T22:39:52.970Z Compiling bzip2-sys v0.1.11+1.0.8
13772024-12-18T22:39:53.161Z Compiling serde_derive_internals v0.29.1
13782024-12-18T22:39:53.259Z Compiling thread_local v1.1.8
13792024-12-18T22:39:53.280Z Compiling multer v3.1.0
13802024-12-18T22:39:53.461Z Compiling encoding_rs v0.8.34
13812024-12-18T22:39:53.481Z Compiling cookie v0.18.1
13822024-12-18T22:39:53.548Z Compiling ipnet v2.10.1
13832024-12-18T22:39:53.758Z Compiling mime v0.3.17
13842024-12-18T22:39:53.808Z Compiling unicode-properties v0.1.3
13852024-12-18T22:39:54.187Z Compiling gimli v0.31.1
13862024-12-18T22:39:54.366Z Compiling hyper v1.5.0
13872024-12-18T22:39:54.817Z Compiling slog-async v2.8.0
13882024-12-18T22:39:55.361Z Compiling rayon-core v1.12.1
13892024-12-18T22:39:55.651Z Compiling openssl-probe v0.1.5
13902024-12-18T22:39:55.969Z Compiling signal-hook v0.3.17
13912024-12-18T22:39:56.019Z Compiling schemars v0.8.21
13922024-12-18T22:39:56.298Z Compiling schemars_derive v0.8.21
13932024-12-18T22:39:56.500Z Compiling stringprep v0.1.5
13942024-12-18T22:39:57.790Z Compiling hyper-util v0.1.10
13952024-12-18T22:39:58.053Z Compiling toml_edit v0.22.22
13962024-12-18T22:39:58.725Z Compiling usdt-attr-macro v0.5.0
13972024-12-18T22:39:59.541Z Compiling addr2line v0.24.2
13982024-12-18T22:39:59.685Z Compiling usdt-macro v0.5.0
13992024-12-18T22:39:59.770Z Compiling crossbeam-deque v0.8.5
14002024-12-18T22:40:00.143Z Compiling term v0.7.0
14012024-12-18T22:40:00.327Z Compiling slog-json v2.6.1
14022024-12-18T22:40:00.381Z Compiling serde_urlencoded v0.7.1
14032024-12-18T22:40:00.685Z Compiling curve25519-dalek v4.1.3
14042024-12-18T22:40:00.906Z Compiling crossbeam-channel v0.5.13
14052024-12-18T22:40:00.995Z Compiling futures-executor v0.3.31
14062024-12-18T22:40:01.184Z Compiling enum-as-inner v0.6.1
14072024-12-18T22:40:01.356Z Compiling md-5 v0.10.6
14082024-12-18T22:40:01.594Z Compiling async-stream-impl v0.3.6
14092024-12-18T22:40:01.631Z Compiling rustls-pemfile v2.2.0
14102024-12-18T22:40:01.696Z Compiling num-integer v0.1.46
14112024-12-18T22:40:01.983Z Compiling idna v0.3.0
14122024-12-18T22:40:02.120Z Compiling idna v0.4.0
14132024-12-18T22:40:02.341Z Compiling hash32 v0.2.1
14142024-12-18T22:40:02.498Z Compiling ff v0.13.0
14152024-12-18T22:40:02.706Z Compiling is-terminal v0.4.13
14162024-12-18T22:40:02.740Z Compiling dropshot v0.12.0
14172024-12-18T22:40:02.833Z Compiling object v0.36.5
14182024-12-18T22:40:03.004Z Compiling utf-8 v0.7.6
14192024-12-18T22:40:03.018Z Compiling num-bigint-dig v0.8.4
14202024-12-18T22:40:03.318Z Compiling anyhow v1.0.93
14212024-12-18T22:40:03.338Z Compiling fallible-iterator v0.2.0
14222024-12-18T22:40:03.709Z Compiling psl-types v2.0.11
14232024-12-18T22:40:03.871Z Compiling quick-error v1.2.3
14242024-12-18T22:40:03.921Z Compiling linked-hash-map v0.5.6
14252024-12-18T22:40:03.960Z Compiling portable-atomic v1.9.0
14262024-12-18T22:40:04.024Z Compiling rustc-demangle v0.1.24
14272024-12-18T22:40:04.055Z Compiling take_mut v0.2.2
14282024-12-18T22:40:04.218Z Compiling smoltcp v0.9.1
14292024-12-18T22:40:04.311Z Compiling base16ct v0.2.0
14302024-12-18T22:40:04.653Z Compiling dyn-clone v1.0.17
14312024-12-18T22:40:04.983Z Compiling sec1 v0.7.3
14322024-12-18T22:40:05.005Z Compiling lru-cache v0.1.2
14332024-12-18T22:40:05.202Z Compiling postgres-protocol v0.6.7
14342024-12-18T22:40:05.589Z Compiling resolv-conf v0.7.0
14352024-12-18T22:40:06.477Z Compiling publicsuffix v2.2.3
14362024-12-18T22:40:06.538Z Compiling tungstenite v0.24.0
14372024-12-18T22:40:06.640Z Compiling hickory-proto v0.24.1
14382024-12-18T22:40:06.744Z Compiling async-stream v0.3.6
14392024-12-18T22:40:06.788Z Compiling slog-term v2.9.1
14402024-12-18T22:40:07.058Z Compiling usdt v0.5.0
14412024-12-18T22:40:07.593Z Compiling group v0.13.0
14422024-12-18T22:40:08.083Z Compiling num-iter v0.1.45
14432024-12-18T22:40:08.397Z Compiling toml v0.8.19
14442024-12-18T22:40:08.875Z Compiling futures v0.3.31
14452024-12-18T22:40:08.903Z Compiling slog-bunyan v2.5.0
14462024-12-18T22:40:10.175Z Compiling tokio-native-tls v0.3.1
14472024-12-18T22:40:10.264Z Compiling camino v1.1.9
14482024-12-18T22:40:10.356Z Compiling backtrace v0.3.74
14492024-12-18T22:40:10.950Z Compiling phf_shared v0.11.2
14502024-12-18T22:40:11.104Z Compiling dropshot_endpoint v0.12.0
14512024-12-18T22:40:11.252Z Compiling terminal_size v0.4.0
14522024-12-18T22:40:11.373Z Compiling waitgroup v0.1.2
14532024-12-18T22:40:11.472Z Compiling openapiv3 v2.0.0
14542024-12-18T22:40:11.496Z Compiling serde_path_to_error v0.1.16
14552024-12-18T22:40:11.607Z Compiling hkdf v0.12.4
14562024-12-18T22:40:11.871Z Compiling crypto-bigint v0.5.5
14572024-12-18T22:40:12.362Z Compiling zerocopy-derive v0.6.6
14582024-12-18T22:40:14.143Z Compiling curve25519-dalek-derive v0.1.1
14592024-12-18T22:40:14.713Z Compiling hubpack_derive v0.1.1
14602024-12-18T22:40:14.734Z Compiling webpki-roots v0.26.6
14612024-12-18T22:40:14.953Z Compiling idna v0.5.0
14622024-12-18T22:40:15.615Z Compiling hostname v0.4.0
14632024-12-18T22:40:15.685Z Compiling ahash v0.8.11
14642024-12-18T22:40:15.878Z Compiling fs-err v2.11.0
14652024-12-18T22:40:15.881Z Compiling crc32fast v1.4.2
14662024-12-18T22:40:16.016Z Compiling bitflags v1.3.2
14672024-12-18T22:40:16.036Z Compiling debug-ignore v1.0.5
14682024-12-18T22:40:16.147Z Compiling winnow v0.5.40
14692024-12-18T22:40:16.172Z Compiling managed v0.8.0
14702024-12-18T22:40:16.219Z Compiling clap_builder v4.5.21
14712024-12-18T22:40:16.254Z Compiling strum_macros v0.25.3
14722024-12-18T22:40:16.646Z Compiling console v0.15.8
14732024-12-18T22:40:17.442Z Compiling flate2 v1.0.34
14742024-12-18T22:40:18.259Z Compiling cookie_store v0.21.0
14752024-12-18T22:40:18.460Z Compiling hubpack v0.1.2
14762024-12-18T22:40:18.890Z Compiling elliptic-curve v0.13.8
14772024-12-18T22:40:18.930Z Compiling zerocopy v0.6.6
14782024-12-18T22:40:19.777Z Compiling toml_edit v0.19.15
14792024-12-18T22:40:19.837Z Compiling hickory-resolver v0.24.1
14802024-12-18T22:40:19.876Z Compiling phf v0.11.2
14812024-12-18T22:40:20.162Z Compiling signal-hook-mio v0.2.4
14822024-12-18T22:40:20.330Z Compiling hyper-tls v0.6.0
14832024-12-18T22:40:20.583Z Compiling rayon v1.10.0
14842024-12-18T22:40:20.757Z Compiling bzip2 v0.4.4
14852024-12-18T22:40:21.184Z Compiling tokio-tungstenite v0.24.0
14862024-12-18T22:40:21.758Z Compiling postgres-types v0.2.8
14872024-12-18T22:40:24.815Z Compiling ed25519 v2.2.3
14882024-12-18T22:40:25.541Z Compiling phf_shared v0.10.0
14892024-12-18T22:40:25.797Z Compiling tokio-stream v0.1.16
14902024-12-18T22:40:25.929Z Compiling pkcs1 v0.7.5
14912024-12-18T22:40:26.513Z Compiling serde-big-array v0.5.1
14922024-12-18T22:40:26.756Z Compiling clap_derive v4.5.18
14932024-12-18T22:40:26.778Z Compiling rfc6979 v0.4.0
14942024-12-18T22:40:26.778Z Compiling serde_repr v0.1.19
14952024-12-18T22:40:26.928Z Compiling derive-where v1.2.7
14962024-12-18T22:40:26.951Z Compiling float-cmp v0.9.0
14972024-12-18T22:40:26.970Z Compiling bstr v1.10.0
14982024-12-18T22:40:27.175Z Compiling sync_wrapper v1.0.1
14992024-12-18T22:40:27.326Z Compiling predicates-core v1.0.8
15002024-12-18T22:40:27.717Z Compiling fixedbitset v0.4.2
15012024-12-18T22:40:28.006Z Compiling number_prefix v0.4.0
15022024-12-18T22:40:28.033Z Compiling difflib v0.4.0
15032024-12-18T22:40:28.197Z Compiling whoami v1.5.2
15042024-12-18T22:40:28.246Z Compiling precomputed-hash v0.1.1
15052024-12-18T22:40:28.373Z Compiling unicode-width v0.2.0
15062024-12-18T22:40:28.740Z Compiling static_assertions v1.1.0
15072024-12-18T22:40:28.841Z Compiling new_debug_unreachable v1.0.6
15082024-12-18T22:40:28.844Z Compiling normalize-line-endings v0.3.0
15092024-12-18T22:40:28.909Z Compiling unicode-segmentation v1.12.0
15102024-12-18T22:40:28.957Z Compiling bit-vec v0.6.3
15112024-12-18T22:40:28.977Z Compiling string_cache v0.8.7
15122024-12-18T22:40:29.429Z Compiling bit-set v0.5.3
15132024-12-18T22:40:29.455Z Compiling predicates v3.1.2
15142024-12-18T22:40:29.703Z Compiling similar v2.6.0
15152024-12-18T22:40:29.737Z Compiling indicatif v0.17.9
15162024-12-18T22:40:29.798Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172024-12-18T22:40:30.546Z Compiling tokio-postgres v0.7.12
15182024-12-18T22:40:31.309Z Compiling petgraph v0.6.5
15192024-12-18T22:40:31.917Z Compiling clap v4.5.21
15202024-12-18T22:40:32.460Z Compiling ecdsa v0.16.9
15212024-12-18T22:40:32.466Z Compiling rsa v0.9.6
15222024-12-18T22:40:32.466Z Compiling ed25519-dalek v2.1.1
15232024-12-18T22:40:32.912Z Compiling toml v0.7.8
15242024-12-18T22:40:33.523Z Compiling zip v0.6.6
15252024-12-18T22:40:34.699Z Compiling crossterm v0.28.1
15262024-12-18T22:40:35.613Z Compiling hex v0.4.3
15272024-12-18T22:40:35.687Z Compiling x509-cert v0.2.5
15282024-12-18T22:40:36.271Z Compiling itertools v0.10.5
15292024-12-18T22:40:36.493Z Compiling peg-runtime v0.8.3
15302024-12-18T22:40:36.504Z Compiling unicode-xid v0.2.6
15312024-12-18T22:40:36.650Z Compiling lalrpop-util v0.19.12
15322024-12-18T22:40:36.815Z Compiling strum_macros v0.26.4
15332024-12-18T22:40:37.012Z Compiling xattr v1.3.1
15342024-12-18T22:40:37.154Z Compiling filetime v0.2.25
15352024-12-18T22:40:37.477Z Compiling tar v0.4.42
15362024-12-18T22:40:42.925Z Compiling strum v0.26.3
15372024-12-18T22:40:44.866Z Compiling aws-lc-sys v0.22.0
15382024-12-18T22:41:16.584Z Compiling rustls-webpki v0.102.8
15392024-12-18T22:41:20.083Z Compiling tokio-rustls v0.25.0
15402024-12-18T22:41:21.706Z Compiling tokio-rustls v0.26.0
15412024-12-18T22:41:22.136Z Compiling hyper-rustls v0.27.3
15422024-12-18T22:41:22.528Z Compiling reqwest v0.12.9
15432024-12-18T22:41:23.795Z Compiling qorb v0.2.1
15442024-12-18T22:41:28.582Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15452024-12-18T22:41:28.819Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15462024-12-18T22:41:34.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
15472024-12-18T22:41:35.001Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15482024-12-18T22:41:35.054ZDec 18 22:41:33.756 INFO Starting download, target: Cockroach
15492024-12-18T22:41:35.054ZDec 18 22:41:33.757 INFO Starting download, target: Clickhouse
15502024-12-18T22:41:35.055ZDec 18 22:41:33.757 INFO Starting download, target: Console
15512024-12-18T22:41:35.055ZDec 18 22:41:33.757 INFO Starting download, target: DendriteOpenapi
15522024-12-18T22:41:35.057ZDec 18 22:41:33.757 INFO Starting download, target: DendriteStub
15532024-12-18T22:41:35.057ZDec 18 22:41:33.757 INFO Starting download, target: MaghemiteMgd
15542024-12-18T22:41:35.059ZDec 18 22:41:33.757 INFO Starting download, target: TransceiverControl
15552024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15562024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15572024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15592024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15602024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15612024-12-18T22:41:35.059ZDec 18 22:41:33.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15622024-12-18T22:41:35.249ZDec 18 22:41:33.937 INFO Download complete, target: DendriteOpenapi
15632024-12-18T22:41:35.398ZDec 18 22:41:34.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15642024-12-18T22:41:35.576ZDec 18 22:41:34.278 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15652024-12-18T22:41:35.958ZDec 18 22:41:34.612 INFO Download complete, target: Console
15662024-12-18T22:41:36.061ZDec 18 22:41:34.726 INFO Download complete, target: TransceiverControl
15672024-12-18T22:41:36.230ZDec 18 22:41:34.896 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15682024-12-18T22:41:36.947ZDec 18 22:41:35.619 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15692024-12-18T22:41:36.995ZDec 18 22:41:35.658 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15702024-12-18T22:41:37.632ZDec 18 22:41:36.335 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15712024-12-18T22:41:37.632ZDec 18 22:41:36.335 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15722024-12-18T22:41:39.216ZDec 18 22:41:37.919 INFO Download complete, target: DendriteStub
15732024-12-18T22:41:40.000ZDec 18 22:41:38.702 INFO Download complete, target: MaghemiteMgd
15742024-12-18T22:41:45.459ZDec 18 22:41:44.161 INFO Checking that binary works, target: Cockroach
15752024-12-18T22:41:45.622ZDec 18 22:41:44.324 INFO Download complete, target: Cockroach
15762024-12-18T22:41:50.237ZDec 18 22:41:48.939 INFO Checking that binary works, target: Clickhouse
15772024-12-18T22:41:50.603ZDec 18 22:41:49.305 INFO Download complete, target: Clickhouse
15782024-12-18T22:41:50.668ZAll builder prerequisites installed successfully, and PATH looks valid
15792024-12-18T22:41:50.670Z
15802024-12-18T22:41:50.670Zreal 5:39.747010129
15812024-12-18T22:41:50.670Zuser 16:47.434652232
15822024-12-18T22:41:50.670Zsys 3:16.647658295
15832024-12-18T22:41:50.670Ztrap 0.552397664
15842024-12-18T22:41:50.670Ztflt 4.744844823
15852024-12-18T22:41:50.670Zdflt 4.458750627
15862024-12-18T22:41:50.671Zkflt 0.297369172
15872024-12-18T22:41:50.671Zlock 31:03.279455886
15882024-12-18T22:41:50.671Zslp 1:04:23.672396371
15892024-12-18T22:41:50.671Zlat 54.704637924
15902024-12-18T22:41:50.671Zstop 2:17.261843504
15912024-12-18T22:41:50.671Z+ banner hack-check
15922024-12-18T22:41:50.673Z
15932024-12-18T22:41:50.673Z # # ## #### # # #### # # ###### #### # #
15942024-12-18T22:41:50.673Z # # # # # # # # # # # # # # # # #
15952024-12-18T22:41:50.673Z ###### # # # #### ##### # ###### ##### # ####
15962024-12-18T22:41:50.673Z # # ###### # # # # # # # # # #
15972024-12-18T22:41:50.673Z # # # # # # # # # # # # # # # # #
15982024-12-18T22:41:50.673Z # # # # #### # # #### # # ###### #### # #
15992024-12-18T22:41:50.673Z
16002024-12-18T22:41:50.673Z+ export CARGO_INCREMENTAL=0
16012024-12-18T22:41:50.673Z+ CARGO_INCREMENTAL=0
16022024-12-18T22:41:50.673Z+ ptime -m timeout 2h cargo xtask check-features --ci
16032024-12-18T22:41:51.226Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16042024-12-18T22:41:55.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
16052024-12-18T22:41:55.140Z Running `target/debug/xtask check-features --ci`
16062024-12-18T22:41:55.161Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16072024-12-18T22:41:55.164Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16082024-12-18T22:41:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16092024-12-18T22:41:55.648Z Running `target/debug/xtask download cargo-hack`
16102024-12-18T22:41:56.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112024-12-18T22:41:56.849Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16122024-12-18T22:42:02.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
16132024-12-18T22:42:02.157Z Running `target/debug/xtask-downloader cargo-hack`
16142024-12-18T22:42:02.199ZDec 18 22:42:00.901 INFO Starting download, target: CargoHack
16152024-12-18T22:42:02.202ZDec 18 22:42:00.901 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16162024-12-18T22:42:02.807ZDec 18 22:42:01.509 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16172024-12-18T22:42:02.900ZDec 18 22:42:01.601 INFO Download complete, target: CargoHack
16182024-12-18T22:42:02.904Zrunning: "/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"
16192024-12-18T22:42:02.921Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16202024-12-18T22:42:03.092Zinfo: running `cargo check --bins` on api_identity (1/173)
16212024-12-18T22:42:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-12-18T22:42:03.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-12-18T22:42:03.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-12-18T22:42:03.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16252024-12-18T22:42:03.698Z
16262024-12-18T22:42:03.698Zinfo: running `cargo check --bins` on bootstore (2/173)
16272024-12-18T22:42:04.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-18T22:42:04.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-18T22:42:04.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-18T22:42:04.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16312024-12-18T22:42:04.368Z
16322024-12-18T22:42:04.368Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16332024-12-18T22:42:04.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-18T22:42:04.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-18T22:42:04.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-18T22:42:04.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16372024-12-18T22:42:05.010Z
16382024-12-18T22:42:05.010Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16392024-12-18T22:42:05.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-18T22:42:05.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-18T22:42:05.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-18T22:42:05.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16432024-12-18T22:42:05.636Z
16442024-12-18T22:42:05.636Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16452024-12-18T22:42:06.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-18T22:42:06.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-18T22:42:06.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-18T22:42:06.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16492024-12-18T22:42:06.057Z
16502024-12-18T22:42:06.057Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16512024-12-18T22:42:06.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-18T22:42:06.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-18T22:42:06.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-18T22:42:06.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16552024-12-18T22:42:06.478Z
16562024-12-18T22:42:06.478Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16572024-12-18T22:42:06.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-18T22:42:06.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-18T22:42:06.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-18T22:42:06.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-18T22:42:06.898Z
16622024-12-18T22:42:06.898Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16632024-12-18T22:42:07.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-18T22:42:07.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-18T22:42:07.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-18T22:42:07.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672024-12-18T22:42:07.331Z
16682024-12-18T22:42:07.331Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16692024-12-18T22:42:07.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-18T22:42:07.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-18T22:42:07.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-18T22:42:07.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16732024-12-18T22:42:07.772Z
16742024-12-18T22:42:07.772Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16752024-12-18T22:42:08.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-18T22:42:08.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-18T22:42:08.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-18T22:42:08.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792024-12-18T22:42:08.200Z
16802024-12-18T22:42:08.200Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16812024-12-18T22:42:08.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-18T22:42:08.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-18T22:42:08.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-18T22:42:08.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16852024-12-18T22:42:08.628Z
16862024-12-18T22:42:08.628Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16872024-12-18T22:42:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-18T22:42:09.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-18T22:42:09.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-18T22:42:09.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912024-12-18T22:42:09.055Z
16922024-12-18T22:42:09.055Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16932024-12-18T22:42:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-18T22:42:09.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-18T22:42:09.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-18T22:42:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16972024-12-18T22:42:09.482Z
16982024-12-18T22:42:09.482Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16992024-12-18T22:42:09.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-18T22:42:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-18T22:42:09.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-18T22:42:09.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032024-12-18T22:42:09.912Z
17042024-12-18T22:42:09.912Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17052024-12-18T22:42:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-18T22:42:10.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-18T22:42:10.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-18T22:42:10.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092024-12-18T22:42:10.343Z
17102024-12-18T22:42:10.343Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17112024-12-18T22:42:10.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-18T22:42:10.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-18T22:42:10.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-18T22:42:10.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152024-12-18T22:42:10.770Z
17162024-12-18T22:42:10.770Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17172024-12-18T22:42:11.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-18T22:42:11.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-18T22:42:11.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-18T22:42:11.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212024-12-18T22:42:11.187Z
17222024-12-18T22:42:11.187Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17232024-12-18T22:42:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-18T22:42:11.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-18T22:42:11.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-18T22:42:11.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272024-12-18T22:42:11.614Z
17282024-12-18T22:42:11.614Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17292024-12-18T22:42:12.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-18T22:42:12.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-18T22:42:12.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-18T22:42:12.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17332024-12-18T22:42:12.049Z
17342024-12-18T22:42:12.049Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17352024-12-18T22:42:12.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-18T22:42:12.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-18T22:42:12.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-18T22:42:12.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392024-12-18T22:42:12.480Z
17402024-12-18T22:42:12.480Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17412024-12-18T22:42:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-18T22:42:12.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-18T22:42:12.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-18T22:42:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17452024-12-18T22:42:12.904Z
17462024-12-18T22:42:12.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17472024-12-18T22:42:13.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-18T22:42:13.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-18T22:42:13.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-18T22:42:13.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512024-12-18T22:42:13.336Z
17522024-12-18T22:42:13.336Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17532024-12-18T22:42:13.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-18T22:42:13.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-18T22:42:13.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-18T22:42:13.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572024-12-18T22:42:13.762Z
17582024-12-18T22:42:13.762Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17592024-12-18T22:42:14.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-18T22:42:14.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-18T22:42:14.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-18T22:42:14.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17632024-12-18T22:42:14.185Z
17642024-12-18T22:42:14.185Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17652024-12-18T22:42:14.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-18T22:42:14.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-18T22:42:14.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-18T22:42:14.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17692024-12-18T22:42:14.822Z
17702024-12-18T22:42:14.822Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17712024-12-18T22:42:15.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-18T22:42:15.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-18T22:42:15.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-18T22:42:15.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17752024-12-18T22:42:15.470Z
17762024-12-18T22:42:15.470Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17772024-12-18T22:42:16.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-18T22:42:16.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-18T22:42:16.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802024-12-18T22:42:16.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17812024-12-18T22:42:16.109Z
17822024-12-18T22:42:16.109Zinfo: running `cargo check --bins` on oxlog (28/173)
17832024-12-18T22:42:16.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842024-12-18T22:42:16.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852024-12-18T22:42:16.737Z Checking cfg-if v1.0.0
17862024-12-18T22:42:16.739Z Checking libc v0.2.162
17872024-12-18T22:42:16.845Z Checking serde v1.0.215
17882024-12-18T22:42:16.848Z Checking zeroize v1.8.1
17892024-12-18T22:42:16.862Z Checking memchr v2.7.4
17902024-12-18T22:42:16.864Z Checking typenum v1.17.0
17912024-12-18T22:42:16.883Z Checking scopeguard v1.2.0
17922024-12-18T22:42:16.885Z Checking subtle v2.6.1
17932024-12-18T22:42:16.910Z Checking value-bag v1.9.0
17942024-12-18T22:42:17.025Z Checking lock_api v0.4.12
17952024-12-18T22:42:17.075Z Checking const-oid v0.9.6
17962024-12-18T22:42:17.154Z Checking smallvec v1.13.2
17972024-12-18T22:42:17.336Z Checking log v0.4.22
17982024-12-18T22:42:17.415Z Checking itoa v1.0.11
17992024-12-18T22:42:17.539Z Checking pin-project-lite v0.2.14
18002024-12-18T22:42:17.615Z Checking byteorder v1.5.0
18012024-12-18T22:42:17.659Z Checking futures-core v0.3.31
18022024-12-18T22:42:17.703Z Checking once_cell v1.20.2
18032024-12-18T22:42:17.831Z Checking cpufeatures v0.2.14
18042024-12-18T22:42:17.898Z Checking futures-sink v0.3.31
18052024-12-18T22:42:17.926Z Checking stable_deref_trait v1.2.0
18062024-12-18T22:42:17.994Z Checking spin v0.9.8
18072024-12-18T22:42:18.028Z Checking getrandom v0.2.15
18082024-12-18T22:42:18.028Z Checking signal-hook-registry v1.4.2
18092024-12-18T22:42:18.028Z Checking parking_lot_core v0.9.10
18102024-12-18T22:42:18.054Z Checking mio v1.0.2
18112024-12-18T22:42:18.224Z Checking generic-array v0.14.7
18122024-12-18T22:42:18.257Z Checking rand_core v0.6.4
18132024-12-18T22:42:18.316Z Checking socket2 v0.5.7
18142024-12-18T22:42:18.333Z Checking zerocopy v0.7.35
18152024-12-18T22:42:18.372Z Checking parking_lot v0.12.3
18162024-12-18T22:42:18.574Z Checking slab v0.4.9
18172024-12-18T22:42:18.646Z Checking zerofrom v0.1.4
18182024-12-18T22:42:18.726Z Checking futures-channel v0.3.31
18192024-12-18T22:42:18.819Z Checking equivalent v1.0.1
18202024-12-18T22:42:18.844Z Checking futures-task v0.3.31
18212024-12-18T22:42:18.866Z Checking yoke v0.7.4
18222024-12-18T22:42:18.923Z Checking allocator-api2 v0.2.18
18232024-12-18T22:42:18.943Z Checking foldhash v0.1.3
18242024-12-18T22:42:19.089Z Checking futures-io v0.3.31
18252024-12-18T22:42:19.091Z Checking pin-utils v0.1.0
18262024-12-18T22:42:19.159Z Checking ryu v1.0.18
18272024-12-18T22:42:19.192Z Checking tinyvec_macros v0.1.1
18282024-12-18T22:42:19.218Z Checking zerovec v0.10.4
18292024-12-18T22:42:19.274Z Checking futures-util v0.3.31
18302024-12-18T22:42:19.274Z Checking tinyvec v1.8.0
18312024-12-18T22:42:19.402Z Checking fnv v1.0.7
18322024-12-18T22:42:19.448Z Checking crypto-common v0.1.6
18332024-12-18T22:42:19.532Z Checking block-buffer v0.10.4
18342024-12-18T22:42:19.596Z Checking hashbrown v0.15.1
18352024-12-18T22:42:19.626Z Checking block-padding v0.3.3
18362024-12-18T22:42:19.740Z Checking libm v0.2.8
18372024-12-18T22:42:19.754Z Checking digest v0.10.7
18382024-12-18T22:42:19.824Z Checking inout v0.1.3
18392024-12-18T22:42:20.062Z Checking cipher v0.4.4
18402024-12-18T22:42:20.121Z Checking hmac v0.12.1
18412024-12-18T22:42:20.348Z Checking sha2 v0.10.8
18422024-12-18T22:42:20.458Z Checking base64ct v1.6.0
18432024-12-18T22:42:20.634Z Checking unicode-normalization v0.1.24
18442024-12-18T22:42:20.657Z Checking unicode-bidi v0.3.17
18452024-12-18T22:42:20.748Z Checking writeable v0.5.5
18462024-12-18T22:42:20.830Z Checking tinystr v0.7.6
18472024-12-18T22:42:20.885Z Checking litemap v0.7.3
18482024-12-18T22:42:20.913Z Checking pem-rfc7468 v0.7.0
18492024-12-18T22:42:21.050Z Checking num-traits v0.2.19
18502024-12-18T22:42:21.163Z Checking ppv-lite86 v0.2.20
18512024-12-18T22:42:21.201Z Checking flagset v0.4.6
18522024-12-18T22:42:21.217Z Checking icu_locid v1.5.0
18532024-12-18T22:42:21.319Z Checking tracing-core v0.1.32
18542024-12-18T22:42:21.394Z Checking der v0.7.9
18552024-12-18T22:42:21.553Z Checking thiserror v1.0.69
18562024-12-18T22:42:21.693Z Checking percent-encoding v2.3.1
18572024-12-18T22:42:21.898Z Checking rustls-pki-types v1.9.0
18582024-12-18T22:42:21.949Z Checking rand_chacha v0.3.1
18592024-12-18T22:42:21.951Z Checking icu_locid_transform_data v1.5.0
18602024-12-18T22:42:21.980Z Checking bytes v1.8.0
18612024-12-18T22:42:22.062Z Checking indexmap v2.6.0
18622024-12-18T22:42:22.269Z Checking serde_json v1.0.132
18632024-12-18T22:42:22.361Z Checking icu_provider v1.5.0
18642024-12-18T22:42:22.475Z Checking bitflags v2.6.0
18652024-12-18T22:42:22.767Z Checking rand v0.8.5
18662024-12-18T22:42:22.784Z Checking tracing v0.1.40
18672024-12-18T22:42:22.798Z Checking tokio v1.40.0
18682024-12-18T22:42:23.033Z Checking http v1.1.0
18692024-12-18T22:42:23.148Z Checking icu_locid_transform v1.5.0
18702024-12-18T22:42:23.377Z Checking icu_collections v1.5.0
18712024-12-18T22:42:23.394Z Checking spki v0.7.3
18722024-12-18T22:42:23.668Z Checking salsa20 v0.10.2
18732024-12-18T22:42:23.891Z Checking pbkdf2 v0.12.2
18742024-12-18T22:42:23.995Z Checking aws-lc-sys v0.22.0
18752024-12-18T22:42:24.067Z Checking httparse v1.9.5
18762024-12-18T22:42:24.069Z Checking mirai-annotations v1.12.0
18772024-12-18T22:42:24.080Z Checking icu_properties_data v1.5.0
18782024-12-18T22:42:24.157Z Checking untrusted v0.7.1
18792024-12-18T22:42:24.244Z Checking powerfmt v0.2.0
18802024-12-18T22:42:24.317Z Checking untrusted v0.9.0
18812024-12-18T22:42:24.334Z Checking icu_properties v1.5.1
18822024-12-18T22:42:24.397Z Checking scrypt v0.11.0
18832024-12-18T22:42:24.461Z Checking ring v0.17.8
18842024-12-18T22:42:24.500Z Checking deranged v0.3.11
18852024-12-18T22:42:24.517Z Checking aes v0.8.4
18862024-12-18T22:42:24.548Z Checking cbc v0.1.2
18872024-12-18T22:42:24.610Z Checking crossbeam-utils v0.8.20
18882024-12-18T22:42:24.770Z Checking num_threads v0.1.7
18892024-12-18T22:42:24.879Z Checking utf8_iter v1.0.4
18902024-12-18T22:42:25.088Z Checking num-conv v0.1.0
18912024-12-18T22:42:25.303Z Checking time-core v0.1.2
18922024-12-18T22:42:25.345Z Checking icu_normalizer_data v1.5.0
18932024-12-18T22:42:25.442Z Checking atomic-waker v1.1.2
18942024-12-18T22:42:25.458Z Checking utf16_iter v1.0.5
18952024-12-18T22:42:25.472Z Checking write16 v1.0.0
18962024-12-18T22:42:25.577Z Checking pkcs5 v0.7.1
18972024-12-18T22:42:25.597Z Checking http-body v1.0.1
18982024-12-18T22:42:25.618Z Checking form_urlencoded v1.2.1
18992024-12-18T22:42:25.798Z Checking try-lock v0.2.5
19002024-12-18T22:42:25.828Z Checking httpdate v1.0.3
19012024-12-18T22:42:25.928Z Checking want v0.3.1
19022024-12-18T22:42:26.069Z Checking unicode-ident v1.0.13
19032024-12-18T22:42:26.087Z Checking pkcs8 v0.10.2
19042024-12-18T22:42:26.111Z Checking uuid v1.11.0
19052024-12-18T22:42:26.235Z Checking proc-macro2 v1.0.89
19062024-12-18T22:42:26.263Z Checking time v0.3.36
19072024-12-18T22:42:26.322Z Checking toml_datetime v0.6.8
19082024-12-18T22:42:26.379Z Checking serde_spanned v0.6.8
19092024-12-18T22:42:26.573Z Checking slog v2.7.0
19102024-12-18T22:42:26.619Z Checking scroll v0.12.0
19112024-12-18T22:42:26.636Z Checking aws-lc-rs v1.10.0
19122024-12-18T22:42:26.731Z Checking adler2 v2.0.0
19132024-12-18T22:42:26.882Z Checking tower-service v0.3.3
19142024-12-18T22:42:26.901Z Checking match_cfg v0.1.0
19152024-12-18T22:42:26.988Z Checking ucd-trie v0.1.7
19162024-12-18T22:42:27.004Z Checking plain v0.2.3
19172024-12-18T22:42:27.053Z Checking base64 v0.22.1
19182024-12-18T22:42:27.087Z Checking iana-time-zone v0.1.61
19192024-12-18T22:42:27.138Z Checking foreign-types-shared v0.1.1
19202024-12-18T22:42:27.186Z Checking pest v2.7.14
19212024-12-18T22:42:27.240Z Checking foreign-types v0.3.2
19222024-12-18T22:42:27.242Z Checking chrono v0.4.38
19232024-12-18T22:42:27.326Z Checking goblin v0.8.2
19242024-12-18T22:42:27.529Z Checking hostname v0.3.1
19252024-12-18T22:42:27.659Z Checking quote v1.0.37
19262024-12-18T22:42:27.774Z Checking icu_normalizer v1.5.0
19272024-12-18T22:42:28.020Z Checking miniz_oxide v0.8.0
19282024-12-18T22:42:28.460Z Checking rustls-webpki v0.102.8
19292024-12-18T22:42:28.560Z Checking idna_adapter v1.2.0
19302024-12-18T22:42:28.762Z Checking idna v1.0.3
19312024-12-18T22:42:28.793Z Checking openssl-sys v0.9.103
19322024-12-18T22:42:28.903Z Checking dirs-sys-next v0.1.2
19332024-12-18T22:42:29.092Z Checking errno v0.3.9
19342024-12-18T22:42:29.268Z Checking aho-corasick v1.1.3
19352024-12-18T22:42:29.284Z Checking url v2.5.3
19362024-12-18T22:42:29.298Z Checking data-encoding v2.6.0
19372024-12-18T22:42:29.433Z Checking pretty-hex v0.4.1
19382024-12-18T22:42:29.618Z Checking regex-syntax v0.8.5
19392024-12-18T22:42:29.733Z Checking siphasher v0.3.11
19402024-12-18T22:42:29.969Z Checking dtrace-parser v0.2.0
19412024-12-18T22:42:30.032Z Checking rustix v0.38.37
19422024-12-18T22:42:30.096Z Checking openssl v0.10.66
19432024-12-18T22:42:30.116Z Checking dirs-next v2.0.0
19442024-12-18T22:42:30.216Z Checking tokio-util v0.7.12
19452024-12-18T22:42:30.248Z Checking syn v2.0.87
19462024-12-18T22:42:30.440Z Checking http-body-util v0.1.2
19472024-12-18T22:42:30.894Z Checking crossbeam-epoch v0.9.18
19482024-12-18T22:42:30.911Z Checking signature v2.2.0
19492024-12-18T22:42:31.104Z Checking sha1 v0.10.6
19502024-12-18T22:42:31.129Z Checking h2 v0.4.6
19512024-12-18T22:42:31.313Z Checking lazy_static v1.5.0
19522024-12-18T22:42:31.376Z Checking thread-id v4.2.2
19532024-12-18T22:42:31.432Z Checking thread_local v1.1.8
19542024-12-18T22:42:31.480Z Checking encoding_rs v0.8.34
19552024-12-18T22:42:31.721Z Checking either v1.13.0
19562024-12-18T22:42:32.100Z Checking ipnet v2.10.1
19572024-12-18T22:42:32.347Z Checking dof v0.3.0
19582024-12-18T22:42:32.565Z Checking unicode-properties v0.1.3
19592024-12-18T22:42:32.927Z Checking winnow v0.6.20
19602024-12-18T22:42:32.930Z Checking utf8parse v0.2.2
19612024-12-18T22:42:32.959Z Checking regex-automata v0.4.8
19622024-12-18T22:42:33.090Z Checking anstyle v1.0.10
19632024-12-18T22:42:33.463Z Checking gimli v0.31.1
19642024-12-18T22:42:33.567Z Checking openssl-probe v0.1.5
19652024-12-18T22:42:33.727Z Checking mime v0.3.17
19662024-12-18T22:42:33.861Z Checking anstyle-parse v0.2.5
19672024-12-18T22:42:34.049Z Checking stringprep v0.1.5
19682024-12-18T22:42:34.162Z Checking crossbeam-deque v0.8.5
19692024-12-18T22:42:34.344Z Checking term v0.7.0
19702024-12-18T22:42:34.481Z Checking rustls v0.22.4
19712024-12-18T22:42:34.769Z Checking rustls v0.23.14
19722024-12-18T22:42:35.713Z Checking native-tls v0.2.12
19732024-12-18T22:42:35.996Z Checking toml_edit v0.22.22
19742024-12-18T22:42:36.014Z Checking slog-json v2.6.1
19752024-12-18T22:42:36.277Z Checking serde_urlencoded v0.7.1
19762024-12-18T22:42:36.717Z Checking crossbeam-channel v0.5.13
19772024-12-18T22:42:36.757Z Checking usdt-impl v0.5.0
19782024-12-18T22:42:37.303Z Checking futures-executor v0.3.31
19792024-12-18T22:42:37.437Z Checking num-integer v0.1.46
19802024-12-18T22:42:37.439Z Checking hyper v1.5.0
19812024-12-18T22:42:37.514Z Checking rustls-pemfile v2.2.0
19822024-12-18T22:42:37.614Z Checking addr2line v0.24.2
19832024-12-18T22:42:37.737Z Checking idna v0.4.0
19842024-12-18T22:42:37.756Z Checking idna v0.3.0
19852024-12-18T22:42:37.913Z Checking md-5 v0.10.6
19862024-12-18T22:42:38.142Z Checking ff v0.13.0
19872024-12-18T22:42:38.159Z Checking hash32 v0.2.1
19882024-12-18T22:42:38.269Z Checking memmap v0.7.0
19892024-12-18T22:42:38.355Z Checking is-terminal v0.4.13
19902024-12-18T22:42:38.462Z Checking object v0.36.5
19912024-12-18T22:42:38.477Z Checking utf-8 v0.7.6
19922024-12-18T22:42:38.478Z Checking fallible-iterator v0.2.0
19932024-12-18T22:42:38.541Z Checking dyn-clone v1.0.17
19942024-12-18T22:42:38.582Z Checking rustc-demangle v0.1.24
19952024-12-18T22:42:38.618Z Checking colorchoice v1.0.2
19962024-12-18T22:42:38.679Z Checking psl-types v2.0.11
19972024-12-18T22:42:38.681Z Checking linked-hash-map v0.5.6
19982024-12-18T22:42:38.738Z Checking is_terminal_polyfill v1.70.1
19992024-12-18T22:42:38.855Z Checking quick-error v1.2.3
20002024-12-18T22:42:38.858Z Checking take_mut v0.2.2
20012024-12-18T22:42:39.008Z Checking anstyle-query v1.1.1
20022024-12-18T22:42:39.010Z Checking base16ct v0.2.0
20032024-12-18T22:42:39.024Z Checking slog-async v2.8.0
20042024-12-18T22:42:39.051Z Checking lru-cache v0.1.2
20052024-12-18T22:42:39.115Z Checking postgres-protocol v0.6.7
20062024-12-18T22:42:39.131Z Checking anstream v0.6.15
20072024-12-18T22:42:39.211Z Checking sec1 v0.7.3
20082024-12-18T22:42:39.231Z Checking resolv-conf v0.7.0
20092024-12-18T22:42:39.319Z Checking publicsuffix v2.2.3
20102024-12-18T22:42:39.509Z Checking tungstenite v0.24.0
20112024-12-18T22:42:39.530Z Checking hyper-util v0.1.10
20122024-12-18T22:42:39.552Z Checking schemars v0.8.21
20132024-12-18T22:42:39.568Z Checking hickory-proto v0.24.1
20142024-12-18T22:42:39.584Z Checking toml v0.8.19
20152024-12-18T22:42:39.814Z Checking usdt v0.5.0
20162024-12-18T22:42:40.079Z Checking slog-term v2.9.1
20172024-12-18T22:42:40.317Z Checking heapless v0.7.17
20182024-12-18T22:42:40.359Z Checking tokio-rustls v0.26.0
20192024-12-18T22:42:40.403Z Checking group v0.13.0
20202024-12-18T22:42:40.572Z Checking tokio-rustls v0.25.0
20212024-12-18T22:42:40.664Z Checking num-iter v0.1.45
20222024-12-18T22:42:40.788Z Checking futures v0.3.31
20232024-12-18T22:42:40.844Z Checking slog-bunyan v2.5.0
20242024-12-18T22:42:40.905Z Checking tokio-native-tls v0.3.1
20252024-12-18T22:42:40.965Z Checking rayon-core v1.12.1
20262024-12-18T22:42:41.000Z Checking multer v3.1.0
20272024-12-18T22:42:41.164Z Checking terminal_size v0.4.0
20282024-12-18T22:42:41.242Z Checking phf_shared v0.11.2
20292024-12-18T22:42:41.573Z Checking cookie v0.18.1
20302024-12-18T22:42:41.580Z Checking async-stream v0.3.6
20312024-12-18T22:42:41.580Z Checking bzip2-sys v0.1.11+1.0.8
20322024-12-18T22:42:41.581Z Checking camino v1.1.9
20332024-12-18T22:42:41.581Z Checking signal-hook v0.3.17
20342024-12-18T22:42:41.581Z Checking waitgroup v0.1.2
20352024-12-18T22:42:41.581Z Checking openapiv3 v2.0.0
20362024-12-18T22:42:41.637Z Checking webpki-roots v0.26.6
20372024-12-18T22:42:41.665Z Checking serde_path_to_error v0.1.16
20382024-12-18T22:42:41.796Z Checking idna v0.5.0
20392024-12-18T22:42:41.843Z Checking hkdf v0.12.4
20402024-12-18T22:42:41.863Z Checking crypto-bigint v0.5.5
20412024-12-18T22:42:42.060Z Checking hostname v0.4.0
20422024-12-18T22:42:42.094Z Checking crc32fast v1.4.2
20432024-12-18T22:42:42.199Z Checking winnow v0.5.40
20442024-12-18T22:42:42.284Z Checking bitflags v1.3.2
20452024-12-18T22:42:42.323Z Checking clap_lex v0.7.2
20462024-12-18T22:42:42.386Z Checking unicode-width v0.1.14
20472024-12-18T22:42:42.580Z Checking debug-ignore v1.0.5
20482024-12-18T22:42:42.626Z Checking strsim v0.11.1
20492024-12-18T22:42:42.722Z Checking managed v0.8.0
20502024-12-18T22:42:42.887Z Checking console v0.15.8
20512024-12-18T22:42:42.911Z Checking clap_builder v4.5.21
20522024-12-18T22:42:43.109Z Checking smoltcp v0.9.1
20532024-12-18T22:42:43.483Z Checking cookie_store v0.21.0
20542024-12-18T22:42:44.168Z Checking flate2 v1.0.34
20552024-12-18T22:42:44.439Z Checking hickory-resolver v0.24.1
20562024-12-18T22:42:44.709Z Checking signal-hook-mio v0.2.4
20572024-12-18T22:42:44.792Z Checking elliptic-curve v0.13.8
20582024-12-18T22:42:44.807Z Checking hyper-rustls v0.27.3
20592024-12-18T22:42:44.847Z Checking rayon v1.10.0
20602024-12-18T22:42:44.981Z Checking backtrace v0.3.74
20612024-12-18T22:42:45.020Z Checking dropshot v0.12.0
20622024-12-18T22:42:45.135Z Checking hyper-tls v0.6.0
20632024-12-18T22:42:45.197Z Checking toml_edit v0.19.15
20642024-12-18T22:42:45.424Z Checking phf v0.11.2
20652024-12-18T22:42:45.441Z Checking bzip2 v0.4.4
20662024-12-18T22:42:45.538Z Checking anyhow v1.0.93
20672024-12-18T22:42:45.705Z Checking num-bigint-dig v0.8.4
20682024-12-18T22:42:45.737Z Checking tokio-tungstenite v0.24.0
20692024-12-18T22:42:45.915Z Checking postgres-types v0.2.8
20702024-12-18T22:42:46.064Z Checking regex v1.11.1
20712024-12-18T22:42:46.086Z Checking bstr v1.10.0
20722024-12-18T22:42:46.206Z Checking tokio-stream v0.1.16
20732024-12-18T22:42:46.687Z Checking ed25519 v2.2.3
20742024-12-18T22:42:46.717Z Checking phf_shared v0.10.0
20752024-12-18T22:42:47.008Z Checking zerocopy v0.6.6
20762024-12-18T22:42:47.008Z Checking curve25519-dalek v4.1.3
20772024-12-18T22:42:47.064Z Checking pkcs1 v0.7.5
20782024-12-18T22:42:47.088Z Checking hubpack v0.1.2
20792024-12-18T22:42:47.412Z Checking portable-atomic v1.9.0
20802024-12-18T22:42:47.462Z Checking float-cmp v0.9.0
20812024-12-18T22:42:47.654Z Checking serde-big-array v0.5.1
20822024-12-18T22:42:47.673Z Checking rfc6979 v0.4.0
20832024-12-18T22:42:47.807Z Checking sync_wrapper v1.0.1
20842024-12-18T22:42:47.842Z Checking difflib v0.4.0
20852024-12-18T22:42:47.862Z Checking precomputed-hash v0.1.1
20862024-12-18T22:42:47.875Z Checking predicates-core v1.0.8
20872024-12-18T22:42:47.958Z Checking minimal-lexical v0.2.1
20882024-12-18T22:42:47.974Z Checking static_assertions v1.1.0
20892024-12-18T22:42:48.060Z Checking number_prefix v0.4.0
20902024-12-18T22:42:48.077Z Checking new_debug_unreachable v1.0.6
20912024-12-18T22:42:48.134Z Checking normalize-line-endings v0.3.0
20922024-12-18T22:42:48.166Z Checking bit-vec v0.6.3
20932024-12-18T22:42:48.243Z Checking whoami v1.5.2
20942024-12-18T22:42:48.258Z Checking unicode-width v0.2.0
20952024-12-18T22:42:48.344Z Checking fixedbitset v0.4.2
20962024-12-18T22:42:48.481Z Checking unicode-segmentation v1.12.0
20972024-12-18T22:42:48.505Z Checking bit-set v0.5.3
20982024-12-18T22:42:48.538Z Checking tokio-postgres v0.7.12
20992024-12-18T22:42:48.597Z Checking petgraph v0.6.5
21002024-12-18T22:42:48.711Z Checking nom v7.1.3
21012024-12-18T22:42:48.714Z Checking qorb v0.2.1
21022024-12-18T22:42:48.742Z Checking predicates v3.1.2
21032024-12-18T22:42:48.745Z Checking indicatif v0.17.9
21042024-12-18T22:42:48.861Z Checking ed25519-dalek v2.1.1
21052024-12-18T22:42:49.170Z Checking similar v2.6.0
21062024-12-18T22:42:49.286Z Checking string_cache v0.8.7
21072024-12-18T22:42:49.458Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21082024-12-18T22:42:49.565Z Checking reqwest v0.12.9
21092024-12-18T22:42:49.582Z Checking rsa v0.9.6
21102024-12-18T22:42:50.039Z Checking ecdsa v0.16.9
21112024-12-18T22:42:50.633Z Checking toml v0.7.8
21122024-12-18T22:42:50.764Z Checking clap v4.5.21
21132024-12-18T22:42:50.886Z Checking zip v0.6.6
21142024-12-18T22:42:51.406Z Checking crossterm v0.28.1
21152024-12-18T22:42:51.445Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21162024-12-18T22:42:51.463Z Checking itertools v0.10.5
21172024-12-18T22:42:51.482Z Checking itertools v0.12.1
21182024-12-18T22:42:51.591Z Checking fs-err v2.11.0
21192024-12-18T22:42:51.593Z Checking ahash v0.8.11
21202024-12-18T22:42:51.636Z Checking x509-cert v0.2.5
21212024-12-18T22:42:52.022Z Checking hex v0.4.3
21222024-12-18T22:42:52.160Z Checking semver v1.0.23
21232024-12-18T22:42:52.213Z Checking lalrpop-util v0.19.12
21242024-12-18T22:42:52.522Z Checking peg-runtime v0.8.3
21252024-12-18T22:42:52.565Z Checking sigpipe v0.1.3
21262024-12-18T22:42:54.344Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21272024-12-18T22:42:54.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.54s
21282024-12-18T22:42:54.822Z
21292024-12-18T22:42:54.823Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21302024-12-18T22:42:55.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-12-18T22:42:55.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-12-18T22:42:55.478Z Compiling hashbrown v0.14.5
21332024-12-18T22:42:55.599Z Checking heck v0.5.0
21342024-12-18T22:42:55.611Z Compiling unsafe-libyaml v0.2.11
21352024-12-18T22:42:55.625Z Compiling ident_case v1.0.1
21362024-12-18T22:42:55.627Z Checking progenitor-client v0.8.0
21372024-12-18T22:42:55.654Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21382024-12-18T22:42:55.670Z Compiling proc-macro-crate v1.3.1
21392024-12-18T22:42:55.758Z Checking ipnetwork v0.20.0
21402024-12-18T22:42:55.796Z Compiling darling_core v0.20.10
21412024-12-18T22:42:55.999Z Compiling structmeta-derive v0.3.0
21422024-12-18T22:42:56.016Z Compiling newtype-uuid v1.1.3
21432024-12-18T22:42:56.121Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21442024-12-18T22:42:56.309Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21452024-12-18T22:42:56.425Z Compiling lzma-sys v0.1.20
21462024-12-18T22:42:56.655Z Compiling foreign-types-macros v0.2.3
21472024-12-18T22:42:56.724Z Checking regress v0.10.1
21482024-12-18T22:42:56.873Z Compiling serde_yaml v0.9.34+deprecated
21492024-12-18T22:42:57.195Z Compiling num_enum_derive v0.5.11
21502024-12-18T22:42:57.520Z Compiling dropshot v0.13.0
21512024-12-18T22:42:57.828Z Checking foreign-types-shared v0.3.1
21522024-12-18T22:42:57.935Z Checking arc-swap v1.7.1
21532024-12-18T22:42:57.938Z Checking foreign-types v0.5.0
21542024-12-18T22:42:58.168Z Compiling proc-macro-error v1.0.4
21552024-12-18T22:42:58.379Z Checking slog-scope v4.4.0
21562024-12-18T22:42:58.967Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21572024-12-18T22:42:58.989Z Compiling structmeta v0.3.0
21582024-12-18T22:42:59.091Z Checking tungstenite v0.21.0
21592024-12-18T22:42:59.108Z Compiling heck v0.3.3
21602024-12-18T22:42:59.410Z Compiling parse-display-derive v0.10.0
21612024-12-18T22:42:59.544Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622024-12-18T22:42:59.831Z Checking num_enum v0.5.11
21632024-12-18T22:42:59.993Z Compiling dropshot_endpoint v0.13.0
21642024-12-18T22:43:00.029Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-18T22:43:00.343Z Checking typify-impl v0.2.0
21662024-12-18T22:43:00.378Z Checking cstr-argument v0.1.2
21672024-12-18T22:43:00.794Z Checking instant v0.1.13
21682024-12-18T22:43:00.916Z Checking pretty-hex v0.2.1
21692024-12-18T22:43:01.077Z Checking fastrand v2.1.1
21702024-12-18T22:43:01.235Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21712024-12-18T22:43:01.406Z Checking base64 v0.21.7
21722024-12-18T22:43:01.543Z Checking tempfile v3.13.0
21732024-12-18T22:43:01.898Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21742024-12-18T22:43:01.926Z Checking backoff v0.4.0
21752024-12-18T22:43:01.929Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762024-12-18T22:43:02.078Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21772024-12-18T22:43:02.163Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21782024-12-18T22:43:02.248Z Checking tokio-tungstenite v0.21.0
21792024-12-18T22:43:02.322Z Checking strum v0.26.3
21802024-12-18T22:43:02.398Z Compiling zone_cfg_derive v0.1.2
21812024-12-18T22:43:02.484Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21822024-12-18T22:43:02.753Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21832024-12-18T22:43:02.854Z Checking slog-stdlog v4.1.1
21842024-12-18T22:43:02.913Z Compiling darling_macro v0.20.10
21852024-12-18T22:43:03.022Z Checking regress v0.9.1
21862024-12-18T22:43:03.151Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21872024-12-18T22:43:03.227Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-12-18T22:43:03.298Z Checking colored v2.1.0
21892024-12-18T22:43:03.528Z Checking macaddr v1.0.1
21902024-12-18T22:43:03.602Z Checking base64 v0.13.1
21912024-12-18T22:43:03.894Z Compiling darling v0.20.10
21922024-12-18T22:43:03.897Z Checking zone v0.1.8
21932024-12-18T22:43:04.025Z Checking ron v0.7.1
21942024-12-18T22:43:04.084Z Compiling serde_with_macros v3.11.0
21952024-12-18T22:43:04.174Z Checking parse-display v0.10.0
21962024-12-18T22:43:04.406Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21972024-12-18T22:43:04.655Z Checking xz2 v0.1.7
21982024-12-18T22:43:04.907Z Checking slog-envlogger v2.2.0
21992024-12-18T22:43:04.969Z Checking tabwriter v1.4.0
22002024-12-18T22:43:05.134Z Checking xattr v1.3.1
22012024-12-18T22:43:05.200Z Checking pem v3.0.4
22022024-12-18T22:43:05.216Z Checking yasna v0.5.2
22032024-12-18T22:43:05.324Z Checking headers-core v0.3.0
22042024-12-18T22:43:05.475Z Checking smf v0.2.3
22052024-12-18T22:43:05.491Z Checking filetime v0.2.25
22062024-12-18T22:43:05.706Z Checking same-file v1.0.6
22072024-12-18T22:43:05.887Z Checking walkdir v2.5.0
22082024-12-18T22:43:05.929Z Checking tar v0.4.42
22092024-12-18T22:43:05.989Z Checking headers v0.4.0
22102024-12-18T22:43:06.073Z Checking rcgen v0.12.1
22112024-12-18T22:43:06.152Z Checking atomicwrites v0.4.4
22122024-12-18T22:43:06.355Z Checking camino-tempfile v1.1.1
22132024-12-18T22:43:06.564Z Checking subprocess v0.2.9
22142024-12-18T22:43:06.967Z Checking serde_with v3.11.0
22152024-12-18T22:43:10.935Z Compiling typify-macro v0.2.0
22162024-12-18T22:43:12.833Z Compiling typify v0.2.0
22172024-12-18T22:43:12.903Z Compiling progenitor-impl v0.8.0
22182024-12-18T22:43:16.199Z Compiling progenitor-macro v0.8.0
22192024-12-18T22:43:21.053Z Checking progenitor v0.8.0
22202024-12-18T22:43:21.207Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22212024-12-18T22:43:21.210Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22222024-12-18T22:43:23.944Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22232024-12-18T22:43:24.285Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22242024-12-18T22:43:30.822Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22252024-12-18T22:43:32.453Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-12-18T22:43:33.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
22272024-12-18T22:43:33.921Z
22282024-12-18T22:43:33.921Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22292024-12-18T22:43:34.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-12-18T22:43:34.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-12-18T22:43:34.588Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22322024-12-18T22:43:36.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
22332024-12-18T22:43:36.246Z
22342024-12-18T22:43:36.246Zinfo: running `cargo check --bins` on nexus-config (31/173)
22352024-12-18T22:43:36.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-12-18T22:43:36.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-12-18T22:43:36.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-12-18T22:43:36.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22392024-12-18T22:43:36.871Z
22402024-12-18T22:43:36.872Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22412024-12-18T22:43:37.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-18T22:43:37.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-18T22:43:37.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-12-18T22:43:37.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22452024-12-18T22:43:37.481Z
22462024-12-18T22:43:37.481Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22472024-12-18T22:43:38.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-18T22:43:38.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-18T22:43:38.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-12-18T22:43:38.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22512024-12-18T22:43:38.121Z
22522024-12-18T22:43:38.121Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22532024-12-18T22:43:38.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-12-18T22:43:38.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-12-18T22:43:38.815Z Compiling zerocopy v0.8.10
22562024-12-18T22:43:38.815Z Compiling progenitor-client v0.8.0
22572024-12-18T22:43:38.815Z Compiling itertools v0.13.0
22582024-12-18T22:43:38.815Z Compiling zerocopy-derive v0.8.10
22592024-12-18T22:43:38.818Z Compiling heapless v0.8.0
22602024-12-18T22:43:38.818Z Compiling newtype-uuid v1.1.3
22612024-12-18T22:43:38.818Z Compiling ipnetwork v0.20.0
22622024-12-18T22:43:38.818Z Checking hash32 v0.3.1
22632024-12-18T22:43:39.100Z Compiling instant v0.1.13
22642024-12-18T22:43:39.245Z Compiling smoltcp v0.11.0
22652024-12-18T22:43:39.263Z Compiling progenitor v0.8.0
22662024-12-18T22:43:39.376Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22672024-12-18T22:43:39.509Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22682024-12-18T22:43:39.849Z Compiling backoff v0.4.0
22692024-12-18T22:43:39.894Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702024-12-18T22:43:39.990Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712024-12-18T22:43:40.138Z Compiling serde_with v3.11.0
22722024-12-18T22:43:40.173Z Compiling dropshot v0.13.0
22732024-12-18T22:43:40.195Z Compiling parse-display v0.10.0
22742024-12-18T22:43:40.261Z Checking num-rational v0.4.2
22752024-12-18T22:43:40.799Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22762024-12-18T22:43:40.940Z Compiling regress v0.9.1
22772024-12-18T22:43:40.959Z Compiling phf_generator v0.11.2
22782024-12-18T22:43:41.149Z Checking num-complex v0.4.6
22792024-12-18T22:43:42.150Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22802024-12-18T22:43:42.822Z Compiling macaddr v1.0.1
22812024-12-18T22:43:43.159Z Checking cobs v0.2.3
22822024-12-18T22:43:43.245Z Compiling num v0.4.3
22832024-12-18T22:43:43.335Z Checking postcard v1.0.10
22842024-12-18T22:43:43.476Z Compiling phf_codegen v0.11.2
22852024-12-18T22:43:43.904Z Compiling parse-zoneinfo v0.3.1
22862024-12-18T22:43:44.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-18T22:43:44.436Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-18T22:43:44.599Z Compiling float-ord v0.3.2
22892024-12-18T22:43:44.774Z Compiling convert_case v0.4.0
22902024-12-18T22:43:45.280Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22912024-12-18T22:43:45.955Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22922024-12-18T22:43:45.967Z Compiling derive_more v0.99.18
22932024-12-18T22:43:46.125Z Compiling chrono-tz-build v0.4.0
22942024-12-18T22:43:46.861Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22952024-12-18T22:43:47.667Z Compiling thiserror v2.0.3
22962024-12-18T22:43:47.793Z Compiling crucible-workspace-hack v0.1.0
22972024-12-18T22:43:47.979Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22982024-12-18T22:43:48.081Z Compiling chrono-tz v0.10.0
22992024-12-18T22:43:48.284Z Checking newline-converter v0.3.0
23002024-12-18T22:43:48.433Z Checking prettyplease v0.2.25
23012024-12-18T22:43:48.646Z Compiling thiserror-impl v2.0.3
23022024-12-18T22:43:48.740Z Compiling slog-dtrace v0.3.0
23032024-12-18T22:43:49.078Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23042024-12-18T22:43:49.607Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-12-18T22:43:49.635Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23062024-12-18T22:43:49.772Z Checking expectorate v1.1.0
23072024-12-18T22:43:49.933Z Compiling zone_cfg_derive v0.3.0
23082024-12-18T22:43:50.446Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23092024-12-18T22:43:50.683Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23102024-12-18T22:43:50.750Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23112024-12-18T22:43:51.465Z Compiling const_format_proc_macros v0.2.33
23122024-12-18T22:43:51.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23132024-12-18T22:43:51.923Z Compiling num-derive v0.4.2
23142024-12-18T22:43:52.550Z Checking highway v1.2.0
23152024-12-18T22:43:52.772Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162024-12-18T22:43:52.788Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23172024-12-18T22:43:52.986Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182024-12-18T22:43:53.124Z Checking zone v0.3.0
23192024-12-18T22:43:53.591Z Checking const_format v0.2.33
23202024-12-18T22:43:53.787Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23212024-12-18T22:43:53.880Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23222024-12-18T22:43:53.926Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23232024-12-18T22:43:54.218Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23242024-12-18T22:43:54.409Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23252024-12-18T22:43:54.488Z Checking gethostname v0.5.0
23262024-12-18T22:43:54.537Z Checking bcs v0.1.6
23272024-12-18T22:43:54.612Z Compiling async-recursion v1.1.1
23282024-12-18T22:43:55.809Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23292024-12-18T22:43:56.057Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23302024-12-18T22:44:02.082Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23312024-12-18T22:44:05.465Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23322024-12-18T22:44:08.158Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23332024-12-18T22:44:09.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.30s
23342024-12-18T22:44:09.614Z
23352024-12-18T22:44:09.614Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23362024-12-18T22:44:10.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-12-18T22:44:10.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-12-18T22:44:10.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-12-18T22:44:10.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23402024-12-18T22:44:10.273Z
23412024-12-18T22:44:10.273Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23422024-12-18T22:44:10.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-12-18T22:44:10.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-12-18T22:44:10.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-12-18T22:44:10.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23462024-12-18T22:44:10.912Z
23472024-12-18T22:44:10.912Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23482024-12-18T22:44:11.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-18T22:44:11.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-18T22:44:11.573Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512024-12-18T22:44:12.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23522024-12-18T22:44:12.399Z
23532024-12-18T22:44:12.399Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23542024-12-18T22:44:12.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-12-18T22:44:12.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-12-18T22:44:13.064Z Compiling cfg_aliases v0.1.1
23572024-12-18T22:44:13.066Z Compiling vte_generate_state_changes v0.1.2
23582024-12-18T22:44:13.066Z Checking fd-lock v4.0.2
23592024-12-18T22:44:13.181Z Checking nibble_vec v0.1.0
23602024-12-18T22:44:13.184Z Checking bytecount v0.6.8
23612024-12-18T22:44:13.185Z Checking endian-type v0.1.2
23622024-12-18T22:44:13.190Z Compiling tabled_derive v0.7.0
23632024-12-18T22:44:13.227Z Compiling peg-macros v0.8.4
23642024-12-18T22:44:13.242Z Compiling nix v0.28.0
23652024-12-18T22:44:13.313Z Checking papergrid v0.11.0
23662024-12-18T22:44:13.356Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23672024-12-18T22:44:13.410Z Checking radix_trie v0.2.1
23682024-12-18T22:44:13.728Z Compiling sqlparser_derive v0.2.2
23692024-12-18T22:44:13.750Z Checking vte v0.11.1
23702024-12-18T22:44:13.809Z Checking unicode_categories v0.1.1
23712024-12-18T22:44:14.126Z Checking home v0.5.9
23722024-12-18T22:44:14.284Z Checking nu-ansi-term v0.50.1
23732024-12-18T22:44:14.493Z Checking sqlformat v0.2.6
23742024-12-18T22:44:14.679Z Checking display-error-chain v0.2.2
23752024-12-18T22:44:14.839Z Checking sqlparser v0.45.0
23762024-12-18T22:44:15.160Z Checking strip-ansi-escapes v0.2.0
23772024-12-18T22:44:15.317Z Checking reedline v0.35.0
23782024-12-18T22:44:15.523Z Checking tabled v0.15.0
23792024-12-18T22:44:16.122Z Checking peg v0.8.4
23802024-12-18T22:44:16.414Z Checking rustyline v14.0.0
23812024-12-18T22:44:25.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.12s
23822024-12-18T22:44:25.710Z
23832024-12-18T22:44:25.710Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23842024-12-18T22:44:26.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-12-18T22:44:26.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-12-18T22:44:26.382Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-12-18T22:44:31.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
23882024-12-18T22:44:31.669Z
23892024-12-18T22:44:31.669Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23902024-12-18T22:44:32.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-18T22:44:32.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-18T22:44:32.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-18T22:44:36.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
23942024-12-18T22:44:36.393Z
23952024-12-18T22:44:36.393Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23962024-12-18T22:44:36.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-18T22:44:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-18T22:44:37.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-18T22:44:41.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24002024-12-18T22:44:42.103Z
24012024-12-18T22:44:42.103Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
24022024-12-18T22:44:42.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-18T22:44:42.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-18T22:44:42.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-18T22:44:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
24062024-12-18T22:44:47.836Z
24072024-12-18T22:44:47.836Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24082024-12-18T22:44:48.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-18T22:44:48.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-18T22:44:48.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-18T22:44:52.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
24122024-12-18T22:44:52.760Z
24132024-12-18T22:44:52.760Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24142024-12-18T22:44:53.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-18T22:44:53.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-18T22:44:53.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-18T22:44:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
24182024-12-18T22:44:57.727Z
24192024-12-18T22:44:57.727Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24202024-12-18T22:44:58.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-18T22:44:58.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-18T22:44:58.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-12-18T22:45:03.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
24242024-12-18T22:45:03.651Z
24252024-12-18T22:45:03.651Zinfo: running `cargo check --bins` on oximeter (46/173)
24262024-12-18T22:45:04.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-18T22:45:04.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-18T22:45:04.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-12-18T22:45:04.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24302024-12-18T22:45:04.322Z
24312024-12-18T22:45:04.322Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24322024-12-18T22:45:04.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-18T22:45:04.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-18T22:45:04.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-12-18T22:45:04.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24362024-12-18T22:45:04.950Z
24372024-12-18T22:45:04.950Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24382024-12-18T22:45:05.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-18T22:45:05.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-18T22:45:05.595Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412024-12-18T22:45:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24422024-12-18T22:45:06.212Z
24432024-12-18T22:45:06.212Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24442024-12-18T22:45:06.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-18T22:45:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-18T22:45:06.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-18T22:45:06.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24482024-12-18T22:45:06.847Z
24492024-12-18T22:45:06.847Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24502024-12-18T22:45:07.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-18T22:45:07.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-18T22:45:07.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-18T22:45:07.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24542024-12-18T22:45:07.505Z
24552024-12-18T22:45:07.505Zinfo: running `cargo check --bins` on oxql-types (51/173)
24562024-12-18T22:45:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-18T22:45:08.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-18T22:45:08.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-18T22:45:08.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24602024-12-18T22:45:08.155Z
24612024-12-18T22:45:08.155Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24622024-12-18T22:45:08.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-18T22:45:08.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-18T22:45:08.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-18T22:45:08.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24662024-12-18T22:45:08.817Z
24672024-12-18T22:45:08.817Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24682024-12-18T22:45:09.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-18T22:45:09.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-18T22:45:09.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-18T22:45:09.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24722024-12-18T22:45:09.460Z
24732024-12-18T22:45:09.460Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24742024-12-18T22:45:10.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-18T22:45:10.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-18T22:45:10.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-18T22:45:10.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24782024-12-18T22:45:10.124Z
24792024-12-18T22:45:10.124Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24802024-12-18T22:45:10.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-18T22:45:10.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-18T22:45:10.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-18T22:45:10.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24842024-12-18T22:45:10.772Z
24852024-12-18T22:45:10.772Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24862024-12-18T22:45:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-18T22:45:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-18T22:45:11.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-18T22:45:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902024-12-18T22:45:11.409Z
24912024-12-18T22:45:11.409Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24922024-12-18T22:45:11.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-18T22:45:11.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-18T22:45:11.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-18T22:45:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24962024-12-18T22:45:12.050Z
24972024-12-18T22:45:12.050Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24982024-12-18T22:45:12.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-18T22:45:12.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-18T22:45:12.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-18T22:45:12.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25022024-12-18T22:45:12.682Z
25032024-12-18T22:45:12.682Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25042024-12-18T22:45:13.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-18T22:45:13.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-18T22:45:13.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-18T22:45:13.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25082024-12-18T22:45:13.349Z
25092024-12-18T22:45:13.349Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25102024-12-18T22:45:13.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-18T22:45:13.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-18T22:45:13.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-18T22:45:13.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25142024-12-18T22:45:13.979Z
25152024-12-18T22:45:13.980Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25162024-12-18T22:45:14.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-18T22:45:14.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-18T22:45:14.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-18T22:45:14.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-12-18T22:45:14.608Z
25212024-12-18T22:45:14.608Zinfo: running `cargo check --bins` on dpd-client (62/173)
25222024-12-18T22:45:15.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-18T22:45:15.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-18T22:45:15.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-18T22:45:15.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25262024-12-18T22:45:15.237Z
25272024-12-18T22:45:15.237Zinfo: running `cargo check --bins` on gateway-client (63/173)
25282024-12-18T22:45:15.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-18T22:45:15.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-18T22:45:15.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-18T22:45:15.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25322024-12-18T22:45:15.865Z
25332024-12-18T22:45:15.865Zinfo: running `cargo check --bins` on installinator-client (64/173)
25342024-12-18T22:45:16.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-18T22:45:16.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-18T22:45:16.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-18T22:45:16.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25382024-12-18T22:45:16.516Z
25392024-12-18T22:45:16.516Zinfo: running `cargo check --bins` on installinator-common (65/173)
25402024-12-18T22:45:17.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-18T22:45:17.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-18T22:45:17.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-18T22:45:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25442024-12-18T22:45:17.176Z
25452024-12-18T22:45:17.176Zinfo: running `cargo check --bins` on update-engine (66/173)
25462024-12-18T22:45:17.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-18T22:45:17.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-18T22:45:17.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-18T22:45:17.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25502024-12-18T22:45:17.808Z
25512024-12-18T22:45:17.808Zinfo: running `cargo check --bins` on nexus-client (67/173)
25522024-12-18T22:45:18.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-18T22:45:18.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-18T22:45:18.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-18T22:45:18.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25562024-12-18T22:45:18.465Z
25572024-12-18T22:45:18.465Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25582024-12-18T22:45:19.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-18T22:45:19.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-18T22:45:19.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-18T22:45:19.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25622024-12-18T22:45:19.113Z
25632024-12-18T22:45:19.113Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25642024-12-18T22:45:19.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-18T22:45:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-18T22:45:19.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-18T22:45:19.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25682024-12-18T22:45:19.741Z
25692024-12-18T22:45:19.741Zinfo: running `cargo check --bins` on nexus-types (70/173)
25702024-12-18T22:45:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-18T22:45:20.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-18T22:45:20.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-18T22:45:20.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25742024-12-18T22:45:20.400Z
25752024-12-18T22:45:20.400Zinfo: running `cargo check --bins` on oxide-client (71/173)
25762024-12-18T22:45:20.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-18T22:45:20.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-18T22:45:20.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-18T22:45:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25802024-12-18T22:45:21.013Z
25812024-12-18T22:45:21.013Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25822024-12-18T22:45:21.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-18T22:45:21.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-18T22:45:21.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-18T22:45:21.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862024-12-18T22:45:21.640Z
25872024-12-18T22:45:21.640Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25882024-12-18T22:45:22.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-18T22:45:22.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-18T22:45:22.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-18T22:45:22.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25922024-12-18T22:45:22.255Z
25932024-12-18T22:45:22.255Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25942024-12-18T22:45:22.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-18T22:45:22.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-18T22:45:22.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-18T22:45:22.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25982024-12-18T22:45:22.902Z
25992024-12-18T22:45:22.903Zinfo: running `cargo check --bins` on wicketd-client (75/173)
26002024-12-18T22:45:23.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-18T22:45:23.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-18T22:45:23.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-18T22:45:23.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26042024-12-18T22:45:23.574Z
26052024-12-18T22:45:23.574Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26062024-12-18T22:45:24.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-18T22:45:24.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-18T22:45:24.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-18T22:45:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26102024-12-18T22:45:24.236Z
26112024-12-18T22:45:24.236Zinfo: running `cargo check --bins` on wicket-common (77/173)
26122024-12-18T22:45:24.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-18T22:45:24.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-18T22:45:24.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-12-18T22:45:24.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26162024-12-18T22:45:24.888Z
26172024-12-18T22:45:24.888Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26182024-12-18T22:45:25.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-12-18T22:45:25.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-12-18T22:45:25.552Z Checking csv-core v0.1.11
26212024-12-18T22:45:25.552Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26222024-12-18T22:45:25.555Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26232024-12-18T22:45:25.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26242024-12-18T22:45:25.888Z Checking csv v1.3.0
26252024-12-18T22:45:26.454Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262024-12-18T22:45:26.809Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26272024-12-18T22:45:28.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
26282024-12-18T22:45:28.263Z
26292024-12-18T22:45:28.263Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26302024-12-18T22:45:28.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-12-18T22:45:28.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-12-18T22:45:28.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-12-18T22:45:28.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342024-12-18T22:45:28.897Z
26352024-12-18T22:45:28.897Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26362024-12-18T22:45:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-18T22:45:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-18T22:45:29.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-18T22:45:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26402024-12-18T22:45:29.539Z
26412024-12-18T22:45:29.539Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26422024-12-18T22:45:30.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-18T22:45:30.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-18T22:45:30.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-18T22:45:30.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26462024-12-18T22:45:30.280Z
26472024-12-18T22:45:30.280Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26482024-12-18T22:45:30.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-18T22:45:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-18T22:45:30.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-12-18T22:45:30.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26522024-12-18T22:45:31.009Z
26532024-12-18T22:45:31.009Zinfo: running `cargo check --bins` on dns-server (83/173)
26542024-12-18T22:45:31.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-12-18T22:45:31.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-12-18T22:45:31.657Z Compiling parking_lot_core v0.8.6
26572024-12-18T22:45:31.657Z Checking fxhash v0.2.1
26582024-12-18T22:45:31.660Z Checking hickory-server v0.24.1
26592024-12-18T22:45:31.660Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26602024-12-18T22:45:31.660Z Checking hickory-client v0.24.1
26612024-12-18T22:45:32.350Z Checking parking_lot v0.11.2
26622024-12-18T22:45:32.477Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26632024-12-18T22:45:32.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26642024-12-18T22:45:32.595Z Checking sled v0.34.7
26652024-12-18T22:45:34.413Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26662024-12-18T22:45:35.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
26672024-12-18T22:45:35.881Z
26682024-12-18T22:45:35.881Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26692024-12-18T22:45:36.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-18T22:45:36.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-18T22:45:36.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-12-18T22:45:36.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26732024-12-18T22:45:36.507Z
26742024-12-18T22:45:36.507Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26752024-12-18T22:45:37.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-18T22:45:37.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-18T22:45:37.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-18T22:45:37.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26792024-12-18T22:45:37.189Z
26802024-12-18T22:45:37.189Zinfo: running `cargo check --bins` on gateway-types (86/173)
26812024-12-18T22:45:37.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-18T22:45:37.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-18T22:45:37.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-18T22:45:37.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26852024-12-18T22:45:37.830Z
26862024-12-18T22:45:37.830Zinfo: running `cargo check --bins` on ipcc (87/173)
26872024-12-18T22:45:38.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-18T22:45:38.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-18T22:45:38.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-12-18T22:45:38.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26912024-12-18T22:45:38.466Z
26922024-12-18T22:45:38.466Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26932024-12-18T22:45:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-12-18T22:45:39.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-12-18T22:45:39.172Z Compiling radium v0.7.0
26962024-12-18T22:45:39.172Z Compiling semver v0.1.20
26972024-12-18T22:45:39.176Z Compiling maybe-uninit v2.0.0
26982024-12-18T22:45:39.176Z Checking tap v1.0.1
26992024-12-18T22:45:39.312Z Checking password-hash v0.5.0
27002024-12-18T22:45:39.315Z Checking blake2 v0.10.6
27012024-12-18T22:45:39.315Z Compiling cancel-safe-futures v0.1.5
27022024-12-18T22:45:39.315Z Checking funty v2.0.0
27032024-12-18T22:45:39.456Z Checking wyz v0.5.1
27042024-12-18T22:45:39.691Z Compiling rustc_version v0.1.7
27052024-12-18T22:45:39.760Z Checking crc-catalog v2.4.0
27062024-12-18T22:45:39.778Z Compiling owo-colors v4.1.0
27072024-12-18T22:45:39.825Z Compiling packed_struct v0.10.1
27082024-12-18T22:45:39.860Z Checking argon2 v0.5.3
27092024-12-18T22:45:39.893Z Checking crc v3.2.1
27102024-12-18T22:45:40.002Z Compiling packed_struct_codegen v0.10.1
27112024-12-18T22:45:40.093Z Checking half v2.4.1
27122024-12-18T22:45:40.183Z Compiling indexmap v1.9.3
27132024-12-18T22:45:40.200Z Compiling newtype_derive v0.1.6
27142024-12-18T22:45:40.242Z Checking bitvec v1.0.1
27152024-12-18T22:45:40.291Z Checking ciborium-io v0.2.2
27162024-12-18T22:45:40.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27172024-12-18T22:45:40.414Z Checking nodrop v0.1.14
27182024-12-18T22:45:40.527Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27192024-12-18T22:45:40.544Z Checking array-init v0.0.4
27202024-12-18T22:45:40.577Z Checking ciborium-ll v0.2.2
27212024-12-18T22:45:40.629Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27222024-12-18T22:45:40.828Z Checking smallvec v0.6.14
27232024-12-18T22:45:40.881Z Checking libsw v3.3.1
27242024-12-18T22:45:41.092Z Compiling memoffset v0.9.1
27252024-12-18T22:45:41.160Z Checking hashbrown v0.12.3
27262024-12-18T22:45:41.246Z Checking linear-map v1.2.0
27272024-12-18T22:45:41.359Z Checking bitfield v0.14.0
27282024-12-18T22:45:41.397Z Checking indent_write v2.2.0
27292024-12-18T22:45:41.554Z Checking termcolor v1.4.1
27302024-12-18T22:45:41.593Z Checking swrite v0.1.0
27312024-12-18T22:45:41.613Z Checking ron v0.8.1
27322024-12-18T22:45:41.628Z Checking serde-hex v0.1.0
27332024-12-18T22:45:41.868Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27342024-12-18T22:45:42.009Z Checking env_logger v0.10.2
27352024-12-18T22:45:42.377Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27362024-12-18T22:45:42.412Z Checking ciborium v0.2.2
27372024-12-18T22:45:42.890Z Checking steno v0.4.1
27382024-12-18T22:45:42.925Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-12-18T22:45:43.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27402024-12-18T22:45:43.400Z Checking hashbrown v0.13.2
27412024-12-18T22:45:43.588Z Checking humantime v2.1.0
27422024-12-18T22:45:43.901Z Checking crc-any v2.5.0
27432024-12-18T22:45:44.284Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27442024-12-18T22:45:44.493Z Checking object v0.30.4
27452024-12-18T22:45:44.638Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27462024-12-18T22:45:44.848Z Checking path-slash v0.1.5
27472024-12-18T22:45:45.039Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482024-12-18T22:45:45.057Z Checking nix v0.27.1
27492024-12-18T22:45:45.080Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27502024-12-18T22:45:45.281Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27512024-12-18T22:45:45.484Z Checking tungstenite v0.23.0
27522024-12-18T22:45:45.556Z Checking kstat-rs v0.2.4
27532024-12-18T22:45:45.634Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27542024-12-18T22:45:45.800Z Checking signal-hook-tokio v0.3.1
27552024-12-18T22:45:45.905Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27562024-12-18T22:45:46.315Z Checking tokio-tungstenite v0.23.1
27572024-12-18T22:45:46.557Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27582024-12-18T22:45:47.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27592024-12-18T22:45:48.062Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27602024-12-18T22:45:53.717Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27612024-12-18T22:45:55.033Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27622024-12-18T22:45:58.594Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27632024-12-18T22:46:04.401Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642024-12-18T22:46:05.112Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652024-12-18T22:46:07.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.52s
27662024-12-18T22:46:08.185Z
27672024-12-18T22:46:08.185Zinfo: running `cargo check --bins` on gateway-api (89/173)
27682024-12-18T22:46:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-12-18T22:46:08.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-12-18T22:46:08.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-12-18T22:46:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27722024-12-18T22:46:08.820Z
27732024-12-18T22:46:08.821Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27742024-12-18T22:46:09.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-18T22:46:09.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-18T22:46:09.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-18T22:46:09.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27782024-12-18T22:46:09.440Z
27792024-12-18T22:46:09.440Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27802024-12-18T22:46:10.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-18T22:46:10.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-18T22:46:10.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-18T22:46:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27842024-12-18T22:46:10.092Z
27852024-12-18T22:46:10.092Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27862024-12-18T22:46:10.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-18T22:46:10.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-18T22:46:10.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-18T22:46:10.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27902024-12-18T22:46:10.734Z
27912024-12-18T22:46:10.734Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27922024-12-18T22:46:11.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-18T22:46:11.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-18T22:46:11.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-18T22:46:11.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27962024-12-18T22:46:11.362Z
27972024-12-18T22:46:11.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27982024-12-18T22:46:11.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-18T22:46:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-18T22:46:11.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-18T22:46:11.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-12-18T22:46:11.999Z
28032024-12-18T22:46:11.999Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28042024-12-18T22:46:12.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-18T22:46:12.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-18T22:46:12.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-18T22:46:12.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-12-18T22:46:12.633Z
28092024-12-18T22:46:12.633Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28102024-12-18T22:46:13.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-18T22:46:13.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-18T22:46:13.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-18T22:46:13.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28142024-12-18T22:46:13.276Z
28152024-12-18T22:46:13.276Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28162024-12-18T22:46:13.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-18T22:46:13.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-18T22:46:13.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-18T22:46:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28202024-12-18T22:46:13.942Z
28212024-12-18T22:46:13.942Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28222024-12-18T22:46:14.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-18T22:46:14.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-18T22:46:14.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-12-18T22:46:14.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28262024-12-18T22:46:14.581Z
28272024-12-18T22:46:14.581Zinfo: running `cargo check --bins` on sp-sim (99/173)
28282024-12-18T22:46:15.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-18T22:46:15.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-18T22:46:15.232Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28312024-12-18T22:46:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
28322024-12-18T22:46:17.317Z
28332024-12-18T22:46:17.317Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28342024-12-18T22:46:17.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-18T22:46:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-18T22:46:17.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-12-18T22:46:17.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28382024-12-18T22:46:18.006Z
28392024-12-18T22:46:18.006Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28402024-12-18T22:46:18.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-18T22:46:18.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-18T22:46:18.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-18T22:46:18.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28442024-12-18T22:46:18.693Z
28452024-12-18T22:46:18.693Zinfo: running `cargo check --bins` on db-macros (102/173)
28462024-12-18T22:46:19.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-18T22:46:19.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-18T22:46:19.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-18T22:46:19.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28502024-12-18T22:46:19.322Z
28512024-12-18T22:46:19.322Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28522024-12-18T22:46:19.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-18T22:46:19.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-18T22:46:19.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-18T22:46:19.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28562024-12-18T22:46:19.959Z
28572024-12-18T22:46:19.959Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28582024-12-18T22:46:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-18T22:46:20.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-18T22:46:20.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-18T22:46:20.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28622024-12-18T22:46:20.627Z
28632024-12-18T22:46:20.627Zinfo: running `cargo check --bins` on authz-macros (105/173)
28642024-12-18T22:46:21.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-18T22:46:21.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-18T22:46:21.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-18T22:46:21.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28682024-12-18T22:46:21.244Z
28692024-12-18T22:46:21.244Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28702024-12-18T22:46:21.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-18T22:46:21.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-18T22:46:21.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-18T22:46:21.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28742024-12-18T22:46:21.912Z
28752024-12-18T22:46:21.912Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28762024-12-18T22:46:22.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-18T22:46:22.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-18T22:46:22.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-18T22:46:22.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28802024-12-18T22:46:22.581Z
28812024-12-18T22:46:22.581Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28822024-12-18T22:46:23.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-18T22:46:23.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-18T22:46:23.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-18T22:46:23.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28862024-12-18T22:46:23.217Z
28872024-12-18T22:46:23.217Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28882024-12-18T22:46:23.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-18T22:46:23.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-18T22:46:23.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-18T22:46:23.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28922024-12-18T22:46:23.884Z
28932024-12-18T22:46:23.884Zinfo: running `cargo check --bins` on typed-rng (110/173)
28942024-12-18T22:46:24.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-18T22:46:24.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-18T22:46:24.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-12-18T22:46:24.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982024-12-18T22:46:24.504Z
28992024-12-18T22:46:24.504Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
29002024-12-18T22:46:25.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-12-18T22:46:25.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-12-18T22:46:25.263Z Checking keccak v0.1.5
29032024-12-18T22:46:25.373Z Checking secrecy v0.8.0
29042024-12-18T22:46:25.375Z Compiling unicase v2.7.0
29052024-12-18T22:46:25.375Z Compiling same-file v1.0.6
29062024-12-18T22:46:25.385Z Compiling tempfile v3.13.0
29072024-12-18T22:46:25.423Z Compiling thiserror-impl-no-std v2.0.2
29082024-12-18T22:46:25.429Z Checking universal-hash v0.5.1
29092024-12-18T22:46:25.429Z Compiling blake3 v1.5.4
29102024-12-18T22:46:25.566Z Compiling walkdir v2.5.0
29112024-12-18T22:46:25.645Z Checking sha3 v0.10.8
29122024-12-18T22:46:25.647Z Compiling ring v0.16.20
29132024-12-18T22:46:25.675Z Checking opaque-debug v0.3.1
29142024-12-18T22:46:25.806Z Checking poly1305 v0.8.0
29152024-12-18T22:46:25.829Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29162024-12-18T22:46:26.063Z Checking chacha20 v0.9.1
29172024-12-18T22:46:26.123Z Checking aead v0.5.2
29182024-12-18T22:46:26.259Z Compiling memmap2 v0.9.5
29192024-12-18T22:46:26.299Z Compiling salty v0.3.0
29202024-12-18T22:46:26.337Z Compiling arrayref v0.3.9
29212024-12-18T22:46:26.355Z Compiling arrayvec v0.7.6
29222024-12-18T22:46:26.410Z Compiling constant_time_eq v0.3.1
29232024-12-18T22:46:26.447Z Compiling libefi-sys v0.1.0
29242024-12-18T22:46:26.593Z Compiling spin v0.5.2
29252024-12-18T22:46:26.695Z Checking chacha20poly1305 v0.10.1
29262024-12-18T22:46:26.793Z Compiling toolchain_find v0.4.0
29272024-12-18T22:46:26.825Z Compiling camino-tempfile v1.1.1
29282024-12-18T22:46:26.841Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29292024-12-18T22:46:26.862Z Compiling bitfield-struct v0.6.2
29302024-12-18T22:46:27.191Z Compiling topological-sort v0.2.2
29312024-12-18T22:46:27.275Z Compiling mime_guess v2.0.5
29322024-12-18T22:46:27.352Z Compiling rustfmt-wrapper v0.2.1
29332024-12-18T22:46:27.825Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29342024-12-18T22:46:27.926Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29352024-12-18T22:46:27.964Z Checking primeorder v0.13.6
29362024-12-18T22:46:28.021Z Checking env_filter v0.1.2
29372024-12-18T22:46:28.218Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-18T22:46:28.256Z Checking env_logger v0.11.5
29392024-12-18T22:46:28.352Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-12-18T22:46:28.426Z Checking p384 v0.13.0
29412024-12-18T22:46:28.567Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-12-18T22:46:28.585Z Checking thiserror-no-std v2.0.2
29432024-12-18T22:46:28.588Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29442024-12-18T22:46:28.703Z Checking vsss-rs v3.3.4
29452024-12-18T22:46:28.841Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29462024-12-18T22:46:28.871Z Compiling zip v2.1.3
29472024-12-18T22:46:28.915Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482024-12-18T22:46:29.207Z Checking http-range v0.1.5
29492024-12-18T22:46:29.240Z Checking simd-adler32 v0.3.7
29502024-12-18T22:46:29.275Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29512024-12-18T22:46:29.400Z Checking lockfree-object-pool v0.1.6
29522024-12-18T22:46:29.431Z Checking bumpalo v3.16.0
29532024-12-18T22:46:29.555Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29542024-12-18T22:46:29.597Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29552024-12-18T22:46:29.666Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29562024-12-18T22:46:29.774Z Checking zopfli v0.8.1
29572024-12-18T22:46:29.854Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29582024-12-18T22:46:30.300Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29592024-12-18T22:46:30.346Z Checking nanorand v0.7.0
29602024-12-18T22:46:30.393Z Checking atty v0.2.14
29612024-12-18T22:46:30.468Z Checking glob v0.3.1
29622024-12-18T22:46:30.531Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-18T22:46:30.708Z Checking flume v0.11.1
29642024-12-18T22:46:31.103Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29652024-12-18T22:46:31.229Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29662024-12-18T22:46:31.486Z Compiling omicron-zone-package v0.11.1
29672024-12-18T22:46:31.922Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29682024-12-18T22:46:32.304Z Checking hyper-staticfile v0.10.1
29692024-12-18T22:46:32.846Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29702024-12-18T22:46:33.028Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29712024-12-18T22:46:33.158Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29722024-12-18T22:46:33.250Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29732024-12-18T22:46:33.359Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29742024-12-18T22:46:33.874Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29752024-12-18T22:46:34.365Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29762024-12-18T22:46:34.703Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29772024-12-18T22:46:35.853Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29782024-12-18T22:46:37.588Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29792024-12-18T22:46:37.591Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29802024-12-18T22:46:48.044Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-12-18T22:47:02.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s
29822024-12-18T22:47:02.212Z
29832024-12-18T22:47:02.212Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29842024-12-18T22:47:02.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-12-18T22:47:02.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-12-18T22:47:02.962Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-12-18T22:47:16.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
29882024-12-18T22:47:17.041Z
29892024-12-18T22:47:17.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29902024-12-18T22:47:17.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-12-18T22:47:17.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-12-18T22:47:17.793Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-12-18T22:47:31.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
29942024-12-18T22:47:32.032Z
29952024-12-18T22:47:32.032Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29962024-12-18T22:47:32.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-12-18T22:47:32.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-12-18T22:47:32.794Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-12-18T22:47:46.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
30002024-12-18T22:47:46.951Z
30012024-12-18T22:47:46.951Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
30022024-12-18T22:47:47.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-12-18T22:47:47.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-12-18T22:47:47.714Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-18T22:48:01.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
30062024-12-18T22:48:01.990Z
30072024-12-18T22:48:01.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30082024-12-18T22:48:02.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-18T22:48:02.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-18T22:48:02.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-18T22:48:16.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
30122024-12-18T22:48:17.002Z
30132024-12-18T22:48:17.003Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30142024-12-18T22:48:17.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-18T22:48:17.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-18T22:48:17.766Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-18T22:48:31.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
30182024-12-18T22:48:31.975Z
30192024-12-18T22:48:31.975Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30202024-12-18T22:48:32.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-18T22:48:32.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-18T22:48:32.725Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30232024-12-18T22:48:46.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s
30242024-12-18T22:48:47.153Z
30252024-12-18T22:48:47.153Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30262024-12-18T22:48:47.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-18T22:48:47.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-18T22:48:47.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-12-18T22:48:47.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30302024-12-18T22:48:47.825Z
30312024-12-18T22:48:47.825Zinfo: running `cargo check --bins` on key-manager (120/173)
30322024-12-18T22:48:48.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-18T22:48:48.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-18T22:48:48.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-12-18T22:48:48.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30362024-12-18T22:48:48.458Z
30372024-12-18T22:48:48.458Zinfo: running `cargo check --bins` on range-requests (121/173)
30382024-12-18T22:48:49.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-18T22:48:49.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-18T22:48:49.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-12-18T22:48:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30422024-12-18T22:48:49.091Z
30432024-12-18T22:48:49.091Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30442024-12-18T22:48:49.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-18T22:48:49.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-18T22:48:49.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-12-18T22:48:49.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30482024-12-18T22:48:49.729Z
30492024-12-18T22:48:49.729Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30502024-12-18T22:48:50.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-18T22:48:50.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-18T22:48:50.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-18T22:48:50.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30542024-12-18T22:48:50.402Z
30552024-12-18T22:48:50.402Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30562024-12-18T22:48:50.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-18T22:48:50.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-18T22:48:50.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-18T22:48:50.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30602024-12-18T22:48:51.053Z
30612024-12-18T22:48:51.053Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30622024-12-18T22:48:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-18T22:48:51.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-18T22:48:51.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-18T22:48:51.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30662024-12-18T22:48:51.713Z
30672024-12-18T22:48:51.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30682024-12-18T22:48:52.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-18T22:48:52.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-18T22:48:52.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-18T22:48:52.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30722024-12-18T22:48:52.377Z
30732024-12-18T22:48:52.377Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30742024-12-18T22:48:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-18T22:48:52.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-18T22:48:52.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-18T22:48:52.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30782024-12-18T22:48:53.053Z
30792024-12-18T22:48:53.053Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30802024-12-18T22:48:53.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-18T22:48:53.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-18T22:48:53.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-12-18T22:48:53.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30842024-12-18T22:48:53.730Z
30852024-12-18T22:48:53.732Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30862024-12-18T22:48:54.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-12-18T22:48:54.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-12-18T22:48:55.434Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30892024-12-18T22:48:55.435Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30902024-12-18T22:48:55.438Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30912024-12-18T22:48:57.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
30922024-12-18T22:48:57.574Z
30932024-12-18T22:48:57.574Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30942024-12-18T22:48:58.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-18T22:48:58.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-18T22:48:58.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972024-12-18T22:48:58.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30982024-12-18T22:48:58.213Z
30992024-12-18T22:48:58.213Zinfo: running `cargo check --bins` on cert-dev (131/173)
31002024-12-18T22:48:58.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-18T22:48:58.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-18T22:48:58.843Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31032024-12-18T22:48:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31042024-12-18T22:48:59.289Z
31052024-12-18T22:48:59.289Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31062024-12-18T22:48:59.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-12-18T22:48:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-12-18T22:48:59.990Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31092024-12-18T22:48:59.990Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31102024-12-18T22:49:00.587Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31112024-12-18T22:49:00.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
31122024-12-18T22:49:01.147Z
31132024-12-18T22:49:01.147Zinfo: running `cargo check --bins` on ch-dev (133/173)
31142024-12-18T22:49:01.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-18T22:49:01.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-18T22:49:01.819Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31172024-12-18T22:49:02.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31182024-12-18T22:49:02.726Z
31192024-12-18T22:49:02.726Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31202024-12-18T22:49:03.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-18T22:49:03.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-18T22:49:03.406Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31232024-12-18T22:49:03.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31242024-12-18T22:49:03.968Z
31252024-12-18T22:49:03.968Zinfo: running `cargo check --bins` on db-dev (135/173)
31262024-12-18T22:49:04.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-18T22:49:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-18T22:49:04.642Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31292024-12-18T22:49:05.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
31302024-12-18T22:49:05.583Z
31312024-12-18T22:49:05.583Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31322024-12-18T22:49:06.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-12-18T22:49:06.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-12-18T22:49:06.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352024-12-18T22:49:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31362024-12-18T22:49:06.240Z
31372024-12-18T22:49:06.240Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31382024-12-18T22:49:06.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-12-18T22:49:06.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-12-18T22:49:06.871Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31412024-12-18T22:49:07.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
31422024-12-18T22:49:07.943Z
31432024-12-18T22:49:07.943Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31442024-12-18T22:49:08.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-12-18T22:49:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-12-18T22:49:08.582Z Checking cargo-platform v0.1.8
31472024-12-18T22:49:08.856Z Checking cargo_metadata v0.18.1
31482024-12-18T22:49:09.887Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31492024-12-18T22:49:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
31502024-12-18T22:49:10.824Z
31512024-12-18T22:49:10.824Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31522024-12-18T22:49:11.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-18T22:49:11.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-18T22:49:11.560Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31552024-12-18T22:49:12.299Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31562024-12-18T22:49:12.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
31572024-12-18T22:49:13.076Z
31582024-12-18T22:49:13.076Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31592024-12-18T22:49:13.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-12-18T22:49:13.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-12-18T22:49:13.889Z Compiling crunchy v0.2.2
31622024-12-18T22:49:13.890Z Compiling tiny-keccak v2.0.2
31632024-12-18T22:49:13.892Z Compiling dsl_auto_type v0.1.2
31642024-12-18T22:49:13.892Z Checking scheduled-thread-pool v0.2.7
31652024-12-18T22:49:13.892Z Compiling diesel_table_macro_syntax v0.2.0
31662024-12-18T22:49:13.892Z Compiling ascii-canvas v3.0.0
31672024-12-18T22:49:13.892Z Compiling ena v0.14.3
31682024-12-18T22:49:13.892Z Compiling diff v0.1.13
31692024-12-18T22:49:14.334Z Compiling regex-syntax v0.6.29
31702024-12-18T22:49:14.396Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31712024-12-18T22:49:14.475Z Compiling ref-cast v1.0.23
31722024-12-18T22:49:14.593Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31732024-12-18T22:49:14.611Z Compiling derive_builder_core v0.20.2
31742024-12-18T22:49:14.703Z Compiling libxml v0.3.3
31752024-12-18T22:49:14.863Z Compiling ref-cast-impl v1.0.23
31762024-12-18T22:49:15.026Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31772024-12-18T22:49:15.116Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31782024-12-18T22:49:15.303Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31792024-12-18T22:49:15.498Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31802024-12-18T22:49:15.545Z Checking r2d2 v0.8.10
31812024-12-18T22:49:15.576Z Compiling diesel_derives v2.2.3
31822024-12-18T22:49:15.578Z Compiling strum_macros v0.24.3
31832024-12-18T22:49:15.846Z Compiling samael v0.0.17
31842024-12-18T22:49:15.882Z Compiling indoc v1.0.9
31852024-12-18T22:49:16.824Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31862024-12-18T22:49:17.064Z Compiling derive_builder_macro v0.20.2
31872024-12-18T22:49:17.104Z Compiling oso-derive v0.27.3
31882024-12-18T22:49:17.682Z Compiling lalrpop v0.19.12
31892024-12-18T22:49:17.965Z Checking derive_builder v0.20.2
31902024-12-18T22:49:18.121Z Compiling impl-trait-for-tuples v0.2.2
31912024-12-18T22:49:18.165Z Checking quick-xml v0.33.0
31922024-12-18T22:49:18.621Z Compiling diesel-dtrace v0.4.0
31932024-12-18T22:49:18.910Z Checking maplit v1.0.2
31942024-12-18T22:49:19.214Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31952024-12-18T22:49:19.377Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962024-12-18T22:49:19.676Z Checking bb8 v0.8.5
31972024-12-18T22:49:20.246Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31982024-12-18T22:49:20.273Z Checking castaway v0.2.3
31992024-12-18T22:49:20.396Z Checking rand_seeder v0.3.0
32002024-12-18T22:49:20.443Z Checking compact_str v0.8.0
32012024-12-18T22:49:20.568Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32022024-12-18T22:49:20.631Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32032024-12-18T22:49:20.831Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32042024-12-18T22:49:20.976Z Checking unicode-truncate v1.1.0
32052024-12-18T22:49:21.220Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32062024-12-18T22:49:21.378Z Checking lru v0.12.5
32072024-12-18T22:49:21.507Z Compiling instability v0.3.2
32082024-12-18T22:49:21.694Z Checking unicode-linebreak v0.1.5
32092024-12-18T22:49:22.131Z Checking cassowary v0.3.0
32102024-12-18T22:49:22.319Z Checking smawk v0.3.2
32112024-12-18T22:49:22.521Z Checking is_ci v1.2.0
32122024-12-18T22:49:22.538Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32132024-12-18T22:49:22.542Z Checking textwrap v0.16.1
32142024-12-18T22:49:22.623Z Checking ratatui v0.28.1
32152024-12-18T22:49:22.657Z Checking supports-color v3.0.1
32162024-12-18T22:49:22.874Z Checking multimap v0.10.0
32172024-12-18T22:49:25.833Z Checking diesel v2.2.6
32182024-12-18T22:49:51.971Z Compiling polar-core v0.27.3
32192024-12-18T22:49:55.850Z Checking async-bb8-diesel v0.2.1
32202024-12-18T22:49:59.549Z Checking oso v0.27.3
32212024-12-18T22:51:09.952Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222024-12-18T22:51:16.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32232024-12-18T22:51:16.449Z
32242024-12-18T22:51:16.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32252024-12-18T22:51:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-12-18T22:51:17.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-12-18T22:51:17.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-12-18T22:51:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32292024-12-18T22:51:17.149Z
32302024-12-18T22:51:17.149Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32312024-12-18T22:51:17.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-12-18T22:51:17.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-12-18T22:51:17.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-12-18T22:51:17.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32352024-12-18T22:51:17.840Z
32362024-12-18T22:51:17.841Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32372024-12-18T22:51:18.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-12-18T22:51:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-12-18T22:51:18.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402024-12-18T22:51:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32412024-12-18T22:51:18.463Z
32422024-12-18T22:51:18.463Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32432024-12-18T22:51:19.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-12-18T22:51:19.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-12-18T22:51:19.271Z Compiling libz-sys v1.1.20
32462024-12-18T22:51:19.385Z Compiling libgit2-sys v0.17.0+1.8.1
32472024-12-18T22:51:19.398Z Compiling vergen v8.3.2
32482024-12-18T22:51:19.401Z Compiling cargo-platform v0.1.8
32492024-12-18T22:51:19.401Z Compiling pin-project-internal v1.1.6
32502024-12-18T22:51:19.435Z Compiling libsqlite3-sys v0.30.1
32512024-12-18T22:51:19.438Z Compiling snafu-derive v0.8.5
32522024-12-18T22:51:19.438Z Compiling buf-list v1.0.3
32532024-12-18T22:51:19.730Z Compiling rustls v0.21.12
32542024-12-18T22:51:19.944Z Compiling cargo_metadata v0.18.1
32552024-12-18T22:51:19.966Z Compiling cfg_aliases v0.2.1
32562024-12-18T22:51:20.092Z Compiling nix v0.29.0
32572024-12-18T22:51:20.136Z Checking globset v0.4.15
32582024-12-18T22:51:20.191Z Checking olpc-cjson v0.1.4
32592024-12-18T22:51:20.339Z Checking rustls-webpki v0.101.7
32602024-12-18T22:51:20.416Z Checking sct v0.7.1
32612024-12-18T22:51:20.620Z Checking serde_plain v1.0.2
32622024-12-18T22:51:20.639Z Checking typed-path v0.9.3
32632024-12-18T22:51:21.175Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32642024-12-18T22:51:21.680Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32652024-12-18T22:51:21.686Z Checking hashlink v0.9.1
32662024-12-18T22:51:21.715Z Checking fallible-iterator v0.3.0
32672024-12-18T22:51:22.060Z Checking parse-size v1.1.0
32682024-12-18T22:51:22.247Z Checking fallible-streaming-iterator v0.1.9
32692024-12-18T22:51:22.420Z Checking pin-project v1.1.6
32702024-12-18T22:51:22.496Z Checking rusqlite v0.32.1
32712024-12-18T22:51:22.546Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32722024-12-18T22:51:22.689Z Checking rustls-pemfile v1.0.4
32732024-12-18T22:51:22.846Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32742024-12-18T22:51:22.871Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752024-12-18T22:51:23.152Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32762024-12-18T22:51:23.513Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32772024-12-18T22:51:23.579Z Checking twox-hash v1.6.3
32782024-12-18T22:51:23.642Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32792024-12-18T22:51:24.126Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32802024-12-18T22:51:24.145Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812024-12-18T22:51:24.448Z Checking tokio-rustls v0.24.1
32822024-12-18T22:51:24.602Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32832024-12-18T22:51:24.723Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32842024-12-18T22:51:24.823Z Checking fatfs v0.3.6
32852024-12-18T22:51:25.081Z Checking snafu v0.8.5
32862024-12-18T22:51:25.598Z Checking tough v0.19.0
32872024-12-18T22:51:25.621Z Checking assert_matches v1.5.0
32882024-12-18T22:51:29.784Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32892024-12-18T22:51:31.158Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32902024-12-18T22:51:31.924Z Compiling git2 v0.19.0
32912024-12-18T22:51:36.773Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32922024-12-18T22:52:31.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
32932024-12-18T22:52:31.686Z
32942024-12-18T22:52:31.686Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32952024-12-18T22:52:32.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-12-18T22:52:32.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-12-18T22:52:32.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-12-18T22:52:32.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32992024-12-18T22:52:32.394Z
33002024-12-18T22:52:32.394Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
33012024-12-18T22:52:32.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-12-18T22:52:32.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-12-18T22:52:32.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-12-18T22:52:32.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33052024-12-18T22:52:33.019Z
33062024-12-18T22:52:33.019Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33072024-12-18T22:52:33.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-12-18T22:52:33.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-12-18T22:52:33.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-12-18T22:52:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33112024-12-18T22:52:33.685Z
33122024-12-18T22:52:33.685Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33132024-12-18T22:52:34.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-12-18T22:52:34.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-12-18T22:52:34.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-12-18T22:52:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33172024-12-18T22:52:34.382Z
33182024-12-18T22:52:34.382Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33192024-12-18T22:52:34.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-18T22:52:34.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-18T22:52:34.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-18T22:52:34.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33232024-12-18T22:52:35.066Z
33242024-12-18T22:52:35.066Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33252024-12-18T22:52:35.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-18T22:52:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-18T22:52:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-18T22:52:35.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33292024-12-18T22:52:35.741Z
33302024-12-18T22:52:35.741Zinfo: running `cargo check --bins` on update-common (151/173)
33312024-12-18T22:52:36.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-18T22:52:36.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-18T22:52:36.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-18T22:52:36.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33352024-12-18T22:52:36.399Z
33362024-12-18T22:52:36.399Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33372024-12-18T22:52:36.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-18T22:52:36.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-18T22:52:36.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402024-12-18T22:52:36.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33412024-12-18T22:52:37.052Z
33422024-12-18T22:52:37.052Zinfo: running `cargo check --bins` on tufaceous (153/173)
33432024-12-18T22:52:37.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-18T22:52:37.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-18T22:52:37.748Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33462024-12-18T22:52:38.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
33472024-12-18T22:52:38.925Z
33482024-12-18T22:52:38.925Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33492024-12-18T22:52:39.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-12-18T22:52:39.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-12-18T22:52:39.801Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33522024-12-18T22:52:39.922Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33532024-12-18T22:52:39.922Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542024-12-18T22:52:39.925Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33552024-12-18T22:53:06.841Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33562024-12-18T22:53:06.843Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33572024-12-18T22:53:06.843Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33582024-12-18T22:53:06.844Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33592024-12-18T22:53:06.844Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33602024-12-18T22:53:07.796Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33612024-12-18T22:53:09.099Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33622024-12-18T22:53:49.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33632024-12-18T22:53:49.730Z
33642024-12-18T22:53:49.730Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33652024-12-18T22:53:50.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-12-18T22:53:50.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-12-18T22:53:50.457Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33682024-12-18T22:53:50.457Z Checking heck v0.4.1
33692024-12-18T22:53:50.462Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33702024-12-18T22:53:50.706Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33712024-12-18T22:53:52.152Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33722024-12-18T22:53:53.075Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33732024-12-18T22:53:54.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
33742024-12-18T22:53:54.382Z
33752024-12-18T22:53:54.382Zinfo: running `cargo check --bins` on installinator-api (156/173)
33762024-12-18T22:53:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-18T22:53:54.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-18T22:53:54.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-12-18T22:53:54.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33802024-12-18T22:53:55.036Z
33812024-12-18T22:53:55.037Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33822024-12-18T22:53:55.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-18T22:53:55.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-18T22:53:55.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852024-12-18T22:53:55.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33862024-12-18T22:53:55.690Z
33872024-12-18T22:53:55.690Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33882024-12-18T22:53:56.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-18T22:53:56.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-18T22:53:56.381Z Compiling petname v2.0.2
33912024-12-18T22:53:56.385Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33922024-12-18T22:53:56.386Z Checking sync-ptr v0.1.1
33932024-12-18T22:53:57.826Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33942024-12-18T22:53:59.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
33952024-12-18T22:53:59.612Z
33962024-12-18T22:53:59.613Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33972024-12-18T22:54:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-12-18T22:54:00.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-12-18T22:54:00.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002024-12-18T22:54:00.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34012024-12-18T22:54:00.282Z
34022024-12-18T22:54:00.282Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34032024-12-18T22:54:00.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-12-18T22:54:00.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-12-18T22:54:00.952Z Checking memmap2 v0.9.5
34062024-12-18T22:54:00.952Z Checking arrayvec v0.7.6
34072024-12-18T22:54:00.959Z Checking spin v0.5.2
34082024-12-18T22:54:00.959Z Checking constant_time_eq v0.3.1
34092024-12-18T22:54:00.959Z Checking arrayref v0.3.9
34102024-12-18T22:54:00.959Z Checking topological-sort v0.2.2
34112024-12-18T22:54:00.959Z Checking shell-words v1.1.0
34122024-12-18T22:54:01.234Z Checking ring v0.16.20
34132024-12-18T22:54:01.342Z Checking blake3 v1.5.4
34142024-12-18T22:54:04.672Z Checking omicron-zone-package v0.11.1
34152024-12-18T22:54:04.672Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34162024-12-18T22:54:04.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
34172024-12-18T22:54:04.719Z
34182024-12-18T22:54:04.719Zinfo: running `cargo check --bins` on xtask (161/173)
34192024-12-18T22:54:05.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202024-12-18T22:54:05.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212024-12-18T22:54:05.110Z Checking bitflags v2.6.0
34222024-12-18T22:54:05.113Z Checking serde v1.0.215
34232024-12-18T22:54:05.113Z Checking thiserror v1.0.69
34242024-12-18T22:54:05.197Z Checking scroll v0.12.0
34252024-12-18T22:54:05.213Z Checking hashbrown v0.15.1
34262024-12-18T22:54:05.216Z Checking log v0.4.22
34272024-12-18T22:54:05.216Z Checking zerocopy v0.7.35
34282024-12-18T22:54:05.251Z Checking syn v2.0.87
34292024-12-18T22:54:05.294Z Checking pest v2.7.14
34302024-12-18T22:54:05.426Z Checking rustix v0.38.37
34312024-12-18T22:54:05.483Z Checking once_cell v1.20.2
34322024-12-18T22:54:05.671Z Checking goblin v0.8.2
34332024-12-18T22:54:05.786Z Checking fs-err v2.11.0
34342024-12-18T22:54:06.117Z Checking anyhow v1.0.93
34352024-12-18T22:54:06.282Z Checking indexmap v2.6.0
34362024-12-18T22:54:06.489Z Checking tabled v0.15.0
34372024-12-18T22:54:07.460Z Checking terminal_size v0.4.0
34382024-12-18T22:54:07.462Z Checking tempfile v3.13.0
34392024-12-18T22:54:07.563Z Checking dtrace-parser v0.2.0
34402024-12-18T22:54:07.625Z Checking clap_builder v4.5.21
34412024-12-18T22:54:09.699Z Checking serde_json v1.0.132
34422024-12-18T22:54:09.699Z Checking toml_datetime v0.6.8
34432024-12-18T22:54:09.703Z Checking serde_spanned v0.6.8
34442024-12-18T22:54:09.703Z Checking camino v1.1.9
34452024-12-18T22:54:09.703Z Checking semver v1.0.23
34462024-12-18T22:54:09.703Z Checking cargo-platform v0.1.8
34472024-12-18T22:54:09.767Z Checking macaddr v1.0.1
34482024-12-18T22:54:09.968Z Checking toml_edit v0.22.22
34492024-12-18T22:54:10.257Z Checking camino-tempfile v1.1.1
34502024-12-18T22:54:10.342Z Checking clap v4.5.21
34512024-12-18T22:54:10.910Z Checking dof v0.3.0
34522024-12-18T22:54:10.910Z Checking cargo_metadata v0.18.1
34532024-12-18T22:54:11.330Z Checking usdt-impl v0.5.0
34542024-12-18T22:54:11.694Z Checking usdt v0.5.0
34552024-12-18T22:54:11.777Z Checking toml v0.8.19
34562024-12-18T22:54:12.263Z Checking cargo_toml v0.20.5
34572024-12-18T22:54:13.484Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34582024-12-18T22:54:14.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s
34592024-12-18T22:54:14.220Z
34602024-12-18T22:54:14.220Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34612024-12-18T22:54:14.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622024-12-18T22:54:14.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632024-12-18T22:54:15.007Z Checking polyval v0.6.2
34642024-12-18T22:54:15.122Z Checking ctr v0.9.2
34652024-12-18T22:54:15.135Z Checking ssh-encoding v0.2.0
34662024-12-18T22:54:15.137Z Checking blowfish v0.9.1
34672024-12-18T22:54:15.161Z Checking password-hash v0.4.2
34682024-12-18T22:54:15.164Z Checking matches v0.1.10
34692024-12-18T22:54:15.195Z Checking p256 v0.13.2
34702024-12-18T22:54:15.197Z Checking p521 v0.13.3
34712024-12-18T22:54:15.266Z Checking idna v0.2.3
34722024-12-18T22:54:15.346Z Checking ghash v0.5.1
34732024-12-18T22:54:15.375Z Checking bcrypt-pbkdf v0.10.0
34742024-12-18T22:54:15.387Z Compiling enum-as-inner v0.5.1
34752024-12-18T22:54:15.464Z Checking russh-cryptovec v0.7.3
34762024-12-18T22:54:15.513Z Checking aes-gcm v0.10.3
34772024-12-18T22:54:15.558Z Checking pbkdf2 v0.11.0
34782024-12-18T22:54:15.618Z Checking md5 v0.7.0
34792024-12-18T22:54:15.666Z Checking num-bigint v0.4.6
34802024-12-18T22:54:15.695Z Checking des v0.8.1
34812024-12-18T22:54:15.748Z Checking ssh-cipher v0.2.0
34822024-12-18T22:54:15.841Z Compiling dhcproto-macros v0.1.0
34832024-12-18T22:54:15.903Z Checking hex-literal v0.4.1
34842024-12-18T22:54:15.961Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34852024-12-18T22:54:16.043Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34862024-12-18T22:54:16.062Z Checking ssh-key v0.6.6
34872024-12-18T22:54:16.140Z Checking internet-checksum v0.2.1
34882024-12-18T22:54:16.414Z Checking trust-dns-proto v0.22.0
34892024-12-18T22:54:17.393Z Checking russh-keys v0.45.0
34902024-12-18T22:54:18.357Z Checking russh v0.45.0
34912024-12-18T22:54:19.038Z Checking dhcproto v0.12.0
34922024-12-18T22:54:36.670Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34932024-12-18T22:54:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.92s
34942024-12-18T22:54:38.352Z
34952024-12-18T22:54:38.352Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34962024-12-18T22:54:38.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-12-18T22:54:38.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-12-18T22:54:39.010Z Checking termios v0.3.3
34992024-12-18T22:54:39.233Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35002024-12-18T22:54:40.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
35012024-12-18T22:54:40.217Z
35022024-12-18T22:54:40.217Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35032024-12-18T22:54:40.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-12-18T22:54:40.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-12-18T22:54:40.928Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35062024-12-18T22:54:43.041Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35072024-12-18T22:54:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
35082024-12-18T22:54:45.175Z
35092024-12-18T22:54:45.175Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35102024-12-18T22:54:45.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-12-18T22:54:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-12-18T22:54:45.830Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35132024-12-18T22:54:46.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35142024-12-18T22:54:46.494Z
35152024-12-18T22:54:46.494Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35162024-12-18T22:54:47.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-18T22:54:47.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-18T22:54:47.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-12-18T22:54:47.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202024-12-18T22:54:47.120Z
35212024-12-18T22:54:47.120Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35222024-12-18T22:54:47.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-18T22:54:47.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-18T22:54:47.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252024-12-18T22:54:47.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262024-12-18T22:54:47.760Z
35272024-12-18T22:54:47.760Zinfo: running `cargo check --bins` on omicron-package (168/173)
35282024-12-18T22:54:48.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-18T22:54:48.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-18T22:54:48.453Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35312024-12-18T22:54:49.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
35322024-12-18T22:54:49.977Z
35332024-12-18T22:54:49.978Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35342024-12-18T22:54:50.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-12-18T22:54:50.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-12-18T22:54:50.721Z Checking rtoolbox v0.0.2
35372024-12-18T22:54:50.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35382024-12-18T22:54:50.724Z Checking tui-tree-widget v0.22.0
35392024-12-18T22:54:50.948Z Checking rpassword v7.3.1
35402024-12-18T22:54:55.127Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35412024-12-18T22:54:58.242Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35422024-12-18T22:54:59.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s
35432024-12-18T22:54:59.720Z
35442024-12-18T22:54:59.720Zinfo: running `cargo check --bins` on wicket (170/173)
35452024-12-18T22:55:00.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-18T22:55:00.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-18T22:55:00.450Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35482024-12-18T22:55:00.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35492024-12-18T22:55:01.088Z
35502024-12-18T22:55:01.089Zinfo: running `cargo check --bins` on wicketd (171/173)
35512024-12-18T22:55:01.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-18T22:55:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-18T22:55:01.832Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35542024-12-18T22:55:05.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
35552024-12-18T22:55:06.143Z
35562024-12-18T22:55:06.143Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35572024-12-18T22:55:06.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-18T22:55:06.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-18T22:55:06.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602024-12-18T22:55:06.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612024-12-18T22:55:06.772Z
35622024-12-18T22:55:06.772Zinfo: running `cargo check --bins` on zone-setup (173/173)
35632024-12-18T22:55:07.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642024-12-18T22:55:07.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652024-12-18T22:55:07.526Z Checking uzers v0.12.1
35662024-12-18T22:55:07.877Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35672024-12-18T22:55:09.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
35682024-12-18T22:55:09.284Z
35692024-12-18T22:55:09.284Zreal 13:18.571099931
35702024-12-18T22:55:09.284Zuser 24:46.419847482
35712024-12-18T22:55:09.284Zsys 5:29.816661699
35722024-12-18T22:55:09.284Ztrap 0.488428797
35732024-12-18T22:55:09.284Ztflt 2.377025037
35742024-12-18T22:55:09.284Zdflt 3.307496035
35752024-12-18T22:55:09.284Zkflt 0.000837903
35762024-12-18T22:55:09.287Zlock 47:49.023197589
35772024-12-18T22:55:09.287Zslp 2:09:11.110930892
35782024-12-18T22:55:09.287Zlat 1:01.687293117
35792024-12-18T22:55:09.287Zstop 3:29.025097431
35802024-12-18T22:55:09.287Zprocess exited: duration 1138555 ms, exit code 0
 
35812024-12-18T22:55:09.294Zfound 0 output files