01JF16X1DJASC3CAF39BZ771V2: 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: 01JF16XH1PS3BTJW8EZQX51DG1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T23:51:49.248Zjob assigned to worker 01JF16XQ1DD2XHHN1VDVM2K6R1 [factory aws, i-05eb199ee9818d1ca] (queued for 49 s)
 
22024-12-13T23:51:56.771Zstarting task 0: "setup"
32024-12-13T23:51:56.782Z++ uname -s
42024-12-13T23:51:56.784Z+ kern=SunOS
52024-12-13T23:51:56.784Z+ case "$kern" in
62024-12-13T23:51:56.784Z+ groupadd -g 12345 build
72024-12-13T23:51:56.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T23:51:58.795Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T23:51:58.897Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T23:51:58.900Z+ home_fs=zfs
112024-12-13T23:51:58.900Z+ [[ zfs == autofs ]]
122024-12-13T23:51:58.900Z+ mkdir -p /home/build
132024-12-13T23:51:58.903Z+ chown build:build /home/build /work
142024-12-13T23:52:00.903Z+ chmod 0700 /home/build /work
152024-12-13T23:52:00.906Zprocess exited: duration 4137 ms, exit code 0
 
162024-12-13T23:52:00.912Zstarting task 1: "rust-toolchain"
172024-12-13T23:52:00.918Z+ printf ' * toolchain channel = "%s"
182024-12-13T23:52:00.918Z' 1.81.0
192024-12-13T23:52:00.918Z * toolchain channel = "1.81.0"
202024-12-13T23:52:00.918Z * toolchain profile = "default"
212024-12-13T23:52:00.918Z+ printf ' * toolchain profile = "%s"
222024-12-13T23:52:00.918Z' default
232024-12-13T23:52:00.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T23:52:00.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T23:52:01.035Zinfo: downloading installer
262024-12-13T23:52:02.411Zinfo: profile set to 'default'
272024-12-13T23:52:02.411Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T23:52:02.415Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T23:52:02.585Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T23:52:02.585Zinfo: downloading component 'cargo'
312024-12-13T23:52:03.599Zinfo: downloading component 'clippy'
322024-12-13T23:52:03.986Zinfo: downloading component 'rust-docs'
332024-12-13T23:52:05.393Zinfo: downloading component 'rust-std'
342024-12-13T23:52:07.574Zinfo: downloading component 'rustc'
352024-12-13T23:52:15.489Zinfo: downloading component 'rustfmt'
362024-12-13T23:52:15.788Zinfo: installing component 'cargo'
372024-12-13T23:52:16.574Zinfo: installing component 'clippy'
382024-12-13T23:52:16.930Zinfo: installing component 'rust-docs'
392024-12-13T23:52:18.535Zinfo: installing component 'rust-std'
402024-12-13T23:52:20.242Zinfo: installing component 'rustc'
412024-12-13T23:52:25.917Zinfo: installing component 'rustfmt'
422024-12-13T23:52:26.237Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T23:52:26.237Z
442024-12-13T23:52:26.604Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T23:52:26.604Z
462024-12-13T23:52:26.607Z
472024-12-13T23:52:26.607ZRust is installed now. Great!
482024-12-13T23:52:26.607Z
492024-12-13T23:52:26.607ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T23:52:26.607Zenvironment variable. This has not been done automatically.
512024-12-13T23:52:26.607Z
522024-12-13T23:52:26.607ZTo configure your current shell, you need to source
532024-12-13T23:52:26.607Zthe corresponding env file under $HOME/.cargo.
542024-12-13T23:52:26.607Z
552024-12-13T23:52:26.607ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T23:52:26.607Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T23:52:26.607Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T23:52:26.681Z+ rustc --version
592024-12-13T23:52:26.746Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T23:52:26.749Zprocess exited: duration 25841 ms, exit code 0
 
612024-12-13T23:52:26.757Zstarting task 2: "authentication"
622024-12-13T23:52:26.776Zprocess exited: duration 20 ms, exit code 0
 
632024-12-13T23:52:26.781Zstarting task 3: "clone repository"
642024-12-13T23:52:26.786Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T23:52:26.789Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T23:52:26.829ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T23:52:33.472Z+ cd /work/oxidecomputer/omicron
682024-12-13T23:52:33.472Z+ git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3
692024-12-13T23:52:33.765ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T23:52:33.765Z * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD
712024-12-13T23:52:33.774Z+ [[ -n dtrace-sql-transactions ]]
722024-12-13T23:52:33.777Z++ git branch --show-current
732024-12-13T23:52:33.780Z+ current=main
742024-12-13T23:52:33.780Z+ [[ main != dtrace-sql-transactions ]]
752024-12-13T23:52:33.780Z+ git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3
762024-12-13T23:52:33.783Z+ git checkout -f dtrace-sql-transactions
772024-12-13T23:52:33.957ZSwitched to branch 'dtrace-sql-transactions'
782024-12-13T23:52:33.960Z+ git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3
792024-12-13T23:52:34.128ZHEAD is now at 2d0edd7fe Alan has spoken
802024-12-13T23:52:34.131Zprocess exited: duration 7349 ms, exit code 0
 
