01JF9QRT363ENS333XCKKRN03T: 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: 01JF9QS3DGFSCME421HJHH7BBA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-17T07:20:28.342Zjob assigned to worker 01JF9QSC5X4F6J3QE5PFJHMGAQ [factory aws, i-03d2f9f802eb650ae] (queued for 52 s)
 
22024-12-17T07:20:36.324Zstarting task 0: "setup"
32024-12-17T07:20:36.334Z++ uname -s
42024-12-17T07:20:36.337Z+ kern=SunOS
52024-12-17T07:20:36.337Z+ case "$kern" in
62024-12-17T07:20:36.338Z+ groupadd -g 12345 build
72024-12-17T07:20:36.342Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-17T07:20:38.346Z+ zfs create -o mountpoint=/work rpool/work
92024-12-17T07:20:38.466Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-17T07:20:38.468Z+ home_fs=zfs
112024-12-17T07:20:38.468Z+ [[ zfs == autofs ]]
122024-12-17T07:20:38.468Z+ mkdir -p /home/build
132024-12-17T07:20:38.472Z+ chown build:build /home/build /work
142024-12-17T07:20:40.473Z+ chmod 0700 /home/build /work
152024-12-17T07:20:40.476Zprocess exited: duration 4153 ms, exit code 0
 
162024-12-17T07:20:40.482Zstarting task 1: "rust-toolchain"
172024-12-17T07:20:40.487Z+ printf ' * toolchain channel = "%s"
182024-12-17T07:20:40.487Z' 1.81.0
192024-12-17T07:20:40.487Z * toolchain channel = "1.81.0"
202024-12-17T07:20:40.487Z+ printf ' * toolchain profile = "%s"
212024-12-17T07:20:40.488Z' default
222024-12-17T07:20:40.488Z * toolchain profile = "default"
232024-12-17T07:20:40.490Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-17T07:20:40.490Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-17T07:20:40.787Zinfo: downloading installer
262024-12-17T07:20:42.250Zinfo: profile set to 'default'
272024-12-17T07:20:42.250Zinfo: default host triple is x86_64-unknown-illumos
282024-12-17T07:20:42.253Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-17T07:20:42.391Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-17T07:20:42.391Zinfo: downloading component 'cargo'
312024-12-17T07:20:43.137Zinfo: downloading component 'clippy'
322024-12-17T07:20:43.418Zinfo: downloading component 'rust-docs'
332024-12-17T07:20:44.460Zinfo: downloading component 'rust-std'
342024-12-17T07:20:46.100Zinfo: downloading component 'rustc'
352024-12-17T07:20:52.020Zinfo: downloading component 'rustfmt'
362024-12-17T07:20:52.235Zinfo: installing component 'cargo'
372024-12-17T07:20:53.022Zinfo: installing component 'clippy'
382024-12-17T07:20:53.377Zinfo: installing component 'rust-docs'
392024-12-17T07:20:54.904Zinfo: installing component 'rust-std'
402024-12-17T07:20:56.683Zinfo: installing component 'rustc'
412024-12-17T07:21:02.292Zinfo: installing component 'rustfmt'
422024-12-17T07:21:02.613Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-17T07:21:02.613Z
442024-12-17T07:21:02.978Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-17T07:21:02.978Z
462024-12-17T07:21:02.981Z
472024-12-17T07:21:02.981ZRust is installed now. Great!
482024-12-17T07:21:02.981Z
492024-12-17T07:21:02.981ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-17T07:21:02.981Zenvironment variable. This has not been done automatically.
512024-12-17T07:21:02.981Z
522024-12-17T07:21:02.981ZTo configure your current shell, you need to source
532024-12-17T07:21:02.981Zthe corresponding env file under $HOME/.cargo.
542024-12-17T07:21:02.981Z
552024-12-17T07:21:02.981ZThis is usually done by running one of the following (note the leading DOT):
562024-12-17T07:21:02.981Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-17T07:21:02.981Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-17T07:21:03.050Z+ rustc --version
592024-12-17T07:21:03.116Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-17T07:21:03.119Zprocess exited: duration 22634 ms, exit code 0
 
612024-12-17T07:21:03.124Zstarting task 2: "authentication"
622024-12-17T07:21:03.145Zprocess exited: duration 21 ms, exit code 0
 
632024-12-17T07:21:03.151Zstarting task 3: "clone repository"
642024-12-17T07:21:03.156Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-17T07:21:03.159Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-17T07:21:03.203ZCloning into '/work/oxidecomputer/omicron'...
672024-12-17T07:21:10.027Z+ cd /work/oxidecomputer/omicron
682024-12-17T07:21:10.030Z+ git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
692024-12-17T07:21:10.821ZFrom https://github.com/oxidecomputer/omicron
702024-12-17T07:21:10.822Z * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD
712024-12-17T07:21:10.832Z+ [[ -n eliza/dropshot-1180 ]]
722024-12-17T07:21:10.835Z++ git branch --show-current
732024-12-17T07:21:10.838Z+ current=main
742024-12-17T07:21:10.838Z+ [[ main != eliza/dropshot-1180 ]]
752024-12-17T07:21:10.838Z+ git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
762024-12-17T07:21:10.840Z+ git checkout -f eliza/dropshot-1180
772024-12-17T07:21:11.013ZSwitched to branch 'eliza/dropshot-1180'
782024-12-17T07:21:11.017Z+ git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6
792024-12-17T07:21:11.049ZHEAD is now at fb10fadb3 fix mupdate
802024-12-17T07:21:11.052Zprocess exited: duration 7898 ms, exit code 0
 