812024-12-13T23:52:34.138Zstarting task 4: "build"
822024-12-13T23:52:34.145Z+ source .github/buildomat/ci-env.sh
832024-12-13T23:52:34.145Z++ export CARGO_TERM_COLOR=always
842024-12-13T23:52:34.148Z++ CARGO_TERM_COLOR=always
852024-12-13T23:52:34.148Z+ cargo --version
862024-12-13T23:52:34.201Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T23:52:34.204Z+ rustc --version
882024-12-13T23:52:34.263Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T23:52:34.265Z+ source ./env.sh
902024-12-13T23:52:34.265Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T23:52:34.265Z++ set -o xtrace
922024-12-13T23:52:34.268Z++++ dirname ./env.sh
932024-12-13T23:52:34.272Z+++ readlink -f .
942024-12-13T23:52:34.275Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T23:52:34.275Z++ 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-13T23:52:34.275Z++ 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-13T23:52:34.275Z++ 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-13T23:52:34.276Z++ 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-13T23:52:34.276Z++ 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-13T23:52:34.276Z++ 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-13T23:52:34.276Z++ 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-13T23:52:34.276Z++ 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-13T23:52:34.276Z++ case $OLD_SHELL_OPTS in
1042024-12-13T23:52:34.276Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T23:52:34.276Z+ 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-13T23:52:34.276Z+ 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-13T23:52:34.276Z+ banner prerequisites
1082024-12-13T23:52:34.278Z
1092024-12-13T23:52:34.279Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T23:52:34.279Z # # # # # # # # # # # # # # #
1112024-12-13T23:52:34.279Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T23:52:34.279Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T23:52:34.279Z # # # # # # # # # # # # # # #
1142024-12-13T23:52:34.279Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T23:52:34.279Z
1162024-12-13T23:52:34.279Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T23:52:41.718Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T23:52:45.453Z Startup: Caching catalogs ... Done
1192024-12-13T23:52:55.639ZPlanning: Solver setup ... Done (9.326s)
1202024-12-13T23:52:55.764ZPlanning: Running solver ... Done (0.126s)
1212024-12-13T23:52:55.860ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-13T23:52:55.881ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T23:52:56.126ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T23:52:56.225ZPlanning: Package planning ... Done (0.099s)
1252024-12-13T23:52:56.281ZPlanning: Merging actions ... Done (0.056s)
1262024-12-13T23:52:56.471ZPlanning: Checking for conflicting actions ... Done (0.190s)
1272024-12-13T23:52:58.575ZPlanning: Consolidating action changes ... Done (2.104s)
1282024-12-13T23:52:59.029ZPlanning: Evaluating mediators ... Done (0.454s)
1292024-12-13T23:52:59.111ZPlanning: Planning completed in 13.57 seconds
1302024-12-13T23:52:59.128Z Packages to install: 4
1312024-12-13T23:52:59.128Z Packages to update: 1
1322024-12-13T23:52:59.131Z Mediators to change: 2
1332024-12-13T23:52:59.131Z Services to change: 1
1342024-12-13T23:52:59.132Z Estimated space available: 155.63 GB
1352024-12-13T23:52:59.132ZEstimated space to be consumed: 1.61 GB
1362024-12-13T23:52:59.132Z Create boot environment: No
1372024-12-13T23:52:59.132ZCreate backup boot environment: Yes
1382024-12-13T23:52:59.132Z Rebuild boot archive: No
1392024-12-13T23:52:59.132Z
1402024-12-13T23:52:59.132ZChanged mediators:
1412024-12-13T23:52:59.132Z mediator clang:
1422024-12-13T23:52:59.132Z version: None -> 15 (system default)
1432024-12-13T23:52:59.132Z
1442024-12-13T23:52:59.132Z mediator llvm:
1452024-12-13T23:52:59.132Z version: 14 (system default) -> 15 (system default)
1462024-12-13T23:52:59.132Z
1472024-12-13T23:52:59.132ZChanged packages:
1482024-12-13T23:52:59.132Zhelios-dev
1492024-12-13T23:52:59.132Z developer/build-essential
1502024-12-13T23:52:59.132Z None -> 11-2.0
1512024-12-13T23:52:59.132Z library/libxmlsec1
1522024-12-13T23:52:59.132Z None -> 1.2.35-2.0
1532024-12-13T23:52:59.132Z ooce/developer/clang-15
1542024-12-13T23:52:59.132Z None -> 15.0.7-2.0
1552024-12-13T23:52:59.132Z ooce/developer/llvm-15
1562024-12-13T23:52:59.132Z None -> 15.0.7-2.0
1572024-12-13T23:52:59.132Z package/pkg
1582024-12-13T23:52:59.132Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T23:52:59.132Z
1602024-12-13T23:52:59.132ZServices:
1612024-12-13T23:52:59.132Z restart_fmri:
1622024-12-13T23:52:59.132Z svc:/system/update-man-index:default
1632024-12-13T23:52:59.132Z
1642024-12-13T23:52:59.132ZEditable files to change:
1652024-12-13T23:52:59.132Z Update:
1662024-12-13T23:52:59.132Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T23:52:59.210Z
1682024-12-13T23:52:59.211ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T23:53:04.440ZDownload: 1190/4281 items 64.3/220.6MB 29% complete (12.9M/s)
1702024-12-13T23:53:09.442ZDownload: 1732/4281 items 117.4/220.6MB 53% complete (11.7M/s)
1712024-12-13T23:53:14.446ZDownload: 2488/4281 items 120.3/220.6MB 54% complete (5.6M/s)
1722024-12-13T23:53:21.104ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.6M/s)
1732024-12-13T23:53:27.709ZDownload: 3505/4281 items 215.4/220.6MB 97% complete (9.4M/s)
1742024-12-13T23:53:30.319ZDownload: Completed 220.60 MB in 31.11 seconds (7.1M/s)
1752024-12-13T23:53:32.401Z Actions: 1/5063 actions (Removing old actions)
1762024-12-13T23:53:32.427Z Actions: 194/5063 actions (Installing new actions)
1772024-12-13T23:53:37.106Z Actions: 4226/5063 actions (Updating modified actions)
1782024-12-13T23:53:37.427Z Actions: Completed 5063 actions in 5.03 seconds.
1792024-12-13T23:53:37.649Z Done (0.213s)
1802024-12-13T23:53:37.652Z Done (0.000s)
1812024-12-13T23:53:38.195Z Done (0.545s)
1822024-12-13T23:53:42.642Z Done (4.225s)
1832024-12-13T23:53:42.736Z Done (0.022s)
1842024-12-13T23:53:42.740Z Done (0.000s)
1852024-12-13T23:53:42.904Z Done (0.000s)
1862024-12-13T23:53:43.588ZPlanning: Evaluating mediator changes ... Done
1872024-12-13T23:53:44.014ZPlanning: Checking for conflicting actions ... Done
1882024-12-13T23:53:44.027ZPlanning: Consolidating action changes ... Done
1892024-12-13T23:53:44.036ZPlanning: Evaluating mediators ... Done
1902024-12-13T23:53:44.036ZPlanning: Planning completed in 0.44 seconds
1912024-12-13T23:53:44.066Z Mediators to change: 2
1922024-12-13T23:53:44.066Z Create boot environment: No
1932024-12-13T23:53:44.080ZCreate backup boot environment: No
1942024-12-13T23:53:44.152Z Done
1952024-12-13T23:53:44.152Z Done
1962024-12-13T23:53:44.500Z Done
1972024-12-13T23:53:48.160Z Done
1982024-12-13T23:53:48.249Z Done
1992024-12-13T23:53:48.252Z Done
2002024-12-13T23:53:48.383Z Done
2012024-12-13T23:53:49.007ZPlanning: Evaluating mediator changes ... Done
2022024-12-13T23:53:49.015ZPlanning: Merging actions ... Done
2032024-12-13T23:53:49.202ZPlanning: Checking for conflicting actions ... Done
2042024-12-13T23:53:49.206ZPlanning: Consolidating action changes ... Done
2052024-12-13T23:53:49.475ZPlanning: Evaluating mediators ... Done
2062024-12-13T23:53:49.533ZPlanning: Planning completed in 0.78 seconds
2072024-12-13T23:53:49.576Z Packages to change: 1
2082024-12-13T23:53:49.578Z Mediators to change: 1
2092024-12-13T23:53:49.579Z Services to change: 1
2102024-12-13T23:53:49.579Z Create boot environment: No
2112024-12-13T23:53:49.579ZCreate backup boot environment: Yes
2122024-12-13T23:53:51.904Z Actions: 1/6 actions (Updating modified actions)
2132024-12-13T23:53:51.907Z Actions: Completed 6 actions in 0.00 seconds.
2142024-12-13T23:53:51.907Z Done
2152024-12-13T23:53:51.907Z Done
2162024-12-13T23:53:52.022Z Done
2172024-12-13T23:53:55.614Z Done
2182024-12-13T23:53:55.701Z Done
2192024-12-13T23:53:55.705Z Done
2202024-12-13T23:53:55.833Z Done
2212024-12-13T23:53:56.271ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-12-13T23:53:56.271Zclang system 15 system
2232024-12-13T23:53:56.271Zcsh system system illumos
2242024-12-13T23:53:56.271Zctags system system illumos
2252024-12-13T23:53:56.271Zgcc vendor 12 vendor
2262024-12-13T23:53:56.271Zgcc system 10 system
2272024-12-13T23:53:56.271Zgcc system 7 system
2282024-12-13T23:53:56.271Zgo system 1.20 system
2292024-12-13T23:53:56.271Zgo system 1.19 system
2302024-12-13T23:53:56.271Zllvm system 15 system
2312024-12-13T23:53:56.271Zllvm system 14 system
2322024-12-13T23:53:56.271Zmariadb system 10.6 system
2332024-12-13T23:53:56.271Zmta vendor vendor dma
2342024-12-13T23:53:56.271Zopenjdk system 17 system
2352024-12-13T23:53:56.271Zopenjdk system 11 system
2362024-12-13T23:53:56.271Zopenjdk system 1.8 system
2372024-12-13T23:53:56.271Zopenssl vendor 3 vendor
2382024-12-13T23:53:56.271Zperl system 5.36 system
2392024-12-13T23:53:56.272Zpostgresql system 15 system
2402024-12-13T23:53:56.272Zpostgresql system 13 system
2412024-12-13T23:53:56.272Zpython vendor 3 vendor
2422024-12-13T23:53:56.272Zpython system 2 system
2432024-12-13T23:53:56.272Zpython3 system 3.11 system
2442024-12-13T23:53:56.272Zruby system 3.0 system
2452024-12-13T23:53:56.272Zwords vendor vendor american-english
2462024-12-13T23:53:56.272Zwords system system australian-english
2472024-12-13T23:53:56.272Zwords system system british-english
2482024-12-13T23:53:56.272Zwords system system canadian-english
2492024-12-13T23:53:56.272Zwords system system french
2502024-12-13T23:53:56.272Zwords system system italian
2512024-12-13T23:53:56.272Zwords system system ngerman
2522024-12-13T23:53:56.272Zwords system system ogerman
2532024-12-13T23:53:56.272Zwords system system spanish
2542024-12-13T23:53:56.603ZPUBLISHER TYPE STATUS P LOCATION
2552024-12-13T23:53:56.603Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-12-13T23:53:59.326ZFMRI IFO
2572024-12-13T23:53:59.326Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-12-13T23:53:59.326Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-12-13T23:53:59.326Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-12-13T23:53:59.326Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-12-13T23:53:59.326Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-12-13T23:53:59.326Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-12-13T23:53:59.326Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-12-13T23:53:59.326Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-12-13T23:53:59.326Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-12-13T23:53:59.326Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2672024-12-13T23:53:59.326Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-12-13T23:53:59.326Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-12-13T23:53:59.326Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2702024-12-13T23:53:59.326Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-12-13T23:53:59.326Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-12-13T23:54:00.086Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-12-13T23:54:00.391Z Updating crates.io index
2742024-12-13T23:54:00.461Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-12-13T23:54:00.991Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-12-13T23:54:01.345Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-12-13T23:54:01.558Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-12-13T23:54:01.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-12-13T23:54:02.735Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-12-13T23:54:04.411Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-12-13T23:54:05.548Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-12-13T23:54:06.232Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-12-13T23:54:06.479Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-12-13T23:54:06.815Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-12-13T23:54:07.396Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-12-13T23:54:07.727Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-12-13T23:54:08.006Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-12-13T23:54:08.298Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-12-13T23:54:08.594Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-12-13T23:54:08.850Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-12-13T23:54:09.163Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-12-13T23:54:09.441Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-12-13T23:54:09.853Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-12-13T23:54:10.109Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-12-13T23:54:10.632Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-12-13T23:54:10.925Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972024-12-13T23:54:11.307Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-12-13T23:54:11.701Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2992024-12-13T23:54:11.984Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-12-13T23:54:12.242Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-12-13T23:54:12.525Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-12-13T23:54:13.908Z Downloading crates ...
3032024-12-13T23:54:13.965Z Downloaded anstream v0.6.15
3042024-12-13T23:54:13.972Z Downloaded equivalent v1.0.1
3052024-12-13T23:54:13.975Z Downloaded dtrace-parser v0.2.0
3062024-12-13T23:54:13.978Z Downloaded proc-macro-error-attr v1.0.4
3072024-12-13T23:54:13.980Z Downloaded camino-tempfile v1.1.1
3082024-12-13T23:54:13.989Z Downloaded scroll_derive v0.12.0
3092024-12-13T23:54:13.994Z Downloaded usdt-attr-macro v0.5.0
3102024-12-13T23:54:13.997Z Downloaded usdt-macro v0.5.0
3112024-12-13T23:54:14.001Z Downloaded errno v0.3.9
3122024-12-13T23:54:14.004Z Downloaded colorchoice v1.0.2
3132024-12-13T23:54:14.004Z Downloaded clap_lex v0.7.2
3142024-12-13T23:54:14.006Z Downloaded block-buffer v0.10.4
3152024-12-13T23:54:14.006Z Downloaded autocfg v1.4.0
3162024-12-13T23:54:14.013Z Downloaded swrite v0.1.0
3172024-12-13T23:54:14.019Z Downloaded pretty-hex v0.4.1
3182024-12-13T23:54:14.022Z Downloaded crypto-common v0.1.6
3192024-12-13T23:54:14.025Z Downloaded is_terminal_polyfill v1.70.1
3202024-12-13T23:54:14.025Z Downloaded serde_tokenstream v0.2.2
3212024-12-13T23:54:14.027Z Downloaded tabled_derive v0.7.0
3222024-12-13T23:54:14.031Z Downloaded strsim v0.11.1
3232024-12-13T23:54:14.033Z Downloaded fs-err v2.11.0
3242024-12-13T23:54:14.035Z Downloaded thiserror-impl v1.0.69
3252024-12-13T23:54:14.035Z Downloaded heck v0.4.1
3262024-12-13T23:54:14.038Z Downloaded anstyle-query v1.1.1
3272024-12-13T23:54:14.038Z Downloaded serde_spanned v0.6.8
3282024-12-13T23:54:14.041Z Downloaded pest_generator v2.7.14
3292024-12-13T23:54:14.044Z Downloaded fastrand v2.1.1
3302024-12-13T23:54:14.044Z Downloaded cfg-if v1.0.0
3312024-12-13T23:54:14.046Z Downloaded semver v1.0.23
3322024-12-13T23:54:14.049Z Downloaded anstyle v1.0.10
3332024-12-13T23:54:14.051Z Downloaded generic-array v0.14.7
3342024-12-13T23:54:14.054Z Downloaded thread-id v4.2.2
3352024-12-13T23:54:14.054Z Downloaded thiserror v1.0.69
3362024-12-13T23:54:14.058Z Downloaded terminal_size v0.4.0
3372024-12-13T23:54:14.061Z Downloaded unicode-linebreak v0.1.5
3382024-12-13T23:54:14.063Z Downloaded smawk v0.3.2
3392024-12-13T23:54:14.063Z Downloaded cargo-platform v0.1.8
3402024-12-13T23:54:14.065Z Downloaded utf8parse v0.2.2
3412024-12-13T23:54:14.065Z Downloaded fnv v1.0.7
3422024-12-13T23:54:14.065Z Downloaded plain v0.2.3
3432024-12-13T23:54:14.068Z Downloaded macaddr v1.0.1
3442024-12-13T23:54:14.068Z Downloaded cpufeatures v0.2.14
3452024-12-13T23:54:14.070Z Downloaded toml_datetime v0.6.8
3462024-12-13T23:54:14.070Z Downloaded memmap v0.7.0
3472024-12-13T23:54:14.073Z Downloaded heck v0.5.0
3482024-12-13T23:54:14.073Z Downloaded digest v0.10.7
3492024-12-13T23:54:14.075Z Downloaded bytecount v0.6.8
3502024-12-13T23:54:14.076Z Downloaded anstyle-parse v0.2.5
3512024-12-13T23:54:14.078Z Downloaded dof v0.3.0
3522024-12-13T23:54:14.081Z Downloaded pest_derive v2.7.14
3532024-12-13T23:54:14.083Z Downloaded clap_derive v4.5.18
3542024-12-13T23:54:14.083Z Downloaded tempfile v3.13.0
3552024-12-13T23:54:14.085Z Downloaded scroll v0.12.0
3562024-12-13T23:54:14.088Z Downloaded quote v1.0.37
3572024-12-13T23:54:14.090Z Downloaded cargo_metadata v0.18.1
3582024-12-13T23:54:14.090Z Downloaded version_check v0.9.5
3592024-12-13T23:54:14.093Z Downloaded usdt-impl v0.5.0
3602024-12-13T23:54:14.093Z Downloaded camino v1.1.9
3612024-12-13T23:54:14.096Z Downloaded proc-macro-error v1.0.4
3622024-12-13T23:54:14.099Z Downloaded once_cell v1.20.2
3632024-12-13T23:54:14.101Z Downloaded byteorder v1.5.0
3642024-12-13T23:54:14.101Z Downloaded cargo_toml v0.20.5
3652024-12-13T23:54:14.103Z Downloaded itoa v1.0.11
3662024-12-13T23:54:14.107Z Downloaded usdt v0.5.0
3672024-12-13T23:54:14.111Z Downloaded zerocopy-derive v0.7.35
3682024-12-13T23:54:14.116Z Downloaded textwrap v0.16.1
3692024-12-13T23:54:14.118Z Downloaded bitflags v2.6.0
3702024-12-13T23:54:14.121Z Downloaded proc-macro2 v1.0.89
3712024-12-13T23:54:14.124Z Downloaded clap v4.5.21
3722024-12-13T23:54:14.131Z Downloaded unicode-ident v1.0.13
3732024-12-13T23:54:14.133Z Downloaded anyhow v1.0.93
3742024-12-13T23:54:14.136Z Downloaded ucd-trie v0.1.7
3752024-12-13T23:54:14.139Z Downloaded serde_derive v1.0.215
3762024-12-13T23:54:14.142Z Downloaded ryu v1.0.18
3772024-12-13T23:54:14.147Z Downloaded typenum v1.17.0
3782024-12-13T23:54:14.149Z Downloaded toml v0.8.19
3792024-12-13T23:54:14.149Z Downloaded pest_meta v2.7.14
3802024-12-13T23:54:14.151Z Downloaded serde v1.0.215
3812024-12-13T23:54:14.153Z Downloaded papergrid v0.11.0
3822024-12-13T23:54:14.157Z Downloaded log v0.4.22
3832024-12-13T23:54:14.159Z Downloaded sha2 v0.10.8
3842024-12-13T23:54:14.163Z Downloaded indexmap v2.6.0
3852024-12-13T23:54:14.167Z Downloaded memchr v2.7.4
3862024-12-13T23:54:14.178Z Downloaded toml_edit v0.22.22
3872024-12-13T23:54:14.197Z Downloaded pest v2.7.14
3882024-12-13T23:54:14.202Z Downloaded hashbrown v0.15.1
3892024-12-13T23:54:14.206Z Downloaded serde_json v1.0.132
3902024-12-13T23:54:14.220Z Downloaded goblin v0.8.2
3912024-12-13T23:54:14.227Z Downloaded clap_builder v4.5.21
3922024-12-13T23:54:14.232Z Downloaded zerocopy v0.7.35
3932024-12-13T23:54:14.247Z Downloaded winnow v0.6.20
3942024-12-13T23:54:14.254Z Downloaded tabled v0.15.0
3952024-12-13T23:54:14.282Z Downloaded syn v1.0.109
3962024-12-13T23:54:14.291Z Downloaded unicode-width v0.1.14
3972024-12-13T23:54:14.296Z Downloaded syn v2.0.87
3982024-12-13T23:54:14.306Z Downloaded rustix v0.38.37
3992024-12-13T23:54:14.348Z Downloaded libc v0.2.162
4002024-12-13T23:54:14.653Z Compiling proc-macro2 v1.0.89
4012024-12-13T23:54:14.653Z Compiling unicode-ident v1.0.13
4022024-12-13T23:54:14.653Z Compiling serde v1.0.215
4032024-12-13T23:54:14.656Z Compiling version_check v0.9.5
4042024-12-13T23:54:14.656Z Compiling memchr v2.7.4
4052024-12-13T23:54:14.656Z Compiling thiserror v1.0.69
4062024-12-13T23:54:14.656Z Compiling libc v0.2.162
4072024-12-13T23:54:14.688Z Compiling itoa v1.0.11
4082024-12-13T23:54:14.896Z Compiling ucd-trie v0.1.7
4092024-12-13T23:54:15.031Z Compiling ryu v1.0.18
4102024-12-13T23:54:15.386Z Compiling once_cell v1.20.2
4112024-12-13T23:54:15.488Z Compiling byteorder v1.5.0
4122024-12-13T23:54:15.730Z Compiling serde_json v1.0.132
4132024-12-13T23:54:15.830Z Compiling rustix v0.38.37
4142024-12-13T23:54:16.035Z Compiling bitflags v2.6.0
4152024-12-13T23:54:16.106Z Compiling usdt-impl v0.5.0
4162024-12-13T23:54:16.374Z Compiling proc-macro-error-attr v1.0.4
4172024-12-13T23:54:16.450Z Compiling syn v1.0.109
4182024-12-13T23:54:16.501Z Compiling proc-macro-error v1.0.4
4192024-12-13T23:54:16.627Z Compiling quote v1.0.37
4202024-12-13T23:54:16.726Z Compiling plain v0.2.3
4212024-12-13T23:54:16.775Z Compiling log v0.4.22
4222024-12-13T23:54:16.823Z Compiling equivalent v1.0.1
4232024-12-13T23:54:16.915Z Compiling errno v0.3.9
4242024-12-13T23:54:16.941Z Compiling utf8parse v0.2.2
4252024-12-13T23:54:17.088Z Compiling syn v2.0.87
4262024-12-13T23:54:17.142Z Compiling thread-id v4.2.2
4272024-12-13T23:54:17.207Z Compiling camino v1.1.9
4282024-12-13T23:54:17.233Z Compiling hashbrown v0.15.1
4292024-12-13T23:54:17.259Z Compiling anstyle-parse v0.2.5
4302024-12-13T23:54:17.620Z Compiling pretty-hex v0.4.1
4312024-12-13T23:54:17.829Z Compiling autocfg v1.4.0
4322024-12-13T23:54:17.856Z Compiling colorchoice v1.0.2
4332024-12-13T23:54:17.950Z Compiling winnow v0.6.20
4342024-12-13T23:54:18.013Z Compiling is_terminal_polyfill v1.70.1
4352024-12-13T23:54:18.144Z Compiling anstyle v1.0.10
4362024-12-13T23:54:18.319Z Compiling unicode-width v0.1.14
4372024-12-13T23:54:18.480Z Compiling indexmap v2.6.0
4382024-12-13T23:54:18.604Z Compiling semver v1.0.23
4392024-12-13T23:54:18.856Z Compiling anstyle-query v1.1.1
4402024-12-13T23:54:19.012Z Compiling fs-err v2.11.0
4412024-12-13T23:54:19.036Z Compiling anstream v0.6.15
4422024-12-13T23:54:19.308Z Compiling terminal_size v0.4.0
4432024-12-13T23:54:19.493Z Compiling fnv v1.0.7
4442024-12-13T23:54:19.527Z Compiling anyhow v1.0.93
4452024-12-13T23:54:19.633Z Compiling heck v0.4.1
4462024-12-13T23:54:19.769Z Compiling clap_lex v0.7.2
4472024-12-13T23:54:19.810Z Compiling cfg-if v1.0.0
4482024-12-13T23:54:19.917Z Compiling strsim v0.11.1
4492024-12-13T23:54:20.175Z Compiling heck v0.5.0
4502024-12-13T23:54:20.298Z Compiling bytecount v0.6.8
4512024-12-13T23:54:20.533Z Compiling fastrand v2.1.1
4522024-12-13T23:54:20.582Z Compiling papergrid v0.11.0
4532024-12-13T23:54:20.721Z Compiling clap_builder v4.5.21
4542024-12-13T23:54:21.046Z Compiling tempfile v3.13.0
4552024-12-13T23:54:21.081Z Compiling memmap v0.7.0
4562024-12-13T23:54:21.240Z Compiling smawk v0.3.2
4572024-12-13T23:54:21.476Z Compiling unicode-linebreak v0.1.5
4582024-12-13T23:54:21.954Z Compiling textwrap v0.16.1
4592024-12-13T23:54:21.978Z Compiling swrite v0.1.0
4602024-12-13T23:54:23.052Z Compiling tabled_derive v0.7.0
4612024-12-13T23:54:24.543Z Compiling tabled v0.15.0
4622024-12-13T23:54:26.084Z Compiling serde_derive v1.0.215
4632024-12-13T23:54:26.084Z Compiling thiserror-impl v1.0.69
4642024-12-13T23:54:26.087Z Compiling zerocopy-derive v0.7.35
4652024-12-13T23:54:26.087Z Compiling scroll_derive v0.12.0
4662024-12-13T23:54:26.342Z Compiling clap_derive v4.5.18
4672024-12-13T23:54:28.441Z Compiling scroll v0.12.0
4682024-12-13T23:54:28.444Z Compiling goblin v0.8.2
4692024-12-13T23:54:28.444Z Compiling zerocopy v0.7.35
4702024-12-13T23:54:28.714Z Compiling pest v2.7.14
4712024-12-13T23:54:30.160Z Compiling clap v4.5.21
4722024-12-13T23:54:30.988Z Compiling pest_meta v2.7.14
4732024-12-13T23:54:31.858Z Compiling pest_generator v2.7.14
4742024-12-13T23:54:33.746Z Compiling pest_derive v2.7.14
4752024-12-13T23:54:34.420Z Compiling dtrace-parser v0.2.0
4762024-12-13T23:54:36.204Z Compiling serde_tokenstream v0.2.2
4772024-12-13T23:54:36.318Z Compiling serde_spanned v0.6.8
4782024-12-13T23:54:36.318Z Compiling toml_datetime v0.6.8
4792024-12-13T23:54:36.464Z Compiling cargo-platform v0.1.8
4802024-12-13T23:54:36.731Z Compiling toml_edit v0.22.22
4812024-12-13T23:54:36.811Z Compiling macaddr v1.0.1
4822024-12-13T23:54:37.006Z Compiling camino-tempfile v1.1.1
4832024-12-13T23:54:37.685Z Compiling dof v0.3.0
4842024-12-13T23:54:37.882Z Compiling cargo_metadata v0.18.1
4852024-12-13T23:54:39.428Z Compiling usdt-macro v0.5.0
4862024-12-13T23:54:39.428Z Compiling usdt-attr-macro v0.5.0
4872024-12-13T23:54:39.619Z Compiling toml v0.8.19
4882024-12-13T23:54:40.478Z Compiling cargo_toml v0.20.5
4892024-12-13T23:54:40.928Z Compiling usdt v0.5.0
4902024-12-13T23:54:44.009Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-12-13T23:54:48.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.33s
4922024-12-13T23:54:48.437Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-12-13T23:54:48.953Z Downloading crates ...
4942024-12-13T23:54:49.073Z Downloaded async-stream v0.3.6
4952024-12-13T23:54:49.077Z Downloaded atty v0.2.14
4962024-12-13T23:54:49.081Z Downloaded addr2line v0.24.2
4972024-12-13T23:54:49.081Z Downloaded argon2 v0.5.3
4982024-12-13T23:54:49.084Z Downloaded atomicwrites v0.4.4
4992024-12-13T23:54:49.088Z Downloaded ciborium-io v0.2.2
5002024-12-13T23:54:49.091Z Downloaded cstr-argument v0.1.2
5012024-12-13T23:54:49.094Z Downloaded crucible-workspace-hack v0.1.0
5022024-12-13T23:54:49.094Z Downloaded cfg_aliases v0.2.1
5032024-12-13T23:54:49.097Z Downloaded async-recursion v1.1.1
5042024-12-13T23:54:49.101Z Downloaded crunchy v0.2.2
5052024-12-13T23:54:49.106Z Downloaded bit-set v0.5.3
5062024-12-13T23:54:49.109Z Downloaded async-stream-impl v0.3.6
5072024-12-13T23:54:49.111Z Downloaded curve25519-dalek-derive v0.1.1
5082024-12-13T23:54:49.114Z Downloaded cfg_aliases v0.1.1
5092024-12-13T23:54:49.117Z Downloaded array-init v0.0.4
5102024-12-13T23:54:49.123Z Downloaded ascii-canvas v3.0.0
5112024-12-13T23:54:49.125Z Downloaded bcrypt-pbkdf v0.10.0
5122024-12-13T23:54:49.125Z Downloaded darling v0.20.10
5132024-12-13T23:54:49.130Z Downloaded convert_case v0.4.0
5142024-12-13T23:54:49.133Z Downloaded ctr v0.9.2
5152024-12-13T23:54:49.136Z Downloaded cobs v0.2.3
5162024-12-13T23:54:49.138Z Downloaded heck v0.3.3
5172024-12-13T23:54:49.138Z Downloaded heapless v0.8.0
5182024-12-13T23:54:49.143Z Downloaded chrono-tz-build v0.4.0
5192024-12-13T23:54:49.146Z Downloaded bitfield v0.14.0
5202024-12-13T23:54:49.146Z Downloaded block-padding v0.3.3
5212024-12-13T23:54:49.150Z Downloaded bitflags v1.3.2
5222024-12-13T23:54:49.153Z Downloaded bit-vec v0.6.3
5232024-12-13T23:54:49.153Z Downloaded crc v3.2.1
5242024-12-13T23:54:49.156Z Downloaded cexpr v0.6.0
5252024-12-13T23:54:49.156Z Downloaded castaway v0.2.3
5262024-12-13T23:54:49.158Z Downloaded constant_time_eq v0.3.1
5272024-12-13T23:54:49.161Z Downloaded crc-catalog v2.4.0
5282024-12-13T23:54:49.161Z Downloaded cassowary v0.3.0
5292024-12-13T23:54:49.164Z Downloaded bitfield-struct v0.6.2
5302024-12-13T23:54:49.164Z Downloaded headers-core v0.3.0
5312024-12-13T23:54:49.166Z Downloaded crossbeam-deque v0.8.5
5322024-12-13T23:54:49.166Z Downloaded colored v2.1.0
5332024-12-13T23:54:49.169Z Downloaded ref-cast-impl v1.0.23
5342024-12-13T23:54:49.171Z Downloaded cmake v0.1.51
5352024-12-13T23:54:49.174Z Downloaded base16ct v0.2.0
5362024-12-13T23:54:49.174Z Downloaded cipher v0.4.4
5372024-12-13T23:54:49.177Z Downloaded chacha20 v0.9.1
5382024-12-13T23:54:49.179Z Downloaded backoff v0.4.0
5392024-12-13T23:54:49.182Z Downloaded atomic-waker v1.1.2
5402024-12-13T23:54:49.184Z Downloaded async-trait v0.1.83
5412024-12-13T23:54:49.187Z Downloaded cancel-safe-futures v0.1.5
5422024-12-13T23:54:49.190Z Downloaded hickory-proto v0.24.1
5432024-12-13T23:54:49.208Z Downloaded russh-cryptovec v0.7.3
5442024-12-13T23:54:49.210Z Downloaded hickory-client v0.24.1
5452024-12-13T23:54:49.213Z Downloaded http-body v1.0.1
5462024-12-13T23:54:49.213Z Downloaded hostname v0.4.0
5472024-12-13T23:54:49.216Z Downloaded hubpack_derive v0.1.1
5482024-12-13T23:54:49.219Z Downloaded hickory-resolver v0.24.1
5492024-12-13T23:54:49.222Z Downloaded csv-core v0.1.11
5502024-12-13T23:54:49.225Z Downloaded http-body-util v0.1.2
5512024-12-13T23:54:49.228Z Downloaded highway v1.2.0
5522024-12-13T23:54:49.230Z Downloaded termtree v0.4.1
5532024-12-13T23:54:49.233Z Downloaded psl-types v2.0.11
5542024-12-13T23:54:49.233Z Downloaded hmac v0.12.1
5552024-12-13T23:54:49.236Z Downloaded icu_provider_macros v1.5.0
5562024-12-13T23:54:49.236Z Downloaded hyper-tls v0.6.0
5572024-12-13T23:54:49.238Z Downloaded ident_case v1.0.1
5582024-12-13T23:54:49.241Z Downloaded httpdate v1.0.3
5592024-12-13T23:54:49.241Z Downloaded ciborium-ll v0.2.2
5602024-12-13T23:54:49.245Z Downloaded async-bb8-diesel v0.2.1
5612024-12-13T23:54:49.247Z Downloaded humantime v2.1.0
5622024-12-13T23:54:49.247Z Downloaded hex-literal v0.4.1
5632024-12-13T23:54:49.250Z Downloaded hex v0.4.3
5642024-12-13T23:54:49.252Z Downloaded cbc v0.1.2
5652024-12-13T23:54:49.252Z Downloaded lazycell v1.3.0
5662024-12-13T23:54:49.255Z Downloaded is_ci v1.2.0
5672024-12-13T23:54:49.255Z Downloaded bzip2 v0.4.4
5682024-12-13T23:54:49.257Z Downloaded try-lock v0.2.5
5692024-12-13T23:54:49.260Z Downloaded ciborium v0.2.2
5702024-12-13T23:54:49.262Z Downloaded ahash v0.8.11
5712024-12-13T23:54:49.265Z Downloaded rustversion v1.0.17
5722024-12-13T23:54:49.268Z Downloaded md5 v0.7.0
5732024-12-13T23:54:49.270Z Downloaded match_cfg v0.1.0
5742024-12-13T23:54:49.270Z Downloaded instant v0.1.13
5752024-12-13T23:54:49.273Z Downloaded serde_urlencoded v0.7.1
5762024-12-13T23:54:49.275Z Downloaded slab v0.4.9
5772024-12-13T23:54:49.277Z Downloaded serde_repr v0.1.19
5782024-12-13T23:54:49.280Z Downloaded darling_macro v0.20.10
5792024-12-13T23:54:49.280Z Downloaded allocator-api2 v0.2.18
5802024-12-13T23:54:49.283Z Downloaded sync_wrapper v1.0.1
5812024-12-13T23:54:49.286Z Downloaded tiny-keccak v2.0.2
5822024-12-13T23:54:49.292Z Downloaded dhcproto-macros v0.1.0
5832024-12-13T23:54:49.295Z Downloaded iana-time-zone v0.1.61
5842024-12-13T23:54:49.295Z Downloaded hyper-staticfile v0.10.1
5852024-12-13T23:54:49.298Z Downloaded fxhash v0.2.1
5862024-12-13T23:54:49.298Z Downloaded funty v2.0.0
5872024-12-13T23:54:49.298Z Downloaded ipnetwork v0.20.0
5882024-12-13T23:54:49.301Z Downloaded chacha20poly1305 v0.10.1
5892024-12-13T23:54:49.305Z Downloaded lru-cache v0.1.2
5902024-12-13T23:54:49.305Z Downloaded lru v0.12.5
5912024-12-13T23:54:49.309Z Downloaded derive_builder_macro v0.20.2
5922024-12-13T23:54:49.309Z Downloaded libsw v3.3.1
5932024-12-13T23:54:49.312Z Downloaded matches v0.1.10
5942024-12-13T23:54:49.312Z Downloaded maplit v1.0.2
5952024-12-13T23:54:49.312Z Downloaded managed v0.8.0
5962024-12-13T23:54:49.315Z Downloaded tui-tree-widget v0.22.0
5972024-12-13T23:54:49.320Z Downloaded mime v0.3.17
5982024-12-13T23:54:49.320Z Downloaded memoffset v0.9.1
5992024-12-13T23:54:49.320Z Downloaded md-5 v0.10.6
6002024-12-13T23:54:49.323Z Downloaded utf8_iter v1.0.4
6012024-12-13T23:54:49.323Z Downloaded utf16_iter v1.0.5
6022024-12-13T23:54:49.326Z Downloaded maybe-uninit v2.0.0
6032024-12-13T23:54:49.326Z Downloaded blake2 v0.10.6
6042024-12-13T23:54:49.329Z Downloaded wait-timeout v0.2.0
6052024-12-13T23:54:49.332Z Downloaded libefi-sys v0.1.0
6062024-12-13T23:54:49.334Z Downloaded keccak v0.1.5
6072024-12-13T23:54:49.334Z Downloaded icu_locid_transform v1.5.0
6082024-12-13T23:54:49.337Z Downloaded signal-hook-registry v1.4.2
6092024-12-13T23:54:49.340Z Downloaded structmeta-derive v0.2.0
6102024-12-13T23:54:49.340Z Downloaded hickory-server v0.24.1
6112024-12-13T23:54:49.347Z Downloaded diesel-dtrace v0.4.2
6122024-12-13T23:54:49.349Z Downloaded embedded-io v0.6.1
6132024-12-13T23:54:49.352Z Downloaded crossbeam-epoch v0.9.18
6142024-12-13T23:54:49.355Z Downloaded fallible-streaming-iterator v0.1.9
6152024-12-13T23:54:49.355Z Downloaded crypto-bigint v0.5.5
6162024-12-13T23:54:49.363Z Downloaded pretty-hex v0.2.1
6172024-12-13T23:54:49.366Z Downloaded precomputed-hash v0.1.1
6182024-12-13T23:54:49.366Z Downloaded memmap2 v0.9.5
6192024-12-13T23:54:49.369Z Downloaded strum v0.26.3
6202024-12-13T23:54:49.372Z Downloaded futures-io v0.3.31
6212024-12-13T23:54:49.372Z Downloaded icu_provider v1.5.0
6222024-12-13T23:54:49.375Z Downloaded mime_guess v2.0.5
6232024-12-13T23:54:49.378Z Downloaded sha1 v0.10.6
6242024-12-13T23:54:49.380Z Downloaded hash32 v0.2.1
6252024-12-13T23:54:49.380Z Downloaded lock_api v0.4.12
6262024-12-13T23:54:49.383Z Downloaded structmeta v0.2.0
6272024-12-13T23:54:49.386Z Downloaded whoami v1.5.2
6282024-12-13T23:54:49.388Z Downloaded hyper-util v0.1.10
6292024-12-13T23:54:49.392Z Downloaded zerofrom v0.1.4
6302024-12-13T23:54:49.395Z Downloaded mockall v0.13.0
6312024-12-13T23:54:49.395Z Downloaded slog v2.7.0
6322024-12-13T23:54:49.398Z Downloaded zone_cfg_derive v0.3.0
6332024-12-13T23:54:49.401Z Downloaded zone_cfg_derive v0.1.2
6342024-12-13T23:54:49.401Z Downloaded polyval v0.6.2
6352024-12-13T23:54:49.404Z Downloaded bytes v1.8.0
6362024-12-13T23:54:49.407Z Downloaded rand_xorshift v0.3.0
6372024-12-13T23:54:49.409Z Downloaded base64 v0.22.1
6382024-12-13T23:54:49.413Z Downloaded crossbeam-channel v0.5.13
6392024-12-13T23:54:49.419Z Downloaded foreign-types v0.3.2
6402024-12-13T23:54:49.422Z Downloaded strum_macros v0.24.3
6412024-12-13T23:54:49.425Z Downloaded predicates-core v1.0.8
6422024-12-13T23:54:49.425Z Downloaded nu-ansi-term v0.50.1
6432024-12-13T23:54:49.428Z Downloaded structmeta v0.3.0
6442024-12-13T23:54:49.431Z Downloaded sec1 v0.7.3
6452024-12-13T23:54:49.431Z Downloaded rtoolbox v0.0.2
6462024-12-13T23:54:49.433Z Downloaded normalize-line-endings v0.3.0
6472024-12-13T23:54:49.436Z Downloaded num-conv v0.1.0
6482024-12-13T23:54:49.436Z Downloaded env_logger v0.11.5
6492024-12-13T23:54:49.438Z Downloaded password-hash v0.5.0
6502024-12-13T23:54:49.441Z Downloaded unarray v0.1.4
6512024-12-13T23:54:49.444Z Downloaded samael v0.0.17
6522024-12-13T23:54:49.449Z Downloaded progenitor-client v0.8.0
6532024-12-13T23:54:49.451Z Downloaded path-slash v0.1.5
6542024-12-13T23:54:49.451Z Downloaded parse-size v1.1.0
6552024-12-13T23:54:49.455Z Downloaded zone v0.1.8
6562024-12-13T23:54:49.455Z Downloaded dunce v1.0.5
6572024-12-13T23:54:49.457Z Downloaded owo-colors v4.1.0
6582024-12-13T23:54:49.459Z Downloaded dsl_auto_type v0.1.2
6592024-12-13T23:54:49.463Z Downloaded indicatif v0.17.9
6602024-12-13T23:54:49.466Z Downloaded indexmap v1.9.3
6612024-12-13T23:54:49.470Z Downloaded sigpipe v0.1.3
6622024-12-13T23:54:49.472Z Downloaded foldhash v0.1.3
6632024-12-13T23:54:49.472Z Downloaded dyn-clone v1.0.17
6642024-12-13T23:54:49.475Z Downloaded downcast v0.11.0
6652024-12-13T23:54:49.477Z Downloaded hash32 v0.3.1
6662024-12-13T23:54:49.480Z Downloaded futures-task v0.3.31
6672024-12-13T23:54:49.480Z Downloaded futures-sink v0.3.31
6682024-12-13T23:54:49.483Z Downloaded group v0.13.0
6692024-12-13T23:54:49.483Z Downloaded fd-lock v4.0.2
6702024-12-13T23:54:49.486Z Downloaded nibble_vec v0.1.0
6712024-12-13T23:54:49.488Z Downloaded icu_collections v1.5.0
6722024-12-13T23:54:49.494Z Downloaded want v0.3.1
6732024-12-13T23:54:49.507Z Downloaded display-error-chain v0.2.2
6742024-12-13T23:54:49.510Z Downloaded progenitor v0.8.0
6752024-12-13T23:54:49.510Z Downloaded proc-macro-crate v1.3.1
6762024-12-13T23:54:49.512Z Downloaded primeorder v0.13.6
6772024-12-13T23:54:49.512Z Downloaded ppv-lite86 v0.2.20
6782024-12-13T23:54:49.515Z Downloaded smf v0.2.3
6792024-12-13T23:54:49.518Z Downloaded darling_core v0.20.10
6802024-12-13T23:54:49.521Z Downloaded rfc6979 v0.4.0
6812024-12-13T23:54:49.523Z Downloaded oso-derive v0.27.3
6822024-12-13T23:54:49.527Z Downloaded opaque-debug v0.3.1
6832024-12-13T23:54:49.527Z Downloaded futures-macro v0.3.31
6842024-12-13T23:54:49.527Z Downloaded derive_more v0.99.18
6852024-12-13T23:54:49.532Z Downloaded signature v2.2.0
6862024-12-13T23:54:49.535Z Downloaded resolv-conf v0.7.0
6872024-12-13T23:54:49.537Z Downloaded termcolor v1.4.1
6882024-12-13T23:54:49.540Z Downloaded tungstenite v0.21.0
6892024-12-13T23:54:49.542Z Downloaded stringprep v0.1.5
6902024-12-13T23:54:49.545Z Downloaded untrusted v0.7.1
6912024-12-13T23:54:49.548Z Downloaded universal-hash v0.5.1
6922024-12-13T23:54:49.548Z Downloaded num-rational v0.4.2
6932024-12-13T23:54:49.551Z Downloaded string_cache v0.8.7
6942024-12-13T23:54:49.553Z Downloaded take_mut v0.2.2
6952024-12-13T23:54:49.553Z Downloaded dirs-sys-next v0.1.2
6962024-12-13T23:54:49.555Z Downloaded writeable v0.5.5
6972024-12-13T23:54:49.558Z Downloaded which v4.4.2
6982024-12-13T23:54:49.560Z Downloaded ghash v0.5.1
6992024-12-13T23:54:49.560Z Downloaded zopfli v0.8.1
7002024-12-13T23:54:49.563Z Downloaded rayon-core v1.12.1
7012024-12-13T23:54:49.567Z Downloaded vte_generate_state_changes v0.1.2
7022024-12-13T23:54:49.569Z Downloaded dirs-next v2.0.0
7032024-12-13T23:54:49.569Z Downloaded defmt-parser v0.3.4
7042024-12-13T23:54:49.572Z Downloaded scrypt v0.11.0
7052024-12-13T23:54:49.576Z Downloaded waitgroup v0.1.2
7062024-12-13T23:54:49.576Z Downloaded sct v0.7.1
7072024-12-13T23:54:49.578Z Downloaded rustc-demangle v0.1.24
7082024-12-13T23:54:49.581Z Downloaded number_prefix v0.4.0
7092024-12-13T23:54:49.584Z Downloaded mirai-annotations v1.12.0
7102024-12-13T23:54:49.584Z Downloaded num v0.4.3
7112024-12-13T23:54:49.584Z Downloaded nodrop v0.1.14
7122024-12-13T23:54:49.587Z Downloaded prettyplease v0.2.25
7132024-12-13T23:54:49.589Z Downloaded phf_generator v0.11.2
7142024-12-13T23:54:49.592Z Downloaded phf_codegen v0.11.2
7152024-12-13T23:54:49.592Z Downloaded gethostname v0.5.0
7162024-12-13T23:54:49.601Z Downloaded term v0.7.0
7172024-12-13T23:54:49.601Z Downloaded unicode-bidi v0.3.17
7182024-12-13T23:54:49.601Z Downloaded tabwriter v1.4.0
7192024-12-13T23:54:49.606Z Downloaded displaydoc v0.2.5
7202024-12-13T23:54:49.608Z Downloaded serde-big-array v0.5.1
7212024-12-13T23:54:49.611Z Downloaded synstructure v0.13.1
7222024-12-13T23:54:49.611Z Downloaded rustls-pemfile v1.0.4
7232024-12-13T23:54:49.613Z Downloaded getrandom v0.2.15
7242024-12-13T23:54:49.617Z Downloaded snafu v0.8.5
7252024-12-13T23:54:49.624Z Downloaded untrusted v0.9.0
7262024-12-13T23:54:49.626Z Downloaded xattr v1.3.1
7272024-12-13T23:54:49.629Z Downloaded wyz v0.5.1
7282024-12-13T23:54:49.632Z Downloaded termios v0.3.3
7292024-12-13T23:54:49.634Z Downloaded diesel_table_macro_syntax v0.2.0
7302024-12-13T23:54:49.634Z Downloaded mio v1.0.2
7312024-12-13T23:54:49.640Z Downloaded nanorand v0.7.0
7322024-12-13T23:54:49.643Z Downloaded foreign-types-shared v0.1.1
7332024-12-13T23:54:49.646Z Downloaded aes-gcm v0.10.3
7342024-12-13T23:54:49.649Z Downloaded foreign-types-shared v0.3.1
7352024-12-13T23:54:49.652Z Downloaded packed_struct_codegen v0.10.1
7362024-12-13T23:54:49.652Z Downloaded ron v0.8.1
7372024-12-13T23:54:49.658Z Downloaded progenitor-macro v0.8.0
7382024-12-13T23:54:49.660Z Downloaded powerfmt v0.2.0
7392024-12-13T23:54:49.662Z Downloaded rustc-hash v1.1.0
7402024-12-13T23:54:49.663Z Downloaded dropshot_endpoint v0.12.0
7412024-12-13T23:54:49.665Z Downloaded spin v0.5.2
7422024-12-13T23:54:49.667Z Downloaded serde-hex v0.1.0
7432024-12-13T23:54:49.670Z Downloaded sqlformat v0.2.6
7442024-12-13T23:54:49.672Z Downloaded serde_yaml v0.9.34+deprecated
7452024-12-13T23:54:49.676Z Downloaded time-core v0.1.2
7462024-12-13T23:54:49.679Z Downloaded embedded-io v0.4.0
7472024-12-13T23:54:49.682Z Downloaded walkdir v2.5.0
7482024-12-13T23:54:49.682Z Downloaded oso v0.27.3
7492024-12-13T23:54:49.686Z Downloaded endian-type v0.1.2
7502024-12-13T23:54:49.688Z Downloaded parse-zoneinfo v0.3.1
7512024-12-13T23:54:49.690Z Downloaded idna v1.0.3
7522024-12-13T23:54:49.695Z Downloaded defmt-macros v0.3.9
7532024-12-13T23:54:49.699Z Downloaded form_urlencoded v1.2.1
7542024-12-13T23:54:49.702Z Downloaded hyper v1.5.0
7552024-12-13T23:54:49.708Z Downloaded parse-display-derive v0.10.0
7562024-12-13T23:54:49.711Z Downloaded tower-service v0.3.3
7572024-12-13T23:54:49.711Z Downloaded slog-term v2.9.1
7582024-12-13T23:54:49.714Z Downloaded parse-display v0.10.0
7592024-12-13T23:54:49.717Z Downloaded num_enum_derive v0.5.11
7602024-12-13T23:54:49.717Z Downloaded signal-hook-mio v0.2.4
7612024-12-13T23:54:49.719Z Downloaded tokio-tungstenite v0.23.1
7622024-12-13T23:54:49.722Z Downloaded serde_path_to_error v0.1.16
7632024-12-13T23:54:49.725Z Downloaded quick-error v1.2.3
7642024-12-13T23:54:49.727Z Downloaded pin-utils v0.1.0
7652024-12-13T23:54:49.730Z Downloaded serde_derive_internals v0.29.1
7662024-12-13T23:54:49.730Z Downloaded tracing-attributes v0.1.27
7672024-12-13T23:54:49.733Z Downloaded zip v0.6.6
7682024-12-13T23:54:49.737Z Downloaded thiserror-impl v2.0.3
7692024-12-13T23:54:49.740Z Downloaded float-cmp v0.9.0
7702024-12-13T23:54:49.743Z Downloaded num_threads v0.1.7
7712024-12-13T23:54:49.743Z Downloaded zerofrom-derive v0.1.4
7722024-12-13T23:54:49.747Z Downloaded postcard v1.0.10
7732024-12-13T23:54:49.749Z Downloaded zeroize v1.8.1
7742024-12-13T23:54:49.749Z Downloaded subtle v2.6.1
7752024-12-13T23:54:49.752Z Downloaded enum-as-inner v0.5.1
7762024-12-13T23:54:49.752Z Downloaded ena v0.14.3
7772024-12-13T23:54:49.755Z Downloaded glob v0.3.1
7782024-12-13T23:54:49.758Z Downloaded parking_lot_core v0.9.10
7792024-12-13T23:54:49.760Z Downloaded rustls-pki-types v1.10.0
7802024-12-13T23:54:49.763Z Downloaded phf_shared v0.10.0
7812024-12-13T23:54:49.766Z Downloaded newline-converter v0.3.0
7822024-12-13T23:54:49.766Z Downloaded omicron-zone-package v0.11.1
7832024-12-13T23:54:49.769Z Downloaded topological-sort v0.2.2
7842024-12-13T23:54:49.773Z Downloaded deranged v0.3.11
7852024-12-13T23:54:49.773Z Downloaded blake3 v1.5.4
7862024-12-13T23:54:49.782Z Downloaded toolchain_find v0.4.0
7872024-12-13T23:54:49.786Z Downloaded itertools v0.12.1
7882024-12-13T23:54:49.793Z Downloaded float-ord v0.3.2
7892024-12-13T23:54:49.797Z Downloaded time-macros v0.2.18
7902024-12-13T23:54:49.797Z Downloaded peg-runtime v0.8.3
7912024-12-13T23:54:49.801Z Downloaded aho-corasick v1.1.3
7922024-12-13T23:54:49.804Z Downloaded num_enum v0.5.11
7932024-12-13T23:54:49.808Z Downloaded smallvec v0.6.14
7942024-12-13T23:54:49.812Z Downloaded slog-dtrace v0.3.0
7952024-12-13T23:54:49.812Z Downloaded globset v0.4.15
7962024-12-13T23:54:49.815Z Downloaded newtype-uuid v1.1.3
7972024-12-13T23:54:49.815Z Downloaded uuid v1.11.0
7982024-12-13T23:54:49.818Z Downloaded pin-project-lite v0.2.14
7992024-12-13T23:54:49.824Z Downloaded debug-ignore v1.0.5
8002024-12-13T23:54:49.826Z Downloaded zeroize_derive v1.4.2
8012024-12-13T23:54:49.829Z Downloaded slog-json v2.6.1
8022024-12-13T23:54:49.829Z Downloaded slog-envlogger v2.2.0
8032024-12-13T23:54:49.831Z Downloaded slog-bunyan v2.5.0
8042024-12-13T23:54:49.834Z Downloaded aws-lc-rs v1.10.0
8052024-12-13T23:54:49.843Z Downloaded signal-hook v0.3.17
8062024-12-13T23:54:49.846Z Downloaded pkcs5 v0.7.1
8072024-12-13T23:54:49.850Z Downloaded url v2.5.3
8082024-12-13T23:54:49.853Z Downloaded newtype_derive v0.1.6
8092024-12-13T23:54:49.857Z Downloaded subprocess v0.2.9
8102024-12-13T23:54:49.859Z Downloaded uzers v0.12.1
8112024-12-13T23:54:49.862Z Downloaded tinystr v0.7.6
8122024-12-13T23:54:49.862Z Downloaded pem v3.0.4
8132024-12-13T23:54:49.866Z Downloaded diesel_derives v2.2.3
8142024-12-13T23:54:49.869Z Downloaded flagset v0.4.6
8152024-12-13T23:54:49.871Z Downloaded unicode-truncate v1.1.0
8162024-12-13T23:54:49.871Z Downloaded tinyvec_macros v0.1.1
8172024-12-13T23:54:49.874Z Downloaded snafu-derive v0.8.5
8182024-12-13T23:54:49.876Z Downloaded unicode-normalization v0.1.24
8192024-12-13T23:54:49.879Z Downloaded headers v0.4.0
8202024-12-13T23:54:49.885Z Downloaded rusty-fork v0.3.0
8212024-12-13T23:54:49.887Z Downloaded xz2 v0.1.7
8222024-12-13T23:54:49.890Z Downloaded derive-where v1.2.7
8232024-12-13T23:54:49.892Z Downloaded qorb v0.2.1
8242024-12-13T23:54:49.897Z Downloaded same-file v1.0.6
8252024-12-13T23:54:49.900Z Downloaded salsa20 v0.10.2
8262024-12-13T23:54:49.900Z Downloaded peg v0.8.4
8272024-12-13T23:54:49.904Z Downloaded fixedbitset v0.4.2
8282024-12-13T23:54:49.907Z Downloaded futures-channel v0.3.31
8292024-12-13T23:54:49.910Z Downloaded winnow v0.5.40
8302024-12-13T23:54:49.918Z Downloaded ref-cast v1.0.23
8312024-12-13T23:54:49.920Z Downloaded peg-macros v0.8.4
8322024-12-13T23:54:49.924Z Downloaded ff v0.13.0
8332024-12-13T23:54:49.924Z Downloaded futures-executor v0.3.31
8342024-12-13T23:54:49.927Z Downloaded filetime v0.2.25
8352024-12-13T23:54:49.929Z Downloaded enum-as-inner v0.6.1
8362024-12-13T23:54:49.932Z Downloaded vte v0.11.1
8372024-12-13T23:54:49.932Z Downloaded yoke-derive v0.7.4
8382024-12-13T23:54:49.934Z Downloaded vergen v8.3.2
8392024-12-13T23:54:49.937Z Downloaded futures-core v0.3.31
8402024-12-13T23:54:49.939Z Downloaded publicsuffix v2.2.3
8412024-12-13T23:54:49.942Z Downloaded chrono v0.4.38
8422024-12-13T23:54:49.949Z Downloaded num-traits v0.2.19
8432024-12-13T23:54:49.952Z Downloaded serde_with v3.11.0
8442024-12-13T23:54:49.962Z Downloaded strum_macros v0.26.4
8452024-12-13T23:54:49.964Z Downloaded derive_builder_core v0.20.2
8462024-12-13T23:54:49.967Z Downloaded schemars v0.8.21
8472024-12-13T23:54:49.980Z Downloaded derive_builder v0.20.2
8482024-12-13T23:54:49.985Z Downloaded zerocopy v0.6.6
8492024-12-13T23:54:49.988Z Downloaded tinyvec v1.8.0
8502024-12-13T23:54:49.991Z Downloaded parking_lot_core v0.8.6
8512024-12-13T23:54:49.993Z Downloaded parking_lot v0.12.3
8522024-12-13T23:54:49.996Z Downloaded unicode-properties v0.1.3
8532024-12-13T23:54:49.999Z Downloaded bitvec v1.0.1
8542024-12-13T23:54:50.015Z Downloaded num-bigint v0.4.6
8552024-12-13T23:54:50.019Z Downloaded lalrpop v0.19.12
8562024-12-13T23:54:50.032Z Downloaded parking_lot v0.11.2
8572024-12-13T23:54:50.035Z Downloaded p521 v0.13.3
8582024-12-13T23:54:50.038Z Downloaded icu_properties_data v1.5.0
8592024-12-13T23:54:50.050Z Downloaded zerocopy-derive v0.8.10
8602024-12-13T23:54:50.056Z Downloaded ssh-key v0.6.6
8612024-12-13T23:54:50.063Z Downloaded git2 v0.19.0
8622024-12-13T23:54:50.073Z Downloaded unicode-segmentation v1.12.0
8632024-12-13T23:54:50.076Z Downloaded idna v0.5.0
8642024-12-13T23:54:50.083Z Downloaded reedline v0.35.0
8652024-12-13T23:54:50.091Z Downloaded idna v0.3.0
8662024-12-13T23:54:50.100Z Downloaded hashbrown v0.13.2
8672024-12-13T23:54:50.104Z Downloaded p384 v0.13.0
8682024-12-13T23:54:50.110Z Downloaded zip v2.1.3
8692024-12-13T23:54:50.115Z Downloaded portable-atomic v1.9.0
8702024-12-13T23:54:50.123Z Downloaded idna v0.4.0
8712024-12-13T23:54:50.131Z Downloaded proptest v1.5.0
8722024-12-13T23:54:50.142Z Downloaded futures-util v0.3.31
8732024-12-13T23:54:50.154Z Downloaded reqwest v0.12.9
8742024-12-13T23:54:50.164Z Downloaded flate2 v1.0.34
8752024-12-13T23:54:50.169Z Downloaded idna v0.2.3
8762024-12-13T23:54:50.179Z Downloaded rustyline v14.0.0
8772024-12-13T23:54:50.187Z Downloaded rustls-webpki v0.101.7
8782024-12-13T23:54:50.198Z Downloaded hashbrown v0.14.5
8792024-12-13T23:54:50.203Z Downloaded curve25519-dalek v4.1.3
8802024-12-13T23:54:50.212Z Downloaded vcpkg v0.2.15
8812024-12-13T23:54:50.251Z Downloaded rustls-webpki v0.102.8
8822024-12-13T23:54:50.270Z Downloaded quinn-proto v0.11.8
8832024-12-13T23:54:50.276Z Downloaded quick-xml v0.33.0
8842024-12-13T23:54:50.283Z Downloaded rustls v0.21.12
8852024-12-13T23:54:50.298Z Downloaded salty v0.3.0
8862024-12-13T23:54:50.302Z Downloaded dropshot v0.13.0
8872024-12-13T23:54:50.323Z Downloaded rustls v0.23.19
8882024-12-13T23:54:50.334Z Downloaded webpki-roots v0.26.6
8892024-12-13T23:54:50.338Z Downloaded chrono-tz v0.10.0
8902024-12-13T23:54:50.346Z Downloaded rustls v0.22.4
8912024-12-13T23:54:50.361Z Downloaded object v0.30.4
8922024-12-13T23:54:50.370Z Downloaded smoltcp v0.11.0
8932024-12-13T23:54:50.383Z Downloaded regress v0.9.1
8942024-12-13T23:54:50.392Z Downloaded openssl v0.10.66
8952024-12-13T23:54:50.402Z Downloaded zerocopy v0.8.10
8962024-12-13T23:54:50.427Z Downloaded polar-core v0.27.3
8972024-12-13T23:54:50.436Z Downloaded ratatui v0.28.1
8982024-12-13T23:54:50.456Z Downloaded nix v0.27.1
8992024-12-13T23:54:50.467Z Downloaded radix_trie v0.2.1
9002024-12-13T23:54:50.473Z Downloaded regress v0.10.1
9012024-12-13T23:54:50.482Z Downloaded gimli v0.31.1
9022024-12-13T23:54:50.492Z Downloaded regex-syntax v0.6.29
9032024-12-13T23:54:50.500Z Downloaded nix v0.28.0
9042024-12-13T23:54:50.511Z Downloaded openapiv3 v2.0.0
9052024-12-13T23:54:50.524Z Downloaded nix v0.29.0
9062024-12-13T23:54:50.537Z Downloaded unicode-width v0.2.0
9072024-12-13T23:54:50.543Z Downloaded regex-syntax v0.8.5
9082024-12-13T23:54:50.552Z Downloaded sled v0.34.7
9092024-12-13T23:54:50.563Z Downloaded typify-impl v0.2.0
9102024-12-13T23:54:50.578Z Downloaded zerocopy-derive v0.6.6
9112024-12-13T23:54:50.589Z Downloaded bstr v1.10.0
9122024-12-13T23:54:50.601Z Downloaded object v0.36.5
9132024-12-13T23:54:50.613Z Downloaded smoltcp v0.9.1
9142024-12-13T23:54:50.623Z Downloaded petgraph v0.6.5
9152024-12-13T23:54:50.640Z Downloaded regex-automata v0.4.8
9162024-12-13T23:54:50.657Z Downloaded lzma-sys v0.1.20
9172024-12-13T23:54:50.685Z Downloaded bzip2-sys v0.1.11+1.0.8
9182024-12-13T23:54:50.697Z Downloaded libz-sys v1.1.20
9192024-12-13T23:54:50.718Z Downloaded diesel v2.2.6
9202024-12-13T23:54:50.759Z Downloaded trust-dns-proto v0.22.0
9212024-12-13T23:54:50.775Z Downloaded dropshot v0.12.0
9222024-12-13T23:54:50.802Z Downloaded petname v2.0.2
9232024-12-13T23:54:50.807Z Downloaded tough v0.19.0
9242024-12-13T23:54:50.815Z Downloaded tokio v1.40.0
9252024-12-13T23:54:50.850Z Downloaded num-bigint-dig v0.8.4
9262024-12-13T23:54:50.855Z Downloaded regex v1.11.1
9272024-12-13T23:54:50.867Z Downloaded hashbrown v0.12.3
9282024-12-13T23:54:50.870Z Downloaded yasna v0.5.2
9292024-12-13T23:54:50.874Z Downloaded h2 v0.4.6
9302024-12-13T23:54:50.879Z Downloaded tracing v0.1.40
9312024-12-13T23:54:50.883Z Downloaded rcgen v0.12.1
9322024-12-13T23:54:50.886Z Downloaded nom v7.1.3
9332024-12-13T23:54:50.891Z Downloaded rusqlite v0.32.1
9342024-12-13T23:54:50.896Z Downloaded bindgen v0.69.5
9352024-12-13T23:54:50.903Z Downloaded stable_deref_trait v1.2.0
9362024-12-13T23:54:50.906Z Downloaded sha3 v0.10.8
9372024-12-13T23:54:50.909Z Downloaded csv v1.3.0
9382024-12-13T23:54:50.928Z Downloaded native-tls v0.2.12
9392024-12-13T23:54:50.930Z Downloaded slog-scope v4.4.0
9402024-12-13T23:54:50.933Z Downloaded env_filter v0.1.2
9412024-12-13T23:54:50.933Z Downloaded radium v0.7.0
9422024-12-13T23:54:50.933Z Downloaded hashlink v0.9.1
9432024-12-13T23:54:50.936Z Downloaded percent-encoding v2.3.1
9442024-12-13T23:54:50.936Z Downloaded smallvec v1.13.2
9452024-12-13T23:54:50.939Z Downloaded x509-cert v0.2.5
9462024-12-13T23:54:50.942Z Downloaded tokio-util v0.7.12
9472024-12-13T23:54:50.948Z Downloaded rayon v1.10.0
9482024-12-13T23:54:50.957Z Downloaded sqlparser v0.45.0
9492024-12-13T23:54:50.963Z Downloaded toml v0.7.8
9502024-12-13T23:54:50.966Z Downloaded flume v0.11.1
9512024-12-13T23:54:50.969Z Downloaded russh v0.45.0
9522024-12-13T23:54:50.977Z Downloaded tls_codec_derive v0.4.1
9532024-12-13T23:54:50.981Z Downloaded scheduled-thread-pool v0.2.7
9542024-12-13T23:54:50.981Z Downloaded unicode-xid v0.2.6
9552024-12-13T23:54:50.981Z Downloaded tls_codec v0.4.1
9562024-12-13T23:54:50.984Z Downloaded slog-stdlog v4.1.1
9572024-12-13T23:54:50.984Z Downloaded r2d2 v0.8.10
9582024-12-13T23:54:50.984Z Downloaded phf v0.11.2
9592024-12-13T23:54:50.986Z Downloaded defmt v0.3.8
9602024-12-13T23:54:50.990Z Downloaded typed-path v0.9.3
9612024-12-13T23:54:50.993Z Downloaded tokio-macros v2.4.0
9622024-12-13T23:54:50.996Z Downloaded vsss-rs v3.3.4
9632024-12-13T23:54:50.998Z Downloaded ed25519-dalek v2.1.1
9642024-12-13T23:54:51.001Z Downloaded der v0.7.9
9652024-12-13T23:54:51.004Z Downloaded rand_chacha v0.3.1
9662024-12-13T23:54:51.007Z Downloaded pin-project-internal v1.1.6
9672024-12-13T23:54:51.007Z Downloaded der_derive v0.7.3
9682024-12-13T23:54:51.009Z Downloaded pem-rfc7468 v0.7.0
9692024-12-13T23:54:51.010Z Downloaded zerovec v0.10.4
9702024-12-13T23:54:51.016Z Downloaded dropshot_endpoint v0.13.0
9712024-12-13T23:54:51.018Z Downloaded yoke v0.7.4
9722024-12-13T23:54:51.021Z Downloaded thiserror v2.0.3
9732024-12-13T23:54:51.025Z Downloaded steno v0.4.1
9742024-12-13T23:54:51.029Z Downloaded time v0.3.36
9752024-12-13T23:54:51.036Z Downloaded encoding_rs v0.8.34
9762024-12-13T23:54:51.055Z Downloaded socket2 v0.5.7
9772024-12-13T23:54:51.058Z Downloaded elliptic-curve v0.13.8
9782024-12-13T23:54:51.061Z Downloaded itertools v0.13.0
9792024-12-13T23:54:51.068Z Downloaded strip-ansi-escapes v0.2.0
9802024-12-13T23:54:51.071Z Downloaded pkcs1 v0.7.5
9812024-12-13T23:54:51.073Z Downloaded unicode_categories v0.1.1
9822024-12-13T23:54:51.075Z Downloaded tokio-postgres v0.7.12
9832024-12-13T23:54:51.078Z Downloaded rand_seeder v0.3.0
9842024-12-13T23:54:51.080Z Downloaded rand_core v0.6.4
9852024-12-13T23:54:51.083Z Downloaded strum_macros v0.25.3
9862024-12-13T23:54:51.085Z Downloaded simd-adler32 v0.3.7
9872024-12-13T23:54:51.085Z Downloaded secrecy v0.8.0
9882024-12-13T23:54:51.088Z Downloaded schemars_derive v0.8.21
9892024-12-13T23:54:51.088Z Downloaded new_debug_unreachable v1.0.6
9902024-12-13T23:54:51.088Z Downloaded quinn-udp v0.5.5
9912024-12-13T23:54:51.090Z Downloaded ecdsa v0.16.9
9922024-12-13T23:54:51.096Z Downloaded value-bag v1.9.0
9932024-12-13T23:54:51.099Z Downloaded tokio-rustls v0.26.0
9942024-12-13T23:54:51.099Z Downloaded spin v0.9.8
9952024-12-13T23:54:51.099Z Downloaded diff v0.1.13
9962024-12-13T23:54:51.101Z Downloaded shlex v1.3.0
9972024-12-13T23:54:51.104Z Downloaded libgit2-sys v0.17.0+1.8.1
9982024-12-13T23:54:51.159Z Downloaded tokio-tungstenite v0.21.0
9992024-12-13T23:54:51.161Z Downloaded tar v0.4.42
10002024-12-13T23:54:51.164Z Downloaded foreign-types-macros v0.2.3
10012024-12-13T23:54:51.167Z Downloaded foreign-types v0.5.0
10022024-12-13T23:54:51.167Z Downloaded num-complex v0.4.6
10032024-12-13T23:54:51.167Z Downloaded fs_extra v1.3.0
10042024-12-13T23:54:51.169Z Downloaded utf-8 v0.7.6
10052024-12-13T23:54:51.172Z Downloaded libxml v0.3.3
10062024-12-13T23:54:51.175Z Downloaded itertools v0.10.5
10072024-12-13T23:54:51.182Z Downloaded rustls-pemfile v2.2.0
10082024-12-13T23:54:51.185Z Downloaded toml_edit v0.19.15
10092024-12-13T23:54:51.200Z Downloaded packed_struct v0.10.1
10102024-12-13T23:54:51.202Z Downloaded openssl-sys v0.9.103
10112024-12-13T23:54:51.207Z Downloaded fragile v2.0.0
10122024-12-13T23:54:51.209Z Downloaded poly1305 v0.8.0
10132024-12-13T23:54:51.211Z Downloaded either v1.13.0
10142024-12-13T23:54:51.214Z Downloaded ed25519 v2.2.3
10152024-12-13T23:54:51.214Z Downloaded postgres-types v0.2.8
10162024-12-13T23:54:51.217Z Downloaded postgres-protocol v0.6.7
10172024-12-13T23:54:51.219Z Downloaded libm v0.2.8
10182024-12-13T23:54:51.226Z Downloaded tap v1.0.1
10192024-12-13T23:54:51.229Z Downloaded ssh-encoding v0.2.0
10202024-12-13T23:54:51.229Z Downloaded difflib v0.4.0
10212024-12-13T23:54:51.232Z Downloaded crossterm v0.28.1
10222024-12-13T23:54:51.235Z Downloaded expectorate v1.1.0
10232024-12-13T23:54:51.237Z Downloaded progenitor-impl v0.8.0
10242024-12-13T23:54:51.240Z Downloaded supports-color v3.0.1
10252024-12-13T23:54:51.243Z Downloaded tokio-rustls v0.25.0
10262024-12-13T23:54:51.243Z Downloaded tokio-rustls v0.24.1
10272024-12-13T23:54:51.246Z Downloaded rustc_version v0.1.7
10282024-12-13T23:54:51.246Z Downloaded rustc-hash v2.0.0
10292024-12-13T23:54:51.250Z Downloaded tungstenite v0.24.0
10302024-12-13T23:54:51.252Z Downloaded tungstenite v0.23.0
10312024-12-13T23:54:51.255Z Downloaded futures v0.3.31
10322024-12-13T23:54:51.258Z Downloaded fatfs v0.3.6
10332024-12-13T23:54:51.260Z Downloaded russh-keys v0.45.0
10342024-12-13T23:54:51.263Z Downloaded signal-hook-tokio v0.3.1
10352024-12-13T23:54:51.263Z Downloaded p256 v0.13.2
10362024-12-13T23:54:51.266Z Downloaded pkcs8 v0.10.2
10372024-12-13T23:54:51.269Z Downloaded minimal-lexical v0.2.1
10382024-12-13T23:54:51.272Z Downloaded pin-project v1.1.6
10392024-12-13T23:54:51.283Z Downloaded tokio-native-tls v0.3.1
10402024-12-13T23:54:51.286Z Downloaded pbkdf2 v0.11.0
10412024-12-13T23:54:51.289Z Downloaded ron v0.7.1
10422024-12-13T23:54:51.292Z Downloaded unsafe-libyaml v0.2.11
10432024-12-13T23:54:51.295Z Downloaded aes v0.8.4
10442024-12-13T23:54:51.298Z Downloaded rand v0.8.5
10452024-12-13T23:54:51.303Z Downloaded pkg-config v0.3.31
10462024-12-13T23:54:51.306Z Downloaded tokio-tungstenite v0.24.0
10472024-12-13T23:54:51.306Z Downloaded pbkdf2 v0.12.2
10482024-12-13T23:54:51.311Z Downloaded paste v1.0.15
10492024-12-13T23:54:51.311Z Downloaded num-derive v0.4.2
10502024-12-13T23:54:51.315Z Downloaded serde_with_macros v3.11.0
10512024-12-13T23:54:51.315Z Downloaded rsa v0.9.6
10522024-12-13T23:54:51.319Z Downloaded half v2.4.1
10532024-12-13T23:54:51.323Z Downloaded tracing-core v0.1.32
10542024-12-13T23:54:51.326Z Downloaded predicates-tree v1.0.11
10552024-12-13T23:54:51.326Z Downloaded predicates v3.1.2
10562024-12-13T23:54:51.329Z Downloaded dhcproto v0.12.0
10572024-12-13T23:54:51.332Z Downloaded spki v0.7.3
10582024-12-13T23:54:51.334Z Downloaded mockall_derive v0.13.0
10592024-12-13T23:54:51.337Z Downloaded zone v0.3.0
10602024-12-13T23:54:51.337Z Downloaded num-integer v0.1.46
10612024-12-13T23:54:51.341Z Downloaded quinn v0.11.5
10622024-12-13T23:54:51.344Z Downloaded heapless v0.7.17
10632024-12-13T23:54:51.348Z Downloaded phf_shared v0.11.2
10642024-12-13T23:54:51.351Z Downloaded openssl-probe v0.1.5
10652024-12-13T23:54:51.354Z Downloaded openssl-macros v0.1.1
10662024-12-13T23:54:51.354Z Downloaded unicase v2.7.0
10672024-12-13T23:54:51.354Z Downloaded typify-macro v0.2.0
10682024-12-13T23:54:51.368Z Downloaded typify v0.2.0
10692024-12-13T23:54:51.370Z Downloaded cc v1.1.30
10702024-12-13T23:54:51.370Z Downloaded backtrace v0.3.74
10712024-12-13T23:54:51.370Z Downloaded twox-hash v1.6.3
10722024-12-13T23:54:51.370Z Downloaded thiserror-no-std v2.0.2
10732024-12-13T23:54:51.373Z Downloaded static_assertions v1.1.0
10742024-12-13T23:54:51.376Z Downloaded shell-words v1.1.0
10752024-12-13T23:54:51.376Z Downloaded password-hash v0.4.2
10762024-12-13T23:54:51.378Z Downloaded env_logger v0.10.2
10772024-12-13T23:54:51.381Z Downloaded http v1.1.0
10782024-12-13T23:54:51.384Z Downloaded hkdf v0.12.4
10792024-12-13T23:54:51.387Z Downloaded thread_local v1.1.8
10802024-12-13T23:54:51.390Z Downloaded thiserror-impl-no-std v2.0.2
10812024-12-13T23:54:51.390Z Downloaded rpassword v7.3.1
10822024-12-13T23:54:51.393Z Downloaded miniz_oxide v0.8.0
10832024-12-13T23:54:51.395Z Downloaded des v0.8.1
10842024-12-13T23:54:51.395Z Downloaded similar v2.6.0
10852024-12-13T23:54:51.399Z Downloaded ipnet v2.10.1
10862024-12-13T23:54:51.402Z Downloaded icu_properties v1.5.1
10872024-12-13T23:54:51.405Z Downloaded icu_normalizer v1.5.0
10882024-12-13T23:54:51.407Z Downloaded bumpalo v3.16.0
10892024-12-13T23:54:51.410Z Downloaded test-strategy v0.3.1
10902024-12-13T23:54:51.414Z Downloaded icu_normalizer_data v1.5.0
10912024-12-13T23:54:51.416Z Downloaded const_format v0.2.33
10922024-12-13T23:54:51.421Z Downloaded compact_str v0.8.0
10932024-12-13T23:54:51.424Z Downloaded sync-ptr v0.1.1
10942024-12-13T23:54:51.427Z Downloaded icu_locid v1.5.0
10952024-12-13T23:54:51.430Z Downloaded icu_locid_transform_data v1.5.0
10962024-12-13T23:54:51.433Z Downloaded olpc-cjson v0.1.4
10972024-12-13T23:54:51.433Z Downloaded num-iter v0.1.45
10982024-12-13T23:54:51.435Z Downloaded multimap v0.10.0
10992024-12-13T23:54:51.435Z Downloaded multer v3.1.0
11002024-12-13T23:54:51.437Z Downloaded tokio-stream v0.1.16
11012024-12-13T23:54:51.441Z Downloaded litemap v0.7.3
11022024-12-13T23:54:51.444Z Downloaded linked-hash-map v0.5.6
11032024-12-13T23:54:51.447Z Downloaded libloading v0.8.5
11042024-12-13T23:54:51.450Z Downloaded base64 v0.21.7
11052024-12-13T23:54:51.450Z Downloaded fallible-iterator v0.3.0
11062024-12-13T23:54:51.452Z Downloaded fallible-iterator v0.2.0
11072024-12-13T23:54:51.452Z Downloaded jobserver v0.1.32
11082024-12-13T23:54:51.455Z Downloaded indoc v1.0.9
11092024-12-13T23:54:51.457Z Downloaded arc-swap v1.7.1
11102024-12-13T23:54:51.460Z Downloaded data-encoding v2.6.0
11112024-12-13T23:54:51.464Z Downloaded zerovec-derive v0.10.3
11122024-12-13T23:54:51.464Z Downloaded linear-map v1.2.0
11132024-12-13T23:54:51.467Z Downloaded lockfree-object-pool v0.1.6
11142024-12-13T23:54:51.469Z Downloaded kstat-rs v0.2.4
11152024-12-13T23:54:51.469Z Downloaded lazy_static v1.5.0
11162024-12-13T23:54:51.472Z Downloaded lalrpop-util v0.19.12
11172024-12-13T23:54:51.472Z Downloaded is-terminal v0.4.13
11182024-12-13T23:54:51.472Z Downloaded internet-checksum v0.2.1
11192024-12-13T23:54:51.475Z Downloaded inout v0.1.3
11202024-12-13T23:54:51.475Z Downloaded indent_write v2.2.0
11212024-12-13T23:54:51.475Z Downloaded impl-trait-for-tuples v0.2.2
11222024-12-13T23:54:51.478Z Downloaded idna_adapter v1.2.0
11232024-12-13T23:54:51.480Z Downloaded base64 v0.13.1
11242024-12-13T23:54:51.482Z Downloaded instability v0.3.2
11252024-12-13T23:54:51.485Z Downloaded hyper-rustls v0.27.3
11262024-12-13T23:54:51.488Z Downloaded write16 v1.0.0
11272024-12-13T23:54:51.488Z Downloaded structmeta-derive v0.3.0
11282024-12-13T23:54:51.488Z Downloaded ssh-cipher v0.2.0
11292024-12-13T23:54:51.491Z Downloaded slog-async v2.8.0
11302024-12-13T23:54:51.491Z Downloaded siphasher v0.3.11
11312024-12-13T23:54:51.494Z Downloaded serde_plain v1.0.2
11322024-12-13T23:54:51.494Z Downloaded semver v0.1.20
11332024-12-13T23:54:51.494Z Downloaded scopeguard v1.2.0
11342024-12-13T23:54:51.497Z Downloaded crc-any v2.5.0
11352024-12-13T23:54:51.499Z Downloaded const-oid v0.9.6
11362024-12-13T23:54:51.502Z Downloaded rustfmt-wrapper v0.2.1
11372024-12-13T23:54:51.505Z Downloaded rustc_version v0.4.1
11382024-12-13T23:54:51.505Z Downloaded crossbeam-utils v0.8.20
11392024-12-13T23:54:51.507Z Downloaded crc32fast v1.4.2
11402024-12-13T23:54:51.512Z Downloaded clang-sys v1.8.1
11412024-12-13T23:54:51.514Z Downloaded hubpack v0.1.2
11422024-12-13T23:54:51.514Z Downloaded sqlparser_derive v0.2.2
11432024-12-13T23:54:51.514Z Downloaded httparse v1.9.5
11442024-12-13T23:54:51.517Z Downloaded http-range v0.1.5
11452024-12-13T23:54:51.517Z Downloaded home v0.5.9
11462024-12-13T23:54:51.519Z Downloaded cookie v0.18.1
11472024-12-13T23:54:51.521Z Downloaded console v0.15.8
11482024-12-13T23:54:51.524Z Downloaded hostname v0.3.1
11492024-12-13T23:54:51.524Z Downloaded cookie_store v0.21.0
11502024-12-13T23:54:51.528Z Downloaded buf-list v1.0.3
11512024-12-13T23:54:51.530Z Downloaded blowfish v0.9.1
11522024-12-13T23:54:51.531Z Downloaded const_format_proc_macros v0.2.33
11532024-12-13T23:54:51.533Z Downloaded base64ct v1.6.0
11542024-12-13T23:54:51.536Z Downloaded bcs v0.1.6
11552024-12-13T23:54:51.536Z Downloaded arrayvec v0.7.6
11562024-12-13T23:54:51.538Z Downloaded arrayref v0.3.9
11572024-12-13T23:54:51.541Z Downloaded bb8 v0.8.5
11582024-12-13T23:54:51.541Z Downloaded assert_matches v1.5.0
11592024-12-13T23:54:51.544Z Downloaded aead v0.5.2
11602024-12-13T23:54:51.544Z Downloaded adler2 v2.0.0
11612024-12-13T23:54:51.624Z Downloaded ring v0.17.8
11622024-12-13T23:54:51.777Z Downloaded libsqlite3-sys v0.30.1
11632024-12-13T23:54:51.854Z Downloaded ring v0.16.20
11642024-12-13T23:54:51.962Z Downloaded aws-lc-sys v0.22.0
11652024-12-13T23:54:52.278Z Compiling serde v1.0.215
11662024-12-13T23:54:52.281Z Compiling lock_api v0.4.12
11672024-12-13T23:54:52.281Z Compiling scopeguard v1.2.0
11682024-12-13T23:54:52.281Z Compiling value-bag v1.9.0
11692024-12-13T23:54:52.281Z Compiling typenum v1.17.0
11702024-12-13T23:54:52.437Z Compiling generic-array v0.14.7
11712024-12-13T23:54:52.478Z Compiling syn v2.0.87
11722024-12-13T23:54:52.492Z Compiling getrandom v0.2.15
11732024-12-13T23:54:52.567Z Compiling subtle v2.6.1
11742024-12-13T23:54:52.782Z Compiling rand_core v0.6.4
11752024-12-13T23:54:52.900Z Compiling log v0.4.22
11762024-12-13T23:54:52.984Z Compiling shlex v1.3.0
11772024-12-13T23:54:53.005Z Compiling jobserver v0.1.32
11782024-12-13T23:54:53.031Z Compiling const-oid v0.9.6
11792024-12-13T23:54:53.299Z Compiling smallvec v1.13.2
11802024-12-13T23:54:53.397Z Compiling cc v1.1.30
11812024-12-13T23:54:53.409Z Compiling spin v0.9.8
11822024-12-13T23:54:53.695Z Compiling pin-project-lite v0.2.14
11832024-12-13T23:54:53.778Z Compiling rustix v0.38.37
11842024-12-13T23:54:53.805Z Compiling parking_lot_core v0.9.10
11852024-12-13T23:54:53.824Z Compiling futures-core v0.3.31
11862024-12-13T23:54:53.903Z Compiling signal-hook-registry v1.4.2
11872024-12-13T23:54:54.056Z Compiling mio v1.0.2
11882024-12-13T23:54:54.667Z Compiling parking_lot v0.12.3
11892024-12-13T23:54:54.740Z Compiling aho-corasick v1.1.3
11902024-12-13T23:54:54.935Z Compiling cpufeatures v0.2.14
11912024-12-13T23:54:54.954Z Compiling regex-syntax v0.8.5
11922024-12-13T23:54:55.041Z Compiling lazy_static v1.5.0
11932024-12-13T23:54:55.159Z Compiling futures-sink v0.3.31
11942024-12-13T23:54:55.161Z Compiling glob v0.3.1
11952024-12-13T23:54:55.262Z Compiling stable_deref_trait v1.2.0
11962024-12-13T23:54:55.297Z Compiling either v1.13.0
11972024-12-13T23:54:55.369Z Compiling socket2 v0.5.7
11982024-12-13T23:54:55.583Z Compiling slab v0.4.9
11992024-12-13T23:54:55.740Z Compiling prettyplease v0.2.25
12002024-12-13T23:54:56.108Z Compiling minimal-lexical v0.2.1
12012024-12-13T23:54:56.321Z Compiling clang-sys v1.8.1
12022024-12-13T23:54:56.402Z Compiling libloading v0.8.5
12032024-12-13T23:54:56.463Z Compiling serde_json v1.0.132
12042024-12-13T23:54:56.658Z Compiling nom v7.1.3
12052024-12-13T23:54:56.776Z Compiling home v0.5.9
12062024-12-13T23:54:56.831Z Compiling bindgen v0.69.5
12072024-12-13T23:54:57.081Z Compiling itertools v0.10.5
12082024-12-13T23:54:57.652Z Compiling futures-channel v0.3.31
12092024-12-13T23:54:57.755Z Compiling allocator-api2 v0.2.18
12102024-12-13T23:54:58.075Z Compiling rustc-hash v1.1.0
12112024-12-13T23:54:58.243Z Compiling foldhash v0.1.3
12122024-12-13T23:54:58.573Z Compiling lazycell v1.3.0
12132024-12-13T23:54:58.575Z Compiling futures-io v0.3.31
12142024-12-13T23:54:58.769Z Compiling regex-automata v0.4.8
12152024-12-13T23:54:58.899Z Compiling futures-task v0.3.31
12162024-12-13T23:54:59.215Z Compiling pin-utils v0.1.0
12172024-12-13T23:54:59.312Z Compiling hashbrown v0.15.1
12182024-12-13T23:54:59.877Z Compiling cmake v0.1.51
12192024-12-13T23:55:00.420Z Compiling synstructure v0.13.1
12202024-12-13T23:55:00.648Z Compiling cexpr v0.6.0
12212024-12-13T23:55:00.921Z Compiling fs_extra v1.3.0
12222024-12-13T23:55:01.533Z Compiling dunce v1.0.5
12232024-12-13T23:55:01.669Z Compiling libm v0.2.8
12242024-12-13T23:55:01.931Z Compiling tinyvec_macros v0.1.1
12252024-12-13T23:55:01.984Z Compiling pkg-config v0.3.31
12262024-12-13T23:55:02.028Z Compiling tinyvec v1.8.0
12272024-12-13T23:55:02.181Z Compiling num-traits v0.2.19
12282024-12-13T23:55:02.699Z Compiling ring v0.17.8
12292024-12-13T23:55:03.516Z Compiling unicode-normalization v0.1.24
12302024-12-13T23:55:03.536Z Compiling writeable v0.5.5
12312024-12-13T23:55:03.636Z Compiling base64ct v1.6.0
12322024-12-13T23:55:03.838Z Compiling litemap v0.7.3
12332024-12-13T23:55:03.919Z Compiling paste v1.0.15
12342024-12-13T23:55:04.107Z Compiling unicode-bidi v0.3.17
12352024-12-13T23:55:04.207Z Compiling pem-rfc7468 v0.7.0
12362024-12-13T23:55:04.436Z Compiling regex v1.11.1
12372024-12-13T23:55:04.925Z Compiling aws-lc-rs v1.10.0
12382024-12-13T23:55:05.375Z Compiling flagset v0.4.6
12392024-12-13T23:55:05.526Z Compiling httparse v1.9.5
12402024-12-13T23:55:05.598Z Compiling tracing-core v0.1.32
12412024-12-13T23:55:06.382Z Compiling rustls-pki-types v1.10.0
12422024-12-13T23:55:06.603Z Compiling percent-encoding v2.3.1
12432024-12-13T23:55:06.767Z Compiling crossbeam-utils v0.8.20
12442024-12-13T23:55:06.975Z Compiling icu_locid_transform_data v1.5.0
12452024-12-13T23:55:07.078Z Compiling icu_properties_data v1.5.0
12462024-12-13T23:55:07.100Z Compiling serde_derive v1.0.215
12472024-12-13T23:55:07.345Z Compiling zeroize_derive v1.4.2
12482024-12-13T23:55:07.363Z Compiling zerocopy-derive v0.7.35
12492024-12-13T23:55:07.435Z Compiling tokio-macros v2.4.0
12502024-12-13T23:55:07.646Z Compiling zerofrom-derive v0.1.4
12512024-12-13T23:55:08.922Z Compiling zeroize v1.8.1
12522024-12-13T23:55:09.015Z Compiling yoke-derive v0.7.4
12532024-12-13T23:55:09.093Z Compiling thiserror-impl v1.0.69
12542024-12-13T23:55:09.622Z Compiling zerocopy v0.7.35
12552024-12-13T23:55:09.828Z Compiling zerovec-derive v0.10.3
12562024-12-13T23:55:10.778Z Compiling crypto-common v0.1.6
12572024-12-13T23:55:11.034Z Compiling block-buffer v0.10.4
12582024-12-13T23:55:11.274Z Compiling digest v0.10.7
12592024-12-13T23:55:11.302Z Compiling futures-macro v0.3.31
12602024-12-13T23:55:11.735Z Compiling zerofrom v0.1.4
12612024-12-13T23:55:11.773Z Compiling hmac v0.12.1
12622024-12-13T23:55:11.838Z Compiling block-padding v0.3.3
12632024-12-13T23:55:11.966Z Compiling displaydoc v0.2.5
12642024-12-13T23:55:12.028Z Compiling sha2 v0.10.8
12652024-12-13T23:55:12.103Z Compiling inout v0.1.3
12662024-12-13T23:55:12.176Z Compiling yoke v0.7.4
12672024-12-13T23:55:12.398Z Compiling cipher v0.4.4
12682024-12-13T23:55:12.525Z Compiling thiserror v1.0.69
12692024-12-13T23:55:12.566Z Compiling ppv-lite86 v0.2.20
12702024-12-13T23:55:12.671Z Compiling der_derive v0.7.3
12712024-12-13T23:55:12.691Z Compiling zerovec v0.10.4
12722024-12-13T23:55:12.929Z Compiling icu_provider_macros v1.5.0
12732024-12-13T23:55:13.280Z Compiling futures-util v0.3.31
12742024-12-13T23:55:13.431Z Compiling rand_chacha v0.3.1
12752024-12-13T23:55:13.691Z Compiling tracing-attributes v0.1.27
12762024-12-13T23:55:14.103Z Compiling rand v0.8.5
12772024-12-13T23:55:14.894Z Compiling tinystr v0.7.6
12782024-12-13T23:55:15.211Z Compiling der v0.7.9
12792024-12-13T23:55:15.357Z Compiling icu_locid v1.5.0
12802024-12-13T23:55:15.537Z Compiling icu_collections v1.5.0
12812024-12-13T23:55:15.667Z Compiling salsa20 v0.10.2
12822024-12-13T23:55:15.978Z Compiling pest v2.7.14
12832024-12-13T23:55:16.359Z Compiling pbkdf2 v0.12.2
12842024-12-13T23:55:16.573Z Compiling num-conv v0.1.0
12852024-12-13T23:55:16.869Z Compiling icu_provider v1.5.0
12862024-12-13T23:55:17.104Z Compiling untrusted v0.9.0
12872024-12-13T23:55:17.281Z Compiling time-core v0.1.2
12882024-12-13T23:55:17.477Z Compiling spki v0.7.3
12892024-12-13T23:55:17.606Z Compiling tracing v0.1.40
12902024-12-13T23:55:17.861Z Compiling icu_locid_transform v1.5.0
12912024-12-13T23:55:17.887Z Compiling mirai-annotations v1.12.0
12922024-12-13T23:55:17.924Z Compiling powerfmt v0.2.0
12932024-12-13T23:55:18.078Z Compiling vcpkg v0.2.15
12942024-12-13T23:55:18.144Z Compiling untrusted v0.7.1
12952024-12-13T23:55:18.324Z Compiling deranged v0.3.11
12962024-12-13T23:55:18.343Z Compiling time-macros v0.2.18
12972024-12-13T23:55:18.647Z Compiling pest_meta v2.7.14
12982024-12-13T23:55:19.047Z Compiling icu_properties v1.5.1
12992024-12-13T23:55:20.286Z Compiling openssl-sys v0.9.103
13002024-12-13T23:55:20.500Z Compiling scrypt v0.11.0
13012024-12-13T23:55:21.120Z Compiling aes v0.8.4
13022024-12-13T23:55:21.417Z Compiling bitflags v2.6.0
13032024-12-13T23:55:21.570Z Compiling bytes v1.8.0
13042024-12-13T23:55:21.679Z Compiling indexmap v2.6.0
13052024-12-13T23:55:22.934Z Compiling tokio v1.40.0
13062024-12-13T23:55:23.189Z Compiling http v1.1.0
13072024-12-13T23:55:23.300Z Compiling semver v1.0.23
13082024-12-13T23:55:23.718Z Compiling cbc v0.1.2
13092024-12-13T23:55:23.930Z Compiling rustc_version v0.4.1
13102024-12-13T23:55:23.964Z Compiling scroll_derive v0.12.0
13112024-12-13T23:55:23.984Z Compiling utf16_iter v1.0.5
13122024-12-13T23:55:24.061Z Compiling icu_normalizer_data v1.5.0
13132024-12-13T23:55:24.169Z Compiling write16 v1.0.0
13142024-12-13T23:55:24.190Z Compiling num_threads v0.1.7
13152024-12-13T23:55:24.307Z Compiling atomic-waker v1.1.2
13162024-12-13T23:55:24.327Z Compiling utf8_iter v1.0.4
13172024-12-13T23:55:24.500Z Compiling time v0.3.36
13182024-12-13T23:55:24.585Z Compiling icu_normalizer v1.5.0
13192024-12-13T23:55:24.723Z Compiling http-body v1.0.1
13202024-12-13T23:55:24.843Z Compiling pkcs5 v0.7.1
13212024-12-13T23:55:25.174Z Compiling pest_generator v2.7.14
13222024-12-13T23:55:25.551Z Compiling scroll v0.12.0
13232024-12-13T23:55:25.730Z Compiling form_urlencoded v1.2.1
13242024-12-13T23:55:26.031Z Compiling which v4.4.2
13252024-12-13T23:55:26.076Z Compiling slog v2.7.0
13262024-12-13T23:55:26.139Z Compiling try-lock v0.2.5
13272024-12-13T23:55:26.295Z Compiling want v0.3.1
13282024-12-13T23:55:26.611Z Compiling goblin v0.8.2
13292024-12-13T23:55:26.644Z Compiling pkcs8 v0.10.2
13302024-12-13T23:55:26.658Z Compiling idna_adapter v1.2.0
13312024-12-13T23:55:26.874Z Compiling httpdate v1.0.3
13322024-12-13T23:55:27.115Z Compiling pest_derive v2.7.14
13332024-12-13T23:55:27.341Z Compiling idna v1.0.3
13342024-12-13T23:55:27.389Z Compiling uuid v1.11.0
13352024-12-13T23:55:27.898Z Compiling dtrace-parser v0.2.0
13362024-12-13T23:55:28.221Z Compiling serde_spanned v0.6.8
13372024-12-13T23:55:28.460Z Compiling toml_datetime v0.6.8
13382024-12-13T23:55:28.848Z Compiling serde_tokenstream v0.2.2
13392024-12-13T23:55:28.998Z Compiling foreign-types-shared v0.1.1
13402024-12-13T23:55:29.118Z Compiling base64 v0.22.1
13412024-12-13T23:55:29.138Z Compiling openssl v0.10.66
13422024-12-13T23:55:29.447Z Compiling match_cfg v0.1.0
13432024-12-13T23:55:29.549Z Compiling rustversion v1.0.17
13442024-12-13T23:55:29.564Z Compiling iana-time-zone v0.1.61
13452024-12-13T23:55:29.715Z Compiling tower-service v0.3.3
13462024-12-13T23:55:29.849Z Compiling adler2 v2.0.0
13472024-12-13T23:55:29.874Z Compiling chrono v0.4.38
13482024-12-13T23:55:30.018Z Compiling miniz_oxide v0.8.0
13492024-12-13T23:55:30.086Z Compiling hostname v0.3.1
13502024-12-13T23:55:30.107Z Compiling foreign-types v0.3.2
13512024-12-13T23:55:30.208Z Compiling url v2.5.3
13522024-12-13T23:55:30.364Z Compiling async-trait v0.1.83
13532024-12-13T23:55:31.587Z Compiling tokio-util v0.7.12
13542024-12-13T23:55:31.784Z Compiling openssl-macros v0.1.1
13552024-12-13T23:55:32.268Z Compiling dof v0.3.0
13562024-12-13T23:55:32.559Z Compiling h2 v0.4.6
13572024-12-13T23:55:33.004Z Compiling dirs-sys-next v0.1.2
13582024-12-13T23:55:33.106Z Compiling usdt-impl v0.5.0
13592024-12-13T23:55:33.570Z Compiling siphasher v0.3.11
13602024-12-13T23:55:33.676Z Compiling syn v1.0.109
13612024-12-13T23:55:33.963Z Compiling data-encoding v2.6.0
13622024-12-13T23:55:34.298Z Compiling rustls v0.22.4
13632024-12-13T23:55:34.485Z Compiling native-tls v0.2.12
13642024-12-13T23:55:34.562Z Compiling rustls v0.23.19
13652024-12-13T23:55:34.772Z Compiling dirs-next v2.0.0
13662024-12-13T23:55:34.992Z Compiling http-body-util v0.1.2
13672024-12-13T23:55:35.520Z Compiling heapless v0.7.17
13682024-12-13T23:55:35.991Z Compiling crossbeam-epoch v0.9.18
13692024-12-13T23:55:36.332Z Compiling signature v2.2.0
13702024-12-13T23:55:36.352Z Compiling sha1 v0.10.6
13712024-12-13T23:55:36.635Z Compiling bzip2-sys v0.1.11+1.0.8
13722024-12-13T23:55:36.743Z Compiling serde_derive_internals v0.29.1
13732024-12-13T23:55:36.783Z Compiling thread_local v1.1.8
13742024-12-13T23:55:36.961Z Compiling cookie v0.18.1
13752024-12-13T23:55:37.143Z Compiling multer v3.1.0
13762024-12-13T23:55:37.257Z Compiling encoding_rs v0.8.34
13772024-12-13T23:55:37.358Z Compiling rayon-core v1.12.1
13782024-12-13T23:55:37.423Z Compiling unicode-properties v0.1.3
13792024-12-13T23:55:37.626Z Compiling slog-async v2.8.0
13802024-12-13T23:55:37.822Z Compiling ipnet v2.10.1
13812024-12-13T23:55:38.155Z Compiling gimli v0.31.1
13822024-12-13T23:55:38.563Z Compiling openssl-probe v0.1.5
13832024-12-13T23:55:38.942Z Compiling schemars v0.8.21
13842024-12-13T23:55:39.115Z Compiling signal-hook v0.3.17
13852024-12-13T23:55:39.284Z Compiling hyper v1.5.0
13862024-12-13T23:55:39.379Z Compiling mime v0.3.17
13872024-12-13T23:55:39.483Z Compiling schemars_derive v0.8.21
13882024-12-13T23:55:39.990Z Compiling toml_edit v0.22.22
13892024-12-13T23:55:41.818Z Compiling hyper-util v0.1.10
13902024-12-13T23:55:42.886Z Compiling addr2line v0.24.2
13912024-12-13T23:55:43.480Z Compiling stringprep v0.1.5
13922024-12-13T23:55:43.636Z Compiling usdt-macro v0.5.0
13932024-12-13T23:55:43.636Z Compiling usdt-attr-macro v0.5.0
13942024-12-13T23:55:43.673Z Compiling crossbeam-deque v0.8.5
13952024-12-13T23:55:44.074Z Compiling term v0.7.0
13962024-12-13T23:55:44.864Z Compiling slog-json v2.6.1
13972024-12-13T23:55:45.054Z Compiling serde_urlencoded v0.7.1
13982024-12-13T23:55:45.078Z Compiling curve25519-dalek v4.1.3
13992024-12-13T23:55:45.197Z Compiling crossbeam-channel v0.5.13
14002024-12-13T23:55:45.217Z Compiling futures-executor v0.3.31
14012024-12-13T23:55:45.574Z Compiling enum-as-inner v0.6.1
14022024-12-13T23:55:45.577Z Compiling md-5 v0.10.6
14032024-12-13T23:55:45.684Z Compiling async-stream-impl v0.3.6
14042024-12-13T23:55:45.844Z Compiling rustls-pemfile v2.2.0
14052024-12-13T23:55:45.864Z Compiling num-integer v0.1.46
14062024-12-13T23:55:46.205Z Compiling idna v0.4.0
14072024-12-13T23:55:46.313Z Compiling idna v0.3.0
14082024-12-13T23:55:46.642Z Compiling hash32 v0.2.1
14092024-12-13T23:55:46.750Z Compiling ff v0.13.0
14102024-12-13T23:55:46.975Z Compiling is-terminal v0.4.13
14112024-12-13T23:55:46.998Z Compiling dropshot v0.12.0
14122024-12-13T23:55:47.101Z Compiling object v0.36.5
14132024-12-13T23:55:47.104Z Compiling dyn-clone v1.0.17
14142024-12-13T23:55:47.286Z Compiling take_mut v0.2.2
14152024-12-13T23:55:47.347Z Compiling portable-atomic v1.9.0
14162024-12-13T23:55:47.453Z Compiling psl-types v2.0.11
14172024-12-13T23:55:47.660Z Compiling anyhow v1.0.93
14182024-12-13T23:55:47.891Z Compiling linked-hash-map v0.5.6
14192024-12-13T23:55:47.984Z Compiling base16ct v0.2.0
14202024-12-13T23:55:48.226Z Compiling utf-8 v0.7.6
14212024-12-13T23:55:48.280Z Compiling rustc-demangle v0.1.24
14222024-12-13T23:55:48.312Z Compiling quick-error v1.2.3
14232024-12-13T23:55:48.329Z Compiling smoltcp v0.9.1
14242024-12-13T23:55:48.382Z Compiling num-bigint-dig v0.8.4
14252024-12-13T23:55:48.448Z Compiling fallible-iterator v0.2.0
14262024-12-13T23:55:48.574Z Compiling resolv-conf v0.7.0
14272024-12-13T23:55:48.711Z Compiling tungstenite v0.24.0
14282024-12-13T23:55:49.180Z Compiling postgres-protocol v0.6.7
14292024-12-13T23:55:49.221Z Compiling lru-cache v0.1.2
14302024-12-13T23:55:49.383Z Compiling sec1 v0.7.3
14312024-12-13T23:55:49.430Z Compiling publicsuffix v2.2.3
14322024-12-13T23:55:49.980Z Compiling async-stream v0.3.6
14332024-12-13T23:55:50.291Z Compiling hickory-proto v0.24.1
14342024-12-13T23:55:50.478Z Compiling slog-term v2.9.1
14352024-12-13T23:55:50.674Z Compiling usdt v0.5.0
14362024-12-13T23:55:51.146Z Compiling group v0.13.0
14372024-12-13T23:55:51.491Z Compiling num-iter v0.1.45
14382024-12-13T23:55:51.790Z Compiling futures v0.3.31
14392024-12-13T23:55:51.811Z Compiling slog-bunyan v2.5.0
14402024-12-13T23:55:53.563Z Compiling camino v1.1.9
14412024-12-13T23:55:53.583Z Compiling tokio-native-tls v0.3.1
14422024-12-13T23:55:53.812Z Compiling toml v0.8.19
14432024-12-13T23:55:53.844Z Compiling phf_shared v0.11.2
14442024-12-13T23:55:54.240Z Compiling dropshot_endpoint v0.12.0
14452024-12-13T23:55:54.258Z Compiling terminal_size v0.4.0
14462024-12-13T23:55:54.481Z Compiling backtrace v0.3.74
14472024-12-13T23:55:54.517Z Compiling waitgroup v0.1.2
14482024-12-13T23:55:54.747Z Compiling openapiv3 v2.0.0
14492024-12-13T23:55:55.167Z Compiling serde_path_to_error v0.1.16
14502024-12-13T23:55:55.567Z Compiling hkdf v0.12.4
14512024-12-13T23:55:55.846Z Compiling crypto-bigint v0.5.5
14522024-12-13T23:55:56.070Z Compiling curve25519-dalek-derive v0.1.1
14532024-12-13T23:55:57.675Z Compiling zerocopy-derive v0.6.6
14542024-12-13T23:55:58.261Z Compiling webpki-roots v0.26.6
14552024-12-13T23:55:58.495Z Compiling idna v0.5.0
14562024-12-13T23:55:58.913Z Compiling hostname v0.4.0
14572024-12-13T23:55:58.946Z Compiling hubpack_derive v0.1.1
14582024-12-13T23:55:59.171Z Compiling crc32fast v1.4.2
14592024-12-13T23:55:59.200Z Compiling ahash v0.8.11
14602024-12-13T23:55:59.534Z Compiling fs-err v2.11.0
14612024-12-13T23:55:59.552Z Compiling debug-ignore v1.0.5
14622024-12-13T23:55:59.697Z Compiling winnow v0.5.40
14632024-12-13T23:55:59.822Z Compiling managed v0.8.0
14642024-12-13T23:55:59.858Z Compiling bitflags v1.3.2
14652024-12-13T23:55:59.935Z Compiling zerocopy v0.6.6
14662024-12-13T23:55:59.970Z Compiling clap_builder v4.5.21
14672024-12-13T23:56:00.172Z Compiling hubpack v0.1.2
14682024-12-13T23:56:00.663Z Compiling console v0.15.8
14692024-12-13T23:56:00.880Z Compiling strum_macros v0.25.3
14702024-12-13T23:56:01.091Z Compiling flate2 v1.0.34
14712024-12-13T23:56:02.047Z Compiling cookie_store v0.21.0
14722024-12-13T23:56:02.076Z Compiling elliptic-curve v0.13.8
14732024-12-13T23:56:02.469Z Compiling hickory-resolver v0.24.1
14742024-12-13T23:56:03.607Z Compiling toml_edit v0.19.15
14752024-12-13T23:56:03.643Z Compiling phf v0.11.2
14762024-12-13T23:56:03.849Z Compiling hyper-tls v0.6.0
14772024-12-13T23:56:03.934Z Compiling signal-hook-mio v0.2.4
14782024-12-13T23:56:04.102Z Compiling rayon v1.10.0
14792024-12-13T23:56:04.287Z Compiling bzip2 v0.4.4
14802024-12-13T23:56:05.072Z Compiling postgres-types v0.2.8
14812024-12-13T23:56:06.673Z Compiling tokio-tungstenite v0.24.0
14822024-12-13T23:56:08.594Z Compiling ed25519 v2.2.3
14832024-12-13T23:56:08.851Z Compiling phf_shared v0.10.0
14842024-12-13T23:56:09.230Z Compiling tokio-stream v0.1.16
14852024-12-13T23:56:09.264Z Compiling pkcs1 v0.7.5
14862024-12-13T23:56:09.572Z Compiling serde-big-array v0.5.1
14872024-12-13T23:56:09.816Z Compiling clap_derive v4.5.18
14882024-12-13T23:56:10.230Z Compiling rfc6979 v0.4.0
14892024-12-13T23:56:10.309Z Compiling derive-where v1.2.7
14902024-12-13T23:56:10.328Z Compiling serde_repr v0.1.19
14912024-12-13T23:56:10.415Z Compiling float-cmp v0.9.0
14922024-12-13T23:56:10.508Z Compiling bstr v1.10.0
14932024-12-13T23:56:10.637Z Compiling sync_wrapper v1.0.1
14942024-12-13T23:56:10.826Z Compiling fixedbitset v0.4.2
14952024-12-13T23:56:11.289Z Compiling new_debug_unreachable v1.0.6
14962024-12-13T23:56:11.392Z Compiling bit-vec v0.6.3
14972024-12-13T23:56:11.498Z Compiling predicates-core v1.0.8
14982024-12-13T23:56:11.773Z Compiling normalize-line-endings v0.3.0
14992024-12-13T23:56:11.852Z Compiling unicode-width v0.2.0
15002024-12-13T23:56:11.873Z Compiling whoami v1.5.2
15012024-12-13T23:56:11.904Z Compiling difflib v0.4.0
15022024-12-13T23:56:12.339Z Compiling unicode-segmentation v1.12.0
15032024-12-13T23:56:12.383Z Compiling number_prefix v0.4.0
15042024-12-13T23:56:12.539Z Compiling static_assertions v1.1.0
15052024-12-13T23:56:12.610Z Compiling precomputed-hash v0.1.1
15062024-12-13T23:56:12.649Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15072024-12-13T23:56:12.734Z Compiling string_cache v0.8.7
15082024-12-13T23:56:13.234Z Compiling similar v2.6.0
15092024-12-13T23:56:13.234Z Compiling indicatif v0.17.9
15102024-12-13T23:56:13.554Z Compiling predicates v3.1.2
15112024-12-13T23:56:14.016Z Compiling tokio-postgres v0.7.12
15122024-12-13T23:56:14.972Z Compiling clap v4.5.21
15132024-12-13T23:56:15.107Z Compiling bit-set v0.5.3
15142024-12-13T23:56:15.356Z Compiling petgraph v0.6.5
15152024-12-13T23:56:15.398Z Compiling ecdsa v0.16.9
15162024-12-13T23:56:15.504Z Compiling rsa v0.9.6
15172024-12-13T23:56:15.665Z Compiling ed25519-dalek v2.1.1
15182024-12-13T23:56:16.297Z Compiling toml v0.7.8
15192024-12-13T23:56:17.070Z Compiling zip v0.6.6
15202024-12-13T23:56:18.100Z Compiling crossterm v0.28.1
15212024-12-13T23:56:19.177Z Compiling hex v0.4.3
15222024-12-13T23:56:19.547Z Compiling x509-cert v0.2.5
15232024-12-13T23:56:19.664Z Compiling peg-runtime v0.8.3
15242024-12-13T23:56:19.800Z Compiling lalrpop-util v0.19.12
15252024-12-13T23:56:19.901Z Compiling unicode-xid v0.2.6
15262024-12-13T23:56:19.928Z Compiling strum_macros v0.26.4
15272024-12-13T23:56:20.081Z Compiling xattr v1.3.1
15282024-12-13T23:56:20.172Z Compiling filetime v0.2.25
15292024-12-13T23:56:20.364Z Compiling tar v0.4.42
15302024-12-13T23:56:25.183Z Compiling strum v0.26.3
15312024-12-13T23:56:27.826Z Compiling aws-lc-sys v0.22.0
15322024-12-13T23:56:55.681Z Compiling rustls-webpki v0.102.8
15332024-12-13T23:56:59.123Z Compiling tokio-rustls v0.25.0
15342024-12-13T23:57:00.656Z Compiling tokio-rustls v0.26.0
15352024-12-13T23:57:00.985Z Compiling hyper-rustls v0.27.3
15362024-12-13T23:57:01.352Z Compiling reqwest v0.12.9
15372024-12-13T23:57:02.708Z Compiling qorb v0.2.1
15382024-12-13T23:57:07.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15392024-12-13T23:57:07.669Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15402024-12-13T23:57:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15412024-12-13T23:57:13.608Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15422024-12-13T23:57:13.658ZDec 13 23:57:12.668 INFO Starting download, target: DendriteOpenapi
15432024-12-13T23:57:13.658ZDec 13 23:57:12.669 INFO Starting download, target: Console
15442024-12-13T23:57:13.658ZDec 13 23:57:12.669 INFO Starting download, target: Cockroach
15452024-12-13T23:57:13.658ZDec 13 23:57:12.669 INFO Starting download, target: Clickhouse
15462024-12-13T23:57:13.658ZDec 13 23:57:12.669 INFO Starting download, target: DendriteStub
15472024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Starting download, target: MaghemiteMgd
15482024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Starting download, target: TransceiverControl
15492024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15542024-12-13T23:57:13.661ZDec 13 23:57:12.669 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15552024-12-13T23:57:13.661ZDec 13 23:57:12.670 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15562024-12-13T23:57:14.025ZDec 13 23:57:12.914 INFO Download complete, target: DendriteOpenapi
15572024-12-13T23:57:14.229ZDec 13 23:57:13.189 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15582024-12-13T23:57:14.292ZDec 13 23:57:13.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15592024-12-13T23:57:14.619ZDec 13 23:57:13.533 INFO Download complete, target: Console
15602024-12-13T23:57:14.904ZDec 13 23:57:13.914 INFO Download complete, target: TransceiverControl
15612024-12-13T23:57:14.955ZDec 13 23:57:13.964 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-13T23:57:14.959ZDec 13 23:57:13.967 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-12-13T23:57:15.597ZDec 13 23:57:14.608 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15642024-12-13T23:57:15.597ZDec 13 23:57:14.608 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15652024-12-13T23:57:15.601ZDec 13 23:57:14.612 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-13T23:57:17.903ZDec 13 23:57:16.914 INFO Download complete, target: DendriteStub
15672024-12-13T23:57:17.945ZDec 13 23:57:16.954 INFO Download complete, target: MaghemiteMgd
15682024-12-13T23:57:22.983ZDec 13 23:57:21.996 INFO Checking that binary works, target: Cockroach
15692024-12-13T23:57:23.144ZDec 13 23:57:22.157 INFO Download complete, target: Cockroach
15702024-12-13T23:57:27.991ZDec 13 23:57:27.003 INFO Checking that binary works, target: Clickhouse
15712024-12-13T23:57:28.154ZDec 13 23:57:27.167 INFO Download complete, target: Clickhouse
15722024-12-13T23:57:28.173ZAll builder prerequisites installed successfully, and PATH looks valid
15732024-12-13T23:57:28.176Z
15742024-12-13T23:57:28.176Zreal 4:53.941984699
15752024-12-13T23:57:28.176Zuser 16:27.286615148
15762024-12-13T23:57:28.177Zsys 3:14.805937228
15772024-12-13T23:57:28.177Ztrap 0.541374610
15782024-12-13T23:57:28.177Ztflt 1.686475403
15792024-12-13T23:57:28.177Zdflt 2.277146675
15802024-12-13T23:57:28.177Zkflt 0.029067539
15812024-12-13T23:57:28.177Zlock 29:16.369125304
15822024-12-13T23:57:28.177Zslp 1:01:08.021848874
15832024-12-13T23:57:28.177Zlat 59.343151010
15842024-12-13T23:57:28.177Zstop 2:19.904281431
15852024-12-13T23:57:28.177Z+ banner hack-check
15862024-12-13T23:57:28.180Z
15872024-12-13T23:57:28.181Z # # ## #### # # #### # # ###### #### # #
15882024-12-13T23:57:28.181Z # # # # # # # # # # # # # # # # #
15892024-12-13T23:57:28.181Z ###### # # # #### ##### # ###### ##### # ####
15902024-12-13T23:57:28.181Z # # ###### # # # # # # # # # #
15912024-12-13T23:57:28.181Z # # # # # # # # # # # # # # # # #
15922024-12-13T23:57:28.181Z # # # # #### # # #### # # ###### #### # #
15932024-12-13T23:57:28.181Z
15942024-12-13T23:57:28.181Z+ export CARGO_INCREMENTAL=0
15952024-12-13T23:57:28.181Z+ CARGO_INCREMENTAL=0
15962024-12-13T23:57:28.181Z+ ptime -m timeout 2h cargo xtask check-features --ci
15972024-12-13T23:57:28.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15982024-12-13T23:57:32.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
15992024-12-13T23:57:32.308Z Running `target/debug/xtask check-features --ci`
16002024-12-13T23:57:32.328Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16012024-12-13T23:57:32.328Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16022024-12-13T23:57:32.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16032024-12-13T23:57:32.780Z Running `target/debug/xtask download cargo-hack`
16042024-12-13T23:57:33.571Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-12-13T23:57:33.931Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-12-13T23:57:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
16072024-12-13T23:57:39.092Z Running `target/debug/xtask-downloader cargo-hack`
16082024-12-13T23:57:39.126ZDec 13 23:57:38.141 INFO Starting download, target: CargoHack
16092024-12-13T23:57:39.129ZDec 13 23:57:38.142 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16102024-12-13T23:57:39.798ZDec 13 23:57:38.813 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16112024-12-13T23:57:39.888ZDec 13 23:57:38.903 INFO Download complete, target: CargoHack
16122024-12-13T23:57:39.892Zrunning: "/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"
16132024-12-13T23:57:39.907Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16142024-12-13T23:57:40.075Zinfo: running `cargo check --bins` on api_identity (1/173)
16152024-12-13T23:57:40.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-12-13T23:57:40.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-12-13T23:57:40.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-12-13T23:57:40.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16192024-12-13T23:57:40.701Z
16202024-12-13T23:57:40.701Zinfo: running `cargo check --bins` on bootstore (2/173)
16212024-12-13T23:57:41.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-12-13T23:57:41.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-12-13T23:57:41.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-12-13T23:57:41.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16252024-12-13T23:57:41.338Z
16262024-12-13T23:57:41.338Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16272024-12-13T23:57:41.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-13T23:57:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-13T23:57:41.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-13T23:57:41.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16312024-12-13T23:57:42.424Z
16322024-12-13T23:57:42.424Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16332024-12-13T23:57:42.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-13T23:57:42.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-13T23:57:42.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-13T23:57:42.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16372024-12-13T23:57:42.575Z
16382024-12-13T23:57:42.575Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16392024-12-13T23:57:42.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-13T23:57:42.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-13T23:57:42.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-13T23:57:42.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16432024-12-13T23:57:42.983Z
16442024-12-13T23:57:42.983Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16452024-12-13T23:57:43.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-13T23:57:43.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-13T23:57:43.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-13T23:57:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16492024-12-13T23:57:43.399Z
16502024-12-13T23:57:43.399Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16512024-12-13T23:57:43.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-13T23:57:43.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-13T23:57:43.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-13T23:57:43.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16552024-12-13T23:57:43.810Z
16562024-12-13T23:57:43.810Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16572024-12-13T23:57:44.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-13T23:57:44.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-13T23:57:44.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-13T23:57:44.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-13T23:57:44.224Z
16622024-12-13T23:57:44.224Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16632024-12-13T23:57:44.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-13T23:57:44.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-13T23:57:44.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-13T23:57:44.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16672024-12-13T23:57:44.637Z
16682024-12-13T23:57:44.637Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16692024-12-13T23:57:45.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-13T23:57:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-13T23:57:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-13T23:57:45.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16732024-12-13T23:57:45.050Z
16742024-12-13T23:57:45.050Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16752024-12-13T23:57:45.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-13T23:57:45.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-13T23:57:45.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-13T23:57:45.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16792024-12-13T23:57:45.467Z
16802024-12-13T23:57:45.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16812024-12-13T23:57:45.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-13T23:57:45.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-13T23:57:45.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-13T23:57:45.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852024-12-13T23:57:45.875Z
16862024-12-13T23:57:45.875Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16872024-12-13T23:57:46.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-13T23:57:46.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-13T23:57:46.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-13T23:57:46.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912024-12-13T23:57:46.290Z
16922024-12-13T23:57:46.290Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16932024-12-13T23:57:46.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-13T23:57:46.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-13T23:57:46.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-13T23:57:46.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16972024-12-13T23:57:46.698Z
16982024-12-13T23:57:46.698Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16992024-12-13T23:57:47.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-13T23:57:47.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-13T23:57:47.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-13T23:57:47.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032024-12-13T23:57:47.109Z
17042024-12-13T23:57:47.109Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17052024-12-13T23:57:47.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-13T23:57:47.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-13T23:57:47.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-13T23:57:47.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17092024-12-13T23:57:47.516Z
17102024-12-13T23:57:47.516Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17112024-12-13T23:57:47.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-13T23:57:47.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-13T23:57:47.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-13T23:57:47.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17152024-12-13T23:57:47.924Z
17162024-12-13T23:57:47.924Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17172024-12-13T23:57:48.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-13T23:57:48.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-13T23:57:48.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-13T23:57:48.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212024-12-13T23:57:48.338Z
17222024-12-13T23:57:48.338Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17232024-12-13T23:57:48.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-13T23:57:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-13T23:57:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-13T23:57:48.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272024-12-13T23:57:48.755Z
17282024-12-13T23:57:48.755Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17292024-12-13T23:57:49.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-13T23:57:49.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-13T23:57:49.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-13T23:57:49.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332024-12-13T23:57:49.169Z
17342024-12-13T23:57:49.169Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17352024-12-13T23:57:49.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-13T23:57:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-13T23:57:49.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-13T23:57:49.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17392024-12-13T23:57:49.582Z
17402024-12-13T23:57:49.582Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17412024-12-13T23:57:49.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-13T23:57:49.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-13T23:57:49.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-13T23:57:49.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17452024-12-13T23:57:50.001Z
17462024-12-13T23:57:50.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17472024-12-13T23:57:50.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-13T23:57:50.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-13T23:57:50.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-13T23:57:50.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17512024-12-13T23:57:50.419Z
17522024-12-13T23:57:50.419Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17532024-12-13T23:57:50.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-13T23:57:50.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-13T23:57:50.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-13T23:57:50.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17572024-12-13T23:57:50.829Z
17582024-12-13T23:57:50.829Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17592024-12-13T23:57:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-13T23:57:51.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-13T23:57:51.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-13T23:57:51.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17632024-12-13T23:57:51.452Z
17642024-12-13T23:57:51.452Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17652024-12-13T23:57:52.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-13T23:57:52.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-13T23:57:52.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-13T23:57:52.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17692024-12-13T23:57:52.076Z
17702024-12-13T23:57:52.076Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17712024-12-13T23:57:52.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-13T23:57:52.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-13T23:57:52.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-13T23:57:52.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17752024-12-13T23:57:52.703Z
17762024-12-13T23:57:52.703Zinfo: running `cargo check --bins` on oxlog (28/173)
17772024-12-13T23:57:53.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-13T23:57:53.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-13T23:57:53.311Z Checking cfg-if v1.0.0
17802024-12-13T23:57:53.314Z Checking libc v0.2.162
17812024-12-13T23:57:53.420Z Checking serde v1.0.215
17822024-12-13T23:57:53.423Z Checking zeroize v1.8.1
17832024-12-13T23:57:53.437Z Checking memchr v2.7.4
17842024-12-13T23:57:53.440Z Checking typenum v1.17.0
17852024-12-13T23:57:53.455Z Checking scopeguard v1.2.0
17862024-12-13T23:57:53.458Z Checking subtle v2.6.1
17872024-12-13T23:57:53.479Z Checking value-bag v1.9.0
17882024-12-13T23:57:53.586Z Checking lock_api v0.4.12
17892024-12-13T23:57:53.684Z Checking const-oid v0.9.6
17902024-12-13T23:57:53.720Z Checking itoa v1.0.11
17912024-12-13T23:57:53.880Z Checking log v0.4.22
17922024-12-13T23:57:53.925Z Checking smallvec v1.13.2
17932024-12-13T23:57:53.975Z Checking pin-project-lite v0.2.14
17942024-12-13T23:57:54.101Z Checking byteorder v1.5.0
17952024-12-13T23:57:54.308Z Checking futures-core v0.3.31
17962024-12-13T23:57:54.325Z Checking once_cell v1.20.2
17972024-12-13T23:57:54.366Z Checking cpufeatures v0.2.14
17982024-12-13T23:57:54.459Z Checking stable_deref_trait v1.2.0
17992024-12-13T23:57:54.485Z Checking futures-sink v0.3.31
18002024-12-13T23:57:54.538Z Checking spin v0.9.8
18012024-12-13T23:57:54.557Z Checking zerocopy v0.7.35
18022024-12-13T23:57:54.576Z Checking getrandom v0.2.15
18032024-12-13T23:57:54.612Z Checking signal-hook-registry v1.4.2
18042024-12-13T23:57:54.630Z Checking parking_lot_core v0.9.10
18052024-12-13T23:57:54.697Z Checking generic-array v0.14.7
18062024-12-13T23:57:54.788Z Checking rand_core v0.6.4
18072024-12-13T23:57:54.861Z Checking mio v1.0.2
18082024-12-13T23:57:54.864Z Checking socket2 v0.5.7
18092024-12-13T23:57:54.950Z Checking parking_lot v0.12.3
18102024-12-13T23:57:55.086Z Checking zerofrom v0.1.4
18112024-12-13T23:57:55.302Z Checking slab v0.4.9
18122024-12-13T23:57:55.319Z Checking yoke v0.7.4
18132024-12-13T23:57:55.331Z Checking futures-channel v0.3.31
18142024-12-13T23:57:55.467Z Checking futures-task v0.3.31
18152024-12-13T23:57:55.483Z Checking pin-utils v0.1.0
18162024-12-13T23:57:55.566Z Checking futures-io v0.3.31
18172024-12-13T23:57:55.580Z Checking allocator-api2 v0.2.18
18182024-12-13T23:57:55.650Z Checking foldhash v0.1.3
18192024-12-13T23:57:55.665Z Checking equivalent v1.0.1
18202024-12-13T23:57:55.706Z Checking zerovec v0.10.4
18212024-12-13T23:57:55.747Z Checking futures-util v0.3.31
18222024-12-13T23:57:55.766Z Checking tinyvec_macros v0.1.1
18232024-12-13T23:57:55.843Z Checking ryu v1.0.18
18242024-12-13T23:57:55.859Z Checking crypto-common v0.1.6
18252024-12-13T23:57:55.862Z Checking block-buffer v0.10.4
18262024-12-13T23:57:55.986Z Checking block-padding v0.3.3
18272024-12-13T23:57:56.030Z Checking tinyvec v1.8.0
18282024-12-13T23:57:56.077Z Checking fnv v1.0.7
18292024-12-13T23:57:56.080Z Checking digest v0.10.7
18302024-12-13T23:57:56.174Z Checking inout v0.1.3
18312024-12-13T23:57:56.202Z Checking libm v0.2.8
18322024-12-13T23:57:56.225Z Checking hashbrown v0.15.1
18332024-12-13T23:57:56.396Z Checking cipher v0.4.4
18342024-12-13T23:57:56.479Z Checking hmac v0.12.1
18352024-12-13T23:57:56.699Z Checking sha2 v0.10.8
18362024-12-13T23:57:56.797Z Checking litemap v0.7.3
18372024-12-13T23:57:57.097Z Checking writeable v0.5.5
18382024-12-13T23:57:57.150Z Checking unicode-bidi v0.3.17
18392024-12-13T23:57:57.306Z Checking base64ct v1.6.0
18402024-12-13T23:57:57.340Z Checking unicode-normalization v0.1.24
18412024-12-13T23:57:57.359Z Checking tinystr v0.7.6
18422024-12-13T23:57:57.373Z Checking num-traits v0.2.19
18432024-12-13T23:57:57.407Z Checking ppv-lite86 v0.2.20
18442024-12-13T23:57:57.733Z Checking icu_locid v1.5.0
18452024-12-13T23:57:57.736Z Checking pem-rfc7468 v0.7.0
18462024-12-13T23:57:57.761Z Checking flagset v0.4.6
18472024-12-13T23:57:57.956Z Checking tracing-core v0.1.32
18482024-12-13T23:57:58.006Z Checking der v0.7.9
18492024-12-13T23:57:58.166Z Checking rand_chacha v0.3.1
18502024-12-13T23:57:58.251Z Checking thiserror v1.0.69
18512024-12-13T23:57:58.392Z Checking rustls-pki-types v1.10.0
18522024-12-13T23:57:58.428Z Checking bytes v1.8.0
18532024-12-13T23:57:58.562Z Checking indexmap v2.6.0
18542024-12-13T23:57:58.641Z Checking serde_json v1.0.132
18552024-12-13T23:57:58.763Z Checking icu_provider v1.5.0
18562024-12-13T23:57:58.963Z Checking bitflags v2.6.0
18572024-12-13T23:57:59.043Z Checking icu_locid_transform_data v1.5.0
18582024-12-13T23:57:59.146Z Checking percent-encoding v2.3.1
18592024-12-13T23:57:59.254Z Checking tracing v0.1.40
18602024-12-13T23:57:59.272Z Checking tokio v1.40.0
18612024-12-13T23:57:59.360Z Checking http v1.1.0
18622024-12-13T23:57:59.387Z Checking icu_locid_transform v1.5.0
18632024-12-13T23:57:59.598Z Checking rand v0.8.5
18642024-12-13T23:57:59.794Z Checking spki v0.7.3
18652024-12-13T23:57:59.891Z Checking icu_collections v1.5.0
18662024-12-13T23:58:00.084Z Checking salsa20 v0.10.2
18672024-12-13T23:58:00.306Z Checking pbkdf2 v0.12.2
18682024-12-13T23:58:00.367Z Checking aws-lc-sys v0.22.0
18692024-12-13T23:58:00.415Z Checking httparse v1.9.5
18702024-12-13T23:58:00.466Z Checking powerfmt v0.2.0
18712024-12-13T23:58:00.580Z Checking untrusted v0.9.0
18722024-12-13T23:58:00.698Z Checking untrusted v0.7.1
18732024-12-13T23:58:00.733Z Checking mirai-annotations v1.12.0
18742024-12-13T23:58:00.746Z Checking icu_properties_data v1.5.0
18752024-12-13T23:58:00.781Z Checking ring v0.17.8
18762024-12-13T23:58:00.848Z Checking deranged v0.3.11
18772024-12-13T23:58:00.862Z Checking scrypt v0.11.0
18782024-12-13T23:58:00.890Z Checking cbc v0.1.2
18792024-12-13T23:58:00.905Z Checking aes v0.8.4
18802024-12-13T23:58:00.973Z Checking icu_properties v1.5.1
18812024-12-13T23:58:01.085Z Checking crossbeam-utils v0.8.20
18822024-12-13T23:58:01.099Z Checking write16 v1.0.0
18832024-12-13T23:58:01.218Z Checking utf16_iter v1.0.5
18842024-12-13T23:58:01.385Z Checking icu_normalizer_data v1.5.0
18852024-12-13T23:58:01.483Z Checking time-core v0.1.2
18862024-12-13T23:58:01.646Z Checking atomic-waker v1.1.2
18872024-12-13T23:58:01.772Z Checking num-conv v0.1.0
18882024-12-13T23:58:01.801Z Checking num_threads v0.1.7
18892024-12-13T23:58:01.817Z Checking utf8_iter v1.0.4
18902024-12-13T23:58:01.914Z Checking pkcs5 v0.7.1
18912024-12-13T23:58:02.008Z Checking http-body v1.0.1
18922024-12-13T23:58:02.023Z Checking form_urlencoded v1.2.1
18932024-12-13T23:58:02.209Z Checking try-lock v0.2.5
18942024-12-13T23:58:02.226Z Checking httpdate v1.0.3
18952024-12-13T23:58:02.340Z Checking want v0.3.1
18962024-12-13T23:58:02.441Z Checking pkcs8 v0.10.2
18972024-12-13T23:58:02.455Z Checking unicode-ident v1.0.13
18982024-12-13T23:58:02.523Z Checking toml_datetime v0.6.8
18992024-12-13T23:58:02.584Z Checking time v0.3.36
19002024-12-13T23:58:02.610Z Checking proc-macro2 v1.0.89
19012024-12-13T23:58:02.613Z Checking serde_spanned v0.6.8
19022024-12-13T23:58:02.730Z Checking uuid v1.11.0
19032024-12-13T23:58:02.790Z Checking slog v2.7.0
19042024-12-13T23:58:02.804Z Checking scroll v0.12.0
19052024-12-13T23:58:02.893Z Checking aws-lc-rs v1.10.0
19062024-12-13T23:58:03.266Z Checking iana-time-zone v0.1.61
19072024-12-13T23:58:03.279Z Checking match_cfg v0.1.0
19082024-12-13T23:58:03.293Z Checking adler2 v2.0.0
19092024-12-13T23:58:03.335Z Checking ucd-trie v0.1.7
19102024-12-13T23:58:03.369Z Checking tower-service v0.3.3
19112024-12-13T23:58:03.403Z Checking base64 v0.22.1
19122024-12-13T23:58:03.436Z Checking plain v0.2.3
19132024-12-13T23:58:03.487Z Checking foreign-types-shared v0.1.1
19142024-12-13T23:58:03.538Z Checking pest v2.7.14
19152024-12-13T23:58:03.587Z Checking goblin v0.8.2
19162024-12-13T23:58:03.590Z Checking foreign-types v0.3.2
19172024-12-13T23:58:03.688Z Checking miniz_oxide v0.8.0
19182024-12-13T23:58:03.863Z Checking chrono v0.4.38
19192024-12-13T23:58:04.361Z Checking icu_normalizer v1.5.0
19202024-12-13T23:58:04.371Z Checking hostname v0.3.1
19212024-12-13T23:58:04.508Z Checking quote v1.0.37
19222024-12-13T23:58:04.730Z Checking rustls-webpki v0.102.8
19232024-12-13T23:58:04.868Z Checking openssl-sys v0.9.103
19242024-12-13T23:58:05.019Z Checking errno v0.3.9
19252024-12-13T23:58:05.133Z Checking idna_adapter v1.2.0
19262024-12-13T23:58:05.221Z Checking dirs-sys-next v0.1.2
19272024-12-13T23:58:05.333Z Checking idna v1.0.3
19282024-12-13T23:58:05.400Z Checking aho-corasick v1.1.3
19292024-12-13T23:58:05.508Z Checking siphasher v0.3.11
19302024-12-13T23:58:05.812Z Checking url v2.5.3
19312024-12-13T23:58:05.842Z Checking data-encoding v2.6.0
19322024-12-13T23:58:05.921Z Checking pretty-hex v0.4.1
19332024-12-13T23:58:06.103Z Checking regex-syntax v0.8.5
19342024-12-13T23:58:06.127Z Checking dtrace-parser v0.2.0
19352024-12-13T23:58:06.173Z Checking openssl v0.10.66
19362024-12-13T23:58:06.482Z Checking dirs-next v2.0.0
19372024-12-13T23:58:06.604Z Checking rustix v0.38.37
19382024-12-13T23:58:06.607Z Checking syn v2.0.87
19392024-12-13T23:58:06.633Z Checking tokio-util v0.7.12
19402024-12-13T23:58:06.652Z Checking http-body-util v0.1.2
19412024-12-13T23:58:07.056Z Checking crossbeam-epoch v0.9.18
19422024-12-13T23:58:07.093Z Checking sha1 v0.10.6
19432024-12-13T23:58:07.371Z Checking signature v2.2.0
19442024-12-13T23:58:07.504Z Checking lazy_static v1.5.0
19452024-12-13T23:58:07.529Z Checking h2 v0.4.6
19462024-12-13T23:58:07.581Z Checking thread_local v1.1.8
19472024-12-13T23:58:07.611Z Checking thread-id v4.2.2
19482024-12-13T23:58:07.714Z Checking encoding_rs v0.8.34
19492024-12-13T23:58:07.849Z Checking gimli v0.31.1
19502024-12-13T23:58:08.471Z Checking dof v0.3.0
19512024-12-13T23:58:09.126Z Checking utf8parse v0.2.2
19522024-12-13T23:58:09.277Z Checking mime v0.3.17
19532024-12-13T23:58:09.314Z Checking regex-automata v0.4.8
19542024-12-13T23:58:09.588Z Checking unicode-properties v0.1.3
19552024-12-13T23:58:09.966Z Checking openssl-probe v0.1.5
19562024-12-13T23:58:09.970Z Checking winnow v0.6.20
19572024-12-13T23:58:10.123Z Checking ipnet v2.10.1
19582024-12-13T23:58:10.205Z Checking anstyle v1.0.10
19592024-12-13T23:58:10.571Z Checking stringprep v0.1.5
19602024-12-13T23:58:10.601Z Checking anstyle-parse v0.2.5
19612024-12-13T23:58:10.873Z Checking crossbeam-deque v0.8.5
19622024-12-13T23:58:10.888Z Checking term v0.7.0
19632024-12-13T23:58:11.194Z Checking rustls v0.22.4
19642024-12-13T23:58:11.312Z Checking rustls v0.23.19
19652024-12-13T23:58:11.514Z Checking native-tls v0.2.12
19662024-12-13T23:58:11.850Z Checking slog-json v2.6.1
19672024-12-13T23:58:12.068Z Checking addr2line v0.24.2
19682024-12-13T23:58:12.107Z Checking serde_urlencoded v0.7.1
19692024-12-13T23:58:12.530Z Checking crossbeam-channel v0.5.13
19702024-12-13T23:58:12.572Z Checking futures-executor v0.3.31
19712024-12-13T23:58:12.791Z Checking num-integer v0.1.46
19722024-12-13T23:58:12.954Z Checking toml_edit v0.22.22
19732024-12-13T23:58:13.121Z Checking usdt-impl v0.5.0
19742024-12-13T23:58:13.222Z Checking rustls-pemfile v2.2.0
19752024-12-13T23:58:13.245Z Checking idna v0.3.0
19762024-12-13T23:58:13.430Z Checking idna v0.4.0
19772024-12-13T23:58:13.633Z Checking md-5 v0.10.6
19782024-12-13T23:58:13.659Z Checking hyper v1.5.0
19792024-12-13T23:58:13.848Z Checking ff v0.13.0
19802024-12-13T23:58:13.890Z Checking is-terminal v0.4.13
19812024-12-13T23:58:14.016Z Checking memmap v0.7.0
19822024-12-13T23:58:14.063Z Checking hash32 v0.2.1
19832024-12-13T23:58:14.077Z Checking object v0.36.5
19842024-12-13T23:58:14.222Z Checking base16ct v0.2.0
19852024-12-13T23:58:14.285Z Checking take_mut v0.2.2
19862024-12-13T23:58:14.363Z Checking utf-8 v0.7.6
19872024-12-13T23:58:14.408Z Checking quick-error v1.2.3
19882024-12-13T23:58:14.430Z Checking fallible-iterator v0.2.0
19892024-12-13T23:58:14.546Z Checking either v1.13.0
19902024-12-13T23:58:14.563Z Checking anstyle-query v1.1.1
19912024-12-13T23:58:14.690Z Checking rustc-demangle v0.1.24
19922024-12-13T23:58:14.861Z Checking linked-hash-map v0.5.6
19932024-12-13T23:58:14.898Z Checking psl-types v2.0.11
19942024-12-13T23:58:15.021Z Checking colorchoice v1.0.2
19952024-12-13T23:58:15.060Z Checking dyn-clone v1.0.17
19962024-12-13T23:58:15.164Z Checking is_terminal_polyfill v1.70.1
19972024-12-13T23:58:15.176Z Checking publicsuffix v2.2.3
19982024-12-13T23:58:15.208Z Checking schemars v0.8.21
19992024-12-13T23:58:15.229Z Checking lru-cache v0.1.2
20002024-12-13T23:58:15.276Z Checking anstream v0.6.15
20012024-12-13T23:58:15.394Z Checking postgres-protocol v0.6.7
20022024-12-13T23:58:15.405Z Checking tokio-rustls v0.25.0
20032024-12-13T23:58:15.486Z Checking toml v0.8.19
20042024-12-13T23:58:15.634Z Checking tungstenite v0.24.0
20052024-12-13T23:58:15.740Z Checking hyper-util v0.1.10
20062024-12-13T23:58:15.811Z Checking resolv-conf v0.7.0
20072024-12-13T23:58:16.083Z Checking slog-async v2.8.0
20082024-12-13T23:58:16.157Z Checking sec1 v0.7.3
20092024-12-13T23:58:16.225Z Checking heapless v0.7.17
20102024-12-13T23:58:16.367Z Checking hickory-proto v0.24.1
20112024-12-13T23:58:16.526Z Checking usdt v0.5.0
20122024-12-13T23:58:16.543Z Checking group v0.13.0
20132024-12-13T23:58:16.774Z Checking slog-term v2.9.1
20142024-12-13T23:58:16.788Z Checking num-iter v0.1.45
20152024-12-13T23:58:16.858Z Checking futures v0.3.31
20162024-12-13T23:58:16.899Z Checking tokio-rustls v0.26.0
20172024-12-13T23:58:16.959Z Checking slog-bunyan v2.5.0
20182024-12-13T23:58:16.959Z Checking tokio-native-tls v0.3.1
20192024-12-13T23:58:17.124Z Checking rayon-core v1.12.1
20202024-12-13T23:58:17.220Z Checking terminal_size v0.4.0
20212024-12-13T23:58:17.236Z Checking multer v3.1.0
20222024-12-13T23:58:17.250Z Checking phf_shared v0.11.2
20232024-12-13T23:58:17.304Z Checking cookie v0.18.1
20242024-12-13T23:58:17.379Z Checking async-stream v0.3.6
20252024-12-13T23:58:17.524Z Checking bzip2-sys v0.1.11+1.0.8
20262024-12-13T23:58:17.568Z Checking signal-hook v0.3.17
20272024-12-13T23:58:17.624Z Checking camino v1.1.9
20282024-12-13T23:58:17.647Z Checking waitgroup v0.1.2
20292024-12-13T23:58:17.750Z Checking openapiv3 v2.0.0
20302024-12-13T23:58:17.768Z Checking webpki-roots v0.26.6
20312024-12-13T23:58:17.783Z Checking serde_path_to_error v0.1.16
20322024-12-13T23:58:17.798Z Checking idna v0.5.0
20332024-12-13T23:58:17.901Z Checking hkdf v0.12.4
20342024-12-13T23:58:17.976Z Checking crypto-bigint v0.5.5
20352024-12-13T23:58:18.119Z Checking hostname v0.4.0
20362024-12-13T23:58:18.191Z Checking crc32fast v1.4.2
20372024-12-13T23:58:18.250Z Checking bitflags v1.3.2
20382024-12-13T23:58:18.345Z Checking debug-ignore v1.0.5
20392024-12-13T23:58:18.377Z Checking managed v0.8.0
20402024-12-13T23:58:18.411Z Checking unicode-width v0.1.14
20412024-12-13T23:58:18.475Z Checking clap_lex v0.7.2
20422024-12-13T23:58:18.656Z Checking strsim v0.11.1
20432024-12-13T23:58:18.733Z Checking winnow v0.5.40
20442024-12-13T23:58:18.748Z Checking smoltcp v0.9.1
20452024-12-13T23:58:18.887Z Checking console v0.15.8
20462024-12-13T23:58:18.927Z Checking clap_builder v4.5.21
20472024-12-13T23:58:19.490Z Checking cookie_store v0.21.0
20482024-12-13T23:58:20.213Z Checking flate2 v1.0.34
20492024-12-13T23:58:20.258Z Checking hyper-rustls v0.27.3
20502024-12-13T23:58:20.453Z Checking backtrace v0.3.74
20512024-12-13T23:58:20.601Z Checking signal-hook-mio v0.2.4
20522024-12-13T23:58:20.741Z Checking rayon v1.10.0
20532024-12-13T23:58:20.853Z Checking elliptic-curve v0.13.8
20542024-12-13T23:58:20.874Z Checking hyper-tls v0.6.0
20552024-12-13T23:58:21.030Z Checking anyhow v1.0.93
20562024-12-13T23:58:21.140Z Checking hickory-resolver v0.24.1
20572024-12-13T23:58:21.157Z Checking bzip2 v0.4.4
20582024-12-13T23:58:21.257Z Checking dropshot v0.12.0
20592024-12-13T23:58:21.383Z Checking phf v0.11.2
20602024-12-13T23:58:21.442Z Checking num-bigint-dig v0.8.4
20612024-12-13T23:58:21.470Z Checking tokio-tungstenite v0.24.0
20622024-12-13T23:58:21.650Z Checking postgres-types v0.2.8
20632024-12-13T23:58:21.783Z Checking toml_edit v0.19.15
20642024-12-13T23:58:21.921Z Checking bstr v1.10.0
20652024-12-13T23:58:21.954Z Checking regex v1.11.1
20662024-12-13T23:58:22.387Z Checking ed25519 v2.2.3
20672024-12-13T23:58:22.587Z Checking tokio-stream v0.1.16
20682024-12-13T23:58:22.687Z Checking phf_shared v0.10.0
20692024-12-13T23:58:22.742Z Checking curve25519-dalek v4.1.3
20702024-12-13T23:58:22.854Z Checking zerocopy v0.6.6
20712024-12-13T23:58:22.965Z Checking pkcs1 v0.7.5
20722024-12-13T23:58:23.353Z Checking hubpack v0.1.2
20732024-12-13T23:58:23.470Z Checking portable-atomic v1.9.0
20742024-12-13T23:58:23.610Z Checking float-cmp v0.9.0
20752024-12-13T23:58:23.631Z Checking serde-big-array v0.5.1
20762024-12-13T23:58:23.679Z Checking rfc6979 v0.4.0
20772024-12-13T23:58:23.791Z Checking sync_wrapper v1.0.1
20782024-12-13T23:58:23.829Z Checking static_assertions v1.1.0
20792024-12-13T23:58:23.857Z Checking new_debug_unreachable v1.0.6
20802024-12-13T23:58:23.926Z Checking precomputed-hash v0.1.1
20812024-12-13T23:58:23.942Z Checking number_prefix v0.4.0
20822024-12-13T23:58:23.956Z Checking bit-vec v0.6.3
20832024-12-13T23:58:24.037Z Checking difflib v0.4.0
20842024-12-13T23:58:24.133Z Checking predicates-core v1.0.8
20852024-12-13T23:58:24.204Z Checking fixedbitset v0.4.2
20862024-12-13T23:58:24.269Z Checking unicode-width v0.2.0
20872024-12-13T23:58:24.305Z Checking minimal-lexical v0.2.1
20882024-12-13T23:58:24.343Z Checking normalize-line-endings v0.3.0
20892024-12-13T23:58:24.455Z Checking whoami v1.5.2
20902024-12-13T23:58:24.470Z Checking unicode-segmentation v1.12.0
20912024-12-13T23:58:24.509Z Checking petgraph v0.6.5
20922024-12-13T23:58:24.535Z Checking predicates v3.1.2
20932024-12-13T23:58:24.549Z Checking ed25519-dalek v2.1.1
20942024-12-13T23:58:24.680Z Checking nom v7.1.3
20952024-12-13T23:58:24.732Z Checking indicatif v0.17.9
20962024-12-13T23:58:24.748Z Checking tokio-postgres v0.7.12
20972024-12-13T23:58:24.867Z Checking qorb v0.2.1
20982024-12-13T23:58:24.937Z Checking bit-set v0.5.3
20992024-12-13T23:58:25.144Z Checking similar v2.6.0
21002024-12-13T23:58:25.170Z Checking toml v0.7.8
21012024-12-13T23:58:25.187Z Checking string_cache v0.8.7
21022024-12-13T23:58:25.461Z Checking reqwest v0.12.9
21032024-12-13T23:58:25.501Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21042024-12-13T23:58:25.935Z Checking ecdsa v0.16.9
21052024-12-13T23:58:26.008Z Checking rsa v0.9.6
21062024-12-13T23:58:26.658Z Checking clap v4.5.21
21072024-12-13T23:58:26.772Z Checking zip v0.6.6
21082024-12-13T23:58:27.048Z Checking crossterm v0.28.1
21092024-12-13T23:58:27.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21102024-12-13T23:58:27.328Z Checking itertools v0.10.5
21112024-12-13T23:58:27.440Z Checking fs-err v2.11.0
21122024-12-13T23:58:27.455Z Checking ahash v0.8.11
21132024-12-13T23:58:27.559Z Checking x509-cert v0.2.5
21142024-12-13T23:58:27.762Z Checking semver v1.0.23
21152024-12-13T23:58:27.959Z Checking hex v0.4.3
21162024-12-13T23:58:27.981Z Checking peg-runtime v0.8.3
21172024-12-13T23:58:28.008Z Checking lalrpop-util v0.19.12
21182024-12-13T23:58:28.170Z Checking heck v0.4.1
21192024-12-13T23:58:28.199Z Checking sigpipe v0.1.3
21202024-12-13T23:58:29.956Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21212024-12-13T23:58:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.56s
21222024-12-13T23:58:30.427Z
21232024-12-13T23:58:30.427Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21242024-12-13T23:58:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-12-13T23:58:30.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-12-13T23:58:31.082Z Compiling hashbrown v0.14.5
21272024-12-13T23:58:31.201Z Checking heck v0.5.0
21282024-12-13T23:58:31.214Z Compiling unsafe-libyaml v0.2.11
21292024-12-13T23:58:31.227Z Compiling ident_case v1.0.1
21302024-12-13T23:58:31.240Z Checking progenitor-client v0.8.0
21312024-12-13T23:58:31.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21322024-12-13T23:58:31.269Z Compiling proc-macro-crate v1.3.1
21332024-12-13T23:58:31.358Z Compiling darling_core v0.20.10
21342024-12-13T23:58:31.396Z Checking ipnetwork v0.20.0
21352024-12-13T23:58:31.584Z Compiling structmeta-derive v0.3.0
21362024-12-13T23:58:31.587Z Compiling newtype-uuid v1.1.3
21372024-12-13T23:58:31.763Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21382024-12-13T23:58:31.904Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-13T23:58:32.061Z Compiling lzma-sys v0.1.20
21402024-12-13T23:58:32.245Z Compiling foreign-types-macros v0.2.3
21412024-12-13T23:58:32.323Z Checking regress v0.10.1
21422024-12-13T23:58:32.530Z Compiling serde_yaml v0.9.34+deprecated
21432024-12-13T23:58:32.807Z Compiling num_enum_derive v0.5.11
21442024-12-13T23:58:33.102Z Compiling dropshot v0.13.0
21452024-12-13T23:58:33.379Z Checking arc-swap v1.7.1
21462024-12-13T23:58:33.510Z Checking foreign-types-shared v0.3.1
21472024-12-13T23:58:33.625Z Checking foreign-types v0.5.0
21482024-12-13T23:58:33.822Z Checking slog-scope v4.4.0
21492024-12-13T23:58:33.845Z Compiling proc-macro-error v1.0.4
21502024-12-13T23:58:34.489Z Compiling structmeta v0.3.0
21512024-12-13T23:58:34.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-12-13T23:58:34.571Z Checking tungstenite v0.21.0
21532024-12-13T23:58:34.635Z Compiling heck v0.3.3
21542024-12-13T23:58:34.941Z Compiling parse-display-derive v0.10.0
21552024-12-13T23:58:35.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21562024-12-13T23:58:35.378Z Checking num_enum v0.5.11
21572024-12-13T23:58:35.503Z Compiling dropshot_endpoint v0.13.0
21582024-12-13T23:58:35.541Z Checking cstr-argument v0.1.2
21592024-12-13T23:58:35.753Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-12-13T23:58:35.877Z Checking typify-impl v0.2.0
21612024-12-13T23:58:35.929Z Checking instant v0.1.13
21622024-12-13T23:58:36.047Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21632024-12-13T23:58:36.540Z Checking base64 v0.21.7
21642024-12-13T23:58:36.786Z Checking pretty-hex v0.2.1
21652024-12-13T23:58:36.952Z Checking fastrand v2.1.1
21662024-12-13T23:58:37.006Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21672024-12-13T23:58:37.285Z Checking tempfile v3.13.0
21682024-12-13T23:58:37.306Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-12-13T23:58:37.457Z Checking backoff v0.4.0
21702024-12-13T23:58:37.518Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21712024-12-13T23:58:37.657Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-12-13T23:58:37.674Z Checking tokio-tungstenite v0.21.0
21732024-12-13T23:58:37.782Z Checking strum v0.26.3
21742024-12-13T23:58:37.942Z Compiling zone_cfg_derive v0.1.2
21752024-12-13T23:58:37.980Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21762024-12-13T23:58:38.189Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21772024-12-13T23:58:38.324Z Compiling darling_macro v0.20.10
21782024-12-13T23:58:38.396Z Checking slog-stdlog v4.1.1
21792024-12-13T23:58:38.564Z Checking regress v0.9.1
21802024-12-13T23:58:38.595Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21812024-12-13T23:58:38.722Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21822024-12-13T23:58:38.750Z Checking colored v2.1.0
21832024-12-13T23:58:38.988Z Checking macaddr v1.0.1
21842024-12-13T23:58:39.028Z Checking base64 v0.13.1
21852024-12-13T23:58:39.256Z Compiling darling v0.20.10
21862024-12-13T23:58:39.374Z Compiling serde_with_macros v3.11.0
21872024-12-13T23:58:39.433Z Checking ron v0.7.1
21882024-12-13T23:58:39.449Z Checking zone v0.1.8
21892024-12-13T23:58:39.579Z Checking parse-display v0.10.0
21902024-12-13T23:58:39.805Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-12-13T23:58:40.085Z Checking xz2 v0.1.7
21922024-12-13T23:58:40.300Z Checking slog-envlogger v2.2.0
21932024-12-13T23:58:40.393Z Checking tabwriter v1.4.0
21942024-12-13T23:58:40.515Z Checking xattr v1.3.1
21952024-12-13T23:58:40.535Z Checking pem v3.0.4
21962024-12-13T23:58:40.628Z Checking yasna v0.5.2
21972024-12-13T23:58:40.770Z Checking headers-core v0.3.0
21982024-12-13T23:58:40.848Z Checking smf v0.2.3
21992024-12-13T23:58:40.918Z Checking filetime v0.2.25
22002024-12-13T23:58:41.125Z Checking same-file v1.0.6
22012024-12-13T23:58:41.299Z Checking walkdir v2.5.0
22022024-12-13T23:58:41.317Z Checking tar v0.4.42
22032024-12-13T23:58:41.362Z Checking headers v0.4.0
22042024-12-13T23:58:41.558Z Checking rcgen v0.12.1
22052024-12-13T23:58:41.595Z Checking camino-tempfile v1.1.1
22062024-12-13T23:58:41.861Z Checking atomicwrites v0.4.4
22072024-12-13T23:58:42.068Z Checking subprocess v0.2.9
22082024-12-13T23:58:42.268Z Checking serde_with v3.11.0
22092024-12-13T23:58:46.260Z Compiling typify-macro v0.2.0
22102024-12-13T23:58:48.107Z Compiling typify v0.2.0
22112024-12-13T23:58:48.177Z Compiling progenitor-impl v0.8.0
22122024-12-13T23:58:51.385Z Compiling progenitor-macro v0.8.0
22132024-12-13T23:58:56.140Z Checking progenitor v0.8.0
22142024-12-13T23:58:56.292Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22152024-12-13T23:58:56.294Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162024-12-13T23:58:59.002Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22172024-12-13T23:58:59.236Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22182024-12-13T23:59:05.682Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22192024-12-13T23:59:07.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-12-13T23:59:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.07s
22212024-12-13T23:59:08.661Z
22222024-12-13T23:59:08.661Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22232024-12-13T23:59:09.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-12-13T23:59:09.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-12-13T23:59:09.302Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-12-13T23:59:10.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
22272024-12-13T23:59:10.864Z
22282024-12-13T23:59:10.865Zinfo: running `cargo check --bins` on nexus-config (31/173)
22292024-12-13T23:59:11.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-12-13T23:59:11.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-12-13T23:59:11.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-12-13T23:59:11.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22332024-12-13T23:59:11.474Z
22342024-12-13T23:59:11.474Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22352024-12-13T23:59:11.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-12-13T23:59:11.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-12-13T23:59:11.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-12-13T23:59:12.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392024-12-13T23:59:12.064Z
22402024-12-13T23:59:12.064Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22412024-12-13T23:59:12.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-13T23:59:12.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-13T23:59:12.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-12-13T23:59:12.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22452024-12-13T23:59:12.669Z
22462024-12-13T23:59:12.669Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22472024-12-13T23:59:13.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-13T23:59:13.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-13T23:59:13.336Z Compiling zerocopy v0.8.10
22502024-12-13T23:59:13.336Z Compiling progenitor-client v0.8.0
22512024-12-13T23:59:13.336Z Compiling itertools v0.13.0
22522024-12-13T23:59:13.340Z Compiling zerocopy-derive v0.8.10
22532024-12-13T23:59:13.340Z Compiling heapless v0.8.0
22542024-12-13T23:59:13.340Z Compiling newtype-uuid v1.1.3
22552024-12-13T23:59:13.340Z Compiling ipnetwork v0.20.0
22562024-12-13T23:59:13.340Z Checking hash32 v0.3.1
22572024-12-13T23:59:13.673Z Compiling instant v0.1.13
22582024-12-13T23:59:13.737Z Compiling smoltcp v0.11.0
22592024-12-13T23:59:13.817Z Compiling progenitor v0.8.0
22602024-12-13T23:59:13.915Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-12-13T23:59:14.080Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22622024-12-13T23:59:14.359Z Compiling backoff v0.4.0
22632024-12-13T23:59:14.414Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642024-12-13T23:59:14.481Z Compiling dropshot v0.13.0
22652024-12-13T23:59:14.646Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-12-13T23:59:14.713Z Compiling serde_with v3.11.0
22672024-12-13T23:59:14.759Z Compiling parse-display v0.10.0
22682024-12-13T23:59:14.822Z Checking num-rational v0.4.2
22692024-12-13T23:59:15.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702024-12-13T23:59:15.460Z Compiling regress v0.9.1
22712024-12-13T23:59:15.493Z Compiling phf_generator v0.11.2
22722024-12-13T23:59:15.677Z Checking num-complex v0.4.6
22732024-12-13T23:59:16.565Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-12-13T23:59:17.256Z Compiling macaddr v1.0.1
22752024-12-13T23:59:17.673Z Checking cobs v0.2.3
22762024-12-13T23:59:17.743Z Compiling num v0.4.3
22772024-12-13T23:59:17.874Z Checking postcard v1.0.10
22782024-12-13T23:59:17.964Z Compiling phf_codegen v0.11.2
22792024-12-13T23:59:18.437Z Compiling parse-zoneinfo v0.3.1
22802024-12-13T23:59:18.785Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22812024-12-13T23:59:19.058Z Compiling float-ord v0.3.2
22822024-12-13T23:59:19.234Z Compiling convert_case v0.4.0
22832024-12-13T23:59:19.410Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-13T23:59:19.566Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22852024-12-13T23:59:20.370Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22862024-12-13T23:59:20.492Z Compiling derive_more v0.99.18
22872024-12-13T23:59:20.790Z Compiling chrono-tz-build v0.4.0
22882024-12-13T23:59:21.274Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-13T23:59:22.181Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22902024-12-13T23:59:22.288Z Compiling crucible-workspace-hack v0.1.0
22912024-12-13T23:59:22.321Z Compiling thiserror v2.0.3
22922024-12-13T23:59:22.488Z Compiling chrono-tz v0.10.0
22932024-12-13T23:59:22.583Z Checking newline-converter v0.3.0
22942024-12-13T23:59:22.749Z Checking prettyplease v0.2.25
22952024-12-13T23:59:23.117Z Compiling thiserror-impl v2.0.3
22962024-12-13T23:59:23.326Z Compiling slog-dtrace v0.3.0
22972024-12-13T23:59:23.618Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982024-12-13T23:59:23.776Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992024-12-13T23:59:23.926Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23002024-12-13T23:59:24.100Z Checking expectorate v1.1.0
23012024-12-13T23:59:24.265Z Compiling zone_cfg_derive v0.3.0
23022024-12-13T23:59:24.553Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-13T23:59:25.025Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23042024-12-13T23:59:25.083Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-12-13T23:59:25.817Z Compiling const_format_proc_macros v0.2.33
23062024-12-13T23:59:25.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-12-13T23:59:26.334Z Compiling num-derive v0.4.2
23082024-12-13T23:59:26.944Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23092024-12-13T23:59:26.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102024-12-13T23:59:27.182Z Checking highway v1.2.0
23112024-12-13T23:59:27.318Z Checking zone v0.3.0
23122024-12-13T23:59:27.606Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23132024-12-13T23:59:27.972Z Checking const_format v0.2.33
23142024-12-13T23:59:28.052Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23152024-12-13T23:59:28.359Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23162024-12-13T23:59:28.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23172024-12-13T23:59:28.434Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23182024-12-13T23:59:28.578Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23192024-12-13T23:59:28.711Z Checking gethostname v0.5.0
23202024-12-13T23:59:28.851Z Checking bcs v0.1.6
23212024-12-13T23:59:29.040Z Compiling async-recursion v1.1.1
23222024-12-13T23:59:29.983Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232024-12-13T23:59:30.576Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23242024-12-13T23:59:36.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23252024-12-13T23:59:39.657Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262024-12-13T23:59:42.305Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23272024-12-13T23:59:43.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.84s
23282024-12-13T23:59:43.688Z
23292024-12-13T23:59:43.688Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23302024-12-13T23:59:44.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-12-13T23:59:44.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-12-13T23:59:44.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-12-13T23:59:44.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23342024-12-13T23:59:44.312Z
23352024-12-13T23:59:44.312Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23362024-12-13T23:59:44.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-12-13T23:59:44.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-12-13T23:59:44.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-12-13T23:59:44.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23402024-12-13T23:59:44.928Z
23412024-12-13T23:59:44.928Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23422024-12-13T23:59:45.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-12-13T23:59:45.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-12-13T23:59:45.570Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-12-13T23:59:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23462024-12-13T23:59:46.382Z
23472024-12-13T23:59:46.382Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23482024-12-13T23:59:46.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-13T23:59:46.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-13T23:59:47.033Z Compiling cfg_aliases v0.1.1
23512024-12-13T23:59:47.048Z Compiling vte_generate_state_changes v0.1.2
23522024-12-13T23:59:47.049Z Checking fd-lock v4.0.2
23532024-12-13T23:59:47.150Z Checking nibble_vec v0.1.0
23542024-12-13T23:59:47.154Z Checking endian-type v0.1.2
23552024-12-13T23:59:47.154Z Checking bytecount v0.6.8
23562024-12-13T23:59:47.180Z Compiling tabled_derive v0.7.0
23572024-12-13T23:59:47.188Z Checking itertools v0.12.1
23582024-12-13T23:59:47.212Z Compiling nix v0.28.0
23592024-12-13T23:59:47.291Z Checking papergrid v0.11.0
23602024-12-13T23:59:47.306Z Compiling peg-macros v0.8.4
23612024-12-13T23:59:47.325Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23622024-12-13T23:59:47.341Z Checking radix_trie v0.2.1
23632024-12-13T23:59:47.736Z Compiling sqlparser_derive v0.2.2
23642024-12-13T23:59:47.756Z Checking vte v0.11.1
23652024-12-13T23:59:48.431Z Checking nu-ansi-term v0.50.1
23662024-12-13T23:59:48.753Z Checking unicode_categories v0.1.1
23672024-12-13T23:59:48.797Z Checking home v0.5.9
23682024-12-13T23:59:48.873Z Checking sqlparser v0.45.0
23692024-12-13T23:59:48.964Z Checking display-error-chain v0.2.2
23702024-12-13T23:59:49.067Z Checking sqlformat v0.2.6
23712024-12-13T23:59:49.163Z Checking strip-ansi-escapes v0.2.0
23722024-12-13T23:59:49.697Z Checking tabled v0.15.0
23732024-12-13T23:59:49.765Z Checking reedline v0.35.0
23742024-12-13T23:59:50.339Z Checking rustyline v14.0.0
23752024-12-13T23:59:50.393Z Checking peg v0.8.4
23762024-12-13T23:59:59.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
23772024-12-13T23:59:59.724Z
23782024-12-13T23:59:59.724Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23792024-12-14T00:00:00.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-12-14T00:00:00.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-12-14T00:00:00.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-12-14T00:00:05.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
23832024-12-14T00:00:05.532Z
23842024-12-14T00:00:05.532Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23852024-12-14T00:00:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-12-14T00:00:06.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-12-14T00:00:06.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-14T00:00:09.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
23892024-12-14T00:00:10.097Z
23902024-12-14T00:00:10.097Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23912024-12-14T00:00:10.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-12-14T00:00:10.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-12-14T00:00:10.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-12-14T00:00:15.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
23952024-12-14T00:00:15.679Z
23962024-12-14T00:00:15.679Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23972024-12-14T00:00:16.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-14T00:00:16.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-14T00:00:16.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-14T00:00:21.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24012024-12-14T00:00:21.251Z
24022024-12-14T00:00:21.251Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24032024-12-14T00:00:21.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-14T00:00:21.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-14T00:00:21.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-14T00:00:25.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
24072024-12-14T00:00:25.979Z
24082024-12-14T00:00:25.980Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24092024-12-14T00:00:26.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-14T00:00:26.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-14T00:00:26.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-14T00:00:30.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
24132024-12-14T00:00:30.799Z
24142024-12-14T00:00:30.799Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24152024-12-14T00:00:31.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-14T00:00:31.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-14T00:00:31.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-12-14T00:00:36.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24192024-12-14T00:00:36.539Z
24202024-12-14T00:00:36.539Zinfo: running `cargo check --bins` on oximeter (46/173)
24212024-12-14T00:00:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-14T00:00:37.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-14T00:00:37.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-12-14T00:00:37.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24252024-12-14T00:00:37.153Z
24262024-12-14T00:00:37.153Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24272024-12-14T00:00:37.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-14T00:00:37.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-14T00:00:37.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-12-14T00:00:37.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24312024-12-14T00:00:37.746Z
24322024-12-14T00:00:37.746Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24332024-12-14T00:00:38.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-14T00:00:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-14T00:00:38.362Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24362024-12-14T00:00:38.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24372024-12-14T00:00:38.972Z
24382024-12-14T00:00:38.972Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24392024-12-14T00:00:39.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-14T00:00:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-14T00:00:39.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-14T00:00:39.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24432024-12-14T00:00:39.584Z
24442024-12-14T00:00:39.584Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24452024-12-14T00:00:40.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-14T00:00:40.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-14T00:00:40.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-14T00:00:40.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24492024-12-14T00:00:40.197Z
24502024-12-14T00:00:40.197Zinfo: running `cargo check --bins` on oxql-types (51/173)
24512024-12-14T00:00:40.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-14T00:00:40.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-14T00:00:40.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-12-14T00:00:40.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24552024-12-14T00:00:40.820Z
24562024-12-14T00:00:40.820Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24572024-12-14T00:00:41.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-14T00:00:41.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-14T00:00:41.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-14T00:00:41.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24612024-12-14T00:00:41.467Z
24622024-12-14T00:00:41.467Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24632024-12-14T00:00:43.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-14T00:00:43.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-14T00:00:43.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-14T00:00:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672024-12-14T00:00:43.084Z
24682024-12-14T00:00:43.084Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24692024-12-14T00:00:43.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-14T00:00:43.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-14T00:00:43.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-14T00:00:43.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24732024-12-14T00:00:43.085Z
24742024-12-14T00:00:43.085Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24752024-12-14T00:00:43.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-14T00:00:43.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-14T00:00:43.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-14T00:00:43.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24792024-12-14T00:00:43.338Z
24802024-12-14T00:00:43.338Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24812024-12-14T00:00:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-14T00:00:43.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-14T00:00:43.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-14T00:00:43.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852024-12-14T00:00:43.958Z
24862024-12-14T00:00:43.958Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24872024-12-14T00:00:44.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-14T00:00:44.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-14T00:00:44.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-14T00:00:44.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24912024-12-14T00:00:44.575Z
24922024-12-14T00:00:44.575Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24932024-12-14T00:00:45.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-14T00:00:45.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-14T00:00:45.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-14T00:00:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24972024-12-14T00:00:45.177Z
24982024-12-14T00:00:45.177Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24992024-12-14T00:00:45.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-14T00:00:45.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-14T00:00:45.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-14T00:00:45.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25032024-12-14T00:00:45.814Z
25042024-12-14T00:00:45.814Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25052024-12-14T00:00:46.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-14T00:00:46.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-14T00:00:46.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-14T00:00:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092024-12-14T00:00:46.437Z
25102024-12-14T00:00:46.437Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25112024-12-14T00:00:46.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-14T00:00:46.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-14T00:00:46.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-14T00:00:46.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-12-14T00:00:47.052Z
25162024-12-14T00:00:47.053Zinfo: running `cargo check --bins` on dpd-client (62/173)
25172024-12-14T00:00:47.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-14T00:00:47.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-14T00:00:47.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-14T00:00:47.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25212024-12-14T00:00:47.664Z
25222024-12-14T00:00:47.665Zinfo: running `cargo check --bins` on gateway-client (63/173)
25232024-12-14T00:00:48.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-14T00:00:48.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-14T00:00:48.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-14T00:00:48.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25272024-12-14T00:00:48.265Z
25282024-12-14T00:00:48.265Zinfo: running `cargo check --bins` on installinator-client (64/173)
25292024-12-14T00:00:48.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-14T00:00:48.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-14T00:00:48.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-14T00:00:48.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25332024-12-14T00:00:48.898Z
25342024-12-14T00:00:48.898Zinfo: running `cargo check --bins` on installinator-common (65/173)
25352024-12-14T00:00:49.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-14T00:00:49.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-14T00:00:49.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-14T00:00:49.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25392024-12-14T00:00:49.534Z
25402024-12-14T00:00:49.534Zinfo: running `cargo check --bins` on update-engine (66/173)
25412024-12-14T00:00:50.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-14T00:00:50.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-14T00:00:50.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-14T00:00:50.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25452024-12-14T00:00:50.139Z
25462024-12-14T00:00:50.139Zinfo: running `cargo check --bins` on nexus-client (67/173)
25472024-12-14T00:00:50.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-14T00:00:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-14T00:00:50.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-14T00:00:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-12-14T00:00:50.785Z
25522024-12-14T00:00:50.785Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25532024-12-14T00:00:51.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-14T00:00:51.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-14T00:00:51.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-14T00:00:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25572024-12-14T00:00:51.412Z
25582024-12-14T00:00:51.412Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25592024-12-14T00:00:52.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-14T00:00:52.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-14T00:00:52.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-14T00:00:52.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-12-14T00:00:52.156Z
25642024-12-14T00:00:52.156Zinfo: running `cargo check --bins` on nexus-types (70/173)
25652024-12-14T00:00:52.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-14T00:00:52.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-14T00:00:52.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-14T00:00:52.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25692024-12-14T00:00:52.655Z
25702024-12-14T00:00:52.655Zinfo: running `cargo check --bins` on oxide-client (71/173)
25712024-12-14T00:00:53.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-14T00:00:53.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-14T00:00:53.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-14T00:00:53.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25752024-12-14T00:00:53.258Z
25762024-12-14T00:00:53.258Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25772024-12-14T00:00:53.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-14T00:00:53.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-14T00:00:53.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-14T00:00:53.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-12-14T00:00:53.870Z
25822024-12-14T00:00:53.871Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25832024-12-14T00:00:54.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-14T00:00:54.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-14T00:00:54.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-14T00:00:54.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25872024-12-14T00:00:54.472Z
25882024-12-14T00:00:54.472Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25892024-12-14T00:00:55.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-14T00:00:55.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-14T00:00:55.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-14T00:00:55.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25932024-12-14T00:00:55.107Z
25942024-12-14T00:00:55.107Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25952024-12-14T00:00:55.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-14T00:00:55.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-14T00:00:55.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-14T00:00:55.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25992024-12-14T00:00:55.768Z
26002024-12-14T00:00:55.768Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26012024-12-14T00:00:56.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-14T00:00:56.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-14T00:00:56.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-14T00:00:56.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26052024-12-14T00:00:56.411Z
26062024-12-14T00:00:56.411Zinfo: running `cargo check --bins` on wicket-common (77/173)
26072024-12-14T00:00:56.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-14T00:00:56.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-14T00:00:56.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-14T00:00:56.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26112024-12-14T00:00:57.051Z
26122024-12-14T00:00:57.052Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26132024-12-14T00:00:57.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-14T00:00:57.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-14T00:00:57.702Z Checking csv-core v0.1.11
26162024-12-14T00:00:57.702Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26172024-12-14T00:00:57.704Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26182024-12-14T00:00:58.011Z Checking csv v1.3.0
26192024-12-14T00:00:58.035Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26202024-12-14T00:00:58.574Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212024-12-14T00:00:58.910Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26222024-12-14T00:01:00.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
26232024-12-14T00:01:00.354Z
26242024-12-14T00:01:00.354Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26252024-12-14T00:01:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-14T00:01:00.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-14T00:01:00.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-14T00:01:00.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26292024-12-14T00:01:00.980Z
26302024-12-14T00:01:00.980Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26312024-12-14T00:01:01.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-14T00:01:01.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-14T00:01:01.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-14T00:01:01.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26352024-12-14T00:01:01.597Z
26362024-12-14T00:01:01.597Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26372024-12-14T00:01:02.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-14T00:01:02.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-14T00:01:02.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-14T00:01:02.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26412024-12-14T00:01:02.316Z
26422024-12-14T00:01:02.316Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26432024-12-14T00:01:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-14T00:01:02.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-14T00:01:02.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-14T00:01:02.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26472024-12-14T00:01:03.027Z
26482024-12-14T00:01:03.027Zinfo: running `cargo check --bins` on dns-server (83/173)
26492024-12-14T00:01:03.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-14T00:01:03.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-14T00:01:03.658Z Compiling parking_lot_core v0.8.6
26522024-12-14T00:01:03.658Z Checking fxhash v0.2.1
26532024-12-14T00:01:03.660Z Checking hickory-server v0.24.1
26542024-12-14T00:01:03.660Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26552024-12-14T00:01:03.758Z Checking hickory-client v0.24.1
26562024-12-14T00:01:04.314Z Checking parking_lot v0.11.2
26572024-12-14T00:01:04.465Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26582024-12-14T00:01:04.468Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592024-12-14T00:01:04.550Z Checking sled v0.34.7
26602024-12-14T00:01:06.350Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26612024-12-14T00:01:07.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
26622024-12-14T00:01:07.749Z
26632024-12-14T00:01:07.749Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26642024-12-14T00:01:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-12-14T00:01:08.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-12-14T00:01:08.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-12-14T00:01:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26682024-12-14T00:01:08.358Z
26692024-12-14T00:01:08.358Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26702024-12-14T00:01:08.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-14T00:01:08.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-14T00:01:08.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-14T00:01:08.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26742024-12-14T00:01:09.023Z
26752024-12-14T00:01:09.023Zinfo: running `cargo check --bins` on gateway-types (86/173)
26762024-12-14T00:01:09.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-14T00:01:09.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-14T00:01:09.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-14T00:01:09.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26802024-12-14T00:01:09.636Z
26812024-12-14T00:01:09.636Zinfo: running `cargo check --bins` on ipcc (87/173)
26822024-12-14T00:01:10.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-14T00:01:10.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-14T00:01:10.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-14T00:01:10.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26862024-12-14T00:01:10.248Z
26872024-12-14T00:01:10.248Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26882024-12-14T00:01:10.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-14T00:01:10.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-14T00:01:10.935Z Compiling radium v0.7.0
26912024-12-14T00:01:10.935Z Compiling semver v0.1.20
26922024-12-14T00:01:10.938Z Compiling maybe-uninit v2.0.0
26932024-12-14T00:01:11.042Z Checking tap v1.0.1
26942024-12-14T00:01:11.064Z Checking password-hash v0.5.0
26952024-12-14T00:01:11.067Z Checking blake2 v0.10.6
26962024-12-14T00:01:11.067Z Compiling cancel-safe-futures v0.1.5
26972024-12-14T00:01:11.067Z Compiling owo-colors v4.1.0
26982024-12-14T00:01:11.359Z Compiling packed_struct v0.10.1
26992024-12-14T00:01:11.410Z Compiling rustc_version v0.1.7
27002024-12-14T00:01:11.496Z Checking wyz v0.5.1
27012024-12-14T00:01:11.496Z Checking crc-catalog v2.4.0
27022024-12-14T00:01:11.529Z Checking funty v2.0.0
27032024-12-14T00:01:11.574Z Checking argon2 v0.5.3
27042024-12-14T00:01:11.635Z Checking crc v3.2.1
27052024-12-14T00:01:11.755Z Compiling packed_struct_codegen v0.10.1
27062024-12-14T00:01:11.810Z Checking half v2.4.1
27072024-12-14T00:01:11.848Z Compiling indexmap v1.9.3
27082024-12-14T00:01:11.892Z Checking nodrop v0.1.14
27092024-12-14T00:01:11.910Z Compiling newtype_derive v0.1.6
27102024-12-14T00:01:12.012Z Checking ciborium-io v0.2.2
27112024-12-14T00:01:12.058Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27122024-12-14T00:01:12.149Z Checking array-init v0.0.4
27132024-12-14T00:01:12.172Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27142024-12-14T00:01:12.265Z Checking ciborium-ll v0.2.2
27152024-12-14T00:01:12.282Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27162024-12-14T00:01:12.398Z Checking bitvec v1.0.1
27172024-12-14T00:01:12.559Z Checking smallvec v0.6.14
27182024-12-14T00:01:12.579Z Checking libsw v3.3.1
27192024-12-14T00:01:12.830Z Compiling memoffset v0.9.1
27202024-12-14T00:01:12.851Z Checking hashbrown v0.12.3
27212024-12-14T00:01:12.924Z Checking bitfield v0.14.0
27222024-12-14T00:01:12.942Z Checking termcolor v1.4.1
27232024-12-14T00:01:13.104Z Checking swrite v0.1.0
27242024-12-14T00:01:13.137Z Checking indent_write v2.2.0
27252024-12-14T00:01:13.215Z Checking linear-map v1.2.0
27262024-12-14T00:01:13.345Z Checking serde-hex v0.1.0
27272024-12-14T00:01:13.376Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27282024-12-14T00:01:13.394Z Checking env_logger v0.10.2
27292024-12-14T00:01:13.543Z Checking ron v0.8.1
27302024-12-14T00:01:13.828Z Checking ciborium v0.2.2
27312024-12-14T00:01:14.190Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27322024-12-14T00:01:14.554Z Checking steno v0.4.1
27332024-12-14T00:01:14.728Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27342024-12-14T00:01:14.777Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352024-12-14T00:01:14.805Z Checking hashbrown v0.13.2
27362024-12-14T00:01:14.981Z Checking crc-any v2.5.0
27372024-12-14T00:01:15.042Z Checking humantime v2.1.0
27382024-12-14T00:01:15.342Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-12-14T00:01:15.386Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27402024-12-14T00:01:15.768Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27412024-12-14T00:01:15.891Z Checking object v0.30.4
27422024-12-14T00:01:16.039Z Checking path-slash v0.1.5
27432024-12-14T00:01:16.155Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-12-14T00:01:16.187Z Checking nix v0.27.1
27452024-12-14T00:01:16.769Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27462024-12-14T00:01:17.173Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27472024-12-14T00:01:17.274Z Checking tungstenite v0.23.0
27482024-12-14T00:01:17.410Z Checking kstat-rs v0.2.4
27492024-12-14T00:01:17.527Z Checking signal-hook-tokio v0.3.1
27502024-12-14T00:01:17.763Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27512024-12-14T00:01:18.010Z Checking tokio-tungstenite v0.23.1
27522024-12-14T00:01:18.530Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27532024-12-14T00:01:18.893Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27542024-12-14T00:01:18.970Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552024-12-14T00:01:25.617Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-14T00:01:26.903Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27572024-12-14T00:01:29.653Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582024-12-14T00:01:35.243Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592024-12-14T00:01:35.950Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602024-12-14T00:01:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s
27612024-12-14T00:01:38.922Z
27622024-12-14T00:01:38.922Zinfo: running `cargo check --bins` on gateway-api (89/173)
27632024-12-14T00:01:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-12-14T00:01:39.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-12-14T00:01:39.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-12-14T00:01:39.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27672024-12-14T00:01:39.537Z
27682024-12-14T00:01:39.537Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27692024-12-14T00:01:40.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-14T00:01:40.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-14T00:01:40.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-14T00:01:40.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27732024-12-14T00:01:40.135Z
27742024-12-14T00:01:40.136Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27752024-12-14T00:01:40.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-14T00:01:40.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-14T00:01:40.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-14T00:01:40.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27792024-12-14T00:01:40.765Z
27802024-12-14T00:01:40.765Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27812024-12-14T00:01:41.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-14T00:01:41.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-14T00:01:41.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-14T00:01:41.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27852024-12-14T00:01:41.379Z
27862024-12-14T00:01:41.379Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27872024-12-14T00:01:41.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-14T00:01:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-14T00:01:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-14T00:01:41.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27912024-12-14T00:01:41.988Z
27922024-12-14T00:01:41.988Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27932024-12-14T00:01:42.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-14T00:01:42.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-14T00:01:42.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-14T00:01:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27972024-12-14T00:01:42.598Z
27982024-12-14T00:01:42.598Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27992024-12-14T00:01:43.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-14T00:01:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-14T00:01:43.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-14T00:01:43.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28032024-12-14T00:01:43.210Z
28042024-12-14T00:01:43.210Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28052024-12-14T00:01:43.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-14T00:01:43.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-14T00:01:43.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-14T00:01:43.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28092024-12-14T00:01:43.821Z
28102024-12-14T00:01:43.821Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28112024-12-14T00:01:44.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-14T00:01:44.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-14T00:01:44.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-14T00:01:44.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152024-12-14T00:01:44.456Z
28162024-12-14T00:01:44.456Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28172024-12-14T00:01:44.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-14T00:01:44.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-14T00:01:44.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-14T00:01:44.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28212024-12-14T00:01:45.067Z
28222024-12-14T00:01:45.067Zinfo: running `cargo check --bins` on sp-sim (99/173)
28232024-12-14T00:01:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-14T00:01:45.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-14T00:01:45.696Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28262024-12-14T00:01:47.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28272024-12-14T00:01:47.705Z
28282024-12-14T00:01:47.705Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28292024-12-14T00:01:48.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-14T00:01:48.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-14T00:01:48.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-14T00:01:48.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28332024-12-14T00:01:48.360Z
28342024-12-14T00:01:48.360Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28352024-12-14T00:01:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-14T00:01:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-14T00:01:48.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-14T00:01:48.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28392024-12-14T00:01:49.025Z
28402024-12-14T00:01:49.025Zinfo: running `cargo check --bins` on db-macros (102/173)
28412024-12-14T00:01:49.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-14T00:01:49.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-14T00:01:49.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-14T00:01:49.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28452024-12-14T00:01:49.621Z
28462024-12-14T00:01:49.621Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28472024-12-14T00:01:50.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-14T00:01:50.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-14T00:01:50.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-14T00:01:50.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28512024-12-14T00:01:50.219Z
28522024-12-14T00:01:50.219Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28532024-12-14T00:01:50.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-14T00:01:50.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-14T00:01:50.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-14T00:01:50.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28572024-12-14T00:01:50.885Z
28582024-12-14T00:01:50.885Zinfo: running `cargo check --bins` on authz-macros (105/173)
28592024-12-14T00:01:51.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-14T00:01:51.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-14T00:01:51.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-14T00:01:51.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28632024-12-14T00:01:51.480Z
28642024-12-14T00:01:51.480Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28652024-12-14T00:01:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-14T00:01:52.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-14T00:01:52.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-14T00:01:52.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28692024-12-14T00:01:52.120Z
28702024-12-14T00:01:52.120Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28712024-12-14T00:01:52.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-14T00:01:52.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-14T00:01:52.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-14T00:01:52.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28752024-12-14T00:01:52.759Z
28762024-12-14T00:01:52.759Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28772024-12-14T00:01:53.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-14T00:01:53.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-14T00:01:53.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-14T00:01:53.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812024-12-14T00:01:53.371Z
28822024-12-14T00:01:53.371Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28832024-12-14T00:01:53.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-14T00:01:53.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-14T00:01:53.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-14T00:01:53.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28872024-12-14T00:01:54.008Z
28882024-12-14T00:01:54.008Zinfo: running `cargo check --bins` on typed-rng (110/173)
28892024-12-14T00:01:54.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-14T00:01:54.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-14T00:01:54.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-14T00:01:54.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28932024-12-14T00:01:54.600Z
28942024-12-14T00:01:54.600Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28952024-12-14T00:01:55.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-14T00:01:55.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-14T00:01:55.324Z Checking keccak v0.1.5
28982024-12-14T00:01:55.434Z Checking secrecy v0.8.0
28992024-12-14T00:01:55.437Z Compiling unicase v2.7.0
29002024-12-14T00:01:55.446Z Compiling same-file v1.0.6
29012024-12-14T00:01:55.458Z Compiling tempfile v3.13.0
29022024-12-14T00:01:55.481Z Compiling thiserror-impl-no-std v2.0.2
29032024-12-14T00:01:55.484Z Checking universal-hash v0.5.1
29042024-12-14T00:01:55.484Z Compiling blake3 v1.5.4
29052024-12-14T00:01:55.633Z Compiling walkdir v2.5.0
29062024-12-14T00:01:55.673Z Compiling ring v0.16.20
29072024-12-14T00:01:55.715Z Checking sha3 v0.10.8
29082024-12-14T00:01:55.737Z Checking opaque-debug v0.3.1
29092024-12-14T00:01:55.831Z Checking poly1305 v0.8.0
29102024-12-14T00:01:55.876Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29112024-12-14T00:01:56.122Z Checking chacha20 v0.9.1
29122024-12-14T00:01:56.172Z Checking aead v0.5.2
29132024-12-14T00:01:56.308Z Compiling memmap2 v0.9.5
29142024-12-14T00:01:56.344Z Compiling arrayvec v0.7.6
29152024-12-14T00:01:56.385Z Compiling constant_time_eq v0.3.1
29162024-12-14T00:01:56.411Z Compiling arrayref v0.3.9
29172024-12-14T00:01:56.455Z Compiling spin v0.5.2
29182024-12-14T00:01:56.509Z Compiling salty v0.3.0
29192024-12-14T00:01:56.567Z Compiling libefi-sys v0.1.0
29202024-12-14T00:01:56.675Z Checking chacha20poly1305 v0.10.1
29212024-12-14T00:01:56.779Z Compiling toolchain_find v0.4.0
29222024-12-14T00:01:56.849Z Compiling camino-tempfile v1.1.1
29232024-12-14T00:01:56.871Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29242024-12-14T00:01:56.925Z Compiling bitfield-struct v0.6.2
29252024-12-14T00:01:57.214Z Compiling topological-sort v0.2.2
29262024-12-14T00:01:57.298Z Compiling mime_guess v2.0.5
29272024-12-14T00:01:57.384Z Compiling rustfmt-wrapper v0.2.1
29282024-12-14T00:01:57.852Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29292024-12-14T00:01:57.950Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29302024-12-14T00:01:57.995Z Checking primeorder v0.13.6
29312024-12-14T00:01:58.019Z Checking env_filter v0.1.2
29322024-12-14T00:01:58.234Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-12-14T00:01:58.352Z Checking env_logger v0.11.5
29342024-12-14T00:01:58.394Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352024-12-14T00:01:58.469Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29362024-12-14T00:01:58.487Z Checking p384 v0.13.0
29372024-12-14T00:01:58.586Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29382024-12-14T00:01:58.670Z Checking thiserror-no-std v2.0.2
29392024-12-14T00:01:58.777Z Checking vsss-rs v3.3.4
29402024-12-14T00:01:58.828Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29412024-12-14T00:01:58.921Z Checking lockfree-object-pool v0.1.6
29422024-12-14T00:01:58.946Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-12-14T00:01:59.072Z Checking bumpalo v3.16.0
29442024-12-14T00:01:59.169Z Checking http-range v0.1.5
29452024-12-14T00:01:59.214Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29462024-12-14T00:01:59.355Z Checking simd-adler32 v0.3.7
29472024-12-14T00:01:59.408Z Compiling zip v2.1.3
29482024-12-14T00:01:59.425Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29492024-12-14T00:01:59.573Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29502024-12-14T00:01:59.682Z Checking zopfli v0.8.1
29512024-12-14T00:01:59.734Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29522024-12-14T00:01:59.872Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29532024-12-14T00:02:00.177Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29542024-12-14T00:02:00.352Z Checking nanorand v0.7.0
29552024-12-14T00:02:00.380Z Checking atty v0.2.14
29562024-12-14T00:02:00.451Z Checking glob v0.3.1
29572024-12-14T00:02:00.509Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29582024-12-14T00:02:00.757Z Checking flume v0.11.1
29592024-12-14T00:02:00.813Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29602024-12-14T00:02:00.922Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-12-14T00:02:01.291Z Compiling omicron-zone-package v0.11.1
29622024-12-14T00:02:01.445Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29632024-12-14T00:02:02.227Z Checking hyper-staticfile v0.10.1
29642024-12-14T00:02:02.928Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29652024-12-14T00:02:02.957Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29662024-12-14T00:02:03.320Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29672024-12-14T00:02:03.337Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29682024-12-14T00:02:03.403Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29692024-12-14T00:02:03.405Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29702024-12-14T00:02:03.968Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29712024-12-14T00:02:04.736Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29722024-12-14T00:02:05.674Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29732024-12-14T00:02:07.710Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29742024-12-14T00:02:07.713Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29752024-12-14T00:02:17.496Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29762024-12-14T00:02:30.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.29s
29772024-12-14T00:02:31.069Z
29782024-12-14T00:02:31.069Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29792024-12-14T00:02:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-12-14T00:02:31.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-12-14T00:02:31.787Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-12-14T00:02:45.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
29832024-12-14T00:02:45.363Z
29842024-12-14T00:02:45.363Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29852024-12-14T00:02:45.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-12-14T00:02:45.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-12-14T00:02:46.093Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-14T00:02:59.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
29892024-12-14T00:02:59.915Z
29902024-12-14T00:02:59.915Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29912024-12-14T00:03:00.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-14T00:03:00.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-14T00:03:00.662Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-14T00:03:14.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
29952024-12-14T00:03:14.423Z
29962024-12-14T00:03:14.423Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29972024-12-14T00:03:15.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-14T00:03:15.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-14T00:03:15.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-14T00:03:28.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
30012024-12-14T00:03:28.989Z
30022024-12-14T00:03:28.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30032024-12-14T00:03:29.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-14T00:03:29.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-14T00:03:29.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-14T00:03:43.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
30072024-12-14T00:03:43.503Z
30082024-12-14T00:03:43.503Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30092024-12-14T00:03:44.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-14T00:03:44.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-14T00:03:44.223Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-14T00:03:57.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30132024-12-14T00:03:57.949Z
30142024-12-14T00:03:57.950Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30152024-12-14T00:03:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-14T00:03:58.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-14T00:03:58.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-12-14T00:04:12.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
30192024-12-14T00:04:12.319Z
30202024-12-14T00:04:12.319Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30212024-12-14T00:04:12.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-14T00:04:12.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-14T00:04:12.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-12-14T00:04:12.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30252024-12-14T00:04:12.968Z
30262024-12-14T00:04:12.968Zinfo: running `cargo check --bins` on key-manager (120/173)
30272024-12-14T00:04:13.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-14T00:04:13.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-14T00:04:13.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-12-14T00:04:13.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30312024-12-14T00:04:13.590Z
30322024-12-14T00:04:13.590Zinfo: running `cargo check --bins` on range-requests (121/173)
30332024-12-14T00:04:14.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-14T00:04:14.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-14T00:04:14.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-14T00:04:14.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30372024-12-14T00:04:14.198Z
30382024-12-14T00:04:14.198Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30392024-12-14T00:04:14.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-14T00:04:14.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-14T00:04:14.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-14T00:04:14.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30432024-12-14T00:04:14.824Z
30442024-12-14T00:04:14.824Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30452024-12-14T00:04:15.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-14T00:04:15.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-14T00:04:15.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-14T00:04:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30492024-12-14T00:04:15.482Z
30502024-12-14T00:04:15.482Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30512024-12-14T00:04:16.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-14T00:04:16.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-14T00:04:16.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-14T00:04:16.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552024-12-14T00:04:16.129Z
30562024-12-14T00:04:16.130Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30572024-12-14T00:04:16.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-14T00:04:16.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-14T00:04:16.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-14T00:04:16.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30612024-12-14T00:04:16.759Z
30622024-12-14T00:04:16.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30632024-12-14T00:04:17.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-14T00:04:17.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-14T00:04:17.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-14T00:04:17.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30672024-12-14T00:04:17.393Z
30682024-12-14T00:04:17.393Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30692024-12-14T00:04:17.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-14T00:04:17.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-14T00:04:17.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-14T00:04:17.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30732024-12-14T00:04:18.034Z
30742024-12-14T00:04:18.034Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30752024-12-14T00:04:18.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-14T00:04:18.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-14T00:04:18.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-12-14T00:04:18.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792024-12-14T00:04:18.673Z
30802024-12-14T00:04:18.673Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30812024-12-14T00:04:19.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-12-14T00:04:19.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-12-14T00:04:19.347Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30842024-12-14T00:04:19.347Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30852024-12-14T00:04:20.226Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30862024-12-14T00:04:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
30872024-12-14T00:04:22.448Z
30882024-12-14T00:04:22.448Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30892024-12-14T00:04:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-14T00:04:22.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-14T00:04:22.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922024-12-14T00:04:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30932024-12-14T00:04:23.068Z
30942024-12-14T00:04:23.068Zinfo: running `cargo check --bins` on cert-dev (131/173)
30952024-12-14T00:04:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-14T00:04:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-14T00:04:23.671Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30982024-12-14T00:04:23.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30992024-12-14T00:04:24.105Z
31002024-12-14T00:04:24.105Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31012024-12-14T00:04:24.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-14T00:04:24.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-14T00:04:24.770Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31042024-12-14T00:04:24.770Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31052024-12-14T00:04:25.355Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31062024-12-14T00:04:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31072024-12-14T00:04:25.915Z
31082024-12-14T00:04:25.915Zinfo: running `cargo check --bins` on ch-dev (133/173)
31092024-12-14T00:04:26.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-14T00:04:26.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-14T00:04:26.568Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31122024-12-14T00:04:27.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31132024-12-14T00:04:27.447Z
31142024-12-14T00:04:27.447Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31152024-12-14T00:04:28.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-14T00:04:28.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-14T00:04:28.096Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31182024-12-14T00:04:28.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31192024-12-14T00:04:28.633Z
31202024-12-14T00:04:28.633Zinfo: running `cargo check --bins` on db-dev (135/173)
31212024-12-14T00:04:29.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-14T00:04:29.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-14T00:04:29.291Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31242024-12-14T00:04:30.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31252024-12-14T00:04:30.193Z
31262024-12-14T00:04:30.193Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31272024-12-14T00:04:30.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-14T00:04:30.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-14T00:04:30.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302024-12-14T00:04:30.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31312024-12-14T00:04:30.832Z
31322024-12-14T00:04:30.832Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31332024-12-14T00:04:31.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-14T00:04:31.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-14T00:04:31.432Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31362024-12-14T00:04:32.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31372024-12-14T00:04:32.470Z
31382024-12-14T00:04:32.470Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31392024-12-14T00:04:32.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-14T00:04:32.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-14T00:04:33.069Z Checking cargo-platform v0.1.8
31422024-12-14T00:04:33.337Z Checking cargo_metadata v0.18.1
31432024-12-14T00:04:34.301Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31442024-12-14T00:04:35.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31452024-12-14T00:04:35.206Z
31462024-12-14T00:04:35.206Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31472024-12-14T00:04:35.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-12-14T00:04:35.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-12-14T00:04:35.912Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31502024-12-14T00:04:36.633Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31512024-12-14T00:04:37.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31522024-12-14T00:04:37.381Z
31532024-12-14T00:04:37.381Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31542024-12-14T00:04:37.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-12-14T00:04:37.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-12-14T00:04:38.146Z Compiling crunchy v0.2.2
31572024-12-14T00:04:38.146Z Compiling tiny-keccak v2.0.2
31582024-12-14T00:04:38.149Z Compiling dsl_auto_type v0.1.2
31592024-12-14T00:04:38.149Z Checking scheduled-thread-pool v0.2.7
31602024-12-14T00:04:38.149Z Compiling diesel_table_macro_syntax v0.2.0
31612024-12-14T00:04:38.149Z Compiling ascii-canvas v3.0.0
31622024-12-14T00:04:38.260Z Compiling ena v0.14.3
31632024-12-14T00:04:38.271Z Compiling diff v0.1.13
31642024-12-14T00:04:38.469Z Checking r2d2 v0.8.10
31652024-12-14T00:04:38.582Z Compiling regex-syntax v0.6.29
31662024-12-14T00:04:38.691Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31672024-12-14T00:04:38.711Z Compiling ref-cast v1.0.23
31682024-12-14T00:04:38.793Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31692024-12-14T00:04:38.878Z Compiling derive_builder_core v0.20.2
31702024-12-14T00:04:38.906Z Compiling libxml v0.3.3
31712024-12-14T00:04:38.934Z Compiling ref-cast-impl v1.0.23
31722024-12-14T00:04:39.069Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31732024-12-14T00:04:39.309Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31742024-12-14T00:04:39.328Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31752024-12-14T00:04:39.484Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31762024-12-14T00:04:39.602Z Compiling strum_macros v0.24.3
31772024-12-14T00:04:39.635Z Compiling samael v0.0.17
31782024-12-14T00:04:39.896Z Compiling indoc v1.0.9
31792024-12-14T00:04:39.923Z Compiling diesel_derives v2.2.3
31802024-12-14T00:04:40.892Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31812024-12-14T00:04:41.181Z Compiling oso-derive v0.27.3
31822024-12-14T00:04:41.358Z Compiling derive_builder_macro v0.20.2
31832024-12-14T00:04:42.028Z Compiling lalrpop v0.19.12
31842024-12-14T00:04:42.213Z Compiling impl-trait-for-tuples v0.2.2
31852024-12-14T00:04:42.231Z Checking derive_builder v0.20.2
31862024-12-14T00:04:42.389Z Checking quick-xml v0.33.0
31872024-12-14T00:04:42.816Z Compiling diesel-dtrace v0.4.2
31882024-12-14T00:04:43.108Z Checking maplit v1.0.2
31892024-12-14T00:04:43.325Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31902024-12-14T00:04:43.349Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31912024-12-14T00:04:43.626Z Checking bb8 v0.8.5
31922024-12-14T00:04:43.946Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31932024-12-14T00:04:44.116Z Checking castaway v0.2.3
31942024-12-14T00:04:44.239Z Checking rand_seeder v0.3.0
31952024-12-14T00:04:44.302Z Checking compact_str v0.8.0
31962024-12-14T00:04:44.475Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31972024-12-14T00:04:44.509Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982024-12-14T00:04:44.681Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992024-12-14T00:04:45.030Z Checking unicode-truncate v1.1.0
32002024-12-14T00:04:45.216Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32012024-12-14T00:04:45.260Z Checking lru v0.12.5
32022024-12-14T00:04:45.502Z Compiling instability v0.3.2
32032024-12-14T00:04:45.646Z Checking smawk v0.3.2
32042024-12-14T00:04:45.882Z Checking is_ci v1.2.0
32052024-12-14T00:04:46.046Z Checking unicode-linebreak v0.1.5
32062024-12-14T00:04:46.319Z Checking cassowary v0.3.0
32072024-12-14T00:04:46.409Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082024-12-14T00:04:46.472Z Checking textwrap v0.16.1
32092024-12-14T00:04:46.681Z Checking supports-color v3.0.1
32102024-12-14T00:04:46.759Z Checking ratatui v0.28.1
32112024-12-14T00:04:46.876Z Checking multimap v0.10.0
32122024-12-14T00:04:49.883Z Checking diesel v2.2.6
32132024-12-14T00:05:15.787Z Compiling polar-core v0.27.3
32142024-12-14T00:05:18.912Z Checking async-bb8-diesel v0.2.1
32152024-12-14T00:05:23.295Z Checking oso v0.27.3
32162024-12-14T00:06:31.923Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172024-12-14T00:06:37.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32182024-12-14T00:06:38.178Z
32192024-12-14T00:06:38.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32202024-12-14T00:06:38.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-12-14T00:06:38.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-12-14T00:06:38.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-12-14T00:06:38.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32242024-12-14T00:06:38.838Z
32252024-12-14T00:06:38.839Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32262024-12-14T00:06:39.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-12-14T00:06:39.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-12-14T00:06:39.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-12-14T00:06:39.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32302024-12-14T00:06:39.495Z
32312024-12-14T00:06:39.495Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32322024-12-14T00:06:40.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-12-14T00:06:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-12-14T00:06:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-12-14T00:06:40.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32362024-12-14T00:06:40.093Z
32372024-12-14T00:06:40.093Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32382024-12-14T00:06:40.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-12-14T00:06:40.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-12-14T00:06:40.891Z Compiling libz-sys v1.1.20
32412024-12-14T00:06:41.005Z Compiling libgit2-sys v0.17.0+1.8.1
32422024-12-14T00:06:41.014Z Compiling vergen v8.3.2
32432024-12-14T00:06:41.017Z Compiling cargo-platform v0.1.8
32442024-12-14T00:06:41.017Z Compiling pin-project-internal v1.1.6
32452024-12-14T00:06:41.049Z Compiling snafu-derive v0.8.5
32462024-12-14T00:06:41.051Z Compiling libsqlite3-sys v0.30.1
32472024-12-14T00:06:41.051Z Compiling cfg_aliases v0.2.1
32482024-12-14T00:06:41.186Z Compiling rustls v0.21.12
32492024-12-14T00:06:41.295Z Compiling buf-list v1.0.3
32502024-12-14T00:06:41.451Z Compiling cargo_metadata v0.18.1
32512024-12-14T00:06:41.592Z Compiling nix v0.29.0
32522024-12-14T00:06:41.612Z Checking globset v0.4.15
32532024-12-14T00:06:41.957Z Checking olpc-cjson v0.1.4
32542024-12-14T00:06:42.006Z Checking sct v0.7.1
32552024-12-14T00:06:42.104Z Checking rustls-webpki v0.101.7
32562024-12-14T00:06:42.180Z Checking serde_plain v1.0.2
32572024-12-14T00:06:42.209Z Checking typed-path v0.9.3
32582024-12-14T00:06:42.739Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32592024-12-14T00:06:42.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32602024-12-14T00:06:43.009Z Checking hashlink v0.9.1
32612024-12-14T00:06:43.174Z Checking fallible-streaming-iterator v0.1.9
32622024-12-14T00:06:43.416Z Checking fallible-iterator v0.3.0
32632024-12-14T00:06:43.640Z Checking parse-size v1.1.0
32642024-12-14T00:06:44.077Z Checking rusqlite v0.32.1
32652024-12-14T00:06:44.095Z Checking pin-project v1.1.6
32662024-12-14T00:06:44.205Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672024-12-14T00:06:44.224Z Checking rustls-pemfile v1.0.4
32682024-12-14T00:06:44.324Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32692024-12-14T00:06:44.401Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702024-12-14T00:06:44.682Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32712024-12-14T00:06:45.079Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32722024-12-14T00:06:45.132Z Checking twox-hash v1.6.3
32732024-12-14T00:06:45.202Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32742024-12-14T00:06:45.660Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32752024-12-14T00:06:45.715Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762024-12-14T00:06:46.106Z Checking tokio-rustls v0.24.1
32772024-12-14T00:06:46.275Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32782024-12-14T00:06:46.278Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32792024-12-14T00:06:46.470Z Checking fatfs v0.3.6
32802024-12-14T00:06:46.688Z Checking snafu v0.8.5
32812024-12-14T00:06:47.106Z Checking assert_matches v1.5.0
32822024-12-14T00:06:47.184Z Checking tough v0.19.0
32832024-12-14T00:06:51.333Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32842024-12-14T00:06:52.641Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32852024-12-14T00:06:53.068Z Compiling git2 v0.19.0
32862024-12-14T00:06:57.824Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32872024-12-14T00:07:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32882024-12-14T00:07:50.751Z
32892024-12-14T00:07:50.751Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32902024-12-14T00:07:51.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-12-14T00:07:51.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-12-14T00:07:51.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932024-12-14T00:07:51.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32942024-12-14T00:07:51.428Z
32952024-12-14T00:07:51.428Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32962024-12-14T00:07:51.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-12-14T00:07:51.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-12-14T00:07:51.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992024-12-14T00:07:51.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33002024-12-14T00:07:52.028Z
33012024-12-14T00:07:52.028Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33022024-12-14T00:07:52.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-12-14T00:07:52.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-12-14T00:07:52.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-12-14T00:07:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33062024-12-14T00:07:52.670Z
33072024-12-14T00:07:52.670Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33082024-12-14T00:07:53.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-12-14T00:07:53.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-12-14T00:07:53.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-12-14T00:07:53.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33122024-12-14T00:07:53.333Z
33132024-12-14T00:07:53.333Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33142024-12-14T00:07:53.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-14T00:07:53.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-14T00:07:53.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-14T00:07:53.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33182024-12-14T00:07:53.994Z
33192024-12-14T00:07:53.994Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33202024-12-14T00:07:54.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-14T00:07:54.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-14T00:07:54.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-14T00:07:54.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33242024-12-14T00:07:54.653Z
33252024-12-14T00:07:54.653Zinfo: running `cargo check --bins` on update-common (151/173)
33262024-12-14T00:07:55.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-14T00:07:55.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-14T00:07:55.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-14T00:07:55.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33302024-12-14T00:07:55.292Z
33312024-12-14T00:07:55.292Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33322024-12-14T00:07:55.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-14T00:07:55.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-14T00:07:55.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-12-14T00:07:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33362024-12-14T00:07:55.939Z
33372024-12-14T00:07:55.939Zinfo: running `cargo check --bins` on tufaceous (153/173)
33382024-12-14T00:07:56.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-14T00:07:56.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-14T00:07:56.596Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33412024-12-14T00:07:57.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33422024-12-14T00:07:57.754Z
33432024-12-14T00:07:57.754Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33442024-12-14T00:07:58.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-12-14T00:07:58.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-12-14T00:07:58.587Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33472024-12-14T00:07:58.713Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482024-12-14T00:07:58.713Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492024-12-14T00:07:58.715Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502024-12-14T00:08:24.476Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33512024-12-14T00:08:24.476Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33522024-12-14T00:08:24.479Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33532024-12-14T00:08:24.479Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33542024-12-14T00:08:24.479Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33552024-12-14T00:08:25.452Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33562024-12-14T00:08:26.734Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33572024-12-14T00:09:04.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33582024-12-14T00:09:05.161Z
33592024-12-14T00:09:05.161Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33602024-12-14T00:09:05.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-12-14T00:09:05.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-12-14T00:09:05.863Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632024-12-14T00:09:05.866Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33642024-12-14T00:09:05.866Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33652024-12-14T00:09:07.508Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33662024-12-14T00:09:08.403Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33672024-12-14T00:09:09.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
33682024-12-14T00:09:09.684Z
33692024-12-14T00:09:09.684Zinfo: running `cargo check --bins` on installinator-api (156/173)
33702024-12-14T00:09:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-14T00:09:10.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-14T00:09:10.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-12-14T00:09:10.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33742024-12-14T00:09:10.322Z
33752024-12-14T00:09:10.322Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33762024-12-14T00:09:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-14T00:09:10.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-14T00:09:10.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-12-14T00:09:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33802024-12-14T00:09:10.968Z
33812024-12-14T00:09:10.968Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33822024-12-14T00:09:11.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-14T00:09:11.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-14T00:09:11.639Z Compiling petname v2.0.2
33852024-12-14T00:09:11.642Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33862024-12-14T00:09:11.643Z Checking sync-ptr v0.1.1
33872024-12-14T00:09:13.053Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33882024-12-14T00:09:14.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
33892024-12-14T00:09:14.802Z
33902024-12-14T00:09:14.802Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33912024-12-14T00:09:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-14T00:09:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-14T00:09:15.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942024-12-14T00:09:15.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33952024-12-14T00:09:15.450Z
33962024-12-14T00:09:15.450Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33972024-12-14T00:09:16.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-12-14T00:09:16.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-12-14T00:09:16.112Z Checking memmap2 v0.9.5
34002024-12-14T00:09:16.112Z Checking arrayref v0.3.9
34012024-12-14T00:09:16.115Z Checking constant_time_eq v0.3.1
34022024-12-14T00:09:16.115Z Checking spin v0.5.2
34032024-12-14T00:09:16.115Z Checking arrayvec v0.7.6
34042024-12-14T00:09:16.115Z Checking topological-sort v0.2.2
34052024-12-14T00:09:16.115Z Checking shell-words v1.1.0
34062024-12-14T00:09:16.411Z Checking ring v0.16.20
34072024-12-14T00:09:16.515Z Checking blake3 v1.5.4
34082024-12-14T00:09:17.527Z Checking omicron-zone-package v0.11.1
34092024-12-14T00:09:18.640Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34102024-12-14T00:09:19.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
34112024-12-14T00:09:19.718Z
34122024-12-14T00:09:19.719Zinfo: running `cargo check --bins` on xtask (161/173)
34132024-12-14T00:09:20.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-14T00:09:20.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-14T00:09:20.141Z Checking bitflags v2.6.0
34162024-12-14T00:09:20.143Z Checking serde v1.0.215
34172024-12-14T00:09:20.143Z Checking thiserror v1.0.69
34182024-12-14T00:09:20.235Z Checking scroll v0.12.0
34192024-12-14T00:09:20.238Z Checking log v0.4.22
34202024-12-14T00:09:20.238Z Checking hashbrown v0.15.1
34212024-12-14T00:09:20.263Z Checking zerocopy v0.7.35
34222024-12-14T00:09:20.276Z Checking syn v2.0.87
34232024-12-14T00:09:20.348Z Checking pest v2.7.14
34242024-12-14T00:09:20.478Z Checking rustix v0.38.37
34252024-12-14T00:09:20.513Z Checking once_cell v1.20.2
34262024-12-14T00:09:20.692Z Checking goblin v0.8.2
34272024-12-14T00:09:20.850Z Checking fs-err v2.11.0
34282024-12-14T00:09:21.175Z Checking anyhow v1.0.93
34292024-12-14T00:09:21.337Z Checking indexmap v2.6.0
34302024-12-14T00:09:21.562Z Checking tabled v0.15.0
34312024-12-14T00:09:22.477Z Checking terminal_size v0.4.0
34322024-12-14T00:09:22.477Z Checking tempfile v3.13.0
34332024-12-14T00:09:22.531Z Checking dtrace-parser v0.2.0
34342024-12-14T00:09:22.641Z Checking clap_builder v4.5.21
34352024-12-14T00:09:24.793Z Checking clap v4.5.21
34362024-12-14T00:09:24.856Z Checking serde_json v1.0.132
34372024-12-14T00:09:24.859Z Checking toml_datetime v0.6.8
34382024-12-14T00:09:24.859Z Checking serde_spanned v0.6.8
34392024-12-14T00:09:24.859Z Checking camino v1.1.9
34402024-12-14T00:09:24.859Z Checking semver v1.0.23
34412024-12-14T00:09:24.859Z Checking cargo-platform v0.1.8
34422024-12-14T00:09:24.859Z Checking macaddr v1.0.1
34432024-12-14T00:09:25.164Z Checking toml_edit v0.22.22
34442024-12-14T00:09:25.341Z Checking camino-tempfile v1.1.1
34452024-12-14T00:09:26.003Z Checking dof v0.3.0
34462024-12-14T00:09:26.004Z Checking cargo_metadata v0.18.1
34472024-12-14T00:09:26.415Z Checking usdt-impl v0.5.0
34482024-12-14T00:09:26.763Z Checking usdt v0.5.0
34492024-12-14T00:09:26.904Z Checking toml v0.8.19
34502024-12-14T00:09:27.367Z Checking cargo_toml v0.20.5
34512024-12-14T00:09:28.565Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34522024-12-14T00:09:29.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
34532024-12-14T00:09:29.280Z
34542024-12-14T00:09:29.280Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34552024-12-14T00:09:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-12-14T00:09:29.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-12-14T00:09:30.032Z Checking polyval v0.6.2
34582024-12-14T00:09:30.145Z Checking ctr v0.9.2
34592024-12-14T00:09:30.159Z Checking ssh-encoding v0.2.0
34602024-12-14T00:09:30.161Z Checking blowfish v0.9.1
34612024-12-14T00:09:30.182Z Checking password-hash v0.4.2
34622024-12-14T00:09:30.192Z Checking matches v0.1.10
34632024-12-14T00:09:30.205Z Checking p256 v0.13.2
34642024-12-14T00:09:30.205Z Checking p521 v0.13.3
34652024-12-14T00:09:30.279Z Checking idna v0.2.3
34662024-12-14T00:09:30.367Z Checking bcrypt-pbkdf v0.10.0
34672024-12-14T00:09:30.384Z Checking ghash v0.5.1
34682024-12-14T00:09:30.405Z Compiling enum-as-inner v0.5.1
34692024-12-14T00:09:30.478Z Checking russh-cryptovec v0.7.3
34702024-12-14T00:09:30.609Z Checking aes-gcm v0.10.3
34712024-12-14T00:09:30.612Z Checking pbkdf2 v0.11.0
34722024-12-14T00:09:30.624Z Checking md5 v0.7.0
34732024-12-14T00:09:30.688Z Checking num-bigint v0.4.6
34742024-12-14T00:09:30.708Z Checking des v0.8.1
34752024-12-14T00:09:30.793Z Checking ssh-cipher v0.2.0
34762024-12-14T00:09:30.872Z Checking hex-literal v0.4.1
34772024-12-14T00:09:30.914Z Compiling dhcproto-macros v0.1.0
34782024-12-14T00:09:30.989Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792024-12-14T00:09:31.011Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34802024-12-14T00:09:31.083Z Checking ssh-key v0.6.6
34812024-12-14T00:09:31.105Z Checking internet-checksum v0.2.1
34822024-12-14T00:09:31.429Z Checking trust-dns-proto v0.22.0
34832024-12-14T00:09:32.422Z Checking russh-keys v0.45.0
34842024-12-14T00:09:33.334Z Checking russh v0.45.0
34852024-12-14T00:09:33.957Z Checking dhcproto v0.12.0
34862024-12-14T00:09:51.006Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872024-12-14T00:09:52.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
34882024-12-14T00:09:52.652Z
34892024-12-14T00:09:52.652Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34902024-12-14T00:09:53.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-12-14T00:09:53.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-12-14T00:09:53.280Z Checking termios v0.3.3
34932024-12-14T00:09:53.498Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34942024-12-14T00:09:54.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34952024-12-14T00:09:54.475Z
34962024-12-14T00:09:54.475Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34972024-12-14T00:09:55.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-12-14T00:09:55.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-12-14T00:09:55.160Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35002024-12-14T00:09:57.227Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35012024-12-14T00:09:59.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
35022024-12-14T00:09:59.299Z
35032024-12-14T00:09:59.299Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35042024-12-14T00:09:59.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052024-12-14T00:09:59.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062024-12-14T00:09:59.922Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35072024-12-14T00:10:00.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35082024-12-14T00:10:00.601Z
35092024-12-14T00:10:00.601Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35102024-12-14T00:10:01.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-12-14T00:10:01.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-12-14T00:10:01.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132024-12-14T00:10:01.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35142024-12-14T00:10:01.200Z
35152024-12-14T00:10:01.200Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35162024-12-14T00:10:01.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-14T00:10:01.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-14T00:10:01.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-12-14T00:10:01.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202024-12-14T00:10:01.798Z
35212024-12-14T00:10:01.798Zinfo: running `cargo check --bins` on omicron-package (168/173)
35222024-12-14T00:10:02.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-14T00:10:02.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-14T00:10:02.454Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35252024-12-14T00:10:03.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
35262024-12-14T00:10:03.942Z
35272024-12-14T00:10:03.942Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35282024-12-14T00:10:04.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-14T00:10:04.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-14T00:10:04.633Z Checking rtoolbox v0.0.2
35312024-12-14T00:10:04.633Z Checking tui-tree-widget v0.22.0
35322024-12-14T00:10:04.636Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35332024-12-14T00:10:04.860Z Checking rpassword v7.3.1
35342024-12-14T00:10:08.927Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35352024-12-14T00:10:11.923Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35362024-12-14T00:10:13.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
35372024-12-14T00:10:13.347Z
35382024-12-14T00:10:13.348Zinfo: running `cargo check --bins` on wicket (170/173)
35392024-12-14T00:10:13.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-14T00:10:13.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-14T00:10:14.031Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35422024-12-14T00:10:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35432024-12-14T00:10:14.659Z
35442024-12-14T00:10:14.659Zinfo: running `cargo check --bins` on wicketd (171/173)
35452024-12-14T00:10:15.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-14T00:10:15.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-14T00:10:15.359Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35482024-12-14T00:10:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
35492024-12-14T00:10:19.535Z
35502024-12-14T00:10:19.535Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35512024-12-14T00:10:20.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-14T00:10:20.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-14T00:10:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542024-12-14T00:10:20.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35552024-12-14T00:10:20.135Z
35562024-12-14T00:10:20.135Zinfo: running `cargo check --bins` on zone-setup (173/173)
35572024-12-14T00:10:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-14T00:10:20.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-14T00:10:20.865Z Checking uzers v0.12.1
35602024-12-14T00:10:21.207Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35612024-12-14T00:10:22.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
35622024-12-14T00:10:22.570Z
35632024-12-14T00:10:22.573Zreal 12:54.517782128
35642024-12-14T00:10:22.573Zuser 24:09.999307416
35652024-12-14T00:10:22.573Zsys 5:27.084021067
35662024-12-14T00:10:22.573Ztrap 0.466529236
35672024-12-14T00:10:22.573Ztflt 2.391009324
35682024-12-14T00:10:22.573Zdflt 3.053831206
35692024-12-14T00:10:22.573Zkflt 0.001103610
35702024-12-14T00:10:22.573Zlock 46:02.008063623
35712024-12-14T00:10:22.573Zslp 2:05:59.795467051
35722024-12-14T00:10:22.577Zlat 1:04.025087009
35732024-12-14T00:10:22.577Zstop 3:19.309596353
35742024-12-14T00:10:22.577Zprocess exited: duration 1068608 ms, exit code 0
 
35752024-12-14T00:10:22.583Zfound 0 output files