812024-12-17T07:21:11.058Zstarting task 4: "build"
822024-12-17T07:21:11.063Z+ source .github/buildomat/ci-env.sh
832024-12-17T07:21:11.063Z++ export CARGO_TERM_COLOR=always
842024-12-17T07:21:11.066Z++ CARGO_TERM_COLOR=always
852024-12-17T07:21:11.066Z+ cargo --version
862024-12-17T07:21:11.121Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-17T07:21:11.123Z+ rustc --version
882024-12-17T07:21:11.182Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-17T07:21:11.185Z+ source ./env.sh
902024-12-17T07:21:11.185Z++ OLD_SHELL_OPTS=ehxB
912024-12-17T07:21:11.185Z++ set -o xtrace
922024-12-17T07:21:11.188Z++++ dirname ./env.sh
932024-12-17T07:21:11.191Z+++ readlink -f .
942024-12-17T07:21:11.193Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-17T07:21:11.193Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ 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-17T07:21:11.194Z++ case $OLD_SHELL_OPTS in
1042024-12-17T07:21:11.194Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-17T07:21:11.194Z+ 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-17T07:21:11.194Z+ 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-17T07:21:11.194Z+ banner prerequisites
1082024-12-17T07:21:11.197Z
1092024-12-17T07:21:11.197Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-17T07:21:11.197Z # # # # # # # # # # # # # # #
1112024-12-17T07:21:11.197Z # # # # ##### # # ##### # # # # # #### #
1122024-12-17T07:21:11.197Z ##### ##### # ##### # # # # # # # # #
1132024-12-17T07:21:11.197Z # # # # # # # # # # # # # # #
1142024-12-17T07:21:11.197Z # # # ###### # # ###### ### # #### # #### #
1152024-12-17T07:21:11.197Z
1162024-12-17T07:21:11.197Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-17T07:21:17.590Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-17T07:21:21.358Z Startup: Caching catalogs ... Done
1192024-12-17T07:21:31.764ZPlanning: Solver setup ... Done (9.560s)
1202024-12-17T07:21:31.896ZPlanning: Running solver ... Done (0.133s)
1212024-12-17T07:21:32.000ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-17T07:21:32.029ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-17T07:21:32.647ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-17T07:21:32.745ZPlanning: Package planning ... Done (0.097s)
1252024-12-17T07:21:32.801ZPlanning: Merging actions ... Done (0.056s)
1262024-12-17T07:21:32.995ZPlanning: Checking for conflicting actions ... Done (0.194s)
1272024-12-17T07:21:35.150ZPlanning: Consolidating action changes ... Done (2.155s)
1282024-12-17T07:21:35.586ZPlanning: Evaluating mediators ... Done (0.436s)
1292024-12-17T07:21:35.666ZPlanning: Planning completed in 14.21 seconds
1302024-12-17T07:21:35.682Z Packages to install: 4
1312024-12-17T07:21:35.683Z Packages to update: 1
1322024-12-17T07:21:35.686Z Mediators to change: 2
1332024-12-17T07:21:35.686Z Services to change: 1
1342024-12-17T07:21:35.686Z Estimated space available: 155.63 GB
1352024-12-17T07:21:35.686ZEstimated space to be consumed: 1.61 GB
1362024-12-17T07:21:35.686Z Create boot environment: No
1372024-12-17T07:21:35.686ZCreate backup boot environment: Yes
1382024-12-17T07:21:35.686Z Rebuild boot archive: No
1392024-12-17T07:21:35.686Z
1402024-12-17T07:21:35.686ZChanged mediators:
1412024-12-17T07:21:35.687Z mediator clang:
1422024-12-17T07:21:35.687Z version: None -> 15 (system default)
1432024-12-17T07:21:35.687Z
1442024-12-17T07:21:35.687Z mediator llvm:
1452024-12-17T07:21:35.687Z version: 14 (system default) -> 15 (system default)
1462024-12-17T07:21:35.687Z
1472024-12-17T07:21:35.687ZChanged packages:
1482024-12-17T07:21:35.687Zhelios-dev
1492024-12-17T07:21:35.687Z developer/build-essential
1502024-12-17T07:21:35.687Z None -> 11-2.0
1512024-12-17T07:21:35.687Z library/libxmlsec1
1522024-12-17T07:21:35.687Z None -> 1.2.35-2.0
1532024-12-17T07:21:35.687Z ooce/developer/clang-15
1542024-12-17T07:21:35.687Z None -> 15.0.7-2.0
1552024-12-17T07:21:35.687Z ooce/developer/llvm-15
1562024-12-17T07:21:35.687Z None -> 15.0.7-2.0
1572024-12-17T07:21:35.687Z package/pkg
1582024-12-17T07:21:35.687Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-17T07:21:35.687Z
1602024-12-17T07:21:35.689ZServices:
1612024-12-17T07:21:35.689Z restart_fmri:
1622024-12-17T07:21:35.689Z svc:/system/update-man-index:default
1632024-12-17T07:21:35.689Z
1642024-12-17T07:21:35.689ZEditable files to change:
1652024-12-17T07:21:35.689Z Update:
1662024-12-17T07:21:35.689Z usr/share/lib/pkg/web/config.shtml
1672024-12-17T07:21:35.767Z
1682024-12-17T07:21:35.767ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-17T07:21:40.769ZDownload: 1085/4281 items 19.6/220.6MB 8% complete (4.0M/s)
1702024-12-17T07:21:45.776ZDownload: 1481/4281 items 117.0/220.6MB 53% complete (11.9M/s)
1712024-12-17T07:21:50.779ZDownload: 2295/4281 items 119.6/220.6MB 54% complete (10.0M/s)
1722024-12-17T07:21:55.780ZDownload: 3115/4281 items 130.2/220.6MB 59% complete (1.2M/s)
1732024-12-17T07:22:02.930ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1742024-12-17T07:22:07.932ZDownload: 3357/4281 items 213.0/220.6MB 96% complete (2.8M/s)
1752024-12-17T07:22:13.440ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (2.4M/s)
1762024-12-17T07:22:13.550ZDownload: Completed 220.60 MB in 37.78 seconds (5.8M/s)
1772024-12-17T07:22:14.614Z Actions: 1/5063 actions (Removing old actions)
1782024-12-17T07:22:14.636Z Actions: 194/5063 actions (Installing new actions)
1792024-12-17T07:22:19.301Z Actions: 4226/5063 actions (Updating modified actions)
1802024-12-17T07:22:19.614Z Actions: Completed 5063 actions in 5.00 seconds.
1812024-12-17T07:22:20.007Z Done (0.384s)
1822024-12-17T07:22:20.010Z Done (0.000s)
1832024-12-17T07:22:20.572Z Done (0.564s)
1842024-12-17T07:22:24.959Z Done (4.164s)
1852024-12-17T07:22:25.046Z Done (0.018s)
1862024-12-17T07:22:25.049Z Done (0.000s)
1872024-12-17T07:22:25.227Z Done (0.000s)
1882024-12-17T07:22:25.909ZPlanning: Evaluating mediator changes ... Done
1892024-12-17T07:22:26.072ZPlanning: Checking for conflicting actions ... Done
1902024-12-17T07:22:26.075ZPlanning: Consolidating action changes ... Done
1912024-12-17T07:22:26.336ZPlanning: Evaluating mediators ... Done
1922024-12-17T07:22:26.339ZPlanning: Planning completed in 0.43 seconds
1932024-12-17T07:22:26.376Z Mediators to change: 2
1942024-12-17T07:22:26.376Z Create boot environment: No
1952024-12-17T07:22:26.379ZCreate backup boot environment: No
1962024-12-17T07:22:26.479Z Done
1972024-12-17T07:22:26.479Z Done
1982024-12-17T07:22:26.860Z Done
1992024-12-17T07:22:30.457Z Done
2002024-12-17T07:22:30.548Z Done
2012024-12-17T07:22:30.559Z Done
2022024-12-17T07:22:30.668Z Done
2032024-12-17T07:22:31.299ZPlanning: Evaluating mediator changes ... Done
2042024-12-17T07:22:31.301ZPlanning: Merging actions ... Done
2052024-12-17T07:22:31.489ZPlanning: Checking for conflicting actions ... Done
2062024-12-17T07:22:31.493ZPlanning: Consolidating action changes ... Done
2072024-12-17T07:22:31.764ZPlanning: Evaluating mediators ... Done
2082024-12-17T07:22:31.820ZPlanning: Planning completed in 0.77 seconds
2092024-12-17T07:22:31.860Z Packages to change: 1
2102024-12-17T07:22:31.860Z Mediators to change: 1
2112024-12-17T07:22:31.863Z Services to change: 1
2122024-12-17T07:22:31.863Z Create boot environment: No
2132024-12-17T07:22:31.863ZCreate backup boot environment: Yes
2142024-12-17T07:22:34.055Z Actions: 1/6 actions (Updating modified actions)
2152024-12-17T07:22:34.059Z Actions: Completed 6 actions in 0.00 seconds.
2162024-12-17T07:22:34.059Z Done
2172024-12-17T07:22:34.059Z Done
2182024-12-17T07:22:34.171Z Done
2192024-12-17T07:22:37.781Z Done
2202024-12-17T07:22:37.870Z Done
2212024-12-17T07:22:37.872Z Done
2222024-12-17T07:22:38.004Z Done
2232024-12-17T07:22:38.440ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-12-17T07:22:38.440Zclang system 15 system
2252024-12-17T07:22:38.440Zcsh system system illumos
2262024-12-17T07:22:38.440Zctags system system illumos
2272024-12-17T07:22:38.440Zgcc vendor 12 vendor
2282024-12-17T07:22:38.440Zgcc system 10 system
2292024-12-17T07:22:38.440Zgcc system 7 system
2302024-12-17T07:22:38.440Zgo system 1.20 system
2312024-12-17T07:22:38.440Zgo system 1.19 system
2322024-12-17T07:22:38.440Zllvm system 15 system
2332024-12-17T07:22:38.440Zllvm system 14 system
2342024-12-17T07:22:38.440Zmariadb system 10.6 system
2352024-12-17T07:22:38.440Zmta vendor vendor dma
2362024-12-17T07:22:38.440Zopenjdk system 17 system
2372024-12-17T07:22:38.440Zopenjdk system 11 system
2382024-12-17T07:22:38.440Zopenjdk system 1.8 system
2392024-12-17T07:22:38.440Zopenssl vendor 3 vendor
2402024-12-17T07:22:38.440Zperl system 5.36 system
2412024-12-17T07:22:38.440Zpostgresql system 15 system
2422024-12-17T07:22:38.440Zpostgresql system 13 system
2432024-12-17T07:22:38.440Zpython vendor 3 vendor
2442024-12-17T07:22:38.440Zpython system 2 system
2452024-12-17T07:22:38.440Zpython3 system 3.11 system
2462024-12-17T07:22:38.440Zruby system 3.0 system
2472024-12-17T07:22:38.440Zwords vendor vendor american-english
2482024-12-17T07:22:38.440Zwords system system australian-english
2492024-12-17T07:22:38.440Zwords system system british-english
2502024-12-17T07:22:38.440Zwords system system canadian-english
2512024-12-17T07:22:38.440Zwords system system french
2522024-12-17T07:22:38.440Zwords system system italian
2532024-12-17T07:22:38.440Zwords system system ngerman
2542024-12-17T07:22:38.440Zwords system system ogerman
2552024-12-17T07:22:38.440Zwords system system spanish
2562024-12-17T07:22:38.769ZPUBLISHER TYPE STATUS P LOCATION
2572024-12-17T07:22:38.769Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-12-17T07:22:41.486ZFMRI IFO
2592024-12-17T07:22:41.486Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-12-17T07:22:41.486Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-12-17T07:22:41.487Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-12-17T07:22:41.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-12-17T07:22:41.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-12-17T07:22:41.487Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-12-17T07:22:41.487Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-12-17T07:22:41.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-12-17T07:22:41.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-12-17T07:22:41.487Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-12-17T07:22:41.487Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-12-17T07:22:41.487Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-12-17T07:22:41.487Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-12-17T07:22:41.487Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-12-17T07:22:41.487Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-12-17T07:22:42.308Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-12-17T07:22:42.910Z Updating crates.io index
2762024-12-17T07:22:42.995Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-12-17T07:22:43.821Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-12-17T07:22:44.366Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-12-17T07:22:44.897Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-12-17T07:22:45.323Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-12-17T07:22:46.522Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-12-17T07:22:48.231Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-12-17T07:22:49.164Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-12-17T07:22:50.133Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-12-17T07:22:50.715Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-12-17T07:22:51.247Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-12-17T07:22:52.045Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-12-17T07:22:52.623Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-12-17T07:22:53.080Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-12-17T07:22:53.412Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-12-17T07:22:53.829Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-12-17T07:22:54.332Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-12-17T07:22:54.812Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-12-17T07:22:55.362Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-12-17T07:22:55.879Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-12-17T07:22:56.502Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-12-17T07:22:57.195Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-12-17T07:22:57.802Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-12-17T07:22:58.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-12-17T07:22:59.207Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-12-17T07:23:00.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-12-17T07:23:00.795Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-12-17T07:23:01.870Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-12-17T07:23:04.031Z Downloading crates ...
3052024-12-17T07:23:04.129Z Downloaded anstream v0.6.15
3062024-12-17T07:23:04.145Z Downloaded camino-tempfile v1.1.1
3072024-12-17T07:23:04.148Z Downloaded clap_builder v4.5.21
3082024-12-17T07:23:04.154Z Downloaded equivalent v1.0.1
3092024-12-17T07:23:04.157Z Downloaded clap_lex v0.7.2
3102024-12-17T07:23:04.157Z Downloaded anstyle-parse v0.2.5
3112024-12-17T07:23:04.160Z Downloaded anyhow v1.0.93
3122024-12-17T07:23:04.163Z Downloaded errno v0.3.9
3132024-12-17T07:23:04.163Z Downloaded dtrace-parser v0.2.0
3142024-12-17T07:23:04.163Z Downloaded clap_derive v4.5.18
3152024-12-17T07:23:04.165Z Downloaded cpufeatures v0.2.14
3162024-12-17T07:23:04.168Z Downloaded block-buffer v0.10.4
3172024-12-17T07:23:04.168Z Downloaded anstyle v1.0.10
3182024-12-17T07:23:04.168Z Downloaded camino v1.1.9
3192024-12-17T07:23:04.172Z Downloaded bytecount v0.6.8
3202024-12-17T07:23:04.174Z Downloaded clap v4.5.21
3212024-12-17T07:23:04.179Z Downloaded fnv v1.0.7
3222024-12-17T07:23:04.182Z Downloaded autocfg v1.4.0
3232024-12-17T07:23:04.182Z Downloaded digest v0.10.7
3242024-12-17T07:23:04.184Z Downloaded bitflags v2.6.0
3252024-12-17T07:23:04.187Z Downloaded fs-err v2.11.0
3262024-12-17T07:23:04.190Z Downloaded cargo_metadata v0.18.1
3272024-12-17T07:23:04.190Z Downloaded byteorder v1.5.0
3282024-12-17T07:23:04.193Z Downloaded cargo_toml v0.20.5
3292024-12-17T07:23:04.193Z Downloaded fastrand v2.1.1
3302024-12-17T07:23:04.196Z Downloaded dof v0.3.0
3312024-12-17T07:23:04.196Z Downloaded crypto-common v0.1.6
3322024-12-17T07:23:04.196Z Downloaded colorchoice v1.0.2
3332024-12-17T07:23:04.196Z Downloaded cfg-if v1.0.0
3342024-12-17T07:23:04.199Z Downloaded cargo-platform v0.1.8
3352024-12-17T07:23:04.199Z Downloaded anstyle-query v1.1.1
3362024-12-17T07:23:04.205Z Downloaded goblin v0.8.2
3372024-12-17T07:23:04.210Z Downloaded pest_derive v2.7.14
3382024-12-17T07:23:04.214Z Downloaded textwrap v0.16.1
3392024-12-17T07:23:04.217Z Downloaded heck v0.4.1
3402024-12-17T07:23:04.219Z Downloaded pretty-hex v0.4.1
3412024-12-17T07:23:04.222Z Downloaded sha2 v0.10.8
3422024-12-17T07:23:04.222Z Downloaded ryu v1.0.18
3432024-12-17T07:23:04.241Z Downloaded swrite v0.1.0
3442024-12-17T07:23:04.250Z Downloaded usdt-macro v0.5.0
3452024-12-17T07:23:04.253Z Downloaded scroll_derive v0.12.0
3462024-12-17T07:23:04.253Z Downloaded usdt-attr-macro v0.5.0
3472024-12-17T07:23:04.256Z Downloaded thread-id v4.2.2
3482024-12-17T07:23:04.256Z Downloaded serde_tokenstream v0.2.2
3492024-12-17T07:23:04.256Z Downloaded serde_spanned v0.6.8
3502024-12-17T07:23:04.259Z Downloaded thiserror v1.0.69
3512024-12-17T07:23:04.262Z Downloaded strsim v0.11.1
3522024-12-17T07:23:04.265Z Downloaded smawk v0.3.2
3532024-12-17T07:23:04.265Z Downloaded unicode-linebreak v0.1.5
3542024-12-17T07:23:04.265Z Downloaded toml_datetime v0.6.8
3552024-12-17T07:23:04.268Z Downloaded plain v0.2.3
3562024-12-17T07:23:04.268Z Downloaded pest_generator v2.7.14
3572024-12-17T07:23:04.268Z Downloaded terminal_size v0.4.0
3582024-12-17T07:23:04.270Z Downloaded generic-array v0.14.7
3592024-12-17T07:23:04.271Z Downloaded macaddr v1.0.1
3602024-12-17T07:23:04.274Z Downloaded heck v0.5.0
3612024-12-17T07:23:04.274Z Downloaded itoa v1.0.11
3622024-12-17T07:23:04.276Z Downloaded proc-macro-error-attr v1.0.4
3632024-12-17T07:23:04.276Z Downloaded proc-macro-error v1.0.4
3642024-12-17T07:23:04.279Z Downloaded is_terminal_polyfill v1.70.1
3652024-12-17T07:23:04.282Z Downloaded thiserror-impl v1.0.69
3662024-12-17T07:23:04.290Z Downloaded memmap v0.7.0
3672024-12-17T07:23:04.292Z Downloaded usdt v0.5.0
3682024-12-17T07:23:04.295Z Downloaded utf8parse v0.2.2
3692024-12-17T07:23:04.298Z Downloaded once_cell v1.20.2
3702024-12-17T07:23:04.305Z Downloaded semver v1.0.23
3712024-12-17T07:23:04.308Z Downloaded quote v1.0.37
3722024-12-17T07:23:04.311Z Downloaded scroll v0.12.0
3732024-12-17T07:23:04.316Z Downloaded version_check v0.9.5
3742024-12-17T07:23:04.319Z Downloaded tabled_derive v0.7.0
3752024-12-17T07:23:04.322Z Downloaded zerocopy-derive v0.7.35
3762024-12-17T07:23:04.326Z Downloaded usdt-impl v0.5.0
3772024-12-17T07:23:04.329Z Downloaded tempfile v3.13.0
3782024-12-17T07:23:04.334Z Downloaded toml v0.8.19
3792024-12-17T07:23:04.337Z Downloaded ucd-trie v0.1.7
3802024-12-17T07:23:04.340Z Downloaded typenum v1.17.0
3812024-12-17T07:23:04.343Z Downloaded pest_meta v2.7.14
3822024-12-17T07:23:04.349Z Downloaded log v0.4.22
3832024-12-17T07:23:04.353Z Downloaded proc-macro2 v1.0.92
3842024-12-17T07:23:04.358Z Downloaded unicode-ident v1.0.13
3852024-12-17T07:23:04.366Z Downloaded serde_derive v1.0.215
3862024-12-17T07:23:04.369Z Downloaded papergrid v0.11.0
3872024-12-17T07:23:04.382Z Downloaded serde v1.0.215
3882024-12-17T07:23:04.386Z Downloaded indexmap v2.7.0
3892024-12-17T07:23:04.395Z Downloaded memchr v2.7.4
3902024-12-17T07:23:04.399Z Downloaded toml_edit v0.22.22
3912024-12-17T07:23:04.419Z Downloaded hashbrown v0.15.1
3922024-12-17T07:23:04.429Z Downloaded pest v2.7.14
3932024-12-17T07:23:04.437Z Downloaded serde_json v1.0.133
3942024-12-17T07:23:04.444Z Downloaded zerocopy v0.7.35
3952024-12-17T07:23:04.458Z Downloaded winnow v0.6.20
3962024-12-17T07:23:04.472Z Downloaded tabled v0.15.0
3972024-12-17T07:23:04.486Z Downloaded syn v1.0.109
3982024-12-17T07:23:04.495Z Downloaded unicode-width v0.1.14
3992024-12-17T07:23:04.501Z Downloaded syn v2.0.90
4002024-12-17T07:23:04.515Z Downloaded rustix v0.38.37
4012024-12-17T07:23:04.553Z Downloaded libc v0.2.162
4022024-12-17T07:23:04.848Z Compiling proc-macro2 v1.0.92
4032024-12-17T07:23:04.848Z Compiling unicode-ident v1.0.13
4042024-12-17T07:23:04.848Z Compiling serde v1.0.215
4052024-12-17T07:23:04.851Z Compiling version_check v0.9.5
4062024-12-17T07:23:04.851Z Compiling memchr v2.7.4
4072024-12-17T07:23:04.851Z Compiling thiserror v1.0.69
4082024-12-17T07:23:04.851Z Compiling libc v0.2.162
4092024-12-17T07:23:04.851Z Compiling ryu v1.0.18
4102024-12-17T07:23:05.121Z Compiling ucd-trie v0.1.7
4112024-12-17T07:23:05.337Z Compiling itoa v1.0.11
4122024-12-17T07:23:05.536Z Compiling once_cell v1.20.2
4132024-12-17T07:23:05.710Z Compiling byteorder v1.5.0
4142024-12-17T07:23:05.895Z Compiling serde_json v1.0.133
4152024-12-17T07:23:05.941Z Compiling rustix v0.38.37
4162024-12-17T07:23:06.157Z Compiling bitflags v2.6.0
4172024-12-17T07:23:06.263Z Compiling proc-macro-error-attr v1.0.4
4182024-12-17T07:23:06.469Z Compiling usdt-impl v0.5.0
4192024-12-17T07:23:06.525Z Compiling syn v1.0.109
4202024-12-17T07:23:06.631Z Compiling proc-macro-error v1.0.4
4212024-12-17T07:23:06.651Z Compiling quote v1.0.37
4222024-12-17T07:23:06.827Z Compiling equivalent v1.0.1
4232024-12-17T07:23:06.887Z Compiling utf8parse v0.2.2
4242024-12-17T07:23:06.922Z Compiling log v0.4.22
4252024-12-17T07:23:06.948Z Compiling errno v0.3.9
4262024-12-17T07:23:07.059Z Compiling syn v2.0.90
4272024-12-17T07:23:07.198Z Compiling hashbrown v0.15.1
4282024-12-17T07:23:07.245Z Compiling plain v0.2.3
4292024-12-17T07:23:07.332Z Compiling camino v1.1.9
4302024-12-17T07:23:07.402Z Compiling thread-id v4.2.2
4312024-12-17T07:23:07.459Z Compiling anstyle-parse v0.2.5
4322024-12-17T07:23:07.775Z Compiling semver v1.0.23
4332024-12-17T07:23:08.018Z Compiling anstyle v1.0.10
4342024-12-17T07:23:08.071Z Compiling colorchoice v1.0.2
4352024-12-17T07:23:08.241Z Compiling winnow v0.6.20
4362024-12-17T07:23:08.367Z Compiling autocfg v1.4.0
4372024-12-17T07:23:08.411Z Compiling indexmap v2.7.0
4382024-12-17T07:23:08.473Z Compiling pretty-hex v0.4.1
4392024-12-17T07:23:08.498Z Compiling is_terminal_polyfill v1.70.1
4402024-12-17T07:23:08.641Z Compiling anstyle-query v1.1.1
4412024-12-17T07:23:08.702Z Compiling unicode-width v0.1.14
4422024-12-17T07:23:08.814Z Compiling anstream v0.6.15
4432024-12-17T07:23:09.469Z Compiling terminal_size v0.4.0
4442024-12-17T07:23:09.560Z Compiling fs-err v2.11.0
4452024-12-17T07:23:09.669Z Compiling fastrand v2.1.1
4462024-12-17T07:23:09.733Z Compiling clap_lex v0.7.2
4472024-12-17T07:23:09.794Z Compiling cfg-if v1.0.0
4482024-12-17T07:23:09.897Z Compiling anyhow v1.0.93
4492024-12-17T07:23:10.099Z Compiling heck v0.5.0
4502024-12-17T07:23:10.205Z Compiling strsim v0.11.1
4512024-12-17T07:23:10.267Z Compiling fnv v1.0.7
4522024-12-17T07:23:10.412Z Compiling heck v0.4.1
4532024-12-17T07:23:10.527Z Compiling bytecount v0.6.8
4542024-12-17T07:23:10.752Z Compiling papergrid v0.11.0
4552024-12-17T07:23:10.902Z Compiling clap_builder v4.5.21
4562024-12-17T07:23:10.962Z Compiling tempfile v3.13.0
4572024-12-17T07:23:11.128Z Compiling memmap v0.7.0
4582024-12-17T07:23:11.132Z Compiling smawk v0.3.2
4592024-12-17T07:23:11.374Z Compiling unicode-linebreak v0.1.5
4602024-12-17T07:23:11.831Z Compiling textwrap v0.16.1
4612024-12-17T07:23:12.073Z Compiling swrite v0.1.0
4622024-12-17T07:23:13.154Z Compiling tabled_derive v0.7.0
4632024-12-17T07:23:14.714Z Compiling tabled v0.15.0
4642024-12-17T07:23:16.242Z Compiling serde_derive v1.0.215
4652024-12-17T07:23:16.242Z Compiling thiserror-impl v1.0.69
4662024-12-17T07:23:16.244Z Compiling zerocopy-derive v0.7.35
4672024-12-17T07:23:16.244Z Compiling scroll_derive v0.12.0
4682024-12-17T07:23:16.280Z Compiling clap_derive v4.5.18
4692024-12-17T07:23:17.531Z Compiling scroll v0.12.0
4702024-12-17T07:23:17.871Z Compiling zerocopy v0.7.35
4712024-12-17T07:23:18.053Z Compiling goblin v0.8.2
4722024-12-17T07:23:18.977Z Compiling pest v2.7.14
4732024-12-17T07:23:19.924Z Compiling clap v4.5.21
4742024-12-17T07:23:21.121Z Compiling pest_meta v2.7.14
4752024-12-17T07:23:21.917Z Compiling pest_generator v2.7.14
4762024-12-17T07:23:23.598Z Compiling pest_derive v2.7.14
4772024-12-17T07:23:24.214Z Compiling dtrace-parser v0.2.0
4782024-12-17T07:23:26.371Z Compiling toml_datetime v0.6.8
4792024-12-17T07:23:26.374Z Compiling serde_spanned v0.6.8
4802024-12-17T07:23:26.374Z Compiling cargo-platform v0.1.8
4812024-12-17T07:23:26.767Z Compiling serde_tokenstream v0.2.2
4822024-12-17T07:23:26.821Z Compiling toml_edit v0.22.22
4832024-12-17T07:23:26.944Z Compiling macaddr v1.0.1
4842024-12-17T07:23:27.059Z Compiling camino-tempfile v1.1.1
4852024-12-17T07:23:27.839Z Compiling dof v0.3.0
4862024-12-17T07:23:27.839Z Compiling cargo_metadata v0.18.1
4872024-12-17T07:23:29.487Z Compiling toml v0.8.19
4882024-12-17T07:23:29.931Z Compiling usdt-attr-macro v0.5.0
4892024-12-17T07:23:30.012Z Compiling usdt-macro v0.5.0
4902024-12-17T07:23:30.361Z Compiling cargo_toml v0.20.5
4912024-12-17T07:23:31.385Z Compiling usdt v0.5.0
4922024-12-17T07:23:34.011Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-12-17T07:23:38.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.08s
4942024-12-17T07:23:38.361Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-12-17T07:23:38.886Z Downloading crates ...
4962024-12-17T07:23:39.002Z Downloaded array-init v0.0.4
4972024-12-17T07:23:39.004Z Downloaded aead v0.5.2
4982024-12-17T07:23:39.007Z Downloaded adler2 v2.0.0
4992024-12-17T07:23:39.009Z Downloaded atty v0.2.14
5002024-12-17T07:23:39.019Z Downloaded headers-core v0.3.0
5012024-12-17T07:23:39.021Z Downloaded atomicwrites v0.4.4
5022024-12-17T07:23:39.027Z Downloaded cfg_aliases v0.2.1
5032024-12-17T07:23:39.030Z Downloaded cfg_aliases v0.1.1
5042024-12-17T07:23:39.030Z Downloaded darling v0.20.10
5052024-12-17T07:23:39.034Z Downloaded assert_matches v1.5.0
5062024-12-17T07:23:39.037Z Downloaded hex-literal v0.4.1
5072024-12-17T07:23:39.039Z Downloaded hickory-client v0.24.1
5082024-12-17T07:23:39.041Z Downloaded heapless v0.7.17
5092024-12-17T07:23:39.045Z Downloaded heapless v0.8.0
5102024-12-17T07:23:39.048Z Downloaded async-stream-impl v0.3.6
5112024-12-17T07:23:39.051Z Downloaded argon2 v0.5.3
5122024-12-17T07:23:39.053Z Downloaded hex v0.4.3
5132024-12-17T07:23:39.053Z Downloaded heck v0.3.3
5142024-12-17T07:23:39.056Z Downloaded crunchy v0.2.2
5152024-12-17T07:23:39.056Z Downloaded crucible-workspace-hack v0.1.0
5162024-12-17T07:23:39.056Z Downloaded ciborium-io v0.2.2
5172024-12-17T07:23:39.058Z Downloaded cbc v0.1.2
5182024-12-17T07:23:39.061Z Downloaded atomic-waker v1.1.2
5192024-12-17T07:23:39.063Z Downloaded buf-list v1.0.3
5202024-12-17T07:23:39.066Z Downloaded bit-set v0.5.3
5212024-12-17T07:23:39.068Z Downloaded castaway v0.2.3
5222024-12-17T07:23:39.068Z Downloaded cassowary v0.3.0
5232024-12-17T07:23:39.071Z Downloaded bit-vec v0.6.3
5242024-12-17T07:23:39.073Z Downloaded bb8 v0.8.5
5252024-12-17T07:23:39.073Z Downloaded convert_case v0.4.0
5262024-12-17T07:23:39.076Z Downloaded constant_time_eq v0.3.1
5272024-12-17T07:23:39.078Z Downloaded async-stream v0.3.6
5282024-12-17T07:23:39.078Z Downloaded curve25519-dalek-derive v0.1.1
5292024-12-17T07:23:39.081Z Downloaded crc v3.2.1
5302024-12-17T07:23:39.083Z Downloaded bitflags v1.3.2
5312024-12-17T07:23:39.086Z Downloaded base16ct v0.2.0
5322024-12-17T07:23:39.086Z Downloaded crossbeam-deque v0.8.5
5332024-12-17T07:23:39.089Z Downloaded crc-catalog v2.4.0
5342024-12-17T07:23:39.091Z Downloaded cexpr v0.6.0
5352024-12-17T07:23:39.091Z Downloaded async-recursion v1.1.1
5362024-12-17T07:23:39.094Z Downloaded arrayref v0.3.9
5372024-12-17T07:23:39.096Z Downloaded colored v2.1.0
5382024-12-17T07:23:39.099Z Downloaded ciborium-ll v0.2.2
5392024-12-17T07:23:39.099Z Downloaded chacha20 v0.9.1
5402024-12-17T07:23:39.102Z Downloaded bitfield v0.14.0
5412024-12-17T07:23:39.104Z Downloaded ctr v0.9.2
5422024-12-17T07:23:39.107Z Downloaded hubpack_derive v0.1.1
5432024-12-17T07:23:39.107Z Downloaded hickory-resolver v0.24.1
5442024-12-17T07:23:39.110Z Downloaded hyper-tls v0.6.0
5452024-12-17T07:23:39.113Z Downloaded http-body-util v0.1.2
5462024-12-17T07:23:39.116Z Downloaded home v0.5.9
5472024-12-17T07:23:39.116Z Downloaded hostname v0.3.1
5482024-12-17T07:23:39.118Z Downloaded russh-cryptovec v0.7.3
5492024-12-17T07:23:39.118Z Downloaded bcs v0.1.6
5502024-12-17T07:23:39.121Z Downloaded httpdate v1.0.3
5512024-12-17T07:23:39.123Z Downloaded backoff v0.4.0
5522024-12-17T07:23:39.126Z Downloaded allocator-api2 v0.2.18
5532024-12-17T07:23:39.128Z Downloaded progenitor-macro v0.8.0
5542024-12-17T07:23:39.128Z Downloaded hyper-staticfile v0.10.1
5552024-12-17T07:23:39.131Z Downloaded hickory-server v0.24.1
5562024-12-17T07:23:39.135Z Downloaded ident_case v1.0.1
5572024-12-17T07:23:39.138Z Downloaded hmac v0.12.1
5582024-12-17T07:23:39.141Z Downloaded ciborium v0.2.2
5592024-12-17T07:23:39.143Z Downloaded icu_provider_macros v1.5.0
5602024-12-17T07:23:39.143Z Downloaded httparse v1.9.5
5612024-12-17T07:23:39.146Z Downloaded cookie_store v0.21.0
5622024-12-17T07:23:39.149Z Downloaded cstr-argument v0.1.2
5632024-12-17T07:23:39.153Z Downloaded is_ci v1.2.0
5642024-12-17T07:23:39.153Z Downloaded instability v0.3.2
5652024-12-17T07:23:39.153Z Downloaded cipher v0.4.4
5662024-12-17T07:23:39.156Z Downloaded const_format_proc_macros v0.2.33
5672024-12-17T07:23:39.156Z Downloaded console v0.15.8
5682024-12-17T07:23:39.158Z Downloaded instant v0.1.13
5692024-12-17T07:23:39.160Z Downloaded ahash v0.8.11
5702024-12-17T07:23:39.163Z Downloaded md5 v0.7.0
5712024-12-17T07:23:39.165Z Downloaded matches v0.1.10
5722024-12-17T07:23:39.165Z Downloaded take_mut v0.2.2
5732024-12-17T07:23:39.165Z Downloaded shlex v1.3.0
5742024-12-17T07:23:39.168Z Downloaded match_cfg v0.1.0
5752024-12-17T07:23:39.168Z Downloaded tower-service v0.3.3
5762024-12-17T07:23:39.171Z Downloaded time-core v0.1.2
5772024-12-17T07:23:39.171Z Downloaded csv-core v0.1.11
5782024-12-17T07:23:39.173Z Downloaded base64ct v1.6.0
5792024-12-17T07:23:39.176Z Downloaded waitgroup v0.1.2
5802024-12-17T07:23:39.176Z Downloaded cancel-safe-futures v0.1.5
5812024-12-17T07:23:39.179Z Downloaded is-terminal v0.4.13
5822024-12-17T07:23:39.181Z Downloaded rpassword v7.3.1
5832024-12-17T07:23:39.181Z Downloaded ref-cast-impl v1.0.23
5842024-12-17T07:23:39.181Z Downloaded serde_path_to_error v0.1.16
5852024-12-17T07:23:39.184Z Downloaded slab v0.4.9
5862024-12-17T07:23:39.187Z Downloaded icu_locid_transform v1.5.0
5872024-12-17T07:23:39.189Z Downloaded icu_normalizer v1.5.0
5882024-12-17T07:23:39.192Z Downloaded scopeguard v1.2.0
5892024-12-17T07:23:39.194Z Downloaded derive_builder_macro v0.20.2
5902024-12-17T07:23:39.194Z Downloaded hubpack v0.1.2
5912024-12-17T07:23:39.197Z Downloaded const-oid v0.9.6
5922024-12-17T07:23:39.199Z Downloaded arrayvec v0.7.6
5932024-12-17T07:23:39.199Z Downloaded keccak v0.1.5
5942024-12-17T07:23:39.202Z Downloaded crossbeam-epoch v0.9.18
5952024-12-17T07:23:39.204Z Downloaded crc-any v2.5.0
5962024-12-17T07:23:39.206Z Downloaded internet-checksum v0.2.1
5972024-12-17T07:23:39.206Z Downloaded lru-cache v0.1.2
5982024-12-17T07:23:39.209Z Downloaded memoffset v0.9.1
5992024-12-17T07:23:39.209Z Downloaded linear-map v1.2.0
6002024-12-17T07:23:39.212Z Downloaded arc-swap v1.7.1
6012024-12-17T07:23:39.214Z Downloaded smallvec v0.6.14
6022024-12-17T07:23:39.217Z Downloaded md-5 v0.10.6
6032024-12-17T07:23:39.220Z Downloaded strum_macros v0.26.4
6042024-12-17T07:23:39.223Z Downloaded sqlformat v0.2.6
6052024-12-17T07:23:39.223Z Downloaded foreign-types-shared v0.3.1
6062024-12-17T07:23:39.226Z Downloaded tokio-native-tls v0.3.1
6072024-12-17T07:23:39.226Z Downloaded rand_chacha v0.3.1
6082024-12-17T07:23:39.229Z Downloaded maybe-uninit v2.0.0
6092024-12-17T07:23:39.229Z Downloaded rfc6979 v0.4.0
6102024-12-17T07:23:39.231Z Downloaded serde_plain v1.0.2
6112024-12-17T07:23:39.233Z Downloaded unicase v2.7.0
6122024-12-17T07:23:39.233Z Downloaded ipnet v2.10.1
6132024-12-17T07:23:39.235Z Downloaded fxhash v0.2.1
6142024-12-17T07:23:39.237Z Downloaded futures-sink v0.3.31
6152024-12-17T07:23:39.238Z Downloaded normalize-line-endings v0.3.0
6162024-12-17T07:23:39.240Z Downloaded zerovec-derive v0.10.3
6172024-12-17T07:23:39.240Z Downloaded icu_properties v1.5.1
6182024-12-17T07:23:39.243Z Downloaded xattr v1.3.1
6192024-12-17T07:23:39.245Z Downloaded xz2 v0.1.7
6202024-12-17T07:23:39.248Z Downloaded bytes v1.8.0
6212024-12-17T07:23:39.251Z Downloaded compact_str v0.8.0
6222024-12-17T07:23:39.254Z Downloaded display-error-chain v0.2.2
6232024-12-17T07:23:39.256Z Downloaded clang-sys v1.8.1
6242024-12-17T07:23:39.258Z Downloaded chacha20poly1305 v0.10.1
6252024-12-17T07:23:39.261Z Downloaded gethostname v0.5.0
6262024-12-17T07:23:39.264Z Downloaded form_urlencoded v1.2.1
6272024-12-17T07:23:39.264Z Downloaded fixedbitset v0.4.2
6282024-12-17T07:23:39.264Z Downloaded mime_guess v2.0.5
6292024-12-17T07:23:39.266Z Downloaded progenitor-client v0.8.0
6302024-12-17T07:23:39.269Z Downloaded icu_normalizer_data v1.5.0
6312024-12-17T07:23:39.269Z Downloaded memmap2 v0.9.5
6322024-12-17T07:23:39.271Z Downloaded icu_locid v1.5.0
6332024-12-17T07:23:39.276Z Downloaded spki v0.7.3
6342024-12-17T07:23:39.279Z Downloaded filetime v0.2.25
6352024-12-17T07:23:39.282Z Downloaded ff v0.13.0
6362024-12-17T07:23:39.282Z Downloaded tokio-rustls v0.24.1
6372024-12-17T07:23:39.285Z Downloaded write16 v1.0.0
6382024-12-17T07:23:39.285Z Downloaded time-macros v0.2.18
6392024-12-17T07:23:39.288Z Downloaded sync_wrapper v1.0.1
6402024-12-17T07:23:39.290Z Downloaded sync-ptr v0.1.1
6412024-12-17T07:23:39.290Z Downloaded phf_generator v0.11.2
6422024-12-17T07:23:39.290Z Downloaded paste v1.0.15
6432024-12-17T07:23:39.293Z Downloaded olpc-cjson v0.1.4
6442024-12-17T07:23:39.295Z Downloaded zeroize_derive v1.4.2
6452024-12-17T07:23:39.295Z Downloaded embedded-io v0.6.1
6462024-12-17T07:23:39.298Z Downloaded env_logger v0.11.5
6472024-12-17T07:23:39.300Z Downloaded num_enum v0.5.11
6482024-12-17T07:23:39.304Z Downloaded derive_builder_core v0.20.2
6492024-12-17T07:23:39.307Z Downloaded cc v1.1.30
6502024-12-17T07:23:39.310Z Downloaded const_format v0.2.33
6512024-12-17T07:23:39.314Z Downloaded scheduled-thread-pool v0.2.7
6522024-12-17T07:23:39.317Z Downloaded same-file v1.0.6
6532024-12-17T07:23:39.317Z Downloaded downcast v0.11.0
6542024-12-17T07:23:39.320Z Downloaded getrandom v0.2.15
6552024-12-17T07:23:39.323Z Downloaded ref-cast v1.0.23
6562024-12-17T07:23:39.325Z Downloaded float-ord v0.3.2
6572024-12-17T07:23:39.326Z Downloaded dirs-next v2.0.0
6582024-12-17T07:23:39.328Z Downloaded number_prefix v0.4.0
6592024-12-17T07:23:39.328Z Downloaded pin-utils v0.1.0
6602024-12-17T07:23:39.330Z Downloaded signature v2.2.0
6612024-12-17T07:23:39.332Z Downloaded signal-hook-tokio v0.3.1
6622024-12-17T07:23:39.332Z Downloaded stable_deref_trait v1.2.0
6632024-12-17T07:23:39.335Z Downloaded ssh-encoding v0.2.0
6642024-12-17T07:23:39.337Z Downloaded signal-hook-registry v1.4.2
6652024-12-17T07:23:39.337Z Downloaded walkdir v2.5.0
6662024-12-17T07:23:39.339Z Downloaded vergen v8.3.2
6672024-12-17T07:23:39.342Z Downloaded pretty-hex v0.2.1
6682024-12-17T07:23:39.342Z Downloaded unicode-properties v0.1.3
6692024-12-17T07:23:39.345Z Downloaded zeroize v1.8.1
6702024-12-17T07:23:39.348Z Downloaded packed_struct v0.10.1
6712024-12-17T07:23:39.351Z Downloaded nu-ansi-term v0.50.1
6722024-12-17T07:23:39.351Z Downloaded deranged v0.3.11
6732024-12-17T07:23:39.353Z Downloaded data-encoding v2.6.0
6742024-12-17T07:23:39.356Z Downloaded derive_more v0.99.18
6752024-12-17T07:23:39.358Z Downloaded russh-keys v0.45.0
6762024-12-17T07:23:39.361Z Downloaded icu_provider v1.5.0
6772024-12-17T07:23:39.364Z Downloaded native-tls v0.2.12
6782024-12-17T07:23:39.366Z Downloaded writeable v0.5.5
6792024-12-17T07:23:39.369Z Downloaded typify-macro v0.2.0
6802024-12-17T07:23:39.369Z Downloaded tui-tree-widget v0.22.0
6812024-12-17T07:23:39.372Z Downloaded serde_urlencoded v0.7.1
6822024-12-17T07:23:39.374Z Downloaded rustfmt-wrapper v0.2.1
6832024-12-17T07:23:39.374Z Downloaded strum v0.26.3
6842024-12-17T07:23:39.377Z Downloaded rustls-pemfile v2.2.0
6852024-12-17T07:23:39.377Z Downloaded toolchain_find v0.4.0
6862024-12-17T07:23:39.380Z Downloaded structmeta-derive v0.2.0
6872024-12-17T07:23:39.380Z Downloaded topological-sort v0.2.2
6882024-12-17T07:23:39.383Z Downloaded postgres-types v0.2.8
6892024-12-17T07:23:39.386Z Downloaded hyper-util v0.1.10
6902024-12-17T07:23:39.389Z Downloaded zerofrom v0.1.4
6912024-12-17T07:23:39.389Z Downloaded foldhash v0.1.3
6922024-12-17T07:23:39.393Z Downloaded float-cmp v0.9.0
6932024-12-17T07:23:39.393Z Downloaded fallible-iterator v0.3.0
6942024-12-17T07:23:39.398Z Downloaded mirai-annotations v1.12.0
6952024-12-17T07:23:39.398Z Downloaded dhcproto-macros v0.1.0
6962024-12-17T07:23:39.398Z Downloaded tokio-stream v0.1.16
6972024-12-17T07:23:39.402Z Downloaded foreign-types v0.5.0
6982024-12-17T07:23:39.402Z Downloaded semver v0.1.20
6992024-12-17T07:23:39.406Z Downloaded radium v0.7.0
7002024-12-17T07:23:39.406Z Downloaded r2d2 v0.8.10
7012024-12-17T07:23:39.406Z Downloaded predicates-tree v1.0.11
7022024-12-17T07:23:39.409Z Downloaded rand_xorshift v0.3.0
7032024-12-17T07:23:39.409Z Downloaded phf v0.11.2
7042024-12-17T07:23:39.409Z Downloaded rand_core v0.6.4
7052024-12-17T07:23:39.411Z Downloaded crossbeam-channel v0.5.13
7062024-12-17T07:23:39.414Z Downloaded typify v0.2.0
7072024-12-17T07:23:39.417Z Downloaded path-slash v0.1.5
7082024-12-17T07:23:39.419Z Downloaded parse-size v1.1.0
7092024-12-17T07:23:39.419Z Downloaded rustls-pki-types v1.10.0
7102024-12-17T07:23:39.432Z Downloaded tiny-keccak v2.0.2
7112024-12-17T07:23:39.435Z Downloaded aes v0.8.4
7122024-12-17T07:23:39.438Z Downloaded structmeta-derive v0.3.0
7132024-12-17T07:23:39.440Z Downloaded thiserror-impl-no-std v2.0.2
7142024-12-17T07:23:39.443Z Downloaded signal-hook-mio v0.2.4
7152024-12-17T07:23:39.443Z Downloaded serde_with_macros v3.11.0
7162024-12-17T07:23:39.445Z Downloaded rand_seeder v0.3.0
7172024-12-17T07:23:39.448Z Downloaded displaydoc v0.2.5
7182024-12-17T07:23:39.451Z Downloaded oso-derive v0.27.3
7192024-12-17T07:23:39.451Z Downloaded sigpipe v0.1.3
7202024-12-17T07:23:39.451Z Downloaded der v0.7.9
7212024-12-17T07:23:39.456Z Downloaded group v0.13.0
7222024-12-17T07:23:39.459Z Downloaded twox-hash v1.6.3
7232024-12-17T07:23:39.461Z Downloaded fallible-iterator v0.2.0
7242024-12-17T07:23:39.463Z Downloaded ed25519 v2.2.3
7252024-12-17T07:23:39.466Z Downloaded yoke-derive v0.7.4
7262024-12-17T07:23:39.466Z Downloaded try-lock v0.2.5
7272024-12-17T07:23:39.466Z Downloaded universal-hash v0.5.1
7282024-12-17T07:23:39.468Z Downloaded dyn-clone v1.0.17
7292024-12-17T07:23:39.468Z Downloaded slog-dtrace v0.3.0
7302024-12-17T07:23:39.470Z Downloaded foreign-types-macros v0.2.3
7312024-12-17T07:23:39.473Z Downloaded pbkdf2 v0.11.0
7322024-12-17T07:23:39.476Z Downloaded structmeta v0.2.0
7332024-12-17T07:23:39.476Z Downloaded darling_macro v0.20.10
7342024-12-17T07:23:39.476Z Downloaded slog-async v2.8.0
7352024-12-17T07:23:39.478Z Downloaded thread_local v1.1.8
7362024-12-17T07:23:39.481Z Downloaded mockall_derive v0.13.0
7372024-12-17T07:23:39.481Z Downloaded omicron-zone-package v0.11.1
7382024-12-17T07:23:39.484Z Downloaded rusty-fork v0.3.0
7392024-12-17T07:23:39.486Z Downloaded http v1.1.0
7402024-12-17T07:23:39.489Z Downloaded oso v0.27.3
7412024-12-17T07:23:39.493Z Downloaded newtype_derive v0.1.6
7422024-12-17T07:23:39.495Z Downloaded minimal-lexical v0.2.1
7432024-12-17T07:23:39.498Z Downloaded mockall v0.13.0
7442024-12-17T07:23:39.501Z Downloaded derive-where v1.2.7
7452024-12-17T07:23:39.503Z Downloaded globset v0.4.15
7462024-12-17T07:23:39.506Z Downloaded nodrop v0.1.14
7472024-12-17T07:23:39.509Z Downloaded serde-big-array v0.5.1
7482024-12-17T07:23:39.509Z Downloaded shell-words v1.1.0
7492024-12-17T07:23:39.511Z Downloaded tungstenite v0.21.0
7502024-12-17T07:23:39.514Z Downloaded pkg-config v0.3.31
7512024-12-17T07:23:39.517Z Downloaded simd-adler32 v0.3.7
7522024-12-17T07:23:39.517Z Downloaded scrypt v0.11.0
7532024-12-17T07:23:39.519Z Downloaded x509-cert v0.2.5
7542024-12-17T07:23:39.524Z Downloaded unicode-truncate v1.1.0
7552024-12-17T07:23:39.526Z Downloaded tokio-tungstenite v0.21.0
7562024-12-17T07:23:39.528Z Downloaded num-conv v0.1.0
7572024-12-17T07:23:39.547Z Downloaded tabwriter v1.4.0
7582024-12-17T07:23:39.547Z Downloaded supports-color v3.0.1
7592024-12-17T07:23:39.550Z Downloaded wyz v0.5.1
7602024-12-17T07:23:39.550Z Downloaded zone_cfg_derive v0.3.0
7612024-12-17T07:23:39.550Z Downloaded foreign-types-shared v0.1.1
7622024-12-17T07:23:39.550Z Downloaded zerofrom-derive v0.1.4
7632024-12-17T07:23:39.550Z Downloaded untrusted v0.7.1
7642024-12-17T07:23:39.550Z Downloaded debug-ignore v1.0.5
7652024-12-17T07:23:39.550Z Downloaded unarray v0.1.4
7662024-12-17T07:23:39.550Z Downloaded tungstenite v0.23.0
7672024-12-17T07:23:39.550Z Downloaded env_filter v0.1.2
7682024-12-17T07:23:39.550Z Downloaded enum-as-inner v0.5.1
7692024-12-17T07:23:39.550Z Downloaded opaque-debug v0.3.1
7702024-12-17T07:23:39.550Z Downloaded openssl-probe v0.1.5
7712024-12-17T07:23:39.552Z Downloaded openssl-macros v0.1.1
7722024-12-17T07:23:39.552Z Downloaded fallible-streaming-iterator v0.1.9
7732024-12-17T07:23:39.555Z Downloaded either v1.13.0
7742024-12-17T07:23:39.555Z Downloaded psl-types v2.0.11
7752024-12-17T07:23:39.558Z Downloaded thiserror-impl v2.0.3
7762024-12-17T07:23:39.558Z Downloaded termcolor v1.4.1
7772024-12-17T07:23:39.560Z Downloaded hkdf v0.12.4
7782024-12-17T07:23:39.563Z Downloaded dhcproto v0.12.0
7792024-12-17T07:23:39.565Z Downloaded salsa20 v0.10.2
7802024-12-17T07:23:39.568Z Downloaded quick-error v1.2.3
7812024-12-17T07:23:39.568Z Downloaded pkcs8 v0.10.2
7822024-12-17T07:23:39.570Z Downloaded hyper v1.5.1
7832024-12-17T07:23:39.576Z Downloaded serde_repr v0.1.19
7842024-12-17T07:23:39.579Z Downloaded tinyvec_macros v0.1.1
7852024-12-17T07:23:39.581Z Downloaded endian-type v0.1.2
7862024-12-17T07:23:39.581Z Downloaded thiserror-no-std v2.0.2
7872024-12-17T07:23:39.585Z Downloaded glob v0.3.1
7882024-12-17T07:23:39.587Z Downloaded hash32 v0.2.1
7892024-12-17T07:23:39.590Z Downloaded itertools v0.10.5
7902024-12-17T07:23:39.594Z Downloaded rayon-core v1.12.1
7912024-12-17T07:23:39.598Z Downloaded yoke v0.7.4
7922024-12-17T07:23:39.601Z Downloaded futures-core v0.3.31
7932024-12-17T07:23:39.606Z Downloaded env_logger v0.10.2
7942024-12-17T07:23:39.609Z Downloaded ron v0.7.1
7952024-12-17T07:23:39.612Z Downloaded unicode-segmentation v1.12.0
7962024-12-17T07:23:39.615Z Downloaded phf_shared v0.10.0
7972024-12-17T07:23:39.615Z Downloaded tokio-tungstenite v0.24.0
7982024-12-17T07:23:39.617Z Downloaded parking_lot_core v0.9.10
7992024-12-17T07:23:39.620Z Downloaded libxml v0.3.3
8002024-12-17T07:23:39.625Z Downloaded tokio-macros v2.4.0
8012024-12-17T07:23:39.628Z Downloaded spin v0.5.2
8022024-12-17T07:23:39.628Z Downloaded serde_derive_internals v0.29.1
8032024-12-17T07:23:39.630Z Downloaded similar v2.6.0
8042024-12-17T07:23:39.635Z Downloaded sqlparser_derive v0.2.2
8052024-12-17T07:23:39.638Z Downloaded tls_codec_derive v0.4.1
8062024-12-17T07:23:39.638Z Downloaded string_cache v0.8.7
8072024-12-17T07:23:39.641Z Downloaded num_threads v0.1.7
8082024-12-17T07:23:39.641Z Downloaded diesel_table_macro_syntax v0.2.0
8092024-12-17T07:23:39.644Z Downloaded unsafe-libyaml v0.2.11
8102024-12-17T07:23:39.647Z Downloaded yasna v0.5.2
8112024-12-17T07:23:39.651Z Downloaded parse-zoneinfo v0.3.1
8122024-12-17T07:23:39.654Z Downloaded zone v0.3.0
8132024-12-17T07:23:39.654Z Downloaded aho-corasick v1.1.3
8142024-12-17T07:23:39.658Z Downloaded diesel-dtrace v0.4.2
8152024-12-17T07:23:39.661Z Downloaded enum-as-inner v0.6.1
8162024-12-17T07:23:39.661Z Downloaded itertools v0.12.1
8172024-12-17T07:23:39.668Z Downloaded want v0.3.1
8182024-12-17T07:23:39.670Z Downloaded num v0.4.3
8192024-12-17T07:23:39.673Z Downloaded funty v2.0.0
8202024-12-17T07:23:39.673Z Downloaded unicode-xid v0.2.6
8212024-12-17T07:23:39.676Z Downloaded toml v0.7.8
8222024-12-17T07:23:39.678Z Downloaded phf_codegen v0.11.2
8232024-12-17T07:23:39.678Z Downloaded zerocopy-derive v0.8.10
8242024-12-17T07:23:39.684Z Downloaded peg-runtime v0.8.3
8252024-12-17T07:23:39.686Z Downloaded zip v2.1.3
8262024-12-17T07:23:39.689Z Downloaded nom v7.1.3
8272024-12-17T07:23:39.695Z Downloaded new_debug_unreachable v1.0.6
8282024-12-17T07:23:39.697Z Downloaded unicode_categories v0.1.1
8292024-12-17T07:23:39.699Z Downloaded num-derive v0.4.2
8302024-12-17T07:23:39.702Z Downloaded vte_generate_state_changes v0.1.2
8312024-12-17T07:23:39.702Z Downloaded static_assertions v1.1.0
8322024-12-17T07:23:39.704Z Downloaded num-iter v0.1.45
8332024-12-17T07:23:39.704Z Downloaded smf v0.2.3
8342024-12-17T07:23:39.707Z Downloaded vte v0.11.1
8352024-12-17T07:23:39.707Z Downloaded newline-converter v0.3.0
8362024-12-17T07:23:39.710Z Downloaded rustls-pemfile v1.0.4
8372024-12-17T07:23:39.710Z Downloaded rtoolbox v0.0.2
8382024-12-17T07:23:39.712Z Downloaded untrusted v0.9.0
8392024-12-17T07:23:39.715Z Downloaded half v2.4.1
8402024-12-17T07:23:39.718Z Downloaded publicsuffix v2.2.3
8412024-12-17T07:23:39.720Z Downloaded rand v0.8.5
8422024-12-17T07:23:39.723Z Downloaded sha1 v0.10.6
8432024-12-17T07:23:39.726Z Downloaded secrecy v0.8.0
8442024-12-17T07:23:39.726Z Downloaded predicates v3.1.2
8452024-12-17T07:23:39.728Z Downloaded siphasher v0.3.11
8462024-12-17T07:23:39.731Z Downloaded sec1 v0.7.3
8472024-12-17T07:23:39.733Z Downloaded value-bag v1.9.0
8482024-12-17T07:23:39.735Z Downloaded hashlink v0.9.1
8492024-12-17T07:23:39.738Z Downloaded fragile v2.0.0
8502024-12-17T07:23:39.738Z Downloaded whoami v1.5.2
8512024-12-17T07:23:39.740Z Downloaded which v4.4.2
8522024-12-17T07:23:39.743Z Downloaded ed25519-dalek v2.1.1
8532024-12-17T07:23:39.745Z Downloaded slog-json v2.6.1
8542024-12-17T07:23:39.748Z Downloaded typed-path v0.9.3
8552024-12-17T07:23:39.752Z Downloaded termtree v0.4.1
8562024-12-17T07:23:39.755Z Downloaded subtle v2.6.1
8572024-12-17T07:23:39.755Z Downloaded serde_yaml v0.9.34+deprecated
8582024-12-17T07:23:39.758Z Downloaded strum_macros v0.25.3
8592024-12-17T07:23:39.761Z Downloaded time v0.3.36
8602024-12-17T07:23:39.767Z Downloaded precomputed-hash v0.1.1
8612024-12-17T07:23:39.769Z Downloaded wait-timeout v0.2.0
8622024-12-17T07:23:39.769Z Downloaded snafu-derive v0.8.5
8632024-12-17T07:23:39.772Z Downloaded qorb v0.2.1
8642024-12-17T07:23:39.775Z Downloaded hashbrown v0.12.3
8652024-12-17T07:23:39.779Z Downloaded futures-executor v0.3.31
8662024-12-17T07:23:39.782Z Downloaded peg-macros v0.8.4
8672024-12-17T07:23:39.785Z Downloaded num-traits v0.2.19
8682024-12-17T07:23:39.787Z Downloaded blake3 v1.5.4
8692024-12-17T07:23:39.793Z Downloaded dunce v1.0.5
8702024-12-17T07:23:39.796Z Downloaded stringprep v0.1.5
8712024-12-17T07:23:39.796Z Downloaded futures-io v0.3.31
8722024-12-17T07:23:39.801Z Downloaded slog-stdlog v4.1.1
8732024-12-17T07:23:39.801Z Downloaded futures v0.3.31
8742024-12-17T07:23:39.805Z Downloaded futures-channel v0.3.31
8752024-12-17T07:23:39.807Z Downloaded fs_extra v1.3.0
8762024-12-17T07:23:39.810Z Downloaded pin-project-internal v1.1.6
8772024-12-17T07:23:39.810Z Downloaded aws-lc-rs v1.10.0
8782024-12-17T07:23:39.819Z Downloaded resolv-conf v0.7.0
8792024-12-17T07:23:39.821Z Downloaded num-complex v0.4.6
8802024-12-17T07:23:39.824Z Downloaded dsl_auto_type v0.1.2
8812024-12-17T07:23:39.824Z Downloaded defmt-parser v0.3.4
8822024-12-17T07:23:39.826Z Downloaded dropshot_endpoint v0.15.1
8832024-12-17T07:23:39.829Z Downloaded fd-lock v4.0.2
8842024-12-17T07:23:39.832Z Downloaded flagset v0.4.6
8852024-12-17T07:23:39.834Z Downloaded ghash v0.5.1
8862024-12-17T07:23:39.834Z Downloaded uzers v0.12.1
8872024-12-17T07:23:39.836Z Downloaded uuid v1.11.0
8882024-12-17T07:23:39.839Z Downloaded darling_core v0.20.10
8892024-12-17T07:23:39.842Z Downloaded futures-util v0.3.31
8902024-12-17T07:23:39.854Z Downloaded strum_macros v0.24.3
8912024-12-17T07:23:39.857Z Downloaded quinn-proto v0.11.8
8922024-12-17T07:23:39.863Z Downloaded defmt-macros v0.3.9
8932024-12-17T07:23:39.865Z Downloaded rcgen v0.12.1
8942024-12-17T07:23:39.868Z Downloaded multimap v0.10.0
8952024-12-17T07:23:39.871Z Downloaded poly1305 v0.8.0
8962024-12-17T07:23:39.873Z Downloaded diesel_derives v2.2.3
8972024-12-17T07:23:39.876Z Downloaded bitvec v1.0.1
8982024-12-17T07:23:39.891Z Downloaded postcard v1.0.10
8992024-12-17T07:23:39.894Z Downloaded elliptic-curve v0.13.8
9002024-12-17T07:23:39.896Z Downloaded winnow v0.5.40
9012024-12-17T07:23:39.905Z Downloaded tokio-rustls v0.25.0
9022024-12-17T07:23:39.908Z Downloaded parking_lot v0.11.2
9032024-12-17T07:23:39.910Z Downloaded icu_properties_data v1.5.0
9042024-12-17T07:23:39.920Z Downloaded fatfs v0.3.6
9052024-12-17T07:23:39.922Z Downloaded socket2 v0.5.7
9062024-12-17T07:23:39.925Z Downloaded snafu v0.8.5
9072024-12-17T07:23:39.931Z Downloaded toml_edit v0.19.15
9082024-12-17T07:23:39.946Z Downloaded zopfli v0.8.1
9092024-12-17T07:23:39.949Z Downloaded rsa v0.9.6
9102024-12-17T07:23:39.953Z Downloaded schemars v0.8.21
9112024-12-17T07:23:39.964Z Downloaded rustyline v14.0.0
9122024-12-17T07:23:39.969Z Downloaded tokio-util v0.7.12
9132024-12-17T07:23:39.975Z Downloaded steno v0.4.1
9142024-12-17T07:23:39.979Z Downloaded h2 v0.4.6
9152024-12-17T07:23:39.986Z Downloaded num-bigint-dig v0.8.4
9162024-12-17T07:23:39.993Z Downloaded hashbrown v0.14.5
9172024-12-17T07:23:39.999Z Downloaded russh v0.45.0
9182024-12-17T07:23:40.005Z Downloaded regex v1.11.1
9192024-12-17T07:23:40.016Z Downloaded rayon v1.10.0
9202024-12-17T07:23:40.023Z Downloaded hashbrown v0.13.2
9212024-12-17T07:23:40.027Z Downloaded lalrpop v0.19.12
9222024-12-17T07:23:40.038Z Downloaded curve25519-dalek v4.1.3
9232024-12-17T07:23:40.047Z Downloaded url v2.5.3
9242024-12-17T07:23:40.051Z Downloaded quick-xml v0.33.0
9252024-12-17T07:23:40.057Z Downloaded idna v0.5.0
9262024-12-17T07:23:40.064Z Downloaded derive_builder v0.20.2
9272024-12-17T07:23:40.069Z Downloaded headers v0.4.0
9282024-12-17T07:23:40.073Z Downloaded proptest v1.5.0
9292024-12-17T07:23:40.083Z Downloaded idna v0.2.3
9302024-12-17T07:23:40.090Z Downloaded idna v0.4.0
9312024-12-17T07:23:40.096Z Downloaded zerocopy v0.8.10
9322024-12-17T07:23:40.119Z Downloaded rustls-webpki v0.101.7
9332024-12-17T07:23:40.132Z Downloaded rusqlite v0.32.1
9342024-12-17T07:23:40.139Z Downloaded reqwest v0.12.9
9352024-12-17T07:23:40.148Z Downloaded git2 v0.19.0
9362024-12-17T07:23:40.155Z Downloaded hickory-proto v0.24.1
9372024-12-17T07:23:40.170Z Downloaded rustls-webpki v0.102.8
9382024-12-17T07:23:40.188Z Downloaded radix_trie v0.2.1
9392024-12-17T07:23:40.193Z Downloaded nix v0.28.0
9402024-12-17T07:23:40.204Z Downloaded sqlparser v0.45.0
9412024-12-17T07:23:40.209Z Downloaded chrono-tz v0.10.0
9422024-12-17T07:23:40.217Z Downloaded dropshot v0.12.0
9432024-12-17T07:23:40.236Z Downloaded unicode-width v0.2.0
9442024-12-17T07:23:40.242Z Downloaded object v0.36.5
9452024-12-17T07:23:40.254Z Downloaded vcpkg v0.2.15
9462024-12-17T07:23:40.291Z Downloaded p384 v0.13.0
9472024-12-17T07:23:40.297Z Downloaded dropshot v0.15.1
9482024-12-17T07:23:40.318Z Downloaded nix v0.27.1
9492024-12-17T07:23:40.327Z Downloaded rustls v0.22.4
9502024-12-17T07:23:40.340Z Downloaded webpki-roots v0.26.6
9512024-12-17T07:23:40.343Z Downloaded regress v0.10.1
9522024-12-17T07:23:40.352Z Downloaded regress v0.9.1
9532024-12-17T07:23:40.360Z Downloaded rustls v0.23.19
9542024-12-17T07:23:40.372Z Downloaded openapiv3 v2.0.0
9552024-12-17T07:23:40.383Z Downloaded ratatui v0.28.1
9562024-12-17T07:23:40.402Z Downloaded regex-syntax v0.8.5
9572024-12-17T07:23:40.411Z Downloaded diesel v2.2.6
9582024-12-17T07:23:40.429Z Downloaded typify-impl v0.2.0
9592024-12-17T07:23:40.444Z Downloaded gimli v0.31.1
9602024-12-17T07:23:40.452Z Downloaded rustls v0.21.12
9612024-12-17T07:23:40.463Z Downloaded sled v0.34.7
9622024-12-17T07:23:40.474Z Downloaded zerocopy-derive v0.6.6
9632024-12-17T07:23:40.483Z Downloaded bzip2-sys v0.1.11+1.0.8
9642024-12-17T07:23:40.495Z Downloaded regex-automata v0.4.8
9652024-12-17T07:23:40.511Z Downloaded openssl v0.10.66
9662024-12-17T07:23:40.521Z Downloaded trust-dns-proto v0.22.0
9672024-12-17T07:23:40.532Z Downloaded polar-core v0.27.3
9682024-12-17T07:23:40.540Z Downloaded nix v0.29.0
9692024-12-17T07:23:40.551Z Downloaded regex-syntax v0.6.29
9702024-12-17T07:23:40.558Z Downloaded smoltcp v0.11.0
9712024-12-17T07:23:40.570Z Downloaded lzma-sys v0.1.20
9722024-12-17T07:23:40.598Z Downloaded portable-atomic v1.9.0
9732024-12-17T07:23:40.604Z Downloaded petgraph v0.6.5
9742024-12-17T07:23:40.621Z Downloaded smoltcp v0.9.1
9752024-12-17T07:23:40.631Z Downloaded bstr v1.10.0
9762024-12-17T07:23:40.641Z Downloaded tokio v1.42.0
9772024-12-17T07:23:40.678Z Downloaded csv v1.3.0
9782024-12-17T07:23:40.697Z Downloaded libz-sys v1.1.20
9792024-12-17T07:23:40.717Z Downloaded sha3 v0.10.8
9802024-12-17T07:23:40.721Z Downloaded petname v2.0.2
9812024-12-17T07:23:40.727Z Downloaded object v0.30.4
9822024-12-17T07:23:40.736Z Downloaded salty v0.3.0
9832024-12-17T07:23:40.742Z Downloaded idna v0.3.0
9842024-12-17T07:23:40.748Z Downloaded pkcs1 v0.7.5
9852024-12-17T07:23:40.751Z Downloaded tinyvec v1.8.0
9862024-12-17T07:23:40.753Z Downloaded test-strategy v0.3.1
9872024-12-17T07:23:40.757Z Downloaded smallvec v1.13.2
9882024-12-17T07:23:40.759Z Downloaded p256 v0.13.2
9892024-12-17T07:23:40.762Z Downloaded serde_with v3.11.0
9902024-12-17T07:23:40.769Z Downloaded bindgen v0.69.5
9912024-12-17T07:23:40.776Z Downloaded pin-project v1.1.6
9922024-12-17T07:23:40.786Z Downloaded chrono v0.4.38
9932024-12-17T07:23:40.793Z Downloaded multer v3.1.0
9942024-12-17T07:23:40.795Z Downloaded term v0.7.0
9952024-12-17T07:23:40.798Z Downloaded polyval v0.6.2
9962024-12-17T07:23:40.801Z Downloaded tinystr v0.7.6
9972024-12-17T07:23:40.803Z Downloaded thiserror v2.0.3
9982024-12-17T07:23:40.806Z Downloaded slog-term v2.9.1
9992024-12-17T07:23:40.809Z Downloaded expectorate v1.1.0
10002024-12-17T07:23:40.811Z Downloaded ssh-key v0.6.6
10012024-12-17T07:23:40.816Z Downloaded num-rational v0.4.2
10022024-12-17T07:23:40.819Z Downloaded dropshot_endpoint v0.12.0
10032024-12-17T07:23:40.823Z Downloaded ron v0.8.1
10042024-12-17T07:23:40.826Z Downloaded num-bigint v0.4.6
10052024-12-17T07:23:40.830Z Downloaded mio v1.0.2
10062024-12-17T07:23:40.835Z Downloaded reedline v0.35.0
10072024-12-17T07:23:40.842Z Downloaded flate2 v1.0.34
10082024-12-17T07:23:40.848Z Downloaded ena v0.14.3
10092024-12-17T07:23:40.850Z Downloaded utf8_iter v1.0.4
10102024-12-17T07:23:40.850Z Downloaded utf16_iter v1.0.5
10112024-12-17T07:23:40.850Z Downloaded utf-8 v0.7.6
10122024-12-17T07:23:40.853Z Downloaded phf_shared v0.11.2
10132024-12-17T07:23:40.853Z Downloaded owo-colors v4.1.0
10142024-12-17T07:23:40.856Z Downloaded tokio-tungstenite v0.23.1
10152024-12-17T07:23:40.856Z Downloaded p521 v0.13.3
10162024-12-17T07:23:40.860Z Downloaded zerovec v0.10.4
10172024-12-17T07:23:40.865Z Downloaded unicode-normalization v0.1.24
10182024-12-17T07:23:40.869Z Downloaded itertools v0.13.0
10192024-12-17T07:23:40.875Z Downloaded defmt v0.3.8
10202024-12-17T07:23:40.878Z Downloaded zerocopy v0.6.6
10212024-12-17T07:23:40.881Z Downloaded tracing-core v0.1.32
10222024-12-17T07:23:40.884Z Downloaded vsss-rs v3.3.4
10232024-12-17T07:23:40.886Z Downloaded hash32 v0.3.1
10242024-12-17T07:23:40.889Z Downloaded difflib v0.4.0
10252024-12-17T07:23:40.889Z Downloaded termios v0.3.3
10262024-12-17T07:23:40.892Z Downloaded num_enum_derive v0.5.11
10272024-12-17T07:23:40.892Z Downloaded rustc_version v0.4.1
10282024-12-17T07:23:40.892Z Downloaded parking_lot v0.12.3
10292024-12-17T07:23:40.895Z Downloaded idna v1.0.3
10302024-12-17T07:23:40.897Z Downloaded encoding_rs v0.8.34
10312024-12-17T07:23:40.918Z Downloaded diff v0.1.13
10322024-12-17T07:23:40.920Z Downloaded tracing-attributes v0.1.27
10332024-12-17T07:23:40.923Z Downloaded openssl-sys v0.9.103
10342024-12-17T07:23:40.927Z Downloaded peg v0.8.4
10352024-12-17T07:23:40.930Z Downloaded pbkdf2 v0.12.2
10362024-12-17T07:23:40.933Z Downloaded signal-hook v0.3.17
10372024-12-17T07:23:40.935Z Downloaded pkcs5 v0.7.1
10382024-12-17T07:23:40.938Z Downloaded rustversion v1.0.17
10392024-12-17T07:23:40.940Z Downloaded ppv-lite86 v0.2.20
10402024-12-17T07:23:40.943Z Downloaded powerfmt v0.2.0
10412024-12-17T07:23:40.943Z Downloaded libm v0.2.8
10422024-12-17T07:23:40.949Z Downloaded tough v0.19.0
10432024-12-17T07:23:40.956Z Downloaded strip-ansi-escapes v0.2.0
10442024-12-17T07:23:40.959Z Downloaded zone_cfg_derive v0.1.2
10452024-12-17T07:23:40.959Z Downloaded zone v0.1.8
10462024-12-17T07:23:40.959Z Downloaded miniz_oxide v0.8.0
10472024-12-17T07:23:40.962Z Downloaded samael v0.0.17
10482024-12-17T07:23:40.966Z Downloaded serde-hex v0.1.0
10492024-12-17T07:23:40.968Z Downloaded libgit2-sys v0.17.0+1.8.1
10502024-12-17T07:23:41.024Z Downloaded sct v0.7.1
10512024-12-17T07:23:41.027Z Downloaded flume v0.11.1
10522024-12-17T07:23:41.030Z Downloaded tracing v0.1.40
10532024-12-17T07:23:41.034Z Downloaded nibble_vec v0.1.0
10542024-12-17T07:23:41.036Z Downloaded des v0.8.1
10552024-12-17T07:23:41.039Z Downloaded slog-bunyan v2.5.0
10562024-12-17T07:23:41.039Z Downloaded primeorder v0.13.6
10572024-12-17T07:23:41.039Z Downloaded progenitor v0.8.0
10582024-12-17T07:23:41.041Z Downloaded proc-macro-crate v1.3.1
10592024-12-17T07:23:41.041Z Downloaded predicates-core v1.0.8
10602024-12-17T07:23:41.043Z Downloaded newtype-uuid v1.1.3
10612024-12-17T07:23:41.043Z Downloaded parking_lot_core v0.8.6
10622024-12-17T07:23:41.046Z Downloaded slog v2.7.0
10632024-12-17T07:23:41.048Z Downloaded quinn v0.11.5
10642024-12-17T07:23:41.051Z Downloaded crossterm v0.28.1
10652024-12-17T07:23:41.057Z Downloaded tokio-postgres v0.7.12
10662024-12-17T07:23:41.061Z Downloaded zip v0.6.6
10672024-12-17T07:23:41.066Z Downloaded indicatif v0.17.9
10682024-12-17T07:23:41.069Z Downloaded pin-project-lite v0.2.14
10692024-12-17T07:23:41.073Z Downloaded percent-encoding v2.3.1
10702024-12-17T07:23:41.075Z Downloaded pem-rfc7468 v0.7.0
10712024-12-17T07:23:41.078Z Downloaded pem v3.0.4
10722024-12-17T07:23:41.078Z Downloaded parse-display-derive v0.10.0
10732024-12-17T07:23:41.081Z Downloaded num-integer v0.1.46
10742024-12-17T07:23:41.081Z Downloaded der_derive v0.7.3
10752024-12-17T07:23:41.083Z Downloaded foreign-types v0.3.2
10762024-12-17T07:23:41.083Z Downloaded parse-display v0.10.0
10772024-12-17T07:23:41.083Z Downloaded packed_struct_codegen v0.10.1
10782024-12-17T07:23:41.085Z Downloaded synstructure v0.13.1
10792024-12-17T07:23:41.085Z Downloaded tokio-rustls v0.26.0
10802024-12-17T07:23:41.088Z Downloaded tls_codec v0.4.1
10812024-12-17T07:23:41.091Z Downloaded unicode-bidi v0.3.17
10822024-12-17T07:23:41.095Z Downloaded tungstenite v0.24.0
10832024-12-17T07:23:41.099Z Downloaded tar v0.4.42
10842024-12-17T07:23:41.099Z Downloaded postgres-protocol v0.6.7
10852024-12-17T07:23:41.102Z Downloaded password-hash v0.4.2
10862024-12-17T07:23:41.103Z Downloaded aes-gcm v0.10.3
10872024-12-17T07:23:41.106Z Downloaded password-hash v0.5.0
10882024-12-17T07:23:41.106Z Downloaded ssh-cipher v0.2.0
10892024-12-17T07:23:41.108Z Downloaded slog-scope v4.4.0
10902024-12-17T07:23:41.108Z Downloaded ecdsa v0.16.9
10912024-12-17T07:23:41.111Z Downloaded subprocess v0.2.9
10922024-12-17T07:23:41.113Z Downloaded crypto-bigint v0.5.5
10932024-12-17T07:23:41.118Z Downloaded embedded-io v0.4.0
10942024-12-17T07:23:41.121Z Downloaded quinn-udp v0.5.5
10952024-12-17T07:23:41.123Z Downloaded base64 v0.21.7
10962024-12-17T07:23:41.126Z Downloaded backtrace v0.3.74
10972024-12-17T07:23:41.129Z Downloaded bumpalo v3.16.0
10982024-12-17T07:23:41.132Z Downloaded base64 v0.22.1
10992024-12-17T07:23:41.135Z Downloaded nanorand v0.7.0
11002024-12-17T07:23:41.138Z Downloaded futures-task v0.3.31
11012024-12-17T07:23:41.141Z Downloaded futures-macro v0.3.31
11022024-12-17T07:23:41.141Z Downloaded spin v0.9.8
11032024-12-17T07:23:41.143Z Downloaded progenitor-impl v0.8.0
11042024-12-17T07:23:41.146Z Downloaded prettyplease v0.2.25
11052024-12-17T07:23:41.149Z Downloaded indexmap v1.9.3
11062024-12-17T07:23:41.152Z Downloaded icu_collections v1.5.0
11072024-12-17T07:23:41.155Z Downloaded lock_api v0.4.12
11082024-12-17T07:23:41.158Z Downloaded litemap v0.7.3
11092024-12-17T07:23:41.160Z Downloaded crossbeam-utils v0.8.20
11102024-12-17T07:23:41.163Z Downloaded crc32fast v1.4.2
11112024-12-17T07:23:41.163Z Downloaded dirs-sys-next v0.1.2
11122024-12-17T07:23:41.166Z Downloaded libloading v0.8.5
11132024-12-17T07:23:41.168Z Downloaded lazycell v1.3.0
11142024-12-17T07:23:41.168Z Downloaded jobserver v0.1.32
11152024-12-17T07:23:41.170Z Downloaded idna_adapter v1.2.0
11162024-12-17T07:23:41.170Z Downloaded base64 v0.13.1
11172024-12-17T07:23:41.173Z Downloaded rustc-demangle v0.1.24
11182024-12-17T07:23:41.175Z Downloaded icu_locid_transform_data v1.5.0
11192024-12-17T07:23:41.177Z Downloaded schemars_derive v0.8.21
11202024-12-17T07:23:41.177Z Downloaded rustc_version v0.1.7
11212024-12-17T07:23:41.179Z Downloaded rustc-hash v2.0.0
11222024-12-17T07:23:41.179Z Downloaded rustc-hash v1.1.0
11232024-12-17T07:23:41.179Z Downloaded libefi-sys v0.1.0
11242024-12-17T07:23:41.182Z Downloaded lalrpop-util v0.19.12
11252024-12-17T07:23:41.182Z Downloaded tap v1.0.1
11262024-12-17T07:23:41.184Z Downloaded structmeta v0.3.0
11272024-12-17T07:23:41.184Z Downloaded mime v0.3.17
11282024-12-17T07:23:41.184Z Downloaded maplit v1.0.2
11292024-12-17T07:23:41.187Z Downloaded lockfree-object-pool v0.1.6
11302024-12-17T07:23:41.187Z Downloaded slog-envlogger v2.2.0
11312024-12-17T07:23:41.189Z Downloaded managed v0.8.0
11322024-12-17T07:23:41.189Z Downloaded lru v0.12.5
11332024-12-17T07:23:41.193Z Downloaded linked-hash-map v0.5.6
11342024-12-17T07:23:41.193Z Downloaded libsw v3.3.1
11352024-12-17T07:23:41.195Z Downloaded lazy_static v1.5.0
11362024-12-17T07:23:41.195Z Downloaded kstat-rs v0.2.4
11372024-12-17T07:23:41.195Z Downloaded cookie v0.18.1
11382024-12-17T07:23:41.198Z Downloaded inout v0.1.3
11392024-12-17T07:23:41.201Z Downloaded indoc v1.0.9
11402024-12-17T07:23:41.201Z Downloaded impl-trait-for-tuples v0.2.2
11412024-12-17T07:23:41.204Z Downloaded blake2 v0.10.6
11422024-12-17T07:23:41.206Z Downloaded iana-time-zone v0.1.61
11432024-12-17T07:23:41.208Z Downloaded addr2line v0.24.2
11442024-12-17T07:23:41.211Z Downloaded async-bb8-diesel v0.2.1
11452024-12-17T07:23:41.214Z Downloaded indent_write v2.2.0
11462024-12-17T07:23:41.214Z Downloaded humantime v2.1.0
11472024-12-17T07:23:41.214Z Downloaded ipnetwork v0.20.0
11482024-12-17T07:23:41.217Z Downloaded hyper-rustls v0.27.3
11492024-12-17T07:23:41.219Z Downloaded bzip2 v0.4.4
11502024-12-17T07:23:41.219Z Downloaded bcrypt-pbkdf v0.10.0
11512024-12-17T07:23:41.222Z Downloaded hostname v0.4.0
11522024-12-17T07:23:41.224Z Downloaded async-trait v0.1.83
11532024-12-17T07:23:41.227Z Downloaded http-range v0.1.5
11542024-12-17T07:23:41.229Z Downloaded http-body v1.0.1
11552024-12-17T07:23:41.229Z Downloaded highway v1.2.0
11562024-12-17T07:23:41.232Z Downloaded bitfield-struct v0.6.2
11572024-12-17T07:23:41.232Z Downloaded ascii-canvas v3.0.0
11582024-12-17T07:23:41.232Z Downloaded cobs v0.2.3
11592024-12-17T07:23:41.235Z Downloaded cmake v0.1.51
11602024-12-17T07:23:41.235Z Downloaded chrono-tz-build v0.4.0
11612024-12-17T07:23:41.235Z Downloaded blowfish v0.9.1
11622024-12-17T07:23:41.238Z Downloaded block-padding v0.3.3
11632024-12-17T07:23:41.341Z Downloaded ring v0.17.8
11642024-12-17T07:23:41.501Z Downloaded libsqlite3-sys v0.30.1
11652024-12-17T07:23:41.578Z Downloaded ring v0.16.20
11662024-12-17T07:23:41.755Z Downloaded aws-lc-sys v0.22.0
11672024-12-17T07:23:42.054Z Compiling serde v1.0.215
11682024-12-17T07:23:42.057Z Compiling lock_api v0.4.12
11692024-12-17T07:23:42.057Z Compiling scopeguard v1.2.0
11702024-12-17T07:23:42.057Z Compiling value-bag v1.9.0
11712024-12-17T07:23:42.057Z Compiling typenum v1.17.0
11722024-12-17T07:23:42.057Z Compiling generic-array v0.14.7
11732024-12-17T07:23:42.234Z Compiling syn v2.0.90
11742024-12-17T07:23:42.247Z Compiling getrandom v0.2.15
11752024-12-17T07:23:42.413Z Compiling subtle v2.6.1
11762024-12-17T07:23:42.547Z Compiling rand_core v0.6.4
11772024-12-17T07:23:42.674Z Compiling log v0.4.22
11782024-12-17T07:23:42.772Z Compiling shlex v1.3.0
11792024-12-17T07:23:42.772Z Compiling jobserver v0.1.32
11802024-12-17T07:23:42.815Z Compiling smallvec v1.13.2
11812024-12-17T07:23:43.208Z Compiling cc v1.1.30
11822024-12-17T07:23:43.327Z Compiling const-oid v0.9.6
11832024-12-17T07:23:43.348Z Compiling spin v0.9.8
11842024-12-17T07:23:43.377Z Compiling pin-project-lite v0.2.14
11852024-12-17T07:23:43.509Z Compiling rustix v0.38.37
11862024-12-17T07:23:43.583Z Compiling parking_lot_core v0.9.10
11872024-12-17T07:23:43.736Z Compiling futures-core v0.3.31
11882024-12-17T07:23:43.755Z Compiling signal-hook-registry v1.4.2
11892024-12-17T07:23:43.989Z Compiling mio v1.0.2
11902024-12-17T07:23:44.399Z Compiling parking_lot v0.12.3
11912024-12-17T07:23:44.592Z Compiling aho-corasick v1.1.3
11922024-12-17T07:23:44.688Z Compiling cpufeatures v0.2.14
11932024-12-17T07:23:44.797Z Compiling regex-syntax v0.8.5
11942024-12-17T07:23:45.160Z Compiling lazy_static v1.5.0
11952024-12-17T07:23:45.224Z Compiling futures-sink v0.3.31
11962024-12-17T07:23:45.282Z Compiling either v1.13.0
11972024-12-17T07:23:45.377Z Compiling stable_deref_trait v1.2.0
11982024-12-17T07:23:45.398Z Compiling glob v0.3.1
11992024-12-17T07:23:45.398Z Compiling socket2 v0.5.7
12002024-12-17T07:23:45.493Z Compiling slab v0.4.9
12012024-12-17T07:23:45.695Z Compiling prettyplease v0.2.25
12022024-12-17T07:23:45.950Z Compiling minimal-lexical v0.2.1
12032024-12-17T07:23:46.346Z Compiling nom v7.1.3
12042024-12-17T07:23:46.449Z Compiling libloading v0.8.5
12052024-12-17T07:23:46.452Z Compiling clang-sys v1.8.1
12062024-12-17T07:23:46.488Z Compiling bindgen v0.69.5
12072024-12-17T07:23:46.899Z Compiling home v0.5.9
12082024-12-17T07:23:47.183Z Compiling serde_json v1.0.133
12092024-12-17T07:23:47.298Z Compiling itertools v0.10.5
12102024-12-17T07:23:47.513Z Compiling futures-channel v0.3.31
12112024-12-17T07:23:47.681Z Compiling foldhash v0.1.3
12122024-12-17T07:23:47.951Z Compiling lazycell v1.3.0
12132024-12-17T07:23:47.975Z Compiling futures-task v0.3.31
12142024-12-17T07:23:48.120Z Compiling allocator-api2 v0.2.18
12152024-12-17T07:23:48.305Z Compiling pin-utils v0.1.0
12162024-12-17T07:23:48.402Z Compiling futures-io v0.3.31
12172024-12-17T07:23:48.731Z Compiling regex-automata v0.4.8
12182024-12-17T07:23:48.917Z Compiling rustc-hash v1.1.0
12192024-12-17T07:23:49.063Z Compiling hashbrown v0.15.1
12202024-12-17T07:23:50.115Z Compiling synstructure v0.13.1
12212024-12-17T07:23:50.235Z Compiling cexpr v0.6.0
12222024-12-17T07:23:50.391Z Compiling cmake v0.1.51
12232024-12-17T07:23:51.424Z Compiling libm v0.2.8
12242024-12-17T07:23:51.606Z Compiling fs_extra v1.3.0
12252024-12-17T07:23:51.755Z Compiling pkg-config v0.3.31
12262024-12-17T07:23:51.814Z Compiling dunce v1.0.5
12272024-12-17T07:23:51.948Z Compiling tinyvec_macros v0.1.1
12282024-12-17T07:23:52.028Z Compiling tinyvec v1.8.0
12292024-12-17T07:23:52.049Z Compiling num-traits v0.2.19
12302024-12-17T07:23:52.548Z Compiling ring v0.17.8
12312024-12-17T07:23:53.251Z Compiling paste v1.0.15
12322024-12-17T07:23:53.287Z Compiling base64ct v1.6.0
12332024-12-17T07:23:53.574Z Compiling unicode-normalization v0.1.24
12342024-12-17T07:23:53.665Z Compiling unicode-bidi v0.3.17
12352024-12-17T07:23:53.685Z Compiling writeable v0.5.5
12362024-12-17T07:23:53.734Z Compiling litemap v0.7.3
12372024-12-17T07:23:53.888Z Compiling pem-rfc7468 v0.7.0
12382024-12-17T07:23:54.257Z Compiling regex v1.11.1
12392024-12-17T07:23:54.672Z Compiling aws-lc-rs v1.10.0
12402024-12-17T07:23:55.038Z Compiling flagset v0.4.6
12412024-12-17T07:23:55.102Z Compiling httparse v1.9.5
12422024-12-17T07:23:55.404Z Compiling tracing-core v0.1.32
12432024-12-17T07:23:55.925Z Compiling crossbeam-utils v0.8.20
12442024-12-17T07:23:56.367Z Compiling icu_locid_transform_data v1.5.0
12452024-12-17T07:23:56.444Z Compiling percent-encoding v2.3.1
12462024-12-17T07:23:56.467Z Compiling rustls-pki-types v1.10.0
12472024-12-17T07:23:56.744Z Compiling icu_properties_data v1.5.0
12482024-12-17T07:23:56.799Z Compiling powerfmt v0.2.0
12492024-12-17T07:23:57.006Z Compiling vcpkg v0.2.15
12502024-12-17T07:23:57.084Z Compiling serde_derive v1.0.215
12512024-12-17T07:23:57.203Z Compiling zeroize_derive v1.4.2
12522024-12-17T07:23:57.224Z Compiling zerocopy-derive v0.7.35
12532024-12-17T07:23:57.570Z Compiling tokio-macros v2.4.0
12542024-12-17T07:23:58.722Z Compiling zeroize v1.8.1
12552024-12-17T07:23:59.126Z Compiling zerofrom-derive v0.1.4
12562024-12-17T07:23:59.165Z Compiling yoke-derive v0.7.4
12572024-12-17T07:23:59.194Z Compiling thiserror-impl v1.0.69
12582024-12-17T07:23:59.534Z Compiling zerocopy v0.7.35
12592024-12-17T07:23:59.965Z Compiling futures-macro v0.3.31
12602024-12-17T07:24:00.445Z Compiling crypto-common v0.1.6
12612024-12-17T07:24:00.684Z Compiling block-buffer v0.10.4
12622024-12-17T07:24:00.960Z Compiling digest v0.10.7
12632024-12-17T07:24:01.190Z Compiling zerovec-derive v0.10.3
12642024-12-17T07:24:01.436Z Compiling hmac v0.12.1
12652024-12-17T07:24:01.591Z Compiling block-padding v0.3.3
12662024-12-17T07:24:01.671Z Compiling displaydoc v0.2.5
12672024-12-17T07:24:01.847Z Compiling inout v0.1.3
12682024-12-17T07:24:01.901Z Compiling futures-util v0.3.31
12692024-12-17T07:24:02.125Z Compiling cipher v0.4.4
12702024-12-17T07:24:02.267Z Compiling sha2 v0.10.8
12712024-12-17T07:24:02.620Z Compiling thiserror v1.0.69
12722024-12-17T07:24:02.654Z Compiling ppv-lite86 v0.2.20
12732024-12-17T07:24:02.761Z Compiling icu_provider_macros v1.5.0
12742024-12-17T07:24:03.310Z Compiling zerofrom v0.1.4
12752024-12-17T07:24:03.352Z Compiling der_derive v0.7.3
12762024-12-17T07:24:03.548Z Compiling yoke v0.7.4
12772024-12-17T07:24:03.567Z Compiling rand_chacha v0.3.1
12782024-12-17T07:24:03.945Z Compiling tracing-attributes v0.1.27
12792024-12-17T07:24:03.970Z Compiling pest v2.7.14
12802024-12-17T07:24:04.040Z Compiling zerovec v0.10.4
12812024-12-17T07:24:05.841Z Compiling tinystr v0.7.6
12822024-12-17T07:24:05.844Z Compiling der v0.7.9
12832024-12-17T07:24:05.911Z Compiling icu_collections v1.5.0
12842024-12-17T07:24:06.214Z Compiling rand v0.8.5
12852024-12-17T07:24:06.303Z Compiling icu_locid v1.5.0
12862024-12-17T07:24:06.936Z Compiling salsa20 v0.10.2
12872024-12-17T07:24:07.177Z Compiling pbkdf2 v0.12.2
12882024-12-17T07:24:07.352Z Compiling untrusted v0.9.0
12892024-12-17T07:24:07.386Z Compiling num-conv v0.1.0
12902024-12-17T07:24:07.529Z Compiling icu_provider v1.5.0
12912024-12-17T07:24:07.687Z Compiling untrusted v0.7.1
12922024-12-17T07:24:07.786Z Compiling tracing v0.1.40
12932024-12-17T07:24:07.860Z Compiling mirai-annotations v1.12.0
12942024-12-17T07:24:08.120Z Compiling spki v0.7.3
12952024-12-17T07:24:08.314Z Compiling time-core v0.1.2
12962024-12-17T07:24:08.366Z Compiling icu_locid_transform v1.5.0
12972024-12-17T07:24:08.437Z Compiling time-macros v0.2.18
12982024-12-17T07:24:08.498Z Compiling scrypt v0.11.0
12992024-12-17T07:24:08.678Z Compiling pest_meta v2.7.14
13002024-12-17T07:24:08.698Z Compiling cbc v0.1.2
13012024-12-17T07:24:08.940Z Compiling aes v0.8.4
13022024-12-17T07:24:09.085Z Compiling openssl-sys v0.9.103
13032024-12-17T07:24:09.256Z Compiling scroll_derive v0.12.0
13042024-12-17T07:24:10.208Z Compiling icu_properties v1.5.1
13052024-12-17T07:24:10.707Z Compiling deranged v0.3.11
13062024-12-17T07:24:11.571Z Compiling bitflags v2.6.0
13072024-12-17T07:24:11.709Z Compiling bytes v1.8.0
13082024-12-17T07:24:12.202Z Compiling indexmap v2.7.0
13092024-12-17T07:24:12.308Z Compiling semver v1.0.23
13102024-12-17T07:24:12.663Z Compiling tokio v1.42.0
13112024-12-17T07:24:13.035Z Compiling http v1.1.0
13122024-12-17T07:24:13.119Z Compiling rustc_version v0.4.1
13132024-12-17T07:24:13.711Z Compiling write16 v1.0.0
13142024-12-17T07:24:13.793Z Compiling icu_normalizer_data v1.5.0
13152024-12-17T07:24:13.844Z Compiling atomic-waker v1.1.2
13162024-12-17T07:24:13.891Z Compiling utf16_iter v1.0.5
13172024-12-17T07:24:13.911Z Compiling utf8_iter v1.0.4
13182024-12-17T07:24:14.036Z Compiling num_threads v0.1.7
13192024-12-17T07:24:14.099Z Compiling icu_normalizer v1.5.0
13202024-12-17T07:24:14.135Z Compiling time v0.3.36
13212024-12-17T07:24:14.170Z Compiling scroll v0.12.0
13222024-12-17T07:24:14.716Z Compiling http-body v1.0.1
13232024-12-17T07:24:15.023Z Compiling pkcs5 v0.7.1
13242024-12-17T07:24:15.055Z Compiling pest_generator v2.7.14
13252024-12-17T07:24:15.058Z Compiling form_urlencoded v1.2.1
13262024-12-17T07:24:15.413Z Compiling slog v2.7.0
13272024-12-17T07:24:15.468Z Compiling try-lock v0.2.5
13282024-12-17T07:24:15.613Z Compiling want v0.3.1
13292024-12-17T07:24:15.893Z Compiling pkcs8 v0.10.2
13302024-12-17T07:24:15.951Z Compiling which v4.4.2
13312024-12-17T07:24:16.206Z Compiling goblin v0.8.2
13322024-12-17T07:24:16.225Z Compiling idna_adapter v1.2.0
13332024-12-17T07:24:16.547Z Compiling httpdate v1.0.3
13342024-12-17T07:24:16.631Z Compiling idna v1.0.3
13352024-12-17T07:24:17.077Z Compiling pest_derive v2.7.14
13362024-12-17T07:24:17.402Z Compiling serde_tokenstream v0.2.2
13372024-12-17T07:24:17.847Z Compiling dtrace-parser v0.2.0
13382024-12-17T07:24:17.868Z Compiling serde_spanned v0.6.8
13392024-12-17T07:24:18.006Z Compiling toml_datetime v0.6.8
13402024-12-17T07:24:18.144Z Compiling uuid v1.11.0
13412024-12-17T07:24:18.535Z Compiling tower-service v0.3.3
13422024-12-17T07:24:18.535Z Compiling match_cfg v0.1.0
13432024-12-17T07:24:18.656Z Compiling foreign-types-shared v0.1.1
13442024-12-17T07:24:18.677Z Compiling iana-time-zone v0.1.61
13452024-12-17T07:24:18.766Z Compiling base64 v0.22.1
13462024-12-17T07:24:19.125Z Compiling adler2 v2.0.0
13472024-12-17T07:24:19.336Z Compiling openssl v0.10.66
13482024-12-17T07:24:19.496Z Compiling rustversion v1.0.17
13492024-12-17T07:24:19.517Z Compiling miniz_oxide v0.8.0
13502024-12-17T07:24:19.565Z Compiling chrono v0.4.38
13512024-12-17T07:24:19.764Z Compiling foreign-types v0.3.2
13522024-12-17T07:24:19.864Z Compiling hostname v0.3.1
13532024-12-17T07:24:20.032Z Compiling url v2.5.3
13542024-12-17T07:24:20.295Z Compiling openssl-macros v0.1.1
13552024-12-17T07:24:21.053Z Compiling tokio-util v0.7.12
13562024-12-17T07:24:21.076Z Compiling async-trait v0.1.83
13572024-12-17T07:24:21.478Z Compiling dirs-sys-next v0.1.2
13582024-12-17T07:24:22.024Z Compiling h2 v0.4.6
13592024-12-17T07:24:22.147Z Compiling dof v0.3.0
13602024-12-17T07:24:22.480Z Compiling rustls v0.22.4
13612024-12-17T07:24:22.725Z Compiling syn v1.0.109
13622024-12-17T07:24:23.215Z Compiling usdt-impl v0.5.0
13632024-12-17T07:24:23.397Z Compiling native-tls v0.2.12
13642024-12-17T07:24:23.703Z Compiling data-encoding v2.6.0
13652024-12-17T07:24:23.826Z Compiling siphasher v0.3.11
13662024-12-17T07:24:24.218Z Compiling rustls v0.23.19
13672024-12-17T07:24:24.481Z Compiling dirs-next v2.0.0
13682024-12-17T07:24:24.809Z Compiling http-body-util v0.1.2
13692024-12-17T07:24:25.342Z Compiling heapless v0.7.17
13702024-12-17T07:24:25.770Z Compiling crossbeam-epoch v0.9.18
13712024-12-17T07:24:26.078Z Compiling sha1 v0.10.6
13722024-12-17T07:24:26.175Z Compiling signature v2.2.0
13732024-12-17T07:24:26.472Z Compiling bzip2-sys v0.1.11+1.0.8
13742024-12-17T07:24:26.516Z Compiling serde_derive_internals v0.29.1
13752024-12-17T07:24:26.538Z Compiling thread_local v1.1.8
13762024-12-17T07:24:26.634Z Compiling cookie v0.18.1
13772024-12-17T07:24:26.898Z Compiling multer v3.1.0
13782024-12-17T07:24:26.932Z Compiling encoding_rs v0.8.34
13792024-12-17T07:24:27.110Z Compiling mime v0.3.17
13802024-12-17T07:24:27.173Z Compiling openssl-probe v0.1.5
13812024-12-17T07:24:27.579Z Compiling unicode-properties v0.1.3
13822024-12-17T07:24:27.713Z Compiling schemars v0.8.21
13832024-12-17T07:24:27.952Z Compiling gimli v0.31.1
13842024-12-17T07:24:28.074Z Compiling ipnet v2.10.1
13852024-12-17T07:24:28.253Z Compiling rayon-core v1.12.1
13862024-12-17T07:24:28.530Z Compiling slog-async v2.8.0
13872024-12-17T07:24:29.045Z Compiling hyper v1.5.1
13882024-12-17T07:24:29.272Z Compiling signal-hook v0.3.17
13892024-12-17T07:24:29.318Z Compiling schemars_derive v0.8.21
13902024-12-17T07:24:29.622Z Compiling toml_edit v0.22.22
13912024-12-17T07:24:32.075Z Compiling hyper-util v0.1.10
13922024-12-17T07:24:32.654Z Compiling addr2line v0.24.2
13932024-12-17T07:24:32.834Z Compiling stringprep v0.1.5
13942024-12-17T07:24:33.319Z Compiling usdt-attr-macro v0.5.0
13952024-12-17T07:24:33.363Z Compiling usdt-macro v0.5.0
13962024-12-17T07:24:33.403Z Compiling crossbeam-deque v0.8.5
13972024-12-17T07:24:33.807Z Compiling term v0.7.0
13982024-12-17T07:24:34.791Z Compiling slog-json v2.6.1
13992024-12-17T07:24:34.851Z Compiling serde_urlencoded v0.7.1
14002024-12-17T07:24:34.872Z Compiling curve25519-dalek v4.1.3
14012024-12-17T07:24:35.112Z Compiling crossbeam-channel v0.5.13
14022024-12-17T07:24:35.157Z Compiling enum-as-inner v0.6.1
14032024-12-17T07:24:35.276Z Compiling futures-executor v0.3.31
14042024-12-17T07:24:35.377Z Compiling md-5 v0.10.6
14052024-12-17T07:24:35.455Z Compiling async-stream-impl v0.3.6
14062024-12-17T07:24:35.642Z Compiling rustls-pemfile v2.2.0
14072024-12-17T07:24:35.843Z Compiling num-integer v0.1.46
14082024-12-17T07:24:35.982Z Compiling idna v0.3.0
14092024-12-17T07:24:36.221Z Compiling idna v0.4.0
14102024-12-17T07:24:36.224Z Compiling hash32 v0.2.1
14112024-12-17T07:24:36.594Z Compiling ff v0.13.0
14122024-12-17T07:24:36.619Z Compiling is-terminal v0.4.13
14132024-12-17T07:24:36.755Z Compiling object v0.36.5
14142024-12-17T07:24:36.812Z Compiling dropshot v0.12.0
14152024-12-17T07:24:36.830Z Compiling anyhow v1.0.93
14162024-12-17T07:24:37.083Z Compiling base16ct v0.2.0
14172024-12-17T07:24:37.429Z Compiling dyn-clone v1.0.17
14182024-12-17T07:24:37.449Z Compiling smoltcp v0.9.1
14192024-12-17T07:24:37.610Z Compiling quick-error v1.2.3
14202024-12-17T07:24:37.644Z Compiling rustc-demangle v0.1.24
14212024-12-17T07:24:37.761Z Compiling take_mut v0.2.2
14222024-12-17T07:24:37.914Z Compiling fallible-iterator v0.2.0
14232024-12-17T07:24:37.985Z Compiling psl-types v2.0.11
14242024-12-17T07:24:38.027Z Compiling utf-8 v0.7.6
14252024-12-17T07:24:38.166Z Compiling num-bigint-dig v0.8.4
14262024-12-17T07:24:38.189Z Compiling portable-atomic v1.9.0
14272024-12-17T07:24:38.378Z Compiling linked-hash-map v0.5.6
14282024-12-17T07:24:38.487Z Compiling tungstenite v0.24.0
14292024-12-17T07:24:38.673Z Compiling postgres-protocol v0.6.7
14302024-12-17T07:24:38.717Z Compiling lru-cache v0.1.2
14312024-12-17T07:24:38.772Z Compiling publicsuffix v2.2.3
14322024-12-17T07:24:39.060Z Compiling resolv-conf v0.7.0
14332024-12-17T07:24:40.013Z Compiling sec1 v0.7.3
14342024-12-17T07:24:40.128Z Compiling hickory-proto v0.24.1
14352024-12-17T07:24:40.239Z Compiling async-stream v0.3.6
14362024-12-17T07:24:40.533Z Compiling group v0.13.0
14372024-12-17T07:24:40.571Z Compiling slog-term v2.9.1
14382024-12-17T07:24:40.839Z Compiling usdt v0.5.0
14392024-12-17T07:24:41.347Z Compiling num-iter v0.1.45
14402024-12-17T07:24:41.540Z Compiling futures v0.3.31
14412024-12-17T07:24:41.789Z Compiling slog-bunyan v2.5.0
14422024-12-17T07:24:43.173Z Compiling toml v0.8.19
14432024-12-17T07:24:43.195Z Compiling camino v1.1.9
14442024-12-17T07:24:43.220Z Compiling tokio-native-tls v0.3.1
14452024-12-17T07:24:43.770Z Compiling phf_shared v0.11.2
14462024-12-17T07:24:44.158Z Compiling backtrace v0.3.74
14472024-12-17T07:24:44.178Z Compiling dropshot_endpoint v0.12.0
14482024-12-17T07:24:44.472Z Compiling terminal_size v0.4.0
14492024-12-17T07:24:44.693Z Compiling waitgroup v0.1.2
14502024-12-17T07:24:44.877Z Compiling openapiv3 v2.0.0
14512024-12-17T07:24:44.925Z Compiling serde_path_to_error v0.1.16
14522024-12-17T07:24:44.955Z Compiling hkdf v0.12.4
14532024-12-17T07:24:45.212Z Compiling crypto-bigint v0.5.5
14542024-12-17T07:24:45.777Z Compiling zerocopy-derive v0.6.6
14552024-12-17T07:24:47.890Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-17T07:24:48.098Z Compiling webpki-roots v0.26.6
14572024-12-17T07:24:48.251Z Compiling hubpack_derive v0.1.1
14582024-12-17T07:24:48.328Z Compiling idna v0.5.0
14592024-12-17T07:24:48.843Z Compiling hostname v0.4.0
14602024-12-17T07:24:49.099Z Compiling ahash v0.8.11
14612024-12-17T07:24:49.179Z Compiling crc32fast v1.4.2
14622024-12-17T07:24:49.346Z Compiling fs-err v2.11.0
14632024-12-17T07:24:49.422Z Compiling managed v0.8.0
14642024-12-17T07:24:49.453Z Compiling debug-ignore v1.0.5
14652024-12-17T07:24:49.492Z Compiling winnow v0.5.40
14662024-12-17T07:24:49.602Z Compiling bitflags v1.3.2
14672024-12-17T07:24:49.712Z Compiling clap_builder v4.5.21
14682024-12-17T07:24:49.773Z Compiling console v0.15.8
14692024-12-17T07:24:50.417Z Compiling strum_macros v0.25.3
14702024-12-17T07:24:51.455Z Compiling flate2 v1.0.34
14712024-12-17T07:24:51.482Z Compiling hubpack v0.1.2
14722024-12-17T07:24:51.935Z Compiling cookie_store v0.21.0
14732024-12-17T07:24:51.988Z Compiling elliptic-curve v0.13.8
14742024-12-17T07:24:52.427Z Compiling zerocopy v0.6.6
14752024-12-17T07:24:52.859Z Compiling hickory-resolver v0.24.1
14762024-12-17T07:24:53.358Z Compiling toml_edit v0.19.15
14772024-12-17T07:24:53.541Z Compiling phf v0.11.2
14782024-12-17T07:24:53.878Z Compiling signal-hook-mio v0.2.4
14792024-12-17T07:24:54.043Z Compiling hyper-tls v0.6.0
14802024-12-17T07:24:54.281Z Compiling rayon v1.10.0
14812024-12-17T07:24:54.428Z Compiling bzip2 v0.4.4
14822024-12-17T07:24:54.826Z Compiling tokio-tungstenite v0.24.0
14832024-12-17T07:24:55.359Z Compiling postgres-types v0.2.8
14842024-12-17T07:24:57.945Z Compiling ed25519 v2.2.3
14852024-12-17T07:24:58.269Z Compiling phf_shared v0.10.0
14862024-12-17T07:24:58.689Z Compiling tokio-stream v0.1.16
14872024-12-17T07:24:59.062Z Compiling pkcs1 v0.7.5
14882024-12-17T07:24:59.374Z Compiling serde-big-array v0.5.1
14892024-12-17T07:24:59.609Z Compiling clap_derive v4.5.18
14902024-12-17T07:24:59.714Z Compiling rfc6979 v0.4.0
14912024-12-17T07:24:59.767Z Compiling serde_repr v0.1.19
14922024-12-17T07:24:59.854Z Compiling derive-where v1.2.7
14932024-12-17T07:24:59.908Z Compiling float-cmp v0.9.0
14942024-12-17T07:25:00.089Z Compiling bstr v1.10.0
14952024-12-17T07:25:00.126Z Compiling sync_wrapper v1.0.1
14962024-12-17T07:25:00.280Z Compiling number_prefix v0.4.0
14972024-12-17T07:25:00.523Z Compiling precomputed-hash v0.1.1
14982024-12-17T07:25:00.643Z Compiling whoami v1.5.2
14992024-12-17T07:25:00.971Z Compiling fixedbitset v0.4.2
15002024-12-17T07:25:01.290Z Compiling new_debug_unreachable v1.0.6
15012024-12-17T07:25:01.403Z Compiling static_assertions v1.1.0
15022024-12-17T07:25:01.423Z Compiling difflib v0.4.0
15032024-12-17T07:25:01.469Z Compiling unicode-width v0.2.0
15042024-12-17T07:25:01.509Z Compiling predicates-core v1.0.8
15052024-12-17T07:25:01.859Z Compiling unicode-segmentation v1.12.0
15062024-12-17T07:25:01.886Z Compiling bit-vec v0.6.3
15072024-12-17T07:25:01.997Z Compiling normalize-line-endings v0.3.0
15082024-12-17T07:25:02.127Z Compiling predicates v3.1.2
15092024-12-17T07:25:02.348Z Compiling bit-set v0.5.3
15102024-12-17T07:25:02.634Z Compiling similar v2.6.0
15112024-12-17T07:25:02.741Z Compiling indicatif v0.17.9
15122024-12-17T07:25:03.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132024-12-17T07:25:03.452Z Compiling string_cache v0.8.7
15142024-12-17T07:25:03.931Z Compiling petgraph v0.6.5
15152024-12-17T07:25:03.952Z Compiling tokio-postgres v0.7.12
15162024-12-17T07:25:04.704Z Compiling clap v4.5.21
15172024-12-17T07:25:04.838Z Compiling ecdsa v0.16.9
15182024-12-17T07:25:05.054Z Compiling rsa v0.9.6
15192024-12-17T07:25:05.075Z Compiling ed25519-dalek v2.1.1
15202024-12-17T07:25:05.706Z Compiling toml v0.7.8
15212024-12-17T07:25:06.366Z Compiling zip v0.6.6
15222024-12-17T07:25:07.424Z Compiling crossterm v0.28.1
15232024-12-17T07:25:08.509Z Compiling hex v0.4.3
15242024-12-17T07:25:08.943Z Compiling x509-cert v0.2.5
15252024-12-17T07:25:09.140Z Compiling lalrpop-util v0.19.12
15262024-12-17T07:25:09.191Z Compiling unicode-xid v0.2.6
15272024-12-17T07:25:09.374Z Compiling peg-runtime v0.8.3
15282024-12-17T07:25:09.502Z Compiling strum_macros v0.26.4
15292024-12-17T07:25:09.660Z Compiling xattr v1.3.1
15302024-12-17T07:25:09.929Z Compiling filetime v0.2.25
15312024-12-17T07:25:10.243Z Compiling tar v0.4.42
15322024-12-17T07:25:14.705Z Compiling strum v0.26.3
15332024-12-17T07:25:17.591Z Compiling aws-lc-sys v0.22.0
15342024-12-17T07:25:45.443Z Compiling rustls-webpki v0.102.8
15352024-12-17T07:25:48.814Z Compiling tokio-rustls v0.25.0
15362024-12-17T07:25:50.723Z Compiling tokio-rustls v0.26.0
15372024-12-17T07:25:51.077Z Compiling hyper-rustls v0.27.3
15382024-12-17T07:25:51.333Z Compiling reqwest v0.12.9
15392024-12-17T07:25:52.179Z Compiling qorb v0.2.1
15402024-12-17T07:25:57.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-12-17T07:25:57.568Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-12-17T07:26:03.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15432024-12-17T07:26:03.506Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-12-17T07:26:03.558ZDec 17 07:26:02.904 INFO Starting download, target: Cockroach
15452024-12-17T07:26:03.572ZDec 17 07:26:02.904 INFO Starting download, target: Console
15462024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Starting download, target: Clickhouse
15472024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Starting download, target: DendriteOpenapi
15482024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Starting download, target: DendriteStub
15492024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Starting download, target: MaghemiteMgd
15502024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Starting download, target: TransceiverControl
15512024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15552024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-12-17T07:26:03.573ZDec 17 07:26:02.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-12-17T07:26:03.574ZDec 17 07:26:02.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582024-12-17T07:26:03.877ZDec 17 07:26:03.214 INFO Download complete, target: DendriteOpenapi
15592024-12-17T07:26:04.058ZDec 17 07:26:03.369 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15602024-12-17T07:26:04.203ZDec 17 07:26:03.536 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-12-17T07:26:04.294ZDec 17 07:26:03.650 INFO Download complete, target: Console
15622024-12-17T07:26:04.810ZDec 17 07:26:04.155 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15632024-12-17T07:26:04.833ZDec 17 07:26:04.160 INFO Download complete, target: TransceiverControl
15642024-12-17T07:26:04.991ZDec 17 07:26:04.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652024-12-17T07:26:05.678ZDec 17 07:26:05.037 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-17T07:26:05.715ZDec 17 07:26:05.073 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15672024-12-17T07:26:05.715ZDec 17 07:26:05.073 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15682024-12-17T07:26:07.600ZDec 17 07:26:06.959 INFO Download complete, target: DendriteStub
15692024-12-17T07:26:07.816ZDec 17 07:26:07.175 INFO Download complete, target: MaghemiteMgd
15702024-12-17T07:26:13.007ZDec 17 07:26:12.365 INFO Checking that binary works, target: Cockroach
15712024-12-17T07:26:13.169ZDec 17 07:26:12.527 INFO Download complete, target: Cockroach
15722024-12-17T07:26:17.964ZDec 17 07:26:17.322 INFO Checking that binary works, target: Clickhouse
15732024-12-17T07:26:18.085ZDec 17 07:26:17.442 INFO Download complete, target: Clickhouse
15742024-12-17T07:26:18.105ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-12-17T07:26:18.108Z
15762024-12-17T07:26:18.108Zreal 5:06.884885761
15772024-12-17T07:26:18.108Zuser 16:24.746388966
15782024-12-17T07:26:18.108Zsys 3:12.616994522
15792024-12-17T07:26:18.108Ztrap 0.543174099
15802024-12-17T07:26:18.108Ztflt 1.613637936
15812024-12-17T07:26:18.108Zdflt 2.429788024
15822024-12-17T07:26:18.108Zkflt 0.026948721
15832024-12-17T07:26:18.108Zlock 28:59.680965810
15842024-12-17T07:26:18.108Zslp 1:01:23.262790674
15852024-12-17T07:26:18.108Zlat 57.070362623
15862024-12-17T07:26:18.108Zstop 2:19.942460645
15872024-12-17T07:26:18.108Z+ banner hack-check
15882024-12-17T07:26:18.111Z
15892024-12-17T07:26:18.111Z # # ## #### # # #### # # ###### #### # #
15902024-12-17T07:26:18.111Z # # # # # # # # # # # # # # # # #
15912024-12-17T07:26:18.111Z ###### # # # #### ##### # ###### ##### # ####
15922024-12-17T07:26:18.111Z # # ###### # # # # # # # # # #
15932024-12-17T07:26:18.111Z # # # # # # # # # # # # # # # # #
15942024-12-17T07:26:18.111Z # # # # #### # # #### # # ###### #### # #
15952024-12-17T07:26:18.112Z
15962024-12-17T07:26:18.112Z+ export CARGO_INCREMENTAL=0
15972024-12-17T07:26:18.112Z+ CARGO_INCREMENTAL=0
15982024-12-17T07:26:18.112Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-12-17T07:26:18.641Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-12-17T07:26:22.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
16012024-12-17T07:26:22.221Z Running `target/debug/xtask check-features --ci`
16022024-12-17T07:26:22.242Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-12-17T07:26:22.244Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-12-17T07:26:22.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16052024-12-17T07:26:22.714Z Running `target/debug/xtask download cargo-hack`
16062024-12-17T07:26:23.532Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-12-17T07:26:23.888Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-12-17T07:26:28.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
16092024-12-17T07:26:29.024Z Running `target/debug/xtask-downloader cargo-hack`
16102024-12-17T07:26:29.058ZDec 17 07:26:28.415 INFO Starting download, target: CargoHack
16112024-12-17T07:26:29.061ZDec 17 07:26:28.416 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-12-17T07:26:29.714ZDec 17 07:26:29.071 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-12-17T07:26:29.804ZDec 17 07:26:29.161 INFO Download complete, target: CargoHack
16142024-12-17T07:26:29.809Zrunning: "/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"
16152024-12-17T07:26:29.826Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-12-17T07:26:29.995Zinfo: running `cargo check --bins` on api_identity (1/174)
16172024-12-17T07:26:30.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-17T07:26:30.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-17T07:26:30.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-17T07:26:30.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16212024-12-17T07:26:30.591Z
16222024-12-17T07:26:30.591Zinfo: running `cargo check --bins` on bootstore (2/174)
16232024-12-17T07:26:31.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-17T07:26:31.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-17T07:26:31.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-17T07:26:31.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16272024-12-17T07:26:31.244Z
16282024-12-17T07:26:31.244Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16292024-12-17T07:26:31.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-17T07:26:31.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-17T07:26:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-17T07:26:31.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16332024-12-17T07:26:32.273Z
16342024-12-17T07:26:32.273Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16352024-12-17T07:26:32.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-17T07:26:32.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-17T07:26:32.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-17T07:26:32.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16392024-12-17T07:26:32.489Z
16402024-12-17T07:26:32.489Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16412024-12-17T07:26:32.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-17T07:26:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-17T07:26:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-17T07:26:32.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16452024-12-17T07:26:32.935Z
16462024-12-17T07:26:32.935Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16472024-12-17T07:26:33.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-17T07:26:33.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-17T07:26:33.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-17T07:26:33.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16512024-12-17T07:26:33.358Z
16522024-12-17T07:26:33.358Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16532024-12-17T07:26:33.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-17T07:26:33.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-17T07:26:33.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-17T07:26:33.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16572024-12-17T07:26:33.776Z
16582024-12-17T07:26:33.776Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16592024-12-17T07:26:34.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-17T07:26:34.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-17T07:26:34.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-17T07:26:34.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16632024-12-17T07:26:34.195Z
16642024-12-17T07:26:34.195Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16652024-12-17T07:26:34.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-17T07:26:34.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-17T07:26:34.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-17T07:26:34.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16692024-12-17T07:26:34.610Z
16702024-12-17T07:26:34.610Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16712024-12-17T07:26:34.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-17T07:26:34.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-17T07:26:34.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-17T07:26:34.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16752024-12-17T07:26:35.023Z
16762024-12-17T07:26:35.023Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16772024-12-17T07:26:35.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-17T07:26:35.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-17T07:26:35.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-17T07:26:35.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16812024-12-17T07:26:35.437Z
16822024-12-17T07:26:35.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16832024-12-17T07:26:35.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-17T07:26:35.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-17T07:26:35.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-17T07:26:35.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16872024-12-17T07:26:35.859Z
16882024-12-17T07:26:35.859Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16892024-12-17T07:26:36.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-17T07:26:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-17T07:26:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-17T07:26:36.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16932024-12-17T07:26:36.281Z
16942024-12-17T07:26:36.281Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16952024-12-17T07:26:36.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-17T07:26:36.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-17T07:26:36.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-17T07:26:36.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16992024-12-17T07:26:36.696Z
17002024-12-17T07:26:36.696Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17012024-12-17T07:26:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-17T07:26:37.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-17T07:26:37.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-17T07:26:37.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17052024-12-17T07:26:37.116Z
17062024-12-17T07:26:37.116Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17072024-12-17T07:26:37.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-17T07:26:37.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-17T07:26:37.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-17T07:26:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17112024-12-17T07:26:37.535Z
17122024-12-17T07:26:37.535Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17132024-12-17T07:26:37.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-17T07:26:37.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-17T07:26:37.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-17T07:26:37.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17172024-12-17T07:26:37.956Z
17182024-12-17T07:26:37.956Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17192024-12-17T07:26:38.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-17T07:26:38.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-17T07:26:38.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-17T07:26:38.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17232024-12-17T07:26:38.382Z
17242024-12-17T07:26:38.382Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17252024-12-17T07:26:38.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-17T07:26:38.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-17T07:26:38.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-17T07:26:38.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17292024-12-17T07:26:38.800Z
17302024-12-17T07:26:38.800Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17312024-12-17T07:26:39.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-17T07:26:39.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-17T07:26:39.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-17T07:26:39.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17352024-12-17T07:26:39.214Z
17362024-12-17T07:26:39.214Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17372024-12-17T07:26:39.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-17T07:26:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-17T07:26:39.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-17T07:26:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17412024-12-17T07:26:39.632Z
17422024-12-17T07:26:39.632Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17432024-12-17T07:26:40.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-17T07:26:40.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-17T07:26:40.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-17T07:26:40.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17472024-12-17T07:26:40.057Z
17482024-12-17T07:26:40.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17492024-12-17T07:26:40.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-17T07:26:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-17T07:26:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-17T07:26:40.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17532024-12-17T07:26:40.476Z
17542024-12-17T07:26:40.476Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17552024-12-17T07:26:40.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-17T07:26:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-17T07:26:40.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-17T07:26:40.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17592024-12-17T07:26:40.892Z
17602024-12-17T07:26:40.892Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17612024-12-17T07:26:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-17T07:26:41.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-17T07:26:41.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-17T07:26:41.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17652024-12-17T07:26:41.526Z
17662024-12-17T07:26:41.526Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17672024-12-17T07:26:42.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-17T07:26:42.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-17T07:26:42.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-17T07:26:42.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17712024-12-17T07:26:42.159Z
17722024-12-17T07:26:42.159Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17732024-12-17T07:26:42.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-17T07:26:42.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-17T07:26:42.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-12-17T07:26:42.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17772024-12-17T07:26:42.787Z
17782024-12-17T07:26:42.787Zinfo: running `cargo check --bins` on oxlog (28/174)
17792024-12-17T07:26:43.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-12-17T07:26:43.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-12-17T07:26:43.396Z Checking cfg-if v1.0.0
17822024-12-17T07:26:43.399Z Checking libc v0.2.162
17832024-12-17T07:26:43.504Z Checking serde v1.0.215
17842024-12-17T07:26:43.507Z Checking zeroize v1.8.1
17852024-12-17T07:26:43.518Z Checking memchr v2.7.4
17862024-12-17T07:26:43.521Z Checking typenum v1.17.0
17872024-12-17T07:26:43.539Z Checking scopeguard v1.2.0
17882024-12-17T07:26:43.541Z Checking subtle v2.6.1
17892024-12-17T07:26:43.565Z Checking value-bag v1.9.0
17902024-12-17T07:26:43.676Z Checking lock_api v0.4.12
17912024-12-17T07:26:43.804Z Checking smallvec v1.13.2
17922024-12-17T07:26:43.972Z Checking log v0.4.22
17932024-12-17T07:26:44.061Z Checking const-oid v0.9.6
17942024-12-17T07:26:44.139Z Checking itoa v1.0.11
17952024-12-17T07:26:44.306Z Checking pin-project-lite v0.2.14
17962024-12-17T07:26:44.331Z Checking byteorder v1.5.0
17972024-12-17T07:26:44.418Z Checking futures-core v0.3.31
17982024-12-17T07:26:44.456Z Checking once_cell v1.20.2
17992024-12-17T07:26:44.502Z Checking getrandom v0.2.15
18002024-12-17T07:26:44.567Z Checking parking_lot_core v0.9.10
18012024-12-17T07:26:44.714Z Checking signal-hook-registry v1.4.2
18022024-12-17T07:26:44.716Z Checking rand_core v0.6.4
18032024-12-17T07:26:44.739Z Checking mio v1.0.2
18042024-12-17T07:26:44.790Z Checking cpufeatures v0.2.14
18052024-12-17T07:26:44.873Z Checking parking_lot v0.12.3
18062024-12-17T07:26:44.886Z Checking futures-sink v0.3.31
18072024-12-17T07:26:44.927Z Checking stable_deref_trait v1.2.0
18082024-12-17T07:26:45.003Z Checking socket2 v0.5.7
18092024-12-17T07:26:45.003Z Checking spin v0.9.8
18102024-12-17T07:26:45.017Z Checking zerocopy v0.7.35
18112024-12-17T07:26:45.199Z Checking zerofrom v0.1.4
18122024-12-17T07:26:45.281Z Checking slab v0.4.9
18132024-12-17T07:26:45.305Z Checking futures-channel v0.3.31
18142024-12-17T07:26:45.410Z Checking yoke v0.7.4
18152024-12-17T07:26:45.442Z Checking pin-utils v0.1.0
18162024-12-17T07:26:45.526Z Checking allocator-api2 v0.2.18
18172024-12-17T07:26:45.542Z Checking equivalent v1.0.1
18182024-12-17T07:26:45.636Z Checking futures-task v0.3.31
18192024-12-17T07:26:45.639Z Checking foldhash v0.1.3
18202024-12-17T07:26:45.660Z Checking futures-io v0.3.31
18212024-12-17T07:26:45.703Z Checking zerovec v0.10.4
18222024-12-17T07:26:45.804Z Checking ryu v1.0.18
18232024-12-17T07:26:45.819Z Checking tinyvec_macros v0.1.1
18242024-12-17T07:26:45.857Z Checking futures-util v0.3.31
18252024-12-17T07:26:45.890Z Checking tinyvec v1.8.0
18262024-12-17T07:26:46.016Z Checking fnv v1.0.7
18272024-12-17T07:26:46.140Z Checking hashbrown v0.15.1
18282024-12-17T07:26:46.143Z Checking libm v0.2.8
18292024-12-17T07:26:46.346Z Checking writeable v0.5.5
18302024-12-17T07:26:46.564Z Checking base64ct v1.6.0
18312024-12-17T07:26:46.882Z Checking litemap v0.7.3
18322024-12-17T07:26:47.024Z Checking unicode-bidi v0.3.17
18332024-12-17T07:26:47.124Z Checking unicode-normalization v0.1.24
18342024-12-17T07:26:47.199Z Checking num-traits v0.2.19
18352024-12-17T07:26:47.224Z Checking pem-rfc7468 v0.7.0
18362024-12-17T07:26:47.304Z Checking tinystr v0.7.6
18372024-12-17T07:26:47.460Z Checking ppv-lite86 v0.2.20
18382024-12-17T07:26:47.574Z Checking flagset v0.4.6
18392024-12-17T07:26:47.668Z Checking icu_locid v1.5.0
18402024-12-17T07:26:47.758Z Checking tracing-core v0.1.32
18412024-12-17T07:26:47.906Z Checking thiserror v1.0.69
18422024-12-17T07:26:47.985Z Checking generic-array v0.14.7
18432024-12-17T07:26:48.032Z Checking der v0.7.9
18442024-12-17T07:26:48.049Z Checking bytes v1.8.0
18452024-12-17T07:26:48.218Z Checking indexmap v2.7.0
18462024-12-17T07:26:48.416Z Checking serde_json v1.0.133
18472024-12-17T07:26:48.683Z Checking icu_provider v1.5.0
18482024-12-17T07:26:48.825Z Checking rand_chacha v0.3.1
18492024-12-17T07:26:48.840Z Checking tokio v1.42.0
18502024-12-17T07:26:49.168Z Checking crypto-common v0.1.6
18512024-12-17T07:26:49.220Z Checking block-buffer v0.10.4
18522024-12-17T07:26:49.304Z Checking block-padding v0.3.3
18532024-12-17T07:26:49.353Z Checking http v1.1.0
18542024-12-17T07:26:49.446Z Checking digest v0.10.7
18552024-12-17T07:26:49.495Z Checking bitflags v2.6.0
18562024-12-17T07:26:49.510Z Checking inout v0.1.3
18572024-12-17T07:26:49.729Z Checking cipher v0.4.4
18582024-12-17T07:26:49.772Z Checking percent-encoding v2.3.1
18592024-12-17T07:26:49.806Z Checking hmac v0.12.1
18602024-12-17T07:26:49.944Z Checking sha2 v0.10.8
18612024-12-17T07:26:49.958Z Checking rustls-pki-types v1.10.0
18622024-12-17T07:26:50.026Z Checking icu_locid_transform_data v1.5.0
18632024-12-17T07:26:50.107Z Checking pbkdf2 v0.12.2
18642024-12-17T07:26:50.121Z Checking salsa20 v0.10.2
18652024-12-17T07:26:50.124Z Checking icu_locid_transform v1.5.0
18662024-12-17T07:26:50.263Z Checking spki v0.7.3
18672024-12-17T07:26:50.319Z Checking rand v0.8.5
18682024-12-17T07:26:50.480Z Checking tracing v0.1.40
18692024-12-17T07:26:50.497Z Checking icu_collections v1.5.0
18702024-12-17T07:26:50.540Z Checking aws-lc-sys v0.22.0
18712024-12-17T07:26:50.672Z Checking httparse v1.9.5
18722024-12-17T07:26:50.813Z Checking powerfmt v0.2.0
18732024-12-17T07:26:50.847Z Checking icu_properties_data v1.5.0
18742024-12-17T07:26:51.081Z Checking untrusted v0.7.1
18752024-12-17T07:26:51.094Z Checking mirai-annotations v1.12.0
18762024-12-17T07:26:51.094Z Checking untrusted v0.9.0
18772024-12-17T07:26:51.096Z Checking deranged v0.3.11
18782024-12-17T07:26:51.142Z Checking icu_properties v1.5.1
18792024-12-17T07:26:51.220Z Checking scrypt v0.11.0
18802024-12-17T07:26:51.257Z Checking ring v0.17.8
18812024-12-17T07:26:51.271Z Checking cbc v0.1.2
18822024-12-17T07:26:51.436Z Checking aes v0.8.4
18832024-12-17T07:26:51.459Z Checking crossbeam-utils v0.8.20
18842024-12-17T07:26:51.621Z Checking time-core v0.1.2
18852024-12-17T07:26:51.777Z Checking utf8_iter v1.0.4
18862024-12-17T07:26:51.980Z Checking num-conv v0.1.0
18872024-12-17T07:26:52.162Z Checking icu_normalizer_data v1.5.0
18882024-12-17T07:26:52.206Z Checking atomic-waker v1.1.2
18892024-12-17T07:26:52.262Z Checking num_threads v0.1.7
18902024-12-17T07:26:52.333Z Checking utf16_iter v1.0.5
18912024-12-17T07:26:52.365Z Checking write16 v1.0.0
18922024-12-17T07:26:52.367Z Checking pkcs5 v0.7.1
18932024-12-17T07:26:52.498Z Checking http-body v1.0.1
18942024-12-17T07:26:52.502Z Checking form_urlencoded v1.2.1
18952024-12-17T07:26:52.705Z Checking try-lock v0.2.5
18962024-12-17T07:26:52.722Z Checking unicode-ident v1.0.13
18972024-12-17T07:26:52.811Z Checking time v0.3.36
18982024-12-17T07:26:52.827Z Checking want v0.3.1
18992024-12-17T07:26:52.882Z Checking httpdate v1.0.3
19002024-12-17T07:26:52.896Z Checking pkcs8 v0.10.2
19012024-12-17T07:26:52.988Z Checking proc-macro2 v1.0.92
19022024-12-17T07:26:53.053Z Checking serde_spanned v0.6.8
19032024-12-17T07:26:53.069Z Checking aws-lc-rs v1.10.0
19042024-12-17T07:26:53.093Z Checking toml_datetime v0.6.8
19052024-12-17T07:26:53.183Z Checking uuid v1.11.0
19062024-12-17T07:26:53.239Z Checking slog v2.7.0
19072024-12-17T07:26:53.387Z Checking scroll v0.12.0
19082024-12-17T07:26:53.650Z Checking adler2 v2.0.0
19092024-12-17T07:26:53.717Z Checking iana-time-zone v0.1.61
19102024-12-17T07:26:53.774Z Checking foreign-types-shared v0.1.1
19112024-12-17T07:26:53.801Z Checking base64 v0.22.1
19122024-12-17T07:26:53.859Z Checking tower-service v0.3.3
19132024-12-17T07:26:53.875Z Checking ucd-trie v0.1.7
19142024-12-17T07:26:53.875Z Checking plain v0.2.3
19152024-12-17T07:26:53.982Z Checking match_cfg v0.1.0
19162024-12-17T07:26:54.033Z Checking goblin v0.8.2
19172024-12-17T07:26:54.059Z Checking pest v2.7.14
19182024-12-17T07:26:54.073Z Checking hostname v0.3.1
19192024-12-17T07:26:54.199Z Checking foreign-types v0.3.2
19202024-12-17T07:26:54.273Z Checking chrono v0.4.38
19212024-12-17T07:26:54.288Z Checking miniz_oxide v0.8.0
19222024-12-17T07:26:54.491Z Checking icu_normalizer v1.5.0
19232024-12-17T07:26:54.876Z Checking rustls-webpki v0.102.8
19242024-12-17T07:26:54.989Z Checking quote v1.0.37
19252024-12-17T07:26:55.236Z Checking openssl-sys v0.9.103
19262024-12-17T07:26:55.250Z Checking idna_adapter v1.2.0
19272024-12-17T07:26:55.352Z Checking errno v0.3.9
19282024-12-17T07:26:55.425Z Checking idna v1.0.3
19292024-12-17T07:26:55.514Z Checking dirs-sys-next v0.1.2
19302024-12-17T07:26:55.679Z Checking aho-corasick v1.1.3
19312024-12-17T07:26:55.701Z Checking pretty-hex v0.4.1
19322024-12-17T07:26:55.865Z Checking siphasher v0.3.11
19332024-12-17T07:26:55.880Z Checking url v2.5.3
19342024-12-17T07:26:56.120Z Checking tokio-util v0.7.12
19352024-12-17T07:26:56.165Z Checking data-encoding v2.6.0
19362024-12-17T07:26:56.240Z Checking regex-syntax v0.8.5
19372024-12-17T07:26:56.480Z Checking openssl v0.10.66
19382024-12-17T07:26:56.496Z Checking dtrace-parser v0.2.0
19392024-12-17T07:26:56.741Z Checking dirs-next v2.0.0
19402024-12-17T07:26:56.860Z Checking rustix v0.38.37
19412024-12-17T07:26:56.875Z Checking syn v2.0.90
19422024-12-17T07:26:56.947Z Checking http-body-util v0.1.2
19432024-12-17T07:26:57.002Z Checking h2 v0.4.6
19442024-12-17T07:26:57.288Z Checking crossbeam-epoch v0.9.18
19452024-12-17T07:26:57.383Z Checking sha1 v0.10.6
19462024-12-17T07:26:57.661Z Checking signature v2.2.0
19472024-12-17T07:26:57.701Z Checking lazy_static v1.5.0
19482024-12-17T07:26:57.815Z Checking thread_local v1.1.8
19492024-12-17T07:26:57.856Z Checking thread-id v4.2.2
19502024-12-17T07:26:57.962Z Checking encoding_rs v0.8.34
19512024-12-17T07:26:58.084Z Checking anstyle v1.0.10
19522024-12-17T07:26:58.394Z Checking gimli v0.31.1
19532024-12-17T07:26:58.925Z Checking dof v0.3.0
19542024-12-17T07:26:59.567Z Checking ipnet v2.10.1
19552024-12-17T07:26:59.598Z Checking regex-automata v0.4.8
19562024-12-17T07:27:00.059Z Checking unicode-properties v0.1.3
19572024-12-17T07:27:00.191Z Checking openssl-probe v0.1.5
19582024-12-17T07:27:00.342Z Checking winnow v0.6.20
19592024-12-17T07:27:00.417Z Checking mime v0.3.17
19602024-12-17T07:27:00.437Z Checking utf8parse v0.2.2
19612024-12-17T07:27:00.580Z Checking anstyle-parse v0.2.5
19622024-12-17T07:27:00.719Z Checking stringprep v0.1.5
19632024-12-17T07:27:00.841Z Checking crossbeam-deque v0.8.5
19642024-12-17T07:27:00.980Z Checking term v0.7.0
19652024-12-17T07:27:01.155Z Checking rustls v0.22.4
19662024-12-17T07:27:01.409Z Checking rustls v0.23.19
19672024-12-17T07:27:02.003Z Checking native-tls v0.2.12
19682024-12-17T07:27:02.299Z Checking slog-json v2.6.1
19692024-12-17T07:27:02.507Z Checking addr2line v0.24.2
19702024-12-17T07:27:02.561Z Checking serde_urlencoded v0.7.1
19712024-12-17T07:27:02.991Z Checking crossbeam-channel v0.5.13
19722024-12-17T07:27:03.019Z Checking futures-executor v0.3.31
19732024-12-17T07:27:03.046Z Checking hyper v1.5.1
19742024-12-17T07:27:03.233Z Checking rustls-pemfile v2.2.0
19752024-12-17T07:27:03.250Z Checking usdt-impl v0.5.0
19762024-12-17T07:27:03.329Z Checking toml_edit v0.22.22
19772024-12-17T07:27:03.452Z Checking md-5 v0.10.6
19782024-12-17T07:27:03.674Z Checking num-integer v0.1.46
19792024-12-17T07:27:03.715Z Checking idna v0.3.0
19802024-12-17T07:27:03.802Z Checking idna v0.4.0
19812024-12-17T07:27:04.128Z Checking ff v0.13.0
19822024-12-17T07:27:04.265Z Checking hash32 v0.2.1
19832024-12-17T07:27:04.331Z Checking is-terminal v0.4.13
19842024-12-17T07:27:04.448Z Checking memmap v0.7.0
19852024-12-17T07:27:04.545Z Checking object v0.36.5
19862024-12-17T07:27:04.561Z Checking is_terminal_polyfill v1.70.1
19872024-12-17T07:27:04.620Z Checking linked-hash-map v0.5.6
19882024-12-17T07:27:04.642Z Checking colorchoice v1.0.2
19892024-12-17T07:27:04.667Z Checking fallible-iterator v0.2.0
19902024-12-17T07:27:04.770Z Checking quick-error v1.2.3
19912024-12-17T07:27:04.785Z Checking dyn-clone v1.0.17
19922024-12-17T07:27:04.899Z Checking psl-types v2.0.11
19932024-12-17T07:27:04.919Z Checking take_mut v0.2.2
19942024-12-17T07:27:04.939Z Checking anstyle-query v1.1.1
19952024-12-17T07:27:05.034Z Checking hyper-util v0.1.10
19962024-12-17T07:27:05.055Z Checking base16ct v0.2.0
19972024-12-17T07:27:05.058Z Checking rustc-demangle v0.1.24
19982024-12-17T07:27:05.058Z Checking either v1.13.0
19992024-12-17T07:27:05.243Z Checking utf-8 v0.7.6
20002024-12-17T07:27:05.258Z Checking postgres-protocol v0.6.7
20012024-12-17T07:27:05.433Z Checking tungstenite v0.24.0
20022024-12-17T07:27:05.463Z Checking sec1 v0.7.3
20032024-12-17T07:27:05.483Z Checking anstream v0.6.15
20042024-12-17T07:27:05.829Z Checking slog-async v2.8.0
20052024-12-17T07:27:05.844Z Checking publicsuffix v2.2.3
20062024-12-17T07:27:05.862Z Checking toml v0.8.19
20072024-12-17T07:27:05.900Z Checking lru-cache v0.1.2
20082024-12-17T07:27:06.075Z Checking schemars v0.8.21
20092024-12-17T07:27:06.090Z Checking resolv-conf v0.7.0
20102024-12-17T07:27:06.106Z Checking tokio-rustls v0.25.0
20112024-12-17T07:27:06.332Z Checking usdt v0.5.0
20122024-12-17T07:27:06.454Z Checking hickory-proto v0.24.1
20132024-12-17T07:27:06.469Z Checking heapless v0.7.17
20142024-12-17T07:27:06.585Z Checking slog-term v2.9.1
20152024-12-17T07:27:06.597Z Checking group v0.13.0
20162024-12-17T07:27:06.819Z Checking tokio-rustls v0.26.0
20172024-12-17T07:27:06.844Z Checking num-iter v0.1.45
20182024-12-17T07:27:06.988Z Checking futures v0.3.31
20192024-12-17T07:27:07.015Z Checking slog-bunyan v2.5.0
20202024-12-17T07:27:07.078Z Checking tokio-native-tls v0.3.1
20212024-12-17T07:27:07.095Z Checking rayon-core v1.12.1
20222024-12-17T07:27:07.180Z Checking multer v3.1.0
20232024-12-17T07:27:07.213Z Checking terminal_size v0.4.0
20242024-12-17T07:27:07.325Z Checking phf_shared v0.11.2
20252024-12-17T07:27:07.367Z Checking cookie v0.18.1
20262024-12-17T07:27:07.457Z Checking async-stream v0.3.6
20272024-12-17T07:27:07.559Z Checking bzip2-sys v0.1.11+1.0.8
20282024-12-17T07:27:07.617Z Checking camino v1.1.9
20292024-12-17T07:27:07.637Z Checking signal-hook v0.3.17
20302024-12-17T07:27:07.640Z Checking waitgroup v0.1.2
20312024-12-17T07:27:07.683Z Checking webpki-roots v0.26.6
20322024-12-17T07:27:07.755Z Checking openapiv3 v2.0.0
20332024-12-17T07:27:07.770Z Checking hkdf v0.12.4
20342024-12-17T07:27:07.822Z Checking crypto-bigint v0.5.5
20352024-12-17T07:27:07.869Z Checking serde_path_to_error v0.1.16
20362024-12-17T07:27:07.986Z Checking idna v0.5.0
20372024-12-17T07:27:08.001Z Checking hostname v0.4.0
20382024-12-17T07:27:08.121Z Checking crc32fast v1.4.2
20392024-12-17T07:27:08.191Z Checking clap_lex v0.7.2
20402024-12-17T07:27:08.345Z Checking bitflags v1.3.2
20412024-12-17T07:27:08.439Z Checking debug-ignore v1.0.5
20422024-12-17T07:27:08.453Z Checking managed v0.8.0
20432024-12-17T07:27:08.469Z Checking winnow v0.5.40
20442024-12-17T07:27:08.560Z Checking unicode-width v0.1.14
20452024-12-17T07:27:08.801Z Checking strsim v0.11.1
20462024-12-17T07:27:08.834Z Checking cookie_store v0.21.0
20472024-12-17T07:27:09.048Z Checking console v0.15.8
20482024-12-17T07:27:09.089Z Checking clap_builder v4.5.21
20492024-12-17T07:27:09.535Z Checking smoltcp v0.9.1
20502024-12-17T07:27:09.645Z Checking flate2 v1.0.34
20512024-12-17T07:27:10.323Z Checking signal-hook-mio v0.2.4
20522024-12-17T07:27:10.458Z Checking hyper-rustls v0.27.3
20532024-12-17T07:27:10.554Z Checking elliptic-curve v0.13.8
20542024-12-17T07:27:10.796Z Checking rayon v1.10.0
20552024-12-17T07:27:10.988Z Checking bzip2 v0.4.4
20562024-12-17T07:27:11.078Z Checking backtrace v0.3.74
20572024-12-17T07:27:11.155Z Checking phf v0.11.2
20582024-12-17T07:27:11.197Z Checking hickory-resolver v0.24.1
20592024-12-17T07:27:11.232Z Checking dropshot v0.12.0
20602024-12-17T07:27:11.264Z Checking hyper-tls v0.6.0
20612024-12-17T07:27:11.418Z Checking num-bigint-dig v0.8.4
20622024-12-17T07:27:11.456Z Checking toml_edit v0.19.15
20632024-12-17T07:27:11.535Z Checking tokio-tungstenite v0.24.0
20642024-12-17T07:27:11.635Z Checking anyhow v1.0.93
20652024-12-17T07:27:11.971Z Checking postgres-types v0.2.8
20662024-12-17T07:27:12.020Z Checking regex v1.11.1
20672024-12-17T07:27:12.235Z Checking bstr v1.10.0
20682024-12-17T07:27:12.668Z Checking ed25519 v2.2.3
20692024-12-17T07:27:12.727Z Checking tokio-stream v0.1.16
20702024-12-17T07:27:12.783Z Checking phf_shared v0.10.0
20712024-12-17T07:27:12.977Z Checking zerocopy v0.6.6
20722024-12-17T07:27:13.063Z Checking curve25519-dalek v4.1.3
20732024-12-17T07:27:13.211Z Checking pkcs1 v0.7.5
20742024-12-17T07:27:13.611Z Checking hubpack v0.1.2
20752024-12-17T07:27:13.625Z Checking portable-atomic v1.9.0
20762024-12-17T07:27:13.629Z Checking rfc6979 v0.4.0
20772024-12-17T07:27:13.694Z Checking float-cmp v0.9.0
20782024-12-17T07:27:13.778Z Checking serde-big-array v0.5.1
20792024-12-17T07:27:13.867Z Checking sync_wrapper v1.0.1
20802024-12-17T07:27:13.882Z Checking precomputed-hash v0.1.1
20812024-12-17T07:27:13.903Z Checking unicode-width v0.2.0
20822024-12-17T07:27:13.982Z Checking unicode-segmentation v1.12.0
20832024-12-17T07:27:13.983Z Checking whoami v1.5.2
20842024-12-17T07:27:14.010Z Checking predicates-core v1.0.8
20852024-12-17T07:27:14.180Z Checking number_prefix v0.4.0
20862024-12-17T07:27:14.265Z Checking difflib v0.4.0
20872024-12-17T07:27:14.358Z Checking minimal-lexical v0.2.1
20882024-12-17T07:27:14.379Z Checking static_assertions v1.1.0
20892024-12-17T07:27:14.466Z Checking normalize-line-endings v0.3.0
20902024-12-17T07:27:14.573Z Checking new_debug_unreachable v1.0.6
20912024-12-17T07:27:14.576Z Checking fixedbitset v0.4.2
20922024-12-17T07:27:14.576Z Checking bit-vec v0.6.3
20932024-12-17T07:27:14.620Z Checking indicatif v0.17.9
20942024-12-17T07:27:14.653Z Checking similar v2.6.0
20952024-12-17T07:27:14.668Z Checking string_cache v0.8.7
20962024-12-17T07:27:14.741Z Checking nom v7.1.3
20972024-12-17T07:27:14.830Z Checking petgraph v0.6.5
20982024-12-17T07:27:14.846Z Checking qorb v0.2.1
20992024-12-17T07:27:14.910Z Checking bit-set v0.5.3
21002024-12-17T07:27:14.947Z Checking predicates v3.1.2
21012024-12-17T07:27:14.950Z Checking ed25519-dalek v2.1.1
21022024-12-17T07:27:15.152Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21032024-12-17T07:27:15.339Z Checking tokio-postgres v0.7.12
21042024-12-17T07:27:15.375Z Checking reqwest v0.12.9
21052024-12-17T07:27:15.481Z Checking toml v0.7.8
21062024-12-17T07:27:15.578Z Checking ecdsa v0.16.9
21072024-12-17T07:27:16.208Z Checking rsa v0.9.6
21082024-12-17T07:27:16.262Z Checking clap v4.5.21
21092024-12-17T07:27:16.381Z Checking zip v0.6.6
21102024-12-17T07:27:17.049Z Checking crossterm v0.28.1
21112024-12-17T07:27:17.245Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-12-17T07:27:17.261Z Checking itertools v0.10.5
21132024-12-17T07:27:17.276Z Checking fs-err v2.11.0
21142024-12-17T07:27:17.297Z Checking ahash v0.8.11
21152024-12-17T07:27:17.616Z Checking x509-cert v0.2.5
21162024-12-17T07:27:17.862Z Checking hex v0.4.3
21172024-12-17T07:27:17.878Z Checking semver v1.0.23
21182024-12-17T07:27:18.140Z Checking lalrpop-util v0.19.12
21192024-12-17T07:27:18.250Z Checking peg-runtime v0.8.3
21202024-12-17T07:27:18.357Z Checking heck v0.4.1
21212024-12-17T07:27:18.424Z Checking sigpipe v0.1.3
21222024-12-17T07:27:19.807Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232024-12-17T07:27:20.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.32s
21242024-12-17T07:27:20.269Z
21252024-12-17T07:27:20.269Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21262024-12-17T07:27:20.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-12-17T07:27:20.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-12-17T07:27:20.918Z Compiling hashbrown v0.14.5
21292024-12-17T07:27:21.037Z Checking heck v0.5.0
21302024-12-17T07:27:21.049Z Compiling unsafe-libyaml v0.2.11
21312024-12-17T07:27:21.062Z Compiling ident_case v1.0.1
21322024-12-17T07:27:21.064Z Checking progenitor-client v0.8.0
21332024-12-17T07:27:21.086Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342024-12-17T07:27:21.101Z Compiling proc-macro-crate v1.3.1
21352024-12-17T07:27:21.181Z Compiling darling_core v0.20.10
21362024-12-17T07:27:21.214Z Checking ipnetwork v0.20.0
21372024-12-17T07:27:21.417Z Compiling structmeta-derive v0.3.0
21382024-12-17T07:27:21.433Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392024-12-17T07:27:21.584Z Compiling thiserror v2.0.3
21402024-12-17T07:27:21.704Z Compiling newtype-uuid v1.1.3
21412024-12-17T07:27:22.021Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422024-12-17T07:27:22.168Z Checking regress v0.10.1
21432024-12-17T07:27:22.183Z Compiling num_enum_derive v0.5.11
21442024-12-17T07:27:22.342Z Compiling serde_yaml v0.9.34+deprecated
21452024-12-17T07:27:22.539Z Compiling lzma-sys v0.1.20
21462024-12-17T07:27:22.926Z Compiling foreign-types-macros v0.2.3
21472024-12-17T07:27:23.365Z Compiling thiserror-impl v2.0.3
21482024-12-17T07:27:24.253Z Compiling dropshot v0.15.1
21492024-12-17T07:27:24.390Z Compiling structmeta v0.3.0
21502024-12-17T07:27:24.533Z Checking foreign-types-shared v0.3.1
21512024-12-17T07:27:24.648Z Checking arc-swap v1.7.1
21522024-12-17T07:27:24.774Z Checking num_enum v0.5.11
21532024-12-17T07:27:24.834Z Compiling parse-display-derive v0.10.0
21542024-12-17T07:27:24.918Z Checking foreign-types v0.5.0
21552024-12-17T07:27:25.065Z Checking slog-scope v4.4.0
21562024-12-17T07:27:25.131Z Compiling proc-macro-error v1.0.4
21572024-12-17T07:27:25.716Z Checking typify-impl v0.2.0
21582024-12-17T07:27:25.820Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21592024-12-17T07:27:25.835Z Checking tungstenite v0.21.0
21602024-12-17T07:27:25.927Z Compiling heck v0.3.3
21612024-12-17T07:27:26.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622024-12-17T07:27:26.786Z Compiling dropshot_endpoint v0.15.1
21632024-12-17T07:27:27.128Z Checking cstr-argument v0.1.2
21642024-12-17T07:27:27.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-17T07:27:27.323Z Checking instant v0.1.13
21662024-12-17T07:27:27.429Z Checking pretty-hex v0.2.1
21672024-12-17T07:27:27.446Z Checking fastrand v2.1.1
21682024-12-17T07:27:27.580Z Checking base64 v0.21.7
21692024-12-17T07:27:27.805Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-17T07:27:28.085Z Checking tempfile v3.13.0
21712024-12-17T07:27:28.104Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-12-17T07:27:28.119Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21732024-12-17T07:27:28.194Z Checking backoff v0.4.0
21742024-12-17T07:27:28.219Z Compiling darling_macro v0.20.10
21752024-12-17T07:27:28.236Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21762024-12-17T07:27:28.378Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21772024-12-17T07:27:28.394Z Checking tokio-tungstenite v0.21.0
21782024-12-17T07:27:28.467Z Checking strum v0.26.3
21792024-12-17T07:27:28.493Z Compiling zone_cfg_derive v0.1.2
21802024-12-17T07:27:28.616Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812024-12-17T07:27:28.681Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21822024-12-17T07:27:28.887Z Checking slog-stdlog v4.1.1
21832024-12-17T07:27:29.042Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842024-12-17T07:27:29.058Z Checking regress v0.9.1
21852024-12-17T07:27:29.124Z Compiling darling v0.20.10
21862024-12-17T07:27:29.186Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-17T07:27:29.251Z Compiling serde_with_macros v3.11.0
21882024-12-17T07:27:29.332Z Checking colored v2.1.0
21892024-12-17T07:27:29.441Z Checking parse-display v0.10.0
21902024-12-17T07:27:29.488Z Checking macaddr v1.0.1
21912024-12-17T07:27:29.606Z Checking base64 v0.13.1
21922024-12-17T07:27:29.815Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-12-17T07:27:29.954Z Checking zone v0.1.8
21942024-12-17T07:27:29.986Z Checking ron v0.7.1
21952024-12-17T07:27:30.296Z Checking xz2 v0.1.7
21962024-12-17T07:27:30.578Z Checking slog-envlogger v2.2.0
21972024-12-17T07:27:30.646Z Checking tabwriter v1.4.0
21982024-12-17T07:27:30.798Z Checking xattr v1.3.1
21992024-12-17T07:27:30.901Z Checking pem v3.0.4
22002024-12-17T07:27:30.998Z Checking yasna v0.5.2
22012024-12-17T07:27:31.154Z Checking headers-core v0.3.0
22022024-12-17T07:27:31.188Z Checking smf v0.2.3
22032024-12-17T07:27:31.291Z Checking filetime v0.2.25
22042024-12-17T07:27:31.516Z Checking same-file v1.0.6
22052024-12-17T07:27:31.610Z Checking tar v0.4.42
22062024-12-17T07:27:31.648Z Checking headers v0.4.0
22072024-12-17T07:27:31.675Z Checking walkdir v2.5.0
22082024-12-17T07:27:31.852Z Checking rcgen v0.12.1
22092024-12-17T07:27:31.946Z Checking atomicwrites v0.4.4
22102024-12-17T07:27:32.132Z Checking serde_with v3.11.0
22112024-12-17T07:27:32.149Z Checking camino-tempfile v1.1.1
22122024-12-17T07:27:32.420Z Checking subprocess v0.2.9
22132024-12-17T07:27:36.657Z Compiling typify-macro v0.2.0
22142024-12-17T07:27:38.499Z Compiling typify v0.2.0
22152024-12-17T07:27:38.566Z Compiling progenitor-impl v0.8.0
22162024-12-17T07:27:41.735Z Compiling progenitor-macro v0.8.0
22172024-12-17T07:27:46.474Z Checking progenitor v0.8.0
22182024-12-17T07:27:46.624Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22192024-12-17T07:27:46.624Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22202024-12-17T07:27:49.303Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22212024-12-17T07:27:49.602Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222024-12-17T07:27:56.186Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232024-12-17T07:27:57.745Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-12-17T07:27:58.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.71s
22252024-12-17T07:27:59.156Z
22262024-12-17T07:27:59.156Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22272024-12-17T07:27:59.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-12-17T07:27:59.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-12-17T07:27:59.818Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-17T07:28:01.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
22312024-12-17T07:28:01.384Z
22322024-12-17T07:28:01.384Zinfo: running `cargo check --bins` on nexus-config (31/174)
22332024-12-17T07:28:01.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-17T07:28:01.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-17T07:28:01.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-12-17T07:28:01.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22372024-12-17T07:28:02.002Z
22382024-12-17T07:28:02.002Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22392024-12-17T07:28:02.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-17T07:28:02.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-17T07:28:02.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-17T07:28:02.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22432024-12-17T07:28:02.598Z
22442024-12-17T07:28:02.598Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22452024-12-17T07:28:03.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-17T07:28:03.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-17T07:28:03.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-17T07:28:03.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22492024-12-17T07:28:03.214Z
22502024-12-17T07:28:03.215Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22512024-12-17T07:28:03.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-17T07:28:03.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-17T07:28:03.888Z Compiling zerocopy v0.8.10
22542024-12-17T07:28:03.888Z Compiling progenitor-client v0.8.0
22552024-12-17T07:28:03.888Z Compiling itertools v0.13.0
22562024-12-17T07:28:03.890Z Compiling zerocopy-derive v0.8.10
22572024-12-17T07:28:03.891Z Compiling heapless v0.8.0
22582024-12-17T07:28:03.891Z Compiling newtype-uuid v1.1.3
22592024-12-17T07:28:03.891Z Compiling thiserror v2.0.3
22602024-12-17T07:28:03.891Z Compiling ipnetwork v0.20.0
22612024-12-17T07:28:04.172Z Checking hash32 v0.3.1
22622024-12-17T07:28:04.315Z Compiling instant v0.1.13
22632024-12-17T07:28:04.355Z Compiling progenitor v0.8.0
22642024-12-17T07:28:04.447Z Compiling smoltcp v0.11.0
22652024-12-17T07:28:04.459Z Compiling backoff v0.4.0
22662024-12-17T07:28:04.612Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22672024-12-17T07:28:04.810Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22682024-12-17T07:28:04.860Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692024-12-17T07:28:04.919Z Compiling dropshot v0.15.1
22702024-12-17T07:28:05.140Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712024-12-17T07:28:05.185Z Compiling serde_with v3.11.0
22722024-12-17T07:28:05.307Z Compiling parse-display v0.10.0
22732024-12-17T07:28:05.565Z Checking num-rational v0.4.2
22742024-12-17T07:28:05.831Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752024-12-17T07:28:05.993Z Compiling regress v0.9.1
22762024-12-17T07:28:06.259Z Compiling phf_generator v0.11.2
22772024-12-17T07:28:06.433Z Checking num-complex v0.4.6
22782024-12-17T07:28:07.083Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22792024-12-17T07:28:07.764Z Compiling macaddr v1.0.1
22802024-12-17T07:28:08.200Z Checking cobs v0.2.3
22812024-12-17T07:28:08.379Z Checking postcard v1.0.10
22822024-12-17T07:28:08.415Z Compiling num v0.4.3
22832024-12-17T07:28:08.629Z Compiling phf_codegen v0.11.2
22842024-12-17T07:28:08.926Z Compiling parse-zoneinfo v0.3.1
22852024-12-17T07:28:09.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-17T07:28:09.420Z Checking float-ord v0.3.2
22872024-12-17T07:28:09.557Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882024-12-17T07:28:09.705Z Compiling convert_case v0.4.0
22892024-12-17T07:28:10.230Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22902024-12-17T07:28:10.864Z Compiling derive_more v0.99.18
22912024-12-17T07:28:10.928Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22922024-12-17T07:28:11.127Z Compiling chrono-tz-build v0.4.0
22932024-12-17T07:28:11.966Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22942024-12-17T07:28:12.569Z Compiling crucible-workspace-hack v0.1.0
22952024-12-17T07:28:12.857Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22962024-12-17T07:28:12.887Z Compiling chrono-tz v0.10.0
22972024-12-17T07:28:12.907Z Checking newline-converter v0.3.0
22982024-12-17T07:28:13.153Z Checking prettyplease v0.2.25
22992024-12-17T07:28:13.517Z Compiling slog-dtrace v0.3.0
23002024-12-17T07:28:13.806Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23012024-12-17T07:28:14.268Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-17T07:28:14.532Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-12-17T07:28:15.036Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-17T07:28:15.056Z Checking expectorate v1.1.0
23052024-12-17T07:28:15.215Z Compiling zone_cfg_derive v0.3.0
23062024-12-17T07:28:15.336Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23072024-12-17T07:28:15.530Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082024-12-17T07:28:15.692Z Compiling const_format_proc_macros v0.2.33
23092024-12-17T07:28:15.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102024-12-17T07:28:16.205Z Compiling num-derive v0.4.2
23112024-12-17T07:28:16.654Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122024-12-17T07:28:16.751Z Checking highway v1.2.0
23132024-12-17T07:28:16.912Z Checking zone v0.3.0
23142024-12-17T07:28:16.953Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23152024-12-17T07:28:17.164Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23162024-12-17T07:28:17.272Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23172024-12-17T07:28:17.875Z Checking const_format v0.2.33
23182024-12-17T07:28:18.099Z Checking gethostname v0.5.0
23192024-12-17T07:28:18.229Z Checking bcs v0.1.6
23202024-12-17T07:28:18.322Z Compiling async-recursion v1.1.1
23212024-12-17T07:28:18.579Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23222024-12-17T07:28:18.733Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232024-12-17T07:28:18.796Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23242024-12-17T07:28:18.802Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23252024-12-17T07:28:20.072Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-17T07:28:20.823Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23272024-12-17T07:28:26.163Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282024-12-17T07:28:29.426Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23292024-12-17T07:28:32.035Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23302024-12-17T07:28:33.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.05s
23312024-12-17T07:28:33.452Z
23322024-12-17T07:28:33.452Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23332024-12-17T07:28:33.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-12-17T07:28:34.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-12-17T07:28:34.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-12-17T07:28:34.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23372024-12-17T07:28:34.077Z
23382024-12-17T07:28:34.077Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23392024-12-17T07:28:34.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-12-17T07:28:34.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-12-17T07:28:34.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-12-17T07:28:34.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23432024-12-17T07:28:34.709Z
23442024-12-17T07:28:34.709Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23452024-12-17T07:28:35.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-12-17T07:28:35.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-12-17T07:28:35.358Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482024-12-17T07:28:35.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23492024-12-17T07:28:36.164Z
23502024-12-17T07:28:36.164Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23512024-12-17T07:28:36.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-12-17T07:28:36.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-12-17T07:28:36.826Z Compiling cfg_aliases v0.1.1
23542024-12-17T07:28:36.829Z Compiling vte_generate_state_changes v0.1.2
23552024-12-17T07:28:36.829Z Checking fd-lock v4.0.2
23562024-12-17T07:28:36.829Z Checking nibble_vec v0.1.0
23572024-12-17T07:28:36.829Z Checking bytecount v0.6.8
23582024-12-17T07:28:36.829Z Checking endian-type v0.1.2
23592024-12-17T07:28:36.954Z Compiling tabled_derive v0.7.0
23602024-12-17T07:28:36.967Z Checking itertools v0.12.1
23612024-12-17T07:28:37.010Z Compiling nix v0.28.0
23622024-12-17T07:28:37.088Z Compiling peg-macros v0.8.4
23632024-12-17T07:28:37.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642024-12-17T07:28:37.107Z Checking papergrid v0.11.0
23652024-12-17T07:28:37.138Z Checking radix_trie v0.2.1
23662024-12-17T07:28:37.516Z Checking vte v0.11.1
23672024-12-17T07:28:37.564Z Compiling sqlparser_derive v0.2.2
23682024-12-17T07:28:38.277Z Checking home v0.5.9
23692024-12-17T07:28:38.413Z Checking nu-ansi-term v0.50.1
23702024-12-17T07:28:38.589Z Checking unicode_categories v0.1.1
23712024-12-17T07:28:38.623Z Checking sqlparser v0.45.0
23722024-12-17T07:28:38.840Z Checking display-error-chain v0.2.2
23732024-12-17T07:28:38.886Z Checking sqlformat v0.2.6
23742024-12-17T07:28:38.941Z Checking strip-ansi-escapes v0.2.0
23752024-12-17T07:28:39.511Z Checking tabled v0.15.0
23762024-12-17T07:28:39.538Z Checking reedline v0.35.0
23772024-12-17T07:28:40.171Z Checking rustyline v14.0.0
23782024-12-17T07:28:40.186Z Checking peg v0.8.4
23792024-12-17T07:28:48.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s
23802024-12-17T07:28:49.146Z
23812024-12-17T07:28:49.147Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23822024-12-17T07:28:49.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-17T07:28:49.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-17T07:28:49.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-17T07:28:54.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
23862024-12-17T07:28:54.945Z
23872024-12-17T07:28:54.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23882024-12-17T07:28:55.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-17T07:28:55.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-17T07:28:55.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-17T07:28:59.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
23922024-12-17T07:28:59.496Z
23932024-12-17T07:28:59.496Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23942024-12-17T07:29:00.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-17T07:29:00.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-17T07:29:00.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-17T07:29:04.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
23982024-12-17T07:29:05.077Z
23992024-12-17T07:29:05.077Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
24002024-12-17T07:29:05.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-17T07:29:05.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-17T07:29:05.725Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-17T07:29:10.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
24042024-12-17T07:29:10.611Z
24052024-12-17T07:29:10.611Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24062024-12-17T07:29:11.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-17T07:29:11.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-17T07:29:11.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-17T07:29:15.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
24102024-12-17T07:29:15.322Z
24112024-12-17T07:29:15.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24122024-12-17T07:29:15.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-17T07:29:15.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-17T07:29:15.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-17T07:29:19.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24162024-12-17T07:29:20.074Z
24172024-12-17T07:29:20.074Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24182024-12-17T07:29:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-17T07:29:20.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-17T07:29:20.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-17T07:29:25.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24222024-12-17T07:29:25.799Z
24232024-12-17T07:29:25.799Zinfo: running `cargo check --bins` on oximeter (46/174)
24242024-12-17T07:29:26.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-17T07:29:26.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-17T07:29:26.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-17T07:29:26.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24282024-12-17T07:29:26.425Z
24292024-12-17T07:29:26.426Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24302024-12-17T07:29:26.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-17T07:29:26.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-17T07:29:26.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-17T07:29:26.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24342024-12-17T07:29:27.030Z
24352024-12-17T07:29:27.030Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24362024-12-17T07:29:27.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-17T07:29:27.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-17T07:29:27.665Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-17T07:29:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24402024-12-17T07:29:28.263Z
24412024-12-17T07:29:28.263Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24422024-12-17T07:29:28.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-17T07:29:28.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-17T07:29:28.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-12-17T07:29:28.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24462024-12-17T07:29:28.885Z
24472024-12-17T07:29:28.885Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24482024-12-17T07:29:29.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-17T07:29:29.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-17T07:29:29.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-17T07:29:29.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24522024-12-17T07:29:29.503Z
24532024-12-17T07:29:29.503Zinfo: running `cargo check --bins` on oxql-types (51/174)
24542024-12-17T07:29:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-17T07:29:30.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-17T07:29:30.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-17T07:29:30.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24582024-12-17T07:29:30.124Z
24592024-12-17T07:29:30.124Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24602024-12-17T07:29:30.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-17T07:29:30.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-17T07:29:30.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-17T07:29:30.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24642024-12-17T07:29:30.767Z
24652024-12-17T07:29:30.768Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24662024-12-17T07:29:31.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-17T07:29:31.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-17T07:29:31.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-17T07:29:31.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24702024-12-17T07:29:31.413Z
24712024-12-17T07:29:31.413Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24722024-12-17T07:29:31.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-17T07:29:31.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-17T07:29:31.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-17T07:29:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24762024-12-17T07:29:32.058Z
24772024-12-17T07:29:32.058Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24782024-12-17T07:29:32.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-17T07:29:32.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-17T07:29:32.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-17T07:29:32.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24822024-12-17T07:29:32.680Z
24832024-12-17T07:29:32.680Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24842024-12-17T07:29:33.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-17T07:29:33.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-17T07:29:33.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-17T07:29:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24882024-12-17T07:29:33.303Z
24892024-12-17T07:29:33.303Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24902024-12-17T07:29:33.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-17T07:29:33.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-17T07:29:33.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-17T07:29:33.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24942024-12-17T07:29:33.930Z
24952024-12-17T07:29:33.930Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24962024-12-17T07:29:34.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-17T07:29:34.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-17T07:29:34.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-17T07:29:34.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25002024-12-17T07:29:34.541Z
25012024-12-17T07:29:34.542Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
25022024-12-17T07:29:35.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-17T07:29:35.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-17T07:29:35.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-17T07:29:35.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25062024-12-17T07:29:35.173Z
25072024-12-17T07:29:35.173Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25082024-12-17T07:29:35.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-17T07:29:35.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-17T07:29:35.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-17T07:29:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122024-12-17T07:29:35.790Z
25132024-12-17T07:29:35.790Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25142024-12-17T07:29:36.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-17T07:29:36.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-17T07:29:36.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-17T07:29:36.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25182024-12-17T07:29:36.405Z
25192024-12-17T07:29:36.405Zinfo: running `cargo check --bins` on dpd-client (62/174)
25202024-12-17T07:29:36.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-17T07:29:36.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-17T07:29:36.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-17T07:29:36.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25242024-12-17T07:29:37.020Z
25252024-12-17T07:29:37.021Zinfo: running `cargo check --bins` on gateway-client (63/174)
25262024-12-17T07:29:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-17T07:29:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-17T07:29:37.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-17T07:29:37.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25302024-12-17T07:29:37.630Z
25312024-12-17T07:29:37.630Zinfo: running `cargo check --bins` on installinator-client (64/174)
25322024-12-17T07:29:38.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-17T07:29:38.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-17T07:29:38.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-17T07:29:38.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25362024-12-17T07:29:38.277Z
25372024-12-17T07:29:38.277Zinfo: running `cargo check --bins` on installinator-common (65/174)
25382024-12-17T07:29:38.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-17T07:29:38.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-17T07:29:38.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-17T07:29:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25422024-12-17T07:29:38.914Z
25432024-12-17T07:29:38.914Zinfo: running `cargo check --bins` on update-engine (66/174)
25442024-12-17T07:29:39.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-17T07:29:39.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-17T07:29:39.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-17T07:29:39.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25482024-12-17T07:29:39.525Z
25492024-12-17T07:29:39.525Zinfo: running `cargo check --bins` on nexus-client (67/174)
25502024-12-17T07:29:40.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-17T07:29:40.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-17T07:29:40.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-17T07:29:40.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25542024-12-17T07:29:40.172Z
25552024-12-17T07:29:40.172Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25562024-12-17T07:29:40.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-17T07:29:40.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-17T07:29:40.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-17T07:29:40.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25602024-12-17T07:29:40.808Z
25612024-12-17T07:29:40.808Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25622024-12-17T07:29:41.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-17T07:29:41.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-17T07:29:41.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-17T07:29:41.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25662024-12-17T07:29:41.416Z
25672024-12-17T07:29:41.416Zinfo: running `cargo check --bins` on nexus-types (70/174)
25682024-12-17T07:29:41.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-17T07:29:41.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-17T07:29:41.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-17T07:29:41.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-12-17T07:29:42.064Z
25732024-12-17T07:29:42.064Zinfo: running `cargo check --bins` on oxide-client (71/174)
25742024-12-17T07:29:42.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-17T07:29:42.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-17T07:29:42.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-17T07:29:42.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25782024-12-17T07:29:42.669Z
25792024-12-17T07:29:42.669Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25802024-12-17T07:29:43.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-17T07:29:43.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-17T07:29:43.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-17T07:29:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25842024-12-17T07:29:43.288Z
25852024-12-17T07:29:43.288Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25862024-12-17T07:29:43.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-17T07:29:43.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-17T07:29:43.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-17T07:29:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25902024-12-17T07:29:43.892Z
25912024-12-17T07:29:43.892Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25922024-12-17T07:29:44.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-17T07:29:44.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-17T07:29:44.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-17T07:29:44.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962024-12-17T07:29:44.522Z
25972024-12-17T07:29:44.522Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25982024-12-17T07:29:45.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-17T07:29:45.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-17T07:29:45.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-17T07:29:45.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26022024-12-17T07:29:45.178Z
26032024-12-17T07:29:45.178Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26042024-12-17T07:29:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-17T07:29:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-17T07:29:45.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-17T07:29:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26082024-12-17T07:29:45.828Z
26092024-12-17T07:29:45.828Zinfo: running `cargo check --bins` on wicket-common (77/174)
26102024-12-17T07:29:46.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-17T07:29:46.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-17T07:29:46.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-17T07:29:46.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26142024-12-17T07:29:46.479Z
26152024-12-17T07:29:46.479Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26162024-12-17T07:29:47.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-17T07:29:47.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-17T07:29:47.130Z Checking csv-core v0.1.11
26192024-12-17T07:29:47.130Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26202024-12-17T07:29:47.133Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-12-17T07:29:47.440Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222024-12-17T07:29:47.451Z Checking csv v1.3.0
26232024-12-17T07:29:48.022Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242024-12-17T07:29:48.351Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252024-12-17T07:29:49.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
26262024-12-17T07:29:49.770Z
26272024-12-17T07:29:49.770Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26282024-12-17T07:29:50.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-17T07:29:50.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-17T07:29:50.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-17T07:29:50.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26322024-12-17T07:29:50.395Z
26332024-12-17T07:29:50.395Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26342024-12-17T07:29:50.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-17T07:29:50.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-17T07:29:50.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-17T07:29:50.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26382024-12-17T07:29:51.014Z
26392024-12-17T07:29:51.014Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26402024-12-17T07:29:51.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-17T07:29:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-17T07:29:51.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-17T07:29:51.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26442024-12-17T07:29:51.735Z
26452024-12-17T07:29:51.735Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26462024-12-17T07:29:52.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-17T07:29:52.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-17T07:29:52.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-17T07:29:52.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26502024-12-17T07:29:52.457Z
26512024-12-17T07:29:52.457Zinfo: running `cargo check --bins` on dns-server (83/174)
26522024-12-17T07:29:53.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-17T07:29:53.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-17T07:29:53.095Z Compiling parking_lot_core v0.8.6
26552024-12-17T07:29:53.098Z Checking fxhash v0.2.1
26562024-12-17T07:29:53.098Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26572024-12-17T07:29:53.098Z Checking hickory-server v0.24.1
26582024-12-17T07:29:53.098Z Checking hickory-client v0.24.1
26592024-12-17T07:29:53.751Z Checking parking_lot v0.11.2
26602024-12-17T07:29:53.933Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-12-17T07:29:53.933Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-17T07:29:53.983Z Checking sled v0.34.7
26632024-12-17T07:29:55.724Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-12-17T07:29:56.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
26652024-12-17T07:29:57.124Z
26662024-12-17T07:29:57.124Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26672024-12-17T07:29:57.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-17T07:29:57.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-17T07:29:57.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-17T07:29:57.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26712024-12-17T07:29:57.745Z
26722024-12-17T07:29:57.745Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26732024-12-17T07:29:58.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-17T07:29:58.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-17T07:29:58.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-17T07:29:58.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26772024-12-17T07:29:58.413Z
26782024-12-17T07:29:58.413Zinfo: running `cargo check --bins` on gateway-types (86/174)
26792024-12-17T07:29:58.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-17T07:29:58.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-17T07:29:58.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-17T07:29:58.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26832024-12-17T07:29:59.033Z
26842024-12-17T07:29:59.033Zinfo: running `cargo check --bins` on ipcc (87/174)
26852024-12-17T07:29:59.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-17T07:29:59.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-17T07:29:59.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-17T07:29:59.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26892024-12-17T07:29:59.648Z
26902024-12-17T07:29:59.648Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26912024-12-17T07:30:00.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-17T07:30:00.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-17T07:30:00.339Z Compiling radium v0.7.0
26942024-12-17T07:30:00.339Z Compiling semver v0.1.20
26952024-12-17T07:30:00.453Z Compiling maybe-uninit v2.0.0
26962024-12-17T07:30:00.456Z Checking tap v1.0.1
26972024-12-17T07:30:00.472Z Checking password-hash v0.5.0
26982024-12-17T07:30:00.480Z Checking blake2 v0.10.6
26992024-12-17T07:30:00.481Z Compiling packed_struct v0.10.1
27002024-12-17T07:30:00.481Z Compiling cancel-safe-futures v0.1.5
27012024-12-17T07:30:00.603Z Checking wyz v0.5.1
27022024-12-17T07:30:00.826Z Compiling rustc_version v0.1.7
27032024-12-17T07:30:00.905Z Checking crc-catalog v2.4.0
27042024-12-17T07:30:00.925Z Checking funty v2.0.0
27052024-12-17T07:30:00.939Z Compiling owo-colors v4.1.0
27062024-12-17T07:30:00.998Z Checking argon2 v0.5.3
27072024-12-17T07:30:01.031Z Checking crc v3.2.1
27082024-12-17T07:30:01.077Z Compiling packed_struct_codegen v0.10.1
27092024-12-17T07:30:01.098Z Checking half v2.4.1
27102024-12-17T07:30:01.240Z Compiling indexmap v1.9.3
27112024-12-17T07:30:01.256Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27122024-12-17T07:30:01.319Z Compiling newtype_derive v0.1.6
27132024-12-17T07:30:01.443Z Checking ciborium-io v0.2.2
27142024-12-17T07:30:01.524Z Checking nodrop v0.1.14
27152024-12-17T07:30:01.557Z Checking ciborium-ll v0.2.2
27162024-12-17T07:30:01.598Z Checking smallvec v0.6.14
27172024-12-17T07:30:01.637Z Checking array-init v0.0.4
27182024-12-17T07:30:01.655Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27192024-12-17T07:30:01.780Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27202024-12-17T07:30:01.816Z Checking bitvec v1.0.1
27212024-12-17T07:30:01.940Z Checking libsw v3.3.1
27222024-12-17T07:30:01.967Z Compiling memoffset v0.9.1
27232024-12-17T07:30:02.223Z Checking indent_write v2.2.0
27242024-12-17T07:30:02.246Z Checking termcolor v1.4.1
27252024-12-17T07:30:02.282Z Checking hashbrown v0.12.3
27262024-12-17T07:30:02.411Z Checking linear-map v1.2.0
27272024-12-17T07:30:02.531Z Checking swrite v0.1.0
27282024-12-17T07:30:02.637Z Checking bitfield v0.14.0
27292024-12-17T07:30:02.667Z Checking ron v0.8.1
27302024-12-17T07:30:02.672Z Checking env_logger v0.10.2
27312024-12-17T07:30:02.742Z Checking serde-hex v0.1.0
27322024-12-17T07:30:02.930Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27332024-12-17T07:30:03.240Z Checking ciborium v0.2.2
27342024-12-17T07:30:03.423Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-12-17T07:30:03.904Z Checking steno v0.4.1
27362024-12-17T07:30:04.026Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-17T07:30:04.113Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27382024-12-17T07:30:04.205Z Checking hashbrown v0.13.2
27392024-12-17T07:30:04.261Z Checking crc-any v2.5.0
27402024-12-17T07:30:04.590Z Checking humantime v2.1.0
27412024-12-17T07:30:04.628Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27422024-12-17T07:30:04.879Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432024-12-17T07:30:05.001Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27442024-12-17T07:30:05.267Z Checking object v0.30.4
27452024-12-17T07:30:05.291Z Checking path-slash v0.1.5
27462024-12-17T07:30:05.480Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27472024-12-17T07:30:05.502Z Checking nix v0.27.1
27482024-12-17T07:30:06.153Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-12-17T07:30:06.416Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502024-12-17T07:30:06.675Z Checking tungstenite v0.23.0
27512024-12-17T07:30:06.726Z Checking kstat-rs v0.2.4
27522024-12-17T07:30:06.858Z Checking signal-hook-tokio v0.3.1
27532024-12-17T07:30:07.060Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-12-17T07:30:07.419Z Checking tokio-tungstenite v0.23.1
27552024-12-17T07:30:08.153Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-17T07:30:08.218Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27572024-12-17T07:30:08.319Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27582024-12-17T07:30:15.206Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-17T07:30:16.473Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27602024-12-17T07:30:18.962Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27612024-12-17T07:30:24.576Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-12-17T07:30:25.264Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27632024-12-17T07:30:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.40s
27642024-12-17T07:30:28.232Z
27652024-12-17T07:30:28.232Zinfo: running `cargo check --bins` on gateway-api (89/174)
27662024-12-17T07:30:28.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-12-17T07:30:28.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-12-17T07:30:28.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-12-17T07:30:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27702024-12-17T07:30:28.852Z
27712024-12-17T07:30:28.852Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27722024-12-17T07:30:29.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-17T07:30:29.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-17T07:30:29.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-17T07:30:29.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27762024-12-17T07:30:29.448Z
27772024-12-17T07:30:29.448Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27782024-12-17T07:30:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-17T07:30:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-17T07:30:29.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-17T07:30:30.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27822024-12-17T07:30:30.073Z
27832024-12-17T07:30:30.073Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27842024-12-17T07:30:30.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-17T07:30:30.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-17T07:30:30.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-17T07:30:30.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27882024-12-17T07:30:30.688Z
27892024-12-17T07:30:30.688Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27902024-12-17T07:30:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-17T07:30:31.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-17T07:30:31.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-17T07:30:31.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27942024-12-17T07:30:31.326Z
27952024-12-17T07:30:31.326Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27962024-12-17T07:30:31.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-17T07:30:31.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-17T07:30:31.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-17T07:30:31.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28002024-12-17T07:30:31.959Z
28012024-12-17T07:30:31.959Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
28022024-12-17T07:30:32.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-17T07:30:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-17T07:30:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-17T07:30:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28062024-12-17T07:30:32.577Z
28072024-12-17T07:30:32.577Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28082024-12-17T07:30:33.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-17T07:30:33.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-17T07:30:33.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-17T07:30:33.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28122024-12-17T07:30:33.199Z
28132024-12-17T07:30:33.199Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28142024-12-17T07:30:33.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-17T07:30:33.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-17T07:30:33.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-17T07:30:33.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28182024-12-17T07:30:33.841Z
28192024-12-17T07:30:33.841Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28202024-12-17T07:30:34.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-17T07:30:34.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-17T07:30:34.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-17T07:30:34.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28242024-12-17T07:30:34.453Z
28252024-12-17T07:30:34.453Zinfo: running `cargo check --bins` on sp-sim (99/174)
28262024-12-17T07:30:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-17T07:30:34.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-17T07:30:35.079Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28292024-12-17T07:30:36.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
28302024-12-17T07:30:37.062Z
28312024-12-17T07:30:37.062Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28322024-12-17T07:30:37.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-17T07:30:37.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-17T07:30:37.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-17T07:30:37.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28362024-12-17T07:30:37.724Z
28372024-12-17T07:30:37.724Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28382024-12-17T07:30:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-17T07:30:38.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-17T07:30:38.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-17T07:30:38.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28422024-12-17T07:30:38.389Z
28432024-12-17T07:30:38.389Zinfo: running `cargo check --bins` on db-macros (102/174)
28442024-12-17T07:30:38.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-17T07:30:38.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-17T07:30:38.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-17T07:30:38.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28482024-12-17T07:30:38.989Z
28492024-12-17T07:30:38.989Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28502024-12-17T07:30:39.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-17T07:30:39.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-17T07:30:39.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-17T07:30:39.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28542024-12-17T07:30:39.586Z
28552024-12-17T07:30:39.586Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28562024-12-17T07:30:40.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-17T07:30:40.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-17T07:30:40.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-17T07:30:40.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28602024-12-17T07:30:40.245Z
28612024-12-17T07:30:40.245Zinfo: running `cargo check --bins` on authz-macros (105/174)
28622024-12-17T07:30:40.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-17T07:30:40.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-17T07:30:40.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-17T07:30:40.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28662024-12-17T07:30:40.845Z
28672024-12-17T07:30:40.845Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28682024-12-17T07:30:41.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-17T07:30:41.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-17T07:30:41.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-17T07:30:41.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-12-17T07:30:41.498Z
28732024-12-17T07:30:41.499Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28742024-12-17T07:30:42.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-17T07:30:42.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-17T07:30:42.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-17T07:30:42.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-17T07:30:42.152Z
28792024-12-17T07:30:42.152Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28802024-12-17T07:30:42.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-17T07:30:42.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-17T07:30:42.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-17T07:30:42.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28842024-12-17T07:30:42.778Z
28852024-12-17T07:30:42.778Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28862024-12-17T07:30:43.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-17T07:30:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-17T07:30:43.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-17T07:30:43.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28902024-12-17T07:30:43.421Z
28912024-12-17T07:30:43.421Zinfo: running `cargo check --bins` on typed-rng (110/174)
28922024-12-17T07:30:43.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-17T07:30:43.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-17T07:30:43.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-17T07:30:43.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962024-12-17T07:30:44.030Z
28972024-12-17T07:30:44.030Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
28982024-12-17T07:30:44.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-17T07:30:44.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-17T07:30:44.759Z Checking keccak v0.1.5
29012024-12-17T07:30:44.869Z Checking secrecy v0.8.0
29022024-12-17T07:30:44.871Z Compiling unicase v2.7.0
29032024-12-17T07:30:44.871Z Compiling same-file v1.0.6
29042024-12-17T07:30:44.895Z Compiling tempfile v3.13.0
29052024-12-17T07:30:44.908Z Compiling thiserror-impl-no-std v2.0.2
29062024-12-17T07:30:44.911Z Checking universal-hash v0.5.1
29072024-12-17T07:30:44.911Z Compiling ring v0.16.20
29082024-12-17T07:30:45.034Z Compiling walkdir v2.5.0
29092024-12-17T07:30:45.080Z Compiling blake3 v1.5.4
29102024-12-17T07:30:45.134Z Checking opaque-debug v0.3.1
29112024-12-17T07:30:45.152Z Checking sha3 v0.10.8
29122024-12-17T07:30:45.226Z Checking poly1305 v0.8.0
29132024-12-17T07:30:45.354Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29142024-12-17T07:30:45.565Z Checking chacha20 v0.9.1
29152024-12-17T07:30:45.634Z Checking aead v0.5.2
29162024-12-17T07:30:45.730Z Compiling memmap2 v0.9.5
29172024-12-17T07:30:45.750Z Compiling arrayvec v0.7.6
29182024-12-17T07:30:45.753Z Compiling constant_time_eq v0.3.1
29192024-12-17T07:30:45.845Z Compiling spin v0.5.2
29202024-12-17T07:30:45.895Z Compiling salty v0.3.0
29212024-12-17T07:30:45.949Z Compiling libefi-sys v0.1.0
29222024-12-17T07:30:46.059Z Compiling arrayref v0.3.9
29232024-12-17T07:30:46.134Z Checking chacha20poly1305 v0.10.1
29242024-12-17T07:30:46.187Z Compiling toolchain_find v0.4.0
29252024-12-17T07:30:46.228Z Compiling camino-tempfile v1.1.1
29262024-12-17T07:30:46.302Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272024-12-17T07:30:46.324Z Compiling bitfield-struct v0.6.2
29282024-12-17T07:30:46.522Z Compiling topological-sort v0.2.2
29292024-12-17T07:30:46.692Z Compiling mime_guess v2.0.5
29302024-12-17T07:30:46.727Z Compiling rustfmt-wrapper v0.2.1
29312024-12-17T07:30:47.231Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29322024-12-17T07:30:47.304Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29332024-12-17T07:30:47.343Z Checking primeorder v0.13.6
29342024-12-17T07:30:47.588Z Checking env_filter v0.1.2
29352024-12-17T07:30:47.643Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-17T07:30:47.796Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-17T07:30:47.839Z Checking p384 v0.13.0
29382024-12-17T07:30:47.856Z Checking env_logger v0.11.5
29392024-12-17T07:30:47.988Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-17T07:30:48.012Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29412024-12-17T07:30:48.083Z Checking thiserror-no-std v2.0.2
29422024-12-17T07:30:48.199Z Checking vsss-rs v3.3.4
29432024-12-17T07:30:48.255Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-17T07:30:48.345Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452024-12-17T07:30:48.427Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29462024-12-17T07:30:48.578Z Checking bumpalo v3.16.0
29472024-12-17T07:30:48.639Z Compiling zip v2.1.3
29482024-12-17T07:30:48.708Z Checking lockfree-object-pool v0.1.6
29492024-12-17T07:30:48.800Z Checking simd-adler32 v0.3.7
29502024-12-17T07:30:48.901Z Checking http-range v0.1.5
29512024-12-17T07:30:48.904Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522024-12-17T07:30:48.950Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29532024-12-17T07:30:49.083Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29542024-12-17T07:30:49.114Z Checking zopfli v0.8.1
29552024-12-17T07:30:49.204Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29562024-12-17T07:30:49.682Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29572024-12-17T07:30:49.755Z Checking nanorand v0.7.0
29582024-12-17T07:30:49.780Z Checking atty v0.2.14
29592024-12-17T07:30:49.795Z Checking glob v0.3.1
29602024-12-17T07:30:49.895Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-17T07:30:50.107Z Checking flume v0.11.1
29622024-12-17T07:30:50.110Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-17T07:30:50.505Z Compiling omicron-zone-package v0.11.1
29642024-12-17T07:30:50.619Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29652024-12-17T07:30:50.874Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29662024-12-17T07:30:51.613Z Checking hyper-staticfile v0.10.1
29672024-12-17T07:30:52.156Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29682024-12-17T07:30:52.563Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-17T07:30:52.628Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29702024-12-17T07:30:52.678Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29712024-12-17T07:30:52.703Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29722024-12-17T07:30:52.789Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29732024-12-17T07:30:53.365Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29742024-12-17T07:30:53.785Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29752024-12-17T07:30:54.171Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29762024-12-17T07:30:55.040Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29772024-12-17T07:30:57.057Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29782024-12-17T07:30:57.057Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29792024-12-17T07:31:06.913Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-17T07:31:20.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.02s
29812024-12-17T07:31:20.250Z
29822024-12-17T07:31:20.250Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29832024-12-17T07:31:20.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-17T07:31:20.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-17T07:31:20.978Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-17T07:31:34.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
29872024-12-17T07:31:34.733Z
29882024-12-17T07:31:34.733Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29892024-12-17T07:31:35.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-17T07:31:35.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-17T07:31:35.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-17T07:31:48.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
29932024-12-17T07:31:48.896Z
29942024-12-17T07:31:48.897Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29952024-12-17T07:31:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-17T07:31:49.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-17T07:31:49.614Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-17T07:32:02.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
29992024-12-17T07:32:03.139Z
30002024-12-17T07:32:03.139Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
30012024-12-17T07:32:03.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-17T07:32:03.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-17T07:32:03.857Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-17T07:32:17.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
30052024-12-17T07:32:17.314Z
30062024-12-17T07:32:17.314Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30072024-12-17T07:32:17.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-17T07:32:17.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-17T07:32:18.044Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-17T07:32:31.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
30112024-12-17T07:32:31.458Z
30122024-12-17T07:32:31.458Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30132024-12-17T07:32:32.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-17T07:32:32.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-17T07:32:32.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-17T07:32:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
30172024-12-17T07:32:45.720Z
30182024-12-17T07:32:45.721Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30192024-12-17T07:32:46.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-17T07:32:46.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-17T07:32:46.446Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222024-12-17T07:32:59.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
30232024-12-17T07:32:59.877Z
30242024-12-17T07:32:59.877Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30252024-12-17T07:33:00.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-17T07:33:00.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-17T07:33:00.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-17T07:33:00.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30292024-12-17T07:33:00.519Z
30302024-12-17T07:33:00.519Zinfo: running `cargo check --bins` on key-manager (120/174)
30312024-12-17T07:33:01.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-17T07:33:01.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-17T07:33:01.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-17T07:33:01.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30352024-12-17T07:33:01.147Z
30362024-12-17T07:33:01.147Zinfo: running `cargo check --bins` on range-requests (121/174)
30372024-12-17T07:33:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-17T07:33:01.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-17T07:33:01.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-17T07:33:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30412024-12-17T07:33:01.745Z
30422024-12-17T07:33:01.745Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30432024-12-17T07:33:02.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-17T07:33:02.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-17T07:33:02.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-17T07:33:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30472024-12-17T07:33:02.359Z
30482024-12-17T07:33:02.359Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30492024-12-17T07:33:02.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-17T07:33:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-17T07:33:02.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-17T07:33:02.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30532024-12-17T07:33:03.004Z
30542024-12-17T07:33:03.004Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30552024-12-17T07:33:03.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-17T07:33:03.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-17T07:33:03.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-17T07:33:03.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30592024-12-17T07:33:03.605Z
30602024-12-17T07:33:03.605Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30612024-12-17T07:33:04.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-17T07:33:04.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-17T07:33:04.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-17T07:33:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30652024-12-17T07:33:04.231Z
30662024-12-17T07:33:04.231Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30672024-12-17T07:33:04.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-17T07:33:04.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-17T07:33:04.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-17T07:33:04.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712024-12-17T07:33:04.860Z
30722024-12-17T07:33:04.860Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30732024-12-17T07:33:05.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-17T07:33:05.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-17T07:33:05.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-17T07:33:05.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30772024-12-17T07:33:05.489Z
30782024-12-17T07:33:05.489Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30792024-12-17T07:33:06.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-17T07:33:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-17T07:33:06.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822024-12-17T07:33:06.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30832024-12-17T07:33:06.126Z
30842024-12-17T07:33:06.126Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30852024-12-17T07:33:06.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-17T07:33:06.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-17T07:33:06.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882024-12-17T07:33:06.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30892024-12-17T07:33:06.762Z
30902024-12-17T07:33:06.762Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30912024-12-17T07:33:07.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-12-17T07:33:07.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-12-17T07:33:07.435Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30942024-12-17T07:33:07.435Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30952024-12-17T07:33:08.299Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30962024-12-17T07:33:10.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
30972024-12-17T07:33:10.508Z
30982024-12-17T07:33:10.508Zinfo: running `cargo check --bins` on oximeter-api (131/174)
30992024-12-17T07:33:11.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-12-17T07:33:11.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-12-17T07:33:11.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-12-17T07:33:11.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032024-12-17T07:33:11.121Z
31042024-12-17T07:33:11.121Zinfo: running `cargo check --bins` on cert-dev (132/174)
31052024-12-17T07:33:11.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-12-17T07:33:11.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-12-17T07:33:11.719Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31082024-12-17T07:33:11.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31092024-12-17T07:33:12.142Z
31102024-12-17T07:33:12.142Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31112024-12-17T07:33:12.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-12-17T07:33:12.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-12-17T07:33:12.821Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31142024-12-17T07:33:12.821Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31152024-12-17T07:33:13.434Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31162024-12-17T07:33:13.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
31172024-12-17T07:33:13.981Z
31182024-12-17T07:33:13.981Zinfo: running `cargo check --bins` on ch-dev (134/174)
31192024-12-17T07:33:14.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-12-17T07:33:14.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-12-17T07:33:14.628Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31222024-12-17T07:33:15.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
31232024-12-17T07:33:15.504Z
31242024-12-17T07:33:15.504Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31252024-12-17T07:33:16.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-12-17T07:33:16.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-12-17T07:33:16.149Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31282024-12-17T07:33:16.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31292024-12-17T07:33:16.683Z
31302024-12-17T07:33:16.683Zinfo: running `cargo check --bins` on db-dev (136/174)
31312024-12-17T07:33:17.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-12-17T07:33:17.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-12-17T07:33:17.336Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31342024-12-17T07:33:18.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31352024-12-17T07:33:18.235Z
31362024-12-17T07:33:18.235Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31372024-12-17T07:33:18.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-12-17T07:33:18.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-12-17T07:33:18.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-12-17T07:33:18.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31412024-12-17T07:33:18.868Z
31422024-12-17T07:33:18.868Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31432024-12-17T07:33:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-17T07:33:19.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-17T07:33:19.473Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31462024-12-17T07:33:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31472024-12-17T07:33:20.533Z
31482024-12-17T07:33:20.533Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31492024-12-17T07:33:21.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-12-17T07:33:21.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-12-17T07:33:21.136Z Checking cargo-platform v0.1.8
31522024-12-17T07:33:21.398Z Checking cargo_metadata v0.18.1
31532024-12-17T07:33:22.339Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31542024-12-17T07:33:23.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
31552024-12-17T07:33:23.327Z
31562024-12-17T07:33:23.327Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31572024-12-17T07:33:23.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-17T07:33:23.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-17T07:33:24.037Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31602024-12-17T07:33:24.751Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31612024-12-17T07:33:25.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31622024-12-17T07:33:25.488Z
31632024-12-17T07:33:25.488Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31642024-12-17T07:33:26.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-12-17T07:33:26.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-12-17T07:33:26.253Z Compiling crunchy v0.2.2
31672024-12-17T07:33:26.253Z Compiling tiny-keccak v2.0.2
31682024-12-17T07:33:26.256Z Compiling dsl_auto_type v0.1.2
31692024-12-17T07:33:26.256Z Checking scheduled-thread-pool v0.2.7
31702024-12-17T07:33:26.256Z Compiling diesel_table_macro_syntax v0.2.0
31712024-12-17T07:33:26.256Z Compiling ascii-canvas v3.0.0
31722024-12-17T07:33:26.367Z Compiling ena v0.14.3
31732024-12-17T07:33:26.378Z Compiling regex-syntax v0.6.29
31742024-12-17T07:33:26.574Z Checking r2d2 v0.8.10
31752024-12-17T07:33:26.631Z Compiling diff v0.1.13
31762024-12-17T07:33:26.773Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31772024-12-17T07:33:26.847Z Compiling ref-cast v1.0.23
31782024-12-17T07:33:26.872Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31792024-12-17T07:33:26.923Z Compiling derive_builder_core v0.20.2
31802024-12-17T07:33:26.999Z Compiling libxml v0.3.3
31812024-12-17T07:33:27.144Z Compiling ref-cast-impl v1.0.23
31822024-12-17T07:33:27.283Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31832024-12-17T07:33:27.410Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31842024-12-17T07:33:27.435Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31852024-12-17T07:33:27.669Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31862024-12-17T07:33:27.721Z Compiling strum_macros v0.24.3
31872024-12-17T07:33:27.825Z Compiling samael v0.0.17
31882024-12-17T07:33:27.992Z Compiling diesel_derives v2.2.3
31892024-12-17T07:33:28.088Z Compiling indoc v1.0.9
31902024-12-17T07:33:29.050Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31912024-12-17T07:33:29.321Z Compiling impl-trait-for-tuples v0.2.2
31922024-12-17T07:33:29.435Z Compiling derive_builder_macro v0.20.2
31932024-12-17T07:33:29.626Z Compiling lalrpop v0.19.12
31942024-12-17T07:33:30.322Z Checking derive_builder v0.20.2
31952024-12-17T07:33:30.466Z Compiling oso-derive v0.27.3
31962024-12-17T07:33:30.889Z Checking quick-xml v0.33.0
31972024-12-17T07:33:31.359Z Compiling diesel-dtrace v0.4.2
31982024-12-17T07:33:31.527Z Checking maplit v1.0.2
31992024-12-17T07:33:31.699Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32002024-12-17T07:33:31.744Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32012024-12-17T07:33:32.022Z Checking bb8 v0.8.5
32022024-12-17T07:33:32.414Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32032024-12-17T07:33:32.518Z Checking castaway v0.2.3
32042024-12-17T07:33:32.574Z Checking rand_seeder v0.3.0
32052024-12-17T07:33:32.745Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32062024-12-17T07:33:32.763Z Checking compact_str v0.8.0
32072024-12-17T07:33:32.844Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32082024-12-17T07:33:33.047Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32092024-12-17T07:33:33.400Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32102024-12-17T07:33:33.671Z Checking unicode-truncate v1.1.0
32112024-12-17T07:33:33.691Z Checking lru v0.12.5
32122024-12-17T07:33:33.895Z Compiling instability v0.3.2
32132024-12-17T07:33:33.976Z Checking is_ci v1.2.0
32142024-12-17T07:33:34.122Z Checking smawk v0.3.2
32152024-12-17T07:33:34.324Z Checking unicode-linebreak v0.1.5
32162024-12-17T07:33:34.377Z Checking cassowary v0.3.0
32172024-12-17T07:33:34.762Z Checking textwrap v0.16.1
32182024-12-17T07:33:34.806Z Checking supports-color v3.0.1
32192024-12-17T07:33:34.881Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32202024-12-17T07:33:34.940Z Checking ratatui v0.28.1
32212024-12-17T07:33:35.033Z Checking multimap v0.10.0
32222024-12-17T07:33:37.864Z Checking diesel v2.2.6
32232024-12-17T07:34:02.655Z Compiling polar-core v0.27.3
32242024-12-17T07:34:07.252Z Checking async-bb8-diesel v0.2.1
32252024-12-17T07:34:09.905Z Checking oso v0.27.3
32262024-12-17T07:35:19.989Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272024-12-17T07:35:26.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32282024-12-17T07:35:26.203Z
32292024-12-17T07:35:26.203Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32302024-12-17T07:35:26.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-12-17T07:35:26.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-12-17T07:35:26.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332024-12-17T07:35:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32342024-12-17T07:35:26.868Z
32352024-12-17T07:35:26.868Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32362024-12-17T07:35:27.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-12-17T07:35:27.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-12-17T07:35:27.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392024-12-17T07:35:27.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32402024-12-17T07:35:27.528Z
32412024-12-17T07:35:27.528Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32422024-12-17T07:35:28.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-12-17T07:35:28.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-12-17T07:35:28.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-12-17T07:35:28.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32462024-12-17T07:35:28.130Z
32472024-12-17T07:35:28.131Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32482024-12-17T07:35:28.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-12-17T07:35:28.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-12-17T07:35:28.910Z Compiling libz-sys v1.1.20
32512024-12-17T07:35:29.026Z Compiling libgit2-sys v0.17.0+1.8.1
32522024-12-17T07:35:29.039Z Compiling vergen v8.3.2
32532024-12-17T07:35:29.041Z Compiling cargo-platform v0.1.8
32542024-12-17T07:35:29.041Z Compiling pin-project-internal v1.1.6
32552024-12-17T07:35:29.079Z Compiling snafu-derive v0.8.5
32562024-12-17T07:35:29.079Z Compiling libsqlite3-sys v0.30.1
32572024-12-17T07:35:29.081Z Compiling rustls v0.21.12
32582024-12-17T07:35:29.315Z Compiling cargo_metadata v0.18.1
32592024-12-17T07:35:29.374Z Compiling cfg_aliases v0.2.1
32602024-12-17T07:35:29.486Z Compiling buf-list v1.0.3
32612024-12-17T07:35:29.577Z Compiling nix v0.29.0
32622024-12-17T07:35:29.648Z Checking globset v0.4.15
32632024-12-17T07:35:29.971Z Checking olpc-cjson v0.1.4
32642024-12-17T07:35:30.138Z Checking sct v0.7.1
32652024-12-17T07:35:30.179Z Checking rustls-webpki v0.101.7
32662024-12-17T07:35:30.182Z Checking serde_plain v1.0.2
32672024-12-17T07:35:30.337Z Checking typed-path v0.9.3
32682024-12-17T07:35:30.770Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32692024-12-17T07:35:30.924Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702024-12-17T07:35:31.032Z Checking hashlink v0.9.1
32712024-12-17T07:35:31.192Z Checking fallible-iterator v0.3.0
32722024-12-17T07:35:31.691Z Checking parse-size v1.1.0
32732024-12-17T07:35:31.807Z Checking fallible-streaming-iterator v0.1.9
32742024-12-17T07:35:32.054Z Checking rusqlite v0.32.1
32752024-12-17T07:35:32.110Z Checking pin-project v1.1.6
32762024-12-17T07:35:32.234Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772024-12-17T07:35:32.325Z Checking rustls-pemfile v1.0.4
32782024-12-17T07:35:32.414Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32792024-12-17T07:35:32.493Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802024-12-17T07:35:32.780Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32812024-12-17T07:35:32.927Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32822024-12-17T07:35:33.065Z Checking twox-hash v1.6.3
32832024-12-17T07:35:33.232Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32842024-12-17T07:35:33.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32852024-12-17T07:35:33.594Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32862024-12-17T07:35:34.153Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32872024-12-17T07:35:34.172Z Checking tokio-rustls v0.24.1
32882024-12-17T07:35:34.199Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32892024-12-17T07:35:34.491Z Checking fatfs v0.3.6
32902024-12-17T07:35:34.553Z Checking snafu v0.8.5
32912024-12-17T07:35:35.053Z Checking tough v0.19.0
32922024-12-17T07:35:35.203Z Checking assert_matches v1.5.0
32932024-12-17T07:35:39.227Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32942024-12-17T07:35:40.535Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32952024-12-17T07:35:41.343Z Compiling git2 v0.19.0
32962024-12-17T07:35:46.005Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32972024-12-17T07:36:39.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
32982024-12-17T07:36:39.927Z
32992024-12-17T07:36:39.927Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
33002024-12-17T07:36:40.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-12-17T07:36:40.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-12-17T07:36:40.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032024-12-17T07:36:40.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33042024-12-17T07:36:40.602Z
33052024-12-17T07:36:40.602Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33062024-12-17T07:36:41.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-12-17T07:36:41.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-12-17T07:36:41.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-12-17T07:36:41.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33102024-12-17T07:36:41.207Z
33112024-12-17T07:36:41.207Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33122024-12-17T07:36:41.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-12-17T07:36:41.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-12-17T07:36:41.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-12-17T07:36:41.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33162024-12-17T07:36:41.867Z
33172024-12-17T07:36:41.867Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33182024-12-17T07:36:42.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-12-17T07:36:42.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-12-17T07:36:42.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-12-17T07:36:42.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33222024-12-17T07:36:42.530Z
33232024-12-17T07:36:42.530Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33242024-12-17T07:36:43.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-12-17T07:36:43.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-12-17T07:36:43.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-12-17T07:36:43.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33282024-12-17T07:36:43.189Z
33292024-12-17T07:36:43.189Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33302024-12-17T07:36:43.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-17T07:36:43.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-17T07:36:43.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-17T07:36:43.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33342024-12-17T07:36:43.860Z
33352024-12-17T07:36:43.860Zinfo: running `cargo check --bins` on update-common (152/174)
33362024-12-17T07:36:44.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-17T07:36:44.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-17T07:36:44.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-12-17T07:36:44.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33402024-12-17T07:36:44.499Z
33412024-12-17T07:36:44.499Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33422024-12-17T07:36:45.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-17T07:36:45.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-17T07:36:45.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-12-17T07:36:45.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33462024-12-17T07:36:45.139Z
33472024-12-17T07:36:45.139Zinfo: running `cargo check --bins` on tufaceous (154/174)
33482024-12-17T07:36:45.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-12-17T07:36:45.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-12-17T07:36:45.796Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33512024-12-17T07:36:46.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33522024-12-17T07:36:46.961Z
33532024-12-17T07:36:46.961Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33542024-12-17T07:36:47.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-12-17T07:36:47.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-12-17T07:36:47.796Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33572024-12-17T07:36:47.922Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33582024-12-17T07:36:47.925Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33592024-12-17T07:36:47.925Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33602024-12-17T07:37:13.221Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33612024-12-17T07:37:13.221Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33622024-12-17T07:37:13.224Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33632024-12-17T07:37:13.224Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33642024-12-17T07:37:13.224Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33652024-12-17T07:37:14.006Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33662024-12-17T07:37:15.286Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33672024-12-17T07:37:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33682024-12-17T07:37:53.561Z
33692024-12-17T07:37:53.562Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33702024-12-17T07:37:54.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-17T07:37:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-17T07:37:54.254Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33732024-12-17T07:37:54.257Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33742024-12-17T07:37:54.257Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33752024-12-17T07:37:55.906Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33762024-12-17T07:37:56.803Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33772024-12-17T07:37:57.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
33782024-12-17T07:37:58.080Z
33792024-12-17T07:37:58.080Zinfo: running `cargo check --bins` on installinator-api (157/174)
33802024-12-17T07:37:58.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-12-17T07:37:58.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-12-17T07:37:58.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832024-12-17T07:37:58.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33842024-12-17T07:37:58.722Z
33852024-12-17T07:37:58.722Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33862024-12-17T07:37:59.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-12-17T07:37:59.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-12-17T07:37:59.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892024-12-17T07:37:59.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33902024-12-17T07:37:59.366Z
33912024-12-17T07:37:59.366Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33922024-12-17T07:37:59.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-12-17T07:37:59.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-12-17T07:38:00.039Z Compiling petname v2.0.2
33952024-12-17T07:38:00.042Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33962024-12-17T07:38:00.042Z Checking sync-ptr v0.1.1
33972024-12-17T07:38:01.464Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33982024-12-17T07:38:02.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
33992024-12-17T07:38:03.154Z
34002024-12-17T07:38:03.155Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
34012024-12-17T07:38:03.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022024-12-17T07:38:03.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032024-12-17T07:38:03.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042024-12-17T07:38:03.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34052024-12-17T07:38:03.805Z
34062024-12-17T07:38:03.805Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34072024-12-17T07:38:04.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-12-17T07:38:04.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-12-17T07:38:04.468Z Checking memmap2 v0.9.5
34102024-12-17T07:38:04.468Z Checking constant_time_eq v0.3.1
34112024-12-17T07:38:04.468Z Checking spin v0.5.2
34122024-12-17T07:38:04.471Z Checking arrayvec v0.7.6
34132024-12-17T07:38:04.472Z Checking arrayref v0.3.9
34142024-12-17T07:38:04.472Z Checking topological-sort v0.2.2
34152024-12-17T07:38:04.472Z Checking shell-words v1.1.0
34162024-12-17T07:38:04.727Z Checking ring v0.16.20
34172024-12-17T07:38:04.857Z Checking blake3 v1.5.4
34182024-12-17T07:38:05.841Z Checking omicron-zone-package v0.11.1
34192024-12-17T07:38:06.953Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34202024-12-17T07:38:07.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
34212024-12-17T07:38:08.038Z
34222024-12-17T07:38:08.038Zinfo: running `cargo check --bins` on xtask (162/174)
34232024-12-17T07:38:08.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242024-12-17T07:38:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252024-12-17T07:38:08.460Z Checking bitflags v2.6.0
34262024-12-17T07:38:08.462Z Checking serde v1.0.215
34272024-12-17T07:38:08.463Z Checking thiserror v1.0.69
34282024-12-17T07:38:08.553Z Checking scroll v0.12.0
34292024-12-17T07:38:08.556Z Checking hashbrown v0.15.1
34302024-12-17T07:38:08.556Z Checking log v0.4.22
34312024-12-17T07:38:08.572Z Checking zerocopy v0.7.35
34322024-12-17T07:38:08.598Z Checking syn v2.0.90
34332024-12-17T07:38:08.645Z Checking pest v2.7.14
34342024-12-17T07:38:08.787Z Checking rustix v0.38.37
34352024-12-17T07:38:08.823Z Checking once_cell v1.20.2
34362024-12-17T07:38:08.986Z Checking goblin v0.8.2
34372024-12-17T07:38:09.119Z Checking fs-err v2.11.0
34382024-12-17T07:38:09.443Z Checking tabled v0.15.0
34392024-12-17T07:38:09.639Z Checking indexmap v2.7.0
34402024-12-17T07:38:09.978Z Checking anyhow v1.0.93
34412024-12-17T07:38:10.674Z Checking terminal_size v0.4.0
34422024-12-17T07:38:10.674Z Checking tempfile v3.13.0
34432024-12-17T07:38:10.848Z Checking clap_builder v4.5.21
34442024-12-17T07:38:11.113Z Checking dtrace-parser v0.2.0
34452024-12-17T07:38:12.951Z Checking serde_json v1.0.133
34462024-12-17T07:38:12.952Z Checking serde_spanned v0.6.8
34472024-12-17T07:38:12.955Z Checking toml_datetime v0.6.8
34482024-12-17T07:38:12.955Z Checking camino v1.1.9
34492024-12-17T07:38:12.955Z Checking cargo-platform v0.1.8
34502024-12-17T07:38:12.955Z Checking semver v1.0.23
34512024-12-17T07:38:13.127Z Checking macaddr v1.0.1
34522024-12-17T07:38:13.188Z Checking clap v4.5.21
34532024-12-17T07:38:13.209Z Checking toml_edit v0.22.22
34542024-12-17T07:38:13.446Z Checking camino-tempfile v1.1.1
34552024-12-17T07:38:14.127Z Checking dof v0.3.0
34562024-12-17T07:38:14.127Z Checking cargo_metadata v0.18.1
34572024-12-17T07:38:14.540Z Checking usdt-impl v0.5.0
34582024-12-17T07:38:14.888Z Checking usdt v0.5.0
34592024-12-17T07:38:14.928Z Checking toml v0.8.19
34602024-12-17T07:38:15.392Z Checking cargo_toml v0.20.5
34612024-12-17T07:38:16.576Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34622024-12-17T07:38:17.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
34632024-12-17T07:38:17.283Z
34642024-12-17T07:38:17.283Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34652024-12-17T07:38:17.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662024-12-17T07:38:17.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672024-12-17T07:38:18.038Z Checking polyval v0.6.2
34682024-12-17T07:38:18.152Z Checking ctr v0.9.2
34692024-12-17T07:38:18.164Z Checking ssh-encoding v0.2.0
34702024-12-17T07:38:18.166Z Checking blowfish v0.9.1
34712024-12-17T07:38:18.187Z Checking password-hash v0.4.2
34722024-12-17T07:38:18.189Z Checking matches v0.1.10
34732024-12-17T07:38:18.218Z Checking p256 v0.13.2
34742024-12-17T07:38:18.222Z Checking p521 v0.13.3
34752024-12-17T07:38:18.295Z Checking idna v0.2.3
34762024-12-17T07:38:18.378Z Checking bcrypt-pbkdf v0.10.0
34772024-12-17T07:38:18.380Z Checking ghash v0.5.1
34782024-12-17T07:38:18.383Z Compiling enum-as-inner v0.5.1
34792024-12-17T07:38:18.484Z Checking russh-cryptovec v0.7.3
34802024-12-17T07:38:18.560Z Checking pbkdf2 v0.11.0
34812024-12-17T07:38:18.590Z Checking aes-gcm v0.10.3
34822024-12-17T07:38:18.675Z Checking md5 v0.7.0
34832024-12-17T07:38:18.697Z Checking num-bigint v0.4.6
34842024-12-17T07:38:18.697Z Checking des v0.8.1
34852024-12-17T07:38:18.803Z Checking ssh-cipher v0.2.0
34862024-12-17T07:38:18.822Z Checking hex-literal v0.4.1
34872024-12-17T07:38:18.952Z Compiling dhcproto-macros v0.1.0
34882024-12-17T07:38:18.971Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34892024-12-17T07:38:18.971Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34902024-12-17T07:38:19.085Z Checking ssh-key v0.6.6
34912024-12-17T07:38:19.127Z Checking internet-checksum v0.2.1
34922024-12-17T07:38:19.430Z Checking trust-dns-proto v0.22.0
34932024-12-17T07:38:20.358Z Checking russh-keys v0.45.0
34942024-12-17T07:38:21.271Z Checking russh v0.45.0
34952024-12-17T07:38:21.974Z Checking dhcproto v0.12.0
34962024-12-17T07:38:38.984Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34972024-12-17T07:38:40.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.11s
34982024-12-17T07:38:40.616Z
34992024-12-17T07:38:40.616Zinfo: running `cargo check --bins` on gateway-cli (164/174)
35002024-12-17T07:38:41.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-12-17T07:38:41.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-12-17T07:38:41.255Z Checking termios v0.3.3
35032024-12-17T07:38:41.479Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35042024-12-17T07:38:42.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35052024-12-17T07:38:42.427Z
35062024-12-17T07:38:42.427Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35072024-12-17T07:38:43.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082024-12-17T07:38:43.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092024-12-17T07:38:43.112Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35102024-12-17T07:38:45.132Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35112024-12-17T07:38:47.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
35122024-12-17T07:38:47.179Z
35132024-12-17T07:38:47.179Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35142024-12-17T07:38:47.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-12-17T07:38:47.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-12-17T07:38:47.810Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35172024-12-17T07:38:48.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35182024-12-17T07:38:48.465Z
35192024-12-17T07:38:48.465Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35202024-12-17T07:38:48.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-12-17T07:38:49.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-12-17T07:38:49.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232024-12-17T07:38:49.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242024-12-17T07:38:49.075Z
35252024-12-17T07:38:49.075Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35262024-12-17T07:38:49.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-12-17T07:38:49.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-12-17T07:38:49.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292024-12-17T07:38:49.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35302024-12-17T07:38:49.674Z
35312024-12-17T07:38:49.674Zinfo: running `cargo check --bins` on omicron-package (169/174)
35322024-12-17T07:38:50.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-12-17T07:38:50.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-12-17T07:38:50.330Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35352024-12-17T07:38:51.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
35362024-12-17T07:38:51.832Z
35372024-12-17T07:38:51.832Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35382024-12-17T07:38:52.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392024-12-17T07:38:52.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402024-12-17T07:38:52.519Z Checking rtoolbox v0.0.2
35412024-12-17T07:38:52.519Z Checking tui-tree-widget v0.22.0
35422024-12-17T07:38:52.522Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35432024-12-17T07:38:52.745Z Checking rpassword v7.3.1
35442024-12-17T07:38:56.783Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35452024-12-17T07:38:59.753Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35462024-12-17T07:39:01.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
35472024-12-17T07:39:01.202Z
35482024-12-17T07:39:01.202Zinfo: running `cargo check --bins` on wicket (171/174)
35492024-12-17T07:39:01.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-12-17T07:39:01.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-12-17T07:39:01.889Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35522024-12-17T07:39:02.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35532024-12-17T07:39:02.520Z
35542024-12-17T07:39:02.520Zinfo: running `cargo check --bins` on wicketd (172/174)
35552024-12-17T07:39:03.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-12-17T07:39:03.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-12-17T07:39:03.226Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35582024-12-17T07:39:07.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
35592024-12-17T07:39:07.349Z
35602024-12-17T07:39:07.349Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35612024-12-17T07:39:07.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622024-12-17T07:39:07.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632024-12-17T07:39:07.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642024-12-17T07:39:07.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35652024-12-17T07:39:07.952Z
35662024-12-17T07:39:07.952Zinfo: running `cargo check --bins` on zone-setup (174/174)
35672024-12-17T07:39:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682024-12-17T07:39:08.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692024-12-17T07:39:08.677Z Checking uzers v0.12.1
35702024-12-17T07:39:09.022Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35712024-12-17T07:39:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35722024-12-17T07:39:10.411Z
35732024-12-17T07:39:10.411Zreal 12:52.242500652
35742024-12-17T07:39:10.411Zuser 24:01.461777496
35752024-12-17T07:39:10.411Zsys 5:24.340680358
35762024-12-17T07:39:10.411Ztrap 0.456351984
35772024-12-17T07:39:10.412Ztflt 2.623217963
35782024-12-17T07:39:10.414Zdflt 3.176901604
35792024-12-17T07:39:10.414Zkflt 0.000946847
35802024-12-17T07:39:10.414Zlock 45:40.721757288
35812024-12-17T07:39:10.414Zslp 2:05:39.929589640
35822024-12-17T07:39:10.414Zlat 1:01.372367577
35832024-12-17T07:39:10.414Zstop 3:13.362636723
35842024-12-17T07:39:10.414Zprocess exited: duration 1079274 ms, exit code 0
 
35852024-12-17T07:39:10.420Zfound 0 output files