01JHGTG18QJQBJG36QZ9MNQD9B: 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: 01JHGTGD1RZS1TC4W4AJGAZEB6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-13T21:54:11.273Zjob assigned to worker 01JHGTGFEXWDNGP4WTBA4G06AY [factory aws, i-0eb5db93e9bd5ce04] (queued for 50 s)
 
22025-01-13T21:54:18.742Zstarting task 0: "setup"
32025-01-13T21:54:18.749Z++ uname -s
42025-01-13T21:54:18.752Z+ kern=SunOS
52025-01-13T21:54:18.752Z+ case "$kern" in
62025-01-13T21:54:18.752Z+ groupadd -g 12345 build
72025-01-13T21:54:18.755Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-13T21:54:20.762Z+ zfs create -o mountpoint=/work rpool/work
92025-01-13T21:54:20.867Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-13T21:54:20.870Z+ home_fs=zfs
112025-01-13T21:54:20.870Z+ [[ zfs == autofs ]]
122025-01-13T21:54:20.870Z+ mkdir -p /home/build
132025-01-13T21:54:20.873Z+ chown build:build /home/build /work
142025-01-13T21:54:22.875Z+ chmod 0700 /home/build /work
152025-01-13T21:54:22.877Zprocess exited: duration 4133 ms, exit code 0
 
162025-01-13T21:54:22.883Zstarting task 1: "rust-toolchain"
172025-01-13T21:54:22.889Z+ printf ' * toolchain channel = "%s"
182025-01-13T21:54:22.889Z' 1.81.0
192025-01-13T21:54:22.889Z+ printf ' * toolchain profile = "%s"
202025-01-13T21:54:22.889Z' default
212025-01-13T21:54:22.889Z * toolchain channel = "1.81.0"
222025-01-13T21:54:22.889Z * toolchain profile = "default"
232025-01-13T21:54:22.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-13T21:54:22.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-13T21:54:23.012Zinfo: downloading installer
262025-01-13T21:54:24.485Zinfo: profile set to 'default'
272025-01-13T21:54:24.485Zinfo: default host triple is x86_64-unknown-illumos
282025-01-13T21:54:24.488Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-13T21:54:24.621Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-13T21:54:24.621Zinfo: downloading component 'cargo'
312025-01-13T21:54:25.341Zinfo: downloading component 'clippy'
322025-01-13T21:54:25.605Zinfo: downloading component 'rust-docs'
332025-01-13T21:54:26.594Zinfo: downloading component 'rust-std'
342025-01-13T21:54:28.142Zinfo: downloading component 'rustc'
352025-01-13T21:54:33.797Zinfo: downloading component 'rustfmt'
362025-01-13T21:54:34.006Zinfo: installing component 'cargo'
372025-01-13T21:54:34.791Zinfo: installing component 'clippy'
382025-01-13T21:54:35.146Zinfo: installing component 'rust-docs'
392025-01-13T21:54:36.746Zinfo: installing component 'rust-std'
402025-01-13T21:54:38.489Zinfo: installing component 'rustc'
412025-01-13T21:54:44.095Zinfo: installing component 'rustfmt'
422025-01-13T21:54:44.418Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-13T21:54:44.418Z
442025-01-13T21:54:44.791Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-13T21:54:44.791Z
462025-01-13T21:54:44.794Z
472025-01-13T21:54:44.794ZRust is installed now. Great!
482025-01-13T21:54:44.794Z
492025-01-13T21:54:44.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-13T21:54:44.794Zenvironment variable. This has not been done automatically.
512025-01-13T21:54:44.794Z
522025-01-13T21:54:44.794ZTo configure your current shell, you need to source
532025-01-13T21:54:44.794Zthe corresponding env file under $HOME/.cargo.
542025-01-13T21:54:44.794Z
552025-01-13T21:54:44.794ZThis is usually done by running one of the following (note the leading DOT):
562025-01-13T21:54:44.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-13T21:54:44.794Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-13T21:54:44.866Z+ rustc --version
592025-01-13T21:54:44.933Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-13T21:54:44.936Zprocess exited: duration 22033 ms, exit code 0
 
612025-01-13T21:54:44.942Zstarting task 2: "authentication"
622025-01-13T21:54:44.963Zprocess exited: duration 21 ms, exit code 0
 
632025-01-13T21:54:44.970Zstarting task 3: "clone repository"
642025-01-13T21:54:44.975Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-13T21:54:44.977Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-13T21:54:45.286ZCloning into '/work/oxidecomputer/omicron'...
672025-01-13T21:54:53.187Z+ cd /work/oxidecomputer/omicron
682025-01-13T21:54:53.187Z+ git fetch origin 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
692025-01-13T21:54:53.493ZFrom https://github.com/oxidecomputer/omicron
702025-01-13T21:54:53.493Z * branch 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57 -> FETCH_HEAD
712025-01-13T21:54:53.502Z+ [[ -n support-bundle-bg-task ]]
722025-01-13T21:54:53.505Z++ git branch --show-current
732025-01-13T21:54:53.508Z+ current=main
742025-01-13T21:54:53.508Z+ [[ main != support-bundle-bg-task ]]
752025-01-13T21:54:53.508Z+ git branch -f support-bundle-bg-task 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
762025-01-13T21:54:53.511Z+ git checkout -f support-bundle-bg-task
772025-01-13T21:54:53.642ZSwitched to branch 'support-bundle-bg-task'
782025-01-13T21:54:53.645Z+ git reset --hard 7c5e396c9a1f1ee5e35e6c9ffce7a3f759712e57
792025-01-13T21:54:53.786ZHEAD is now at 7c5e396c9 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task
802025-01-13T21:54:53.789Zprocess exited: duration 8811 ms, exit code 0
 
812025-01-13T21:54:53.795Zstarting task 4: "build"
822025-01-13T21:54:53.801Z+ source .github/buildomat/ci-env.sh
832025-01-13T21:54:53.801Z++ export CARGO_TERM_COLOR=always
842025-01-13T21:54:53.804Z++ CARGO_TERM_COLOR=always
852025-01-13T21:54:53.804Z+ cargo --version
862025-01-13T21:54:53.861Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-13T21:54:53.864Z+ rustc --version
882025-01-13T21:54:53.927Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-13T21:54:53.931Z+ source ./env.sh
902025-01-13T21:54:53.931Z++ OLD_SHELL_OPTS=ehxB
912025-01-13T21:54:53.931Z++ set -o xtrace
922025-01-13T21:54:53.934Z++++ dirname ./env.sh
932025-01-13T21:54:53.934Z+++ readlink -f .
942025-01-13T21:54:53.956Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-13T21:54:53.959Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-13T21:54:53.959Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-13T21:54:53.959Z++ 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
982025-01-13T21:54:53.959Z++ 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
992025-01-13T21:54:53.959Z++ 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
1002025-01-13T21:54:53.959Z++ 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
1012025-01-13T21:54:53.959Z++ 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
1022025-01-13T21:54:53.959Z++ 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
1032025-01-13T21:54:53.959Z++ case $OLD_SHELL_OPTS in
1042025-01-13T21:54:53.959Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-13T21:54:53.959Z+ 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
1062025-01-13T21:54:53.960Z+ 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
1072025-01-13T21:54:53.960Z+ banner prerequisites
1082025-01-13T21:54:53.975Z
1092025-01-13T21:54:53.975Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-13T21:54:53.975Z # # # # # # # # # # # # # # #
1112025-01-13T21:54:53.975Z # # # # ##### # # ##### # # # # # #### #
1122025-01-13T21:54:53.975Z ##### ##### # ##### # # # # # # # # #
1132025-01-13T21:54:53.975Z # # # # # # # # # # # # # # #
1142025-01-13T21:54:53.975Z # # # ###### # # ###### ### # #### # #### #
1152025-01-13T21:54:53.975Z
1162025-01-13T21:54:53.978Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-13T21:54:59.979Zpkg list: illegal option -- F
1182025-01-13T21:54:59.982ZUsage:
1192025-01-13T21:54:59.982Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-13T21:54:59.982Z [pkg_fmri_pattern ...]
1212025-01-13T21:55:00.815Zpkg list: illegal option -- F
1222025-01-13T21:55:00.815ZUsage:
1232025-01-13T21:55:00.818Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-13T21:55:00.818Z [pkg_fmri_pattern ...]
1252025-01-13T21:55:07.132Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-13T21:55:11.570Z Startup: Caching catalogs ... Done
1272025-01-13T21:55:22.795ZPlanning: Solver setup ... Done (10.399s)
1282025-01-13T21:55:22.934ZPlanning: Running solver ... Done (0.140s)
1292025-01-13T21:55:23.522ZPlanning: Finding local manifests ... Done (0.483s)
1302025-01-13T21:55:23.991ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-13T21:55:24.766ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-13T21:55:25.714ZPlanning: Package planning ... Done (0.947s)
1332025-01-13T21:55:25.769ZPlanning: Merging actions ... Done (0.055s)
1342025-01-13T21:55:27.229ZPlanning: Checking for conflicting actions ... Done (1.458s)
1352025-01-13T21:55:36.093ZPlanning: Consolidating action changes ... Done (8.856s)
1362025-01-13T21:55:36.488ZPlanning: Evaluating mediators ... Done (0.394s)
1372025-01-13T21:55:36.567ZPlanning: Planning completed in 24.88 seconds
1382025-01-13T21:55:37.449Z Packages to install: 4
1392025-01-13T21:55:37.449Z Packages to update: 3
1402025-01-13T21:55:37.451Z Mediators to change: 2
1412025-01-13T21:55:37.452Z Services to change: 1
1422025-01-13T21:55:37.452Z Estimated space available: 155.63 GB
1432025-01-13T21:55:37.452ZEstimated space to be consumed: 1.64 GB
1442025-01-13T21:55:37.452Z Create boot environment: No
1452025-01-13T21:55:37.452ZCreate backup boot environment: Yes
1462025-01-13T21:55:37.452Z Rebuild boot archive: No
1472025-01-13T21:55:37.452Z
1482025-01-13T21:55:37.452ZChanged mediators:
1492025-01-13T21:55:37.452Z mediator clang:
1502025-01-13T21:55:37.452Z version: None -> 15 (system default)
1512025-01-13T21:55:37.452Z
1522025-01-13T21:55:37.452Z mediator llvm:
1532025-01-13T21:55:37.452Z version: 14 (system default) -> 15 (system default)
1542025-01-13T21:55:37.452Z
1552025-01-13T21:55:37.452ZChanged packages:
1562025-01-13T21:55:37.452Zhelios-dev
1572025-01-13T21:55:37.452Z developer/build-essential
1582025-01-13T21:55:37.452Z None -> 11-2.0
1592025-01-13T21:55:37.452Z library/libxmlsec1
1602025-01-13T21:55:37.452Z None -> 1.2.35-2.0
1612025-01-13T21:55:37.452Z ooce/developer/clang-15
1622025-01-13T21:55:37.452Z None -> 15.0.7-2.0
1632025-01-13T21:55:37.452Z ooce/developer/llvm-15
1642025-01-13T21:55:37.452Z None -> 15.0.7-2.0
1652025-01-13T21:55:37.452Z package/pkg
1662025-01-13T21:55:37.452Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-13T21:55:37.452Z system/library/g++-runtime
1682025-01-13T21:55:37.452Z 13-2.0 -> 14-2.0
1692025-01-13T21:55:37.452Z system/library/gcc-runtime
1702025-01-13T21:55:37.452Z 13-2.0 -> 14-2.0
1712025-01-13T21:55:37.452Z
1722025-01-13T21:55:37.452ZServices:
1732025-01-13T21:55:37.452Z restart_fmri:
1742025-01-13T21:55:37.452Z svc:/system/update-man-index:default
1752025-01-13T21:55:37.452Z
1762025-01-13T21:55:37.452ZEditable files to change:
1772025-01-13T21:55:37.452Z Update:
1782025-01-13T21:55:37.452Z usr/share/lib/pkg/web/config.shtml
1792025-01-13T21:55:37.832Z
1802025-01-13T21:55:37.833ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-13T21:55:42.843ZDownload: 937/4301 items 18.9/225.4MB 8% complete (3.9M/s)
1822025-01-13T21:55:47.850ZDownload: 1714/4301 items 118.1/225.4MB 52% complete (11.9M/s)
1832025-01-13T21:55:54.289ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (11.4M/s)
1842025-01-13T21:55:59.294ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s)
1852025-01-13T21:56:04.309ZDownload: 3509/4301 items 215.5/225.4MB 95% complete (9.8M/s)
1862025-01-13T21:56:09.489ZDownload: 4290/4301 items 224.4/225.4MB 99% complete (3.6M/s)
1872025-01-13T21:56:10.338ZDownload: Completed 225.42 MB in 32.48 seconds (6.9M/s)
1882025-01-13T21:56:12.506Z Actions: 1/5122 actions (Removing old actions)
1892025-01-13T21:56:12.525Z Actions: 194/5122 actions (Installing new actions)
1902025-01-13T21:56:17.603Z Actions: 4144/5122 actions (Installing new actions)
1912025-01-13T21:56:18.498Z Actions: 4267/5122 actions (Updating modified actions)
1922025-01-13T21:56:19.138Z Actions: Completed 5122 actions in 6.63 seconds.
1932025-01-13T21:56:19.548Z Done (0.401s)
1942025-01-13T21:56:19.551Z Done (0.001s)
1952025-01-13T21:56:20.142Z Done (0.576s)
1962025-01-13T21:56:27.375Z Done (7.005s)
1972025-01-13T21:56:27.969Z Done (0.525s)
1982025-01-13T21:56:27.971Z Done (0.000s)
1992025-01-13T21:56:28.260Z Done (0.000s)
2002025-01-13T21:56:28.955ZPlanning: Evaluating mediator changes ... Done
2012025-01-13T21:56:29.114ZPlanning: Checking for conflicting actions ... Done
2022025-01-13T21:56:29.116ZPlanning: Consolidating action changes ... Done
2032025-01-13T21:56:29.380ZPlanning: Evaluating mediators ... Done
2042025-01-13T21:56:29.382ZPlanning: Planning completed in 0.43 seconds
2052025-01-13T21:56:29.418Z Mediators to change: 2
2062025-01-13T21:56:29.418Z Create boot environment: No
2072025-01-13T21:56:29.420ZCreate backup boot environment: No
2082025-01-13T21:56:29.481Z Done
2092025-01-13T21:56:29.482Z Done
2102025-01-13T21:56:29.849Z Done
2112025-01-13T21:56:33.443Z Done
2122025-01-13T21:56:33.532Z Done
2132025-01-13T21:56:33.534Z Done
2142025-01-13T21:56:33.650Z Done
2152025-01-13T21:56:34.264ZPlanning: Evaluating mediator changes ... Done
2162025-01-13T21:56:34.267ZPlanning: Merging actions ... Done
2172025-01-13T21:56:34.453ZPlanning: Checking for conflicting actions ... Done
2182025-01-13T21:56:34.456ZPlanning: Consolidating action changes ... Done
2192025-01-13T21:56:34.721ZPlanning: Evaluating mediators ... Done
2202025-01-13T21:56:34.774ZPlanning: Planning completed in 0.75 seconds
2212025-01-13T21:56:34.813Z Packages to change: 1
2222025-01-13T21:56:34.813Z Mediators to change: 1
2232025-01-13T21:56:34.816Z Services to change: 1
2242025-01-13T21:56:34.816Z Create boot environment: No
2252025-01-13T21:56:34.816ZCreate backup boot environment: Yes
2262025-01-13T21:56:37.032Z Actions: 1/6 actions (Updating modified actions)
2272025-01-13T21:56:37.144Z Actions: Completed 6 actions in 0.11 seconds.
2282025-01-13T21:56:37.147Z Done
2292025-01-13T21:56:37.147Z Done
2302025-01-13T21:56:37.262Z Done
2312025-01-13T21:56:40.846Z Done
2322025-01-13T21:56:40.937Z Done
2332025-01-13T21:56:40.940Z Done
2342025-01-13T21:56:41.049Z Done
2352025-01-13T21:56:41.486ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-01-13T21:56:41.486Zclang system 15 system
2372025-01-13T21:56:41.486Zcsh system system illumos
2382025-01-13T21:56:41.486Zctags system system illumos
2392025-01-13T21:56:41.486Zgcc vendor 12 vendor
2402025-01-13T21:56:41.486Zgcc system 10 system
2412025-01-13T21:56:41.486Zgcc system 7 system
2422025-01-13T21:56:41.486Zgo system 1.20 system
2432025-01-13T21:56:41.486Zgo system 1.19 system
2442025-01-13T21:56:41.486Zllvm system 15 system
2452025-01-13T21:56:41.486Zllvm system 14 system
2462025-01-13T21:56:41.486Zmariadb system 10.6 system
2472025-01-13T21:56:41.486Zmta vendor vendor dma
2482025-01-13T21:56:41.486Zopenjdk system 17 system
2492025-01-13T21:56:41.486Zopenjdk system 11 system
2502025-01-13T21:56:41.486Zopenjdk system 1.8 system
2512025-01-13T21:56:41.486Zopenssl vendor 3 vendor
2522025-01-13T21:56:41.486Zperl system 5.36 system
2532025-01-13T21:56:41.486Zpostgresql system 15 system
2542025-01-13T21:56:41.486Zpostgresql system 13 system
2552025-01-13T21:56:41.486Zpython vendor 3 vendor
2562025-01-13T21:56:41.486Zpython system 2 system
2572025-01-13T21:56:41.487Zpython3 system 3.11 system
2582025-01-13T21:56:41.487Zruby system 3.0 system
2592025-01-13T21:56:41.487Zwords vendor vendor american-english
2602025-01-13T21:56:41.487Zwords system system australian-english
2612025-01-13T21:56:41.487Zwords system system british-english
2622025-01-13T21:56:41.487Zwords system system canadian-english
2632025-01-13T21:56:41.487Zwords system system french
2642025-01-13T21:56:41.487Zwords system system italian
2652025-01-13T21:56:41.487Zwords system system ngerman
2662025-01-13T21:56:41.487Zwords system system ogerman
2672025-01-13T21:56:41.487Zwords system system spanish
2682025-01-13T21:56:41.814ZPUBLISHER TYPE STATUS P LOCATION
2692025-01-13T21:56:41.814Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-01-13T21:56:44.633ZFMRI IFO
2712025-01-13T21:56:44.633Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-01-13T21:56:44.633Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-01-13T21:56:44.633Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-01-13T21:56:44.633Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-01-13T21:56:44.633Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-01-13T21:56:44.633Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-01-13T21:56:44.633Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-01-13T21:56:44.633Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-01-13T21:56:44.633Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-01-13T21:56:44.633Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-01-13T21:56:44.633Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-01-13T21:56:44.633Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-01-13T21:56:44.633Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-01-13T21:56:44.633Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-01-13T21:56:44.633Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-01-13T21:56:45.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-01-13T21:56:45.680Z Updating crates.io index
2882025-01-13T21:56:45.740Z Updating git repository `https://github.com/oxidecomputer/diffus`
2892025-01-13T21:56:46.003Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-01-13T21:56:46.530Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2912025-01-13T21:56:46.873Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-01-13T21:56:47.099Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-01-13T21:56:47.337Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-01-13T21:56:48.333Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-01-13T21:56:49.954Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-01-13T21:56:50.643Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-01-13T21:56:51.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-01-13T21:56:51.647Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-01-13T21:56:51.982Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-01-13T21:56:52.640Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-01-13T21:56:52.997Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-01-13T21:56:53.298Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-01-13T21:56:53.581Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-01-13T21:56:53.828Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-01-13T21:56:54.085Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-01-13T21:56:54.344Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-01-13T21:56:54.749Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082025-01-13T21:56:55.136Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092025-01-13T21:56:55.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-01-13T21:56:55.896Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112025-01-13T21:56:56.159Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122025-01-13T21:56:56.546Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-01-13T21:56:56.919Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3142025-01-13T21:56:57.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-01-13T21:56:57.521Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-01-13T21:56:57.847Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-01-13T21:56:59.167Z Downloading crates ...
3182025-01-13T21:56:59.241Z Downloaded digest v0.10.7
3192025-01-13T21:56:59.248Z Downloaded cpufeatures v0.2.14
3202025-01-13T21:56:59.251Z Downloaded byteorder v1.5.0
3212025-01-13T21:56:59.253Z Downloaded clap_derive v4.5.18
3222025-01-13T21:56:59.256Z Downloaded clap v4.5.21
3232025-01-13T21:56:59.262Z Downloaded equivalent v1.0.1
3242025-01-13T21:56:59.265Z Downloaded dtrace-parser v0.2.0
3252025-01-13T21:56:59.265Z Downloaded anstyle-parse v0.2.5
3262025-01-13T21:56:59.276Z Downloaded scroll_derive v0.12.0
3272025-01-13T21:56:59.279Z Downloaded pretty-hex v0.4.1
3282025-01-13T21:56:59.288Z Downloaded usdt-macro v0.5.0
3292025-01-13T21:56:59.290Z Downloaded usdt-attr-macro v0.5.0
3302025-01-13T21:56:59.297Z Downloaded swrite v0.1.0
3312025-01-13T21:56:59.304Z Downloaded crypto-common v0.1.6
3322025-01-13T21:56:59.306Z Downloaded anstyle v1.0.10
3332025-01-13T21:56:59.307Z Downloaded colorchoice v1.0.2
3342025-01-13T21:56:59.309Z Downloaded dof v0.3.0
3352025-01-13T21:56:59.309Z Downloaded cfg-if v1.0.0
3362025-01-13T21:56:59.310Z Downloaded bytecount v0.6.8
3372025-01-13T21:56:59.312Z Downloaded autocfg v1.4.0
3382025-01-13T21:56:59.312Z Downloaded block-buffer v0.10.4
3392025-01-13T21:56:59.315Z Downloaded cargo-platform v0.1.8
3402025-01-13T21:56:59.316Z Downloaded fnv v1.0.7
3412025-01-13T21:56:59.316Z Downloaded heck v0.4.1
3422025-01-13T21:56:59.318Z Downloaded camino-tempfile v1.1.1
3432025-01-13T21:56:59.318Z Downloaded proc-macro-error-attr v1.0.4
3442025-01-13T21:56:59.321Z Downloaded macaddr v1.0.1
3452025-01-13T21:56:59.321Z Downloaded is_terminal_polyfill v1.70.1
3462025-01-13T21:56:59.321Z Downloaded smawk v0.3.2
3472025-01-13T21:56:59.324Z Downloaded serde_tokenstream v0.2.2
3482025-01-13T21:56:59.324Z Downloaded generic-array v0.14.7
3492025-01-13T21:56:59.330Z Downloaded fs-err v2.11.0
3502025-01-13T21:56:59.332Z Downloaded plain v0.2.3
3512025-01-13T21:56:59.335Z Downloaded memmap v0.7.0
3522025-01-13T21:56:59.335Z Downloaded strsim v0.11.1
3532025-01-13T21:56:59.338Z Downloaded heck v0.5.0
3542025-01-13T21:56:59.338Z Downloaded fastrand v2.1.1
3552025-01-13T21:56:59.341Z Downloaded tabled_derive v0.7.0
3562025-01-13T21:56:59.341Z Downloaded version_check v0.9.5
3572025-01-13T21:56:59.343Z Downloaded thread-id v4.2.2
3582025-01-13T21:56:59.344Z Downloaded pest_generator v2.7.14
3592025-01-13T21:56:59.346Z Downloaded thiserror v1.0.69
3602025-01-13T21:56:59.349Z Downloaded utf8parse v0.2.2
3612025-01-13T21:56:59.352Z Downloaded terminal_size v0.4.0
3622025-01-13T21:56:59.352Z Downloaded toml_datetime v0.6.8
3632025-01-13T21:56:59.358Z Downloaded unicode-linebreak v0.1.5
3642025-01-13T21:56:59.361Z Downloaded serde_spanned v0.6.8
3652025-01-13T21:56:59.361Z Downloaded usdt v0.5.0
3662025-01-13T21:56:59.364Z Downloaded thiserror-impl v1.0.69
3672025-01-13T21:56:59.367Z Downloaded cargo_toml v0.20.5
3682025-01-13T21:56:59.370Z Downloaded clap_lex v0.7.2
3692025-01-13T21:56:59.373Z Downloaded cargo_metadata v0.18.1
3702025-01-13T21:56:59.373Z Downloaded anstyle-query v1.1.1
3712025-01-13T21:56:59.375Z Downloaded anstream v0.6.15
3722025-01-13T21:56:59.378Z Downloaded camino v1.1.9
3732025-01-13T21:56:59.378Z Downloaded scroll v0.12.0
3742025-01-13T21:56:59.381Z Downloaded pest_derive v2.7.14
3752025-01-13T21:56:59.381Z Downloaded errno v0.3.9
3762025-01-13T21:56:59.388Z Downloaded once_cell v1.20.2
3772025-01-13T21:56:59.394Z Downloaded quote v1.0.37
3782025-01-13T21:56:59.397Z Downloaded zerocopy-derive v0.7.35
3792025-01-13T21:56:59.401Z Downloaded tempfile v3.13.0
3802025-01-13T21:56:59.404Z Downloaded semver v1.0.23
3812025-01-13T21:56:59.406Z Downloaded sha2 v0.10.8
3822025-01-13T21:56:59.409Z Downloaded proc-macro-error v1.0.4
3832025-01-13T21:56:59.413Z Downloaded bitflags v2.6.0
3842025-01-13T21:56:59.415Z Downloaded ryu v1.0.18
3852025-01-13T21:56:59.418Z Downloaded usdt-impl v0.5.0
3862025-01-13T21:56:59.418Z Downloaded pest_meta v2.7.14
3872025-01-13T21:56:59.421Z Downloaded log v0.4.22
3882025-01-13T21:56:59.424Z Downloaded textwrap v0.16.1
3892025-01-13T21:56:59.424Z Downloaded unicode-ident v1.0.13
3902025-01-13T21:56:59.427Z Downloaded typenum v1.17.0
3912025-01-13T21:56:59.430Z Downloaded itoa v1.0.11
3922025-01-13T21:56:59.430Z Downloaded ucd-trie v0.1.7
3932025-01-13T21:56:59.433Z Downloaded toml v0.8.19
3942025-01-13T21:56:59.436Z Downloaded proc-macro2 v1.0.89
3952025-01-13T21:56:59.438Z Downloaded anyhow v1.0.93
3962025-01-13T21:56:59.441Z Downloaded papergrid v0.11.0
3972025-01-13T21:56:59.444Z Downloaded serde_derive v1.0.215
3982025-01-13T21:56:59.458Z Downloaded serde v1.0.215
3992025-01-13T21:56:59.461Z Downloaded indexmap v2.6.0
4002025-01-13T21:56:59.486Z Downloaded memchr v2.7.4
4012025-01-13T21:56:59.498Z Downloaded toml_edit v0.22.22
4022025-01-13T21:56:59.518Z Downloaded hashbrown v0.15.1
4032025-01-13T21:56:59.527Z Downloaded pest v2.7.14
4042025-01-13T21:56:59.532Z Downloaded clap_builder v4.5.21
4052025-01-13T21:56:59.546Z Downloaded serde_json v1.0.133
4062025-01-13T21:56:59.552Z Downloaded zerocopy v0.7.35
4072025-01-13T21:56:59.566Z Downloaded winnow v0.6.20
4082025-01-13T21:56:59.574Z Downloaded goblin v0.8.2
4092025-01-13T21:56:59.580Z Downloaded syn v1.0.109
4102025-01-13T21:56:59.591Z Downloaded tabled v0.15.0
4112025-01-13T21:56:59.604Z Downloaded unicode-width v0.1.14
4122025-01-13T21:56:59.610Z Downloaded syn v2.0.87
4132025-01-13T21:56:59.619Z Downloaded rustix v0.38.37
4142025-01-13T21:56:59.658Z Downloaded libc v0.2.162
4152025-01-13T21:56:59.970Z Compiling proc-macro2 v1.0.89
4162025-01-13T21:56:59.970Z Compiling unicode-ident v1.0.13
4172025-01-13T21:56:59.970Z Compiling version_check v0.9.5
4182025-01-13T21:56:59.973Z Compiling serde v1.0.215
4192025-01-13T21:56:59.973Z Compiling memchr v2.7.4
4202025-01-13T21:56:59.973Z Compiling thiserror v1.0.69
4212025-01-13T21:57:00.007Z Compiling libc v0.2.162
4222025-01-13T21:57:00.010Z Compiling itoa v1.0.11
4232025-01-13T21:57:00.226Z Compiling ryu v1.0.18
4242025-01-13T21:57:00.320Z Compiling ucd-trie v0.1.7
4252025-01-13T21:57:00.835Z Compiling once_cell v1.20.2
4262025-01-13T21:57:00.886Z Compiling byteorder v1.5.0
4272025-01-13T21:57:01.182Z Compiling serde_json v1.0.133
4282025-01-13T21:57:01.281Z Compiling rustix v0.38.37
4292025-01-13T21:57:02.189Z Compiling bitflags v2.6.0
4302025-01-13T21:57:02.213Z Compiling usdt-impl v0.5.0
4312025-01-13T21:57:02.270Z Compiling proc-macro-error-attr v1.0.4
4322025-01-13T21:57:02.341Z Compiling syn v1.0.109
4332025-01-13T21:57:02.505Z Compiling proc-macro-error v1.0.4
4342025-01-13T21:57:02.613Z Compiling plain v0.2.3
4352025-01-13T21:57:02.639Z Compiling hashbrown v0.15.1
4362025-01-13T21:57:02.687Z Compiling log v0.4.22
4372025-01-13T21:57:02.778Z Compiling camino v1.1.9
4382025-01-13T21:57:02.805Z Compiling equivalent v1.0.1
4392025-01-13T21:57:02.928Z Compiling utf8parse v0.2.2
4402025-01-13T21:57:03.034Z Compiling thread-id v4.2.2
4412025-01-13T21:57:03.074Z Compiling anstyle-parse v0.2.5
4422025-01-13T21:57:03.151Z Compiling quote v1.0.37
4432025-01-13T21:57:03.245Z Compiling is_terminal_polyfill v1.70.1
4442025-01-13T21:57:03.383Z Compiling autocfg v1.4.0
4452025-01-13T21:57:03.414Z Compiling errno v0.3.9
4462025-01-13T21:57:03.470Z Compiling anstyle v1.0.10
4472025-01-13T21:57:03.522Z Compiling syn v2.0.87
4482025-01-13T21:57:03.845Z Compiling indexmap v2.6.0
4492025-01-13T21:57:03.872Z Compiling anstyle-query v1.1.1
4502025-01-13T21:57:03.936Z Compiling pretty-hex v0.4.1
4512025-01-13T21:57:04.019Z Compiling winnow v0.6.20
4522025-01-13T21:57:04.150Z Compiling semver v1.0.23
4532025-01-13T21:57:04.577Z Compiling unicode-width v0.1.14
4542025-01-13T21:57:04.684Z Compiling colorchoice v1.0.2
4552025-01-13T21:57:04.811Z Compiling anstream v0.6.15
4562025-01-13T21:57:05.198Z Compiling fs-err v2.11.0
4572025-01-13T21:57:05.368Z Compiling fnv v1.0.7
4582025-01-13T21:57:05.399Z Compiling heck v0.4.1
4592025-01-13T21:57:05.473Z Compiling heck v0.5.0
4602025-01-13T21:57:05.509Z Compiling strsim v0.11.1
4612025-01-13T21:57:05.550Z Compiling fastrand v2.1.1
4622025-01-13T21:57:05.888Z Compiling terminal_size v0.4.0
4632025-01-13T21:57:06.100Z Compiling bytecount v0.6.8
4642025-01-13T21:57:06.157Z Compiling clap_lex v0.7.2
4652025-01-13T21:57:06.327Z Compiling cfg-if v1.0.0
4662025-01-13T21:57:06.430Z Compiling anyhow v1.0.93
4672025-01-13T21:57:06.457Z Compiling clap_builder v4.5.21
4682025-01-13T21:57:06.492Z Compiling tempfile v3.13.0
4692025-01-13T21:57:06.624Z Compiling papergrid v0.11.0
4702025-01-13T21:57:07.432Z Compiling memmap v0.7.0
4712025-01-13T21:57:07.460Z Compiling smawk v0.3.2
4722025-01-13T21:57:07.531Z Compiling unicode-linebreak v0.1.5
4732025-01-13T21:57:07.855Z Compiling swrite v0.1.0
4742025-01-13T21:57:07.993Z Compiling textwrap v0.16.1
4752025-01-13T21:57:09.390Z Compiling tabled_derive v0.7.0
4762025-01-13T21:57:10.847Z Compiling tabled v0.15.0
4772025-01-13T21:57:12.498Z Compiling serde_derive v1.0.215
4782025-01-13T21:57:12.498Z Compiling thiserror-impl v1.0.69
4792025-01-13T21:57:12.501Z Compiling zerocopy-derive v0.7.35
4802025-01-13T21:57:12.501Z Compiling scroll_derive v0.12.0
4812025-01-13T21:57:12.501Z Compiling clap_derive v4.5.18
4822025-01-13T21:57:13.714Z Compiling scroll v0.12.0
4832025-01-13T21:57:14.219Z Compiling goblin v0.8.2
4842025-01-13T21:57:14.378Z Compiling zerocopy v0.7.35
4852025-01-13T21:57:14.976Z Compiling pest v2.7.14
4862025-01-13T21:57:16.379Z Compiling clap v4.5.21
4872025-01-13T21:57:17.381Z Compiling pest_meta v2.7.14
4882025-01-13T21:57:18.258Z Compiling pest_generator v2.7.14
4892025-01-13T21:57:20.254Z Compiling pest_derive v2.7.14
4902025-01-13T21:57:20.933Z Compiling dtrace-parser v0.2.0
4912025-01-13T21:57:22.597Z Compiling toml_datetime v0.6.8
4922025-01-13T21:57:22.597Z Compiling serde_spanned v0.6.8
4932025-01-13T21:57:22.600Z Compiling cargo-platform v0.1.8
4942025-01-13T21:57:22.979Z Compiling serde_tokenstream v0.2.2
4952025-01-13T21:57:23.147Z Compiling toml_edit v0.22.22
4962025-01-13T21:57:23.191Z Compiling macaddr v1.0.1
4972025-01-13T21:57:23.287Z Compiling camino-tempfile v1.1.1
4982025-01-13T21:57:24.081Z Compiling dof v0.3.0
4992025-01-13T21:57:24.082Z Compiling cargo_metadata v0.18.1
5002025-01-13T21:57:25.849Z Compiling toml v0.8.19
5012025-01-13T21:57:26.128Z Compiling usdt-attr-macro v0.5.0
5022025-01-13T21:57:26.128Z Compiling usdt-macro v0.5.0
5032025-01-13T21:57:26.699Z Compiling cargo_toml v0.20.5
5042025-01-13T21:57:27.421Z Compiling usdt v0.5.0
5052025-01-13T21:57:30.291Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5062025-01-13T21:57:34.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.27s
5072025-01-13T21:57:34.753Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5082025-01-13T21:57:35.283Z Downloading crates ...
5092025-01-13T21:57:35.401Z Downloaded atty v0.2.14
5102025-01-13T21:57:35.404Z Downloaded aead v0.5.2
5112025-01-13T21:57:35.408Z Downloaded atomicwrites v0.4.4
5122025-01-13T21:57:35.416Z Downloaded headers-core v0.3.0
5132025-01-13T21:57:35.419Z Downloaded cfg_aliases v0.2.1
5142025-01-13T21:57:35.419Z Downloaded adler2 v2.0.0
5152025-01-13T21:57:35.421Z Downloaded hex-literal v0.4.1
5162025-01-13T21:57:35.421Z Downloaded assert_matches v1.5.0
5172025-01-13T21:57:35.424Z Downloaded http-body v1.0.1
5182025-01-13T21:57:35.424Z Downloaded ciborium-io v0.2.2
5192025-01-13T21:57:35.427Z Downloaded humantime v2.1.0
5202025-01-13T21:57:35.429Z Downloaded hmac v0.12.1
5212025-01-13T21:57:35.432Z Downloaded crunchy v0.2.2
5222025-01-13T21:57:35.432Z Downloaded crucible-workspace-hack v0.1.0
5232025-01-13T21:57:35.439Z Downloaded cstr-argument v0.1.2
5242025-01-13T21:57:35.442Z Downloaded ident_case v1.0.1
5252025-01-13T21:57:35.442Z Downloaded hubpack_derive v0.1.1
5262025-01-13T21:57:35.446Z Downloaded cfg_aliases v0.1.1
5272025-01-13T21:57:35.449Z Downloaded md5 v0.7.0
5282025-01-13T21:57:35.452Z Downloaded bitflags v1.3.2
5292025-01-13T21:57:35.455Z Downloaded atomic-waker v1.1.2
5302025-01-13T21:57:35.457Z Downloaded instant v0.1.13
5312025-01-13T21:57:35.457Z Downloaded heck v0.3.3
5322025-01-13T21:57:35.460Z Downloaded block-padding v0.3.3
5332025-01-13T21:57:35.460Z Downloaded array-init v0.0.4
5342025-01-13T21:57:35.463Z Downloaded arrayref v0.3.9
5352025-01-13T21:57:35.463Z Downloaded icu_provider_macros v1.5.0
5362025-01-13T21:57:35.465Z Downloaded async-bb8-diesel v0.2.1
5372025-01-13T21:57:35.468Z Downloaded progenitor-client v0.8.0
5382025-01-13T21:57:35.468Z Downloaded match_cfg v0.1.0
5392025-01-13T21:57:35.468Z Downloaded is_ci v1.2.0
5402025-01-13T21:57:35.471Z Downloaded crc-catalog v2.4.0
5412025-01-13T21:57:35.471Z Downloaded const_format_proc_macros v0.2.33
5422025-01-13T21:57:35.474Z Downloaded matches v0.1.10
5432025-01-13T21:57:35.476Z Downloaded http-range v0.1.5
5442025-01-13T21:57:35.477Z Downloaded hostname v0.4.0
5452025-01-13T21:57:35.479Z Downloaded cipher v0.4.4
5462025-01-13T21:57:35.482Z Downloaded httpdate v1.0.3
5472025-01-13T21:57:35.482Z Downloaded hex v0.4.3
5482025-01-13T21:57:35.485Z Downloaded chrono-tz-build v0.4.0
5492025-01-13T21:57:35.485Z Downloaded constant_time_eq v0.3.1
5502025-01-13T21:57:35.488Z Downloaded hubpack v0.1.2
5512025-01-13T21:57:35.488Z Downloaded lru v0.12.5
5522025-01-13T21:57:35.490Z Downloaded hyper-tls v0.6.0
5532025-01-13T21:57:35.493Z Downloaded chacha20 v0.9.1
5542025-01-13T21:57:35.496Z Downloaded lru-cache v0.1.2
5552025-01-13T21:57:35.496Z Downloaded convert_case v0.4.0
5562025-01-13T21:57:35.499Z Downloaded cassowary v0.3.0
5572025-01-13T21:57:35.499Z Downloaded blowfish v0.9.1
5582025-01-13T21:57:35.503Z Downloaded libefi-sys v0.1.0
5592025-01-13T21:57:35.503Z Downloaded linked-hash-map v0.5.6
5602025-01-13T21:57:35.505Z Downloaded bitfield-struct v0.6.2
5612025-01-13T21:57:35.506Z Downloaded argon2 v0.5.3
5622025-01-13T21:57:35.508Z Downloaded cmake v0.1.51
5632025-01-13T21:57:35.511Z Downloaded mime v0.3.17
5642025-01-13T21:57:35.511Z Downloaded bit-vec v0.6.3
5652025-01-13T21:57:35.514Z Downloaded maplit v1.0.2
5662025-01-13T21:57:35.514Z Downloaded instability v0.3.2
5672025-01-13T21:57:35.517Z Downloaded memoffset v0.9.1
5682025-01-13T21:57:35.519Z Downloaded linear-map v1.2.0
5692025-01-13T21:57:35.519Z Downloaded blake2 v0.10.6
5702025-01-13T21:57:35.522Z Downloaded async-trait v0.1.83
5712025-01-13T21:57:35.526Z Downloaded md-5 v0.10.6
5722025-01-13T21:57:35.528Z Downloaded darling v0.20.10
5732025-01-13T21:57:35.533Z Downloaded managed v0.8.0
5742025-01-13T21:57:35.535Z Downloaded crc32fast v1.4.2
5752025-01-13T21:57:35.538Z Downloaded bcs v0.1.6
5762025-01-13T21:57:35.541Z Downloaded hyper-rustls v0.27.3
5772025-01-13T21:57:35.545Z Downloaded base64ct v1.6.0
5782025-01-13T21:57:35.548Z Downloaded httparse v1.9.5
5792025-01-13T21:57:35.550Z Downloaded strum v0.26.3
5802025-01-13T21:57:35.550Z Downloaded lockfree-object-pool v0.1.6
5812025-01-13T21:57:35.554Z Downloaded csv-core v0.1.11
5822025-01-13T21:57:35.557Z Downloaded rustfmt-wrapper v0.2.1
5832025-01-13T21:57:35.557Z Downloaded termtree v0.4.1
5842025-01-13T21:57:35.557Z Downloaded ciborium v0.2.2
5852025-01-13T21:57:35.560Z Downloaded ref-cast v1.0.23
5862025-01-13T21:57:35.563Z Downloaded memmap2 v0.9.5
5872025-01-13T21:57:35.565Z Downloaded backoff v0.4.0
5882025-01-13T21:57:35.568Z Downloaded addr2line v0.24.2
5892025-01-13T21:57:35.570Z Downloaded libloading v0.8.5
5902025-01-13T21:57:35.573Z Downloaded jobserver v0.1.32
5912025-01-13T21:57:35.576Z Downloaded litemap v0.7.3
5922025-01-13T21:57:35.578Z Downloaded dhcproto-macros v0.1.0
5932025-01-13T21:57:35.581Z Downloaded zone_cfg_derive v0.3.0
5942025-01-13T21:57:35.581Z Downloaded zone_cfg_derive v0.1.2
5952025-01-13T21:57:35.581Z Downloaded mime_guess v2.0.5
5962025-01-13T21:57:35.584Z Downloaded scrypt v0.11.0
5972025-01-13T21:57:35.587Z Downloaded rustc_version v0.4.1
5982025-01-13T21:57:35.587Z Downloaded same-file v1.0.6
5992025-01-13T21:57:35.590Z Downloaded rusty-fork v0.3.0
6002025-01-13T21:57:35.590Z Downloaded cbc v0.1.2
6012025-01-13T21:57:35.592Z Downloaded signal-hook-registry v1.4.2
6022025-01-13T21:57:35.595Z Downloaded heapless v0.8.0
6032025-01-13T21:57:35.598Z Downloaded filetime v0.2.25
6042025-01-13T21:57:35.600Z Downloaded parse-size v1.1.0
6052025-01-13T21:57:35.603Z Downloaded crossbeam-utils v0.8.20
6062025-01-13T21:57:35.606Z Downloaded const-oid v0.9.6
6072025-01-13T21:57:35.608Z Downloaded oso-derive v0.27.3
6082025-01-13T21:57:35.609Z Downloaded ahash v0.8.11
6092025-01-13T21:57:35.611Z Downloaded hash32 v0.3.1
6102025-01-13T21:57:35.614Z Downloaded tokio-native-tls v0.3.1
6112025-01-13T21:57:35.617Z Downloaded termios v0.3.3
6122025-01-13T21:57:35.619Z Downloaded termcolor v1.4.1
6132025-01-13T21:57:35.619Z Downloaded cookie v0.18.1
6142025-01-13T21:57:35.622Z Downloaded icu_locid_transform_data v1.5.0
6152025-01-13T21:57:35.625Z Downloaded hickory-client v0.24.1
6162025-01-13T21:57:35.628Z Downloaded indexmap v1.9.3
6172025-01-13T21:57:35.632Z Downloaded tls_codec_derive v0.4.1
6182025-01-13T21:57:35.634Z Downloaded base64 v0.21.7
6192025-01-13T21:57:35.638Z Downloaded sigpipe v0.1.3
6202025-01-13T21:57:35.641Z Downloaded zone v0.1.8
6212025-01-13T21:57:35.641Z Downloaded zeroize_derive v1.4.2
6222025-01-13T21:57:35.645Z Downloaded precomputed-hash v0.1.1
6232025-01-13T21:57:35.645Z Downloaded hyper-util v0.1.10
6242025-01-13T21:57:35.648Z Downloaded futures-sink v0.3.31
6252025-01-13T21:57:35.650Z Downloaded dunce v1.0.5
6262025-01-13T21:57:35.650Z Downloaded fallible-iterator v0.3.0
6272025-01-13T21:57:35.653Z Downloaded serde-big-array v0.5.1
6282025-01-13T21:57:35.656Z Downloaded bytes v1.8.0
6292025-01-13T21:57:35.658Z Downloaded sync-ptr v0.1.1
6302025-01-13T21:57:35.661Z Downloaded clang-sys v1.8.1
6312025-01-13T21:57:35.664Z Downloaded crc-any v2.5.0
6322025-01-13T21:57:35.666Z Downloaded tower-service v0.3.3
6332025-01-13T21:57:35.666Z Downloaded strum_macros v0.24.3
6342025-01-13T21:57:35.669Z Downloaded num-integer v0.1.46
6352025-01-13T21:57:35.672Z Downloaded num-derive v0.4.2
6362025-01-13T21:57:35.674Z Downloaded phf_shared v0.11.2
6372025-01-13T21:57:35.674Z Downloaded icu_properties v1.5.1
6382025-01-13T21:57:35.677Z Downloaded base64 v0.22.1
6392025-01-13T21:57:35.682Z Downloaded indicatif v0.17.9
6402025-01-13T21:57:35.686Z Downloaded want v0.3.1
6412025-01-13T21:57:35.689Z Downloaded darling_macro v0.20.10
6422025-01-13T21:57:35.689Z Downloaded diesel_table_macro_syntax v0.2.0
6432025-01-13T21:57:35.693Z Downloaded predicates v3.1.2
6442025-01-13T21:57:35.696Z Downloaded signature v2.2.0
6452025-01-13T21:57:35.696Z Downloaded rustc_version v0.1.7
6462025-01-13T21:57:35.699Z Downloaded walkdir v2.5.0
6472025-01-13T21:57:35.699Z Downloaded globset v0.4.15
6482025-01-13T21:57:35.702Z Downloaded heapless v0.7.17
6492025-01-13T21:57:35.706Z Downloaded signal-hook v0.3.17
6502025-01-13T21:57:35.709Z Downloaded compact_str v0.8.0
6512025-01-13T21:57:35.713Z Downloaded endian-type v0.1.2
6522025-01-13T21:57:35.716Z Downloaded cc v1.1.30
6532025-01-13T21:57:35.719Z Downloaded nu-ansi-term v0.50.1
6542025-01-13T21:57:35.722Z Downloaded string_cache v0.8.7
6552025-01-13T21:57:35.725Z Downloaded smallvec v0.6.14
6562025-01-13T21:57:35.725Z Downloaded term v0.7.0
6572025-01-13T21:57:35.730Z Downloaded openssl-macros v0.1.1
6582025-01-13T21:57:35.733Z Downloaded foreign-types-shared v0.3.1
6592025-01-13T21:57:35.733Z Downloaded russh-keys v0.45.0
6602025-01-13T21:57:35.736Z Downloaded num-conv v0.1.0
6612025-01-13T21:57:35.736Z Downloaded password-hash v0.5.0
6622025-01-13T21:57:35.739Z Downloaded password-hash v0.4.2
6632025-01-13T21:57:35.739Z Downloaded serde-hex v0.1.0
6642025-01-13T21:57:35.742Z Downloaded universal-hash v0.5.1
6652025-01-13T21:57:35.746Z Downloaded peg-runtime v0.8.3
6662025-01-13T21:57:35.746Z Downloaded pkcs1 v0.7.5
6672025-01-13T21:57:35.748Z Downloaded tap v1.0.1
6682025-01-13T21:57:35.748Z Downloaded fd-lock v4.0.2
6692025-01-13T21:57:35.751Z Downloaded unicode-xid v0.2.6
6702025-01-13T21:57:35.753Z Downloaded dropshot_endpoint v0.13.0
6712025-01-13T21:57:35.756Z Downloaded dropshot_endpoint v0.12.0
6722025-01-13T21:57:35.760Z Downloaded zopfli v0.8.1
6732025-01-13T21:57:35.762Z Downloaded hickory-server v0.24.1
6742025-01-13T21:57:35.768Z Downloaded ena v0.14.3
6752025-01-13T21:57:35.771Z Downloaded embedded-io v0.6.1
6762025-01-13T21:57:35.774Z Downloaded try-lock v0.2.5
6772025-01-13T21:57:35.774Z Downloaded hash32 v0.2.1
6782025-01-13T21:57:35.776Z Downloaded futures-core v0.3.31
6792025-01-13T21:57:35.776Z Downloaded serde_derive_internals v0.29.1
6802025-01-13T21:57:35.779Z Downloaded futures-executor v0.3.31
6812025-01-13T21:57:35.782Z Downloaded group v0.13.0
6822025-01-13T21:57:35.785Z Downloaded num-iter v0.1.45
6832025-01-13T21:57:35.785Z Downloaded thiserror v2.0.3
6842025-01-13T21:57:35.789Z Downloaded fxhash v0.2.1
6852025-01-13T21:57:35.792Z Downloaded write16 v1.0.0
6862025-01-13T21:57:35.792Z Downloaded smallvec v1.13.2
6872025-01-13T21:57:35.796Z Downloaded slog-term v2.9.1
6882025-01-13T21:57:35.799Z Downloaded progenitor v0.8.0
6892025-01-13T21:57:35.799Z Downloaded percent-encoding v2.3.1
6902025-01-13T21:57:35.802Z Downloaded pem v3.0.4
6912025-01-13T21:57:35.802Z Downloaded icu_collections v1.5.0
6922025-01-13T21:57:35.808Z Downloaded mirai-annotations v1.12.0
6932025-01-13T21:57:35.811Z Downloaded pkcs5 v0.7.1
6942025-01-13T21:57:35.813Z Downloaded newtype_derive v0.1.6
6952025-01-13T21:57:35.817Z Downloaded rustls-pemfile v1.0.4
6962025-01-13T21:57:35.828Z Downloaded synstructure v0.13.1
6972025-01-13T21:57:35.831Z Downloaded sqlformat v0.2.6
6982025-01-13T21:57:35.833Z Downloaded slog-bunyan v2.5.0
6992025-01-13T21:57:35.833Z Downloaded slog-async v2.8.0
7002025-01-13T21:57:35.836Z Downloaded futures-channel v0.3.31
7012025-01-13T21:57:35.839Z Downloaded russh-cryptovec v0.7.3
7022025-01-13T21:57:35.839Z Downloaded thiserror-no-std v2.0.2
7032025-01-13T21:57:35.841Z Downloaded tiny-keccak v2.0.2
7042025-01-13T21:57:35.844Z Downloaded serde_plain v1.0.2
7052025-01-13T21:57:35.847Z Downloaded progenitor-impl v0.8.0
7062025-01-13T21:57:35.850Z Downloaded paste v1.0.15
7072025-01-13T21:57:35.852Z Downloaded fixedbitset v0.4.2
7082025-01-13T21:57:35.855Z Downloaded utf8_iter v1.0.4
7092025-01-13T21:57:35.855Z Downloaded unicode-truncate v1.1.0
7102025-01-13T21:57:35.857Z Downloaded minimal-lexical v0.2.1
7112025-01-13T21:57:35.862Z Downloaded xz2 v0.1.7
7122025-01-13T21:57:35.865Z Downloaded writeable v0.5.5
7132025-01-13T21:57:35.867Z Downloaded sync_wrapper v1.0.1
7142025-01-13T21:57:35.868Z Downloaded aes v0.8.4
7152025-01-13T21:57:35.871Z Downloaded strum_macros v0.26.4
7162025-01-13T21:57:35.874Z Downloaded newtype-uuid v1.1.3
7172025-01-13T21:57:35.876Z Downloaded tracing-attributes v0.1.27
7182025-01-13T21:57:35.879Z Downloaded phf v0.11.2
7192025-01-13T21:57:35.879Z Downloaded pem-rfc7468 v0.7.0
7202025-01-13T21:57:35.883Z Downloaded rustls-pemfile v2.2.0
7212025-01-13T21:57:35.886Z Downloaded parking_lot v0.11.2
7222025-01-13T21:57:35.889Z Downloaded tokio-tungstenite v0.23.1
7232025-01-13T21:57:35.892Z Downloaded test-strategy v0.3.1
7242025-01-13T21:57:35.895Z Downloaded num-complex v0.4.6
7252025-01-13T21:57:35.899Z Downloaded openssl-probe v0.1.5
7262025-01-13T21:57:35.899Z Downloaded packed_struct v0.10.1
7272025-01-13T21:57:35.905Z Downloaded tar v0.4.42
7282025-01-13T21:57:35.908Z Downloaded rand_seeder v0.3.0
7292025-01-13T21:57:35.908Z Downloaded phf_shared v0.10.0
7302025-01-13T21:57:35.908Z Downloaded tokio-tungstenite v0.24.0
7312025-01-13T21:57:35.908Z Downloaded tokio-stream v0.1.16
7322025-01-13T21:57:35.913Z Downloaded ssh-encoding v0.2.0
7332025-01-13T21:57:35.916Z Downloaded derive_builder v0.20.2
7342025-01-13T21:57:35.920Z Downloaded deranged v0.3.11
7352025-01-13T21:57:35.923Z Downloaded tui-tree-widget v0.22.0
7362025-01-13T21:57:35.926Z Downloaded hashbrown v0.12.3
7372025-01-13T21:57:35.929Z Downloaded utf16_iter v1.0.5
7382025-01-13T21:57:35.931Z Downloaded libxml v0.3.3
7392025-01-13T21:57:35.936Z Downloaded untrusted v0.7.1
7402025-01-13T21:57:35.939Z Downloaded defmt-parser v0.3.4
7412025-01-13T21:57:35.939Z Downloaded defmt-macros v0.3.9
7422025-01-13T21:57:35.943Z Downloaded utf-8 v0.7.6
7432025-01-13T21:57:35.946Z Downloaded mockall v0.13.0
7442025-01-13T21:57:35.946Z Downloaded glob v0.3.1
7452025-01-13T21:57:35.949Z Downloaded rustls-pki-types v1.10.0
7462025-01-13T21:57:35.952Z Downloaded sqlparser_derive v0.2.2
7472025-01-13T21:57:35.952Z Downloaded darling_core v0.20.10
7482025-01-13T21:57:35.957Z Downloaded fragile v2.0.0
7492025-01-13T21:57:35.960Z Downloaded opaque-debug v0.3.1
7502025-01-13T21:57:35.962Z Downloaded dirs-next v2.0.0
7512025-01-13T21:57:35.962Z Downloaded flagset v0.4.6
7522025-01-13T21:57:35.965Z Downloaded phf_codegen v0.11.2
7532025-01-13T21:57:35.965Z Downloaded publicsuffix v2.2.3
7542025-01-13T21:57:35.969Z Downloaded rtoolbox v0.0.2
7552025-01-13T21:57:35.971Z Downloaded postgres-types v0.2.8
7562025-01-13T21:57:36.385Z Downloaded rustc-demangle v0.1.24
7572025-01-13T21:57:36.392Z Downloaded yasna v0.5.2
7582025-01-13T21:57:36.392Z Downloaded headers v0.4.0
7592025-01-13T21:57:36.392Z Downloaded shell-words v1.1.0
7602025-01-13T21:57:36.392Z Downloaded derive-where v1.2.7
7612025-01-13T21:57:36.392Z Downloaded phf_generator v0.11.2
7622025-01-13T21:57:36.392Z Downloaded libm v0.2.8
7632025-01-13T21:57:36.392Z Downloaded toolchain_find v0.4.0
7642025-01-13T21:57:36.392Z Downloaded dirs-sys-next v0.1.2
7652025-01-13T21:57:36.392Z Downloaded pin-project v1.1.6
7662025-01-13T21:57:36.392Z Downloaded fs_extra v1.3.0
7672025-01-13T21:57:36.392Z Downloaded number_prefix v0.4.0
7682025-01-13T21:57:36.392Z Downloaded pin-project-internal v1.1.6
7692025-01-13T21:57:36.392Z Downloaded num_threads v0.1.7
7702025-01-13T21:57:36.392Z Downloaded funty v2.0.0
7712025-01-13T21:57:36.392Z Downloaded form_urlencoded v1.2.1
7722025-01-13T21:57:36.392Z Downloaded pin-project-lite v0.2.14
7732025-01-13T21:57:36.392Z Downloaded pretty-hex v0.2.1
7742025-01-13T21:57:36.392Z Downloaded ref-cast-impl v1.0.23
7752025-01-13T21:57:36.392Z Downloaded sct v0.7.1
7762025-01-13T21:57:36.392Z Downloaded itertools v0.10.5
7772025-01-13T21:57:36.392Z Downloaded time-core v0.1.2
7782025-01-13T21:57:36.392Z Downloaded topological-sort v0.2.2
7792025-01-13T21:57:36.393Z Downloaded slog-stdlog v4.1.1
7802025-01-13T21:57:36.393Z Downloaded data-encoding v2.6.0
7812025-01-13T21:57:36.393Z Downloaded zeroize v1.8.1
7822025-01-13T21:57:36.393Z Downloaded miniz_oxide v0.8.0
7832025-01-13T21:57:36.393Z Downloaded shlex v1.3.0
7842025-01-13T21:57:36.393Z Downloaded p256 v0.13.2
7852025-01-13T21:57:36.393Z Downloaded downcast v0.11.0
7862025-01-13T21:57:36.393Z Downloaded hkdf v0.12.4
7872025-01-13T21:57:36.393Z Downloaded static_assertions v1.1.0
7882025-01-13T21:57:36.393Z Downloaded yoke-derive v0.7.4
7892025-01-13T21:57:36.393Z Downloaded pkg-config v0.3.31
7902025-01-13T21:57:36.393Z Downloaded olpc-cjson v0.1.4
7912025-01-13T21:57:36.393Z Downloaded nibble_vec v0.1.0
7922025-01-13T21:57:36.393Z Downloaded parking_lot_core v0.9.10
7932025-01-13T21:57:36.393Z Downloaded unicode_categories v0.1.1
7942025-01-13T21:57:36.393Z Downloaded spin v0.9.8
7952025-01-13T21:57:36.393Z Downloaded snafu-derive v0.8.5
7962025-01-13T21:57:36.393Z Downloaded stringprep v0.1.5
7972025-01-13T21:57:36.393Z Downloaded primeorder v0.13.6
7982025-01-13T21:57:36.393Z Downloaded zip v2.1.3
7992025-01-13T21:57:36.393Z Downloaded rustversion v1.0.17
8002025-01-13T21:57:36.393Z Downloaded enum-as-inner v0.6.1
8012025-01-13T21:57:36.393Z Downloaded embedded-io v0.4.0
8022025-01-13T21:57:36.393Z Downloaded normalize-line-endings v0.3.0
8032025-01-13T21:57:36.393Z Downloaded itertools v0.13.0
8042025-01-13T21:57:36.393Z Downloaded float-ord v0.3.2
8052025-01-13T21:57:36.393Z Downloaded float-cmp v0.9.0
8062025-01-13T21:57:36.393Z Downloaded progenitor-macro v0.8.0
8072025-01-13T21:57:36.393Z Downloaded ed25519 v2.2.3
8082025-01-13T21:57:36.393Z Downloaded postcard v1.0.10
8092025-01-13T21:57:36.393Z Downloaded mockall_derive v0.13.0
8102025-01-13T21:57:36.393Z Downloaded tracing-core v0.1.32
8112025-01-13T21:57:36.393Z Downloaded tinystr v0.7.6
8122025-01-13T21:57:36.393Z Downloaded rfc6979 v0.4.0
8132025-01-13T21:57:36.393Z Downloaded resolv-conf v0.7.0
8142025-01-13T21:57:36.393Z Downloaded newline-converter v0.3.0
8152025-01-13T21:57:36.393Z Downloaded tls_codec v0.4.1
8162025-01-13T21:57:36.393Z Downloaded thiserror-impl v2.0.3
8172025-01-13T21:57:36.393Z Downloaded structmeta v0.2.0
8182025-01-13T21:57:36.393Z Downloaded aws-lc-rs v1.10.0
8192025-01-13T21:57:36.394Z Downloaded tinyvec_macros v0.1.1
8202025-01-13T21:57:36.394Z Downloaded rand_core v0.6.4
8212025-01-13T21:57:36.394Z Downloaded sec1 v0.7.3
8222025-01-13T21:57:36.394Z Downloaded proc-macro-crate v1.3.1
8232025-01-13T21:57:36.394Z Downloaded rand_chacha v0.3.1
8242025-01-13T21:57:36.394Z Downloaded nanorand v0.7.0
8252025-01-13T21:57:36.394Z Downloaded multimap v0.10.0
8262025-01-13T21:57:36.394Z Downloaded diff v0.1.13
8272025-01-13T21:57:36.394Z Downloaded schemars_derive v0.8.21
8282025-01-13T21:57:36.394Z Downloaded packed_struct_codegen v0.10.1
8292025-01-13T21:57:36.394Z Downloaded expectorate v1.1.0
8302025-01-13T21:57:36.394Z Downloaded path-slash v0.1.5
8312025-01-13T21:57:36.394Z Downloaded num_enum v0.5.11
8322025-01-13T21:57:36.394Z Downloaded take_mut v0.2.2
8332025-01-13T21:57:36.394Z Downloaded ghash v0.5.1
8342025-01-13T21:57:36.394Z Downloaded vsss-rs v3.3.4
8352025-01-13T21:57:36.394Z Downloaded radium v0.7.0
8362025-01-13T21:57:36.394Z Downloaded thread_local v1.1.8
8372025-01-13T21:57:36.394Z Downloaded ecdsa v0.16.9
8382025-01-13T21:57:36.394Z Downloaded mio v1.0.2
8392025-01-13T21:57:36.394Z Downloaded predicates-tree v1.0.11
8402025-01-13T21:57:36.394Z Downloaded secrecy v0.8.0
8412025-01-13T21:57:36.394Z Downloaded predicates-core v1.0.8
8422025-01-13T21:57:36.394Z Downloaded slog v2.7.0
8432025-01-13T21:57:36.394Z Downloaded foreign-types-shared v0.1.1
8442025-01-13T21:57:36.394Z Downloaded displaydoc v0.2.5
8452025-01-13T21:57:36.394Z Downloaded nom v7.1.3
8462025-01-13T21:57:36.394Z Downloaded signal-hook-tokio v0.3.1
8472025-01-13T21:57:36.394Z Downloaded polyval v0.6.2
8482025-01-13T21:57:36.394Z Downloaded pin-utils v0.1.0
8492025-01-13T21:57:36.394Z Downloaded derive_builder_macro v0.20.2
8502025-01-13T21:57:36.394Z Downloaded either v1.13.0
8512025-01-13T21:57:36.394Z Downloaded futures v0.3.31
8522025-01-13T21:57:36.394Z Downloaded toml v0.7.8
8532025-01-13T21:57:36.394Z Downloaded zerocopy v0.6.6
8542025-01-13T21:57:36.394Z Downloaded strip-ansi-escapes v0.2.0
8552025-01-13T21:57:36.394Z Downloaded unicode-segmentation v1.12.0
8562025-01-13T21:57:36.394Z Downloaded foreign-types v0.3.2
8572025-01-13T21:57:36.399Z Downloaded native-tls v0.2.12
8582025-01-13T21:57:36.399Z Downloaded hashbrown v0.14.5
8592025-01-13T21:57:36.399Z Downloaded thiserror-impl-no-std v2.0.2
8602025-01-13T21:57:36.399Z Downloaded multer v3.1.0
8612025-01-13T21:57:36.399Z Downloaded semver v0.1.20
8622025-01-13T21:57:36.399Z Downloaded ppv-lite86 v0.2.20
8632025-01-13T21:57:36.399Z Downloaded tinyvec v1.8.0
8642025-01-13T21:57:36.399Z Downloaded structmeta v0.3.0
8652025-01-13T21:57:36.399Z Downloaded slab v0.4.9
8662025-01-13T21:57:36.399Z Downloaded owo-colors v4.1.0
8672025-01-13T21:57:36.399Z Downloaded tabwriter v1.4.0
8682025-01-13T21:57:36.399Z Downloaded pbkdf2 v0.12.2
8692025-01-13T21:57:36.399Z Downloaded foreign-types-macros v0.2.3
8702025-01-13T21:57:36.399Z Downloaded peg v0.8.4
8712025-01-13T21:57:36.399Z Downloaded der v0.7.9
8722025-01-13T21:57:36.399Z Downloaded whoami v1.5.2
8732025-01-13T21:57:36.399Z Downloaded foldhash v0.1.3
8742025-01-13T21:57:36.399Z Downloaded pbkdf2 v0.11.0
8752025-01-13T21:57:36.399Z Downloaded display-error-chain v0.2.2
8762025-01-13T21:57:36.399Z Downloaded unicode-normalization v0.1.24
8772025-01-13T21:57:36.399Z Downloaded poly1305 v0.8.0
8782025-01-13T21:57:36.399Z Downloaded scheduled-thread-pool v0.2.7
8792025-01-13T21:57:36.399Z Downloaded serde_urlencoded v0.7.1
8802025-01-13T21:57:36.399Z Downloaded twox-hash v1.6.3
8812025-01-13T21:57:36.399Z Downloaded simd-adler32 v0.3.7
8822025-01-13T21:57:36.399Z Downloaded typify v0.2.0
8832025-01-13T21:57:36.399Z Downloaded defmt v0.3.8
8842025-01-13T21:57:36.399Z Downloaded elliptic-curve v0.13.8
8852025-01-13T21:57:36.399Z Downloaded getrandom v0.2.15
8862025-01-13T21:57:36.399Z Downloaded parking_lot_core v0.8.6
8872025-01-13T21:57:36.399Z Downloaded structmeta-derive v0.2.0
8882025-01-13T21:57:36.399Z Downloaded samael v0.0.17
8892025-01-13T21:57:36.399Z Downloaded vergen v8.3.2
8902025-01-13T21:57:36.400Z Downloaded russh v0.45.0
8912025-01-13T21:57:36.400Z Downloaded tungstenite v0.21.0
8922025-01-13T21:57:36.400Z Downloaded chrono v0.4.38
8932025-01-13T21:57:36.400Z Downloaded tough v0.19.0
8942025-01-13T21:57:36.400Z Downloaded salsa20 v0.10.2
8952025-01-13T21:57:36.400Z Downloaded rcgen v0.12.1
8962025-01-13T21:57:36.400Z Downloaded proptest v1.5.0
8972025-01-13T21:57:36.400Z Downloaded serde_with v3.11.0
8982025-01-13T21:57:36.400Z Downloaded num-bigint-dig v0.8.4
8992025-01-13T21:57:36.400Z Downloaded tungstenite v0.23.0
9002025-01-13T21:57:36.400Z Downloaded quick-xml v0.33.0
9012025-01-13T21:57:36.400Z Downloaded flume v0.11.1
9022025-01-13T21:57:36.400Z Downloaded zerocopy-derive v0.8.10
9032025-01-13T21:57:36.400Z Downloaded schemars v0.8.21
9042025-01-13T21:57:36.403Z Downloaded p521 v0.13.3
9052025-01-13T21:57:36.407Z Downloaded rustls-webpki v0.101.7
9062025-01-13T21:57:36.422Z Downloaded similar v2.6.0
9072025-01-13T21:57:36.426Z Downloaded idna v0.5.0
9082025-01-13T21:57:36.433Z Downloaded quinn-proto v0.11.8
9092025-01-13T21:57:36.440Z Downloaded reedline v0.35.0
9102025-01-13T21:57:36.447Z Downloaded futures-util v0.3.31
9112025-01-13T21:57:36.459Z Downloaded rustyline v14.0.0
9122025-01-13T21:57:36.464Z Downloaded num-bigint v0.4.6
9132025-01-13T21:57:36.470Z Downloaded portable-atomic v1.9.0
9142025-01-13T21:57:36.477Z Downloaded idna v0.4.0
9152025-01-13T21:57:36.484Z Downloaded curve25519-dalek v4.1.3
9162025-01-13T21:57:36.493Z Downloaded sqlparser v0.45.0
9172025-01-13T21:57:36.498Z Downloaded zerovec v0.10.4
9182025-01-13T21:57:36.504Z Downloaded typed-path v0.9.3
9192025-01-13T21:57:36.511Z Downloaded time v0.3.36
9202025-01-13T21:57:36.519Z Downloaded object v0.30.4
9212025-01-13T21:57:36.529Z Downloaded reqwest v0.12.9
9222025-01-13T21:57:36.538Z Downloaded webpki-roots v0.26.6
9232025-01-13T21:57:36.542Z Downloaded petname v2.0.2
9242025-01-13T21:57:36.549Z Downloaded git2 v0.19.0
9252025-01-13T21:57:36.558Z Downloaded openssl v0.10.66
9262025-01-13T21:57:36.568Z Downloaded winnow v0.5.40
9272025-01-13T21:57:36.578Z Downloaded nix v0.28.0
9282025-01-13T21:57:36.589Z Downloaded p384 v0.13.0
9292025-01-13T21:57:36.595Z Downloaded salty v0.3.0
9302025-01-13T21:57:36.602Z Downloaded regex-syntax v0.6.29
9312025-01-13T21:57:36.611Z Downloaded regex v1.11.1
9322025-01-13T21:57:36.627Z Downloaded zerocopy v0.8.10
9332025-01-13T21:57:36.653Z Downloaded vcpkg v0.2.15
9342025-01-13T21:57:36.693Z Downloaded dropshot v0.13.0
9352025-01-13T21:57:36.716Z Downloaded nix v0.27.1
9362025-01-13T21:57:36.727Z Downloaded radix_trie v0.2.1
9372025-01-13T21:57:36.732Z Downloaded smoltcp v0.11.0
9382025-01-13T21:57:36.745Z Downloaded rustls v0.23.19
9392025-01-13T21:57:36.758Z Downloaded chrono-tz v0.10.0
9402025-01-13T21:57:36.766Z Downloaded nix v0.29.0
9412025-01-13T21:57:36.778Z Downloaded regress v0.10.1
9422025-01-13T21:57:36.788Z Downloaded openapiv3 v2.0.0
9432025-01-13T21:57:36.802Z Downloaded unicode-width v0.2.0
9442025-01-13T21:57:36.809Z Downloaded regress v0.9.1
9452025-01-13T21:57:36.820Z Downloaded rustls v0.22.4
9462025-01-13T21:57:36.849Z Downloaded hickory-proto v0.24.1
9472025-01-13T21:57:36.873Z Downloaded gimli v0.31.1
9482025-01-13T21:57:36.881Z Downloaded dropshot v0.12.0
9492025-01-13T21:57:36.904Z Downloaded trust-dns-proto v0.22.0
9502025-01-13T21:57:36.913Z Downloaded ratatui v0.28.1
9512025-01-13T21:57:36.933Z Downloaded typify-impl v0.2.0
9522025-01-13T21:57:36.948Z Downloaded sled v0.34.7
9532025-01-13T21:57:36.958Z Downloaded bzip2-sys v0.1.11+1.0.8
9542025-01-13T21:57:36.970Z Downloaded object v0.36.5
9552025-01-13T21:57:36.982Z Downloaded zerocopy-derive v0.6.6
9562025-01-13T21:57:36.991Z Downloaded bstr v1.10.0
9572025-01-13T21:57:37.002Z Downloaded smoltcp v0.9.1
9582025-01-13T21:57:37.012Z Downloaded regex-automata v0.4.8
9592025-01-13T21:57:37.028Z Downloaded polar-core v0.27.3
9602025-01-13T21:57:37.037Z Downloaded diesel v2.2.6
9612025-01-13T21:57:37.055Z Downloaded petgraph v0.6.5
9622025-01-13T21:57:37.072Z Downloaded tokio v1.40.0
9632025-01-13T21:57:37.108Z Downloaded libz-sys v1.1.20
9642025-01-13T21:57:37.128Z Downloaded lzma-sys v0.1.20
9652025-01-13T21:57:37.157Z Downloaded regex-syntax v0.8.5
9662025-01-13T21:57:37.165Z Downloaded csv v1.3.0
9672025-01-13T21:57:37.185Z Downloaded rustls-webpki v0.102.8
9682025-01-13T21:57:37.201Z Downloaded rustls v0.21.12
9692025-01-13T21:57:37.212Z Downloaded rusqlite v0.32.1
9702025-01-13T21:57:37.218Z Downloaded idna v0.3.0
9712025-01-13T21:57:37.224Z Downloaded idna v0.2.3
9722025-01-13T21:57:37.231Z Downloaded tokio-util v0.7.12
9732025-01-13T21:57:37.237Z Downloaded sha3 v0.10.8
9742025-01-13T21:57:37.242Z Downloaded ed25519-dalek v2.1.1
9752025-01-13T21:57:37.245Z Downloaded toml_edit v0.19.15
9762025-01-13T21:57:37.259Z Downloaded lalrpop v0.19.12
9772025-01-13T21:57:37.270Z Downloaded h2 v0.4.6
9782025-01-13T21:57:37.277Z Downloaded bitvec v1.0.1
9792025-01-13T21:57:37.291Z Downloaded icu_properties_data v1.5.0
9802025-01-13T21:57:37.301Z Downloaded flate2 v1.0.34
9812025-01-13T21:57:37.306Z Downloaded parking_lot v0.12.3
9822025-01-13T21:57:37.309Z Downloaded foreign-types v0.5.0
9832025-01-13T21:57:37.309Z Downloaded strum_macros v0.25.3
9842025-01-13T21:57:37.312Z Downloaded unsafe-libyaml v0.2.11
9852025-01-13T21:57:37.315Z Downloaded omicron-zone-package v0.12.0
9862025-01-13T21:57:37.317Z Downloaded vte v0.11.1
9872025-01-13T21:57:37.320Z Downloaded rayon v1.10.0
9882025-01-13T21:57:37.328Z Downloaded bindgen v0.69.5
9892025-01-13T21:57:37.335Z Downloaded url v2.5.3
9902025-01-13T21:57:37.338Z Downloaded aho-corasick v1.1.3
9912025-01-13T21:57:37.343Z Downloaded derive_more v0.99.18
9922025-01-13T21:57:37.348Z Downloaded unicode-properties v0.1.3
9932025-01-13T21:57:37.350Z Downloaded snafu v0.8.5
9942025-01-13T21:57:37.355Z Downloaded num v0.4.3
9952025-01-13T21:57:37.358Z Downloaded nodrop v0.1.14
9962025-01-13T21:57:37.358Z Downloaded debug-ignore v1.0.5
9972025-01-13T21:57:37.360Z Downloaded zerofrom-derive v0.1.4
9982025-01-13T21:57:37.361Z Downloaded num_enum_derive v0.5.11
9992025-01-13T21:57:37.361Z Downloaded tokio-rustls v0.26.0
10002025-01-13T21:57:37.363Z Downloaded tokio-rustls v0.25.0
10012025-01-13T21:57:37.366Z Downloaded time-macros v0.2.18
10022025-01-13T21:57:37.368Z Downloaded socket2 v0.5.7
10032025-01-13T21:57:37.368Z Downloaded ron v0.8.1
10042025-01-13T21:57:37.373Z Downloaded new_debug_unreachable v1.0.6
10052025-01-13T21:57:37.376Z Downloaded which v4.4.2
10062025-01-13T21:57:37.376Z Downloaded ron v0.7.1
10072025-01-13T21:57:37.380Z Downloaded tracing v0.1.40
10082025-01-13T21:57:37.384Z Downloaded blake3 v1.5.4
10092025-01-13T21:57:37.392Z Downloaded encoding_rs v0.8.34
10102025-01-13T21:57:37.413Z Downloaded r2d2 v0.8.10
10112025-01-13T21:57:37.415Z Downloaded subprocess v0.2.9
10122025-01-13T21:57:37.418Z Downloaded peg-macros v0.8.4
10132025-01-13T21:57:37.420Z Downloaded parse-display v0.10.0
10142025-01-13T21:57:37.420Z Downloaded gethostname v0.5.0
10152025-01-13T21:57:37.420Z Downloaded futures-macro v0.3.31
10162025-01-13T21:57:37.423Z Downloaded futures-io v0.3.31
10172025-01-13T21:57:37.423Z Downloaded difflib v0.4.0
10182025-01-13T21:57:37.423Z Downloaded hashbrown v0.13.2
10192025-01-13T21:57:37.427Z Downloaded hyper v1.5.0
10202025-01-13T21:57:37.433Z Downloaded derive_builder_core v0.20.2
10212025-01-13T21:57:37.436Z Downloaded serde_yaml v0.9.34+deprecated
10222025-01-13T21:57:37.438Z Downloaded zerovec-derive v0.10.3
10232025-01-13T21:57:37.441Z Downloaded der_derive v0.7.3
10242025-01-13T21:57:37.443Z Downloaded num-traits v0.2.19
10252025-01-13T21:57:37.446Z Downloaded rayon-core v1.12.1
10262025-01-13T21:57:37.450Z Downloaded steno v0.4.1
10272025-01-13T21:57:37.453Z Downloaded ssh-key v0.6.6
10282025-01-13T21:57:37.458Z Downloaded itertools v0.12.1
10292025-01-13T21:57:37.465Z Downloaded idna v1.0.3
10302025-01-13T21:57:37.469Z Downloaded crossterm v0.28.1
10312025-01-13T21:57:37.475Z Downloaded diesel_derives v2.2.3
10322025-01-13T21:57:37.478Z Downloaded parse-zoneinfo v0.3.1
10332025-01-13T21:57:37.481Z Downloaded postgres-protocol v0.6.7
10342025-01-13T21:57:37.484Z Downloaded libgit2-sys v0.17.0+1.8.1
10352025-01-13T21:57:37.538Z Downloaded zip v0.6.6
10362025-01-13T21:57:37.543Z Downloaded quinn v0.11.5
10372025-01-13T21:57:37.545Z Downloaded x509-cert v0.2.5
10382025-01-13T21:57:37.550Z Downloaded aes-gcm v0.10.3
10392025-01-13T21:57:37.553Z Downloaded untrusted v0.9.0
10402025-01-13T21:57:37.556Z Downloaded half v2.4.1
10412025-01-13T21:57:37.559Z Downloaded supports-color v3.0.1
10422025-01-13T21:57:37.559Z Downloaded subtle v2.6.1
10432025-01-13T21:57:37.561Z Downloaded num-rational v0.4.2
10442025-01-13T21:57:37.561Z Downloaded serde_with_macros v3.11.0
10452025-01-13T21:57:37.563Z Downloaded tokio-postgres v0.7.12
10462025-01-13T21:57:37.567Z Downloaded yoke v0.7.4
10472025-01-13T21:57:37.570Z Downloaded ssh-cipher v0.2.0
10482025-01-13T21:57:37.572Z Downloaded siphasher v0.3.11
10492025-01-13T21:57:37.572Z Downloaded env_logger v0.11.5
10502025-01-13T21:57:37.575Z Downloaded env_logger v0.10.2
10512025-01-13T21:57:37.578Z Downloaded serde_path_to_error v0.1.16
10522025-01-13T21:57:37.580Z Downloaded rand_xorshift v0.3.0
10532025-01-13T21:57:37.580Z Downloaded powerfmt v0.2.0
10542025-01-13T21:57:37.580Z Downloaded env_filter v0.1.2
10552025-01-13T21:57:37.583Z Downloaded value-bag v1.9.0
10562025-01-13T21:57:37.586Z Downloaded spki v0.7.3
10572025-01-13T21:57:37.586Z Downloaded rsa v0.9.6
10582025-01-13T21:57:37.591Z Downloaded oso v0.27.3
10592025-01-13T21:57:37.594Z Downloaded openssl-sys v0.9.103
10602025-01-13T21:57:37.598Z Downloaded qorb v0.2.1
10612025-01-13T21:57:37.602Z Downloaded des v0.8.1
10622025-01-13T21:57:37.605Z Downloaded http v1.1.0
10632025-01-13T21:57:37.607Z Downloaded wait-timeout v0.2.0
10642025-01-13T21:57:37.610Z Downloaded tokio-tungstenite v0.21.0
10652025-01-13T21:57:37.613Z Downloaded unicode-bidi v0.3.17
10662025-01-13T21:57:37.613Z Downloaded tungstenite v0.24.0
10672025-01-13T21:57:37.616Z Downloaded rand v0.8.5
10682025-01-13T21:57:37.619Z Downloaded smf v0.2.3
10692025-01-13T21:57:37.622Z Downloaded enum-as-inner v0.5.1
10702025-01-13T21:57:37.622Z Downloaded hashlink v0.9.1
10712025-01-13T21:57:37.625Z Downloaded fatfs v0.3.6
10722025-01-13T21:57:37.628Z Downloaded diesel-dtrace v0.4.2
10732025-01-13T21:57:37.630Z Downloaded hickory-resolver v0.24.1
10742025-01-13T21:57:37.633Z Downloaded crypto-bigint v0.5.5
10752025-01-13T21:57:37.638Z Downloaded crossbeam-channel v0.5.13
10762025-01-13T21:57:37.642Z Downloaded dhcproto v0.12.0
10772025-01-13T21:57:37.645Z Downloaded uuid v1.11.0
10782025-01-13T21:57:37.648Z Downloaded rustc-hash v2.0.0
10792025-01-13T21:57:37.651Z Downloaded const_format v0.2.33
10802025-01-13T21:57:37.653Z Downloaded chacha20poly1305 v0.10.1
10812025-01-13T21:57:37.656Z Downloaded bumpalo v3.16.0
10822025-01-13T21:57:37.659Z Downloaded prettyplease v0.2.25
10832025-01-13T21:57:37.661Z Downloaded uzers v0.12.1
10842025-01-13T21:57:37.665Z Downloaded rustc-hash v1.1.0
10852025-01-13T21:57:37.665Z Downloaded rpassword v7.3.1
10862025-01-13T21:57:37.665Z Downloaded psl-types v2.0.11
10872025-01-13T21:57:37.668Z Downloaded arc-swap v1.7.1
10882025-01-13T21:57:37.668Z Downloaded quick-error v1.2.3
10892025-01-13T21:57:37.671Z Downloaded unicase v2.7.0
10902025-01-13T21:57:37.671Z Downloaded zerofrom v0.1.4
10912025-01-13T21:57:37.671Z Downloaded vte_generate_state_changes v0.1.2
10922025-01-13T21:57:37.673Z Downloaded pkcs8 v0.10.2
10932025-01-13T21:57:37.676Z Downloaded icu_provider v1.5.0
10942025-01-13T21:57:37.679Z Downloaded parse-display-derive v0.10.0
10952025-01-13T21:57:37.679Z Downloaded icu_locid v1.5.0
10962025-01-13T21:57:37.682Z Downloaded tokio-rustls v0.24.1
10972025-01-13T21:57:37.685Z Downloaded backtrace v0.3.74
10982025-01-13T21:57:37.689Z Downloaded ff v0.13.0
10992025-01-13T21:57:37.692Z Downloaded stable_deref_trait v1.2.0
11002025-01-13T21:57:37.692Z Downloaded fallible-iterator v0.2.0
11012025-01-13T21:57:37.695Z Downloaded dyn-clone v1.0.17
11022025-01-13T21:57:37.695Z Downloaded icu_normalizer v1.5.0
11032025-01-13T21:57:37.697Z Downloaded crossbeam-epoch v0.9.18
11042025-01-13T21:57:37.700Z Downloaded dsl_auto_type v0.1.2
11052025-01-13T21:57:37.703Z Downloaded zone v0.3.0
11062025-01-13T21:57:37.703Z Downloaded xattr v1.3.1
11072025-01-13T21:57:37.705Z Downloaded wyz v0.5.1
11082025-01-13T21:57:37.705Z Downloaded unarray v0.1.4
11092025-01-13T21:57:37.706Z Downloaded typify-macro v0.2.0
11102025-01-13T21:57:37.706Z Downloaded base64 v0.13.1
11112025-01-13T21:57:37.709Z Downloaded allocator-api2 v0.2.18
11122025-01-13T21:57:37.711Z Downloaded structmeta-derive v0.3.0
11132025-01-13T21:57:37.714Z Downloaded ipnet v2.10.1
11142025-01-13T21:57:37.714Z Downloaded icu_normalizer_data v1.5.0
11152025-01-13T21:57:37.717Z Downloaded slog-envlogger v2.2.0
11162025-01-13T21:57:37.719Z Downloaded slog-dtrace v0.3.0
11172025-01-13T21:57:37.719Z Downloaded futures-task v0.3.31
11182025-01-13T21:57:37.719Z Downloaded tokio-macros v2.4.0
11192025-01-13T21:57:37.727Z Downloaded cancel-safe-futures v0.1.5
11202025-01-13T21:57:37.727Z Downloaded bzip2 v0.4.4
11212025-01-13T21:57:37.727Z Downloaded fallible-streaming-iterator v0.1.9
11222025-01-13T21:57:37.730Z Downloaded slog-scope v4.4.0
11232025-01-13T21:57:37.730Z Downloaded slog-json v2.6.1
11242025-01-13T21:57:37.733Z Downloaded signal-hook-mio v0.2.4
11252025-01-13T21:57:37.733Z Downloaded sha1 v0.10.6
11262025-01-13T21:57:37.736Z Downloaded serde_repr v0.1.19
11272025-01-13T21:57:37.736Z Downloaded scopeguard v1.2.0
11282025-01-13T21:57:37.736Z Downloaded quinn-udp v0.5.5
11292025-01-13T21:57:37.739Z Downloaded icu_locid_transform v1.5.0
11302025-01-13T21:57:37.742Z Downloaded waitgroup v0.1.2
11312025-01-13T21:57:37.742Z Downloaded iana-time-zone v0.1.61
11322025-01-13T21:57:37.744Z Downloaded lock_api v0.4.12
11332025-01-13T21:57:37.747Z Downloaded cookie_store v0.21.0
11342025-01-13T21:57:37.748Z Downloaded buf-list v1.0.3
11352025-01-13T21:57:37.750Z Downloaded http-body-util v0.1.2
11362025-01-13T21:57:37.750Z Downloaded highway v1.2.0
11372025-01-13T21:57:37.753Z Downloaded ctr v0.9.2
11382025-01-13T21:57:37.753Z Downloaded console v0.15.8
11392025-01-13T21:57:37.756Z Downloaded bb8 v0.8.5
11402025-01-13T21:57:37.759Z Downloaded idna_adapter v1.2.0
11412025-01-13T21:57:37.759Z Downloaded bitfield v0.14.0
11422025-01-13T21:57:37.762Z Downloaded maybe-uninit v2.0.0
11432025-01-13T21:57:37.762Z Downloaded lalrpop-util v0.19.12
11442025-01-13T21:57:37.762Z Downloaded hyper-staticfile v0.10.1
11452025-01-13T21:57:37.764Z Downloaded async-stream-impl v0.3.6
11462025-01-13T21:57:37.764Z Downloaded arrayvec v0.7.6
11472025-01-13T21:57:37.767Z Downloaded internet-checksum v0.2.1
11482025-01-13T21:57:37.767Z Downloaded libsw v3.3.1
11492025-01-13T21:57:37.770Z Downloaded impl-trait-for-tuples v0.2.2
11502025-01-13T21:57:37.770Z Downloaded bcrypt-pbkdf v0.10.0
11512025-01-13T21:57:37.774Z Downloaded async-recursion v1.1.1
11522025-01-13T21:57:37.777Z Downloaded lazycell v1.3.0
11532025-01-13T21:57:37.777Z Downloaded is-terminal v0.4.13
11542025-01-13T21:57:37.777Z Downloaded ipnetwork v0.20.0
11552025-01-13T21:57:37.780Z Downloaded inout v0.1.3
11562025-01-13T21:57:37.780Z Downloaded indoc v1.0.9
11572025-01-13T21:57:37.782Z Downloaded indent_write v2.2.0
11582025-01-13T21:57:37.782Z Downloaded curve25519-dalek-derive v0.1.1
11592025-01-13T21:57:37.785Z Downloaded cobs v0.2.3
11602025-01-13T21:57:37.785Z Downloaded castaway v0.2.3
11612025-01-13T21:57:37.788Z Downloaded ascii-canvas v3.0.0
11622025-01-13T21:57:37.788Z Downloaded lazy_static v1.5.0
11632025-01-13T21:57:37.790Z Downloaded kstat-rs v0.2.4
11642025-01-13T21:57:37.790Z Downloaded keccak v0.1.5
11652025-01-13T21:57:37.790Z Downloaded crossbeam-deque v0.8.5
11662025-01-13T21:57:37.793Z Downloaded home v0.5.9
11672025-01-13T21:57:37.793Z Downloaded colored v2.1.0
11682025-01-13T21:57:37.796Z Downloaded ciborium-ll v0.2.2
11692025-01-13T21:57:37.796Z Downloaded cexpr v0.6.0
11702025-01-13T21:57:37.800Z Downloaded hostname v0.3.1
11712025-01-13T21:57:37.800Z Downloaded crc v3.2.1
11722025-01-13T21:57:37.802Z Downloaded base16ct v0.2.0
11732025-01-13T21:57:37.802Z Downloaded bit-set v0.5.3
11742025-01-13T21:57:37.805Z Downloaded async-stream v0.3.6
11752025-01-13T21:57:37.853Z Downloaded ring v0.17.8
11762025-01-13T21:57:37.969Z Downloaded libsqlite3-sys v0.30.1
11772025-01-13T21:57:38.163Z Downloaded aws-lc-sys v0.22.0
11782025-01-13T21:57:38.464Z Compiling serde v1.0.215
11792025-01-13T21:57:38.467Z Compiling lock_api v0.4.12
11802025-01-13T21:57:38.467Z Compiling scopeguard v1.2.0
11812025-01-13T21:57:38.467Z Compiling value-bag v1.9.0
11822025-01-13T21:57:38.467Z Compiling typenum v1.17.0
11832025-01-13T21:57:38.467Z Compiling generic-array v0.14.7
11842025-01-13T21:57:38.616Z Compiling syn v2.0.87
11852025-01-13T21:57:38.619Z Compiling getrandom v0.2.15
11862025-01-13T21:57:38.728Z Compiling subtle v2.6.1
11872025-01-13T21:57:38.968Z Compiling rand_core v0.6.4
11882025-01-13T21:57:39.059Z Compiling log v0.4.22
11892025-01-13T21:57:39.148Z Compiling shlex v1.3.0
11902025-01-13T21:57:39.170Z Compiling jobserver v0.1.32
11912025-01-13T21:57:39.209Z Compiling const-oid v0.9.6
11922025-01-13T21:57:39.522Z Compiling cc v1.1.30
11932025-01-13T21:57:39.541Z Compiling smallvec v1.13.2
11942025-01-13T21:57:39.570Z Compiling spin v0.9.8
11952025-01-13T21:57:39.923Z Compiling pin-project-lite v0.2.14
11962025-01-13T21:57:39.946Z Compiling rustix v0.38.37
11972025-01-13T21:57:39.948Z Compiling parking_lot_core v0.9.10
11982025-01-13T21:57:40.051Z Compiling futures-core v0.3.31
11992025-01-13T21:57:40.093Z Compiling signal-hook-registry v1.4.2
12002025-01-13T21:57:40.298Z Compiling mio v1.0.2
12012025-01-13T21:57:40.891Z Compiling parking_lot v0.12.3
12022025-01-13T21:57:40.910Z Compiling aho-corasick v1.1.3
12032025-01-13T21:57:41.034Z Compiling regex-syntax v0.8.5
12042025-01-13T21:57:41.325Z Compiling cpufeatures v0.2.14
12052025-01-13T21:57:41.343Z Compiling either v1.13.0
12062025-01-13T21:57:41.448Z Compiling lazy_static v1.5.0
12072025-01-13T21:57:41.575Z Compiling glob v0.3.1
12082025-01-13T21:57:41.612Z Compiling futures-sink v0.3.31
12092025-01-13T21:57:41.774Z Compiling stable_deref_trait v1.2.0
12102025-01-13T21:57:41.796Z Compiling socket2 v0.5.7
12112025-01-13T21:57:41.890Z Compiling slab v0.4.9
12122025-01-13T21:57:41.936Z Compiling prettyplease v0.2.25
12132025-01-13T21:57:42.306Z Compiling serde_json v1.0.133
12142025-01-13T21:57:42.353Z Compiling minimal-lexical v0.2.1
12152025-01-13T21:57:42.597Z Compiling clang-sys v1.8.1
12162025-01-13T21:57:42.806Z Compiling nom v7.1.3
12172025-01-13T21:57:42.910Z Compiling libloading v0.8.5
12182025-01-13T21:57:42.977Z Compiling bindgen v0.69.5
12192025-01-13T21:57:43.353Z Compiling home v0.5.9
12202025-01-13T21:57:43.641Z Compiling futures-channel v0.3.31
12212025-01-13T21:57:43.803Z Compiling itertools v0.12.1
12222025-01-13T21:57:44.100Z Compiling futures-io v0.3.31
12232025-01-13T21:57:44.123Z Compiling pin-utils v0.1.0
12242025-01-13T21:57:44.221Z Compiling rustc-hash v1.1.0
12252025-01-13T21:57:44.391Z Compiling foldhash v0.1.3
12262025-01-13T21:57:44.440Z Compiling futures-task v0.3.31
12272025-01-13T21:57:44.711Z Compiling allocator-api2 v0.2.18
12282025-01-13T21:57:44.749Z Compiling lazycell v1.3.0
12292025-01-13T21:57:44.926Z Compiling libm v0.2.8
12302025-01-13T21:57:45.260Z Compiling regex-automata v0.4.8
12312025-01-13T21:57:45.539Z Compiling hashbrown v0.15.1
12322025-01-13T21:57:46.625Z Compiling synstructure v0.13.1
12332025-01-13T21:57:46.917Z Compiling cexpr v0.6.0
12342025-01-13T21:57:47.097Z Compiling cmake v0.1.51
12352025-01-13T21:57:48.155Z Compiling num-traits v0.2.19
12362025-01-13T21:57:48.271Z Compiling dunce v1.0.5
12372025-01-13T21:57:48.332Z Compiling fs_extra v1.3.0
12382025-01-13T21:57:48.398Z Compiling tinyvec_macros v0.1.1
12392025-01-13T21:57:48.426Z Compiling pkg-config v0.3.31
12402025-01-13T21:57:48.494Z Compiling tinyvec v1.8.0
12412025-01-13T21:57:48.925Z Compiling ring v0.17.8
12422025-01-13T21:57:49.989Z Compiling unicode-normalization v0.1.24
12432025-01-13T21:57:50.063Z Compiling litemap v0.7.3
12442025-01-13T21:57:50.082Z Compiling writeable v0.5.5
12452025-01-13T21:57:50.307Z Compiling unicode-bidi v0.3.17
12462025-01-13T21:57:50.453Z Compiling base64ct v1.6.0
12472025-01-13T21:57:50.685Z Compiling regex v1.11.1
12482025-01-13T21:57:51.094Z Compiling paste v1.0.15
12492025-01-13T21:57:51.148Z Compiling pem-rfc7468 v0.7.0
12502025-01-13T21:57:51.794Z Compiling flagset v0.4.6
12512025-01-13T21:57:51.823Z Compiling httparse v1.9.5
12522025-01-13T21:57:51.882Z Compiling aws-lc-rs v1.10.0
12532025-01-13T21:57:52.119Z Compiling tracing-core v0.1.32
12542025-01-13T21:57:52.294Z Compiling percent-encoding v2.3.1
12552025-01-13T21:57:52.635Z Compiling rustls-pki-types v1.10.0
12562025-01-13T21:57:52.674Z Compiling crossbeam-utils v0.8.20
12572025-01-13T21:57:53.136Z Compiling icu_locid_transform_data v1.5.0
12582025-01-13T21:57:53.308Z Compiling icu_properties_data v1.5.0
12592025-01-13T21:57:53.327Z Compiling untrusted v0.7.1
12602025-01-13T21:57:53.502Z Compiling powerfmt v0.2.0
12612025-01-13T21:57:53.549Z Compiling time-core v0.1.2
12622025-01-13T21:57:53.569Z Compiling serde_derive v1.0.215
12632025-01-13T21:57:53.647Z Compiling zeroize_derive v1.4.2
12642025-01-13T21:57:53.711Z Compiling zerocopy-derive v0.7.35
12652025-01-13T21:57:53.867Z Compiling tokio-macros v2.4.0
12662025-01-13T21:57:53.898Z Compiling zerofrom-derive v0.1.4
12672025-01-13T21:57:55.072Z Compiling zeroize v1.8.1
12682025-01-13T21:57:55.412Z Compiling yoke-derive v0.7.4
12692025-01-13T21:57:55.465Z Compiling thiserror-impl v1.0.69
12702025-01-13T21:57:55.947Z Compiling zerocopy v0.7.35
12712025-01-13T21:57:56.678Z Compiling crypto-common v0.1.6
12722025-01-13T21:57:56.908Z Compiling block-buffer v0.10.4
12732025-01-13T21:57:57.173Z Compiling digest v0.10.7
12742025-01-13T21:57:57.530Z Compiling zerovec-derive v0.10.3
12752025-01-13T21:57:57.619Z Compiling hmac v0.12.1
12762025-01-13T21:57:57.787Z Compiling futures-macro v0.3.31
12772025-01-13T21:57:57.852Z Compiling block-padding v0.3.3
12782025-01-13T21:57:57.888Z Compiling zerofrom v0.1.4
12792025-01-13T21:57:58.082Z Compiling displaydoc v0.2.5
12802025-01-13T21:57:58.126Z Compiling inout v0.1.3
12812025-01-13T21:57:58.381Z Compiling cipher v0.4.4
12822025-01-13T21:57:58.471Z Compiling yoke v0.7.4
12832025-01-13T21:57:58.823Z Compiling sha2 v0.10.8
12842025-01-13T21:57:58.861Z Compiling thiserror v1.0.69
12852025-01-13T21:57:58.890Z Compiling ppv-lite86 v0.2.20
12862025-01-13T21:57:59.008Z Compiling icu_provider_macros v1.5.0
12872025-01-13T21:57:59.642Z Compiling der_derive v0.7.3
12882025-01-13T21:57:59.674Z Compiling rand_chacha v0.3.1
12892025-01-13T21:57:59.694Z Compiling futures-util v0.3.31
12902025-01-13T21:58:00.079Z Compiling zerovec v0.10.4
12912025-01-13T21:58:00.115Z Compiling tracing-attributes v0.1.27
12922025-01-13T21:58:01.934Z Compiling tinystr v0.7.6
12932025-01-13T21:58:02.067Z Compiling der v0.7.9
12942025-01-13T21:58:02.186Z Compiling icu_collections v1.5.0
12952025-01-13T21:58:02.311Z Compiling icu_locid v1.5.0
12962025-01-13T21:58:02.332Z Compiling rand v0.8.5
12972025-01-13T21:58:03.612Z Compiling icu_provider v1.5.0
12982025-01-13T21:58:03.839Z Compiling tracing v0.1.40
12992025-01-13T21:58:04.397Z Compiling icu_locid_transform v1.5.0
13002025-01-13T21:58:04.435Z Compiling spki v0.7.3
13012025-01-13T21:58:04.608Z Compiling pest v2.7.14
13022025-01-13T21:58:04.635Z Compiling salsa20 v0.10.2
13032025-01-13T21:58:04.799Z Compiling pbkdf2 v0.12.2
13042025-01-13T21:58:04.851Z Compiling untrusted v0.9.0
13052025-01-13T21:58:04.958Z Compiling mirai-annotations v1.12.0
13062025-01-13T21:58:05.006Z Compiling num-conv v0.1.0
13072025-01-13T21:58:05.150Z Compiling vcpkg v0.2.15
13082025-01-13T21:58:05.282Z Compiling scrypt v0.11.0
13092025-01-13T21:58:05.306Z Compiling time-macros v0.2.18
13102025-01-13T21:58:05.583Z Compiling icu_properties v1.5.1
13112025-01-13T21:58:05.821Z Compiling aes v0.8.4
13122025-01-13T21:58:07.009Z Compiling cbc v0.1.2
13132025-01-13T21:58:07.213Z Compiling openssl-sys v0.9.103
13142025-01-13T21:58:07.238Z Compiling pest_meta v2.7.14
13152025-01-13T21:58:07.502Z Compiling bitflags v2.6.0
13162025-01-13T21:58:07.605Z Compiling bytes v1.8.0
13172025-01-13T21:58:08.311Z Compiling indexmap v2.6.0
13182025-01-13T21:58:08.484Z Compiling tokio v1.40.0
13192025-01-13T21:58:08.581Z Compiling http v1.1.0
13202025-01-13T21:58:08.944Z Compiling semver v1.0.23
13212025-01-13T21:58:09.692Z Compiling rustc_version v0.4.1
13222025-01-13T21:58:10.393Z Compiling deranged v0.3.11
13232025-01-13T21:58:10.491Z Compiling scroll_derive v0.12.0
13242025-01-13T21:58:11.104Z Compiling utf8_iter v1.0.4
13252025-01-13T21:58:11.373Z Compiling utf16_iter v1.0.5
13262025-01-13T21:58:11.581Z Compiling atomic-waker v1.1.2
13272025-01-13T21:58:11.780Z Compiling write16 v1.0.0
13282025-01-13T21:58:11.922Z Compiling which v4.4.2
13292025-01-13T21:58:12.079Z Compiling icu_normalizer_data v1.5.0
13302025-01-13T21:58:12.186Z Compiling num_threads v0.1.7
13312025-01-13T21:58:12.316Z Compiling time v0.3.36
13322025-01-13T21:58:12.336Z Compiling icu_normalizer v1.5.0
13332025-01-13T21:58:12.427Z Compiling scroll v0.12.0
13342025-01-13T21:58:12.539Z Compiling http-body v1.0.1
13352025-01-13T21:58:12.782Z Compiling pest_generator v2.7.14
13362025-01-13T21:58:13.291Z Compiling pkcs5 v0.7.1
13372025-01-13T21:58:13.430Z Compiling form_urlencoded v1.2.1
13382025-01-13T21:58:13.685Z Compiling slog v2.7.0
13392025-01-13T21:58:13.764Z Compiling try-lock v0.2.5
13402025-01-13T21:58:13.915Z Compiling want v0.3.1
13412025-01-13T21:58:14.218Z Compiling pkcs8 v0.10.2
13422025-01-13T21:58:14.307Z Compiling goblin v0.8.2
13432025-01-13T21:58:14.328Z Compiling idna_adapter v1.2.0
13442025-01-13T21:58:14.481Z Compiling uuid v1.11.0
13452025-01-13T21:58:14.545Z Compiling iana-time-zone v0.1.61
13462025-01-13T21:58:14.799Z Compiling pest_derive v2.7.14
13472025-01-13T21:58:14.922Z Compiling httpdate v1.0.3
13482025-01-13T21:58:15.007Z Compiling chrono v0.4.38
13492025-01-13T21:58:15.419Z Compiling idna v1.0.3
13502025-01-13T21:58:15.577Z Compiling dtrace-parser v0.2.0
13512025-01-13T21:58:16.801Z Compiling toml_datetime v0.6.8
13522025-01-13T21:58:17.306Z Compiling tokio-util v0.7.12
13532025-01-13T21:58:17.349Z Compiling serde_spanned v0.6.8
13542025-01-13T21:58:17.586Z Compiling serde_tokenstream v0.2.2
13552025-01-13T21:58:17.607Z Compiling tower-service v0.3.3
13562025-01-13T21:58:17.735Z Compiling openssl v0.10.66
13572025-01-13T21:58:17.837Z Compiling match_cfg v0.1.0
13582025-01-13T21:58:17.935Z Compiling foreign-types-shared v0.1.1
13592025-01-13T21:58:18.051Z Compiling adler2 v2.0.0
13602025-01-13T21:58:18.154Z Compiling base64 v0.22.1
13612025-01-13T21:58:18.181Z Compiling rustversion v1.0.17
13622025-01-13T21:58:18.262Z Compiling miniz_oxide v0.8.0
13632025-01-13T21:58:18.742Z Compiling h2 v0.4.6
13642025-01-13T21:58:18.850Z Compiling foreign-types v0.3.2
13652025-01-13T21:58:18.909Z Compiling hostname v0.3.1
13662025-01-13T21:58:18.945Z Compiling url v2.5.3
13672025-01-13T21:58:19.165Z Compiling async-trait v0.1.83
13682025-01-13T21:58:19.835Z Compiling openssl-macros v0.1.1
13692025-01-13T21:58:20.276Z Compiling dof v0.3.0
13702025-01-13T21:58:20.608Z Compiling serde_derive_internals v0.29.1
13712025-01-13T21:58:21.016Z Compiling dirs-sys-next v0.1.2
13722025-01-13T21:58:21.743Z Compiling usdt-impl v0.5.0
13732025-01-13T21:58:21.999Z Compiling syn v1.0.109
13742025-01-13T21:58:22.589Z Compiling data-encoding v2.6.0
13752025-01-13T21:58:22.640Z Compiling rustls v0.22.4
13762025-01-13T21:58:22.902Z Compiling siphasher v0.3.11
13772025-01-13T21:58:23.284Z Compiling native-tls v0.2.12
13782025-01-13T21:58:23.315Z Compiling rustls v0.23.19
13792025-01-13T21:58:23.411Z Compiling schemars v0.8.21
13802025-01-13T21:58:23.581Z Compiling schemars_derive v0.8.21
13812025-01-13T21:58:23.767Z Compiling dirs-next v2.0.0
13822025-01-13T21:58:24.327Z Compiling http-body-util v0.1.2
13832025-01-13T21:58:24.708Z Compiling crossbeam-epoch v0.9.18
13842025-01-13T21:58:24.840Z Compiling heapless v0.7.17
13852025-01-13T21:58:25.001Z Compiling sha1 v0.10.6
13862025-01-13T21:58:25.269Z Compiling signature v2.2.0
13872025-01-13T21:58:25.362Z Compiling bzip2-sys v0.1.11+1.0.8
13882025-01-13T21:58:25.447Z Compiling thread_local v1.1.8
13892025-01-13T21:58:25.450Z Compiling multer v3.1.0
13902025-01-13T21:58:25.570Z Compiling hyper v1.5.0
13912025-01-13T21:58:25.750Z Compiling encoding_rs v0.8.34
13922025-01-13T21:58:25.850Z Compiling cookie v0.18.1
13932025-01-13T21:58:26.003Z Compiling unicode-properties v0.1.3
13942025-01-13T21:58:26.159Z Compiling openssl-probe v0.1.5
13952025-01-13T21:58:26.454Z Compiling dyn-clone v1.0.17
13962025-01-13T21:58:26.560Z Compiling signal-hook v0.3.17
13972025-01-13T21:58:26.674Z Compiling mime v0.3.17
13982025-01-13T21:58:26.929Z Compiling slog-async v2.8.0
13992025-01-13T21:58:27.044Z Compiling ipnet v2.10.1
14002025-01-13T21:58:27.305Z Compiling rayon-core v1.12.1
14012025-01-13T21:58:27.378Z Compiling gimli v0.31.1
14022025-01-13T21:58:27.673Z Compiling toml_edit v0.22.22
14032025-01-13T21:58:28.285Z Compiling hyper-util v0.1.10
14042025-01-13T21:58:29.874Z Compiling stringprep v0.1.5
14052025-01-13T21:58:31.328Z Compiling crossbeam-deque v0.8.5
14062025-01-13T21:58:31.500Z Compiling usdt-attr-macro v0.5.0
14072025-01-13T21:58:31.648Z Compiling usdt-macro v0.5.0
14082025-01-13T21:58:32.507Z Compiling addr2line v0.24.2
14092025-01-13T21:58:32.587Z Compiling term v0.7.0
14102025-01-13T21:58:33.089Z Compiling slog-json v2.6.1
14112025-01-13T21:58:33.110Z Compiling serde_urlencoded v0.7.1
14122025-01-13T21:58:33.130Z Compiling crossbeam-channel v0.5.13
14132025-01-13T21:58:33.176Z Compiling curve25519-dalek v4.1.3
14142025-01-13T21:58:33.477Z Compiling futures-executor v0.3.31
14152025-01-13T21:58:33.623Z Compiling enum-as-inner v0.6.1
14162025-01-13T21:58:33.777Z Compiling md-5 v0.10.6
14172025-01-13T21:58:34.050Z Compiling async-stream-impl v0.3.6
14182025-01-13T21:58:34.073Z Compiling rustls-pemfile v2.2.0
14192025-01-13T21:58:34.141Z Compiling num-integer v0.1.46
14202025-01-13T21:58:34.296Z Compiling idna v0.3.0
14212025-01-13T21:58:34.412Z Compiling idna v0.4.0
14222025-01-13T21:58:34.763Z Compiling hash32 v0.2.1
14232025-01-13T21:58:34.899Z Compiling ff v0.13.0
14242025-01-13T21:58:35.140Z Compiling is-terminal v0.4.13
14252025-01-13T21:58:35.160Z Compiling dropshot v0.12.0
14262025-01-13T21:58:35.269Z Compiling object v0.36.5
14272025-01-13T21:58:35.438Z Compiling linked-hash-map v0.5.6
14282025-01-13T21:58:35.459Z Compiling anyhow v1.0.93
14292025-01-13T21:58:35.814Z Compiling portable-atomic v1.9.0
14302025-01-13T21:58:36.014Z Compiling quick-error v1.2.3
14312025-01-13T21:58:36.035Z Compiling utf-8 v0.7.6
14322025-01-13T21:58:36.069Z Compiling rustc-demangle v0.1.24
14332025-01-13T21:58:36.132Z Compiling fallible-iterator v0.2.0
14342025-01-13T21:58:36.206Z Compiling base16ct v0.2.0
14352025-01-13T21:58:36.420Z Compiling psl-types v2.0.11
14362025-01-13T21:58:36.552Z Compiling take_mut v0.2.2
14372025-01-13T21:58:36.616Z Compiling num-bigint-dig v0.8.4
14382025-01-13T21:58:36.718Z Compiling smoltcp v0.9.1
14392025-01-13T21:58:36.875Z Compiling postgres-protocol v0.6.7
14402025-01-13T21:58:37.070Z Compiling publicsuffix v2.2.3
14412025-01-13T21:58:37.098Z Compiling sec1 v0.7.3
14422025-01-13T21:58:37.342Z Compiling tungstenite v0.24.0
14432025-01-13T21:58:37.513Z Compiling resolv-conf v0.7.0
14442025-01-13T21:58:38.033Z Compiling lru-cache v0.1.2
14452025-01-13T21:58:38.228Z Compiling async-stream v0.3.6
14462025-01-13T21:58:38.248Z Compiling hickory-proto v0.24.1
14472025-01-13T21:58:38.296Z Compiling slog-term v2.9.1
14482025-01-13T21:58:38.334Z Compiling usdt v0.5.0
14492025-01-13T21:58:38.530Z Compiling group v0.13.0
14502025-01-13T21:58:38.864Z Compiling num-iter v0.1.45
14512025-01-13T21:58:39.174Z Compiling futures v0.3.31
14522025-01-13T21:58:39.294Z Compiling slog-bunyan v2.5.0
14532025-01-13T21:58:40.063Z Compiling toml v0.8.19
14542025-01-13T21:58:40.813Z Compiling tokio-native-tls v0.3.1
14552025-01-13T21:58:41.121Z Compiling camino v1.1.9
14562025-01-13T21:58:41.382Z Compiling phf_shared v0.11.2
14572025-01-13T21:58:41.800Z Compiling dropshot_endpoint v0.12.0
14582025-01-13T21:58:41.870Z Compiling terminal_size v0.4.0
14592025-01-13T21:58:41.932Z Compiling waitgroup v0.1.2
14602025-01-13T21:58:42.083Z Compiling openapiv3 v2.0.0
14612025-01-13T21:58:42.102Z Compiling serde_path_to_error v0.1.16
14622025-01-13T21:58:42.147Z Compiling hkdf v0.12.4
14632025-01-13T21:58:42.412Z Compiling crypto-bigint v0.5.5
14642025-01-13T21:58:42.951Z Compiling backtrace v0.3.74
14652025-01-13T21:58:43.517Z Compiling zerocopy-derive v0.6.6
14662025-01-13T21:58:45.836Z Compiling curve25519-dalek-derive v0.1.1
14672025-01-13T21:58:46.558Z Compiling webpki-roots v0.26.6
14682025-01-13T21:58:46.612Z Compiling idna v0.5.0
14692025-01-13T21:58:46.734Z Compiling hostname v0.4.0
14702025-01-13T21:58:46.755Z Compiling ahash v0.8.11
14712025-01-13T21:58:46.970Z Compiling hubpack_derive v0.1.1
14722025-01-13T21:58:47.019Z Compiling fs-err v2.11.0
14732025-01-13T21:58:47.098Z Compiling crc32fast v1.4.2
14742025-01-13T21:58:47.341Z Compiling debug-ignore v1.0.5
14752025-01-13T21:58:47.406Z Compiling newtype-uuid v1.1.3
14762025-01-13T21:58:47.429Z Compiling bitflags v1.3.2
14772025-01-13T21:58:47.491Z Compiling managed v0.8.0
14782025-01-13T21:58:47.541Z Compiling winnow v0.5.40
14792025-01-13T21:58:47.694Z Compiling clap_builder v4.5.21
14802025-01-13T21:58:47.872Z Compiling hubpack v0.1.2
14812025-01-13T21:58:48.293Z Compiling strum_macros v0.25.3
14822025-01-13T21:58:48.352Z Compiling console v0.15.8
14832025-01-13T21:58:48.622Z Compiling cookie_store v0.21.0
14842025-01-13T21:58:50.071Z Compiling flate2 v1.0.34
14852025-01-13T21:58:50.210Z Compiling zerocopy v0.6.6
14862025-01-13T21:58:50.236Z Compiling elliptic-curve v0.13.8
14872025-01-13T21:58:51.050Z Compiling toml_edit v0.19.15
14882025-01-13T21:58:51.053Z Compiling hickory-resolver v0.24.1
14892025-01-13T21:58:51.366Z Compiling phf v0.11.2
14902025-01-13T21:58:51.683Z Compiling signal-hook-mio v0.2.4
14912025-01-13T21:58:51.855Z Compiling hyper-tls v0.6.0
14922025-01-13T21:58:52.050Z Compiling rayon v1.10.0
14932025-01-13T21:58:52.368Z Compiling bzip2 v0.4.4
14942025-01-13T21:58:52.694Z Compiling tokio-tungstenite v0.24.0
14952025-01-13T21:58:53.240Z Compiling postgres-types v0.2.8
14962025-01-13T21:58:56.194Z Compiling ed25519 v2.2.3
14972025-01-13T21:58:56.778Z Compiling phf_shared v0.10.0
14982025-01-13T21:58:57.027Z Compiling tokio-stream v0.1.16
14992025-01-13T21:58:57.198Z Compiling pkcs1 v0.7.5
15002025-01-13T21:58:57.281Z Compiling serde-big-array v0.5.1
15012025-01-13T21:58:57.519Z Compiling clap_derive v4.5.18
15022025-01-13T21:58:57.993Z Compiling rfc6979 v0.4.0
15032025-01-13T21:58:58.094Z Compiling derive-where v1.2.7
15042025-01-13T21:58:58.115Z Compiling serde_repr v0.1.19
15052025-01-13T21:58:58.175Z Compiling float-cmp v0.9.0
15062025-01-13T21:58:58.229Z Compiling bstr v1.10.0
15072025-01-13T21:58:58.396Z Compiling sync_wrapper v1.0.1
15082025-01-13T21:58:58.555Z Compiling difflib v0.4.0
15092025-01-13T21:58:59.288Z Compiling precomputed-hash v0.1.1
15102025-01-13T21:58:59.310Z Compiling new_debug_unreachable v1.0.6
15112025-01-13T21:58:59.410Z Compiling number_prefix v0.4.0
15122025-01-13T21:58:59.435Z Compiling fixedbitset v0.4.2
15132025-01-13T21:58:59.618Z Compiling bit-vec v0.6.3
15142025-01-13T21:58:59.920Z Compiling whoami v1.5.2
15152025-01-13T21:59:00.037Z Compiling predicates-core v1.0.8
15162025-01-13T21:59:00.101Z Compiling normalize-line-endings v0.3.0
15172025-01-13T21:59:00.230Z Compiling unicode-width v0.2.0
15182025-01-13T21:59:00.250Z Compiling unicode-segmentation v1.12.0
15192025-01-13T21:59:00.392Z Compiling static_assertions v1.1.0
15202025-01-13T21:59:00.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15212025-01-13T21:59:00.565Z Compiling tokio-postgres v0.7.12
15222025-01-13T21:59:00.759Z Compiling indicatif v0.17.9
15232025-01-13T21:59:01.159Z Compiling similar v2.6.0
15242025-01-13T21:59:01.773Z Compiling predicates v3.1.2
15252025-01-13T21:59:02.713Z Compiling clap v4.5.21
15262025-01-13T21:59:02.842Z Compiling bit-set v0.5.3
15272025-01-13T21:59:03.066Z Compiling petgraph v0.6.5
15282025-01-13T21:59:03.137Z Compiling string_cache v0.8.7
15292025-01-13T21:59:03.585Z Compiling ecdsa v0.16.9
15302025-01-13T21:59:03.609Z Compiling rsa v0.9.6
15312025-01-13T21:59:03.632Z Compiling ed25519-dalek v2.1.1
15322025-01-13T21:59:04.444Z Compiling toml v0.7.8
15332025-01-13T21:59:04.960Z Compiling zip v0.6.6
15342025-01-13T21:59:06.201Z Compiling crossterm v0.28.1
15352025-01-13T21:59:07.238Z Compiling hex v0.4.3
15362025-01-13T21:59:07.296Z Compiling x509-cert v0.2.5
15372025-01-13T21:59:07.331Z Compiling itertools v0.10.5
15382025-01-13T21:59:07.421Z Compiling unicode-xid v0.2.6
15392025-01-13T21:59:07.607Z Compiling peg-runtime v0.8.3
15402025-01-13T21:59:07.649Z Compiling lalrpop-util v0.19.12
15412025-01-13T21:59:07.835Z Compiling strum_macros v0.26.4
15422025-01-13T21:59:08.009Z Compiling xattr v1.3.1
15432025-01-13T21:59:08.282Z Compiling filetime v0.2.25
15442025-01-13T21:59:08.613Z Compiling tar v0.4.42
15452025-01-13T21:59:12.843Z Compiling strum v0.26.3
15462025-01-13T21:59:15.682Z Compiling aws-lc-sys v0.22.0
15472025-01-13T21:59:53.256Z Compiling rustls-webpki v0.102.8
15482025-01-13T21:59:56.713Z Compiling tokio-rustls v0.25.0
15492025-01-13T21:59:58.595Z Compiling tokio-rustls v0.26.0
15502025-01-13T21:59:58.952Z Compiling hyper-rustls v0.27.3
15512025-01-13T21:59:59.253Z Compiling reqwest v0.12.9
15522025-01-13T22:00:00.320Z Compiling qorb v0.2.1
15532025-01-13T22:00:05.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15542025-01-13T22:00:05.582Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15552025-01-13T22:00:11.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15562025-01-13T22:00:11.580Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15572025-01-13T22:00:11.630ZJan 13 22:00:10.310 INFO Starting download, target: Clickhouse
15582025-01-13T22:00:11.630ZJan 13 22:00:10.310 INFO Starting download, target: Cockroach
15592025-01-13T22:00:11.630ZJan 13 22:00:10.310 INFO Starting download, target: Console
15602025-01-13T22:00:11.630ZJan 13 22:00:10.310 INFO Starting download, target: DendriteOpenapi
15612025-01-13T22:00:11.631ZJan 13 22:00:10.310 INFO Starting download, target: DendriteStub
15622025-01-13T22:00:11.631ZJan 13 22:00:10.310 INFO Starting download, target: MaghemiteMgd
15632025-01-13T22:00:11.633ZJan 13 22:00:10.310 INFO Starting download, target: TransceiverControl
15642025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15652025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15662025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15672025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15682025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15692025-01-13T22:00:11.633ZJan 13 22:00:10.311 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15702025-01-13T22:00:11.634ZJan 13 22:00:10.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15712025-01-13T22:00:11.830ZJan 13 22:00:10.477 INFO Download complete, target: DendriteOpenapi
15722025-01-13T22:00:12.089ZJan 13 22:00:10.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15732025-01-13T22:00:12.171ZJan 13 22:00:10.847 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15742025-01-13T22:00:12.506ZJan 13 22:00:11.178 INFO Download complete, target: Console
15752025-01-13T22:00:12.556ZJan 13 22:00:11.232 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15762025-01-13T22:00:12.668ZJan 13 22:00:11.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15772025-01-13T22:00:12.757ZJan 13 22:00:11.434 INFO Download complete, target: TransceiverControl
15782025-01-13T22:00:13.331ZJan 13 22:00:12.009 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15792025-01-13T22:00:13.331ZJan 13 22:00:12.009 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15802025-01-13T22:00:13.871ZJan 13 22:00:12.549 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15812025-01-13T22:00:15.478ZJan 13 22:00:14.155 INFO Download complete, target: DendriteStub
15822025-01-13T22:00:15.688ZJan 13 22:00:14.364 INFO Download complete, target: MaghemiteMgd
15832025-01-13T22:00:21.031ZJan 13 22:00:19.702 INFO Checking that binary works, target: Cockroach
15842025-01-13T22:00:21.190ZJan 13 22:00:19.862 INFO Download complete, target: Cockroach
15852025-01-13T22:00:26.696ZJan 13 22:00:25.363 INFO Checking that binary works, target: Clickhouse
15862025-01-13T22:00:27.550ZJan 13 22:00:26.214 INFO Download complete, target: Clickhouse
15872025-01-13T22:00:27.704ZAll builder prerequisites installed successfully, and PATH looks valid
15882025-01-13T22:00:27.707Z
15892025-01-13T22:00:27.707Zreal 5:33.441123125
15902025-01-13T22:00:27.707Zuser 16:31.556395486
15912025-01-13T22:00:27.707Zsys 3:15.353091245
15922025-01-13T22:00:27.707Ztrap 0.533104575
15932025-01-13T22:00:27.707Ztflt 9.682463408
15942025-01-13T22:00:27.707Zdflt 8.875319435
15952025-01-13T22:00:27.707Zkflt 0.459449279
15962025-01-13T22:00:27.707Zlock 29:53.350563483
15972025-01-13T22:00:27.707Zslp 1:04:31.398218138
15982025-01-13T22:00:27.707Zlat 53.188477706
15992025-01-13T22:00:27.707Zstop 2:14.054611264
16002025-01-13T22:00:27.708Z+ banner hack-check
16012025-01-13T22:00:27.710Z
16022025-01-13T22:00:27.710Z # # ## #### # # #### # # ###### #### # #
16032025-01-13T22:00:27.710Z # # # # # # # # # # # # # # # # #
16042025-01-13T22:00:27.710Z ###### # # # #### ##### # ###### ##### # ####
16052025-01-13T22:00:27.710Z # # ###### # # # # # # # # # #
16062025-01-13T22:00:27.710Z # # # # # # # # # # # # # # # # #
16072025-01-13T22:00:27.710Z # # # # #### # # #### # # ###### #### # #
16082025-01-13T22:00:27.710Z
16092025-01-13T22:00:27.710Z+ export CARGO_INCREMENTAL=0
16102025-01-13T22:00:27.710Z+ CARGO_INCREMENTAL=0
16112025-01-13T22:00:27.710Z+ ptime -m timeout 2h cargo xtask check-features --ci
16122025-01-13T22:00:28.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16132025-01-13T22:00:32.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
16142025-01-13T22:00:32.104Z Running `target/debug/xtask check-features --ci`
16152025-01-13T22:00:32.125Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16162025-01-13T22:00:32.128Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16172025-01-13T22:00:32.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16182025-01-13T22:00:32.593Z Running `target/debug/xtask download cargo-hack`
16192025-01-13T22:00:33.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16202025-01-13T22:00:33.758Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16212025-01-13T22:00:38.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
16222025-01-13T22:00:38.935Z Running `target/debug/xtask-downloader cargo-hack`
16232025-01-13T22:00:38.970ZJan 13 22:00:37.626 INFO Starting download, target: CargoHack
16242025-01-13T22:00:38.973ZJan 13 22:00:37.627 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16252025-01-13T22:00:39.575ZJan 13 22:00:38.231 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16262025-01-13T22:00:39.666ZJan 13 22:00:38.322 INFO Download complete, target: CargoHack
16272025-01-13T22:00:39.670Zrunning: "/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"
16282025-01-13T22:00:39.686Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16292025-01-13T22:00:39.855Zinfo: running `cargo check --bins` on api_identity (1/176)
16302025-01-13T22:00:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312025-01-13T22:00:40.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322025-01-13T22:00:40.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332025-01-13T22:00:40.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16342025-01-13T22:00:40.473Z
16352025-01-13T22:00:40.473Zinfo: running `cargo check --bins` on bootstore (2/176)
16362025-01-13T22:00:41.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-13T22:00:41.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-13T22:00:41.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-13T22:00:41.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16402025-01-13T22:00:41.141Z
16412025-01-13T22:00:41.141Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16422025-01-13T22:00:41.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-13T22:00:41.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-13T22:00:41.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-13T22:00:41.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16462025-01-13T22:00:41.763Z
16472025-01-13T22:00:41.763Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16482025-01-13T22:00:42.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-13T22:00:42.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-13T22:00:42.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-13T22:00:42.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16522025-01-13T22:00:42.388Z
16532025-01-13T22:00:42.388Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16542025-01-13T22:00:42.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-13T22:00:42.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-13T22:00:42.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-13T22:00:42.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16582025-01-13T22:00:42.822Z
16592025-01-13T22:00:42.822Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16602025-01-13T22:00:43.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-13T22:00:43.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-13T22:00:43.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-13T22:00:43.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16642025-01-13T22:00:43.253Z
16652025-01-13T22:00:43.253Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16662025-01-13T22:00:43.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-13T22:00:43.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-13T22:00:43.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-13T22:00:43.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16702025-01-13T22:00:43.690Z
16712025-01-13T22:00:43.690Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16722025-01-13T22:00:44.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-13T22:00:44.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-13T22:00:44.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-13T22:00:44.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16762025-01-13T22:00:44.121Z
16772025-01-13T22:00:44.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16782025-01-13T22:00:44.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-13T22:00:44.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-13T22:00:44.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-13T22:00:44.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16822025-01-13T22:00:44.561Z
16832025-01-13T22:00:44.561Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16842025-01-13T22:00:44.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-13T22:00:44.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-13T22:00:44.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-13T22:00:44.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882025-01-13T22:00:44.994Z
16892025-01-13T22:00:44.994Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16902025-01-13T22:00:45.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-13T22:00:45.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-13T22:00:45.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-13T22:00:45.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16942025-01-13T22:00:45.429Z
16952025-01-13T22:00:45.429Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16962025-01-13T22:00:45.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-13T22:00:45.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-13T22:00:45.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-13T22:00:45.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17002025-01-13T22:00:45.866Z
17012025-01-13T22:00:45.866Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17022025-01-13T22:00:46.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-13T22:00:46.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-13T22:00:46.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-13T22:00:46.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17062025-01-13T22:00:46.301Z
17072025-01-13T22:00:46.302Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17082025-01-13T22:00:46.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-13T22:00:46.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-13T22:00:46.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-13T22:00:46.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17122025-01-13T22:00:46.736Z
17132025-01-13T22:00:46.736Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17142025-01-13T22:00:47.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-13T22:00:47.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-13T22:00:47.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-13T22:00:47.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17182025-01-13T22:00:47.172Z
17192025-01-13T22:00:47.172Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17202025-01-13T22:00:47.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-13T22:00:47.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-13T22:00:47.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-13T22:00:47.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242025-01-13T22:00:47.600Z
17252025-01-13T22:00:47.600Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17262025-01-13T22:00:47.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-13T22:00:47.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-13T22:00:47.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-13T22:00:47.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302025-01-13T22:00:48.029Z
17312025-01-13T22:00:48.029Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17322025-01-13T22:00:48.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-13T22:00:48.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-13T22:00:48.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-13T22:00:48.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17362025-01-13T22:00:48.462Z
17372025-01-13T22:00:48.462Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17382025-01-13T22:00:48.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-13T22:00:48.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-13T22:00:48.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-13T22:00:48.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422025-01-13T22:00:48.892Z
17432025-01-13T22:00:48.892Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17442025-01-13T22:00:49.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-13T22:00:49.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-13T22:00:49.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-13T22:00:49.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482025-01-13T22:00:49.325Z
17492025-01-13T22:00:49.325Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17502025-01-13T22:00:49.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-13T22:00:49.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-13T22:00:49.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-13T22:00:49.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17542025-01-13T22:00:49.758Z
17552025-01-13T22:00:49.758Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17562025-01-13T22:00:50.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-13T22:00:50.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-13T22:00:50.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-13T22:00:50.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602025-01-13T22:00:50.194Z
17612025-01-13T22:00:50.194Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17622025-01-13T22:00:50.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-13T22:00:50.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-13T22:00:50.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-13T22:00:50.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17662025-01-13T22:00:50.628Z
17672025-01-13T22:00:50.628Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17682025-01-13T22:00:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-13T22:00:51.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-13T22:00:51.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-13T22:00:51.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17722025-01-13T22:00:51.057Z
17732025-01-13T22:00:51.057Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17742025-01-13T22:00:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-13T22:00:51.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-13T22:00:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-13T22:00:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17782025-01-13T22:00:51.704Z
17792025-01-13T22:00:51.704Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17802025-01-13T22:00:52.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-13T22:00:52.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-13T22:00:52.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-01-13T22:00:52.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17842025-01-13T22:00:52.345Z
17852025-01-13T22:00:52.345Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17862025-01-13T22:00:52.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-01-13T22:00:52.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-01-13T22:00:52.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-01-13T22:00:52.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17902025-01-13T22:00:52.994Z
17912025-01-13T22:00:52.994Zinfo: running `cargo check --bins` on oxlog (28/176)
17922025-01-13T22:00:53.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-01-13T22:00:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-01-13T22:00:53.624Z Checking cfg-if v1.0.0
17952025-01-13T22:00:53.627Z Checking libc v0.2.162
17962025-01-13T22:00:53.733Z Checking serde v1.0.215
17972025-01-13T22:00:53.736Z Checking zeroize v1.8.1
17982025-01-13T22:00:53.747Z Checking memchr v2.7.4
17992025-01-13T22:00:53.750Z Checking typenum v1.17.0
18002025-01-13T22:00:53.767Z Checking scopeguard v1.2.0
18012025-01-13T22:00:53.770Z Checking subtle v2.6.1
18022025-01-13T22:00:53.795Z Checking value-bag v1.9.0
18032025-01-13T22:00:53.904Z Checking lock_api v0.4.12
18042025-01-13T22:00:53.971Z Checking const-oid v0.9.6
18052025-01-13T22:00:54.027Z Checking smallvec v1.13.2
18062025-01-13T22:00:54.214Z Checking log v0.4.22
18072025-01-13T22:00:54.313Z Checking itoa v1.0.11
18082025-01-13T22:00:54.396Z Checking pin-project-lite v0.2.14
18092025-01-13T22:00:54.518Z Checking byteorder v1.5.0
18102025-01-13T22:00:54.539Z Checking futures-core v0.3.31
18112025-01-13T22:00:54.614Z Checking once_cell v1.20.2
18122025-01-13T22:00:54.722Z Checking cpufeatures v0.2.14
18132025-01-13T22:00:54.761Z Checking stable_deref_trait v1.2.0
18142025-01-13T22:00:54.811Z Checking futures-sink v0.3.31
18152025-01-13T22:00:54.860Z Checking getrandom v0.2.15
18162025-01-13T22:00:54.863Z Checking signal-hook-registry v1.4.2
18172025-01-13T22:00:54.908Z Checking parking_lot_core v0.9.10
18182025-01-13T22:00:54.925Z Checking mio v1.0.2
18192025-01-13T22:00:54.941Z Checking socket2 v0.5.7
18202025-01-13T22:00:55.042Z Checking generic-array v0.14.7
18212025-01-13T22:00:55.089Z Checking rand_core v0.6.4
18222025-01-13T22:00:55.114Z Checking spin v0.9.8
18232025-01-13T22:00:55.235Z Checking parking_lot v0.12.3
18242025-01-13T22:00:55.403Z Checking zerocopy v0.7.35
18252025-01-13T22:00:55.419Z Checking zerofrom v0.1.4
18262025-01-13T22:00:55.461Z Checking slab v0.4.9
18272025-01-13T22:00:55.523Z Checking futures-channel v0.3.31
18282025-01-13T22:00:55.569Z Checking pin-utils v0.1.0
18292025-01-13T22:00:55.638Z Checking yoke v0.7.4
18302025-01-13T22:00:55.664Z Checking futures-io v0.3.31
18312025-01-13T22:00:55.716Z Checking equivalent v1.0.1
18322025-01-13T22:00:55.805Z Checking foldhash v0.1.3
18332025-01-13T22:00:55.820Z Checking futures-task v0.3.31
18342025-01-13T22:00:55.839Z Checking allocator-api2 v0.2.18
18352025-01-13T22:00:55.882Z Checking tinyvec_macros v0.1.1
18362025-01-13T22:00:55.969Z Checking ryu v1.0.18
18372025-01-13T22:00:55.998Z Checking zerovec v0.10.4
18382025-01-13T22:00:56.014Z Checking tinyvec v1.8.0
18392025-01-13T22:00:56.041Z Checking futures-util v0.3.31
18402025-01-13T22:00:56.203Z Checking fnv v1.0.7
18412025-01-13T22:00:56.244Z Checking crypto-common v0.1.6
18422025-01-13T22:00:56.326Z Checking block-buffer v0.10.4
18432025-01-13T22:00:56.432Z Checking block-padding v0.3.3
18442025-01-13T22:00:56.446Z Checking hashbrown v0.15.1
18452025-01-13T22:00:56.531Z Checking digest v0.10.7
18462025-01-13T22:00:56.633Z Checking inout v0.1.3
18472025-01-13T22:00:56.841Z Checking cipher v0.4.4
18482025-01-13T22:00:56.900Z Checking libm v0.2.8
18492025-01-13T22:00:56.923Z Checking hmac v0.12.1
18502025-01-13T22:00:57.123Z Checking sha2 v0.10.8
18512025-01-13T22:00:57.247Z Checking unicode-bidi v0.3.17
18522025-01-13T22:00:57.326Z Checking unicode-normalization v0.1.24
18532025-01-13T22:00:57.599Z Checking base64ct v1.6.0
18542025-01-13T22:00:57.711Z Checking tinystr v0.7.6
18552025-01-13T22:00:57.726Z Checking writeable v0.5.5
18562025-01-13T22:00:57.808Z Checking litemap v0.7.3
18572025-01-13T22:00:57.892Z Checking num-traits v0.2.19
18582025-01-13T22:00:58.027Z Checking ppv-lite86 v0.2.20
18592025-01-13T22:00:58.049Z Checking pem-rfc7468 v0.7.0
18602025-01-13T22:00:58.087Z Checking flagset v0.4.6
18612025-01-13T22:00:58.883Z Checking icu_locid v1.5.0
18622025-01-13T22:00:58.903Z Checking tracing-core v0.1.32
18632025-01-13T22:00:58.903Z Checking thiserror v1.0.69
18642025-01-13T22:00:58.903Z Checking der v0.7.9
18652025-01-13T22:00:58.903Z Checking rustls-pki-types v1.10.0
18662025-01-13T22:00:58.903Z Checking bytes v1.8.0
18672025-01-13T22:00:58.903Z Checking indexmap v2.6.0
18682025-01-13T22:00:58.903Z Checking serde_json v1.0.133
18692025-01-13T22:00:58.988Z Checking rand_chacha v0.3.1
18702025-01-13T22:00:59.209Z Checking icu_provider v1.5.0
18712025-01-13T22:00:59.403Z Checking bitflags v2.6.0
18722025-01-13T22:00:59.553Z Checking tokio v1.40.0
18732025-01-13T22:00:59.643Z Checking http v1.1.0
18742025-01-13T22:00:59.693Z Checking icu_locid_transform_data v1.5.0
18752025-01-13T22:00:59.792Z Checking percent-encoding v2.3.1
18762025-01-13T22:00:59.879Z Checking icu_locid_transform v1.5.0
18772025-01-13T22:01:00.009Z Checking rand v0.8.5
18782025-01-13T22:01:00.046Z Checking tracing v0.1.40
18792025-01-13T22:01:00.169Z Checking spki v0.7.3
18802025-01-13T22:01:00.395Z Checking icu_collections v1.5.0
18812025-01-13T22:01:00.447Z Checking salsa20 v0.10.2
18822025-01-13T22:01:00.608Z Checking pbkdf2 v0.12.2
18832025-01-13T22:01:00.672Z Checking aws-lc-sys v0.22.0
18842025-01-13T22:01:00.778Z Checking httparse v1.9.5
18852025-01-13T22:01:00.877Z Checking untrusted v0.7.1
18862025-01-13T22:01:01.289Z Checking mirai-annotations v1.12.0
18872025-01-13T22:01:01.299Z Checking icu_properties_data v1.5.0
18882025-01-13T22:01:01.299Z Checking untrusted v0.9.0
18892025-01-13T22:01:01.299Z Checking powerfmt v0.2.0
18902025-01-13T22:01:01.299Z Checking scrypt v0.11.0
18912025-01-13T22:01:01.299Z Checking cbc v0.1.2
18922025-01-13T22:01:01.299Z Checking ring v0.17.8
18932025-01-13T22:01:01.299Z Checking icu_properties v1.5.1
18942025-01-13T22:01:01.334Z Checking aes v0.8.4
18952025-01-13T22:01:01.403Z Checking crossbeam-utils v0.8.20
18962025-01-13T22:01:01.415Z Checking utf8_iter v1.0.4
18972025-01-13T22:01:01.444Z Checking deranged v0.3.11
18982025-01-13T22:01:01.616Z Checking utf16_iter v1.0.5
18992025-01-13T22:01:01.779Z Checking num-conv v0.1.0
19002025-01-13T22:01:02.017Z Checking num_threads v0.1.7
19012025-01-13T22:01:02.102Z Checking icu_normalizer_data v1.5.0
19022025-01-13T22:01:02.125Z Checking time-core v0.1.2
19032025-01-13T22:01:02.206Z Checking atomic-waker v1.1.2
19042025-01-13T22:01:02.282Z Checking write16 v1.0.0
19052025-01-13T22:01:02.299Z Checking pkcs5 v0.7.1
19062025-01-13T22:01:02.337Z Checking http-body v1.0.1
19072025-01-13T22:01:02.406Z Checking form_urlencoded v1.2.1
19082025-01-13T22:01:02.551Z Checking try-lock v0.2.5
19092025-01-13T22:01:02.604Z Checking uuid v1.11.0
19102025-01-13T22:01:02.685Z Checking want v0.3.1
19112025-01-13T22:01:02.808Z Checking pkcs8 v0.10.2
19122025-01-13T22:01:02.856Z Checking unicode-ident v1.0.13
19132025-01-13T22:01:03.020Z Checking httpdate v1.0.3
19142025-01-13T22:01:03.066Z Checking proc-macro2 v1.0.89
19152025-01-13T22:01:03.109Z Checking serde_spanned v0.6.8
19162025-01-13T22:01:03.235Z Checking toml_datetime v0.6.8
19172025-01-13T22:01:03.241Z Checking time v0.3.36
19182025-01-13T22:01:03.265Z Checking slog v2.7.0
19192025-01-13T22:01:03.281Z Checking aws-lc-rs v1.10.0
19202025-01-13T22:01:03.283Z Checking scroll v0.12.0
19212025-01-13T22:01:03.530Z Checking tower-service v0.3.3
19222025-01-13T22:01:03.652Z Checking foreign-types-shared v0.1.1
19232025-01-13T22:01:03.701Z Checking plain v0.2.3
19242025-01-13T22:01:03.728Z Checking match_cfg v0.1.0
19252025-01-13T22:01:04.129Z Checking adler2 v2.0.0
19262025-01-13T22:01:04.137Z Checking iana-time-zone v0.1.61
19272025-01-13T22:01:04.137Z Checking ucd-trie v0.1.7
19282025-01-13T22:01:04.137Z Checking base64 v0.22.1
19292025-01-13T22:01:04.137Z Checking miniz_oxide v0.8.0
19302025-01-13T22:01:04.137Z Checking chrono v0.4.38
19312025-01-13T22:01:04.137Z Checking pest v2.7.14
19322025-01-13T22:01:04.302Z Checking goblin v0.8.2
19332025-01-13T22:01:04.632Z Checking hostname v0.3.1
19342025-01-13T22:01:04.648Z Checking icu_normalizer v1.5.0
19352025-01-13T22:01:04.767Z Checking foreign-types v0.3.2
19362025-01-13T22:01:04.856Z Checking quote v1.0.37
19372025-01-13T22:01:05.104Z Checking rustls-webpki v0.102.8
19382025-01-13T22:01:05.214Z Checking openssl-sys v0.9.103
19392025-01-13T22:01:05.431Z Checking idna_adapter v1.2.0
19402025-01-13T22:01:05.820Z Checking idna v1.0.3
19412025-01-13T22:01:05.825Z Checking dirs-sys-next v0.1.2
19422025-01-13T22:01:05.901Z Checking errno v0.3.9
19432025-01-13T22:01:06.003Z Checking aho-corasick v1.1.3
19442025-01-13T22:01:06.049Z Checking pretty-hex v0.4.1
19452025-01-13T22:01:06.072Z Checking siphasher v0.3.11
19462025-01-13T22:01:06.101Z Checking url v2.5.3
19472025-01-13T22:01:06.221Z Compiling newtype-uuid v1.1.3
19482025-01-13T22:01:06.352Z Checking regex-syntax v0.8.5
19492025-01-13T22:01:06.487Z Checking data-encoding v2.6.0
19502025-01-13T22:01:06.556Z Checking dtrace-parser v0.2.0
19512025-01-13T22:01:06.580Z Checking openssl v0.10.66
19522025-01-13T22:01:06.871Z Checking tokio-util v0.7.12
19532025-01-13T22:01:06.925Z Checking rustix v0.38.37
19542025-01-13T22:01:06.993Z Checking dirs-next v2.0.0
19552025-01-13T22:01:07.130Z Checking syn v2.0.87
19562025-01-13T22:01:07.158Z Checking http-body-util v0.1.2
19572025-01-13T22:01:07.621Z Checking crossbeam-epoch v0.9.18
19582025-01-13T22:01:07.691Z Checking sha1 v0.10.6
19592025-01-13T22:01:07.769Z Checking h2 v0.4.6
19602025-01-13T22:01:07.965Z Checking signature v2.2.0
19612025-01-13T22:01:08.043Z Checking lazy_static v1.5.0
19622025-01-13T22:01:08.164Z Checking thread_local v1.1.8
19632025-01-13T22:01:08.179Z Checking thread-id v4.2.2
19642025-01-13T22:01:08.289Z Checking encoding_rs v0.8.34
19652025-01-13T22:01:08.464Z Checking utf8parse v0.2.2
19662025-01-13T22:01:08.614Z Checking gimli v0.31.1
19672025-01-13T22:01:09.414Z Checking dof v0.3.0
19682025-01-13T22:01:09.556Z Checking regex-automata v0.4.8
19692025-01-13T22:01:10.020Z Checking ipnet v2.10.1
19702025-01-13T22:01:10.463Z Checking winnow v0.6.20
19712025-01-13T22:01:10.499Z Checking openssl-probe v0.1.5
19722025-01-13T22:01:10.661Z Checking unicode-properties v0.1.3
19732025-01-13T22:01:10.695Z Checking mime v0.3.17
19742025-01-13T22:01:11.004Z Checking either v1.13.0
19752025-01-13T22:01:11.044Z Checking anstyle v1.0.10
19762025-01-13T22:01:11.407Z Checking stringprep v0.1.5
19772025-01-13T22:01:11.409Z Checking anstyle-parse v0.2.5
19782025-01-13T22:01:11.679Z Checking crossbeam-deque v0.8.5
19792025-01-13T22:01:11.696Z Checking term v0.7.0
19802025-01-13T22:01:11.961Z Checking native-tls v0.2.12
19812025-01-13T22:01:12.005Z Checking rustls v0.23.19
19822025-01-13T22:01:12.097Z Checking rustls v0.22.4
19832025-01-13T22:01:12.272Z Checking slog-json v2.6.1
19842025-01-13T22:01:12.526Z Checking serde_urlencoded v0.7.1
19852025-01-13T22:01:12.699Z Checking addr2line v0.24.2
19862025-01-13T22:01:12.949Z Checking crossbeam-channel v0.5.13
19872025-01-13T22:01:13.237Z Checking futures-executor v0.3.31
19882025-01-13T22:01:13.448Z Checking toml_edit v0.22.22
19892025-01-13T22:01:13.475Z Checking num-integer v0.1.46
19902025-01-13T22:01:13.638Z Checking usdt-impl v0.5.0
19912025-01-13T22:01:13.658Z Checking rustls-pemfile v2.2.0
19922025-01-13T22:01:13.872Z Checking idna v0.3.0
19932025-01-13T22:01:13.949Z Checking hyper v1.5.0
19942025-01-13T22:01:13.966Z Checking idna v0.4.0
19952025-01-13T22:01:14.123Z Checking md-5 v0.10.6
19962025-01-13T22:01:14.231Z Checking ff v0.13.0
19972025-01-13T22:01:14.342Z Checking hash32 v0.2.1
19982025-01-13T22:01:14.447Z Checking memmap v0.7.0
19992025-01-13T22:01:14.642Z Checking is-terminal v0.4.13
20002025-01-13T22:01:14.645Z Checking object v0.36.5
20012025-01-13T22:01:14.896Z Checking take_mut v0.2.2
20022025-01-13T22:01:14.900Z Checking psl-types v2.0.11
20032025-01-13T22:01:14.900Z Checking is_terminal_polyfill v1.70.1
20042025-01-13T22:01:14.900Z Checking dyn-clone v1.0.17
20052025-01-13T22:01:14.918Z Checking utf-8 v0.7.6
20062025-01-13T22:01:14.944Z Checking fallible-iterator v0.2.0
20072025-01-13T22:01:15.012Z Checking anstyle-query v1.1.1
20082025-01-13T22:01:15.124Z Checking quick-error v1.2.3
20092025-01-13T22:01:15.144Z Checking rustc-demangle v0.1.24
20102025-01-13T22:01:15.277Z Checking base16ct v0.2.0
20112025-01-13T22:01:15.471Z Checking colorchoice v1.0.2
20122025-01-13T22:01:15.556Z Checking linked-hash-map v0.5.6
20132025-01-13T22:01:15.576Z Checking postgres-protocol v0.6.7
20142025-01-13T22:01:15.598Z Checking anstream v0.6.15
20152025-01-13T22:01:15.780Z Checking tokio-rustls v0.25.0
20162025-01-13T22:01:15.892Z Checking lru-cache v0.1.2
20172025-01-13T22:01:15.966Z Checking sec1 v0.7.3
20182025-01-13T22:01:16.000Z Checking hyper-util v0.1.10
20192025-01-13T22:01:16.018Z Checking toml v0.8.19
20202025-01-13T22:01:16.072Z Checking resolv-conf v0.7.0
20212025-01-13T22:01:16.166Z Checking tungstenite v0.24.0
20222025-01-13T22:01:16.240Z Checking schemars v0.8.21
20232025-01-13T22:01:16.343Z Checking publicsuffix v2.2.3
20242025-01-13T22:01:16.416Z Checking slog-async v2.8.0
20252025-01-13T22:01:16.574Z Checking hickory-proto v0.24.1
20262025-01-13T22:01:16.731Z Checking slog-term v2.9.1
20272025-01-13T22:01:16.748Z Checking usdt v0.5.0
20282025-01-13T22:01:17.015Z Checking heapless v0.7.17
20292025-01-13T22:01:17.112Z Checking group v0.13.0
20302025-01-13T22:01:17.235Z Checking num-iter v0.1.45
20312025-01-13T22:01:17.365Z Checking futures v0.3.31
20322025-01-13T22:01:17.405Z Checking slog-bunyan v2.5.0
20332025-01-13T22:01:17.473Z Checking tokio-native-tls v0.3.1
20342025-01-13T22:01:17.522Z Checking tokio-rustls v0.26.0
20352025-01-13T22:01:17.557Z Checking rayon-core v1.12.1
20362025-01-13T22:01:17.745Z Checking multer v3.1.0
20372025-01-13T22:01:17.920Z Checking terminal_size v0.4.0
20382025-01-13T22:01:17.974Z Checking phf_shared v0.11.2
20392025-01-13T22:01:18.044Z Checking cookie v0.18.1
20402025-01-13T22:01:18.086Z Checking async-stream v0.3.6
20412025-01-13T22:01:18.142Z Checking bzip2-sys v0.1.11+1.0.8
20422025-01-13T22:01:18.211Z Checking signal-hook v0.3.17
20432025-01-13T22:01:18.231Z Checking camino v1.1.9
20442025-01-13T22:01:18.252Z Checking waitgroup v0.1.2
20452025-01-13T22:01:18.268Z Checking openapiv3 v2.0.0
20462025-01-13T22:01:18.271Z Checking webpki-roots v0.26.6
20472025-01-13T22:01:18.391Z Checking serde_path_to_error v0.1.16
20482025-01-13T22:01:18.477Z Checking idna v0.5.0
20492025-01-13T22:01:18.494Z Checking hkdf v0.12.4
20502025-01-13T22:01:18.550Z Checking crypto-bigint v0.5.5
20512025-01-13T22:01:18.705Z Checking hostname v0.4.0
20522025-01-13T22:01:18.793Z Checking crc32fast v1.4.2
20532025-01-13T22:01:18.842Z Checking winnow v0.5.40
20542025-01-13T22:01:19.010Z Checking clap_lex v0.7.2
20552025-01-13T22:01:19.030Z Checking managed v0.8.0
20562025-01-13T22:01:19.260Z Checking bitflags v1.3.2
20572025-01-13T22:01:19.293Z Checking unicode-width v0.1.14
20582025-01-13T22:01:19.364Z Checking strsim v0.11.1
20592025-01-13T22:01:19.435Z Checking debug-ignore v1.0.5
20602025-01-13T22:01:19.572Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20612025-01-13T22:01:19.650Z Checking clap_builder v4.5.21
20622025-01-13T22:01:19.777Z Checking console v0.15.8
20632025-01-13T22:01:19.843Z Checking smoltcp v0.9.1
20642025-01-13T22:01:20.389Z Checking cookie_store v0.21.0
20652025-01-13T22:01:21.070Z Checking flate2 v1.0.34
20662025-01-13T22:01:21.118Z Checking backtrace v0.3.74
20672025-01-13T22:01:21.306Z Checking hickory-resolver v0.24.1
20682025-01-13T22:01:21.356Z Checking signal-hook-mio v0.2.4
20692025-01-13T22:01:21.407Z Checking elliptic-curve v0.13.8
20702025-01-13T22:01:21.497Z Checking hyper-rustls v0.27.3
20712025-01-13T22:01:21.680Z Checking anyhow v1.0.93
20722025-01-13T22:01:21.697Z Checking bzip2 v0.4.4
20732025-01-13T22:01:21.780Z Checking dropshot v0.12.0
20742025-01-13T22:01:21.836Z Checking phf v0.11.2
20752025-01-13T22:01:21.872Z Checking toml_edit v0.19.15
20762025-01-13T22:01:21.980Z Checking rayon v1.10.0
20772025-01-13T22:01:22.049Z Checking hyper-tls v0.6.0
20782025-01-13T22:01:22.053Z Checking num-bigint-dig v0.8.4
20792025-01-13T22:01:22.105Z Checking tokio-tungstenite v0.24.0
20802025-01-13T22:01:22.347Z Checking postgres-types v0.2.8
20812025-01-13T22:01:22.557Z Checking bstr v1.10.0
20822025-01-13T22:01:22.834Z Checking regex v1.11.1
20832025-01-13T22:01:22.932Z Checking ed25519 v2.2.3
20842025-01-13T22:01:23.065Z Checking tokio-stream v0.1.16
20852025-01-13T22:01:23.242Z Checking phf_shared v0.10.0
20862025-01-13T22:01:23.462Z Checking curve25519-dalek v4.1.3
20872025-01-13T22:01:23.518Z Checking zerocopy v0.6.6
20882025-01-13T22:01:23.533Z Checking hubpack v0.1.2
20892025-01-13T22:01:23.850Z Checking pkcs1 v0.7.5
20902025-01-13T22:01:23.991Z Checking portable-atomic v1.9.0
20912025-01-13T22:01:24.200Z Checking float-cmp v0.9.0
20922025-01-13T22:01:24.250Z Checking serde-big-array v0.5.1
20932025-01-13T22:01:24.276Z Checking rfc6979 v0.4.0
20942025-01-13T22:01:24.328Z Checking sync_wrapper v1.0.1
20952025-01-13T22:01:24.384Z Checking normalize-line-endings v0.3.0
20962025-01-13T22:01:24.458Z Checking predicates-core v1.0.8
20972025-01-13T22:01:24.475Z Checking unicode-width v0.2.0
20982025-01-13T22:01:24.478Z Checking bit-vec v0.6.3
20992025-01-13T22:01:24.506Z Checking minimal-lexical v0.2.1
21002025-01-13T22:01:24.630Z Checking difflib v0.4.0
21012025-01-13T22:01:24.797Z Checking fixedbitset v0.4.2
21022025-01-13T22:01:24.889Z Checking unicode-segmentation v1.12.0
21032025-01-13T22:01:24.948Z Checking static_assertions v1.1.0
21042025-01-13T22:01:24.951Z Checking new_debug_unreachable v1.0.6
21052025-01-13T22:01:25.045Z Checking precomputed-hash v0.1.1
21062025-01-13T22:01:25.045Z Checking whoami v1.5.2
21072025-01-13T22:01:25.073Z Checking number_prefix v0.4.0
21082025-01-13T22:01:25.073Z Checking petgraph v0.6.5
21092025-01-13T22:01:25.150Z Checking string_cache v0.8.7
21102025-01-13T22:01:25.253Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21112025-01-13T22:01:25.302Z Checking ed25519-dalek v2.1.1
21122025-01-13T22:01:25.339Z Checking tokio-postgres v0.7.12
21132025-01-13T22:01:25.424Z Checking predicates v3.1.2
21142025-01-13T22:01:25.438Z Checking qorb v0.2.1
21152025-01-13T22:01:25.558Z Checking similar v2.6.0
21162025-01-13T22:01:25.712Z Checking nom v7.1.3
21172025-01-13T22:01:25.895Z Checking indicatif v0.17.9
21182025-01-13T22:01:26.093Z Checking bit-set v0.5.3
21192025-01-13T22:01:26.372Z Checking ecdsa v0.16.9
21202025-01-13T22:01:26.420Z Checking reqwest v0.12.9
21212025-01-13T22:01:26.667Z Checking toml v0.7.8
21222025-01-13T22:01:27.115Z Checking rsa v0.9.6
21232025-01-13T22:01:27.433Z Checking clap v4.5.21
21242025-01-13T22:01:27.555Z Checking zip v0.6.6
21252025-01-13T22:01:28.038Z Checking crossterm v0.28.1
21262025-01-13T22:01:28.187Z Checking itertools v0.12.1
21272025-01-13T22:01:28.237Z Checking itertools v0.10.5
21282025-01-13T22:01:28.304Z Checking ahash v0.8.11
21292025-01-13T22:01:28.373Z Checking fs-err v2.11.0
21302025-01-13T22:01:28.569Z Checking x509-cert v0.2.5
21312025-01-13T22:01:28.680Z Checking hex v0.4.3
21322025-01-13T22:01:28.878Z Checking semver v1.0.23
21332025-01-13T22:01:28.939Z Checking lalrpop-util v0.19.12
21342025-01-13T22:01:29.219Z Checking peg-runtime v0.8.3
21352025-01-13T22:01:29.235Z Checking sigpipe v0.1.3
21362025-01-13T22:01:30.360Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21372025-01-13T22:01:30.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.64s
21382025-01-13T22:01:30.847Z
21392025-01-13T22:01:30.847Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21402025-01-13T22:01:31.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412025-01-13T22:01:31.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422025-01-13T22:01:31.515Z Compiling hashbrown v0.14.5
21432025-01-13T22:01:31.633Z Checking heck v0.5.0
21442025-01-13T22:01:31.645Z Compiling unsafe-libyaml v0.2.11
21452025-01-13T22:01:31.657Z Checking ipnetwork v0.20.0
21462025-01-13T22:01:31.670Z Compiling ident_case v1.0.1
21472025-01-13T22:01:31.684Z Checking progenitor-client v0.8.0
21482025-01-13T22:01:31.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21492025-01-13T22:01:31.792Z Checking newtype-uuid v1.1.3
21502025-01-13T22:01:31.841Z Compiling darling_core v0.20.10
21512025-01-13T22:01:31.993Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21522025-01-13T22:01:32.034Z Compiling proc-macro-crate v1.3.1
21532025-01-13T22:01:32.048Z Compiling structmeta-derive v0.3.0
21542025-01-13T22:01:32.052Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21552025-01-13T22:01:32.319Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21562025-01-13T22:01:32.360Z Compiling lzma-sys v0.1.20
21572025-01-13T22:01:32.800Z Checking regress v0.10.1
21582025-01-13T22:01:33.120Z Compiling serde_yaml v0.9.34+deprecated
21592025-01-13T22:01:33.140Z Compiling num_enum_derive v0.5.11
21602025-01-13T22:01:33.542Z Compiling foreign-types-macros v0.2.3
21612025-01-13T22:01:33.612Z Compiling dropshot v0.13.0
21622025-01-13T22:01:33.908Z Checking foreign-types-shared v0.3.1
21632025-01-13T22:01:34.025Z Checking arc-swap v1.7.1
21642025-01-13T22:01:34.461Z Checking slog-scope v4.4.0
21652025-01-13T22:01:34.707Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21662025-01-13T22:01:34.870Z Checking foreign-types v0.5.0
21672025-01-13T22:01:35.032Z Compiling structmeta v0.3.0
21682025-01-13T22:01:35.159Z Compiling proc-macro-error v1.0.4
21692025-01-13T22:01:35.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21702025-01-13T22:01:35.500Z Compiling parse-display-derive v0.10.0
21712025-01-13T22:01:35.603Z Checking tungstenite v0.21.0
21722025-01-13T22:01:35.717Z Checking num_enum v0.5.11
21732025-01-13T22:01:35.867Z Compiling heck v0.3.3
21742025-01-13T22:01:35.914Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752025-01-13T22:01:36.321Z Compiling dropshot_endpoint v0.13.0
21762025-01-13T22:01:36.385Z Checking typify-impl v0.2.0
21772025-01-13T22:01:36.593Z Checking cstr-argument v0.1.2
21782025-01-13T22:01:36.781Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792025-01-13T22:01:37.321Z Checking instant v0.1.13
21802025-01-13T22:01:37.449Z Checking fastrand v2.1.1
21812025-01-13T22:01:37.548Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21822025-01-13T22:01:37.784Z Checking pretty-hex v0.2.1
21832025-01-13T22:01:37.828Z Checking base64 v0.21.7
21842025-01-13T22:01:38.055Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21852025-01-13T22:01:38.113Z Checking tempfile v3.13.0
21862025-01-13T22:01:38.305Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872025-01-13T22:01:38.324Z Checking backoff v0.4.0
21882025-01-13T22:01:38.447Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21892025-01-13T22:01:38.503Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21902025-01-13T22:01:38.626Z Checking tokio-tungstenite v0.21.0
21912025-01-13T22:01:38.648Z Compiling zone_cfg_derive v0.1.2
21922025-01-13T22:01:38.739Z Checking strum v0.26.3
21932025-01-13T22:01:38.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21942025-01-13T22:01:38.902Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952025-01-13T22:01:38.917Z Compiling darling_macro v0.20.10
21962025-01-13T22:01:39.227Z Checking slog-stdlog v4.1.1
21972025-01-13T22:01:39.270Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982025-01-13T22:01:39.381Z Checking regress v0.9.1
21992025-01-13T22:01:39.422Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22002025-01-13T22:01:39.627Z Checking colored v2.1.0
22012025-01-13T22:01:39.693Z Checking macaddr v1.0.1
22022025-01-13T22:01:39.844Z Compiling darling v0.20.10
22032025-01-13T22:01:39.910Z Checking base64 v0.13.1
22042025-01-13T22:01:39.964Z Compiling serde_with_macros v3.11.0
22052025-01-13T22:01:40.144Z Checking zone v0.1.8
22062025-01-13T22:01:40.165Z Checking parse-display v0.10.0
22072025-01-13T22:01:40.293Z Checking ron v0.7.1
22082025-01-13T22:01:40.394Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22092025-01-13T22:01:40.856Z Checking slog-envlogger v2.2.0
22102025-01-13T22:01:40.921Z Checking xz2 v0.1.7
22112025-01-13T22:01:41.075Z Checking tabwriter v1.4.0
22122025-01-13T22:01:41.215Z Checking xattr v1.3.1
22132025-01-13T22:01:41.315Z Checking pem v3.0.4
22142025-01-13T22:01:41.406Z Checking yasna v0.5.2
22152025-01-13T22:01:41.517Z Checking headers-core v0.3.0
22162025-01-13T22:01:41.569Z Checking smf v0.2.3
22172025-01-13T22:01:41.656Z Checking filetime v0.2.25
22182025-01-13T22:01:41.860Z Checking same-file v1.0.6
22192025-01-13T22:01:41.989Z Checking tar v0.4.42
22202025-01-13T22:01:42.033Z Checking headers v0.4.0
22212025-01-13T22:01:42.036Z Checking walkdir v2.5.0
22222025-01-13T22:01:42.293Z Checking rcgen v0.12.1
22232025-01-13T22:01:42.324Z Checking atomicwrites v0.4.4
22242025-01-13T22:01:42.531Z Checking camino-tempfile v1.1.1
22252025-01-13T22:01:42.820Z Checking subprocess v0.2.9
22262025-01-13T22:01:42.894Z Checking serde_with v3.11.0
22272025-01-13T22:01:47.067Z Compiling typify-macro v0.2.0
22282025-01-13T22:01:48.937Z Compiling typify v0.2.0
22292025-01-13T22:01:49.005Z Compiling progenitor-impl v0.8.0
22302025-01-13T22:01:52.246Z Compiling progenitor-macro v0.8.0
22312025-01-13T22:01:57.037Z Checking progenitor v0.8.0
22322025-01-13T22:01:57.192Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22332025-01-13T22:01:57.195Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22342025-01-13T22:01:59.887Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22352025-01-13T22:02:00.159Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22362025-01-13T22:02:06.684Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22372025-01-13T22:02:08.259Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22382025-01-13T22:02:09.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.66s
22392025-01-13T22:02:09.715Z
22402025-01-13T22:02:09.716Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22412025-01-13T22:02:10.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422025-01-13T22:02:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432025-01-13T22:02:10.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22442025-01-13T22:02:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22452025-01-13T22:02:12.004Z
22462025-01-13T22:02:12.004Zinfo: running `cargo check --bins` on nexus-config (31/176)
22472025-01-13T22:02:12.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482025-01-13T22:02:12.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492025-01-13T22:02:12.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502025-01-13T22:02:12.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22512025-01-13T22:02:12.633Z
22522025-01-13T22:02:12.633Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22532025-01-13T22:02:13.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542025-01-13T22:02:13.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552025-01-13T22:02:13.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562025-01-13T22:02:13.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22572025-01-13T22:02:13.255Z
22582025-01-13T22:02:13.256Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22592025-01-13T22:02:13.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602025-01-13T22:02:13.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612025-01-13T22:02:13.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622025-01-13T22:02:13.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22632025-01-13T22:02:13.895Z
22642025-01-13T22:02:13.895Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22652025-01-13T22:02:14.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662025-01-13T22:02:14.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672025-01-13T22:02:14.584Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22682025-01-13T22:02:14.696Z Compiling ipnetwork v0.20.0
22692025-01-13T22:02:14.707Z Compiling zerocopy v0.8.10
22702025-01-13T22:02:14.707Z Compiling progenitor-client v0.8.0
22712025-01-13T22:02:14.707Z Compiling itertools v0.13.0
22722025-01-13T22:02:14.707Z Compiling zerocopy-derive v0.8.10
22732025-01-13T22:02:14.707Z Compiling heapless v0.8.0
22742025-01-13T22:02:14.707Z Checking hash32 v0.3.1
22752025-01-13T22:02:14.873Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22762025-01-13T22:02:15.013Z Compiling instant v0.1.13
22772025-01-13T22:02:15.157Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22782025-01-13T22:02:15.178Z Compiling progenitor v0.8.0
22792025-01-13T22:02:15.416Z Compiling smoltcp v0.11.0
22802025-01-13T22:02:15.572Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22812025-01-13T22:02:15.615Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822025-01-13T22:02:15.696Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22832025-01-13T22:02:15.916Z Compiling backoff v0.4.0
22842025-01-13T22:02:16.172Z Compiling dropshot v0.13.0
22852025-01-13T22:02:16.258Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862025-01-13T22:02:16.573Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872025-01-13T22:02:16.600Z Compiling serde_with v3.11.0
22882025-01-13T22:02:16.968Z Compiling parse-display v0.10.0
22892025-01-13T22:02:16.973Z Checking num-rational v0.4.2
22902025-01-13T22:02:17.404Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22912025-01-13T22:02:17.598Z Compiling regress v0.9.1
22922025-01-13T22:02:17.947Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22932025-01-13T22:02:19.232Z Compiling phf_generator v0.11.2
22942025-01-13T22:02:19.404Z Checking num-complex v0.4.6
22952025-01-13T22:02:20.682Z Compiling macaddr v1.0.1
22962025-01-13T22:02:20.969Z Checking cobs v0.2.3
22972025-01-13T22:02:21.116Z Checking num v0.4.3
22982025-01-13T22:02:21.168Z Checking postcard v1.0.10
22992025-01-13T22:02:21.220Z Compiling phf_codegen v0.11.2
23002025-01-13T22:02:21.725Z Compiling parse-zoneinfo v0.3.1
23012025-01-13T22:02:22.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022025-01-13T22:02:23.167Z Compiling float-ord v0.3.2
23032025-01-13T22:02:23.542Z Compiling convert_case v0.4.0
23042025-01-13T22:02:23.792Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-01-13T22:02:23.893Z Compiling chrono-tz-build v0.4.0
23062025-01-13T22:02:23.970Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23072025-01-13T22:02:24.532Z Compiling derive_more v0.99.18
23082025-01-13T22:02:24.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23092025-01-13T22:02:24.844Z Compiling crucible-workspace-hack v0.1.0
23102025-01-13T22:02:24.922Z Compiling thiserror v2.0.3
23112025-01-13T22:02:25.169Z Checking newline-converter v0.3.0
23122025-01-13T22:02:25.222Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23132025-01-13T22:02:25.329Z Compiling chrono-tz v0.10.0
23142025-01-13T22:02:25.862Z Checking prettyplease v0.2.25
23152025-01-13T22:02:25.900Z Compiling thiserror-impl v2.0.3
23162025-01-13T22:02:25.998Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23172025-01-13T22:02:26.037Z Compiling slog-dtrace v0.3.0
23182025-01-13T22:02:26.344Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23192025-01-13T22:02:26.766Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23202025-01-13T22:02:27.858Z Checking expectorate v1.1.0
23212025-01-13T22:02:27.969Z Compiling zone_cfg_derive v0.3.0
23222025-01-13T22:02:28.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23232025-01-13T22:02:28.373Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23242025-01-13T22:02:28.944Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23252025-01-13T22:02:29.300Z Compiling const_format_proc_macros v0.2.33
23262025-01-13T22:02:29.304Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272025-01-13T22:02:29.516Z Compiling num-derive v0.4.2
23282025-01-13T22:02:29.788Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23292025-01-13T22:02:29.804Z Checking highway v1.2.0
23302025-01-13T22:02:30.242Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312025-01-13T22:02:30.312Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23322025-01-13T22:02:30.491Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23332025-01-13T22:02:30.544Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23342025-01-13T22:02:30.792Z Checking zone v0.3.0
23352025-01-13T22:02:31.454Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23362025-01-13T22:02:31.507Z Checking const_format v0.2.33
23372025-01-13T22:02:31.686Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23382025-01-13T22:02:31.842Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23392025-01-13T22:02:31.970Z Checking gethostname v0.5.0
23402025-01-13T22:02:32.000Z Checking bcs v0.1.6
23412025-01-13T22:02:32.098Z Compiling async-recursion v1.1.1
23422025-01-13T22:02:32.501Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23432025-01-13T22:02:32.501Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23442025-01-13T22:02:34.980Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23452025-01-13T22:02:38.912Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23462025-01-13T22:02:42.676Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23472025-01-13T22:02:45.290Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23482025-01-13T22:02:46.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.66s
23492025-01-13T22:02:46.766Z
23502025-01-13T22:02:46.766Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23512025-01-13T22:02:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-13T22:02:47.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-13T22:02:47.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542025-01-13T22:02:47.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23552025-01-13T22:02:47.401Z
23562025-01-13T22:02:47.401Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23572025-01-13T22:02:47.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-01-13T22:02:47.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-01-13T22:02:47.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602025-01-13T22:02:47.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23612025-01-13T22:02:48.041Z
23622025-01-13T22:02:48.041Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23632025-01-13T22:02:48.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-13T22:02:48.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-13T22:02:48.705Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662025-01-13T22:02:49.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23672025-01-13T22:02:49.531Z
23682025-01-13T22:02:49.531Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23692025-01-13T22:02:50.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-13T22:02:50.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-13T22:02:50.200Z Compiling cfg_aliases v0.1.1
23722025-01-13T22:02:50.204Z Compiling vte_generate_state_changes v0.1.2
23732025-01-13T22:02:50.204Z Checking fd-lock v4.0.2
23742025-01-13T22:02:50.204Z Checking nibble_vec v0.1.0
23752025-01-13T22:02:50.304Z Checking endian-type v0.1.2
23762025-01-13T22:02:50.311Z Checking bytecount v0.6.8
23772025-01-13T22:02:50.325Z Compiling tabled_derive v0.7.0
23782025-01-13T22:02:50.335Z Compiling peg-macros v0.8.4
23792025-01-13T22:02:50.378Z Compiling nix v0.28.0
23802025-01-13T22:02:50.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812025-01-13T22:02:50.489Z Compiling sqlparser_derive v0.2.2
23822025-01-13T22:02:50.504Z Checking papergrid v0.11.0
23832025-01-13T22:02:50.518Z Checking radix_trie v0.2.1
23842025-01-13T22:02:50.922Z Checking vte v0.11.1
23852025-01-13T22:02:50.938Z Checking nu-ansi-term v0.50.1
23862025-01-13T22:02:51.336Z Checking unicode_categories v0.1.1
23872025-01-13T22:02:51.578Z Checking home v0.5.9
23882025-01-13T22:02:51.632Z Checking sqlformat v0.2.6
23892025-01-13T22:02:51.677Z Checking sqlparser v0.45.0
23902025-01-13T22:02:51.709Z Checking display-error-chain v0.2.2
23912025-01-13T22:02:52.307Z Checking strip-ansi-escapes v0.2.0
23922025-01-13T22:02:52.455Z Checking reedline v0.35.0
23932025-01-13T22:02:52.706Z Checking tabled v0.15.0
23942025-01-13T22:02:53.289Z Checking peg v0.8.4
23952025-01-13T22:02:53.754Z Checking rustyline v14.0.0
23962025-01-13T22:03:02.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
23972025-01-13T22:03:02.617Z
23982025-01-13T22:03:02.617Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23992025-01-13T22:03:03.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-13T22:03:03.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-13T22:03:03.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022025-01-13T22:03:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
24032025-01-13T22:03:08.489Z
24042025-01-13T22:03:08.490Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24052025-01-13T22:03:09.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-01-13T22:03:09.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-01-13T22:03:09.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082025-01-13T22:03:12.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
24092025-01-13T22:03:13.115Z
24102025-01-13T22:03:13.115Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24112025-01-13T22:03:13.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-13T22:03:13.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-13T22:03:13.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-13T22:03:18.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
24152025-01-13T22:03:18.727Z
24162025-01-13T22:03:18.727Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24172025-01-13T22:03:19.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-13T22:03:19.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-13T22:03:19.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-13T22:03:24.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
24212025-01-13T22:03:24.412Z
24222025-01-13T22:03:24.412Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24232025-01-13T22:03:24.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-13T22:03:24.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-13T22:03:25.091Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262025-01-13T22:03:29.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24272025-01-13T22:03:29.203Z
24282025-01-13T22:03:29.203Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24292025-01-13T22:03:29.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-13T22:03:29.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-13T22:03:29.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24322025-01-13T22:03:33.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
24332025-01-13T22:03:34.103Z
24342025-01-13T22:03:34.103Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24352025-01-13T22:03:34.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-13T22:03:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-13T22:03:34.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24382025-01-13T22:03:39.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
24392025-01-13T22:03:39.877Z
24402025-01-13T22:03:39.878Zinfo: running `cargo check --bins` on oximeter (46/176)
24412025-01-13T22:03:40.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-13T22:03:40.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-13T22:03:40.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-01-13T22:03:40.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24452025-01-13T22:03:40.502Z
24462025-01-13T22:03:40.502Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24472025-01-13T22:03:41.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-01-13T22:03:41.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-01-13T22:03:41.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502025-01-13T22:03:41.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24512025-01-13T22:03:41.127Z
24522025-01-13T22:03:41.127Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24532025-01-13T22:03:41.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-01-13T22:03:41.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-01-13T22:03:41.788Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562025-01-13T22:03:43.924Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572025-01-13T22:03:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
24582025-01-13T22:03:45.106Z
24592025-01-13T22:03:45.106Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24602025-01-13T22:03:45.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612025-01-13T22:03:45.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622025-01-13T22:03:45.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632025-01-13T22:03:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24642025-01-13T22:03:45.731Z
24652025-01-13T22:03:45.732Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24662025-01-13T22:03:46.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672025-01-13T22:03:46.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682025-01-13T22:03:46.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692025-01-13T22:03:46.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702025-01-13T22:03:46.371Z
24712025-01-13T22:03:46.371Zinfo: running `cargo check --bins` on oxql-types (51/176)
24722025-01-13T22:03:46.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732025-01-13T22:03:46.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742025-01-13T22:03:46.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752025-01-13T22:03:46.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762025-01-13T22:03:47.004Z
24772025-01-13T22:03:47.004Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24782025-01-13T22:03:47.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-13T22:03:47.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-13T22:03:47.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-13T22:03:47.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24822025-01-13T22:03:47.665Z
24832025-01-13T22:03:47.665Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24842025-01-13T22:03:48.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-13T22:03:48.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-13T22:03:48.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-13T22:03:48.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882025-01-13T22:03:48.291Z
24892025-01-13T22:03:48.291Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24902025-01-13T22:03:48.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-13T22:03:48.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-13T22:03:48.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932025-01-13T22:03:48.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24942025-01-13T22:03:48.929Z
24952025-01-13T22:03:48.929Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24962025-01-13T22:03:49.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-13T22:03:49.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-13T22:03:49.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992025-01-13T22:03:49.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25002025-01-13T22:03:49.556Z
25012025-01-13T22:03:49.556Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25022025-01-13T22:03:50.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032025-01-13T22:03:50.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042025-01-13T22:03:50.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052025-01-13T22:03:50.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25062025-01-13T22:03:50.200Z
25072025-01-13T22:03:50.200Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25082025-01-13T22:03:50.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092025-01-13T22:03:50.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102025-01-13T22:03:50.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112025-01-13T22:03:50.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25122025-01-13T22:03:50.813Z
25132025-01-13T22:03:50.814Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25142025-01-13T22:03:51.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152025-01-13T22:03:51.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162025-01-13T22:03:51.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172025-01-13T22:03:51.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25182025-01-13T22:03:51.424Z
25192025-01-13T22:03:51.424Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25202025-01-13T22:03:51.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212025-01-13T22:03:51.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222025-01-13T22:03:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232025-01-13T22:03:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25242025-01-13T22:03:52.064Z
25252025-01-13T22:03:52.064Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25262025-01-13T22:03:52.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-13T22:03:52.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-13T22:03:52.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292025-01-13T22:03:52.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25302025-01-13T22:03:52.689Z
25312025-01-13T22:03:52.689Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25322025-01-13T22:03:53.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-13T22:03:53.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-13T22:03:53.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352025-01-13T22:03:53.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25362025-01-13T22:03:53.315Z
25372025-01-13T22:03:53.315Zinfo: running `cargo check --bins` on dpd-client (62/176)
25382025-01-13T22:03:53.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-13T22:03:53.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-13T22:03:53.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412025-01-13T22:03:53.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25422025-01-13T22:03:53.932Z
25432025-01-13T22:03:53.932Zinfo: running `cargo check --bins` on gateway-client (63/176)
25442025-01-13T22:03:54.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-13T22:03:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-13T22:03:54.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472025-01-13T22:03:54.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25482025-01-13T22:03:54.546Z
25492025-01-13T22:03:54.546Zinfo: running `cargo check --bins` on installinator-client (64/176)
25502025-01-13T22:03:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-13T22:03:55.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-13T22:03:55.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532025-01-13T22:03:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25542025-01-13T22:03:55.185Z
25552025-01-13T22:03:55.185Zinfo: running `cargo check --bins` on installinator-common (65/176)
25562025-01-13T22:03:55.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-13T22:03:55.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-13T22:03:55.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592025-01-13T22:03:55.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25602025-01-13T22:03:55.826Z
25612025-01-13T22:03:55.826Zinfo: running `cargo check --bins` on update-engine (66/176)
25622025-01-13T22:03:56.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-13T22:03:56.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-13T22:03:56.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652025-01-13T22:03:56.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25662025-01-13T22:03:56.448Z
25672025-01-13T22:03:56.448Zinfo: running `cargo check --bins` on nexus-client (67/176)
25682025-01-13T22:03:57.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-13T22:03:57.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-13T22:03:57.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-13T22:03:57.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25722025-01-13T22:03:57.108Z
25732025-01-13T22:03:57.108Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25742025-01-13T22:03:57.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-13T22:03:57.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-13T22:03:57.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-13T22:03:57.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25782025-01-13T22:03:57.759Z
25792025-01-13T22:03:57.759Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25802025-01-13T22:03:58.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-13T22:03:58.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-13T22:03:58.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832025-01-13T22:03:58.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25842025-01-13T22:03:58.383Z
25852025-01-13T22:03:58.383Zinfo: running `cargo check --bins` on nexus-types (70/176)
25862025-01-13T22:03:58.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872025-01-13T22:03:58.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882025-01-13T22:03:58.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892025-01-13T22:03:58.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25902025-01-13T22:03:59.044Z
25912025-01-13T22:03:59.044Zinfo: running `cargo check --bins` on oxide-client (71/176)
25922025-01-13T22:03:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932025-01-13T22:03:59.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942025-01-13T22:03:59.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952025-01-13T22:03:59.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25962025-01-13T22:03:59.662Z
25972025-01-13T22:03:59.662Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25982025-01-13T22:04:00.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992025-01-13T22:04:00.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002025-01-13T22:04:00.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012025-01-13T22:04:00.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26022025-01-13T22:04:00.296Z
26032025-01-13T22:04:00.296Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26042025-01-13T22:04:00.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052025-01-13T22:04:00.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062025-01-13T22:04:00.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072025-01-13T22:04:00.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26082025-01-13T22:04:00.917Z
26092025-01-13T22:04:00.917Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26102025-01-13T22:04:01.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112025-01-13T22:04:01.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122025-01-13T22:04:01.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132025-01-13T22:04:01.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26142025-01-13T22:04:01.565Z
26152025-01-13T22:04:01.565Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26162025-01-13T22:04:02.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172025-01-13T22:04:02.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182025-01-13T22:04:02.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192025-01-13T22:04:02.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26202025-01-13T22:04:02.237Z
26212025-01-13T22:04:02.238Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26222025-01-13T22:04:02.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232025-01-13T22:04:02.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242025-01-13T22:04:02.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252025-01-13T22:04:02.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26262025-01-13T22:04:02.900Z
26272025-01-13T22:04:02.900Zinfo: running `cargo check --bins` on wicket-common (77/176)
26282025-01-13T22:04:03.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292025-01-13T22:04:03.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302025-01-13T22:04:03.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312025-01-13T22:04:03.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26322025-01-13T22:04:03.557Z
26332025-01-13T22:04:03.557Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26342025-01-13T22:04:04.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-01-13T22:04:04.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-01-13T22:04:04.227Z Checking csv-core v0.1.11
26372025-01-13T22:04:04.227Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26382025-01-13T22:04:04.230Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26392025-01-13T22:04:04.331Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26402025-01-13T22:04:04.503Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26412025-01-13T22:04:04.548Z Checking csv v1.3.0
26422025-01-13T22:04:04.551Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26432025-01-13T22:04:05.124Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26442025-01-13T22:04:05.475Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26452025-01-13T22:04:07.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
26462025-01-13T22:04:07.407Z
26472025-01-13T22:04:07.407Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26482025-01-13T22:04:07.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-13T22:04:07.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-13T22:04:07.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-13T22:04:07.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26522025-01-13T22:04:08.044Z
26532025-01-13T22:04:08.045Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26542025-01-13T22:04:08.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-13T22:04:08.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-13T22:04:08.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-13T22:04:08.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26582025-01-13T22:04:08.679Z
26592025-01-13T22:04:08.679Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26602025-01-13T22:04:09.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-13T22:04:09.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-13T22:04:09.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-13T22:04:09.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26642025-01-13T22:04:09.417Z
26652025-01-13T22:04:09.417Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26662025-01-13T22:04:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-13T22:04:10.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-13T22:04:10.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-13T22:04:10.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26702025-01-13T22:04:10.150Z
26712025-01-13T22:04:10.150Zinfo: running `cargo check --bins` on dns-server (83/176)
26722025-01-13T22:04:10.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-13T22:04:10.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-13T22:04:10.804Z Compiling parking_lot_core v0.8.6
26752025-01-13T22:04:10.807Z Checking fxhash v0.2.1
26762025-01-13T22:04:10.808Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26772025-01-13T22:04:10.808Z Checking hickory-server v0.24.1
26782025-01-13T22:04:10.808Z Checking hickory-client v0.24.1
26792025-01-13T22:04:11.480Z Checking parking_lot v0.11.2
26802025-01-13T22:04:11.641Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26812025-01-13T22:04:11.646Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26822025-01-13T22:04:11.736Z Checking sled v0.34.7
26832025-01-13T22:04:13.481Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26842025-01-13T22:04:14.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
26852025-01-13T22:04:14.921Z
26862025-01-13T22:04:14.921Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26872025-01-13T22:04:15.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882025-01-13T22:04:15.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892025-01-13T22:04:15.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902025-01-13T22:04:15.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26912025-01-13T22:04:15.552Z
26922025-01-13T22:04:15.552Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26932025-01-13T22:04:16.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942025-01-13T22:04:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952025-01-13T22:04:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962025-01-13T22:04:16.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26972025-01-13T22:04:16.240Z
26982025-01-13T22:04:16.240Zinfo: running `cargo check --bins` on gateway-types (86/176)
26992025-01-13T22:04:16.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002025-01-13T22:04:16.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012025-01-13T22:04:16.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022025-01-13T22:04:16.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27032025-01-13T22:04:16.878Z
27042025-01-13T22:04:16.878Zinfo: running `cargo check --bins` on ipcc (87/176)
27052025-01-13T22:04:17.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062025-01-13T22:04:17.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072025-01-13T22:04:17.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082025-01-13T22:04:17.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27092025-01-13T22:04:17.516Z
27102025-01-13T22:04:17.516Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27112025-01-13T22:04:18.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122025-01-13T22:04:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132025-01-13T22:04:18.229Z Compiling semver v0.1.20
27142025-01-13T22:04:18.229Z Compiling radium v0.7.0
27152025-01-13T22:04:18.336Z Checking tap v1.0.1
27162025-01-13T22:04:18.346Z Compiling maybe-uninit v2.0.0
27172025-01-13T22:04:18.365Z Checking password-hash v0.5.0
27182025-01-13T22:04:18.368Z Checking blake2 v0.10.6
27192025-01-13T22:04:18.368Z Compiling packed_struct v0.10.1
27202025-01-13T22:04:18.368Z Checking funty v2.0.0
27212025-01-13T22:04:18.474Z Checking wyz v0.5.1
27222025-01-13T22:04:18.773Z Compiling rustc_version v0.1.7
27232025-01-13T22:04:18.816Z Compiling cancel-safe-futures v0.1.5
27242025-01-13T22:04:18.858Z Compiling owo-colors v4.1.0
27252025-01-13T22:04:18.876Z Checking crc-catalog v2.4.0
27262025-01-13T22:04:18.943Z Checking argon2 v0.5.3
27272025-01-13T22:04:19.003Z Checking crc v3.2.1
27282025-01-13T22:04:19.072Z Compiling packed_struct_codegen v0.10.1
27292025-01-13T22:04:19.162Z Checking half v2.4.1
27302025-01-13T22:04:19.187Z Compiling indexmap v1.9.3
27312025-01-13T22:04:19.205Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27322025-01-13T22:04:19.275Z Compiling newtype_derive v0.1.6
27332025-01-13T22:04:19.328Z Checking bitvec v1.0.1
27342025-01-13T22:04:19.402Z Checking nodrop v0.1.14
27352025-01-13T22:04:19.475Z Checking ciborium-io v0.2.2
27362025-01-13T22:04:19.519Z Checking array-init v0.0.4
27372025-01-13T22:04:19.594Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27382025-01-13T22:04:19.628Z Checking ciborium-ll v0.2.2
27392025-01-13T22:04:19.735Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27402025-01-13T22:04:19.916Z Checking smallvec v0.6.14
27412025-01-13T22:04:19.946Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27422025-01-13T22:04:19.983Z Checking libsw v3.3.1
27432025-01-13T22:04:20.260Z Compiling memoffset v0.9.1
27442025-01-13T22:04:20.303Z Checking linear-map v1.2.0
27452025-01-13T22:04:20.485Z Checking termcolor v1.4.1
27462025-01-13T22:04:20.549Z Checking hashbrown v0.12.3
27472025-01-13T22:04:20.566Z Checking swrite v0.1.0
27482025-01-13T22:04:20.631Z Checking bitfield v0.14.0
27492025-01-13T22:04:20.686Z Checking indent_write v2.2.0
27502025-01-13T22:04:20.939Z Checking env_logger v0.10.2
27512025-01-13T22:04:20.955Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27522025-01-13T22:04:21.026Z Checking ron v0.8.1
27532025-01-13T22:04:21.043Z Checking serde-hex v0.1.0
27542025-01-13T22:04:21.357Z Checking ciborium v0.2.2
27552025-01-13T22:04:21.489Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27562025-01-13T22:04:21.931Z Checking steno v0.4.1
27572025-01-13T22:04:22.293Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27582025-01-13T22:04:22.309Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27592025-01-13T22:04:22.472Z Checking hashbrown v0.13.2
27602025-01-13T22:04:22.552Z Checking crc-any v2.5.0
27612025-01-13T22:04:22.593Z Checking humantime v2.1.0
27622025-01-13T22:04:22.898Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27632025-01-13T22:04:22.939Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27642025-01-13T22:04:23.290Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27652025-01-13T22:04:23.540Z Checking path-slash v0.1.5
27662025-01-13T22:04:23.556Z Checking object v0.30.4
27672025-01-13T22:04:23.648Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27682025-01-13T22:04:23.684Z Checking nix v0.27.1
27692025-01-13T22:04:24.188Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27702025-01-13T22:04:24.509Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27712025-01-13T22:04:24.778Z Checking tungstenite v0.23.0
27722025-01-13T22:04:24.934Z Checking kstat-rs v0.2.4
27732025-01-13T22:04:24.952Z Checking signal-hook-tokio v0.3.1
27742025-01-13T22:04:25.282Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27752025-01-13T22:04:25.555Z Checking tokio-tungstenite v0.23.1
27762025-01-13T22:04:25.704Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27772025-01-13T22:04:26.389Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27782025-01-13T22:04:26.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27792025-01-13T22:04:32.783Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27802025-01-13T22:04:34.079Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27812025-01-13T22:04:37.633Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27822025-01-13T22:04:43.327Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27832025-01-13T22:04:44.034Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27842025-01-13T22:04:46.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s
27852025-01-13T22:04:47.044Z
27862025-01-13T22:04:47.044Zinfo: running `cargo check --bins` on gateway-api (89/176)
27872025-01-13T22:04:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-01-13T22:04:47.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-01-13T22:04:47.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-01-13T22:04:47.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27912025-01-13T22:04:47.686Z
27922025-01-13T22:04:47.686Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27932025-01-13T22:04:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-01-13T22:04:48.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-01-13T22:04:48.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-01-13T22:04:48.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27972025-01-13T22:04:48.299Z
27982025-01-13T22:04:48.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27992025-01-13T22:04:48.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-01-13T22:04:48.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-01-13T22:04:48.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022025-01-13T22:04:48.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28032025-01-13T22:04:48.934Z
28042025-01-13T22:04:48.934Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28052025-01-13T22:04:49.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062025-01-13T22:04:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072025-01-13T22:04:49.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082025-01-13T22:04:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28092025-01-13T22:04:49.563Z
28102025-01-13T22:04:49.563Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28112025-01-13T22:04:50.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122025-01-13T22:04:50.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132025-01-13T22:04:50.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142025-01-13T22:04:50.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152025-01-13T22:04:50.192Z
28162025-01-13T22:04:50.192Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28172025-01-13T22:04:50.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-13T22:04:50.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-13T22:04:50.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-13T22:04:50.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28212025-01-13T22:04:50.829Z
28222025-01-13T22:04:50.829Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28232025-01-13T22:04:51.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-13T22:04:51.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-13T22:04:51.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-13T22:04:51.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28272025-01-13T22:04:51.469Z
28282025-01-13T22:04:51.469Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28292025-01-13T22:04:52.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-13T22:04:52.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-13T22:04:52.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-13T22:04:52.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28332025-01-13T22:04:52.098Z
28342025-01-13T22:04:52.098Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28352025-01-13T22:04:52.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-13T22:04:52.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-13T22:04:52.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-13T22:04:52.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28392025-01-13T22:04:52.758Z
28402025-01-13T22:04:52.758Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28412025-01-13T22:04:53.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-13T22:04:53.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-13T22:04:53.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442025-01-13T22:04:53.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28452025-01-13T22:04:53.389Z
28462025-01-13T22:04:53.389Zinfo: running `cargo check --bins` on sp-sim (99/176)
28472025-01-13T22:04:53.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-01-13T22:04:53.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-01-13T22:04:54.036Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502025-01-13T22:04:54.503Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28512025-01-13T22:04:56.276Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28522025-01-13T22:04:58.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
28532025-01-13T22:04:58.199Z
28542025-01-13T22:04:58.199Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28552025-01-13T22:04:58.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-01-13T22:04:58.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-01-13T22:04:58.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-01-13T22:04:58.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28592025-01-13T22:04:58.889Z
28602025-01-13T22:04:58.889Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28612025-01-13T22:04:59.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-01-13T22:04:59.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-01-13T22:04:59.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-01-13T22:04:59.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28652025-01-13T22:04:59.581Z
28662025-01-13T22:04:59.581Zinfo: running `cargo check --bins` on db-macros (102/176)
28672025-01-13T22:05:00.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-01-13T22:05:00.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-01-13T22:05:00.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-01-13T22:05:00.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28712025-01-13T22:05:00.191Z
28722025-01-13T22:05:00.191Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28732025-01-13T22:05:00.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-01-13T22:05:00.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-01-13T22:05:00.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-01-13T22:05:00.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28772025-01-13T22:05:00.798Z
28782025-01-13T22:05:00.798Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28792025-01-13T22:05:01.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-01-13T22:05:01.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-01-13T22:05:01.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-01-13T22:05:01.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28832025-01-13T22:05:01.479Z
28842025-01-13T22:05:01.479Zinfo: running `cargo check --bins` on authz-macros (105/176)
28852025-01-13T22:05:02.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-01-13T22:05:02.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-01-13T22:05:02.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-01-13T22:05:02.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892025-01-13T22:05:02.091Z
28902025-01-13T22:05:02.091Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28912025-01-13T22:05:02.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-01-13T22:05:02.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-01-13T22:05:02.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-01-13T22:05:02.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28952025-01-13T22:05:02.751Z
28962025-01-13T22:05:02.751Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28972025-01-13T22:05:03.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-01-13T22:05:03.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-01-13T22:05:03.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-01-13T22:05:03.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29012025-01-13T22:05:03.412Z
29022025-01-13T22:05:03.412Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29032025-01-13T22:05:03.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-01-13T22:05:03.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-01-13T22:05:03.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062025-01-13T22:05:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29072025-01-13T22:05:04.043Z
29082025-01-13T22:05:04.043Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29092025-01-13T22:05:04.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-01-13T22:05:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-01-13T22:05:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122025-01-13T22:05:04.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29132025-01-13T22:05:04.708Z
29142025-01-13T22:05:04.708Zinfo: running `cargo check --bins` on typed-rng (110/176)
29152025-01-13T22:05:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-01-13T22:05:05.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-01-13T22:05:05.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-01-13T22:05:05.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29192025-01-13T22:05:05.330Z
29202025-01-13T22:05:05.331Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29212025-01-13T22:05:05.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-01-13T22:05:05.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-01-13T22:05:06.078Z Checking keccak v0.1.5
29242025-01-13T22:05:06.186Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29252025-01-13T22:05:06.189Z Checking secrecy v0.8.0
29262025-01-13T22:05:06.189Z Compiling unicase v2.7.0
29272025-01-13T22:05:06.189Z Compiling same-file v1.0.6
29282025-01-13T22:05:06.219Z Compiling tempfile v3.13.0
29292025-01-13T22:05:06.245Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29302025-01-13T22:05:06.248Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29312025-01-13T22:05:06.359Z Compiling walkdir v2.5.0
29322025-01-13T22:05:06.452Z Checking sha3 v0.10.8
29332025-01-13T22:05:06.496Z Compiling thiserror-impl-no-std v2.0.2
29342025-01-13T22:05:06.537Z Checking universal-hash v0.5.1
29352025-01-13T22:05:06.583Z Compiling blake3 v1.5.4
29362025-01-13T22:05:06.651Z Checking opaque-debug v0.3.1
29372025-01-13T22:05:06.717Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29382025-01-13T22:05:06.745Z Checking poly1305 v0.8.0
29392025-01-13T22:05:06.816Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29402025-01-13T22:05:06.837Z Checking chacha20 v0.9.1
29412025-01-13T22:05:07.013Z Checking aead v0.5.2
29422025-01-13T22:05:07.129Z Compiling memmap2 v0.9.5
29432025-01-13T22:05:07.159Z Compiling arrayref v0.3.9
29442025-01-13T22:05:07.179Z Compiling libefi-sys v0.1.0
29452025-01-13T22:05:07.229Z Compiling constant_time_eq v0.3.1
29462025-01-13T22:05:07.248Z Compiling arrayvec v0.7.6
29472025-01-13T22:05:07.265Z Compiling salty v0.3.0
29482025-01-13T22:05:07.404Z Checking chacha20poly1305 v0.10.1
29492025-01-13T22:05:07.501Z Compiling toolchain_find v0.4.0
29502025-01-13T22:05:07.590Z Compiling camino-tempfile v1.1.1
29512025-01-13T22:05:07.653Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29522025-01-13T22:05:07.700Z Compiling bitfield-struct v0.6.2
29532025-01-13T22:05:07.922Z Compiling topological-sort v0.2.2
29542025-01-13T22:05:08.063Z Compiling mime_guess v2.0.5
29552025-01-13T22:05:08.141Z Compiling rustfmt-wrapper v0.2.1
29562025-01-13T22:05:08.617Z Compiling omicron-zone-package v0.12.0
29572025-01-13T22:05:08.721Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29582025-01-13T22:05:08.739Z Checking primeorder v0.13.6
29592025-01-13T22:05:09.021Z Checking env_filter v0.1.2
29602025-01-13T22:05:09.161Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29612025-01-13T22:05:09.204Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29622025-01-13T22:05:09.222Z Checking p384 v0.13.0
29632025-01-13T22:05:09.252Z Checking env_logger v0.11.5
29642025-01-13T22:05:09.414Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29652025-01-13T22:05:09.462Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29662025-01-13T22:05:09.555Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29672025-01-13T22:05:09.685Z Checking thiserror-no-std v2.0.2
29682025-01-13T22:05:09.716Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29692025-01-13T22:05:09.795Z Checking simd-adler32 v0.3.7
29702025-01-13T22:05:09.813Z Checking vsss-rs v3.3.4
29712025-01-13T22:05:09.842Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29722025-01-13T22:05:10.028Z Checking lockfree-object-pool v0.1.6
29732025-01-13T22:05:10.124Z Checking http-range v0.1.5
29742025-01-13T22:05:10.143Z Compiling zip v2.1.3
29752025-01-13T22:05:10.180Z Checking bumpalo v3.16.0
29762025-01-13T22:05:10.279Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29772025-01-13T22:05:10.332Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29782025-01-13T22:05:10.461Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29792025-01-13T22:05:10.497Z Checking zopfli v0.8.1
29802025-01-13T22:05:10.639Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29812025-01-13T22:05:11.057Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29822025-01-13T22:05:11.186Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29832025-01-13T22:05:11.254Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29842025-01-13T22:05:11.463Z Checking nanorand v0.7.0
29852025-01-13T22:05:11.527Z Checking atty v0.2.14
29862025-01-13T22:05:11.663Z Checking glob v0.3.1
29872025-01-13T22:05:11.794Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29882025-01-13T22:05:11.814Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29892025-01-13T22:05:11.850Z Checking flume v0.11.1
29902025-01-13T22:05:11.997Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29912025-01-13T22:05:12.369Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29922025-01-13T22:05:13.112Z Checking hyper-staticfile v0.10.1
29932025-01-13T22:05:13.397Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29942025-01-13T22:05:13.473Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29952025-01-13T22:05:13.632Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29962025-01-13T22:05:13.799Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29972025-01-13T22:05:13.901Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29982025-01-13T22:05:14.141Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29992025-01-13T22:05:14.970Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30002025-01-13T22:05:15.025Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30012025-01-13T22:05:15.625Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30022025-01-13T22:05:15.849Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30032025-01-13T22:05:18.956Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30042025-01-13T22:05:18.959Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30052025-01-13T22:05:27.616Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062025-01-13T22:05:41.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
30072025-01-13T22:05:41.334Z
30082025-01-13T22:05:41.334Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30092025-01-13T22:05:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-13T22:05:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-13T22:05:42.070Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122025-01-13T22:05:55.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30132025-01-13T22:05:56.151Z
30142025-01-13T22:05:56.152Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30152025-01-13T22:05:56.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-13T22:05:56.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-13T22:05:56.894Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182025-01-13T22:06:10.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
30192025-01-13T22:06:10.966Z
30202025-01-13T22:06:10.966Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30212025-01-13T22:06:11.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-13T22:06:11.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-13T22:06:11.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242025-01-13T22:06:25.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
30252025-01-13T22:06:25.831Z
30262025-01-13T22:06:25.831Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30272025-01-13T22:06:26.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-13T22:06:26.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-13T22:06:26.570Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-01-13T22:06:40.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
30312025-01-13T22:06:40.755Z
30322025-01-13T22:06:40.755Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30332025-01-13T22:06:41.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-13T22:06:41.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-13T22:06:41.493Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30362025-01-13T22:06:55.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30372025-01-13T22:06:55.570Z
30382025-01-13T22:06:55.570Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30392025-01-13T22:06:56.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-13T22:06:56.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-13T22:06:56.308Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30422025-01-13T22:07:10.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
30432025-01-13T22:07:10.357Z
30442025-01-13T22:07:10.357Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30452025-01-13T22:07:10.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-13T22:07:10.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-13T22:07:11.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30482025-01-13T22:07:25.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s
30492025-01-13T22:07:25.212Z
30502025-01-13T22:07:25.212Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30512025-01-13T22:07:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-13T22:07:25.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-13T22:07:25.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542025-01-13T22:07:25.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30552025-01-13T22:07:25.888Z
30562025-01-13T22:07:25.888Zinfo: running `cargo check --bins` on key-manager (120/176)
30572025-01-13T22:07:26.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582025-01-13T22:07:26.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592025-01-13T22:07:26.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602025-01-13T22:07:26.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30612025-01-13T22:07:26.525Z
30622025-01-13T22:07:26.525Zinfo: running `cargo check --bins` on range-requests (121/176)
30632025-01-13T22:07:27.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642025-01-13T22:07:27.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652025-01-13T22:07:27.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662025-01-13T22:07:27.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30672025-01-13T22:07:27.148Z
30682025-01-13T22:07:27.148Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30692025-01-13T22:07:27.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-01-13T22:07:27.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-01-13T22:07:27.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-01-13T22:07:27.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30732025-01-13T22:07:27.784Z
30742025-01-13T22:07:27.784Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30752025-01-13T22:07:28.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-01-13T22:07:28.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-01-13T22:07:28.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-01-13T22:07:28.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30792025-01-13T22:07:28.444Z
30802025-01-13T22:07:28.444Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30812025-01-13T22:07:28.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-01-13T22:07:28.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-01-13T22:07:28.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-01-13T22:07:28.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30852025-01-13T22:07:29.062Z
30862025-01-13T22:07:29.062Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30872025-01-13T22:07:29.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-01-13T22:07:29.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-01-13T22:07:29.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-01-13T22:07:29.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912025-01-13T22:07:29.712Z
30922025-01-13T22:07:29.712Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30932025-01-13T22:07:30.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-01-13T22:07:30.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-01-13T22:07:30.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-01-13T22:07:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30972025-01-13T22:07:30.364Z
30982025-01-13T22:07:30.364Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30992025-01-13T22:07:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-01-13T22:07:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-01-13T22:07:30.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-01-13T22:07:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31032025-01-13T22:07:31.015Z
31042025-01-13T22:07:31.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31052025-01-13T22:07:31.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-01-13T22:07:31.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-01-13T22:07:31.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-01-13T22:07:31.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31092025-01-13T22:07:31.676Z
31102025-01-13T22:07:31.676Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31112025-01-13T22:07:32.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-13T22:07:32.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-13T22:07:32.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-01-13T22:07:32.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31152025-01-13T22:07:32.343Z
31162025-01-13T22:07:32.343Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31172025-01-13T22:07:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-13T22:07:32.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-13T22:07:32.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202025-01-13T22:07:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31212025-01-13T22:07:33.004Z
31222025-01-13T22:07:33.004Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31232025-01-13T22:07:33.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-01-13T22:07:33.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-01-13T22:07:33.698Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31262025-01-13T22:07:33.698Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31272025-01-13T22:07:34.579Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31282025-01-13T22:07:36.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
31292025-01-13T22:07:36.799Z
31302025-01-13T22:07:36.799Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31312025-01-13T22:07:37.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-01-13T22:07:37.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-01-13T22:07:37.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342025-01-13T22:07:37.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31352025-01-13T22:07:37.426Z
31362025-01-13T22:07:37.426Zinfo: running `cargo check --bins` on cert-dev (133/176)
31372025-01-13T22:07:37.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-01-13T22:07:37.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-01-13T22:07:38.036Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31402025-01-13T22:07:38.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31412025-01-13T22:07:38.473Z
31422025-01-13T22:07:38.473Zinfo: running `cargo check --bins` on clickana (134/176)
31432025-01-13T22:07:39.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442025-01-13T22:07:39.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452025-01-13T22:07:39.116Z Checking castaway v0.2.3
31462025-01-13T22:07:39.118Z Checking unicode-truncate v1.1.0
31472025-01-13T22:07:39.118Z Checking lru v0.12.5
31482025-01-13T22:07:39.118Z Compiling instability v0.3.2
31492025-01-13T22:07:39.119Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31502025-01-13T22:07:39.119Z Checking cassowary v0.3.0
31512025-01-13T22:07:39.352Z Checking compact_str v0.8.0
31522025-01-13T22:07:39.997Z Checking ratatui v0.28.1
31532025-01-13T22:07:40.937Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31542025-01-13T22:07:41.980Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31552025-01-13T22:07:42.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
31562025-01-13T22:07:43.002Z
31572025-01-13T22:07:43.002Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31582025-01-13T22:07:43.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-01-13T22:07:43.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-01-13T22:07:43.687Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31612025-01-13T22:07:43.688Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31622025-01-13T22:07:44.738Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31632025-01-13T22:07:45.243Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31642025-01-13T22:07:45.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31652025-01-13T22:07:45.820Z
31662025-01-13T22:07:45.820Zinfo: running `cargo check --bins` on ch-dev (136/176)
31672025-01-13T22:07:46.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-13T22:07:46.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-13T22:07:46.480Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31702025-01-13T22:07:47.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31712025-01-13T22:07:47.379Z
31722025-01-13T22:07:47.379Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31732025-01-13T22:07:47.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-13T22:07:47.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-13T22:07:48.036Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31762025-01-13T22:07:48.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31772025-01-13T22:07:48.589Z
31782025-01-13T22:07:48.589Zinfo: running `cargo check --bins` on db-dev (138/176)
31792025-01-13T22:07:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-13T22:07:49.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-13T22:07:49.252Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31822025-01-13T22:07:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31832025-01-13T22:07:50.143Z
31842025-01-13T22:07:50.143Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31852025-01-13T22:07:50.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-13T22:07:50.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-13T22:07:50.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882025-01-13T22:07:50.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31892025-01-13T22:07:50.788Z
31902025-01-13T22:07:50.789Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31912025-01-13T22:07:51.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-13T22:07:51.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-13T22:07:51.405Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31942025-01-13T22:07:52.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31952025-01-13T22:07:52.469Z
31962025-01-13T22:07:52.469Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31972025-01-13T22:07:53.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-01-13T22:07:53.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-01-13T22:07:53.082Z Checking cargo-platform v0.1.8
32002025-01-13T22:07:53.350Z Checking cargo_metadata v0.18.1
32012025-01-13T22:07:54.307Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32022025-01-13T22:07:55.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
32032025-01-13T22:07:55.323Z
32042025-01-13T22:07:55.323Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32052025-01-13T22:07:55.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-13T22:07:55.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-13T22:07:56.040Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082025-01-13T22:07:57.552Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32092025-01-13T22:07:58.187Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102025-01-13T22:07:58.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32112025-01-13T22:07:58.941Z
32122025-01-13T22:07:58.941Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32132025-01-13T22:07:59.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-01-13T22:07:59.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-01-13T22:07:59.725Z Compiling crunchy v0.2.2
32162025-01-13T22:07:59.725Z Compiling tiny-keccak v2.0.2
32172025-01-13T22:07:59.728Z Compiling dsl_auto_type v0.1.2
32182025-01-13T22:07:59.729Z Checking scheduled-thread-pool v0.2.7
32192025-01-13T22:07:59.729Z Compiling diesel_table_macro_syntax v0.2.0
32202025-01-13T22:07:59.729Z Compiling ascii-canvas v3.0.0
32212025-01-13T22:07:59.840Z Compiling ena v0.14.3
32222025-01-13T22:07:59.848Z Compiling regex-syntax v0.6.29
32232025-01-13T22:08:00.054Z Checking r2d2 v0.8.10
32242025-01-13T22:08:00.243Z Compiling diff v0.1.13
32252025-01-13T22:08:00.319Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32262025-01-13T22:08:00.334Z Compiling ref-cast v1.0.23
32272025-01-13T22:08:00.358Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32282025-01-13T22:08:00.420Z Compiling derive_builder_core v0.20.2
32292025-01-13T22:08:00.535Z Compiling libxml v0.3.3
32302025-01-13T22:08:00.645Z Compiling ref-cast-impl v1.0.23
32312025-01-13T22:08:00.878Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32322025-01-13T22:08:00.975Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32332025-01-13T22:08:01.000Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32342025-01-13T22:08:01.162Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32352025-01-13T22:08:01.280Z Compiling strum_macros v0.24.3
32362025-01-13T22:08:01.443Z Compiling diesel_derives v2.2.3
32372025-01-13T22:08:01.464Z Compiling samael v0.0.17
32382025-01-13T22:08:01.637Z Compiling indoc v1.0.9
32392025-01-13T22:08:02.614Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402025-01-13T22:08:02.898Z Compiling impl-trait-for-tuples v0.2.2
32412025-01-13T22:08:02.917Z Compiling derive_builder_macro v0.20.2
32422025-01-13T22:08:03.325Z Compiling lalrpop v0.19.12
32432025-01-13T22:08:03.825Z Checking derive_builder v0.20.2
32442025-01-13T22:08:03.979Z Compiling oso-derive v0.27.3
32452025-01-13T22:08:04.377Z Checking quick-xml v0.33.0
32462025-01-13T22:08:04.982Z Compiling diesel-dtrace v0.4.2
32472025-01-13T22:08:05.046Z Checking maplit v1.0.2
32482025-01-13T22:08:05.199Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32492025-01-13T22:08:05.359Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502025-01-13T22:08:05.651Z Checking bb8 v0.8.5
32512025-01-13T22:08:05.816Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32522025-01-13T22:08:06.104Z Checking rand_seeder v0.3.0
32532025-01-13T22:08:06.195Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32542025-01-13T22:08:06.296Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32552025-01-13T22:08:06.348Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32562025-01-13T22:08:06.556Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32572025-01-13T22:08:06.857Z Checking is_ci v1.2.0
32582025-01-13T22:08:06.942Z Checking smawk v0.3.2
32592025-01-13T22:08:06.998Z Checking unicode-linebreak v0.1.5
32602025-01-13T22:08:07.165Z Checking supports-color v3.0.1
32612025-01-13T22:08:07.395Z Checking multimap v0.10.0
32622025-01-13T22:08:07.416Z Checking textwrap v0.16.1
32632025-01-13T22:08:08.157Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32642025-01-13T22:08:10.533Z Checking diesel v2.2.6
32652025-01-13T22:08:37.114Z Compiling polar-core v0.27.3
32662025-01-13T22:08:39.997Z Checking async-bb8-diesel v0.2.1
32672025-01-13T22:08:44.543Z Checking oso v0.27.3
32682025-01-13T22:09:51.606Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32692025-01-13T22:09:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
32702025-01-13T22:09:58.084Z
32712025-01-13T22:09:58.084Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32722025-01-13T22:09:58.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-13T22:09:58.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-13T22:09:58.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752025-01-13T22:09:58.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32762025-01-13T22:09:58.772Z
32772025-01-13T22:09:58.772Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32782025-01-13T22:09:59.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792025-01-13T22:09:59.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802025-01-13T22:09:59.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812025-01-13T22:09:59.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32822025-01-13T22:09:59.451Z
32832025-01-13T22:09:59.451Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32842025-01-13T22:09:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852025-01-13T22:09:59.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862025-01-13T22:09:59.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872025-01-13T22:10:00.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32882025-01-13T22:10:00.075Z
32892025-01-13T22:10:00.075Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32902025-01-13T22:10:00.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912025-01-13T22:10:00.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922025-01-13T22:10:00.885Z Compiling libz-sys v1.1.20
32932025-01-13T22:10:01.000Z Compiling libgit2-sys v0.17.0+1.8.1
32942025-01-13T22:10:01.010Z Compiling vergen v8.3.2
32952025-01-13T22:10:01.012Z Compiling cargo-platform v0.1.8
32962025-01-13T22:10:01.012Z Compiling pin-project-internal v1.1.6
32972025-01-13T22:10:01.044Z Compiling libsqlite3-sys v0.30.1
32982025-01-13T22:10:01.047Z Compiling snafu-derive v0.8.5
32992025-01-13T22:10:01.047Z Compiling rustls v0.21.12
33002025-01-13T22:10:01.288Z Compiling buf-list v1.0.3
33012025-01-13T22:10:01.343Z Compiling cargo_metadata v0.18.1
33022025-01-13T22:10:01.551Z Compiling cfg_aliases v0.2.1
33032025-01-13T22:10:01.692Z Compiling nix v0.29.0
33042025-01-13T22:10:01.728Z Checking globset v0.4.15
33052025-01-13T22:10:01.969Z Checking olpc-cjson v0.1.4
33062025-01-13T22:10:02.023Z Checking sct v0.7.1
33072025-01-13T22:10:02.193Z Checking rustls-webpki v0.101.7
33082025-01-13T22:10:02.223Z Checking serde_plain v1.0.2
33092025-01-13T22:10:02.226Z Checking typed-path v0.9.3
33102025-01-13T22:10:02.793Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33112025-01-13T22:10:03.016Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33122025-01-13T22:10:03.053Z Checking hashlink v0.9.1
33132025-01-13T22:10:03.276Z Checking fallible-streaming-iterator v0.1.9
33142025-01-13T22:10:03.461Z Checking parse-size v1.1.0
33152025-01-13T22:10:03.650Z Checking fallible-iterator v0.3.0
33162025-01-13T22:10:04.128Z Checking pin-project v1.1.6
33172025-01-13T22:10:04.206Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33182025-01-13T22:10:04.227Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33192025-01-13T22:10:04.252Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33202025-01-13T22:10:04.267Z Checking rusqlite v0.32.1
33212025-01-13T22:10:04.871Z Checking rustls-pemfile v1.0.4
33222025-01-13T22:10:04.916Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33232025-01-13T22:10:05.075Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33242025-01-13T22:10:05.181Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33252025-01-13T22:10:05.207Z Checking twox-hash v1.6.3
33262025-01-13T22:10:05.316Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33272025-01-13T22:10:05.388Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33282025-01-13T22:10:05.838Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33292025-01-13T22:10:06.143Z Checking tokio-rustls v0.24.1
33302025-01-13T22:10:06.412Z Checking snafu v0.8.5
33312025-01-13T22:10:06.438Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33322025-01-13T22:10:06.542Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33332025-01-13T22:10:06.739Z Checking fatfs v0.3.6
33342025-01-13T22:10:06.889Z Checking tough v0.19.0
33352025-01-13T22:10:07.297Z Checking assert_matches v1.5.0
33362025-01-13T22:10:11.150Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33372025-01-13T22:10:12.573Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33382025-01-13T22:10:13.282Z Compiling git2 v0.19.0
33392025-01-13T22:10:18.154Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33402025-01-13T22:11:13.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33412025-01-13T22:11:13.355Z
33422025-01-13T22:11:13.355Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33432025-01-13T22:11:13.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-13T22:11:13.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-13T22:11:13.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-01-13T22:11:13.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33472025-01-13T22:11:14.056Z
33482025-01-13T22:11:14.056Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33492025-01-13T22:11:14.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-01-13T22:11:14.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-01-13T22:11:14.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-01-13T22:11:14.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33532025-01-13T22:11:14.670Z
33542025-01-13T22:11:14.670Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33552025-01-13T22:11:15.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-01-13T22:11:15.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-01-13T22:11:15.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-01-13T22:11:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33592025-01-13T22:11:15.335Z
33602025-01-13T22:11:15.336Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33612025-01-13T22:11:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-01-13T22:11:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-01-13T22:11:15.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-01-13T22:11:15.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33652025-01-13T22:11:16.021Z
33662025-01-13T22:11:16.021Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33672025-01-13T22:11:16.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-01-13T22:11:16.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-01-13T22:11:16.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-01-13T22:11:16.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33712025-01-13T22:11:16.704Z
33722025-01-13T22:11:16.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33732025-01-13T22:11:17.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-13T22:11:17.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-13T22:11:17.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-13T22:11:17.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33772025-01-13T22:11:17.387Z
33782025-01-13T22:11:17.387Zinfo: running `cargo check --bins` on update-common (154/176)
33792025-01-13T22:11:17.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-13T22:11:17.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-13T22:11:17.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-13T22:11:17.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33832025-01-13T22:11:18.042Z
33842025-01-13T22:11:18.042Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33852025-01-13T22:11:18.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-13T22:11:18.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-13T22:11:18.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882025-01-13T22:11:18.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33892025-01-13T22:11:18.699Z
33902025-01-13T22:11:18.699Zinfo: running `cargo check --bins` on tufaceous (156/176)
33912025-01-13T22:11:19.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922025-01-13T22:11:19.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932025-01-13T22:11:19.378Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33942025-01-13T22:11:20.611Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33952025-01-13T22:11:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
33962025-01-13T22:11:21.676Z
33972025-01-13T22:11:21.676Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33982025-01-13T22:11:22.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992025-01-13T22:11:22.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002025-01-13T22:11:22.516Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34012025-01-13T22:11:22.519Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34022025-01-13T22:11:22.654Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34032025-01-13T22:11:22.657Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34042025-01-13T22:11:23.690Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34052025-01-13T22:11:49.888Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34062025-01-13T22:11:49.891Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34072025-01-13T22:11:49.891Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34082025-01-13T22:11:49.891Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092025-01-13T22:11:49.891Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34102025-01-13T22:11:50.702Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34112025-01-13T22:11:52.031Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34122025-01-13T22:12:31.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
34132025-01-13T22:12:31.749Z
34142025-01-13T22:12:31.749Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34152025-01-13T22:12:32.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-13T22:12:32.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-13T22:12:32.455Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182025-01-13T22:12:32.458Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34192025-01-13T22:12:32.458Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34202025-01-13T22:12:32.580Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34212025-01-13T22:12:32.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34222025-01-13T22:12:32.604Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34232025-01-13T22:12:32.606Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34242025-01-13T22:12:32.620Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34252025-01-13T22:12:32.757Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262025-01-13T22:12:32.836Z Checking heck v0.4.1
34272025-01-13T22:12:32.893Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34282025-01-13T22:12:33.083Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34292025-01-13T22:12:33.272Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34302025-01-13T22:12:33.290Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34312025-01-13T22:12:33.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322025-01-13T22:12:33.892Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332025-01-13T22:12:34.143Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34342025-01-13T22:12:35.462Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34352025-01-13T22:12:35.905Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34362025-01-13T22:12:36.369Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34372025-01-13T22:12:36.490Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34382025-01-13T22:12:38.484Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392025-01-13T22:12:38.484Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34402025-01-13T22:12:39.834Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34412025-01-13T22:12:41.436Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34422025-01-13T22:12:47.353Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34432025-01-13T22:12:47.356Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34442025-01-13T22:12:48.596Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34452025-01-13T22:12:49.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s
34462025-01-13T22:12:49.906Z
34472025-01-13T22:12:49.906Zinfo: running `cargo check --bins` on installinator-api (159/176)
34482025-01-13T22:12:50.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-01-13T22:12:50.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-01-13T22:12:50.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512025-01-13T22:12:50.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34522025-01-13T22:12:50.547Z
34532025-01-13T22:12:50.547Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34542025-01-13T22:12:51.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-01-13T22:12:51.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-01-13T22:12:51.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572025-01-13T22:12:51.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34582025-01-13T22:12:51.198Z
34592025-01-13T22:12:51.198Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34602025-01-13T22:12:51.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612025-01-13T22:12:51.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622025-01-13T22:12:51.899Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34632025-01-13T22:12:51.899Z Compiling petname v2.0.2
34642025-01-13T22:12:51.901Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34652025-01-13T22:12:51.901Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34662025-01-13T22:12:51.901Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34672025-01-13T22:12:51.901Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34682025-01-13T22:12:52.035Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34692025-01-13T22:12:52.047Z Checking sync-ptr v0.1.1
34702025-01-13T22:12:57.584Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34712025-01-13T22:12:58.253Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34722025-01-13T22:12:59.447Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34732025-01-13T22:13:01.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
34742025-01-13T22:13:01.227Z
34752025-01-13T22:13:01.227Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34762025-01-13T22:13:01.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-13T22:13:01.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-13T22:13:01.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792025-01-13T22:13:01.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34802025-01-13T22:13:01.899Z
34812025-01-13T22:13:01.899Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34822025-01-13T22:13:02.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-01-13T22:13:02.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-01-13T22:13:02.558Z Checking memmap2 v0.9.5
34852025-01-13T22:13:02.559Z Checking arrayvec v0.7.6
34862025-01-13T22:13:02.559Z Checking arrayref v0.3.9
34872025-01-13T22:13:02.561Z Checking constant_time_eq v0.3.1
34882025-01-13T22:13:02.561Z Checking topological-sort v0.2.2
34892025-01-13T22:13:02.561Z Checking shell-words v1.1.0
34902025-01-13T22:13:02.921Z Checking blake3 v1.5.4
34912025-01-13T22:13:03.271Z Checking omicron-zone-package v0.12.0
34922025-01-13T22:13:04.469Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34932025-01-13T22:13:05.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
34942025-01-13T22:13:05.561Z
34952025-01-13T22:13:05.561Zinfo: running `cargo check --bins` on xtask (164/176)
34962025-01-13T22:13:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972025-01-13T22:13:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982025-01-13T22:13:05.991Z Checking bitflags v2.6.0
34992025-01-13T22:13:05.994Z Checking serde v1.0.215
35002025-01-13T22:13:05.994Z Checking thiserror v1.0.69
35012025-01-13T22:13:06.090Z Checking scroll v0.12.0
35022025-01-13T22:13:06.094Z Checking log v0.4.22
35032025-01-13T22:13:06.094Z Checking hashbrown v0.15.1
35042025-01-13T22:13:06.094Z Checking zerocopy v0.7.35
35052025-01-13T22:13:06.123Z Checking syn v2.0.87
35062025-01-13T22:13:06.182Z Checking pest v2.7.14
35072025-01-13T22:13:06.318Z Checking rustix v0.38.37
35082025-01-13T22:13:06.357Z Checking once_cell v1.20.2
35092025-01-13T22:13:06.539Z Checking goblin v0.8.2
35102025-01-13T22:13:06.685Z Checking fs-err v2.11.0
35112025-01-13T22:13:07.019Z Checking tabled v0.15.0
35122025-01-13T22:13:07.139Z Checking indexmap v2.6.0
35132025-01-13T22:13:07.430Z Checking anyhow v1.0.93
35142025-01-13T22:13:08.329Z Checking terminal_size v0.4.0
35152025-01-13T22:13:08.329Z Checking tempfile v3.13.0
35162025-01-13T22:13:08.498Z Checking clap_builder v4.5.21
35172025-01-13T22:13:08.672Z Checking dtrace-parser v0.2.0
35182025-01-13T22:13:10.392Z Checking serde_json v1.0.133
35192025-01-13T22:13:10.392Z Checking serde_spanned v0.6.8
35202025-01-13T22:13:10.394Z Checking toml_datetime v0.6.8
35212025-01-13T22:13:10.395Z Checking camino v1.1.9
35222025-01-13T22:13:10.395Z Checking semver v1.0.23
35232025-01-13T22:13:10.395Z Checking cargo-platform v0.1.8
35242025-01-13T22:13:10.625Z Checking macaddr v1.0.1
35252025-01-13T22:13:10.728Z Checking toml_edit v0.22.22
35262025-01-13T22:13:10.806Z Checking clap v4.5.21
35272025-01-13T22:13:10.945Z Checking camino-tempfile v1.1.1
35282025-01-13T22:13:11.587Z Checking dof v0.3.0
35292025-01-13T22:13:11.588Z Checking cargo_metadata v0.18.1
35302025-01-13T22:13:12.004Z Checking usdt-impl v0.5.0
35312025-01-13T22:13:12.360Z Checking usdt v0.5.0
35322025-01-13T22:13:12.499Z Checking toml v0.8.19
35332025-01-13T22:13:12.958Z Checking cargo_toml v0.20.5
35342025-01-13T22:13:14.143Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35352025-01-13T22:13:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
35362025-01-13T22:13:14.855Z
35372025-01-13T22:13:14.855Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35382025-01-13T22:13:15.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-01-13T22:13:15.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-01-13T22:13:15.622Z Checking polyval v0.6.2
35412025-01-13T22:13:15.735Z Checking ctr v0.9.2
35422025-01-13T22:13:15.747Z Checking ssh-encoding v0.2.0
35432025-01-13T22:13:15.747Z Checking blowfish v0.9.1
35442025-01-13T22:13:15.772Z Checking password-hash v0.4.2
35452025-01-13T22:13:15.775Z Checking matches v0.1.10
35462025-01-13T22:13:15.806Z Checking p521 v0.13.3
35472025-01-13T22:13:15.806Z Checking p256 v0.13.2
35482025-01-13T22:13:15.882Z Checking idna v0.2.3
35492025-01-13T22:13:15.945Z Checking bcrypt-pbkdf v0.10.0
35502025-01-13T22:13:15.962Z Checking ghash v0.5.1
35512025-01-13T22:13:15.984Z Compiling enum-as-inner v0.5.1
35522025-01-13T22:13:16.082Z Checking russh-cryptovec v0.7.3
35532025-01-13T22:13:16.137Z Checking aes-gcm v0.10.3
35542025-01-13T22:13:16.179Z Checking pbkdf2 v0.11.0
35552025-01-13T22:13:16.182Z Checking md5 v0.7.0
35562025-01-13T22:13:16.285Z Checking num-bigint v0.4.6
35572025-01-13T22:13:16.305Z Checking des v0.8.1
35582025-01-13T22:13:16.387Z Checking ssh-cipher v0.2.0
35592025-01-13T22:13:16.470Z Checking hex-literal v0.4.1
35602025-01-13T22:13:16.470Z Compiling dhcproto-macros v0.1.0
35612025-01-13T22:13:16.581Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35622025-01-13T22:13:16.622Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35632025-01-13T22:13:16.669Z Checking ssh-key v0.6.6
35642025-01-13T22:13:16.736Z Checking internet-checksum v0.2.1
35652025-01-13T22:13:17.024Z Checking trust-dns-proto v0.22.0
35662025-01-13T22:13:17.979Z Checking russh-keys v0.45.0
35672025-01-13T22:13:18.887Z Checking russh v0.45.0
35682025-01-13T22:13:19.507Z Checking dhcproto v0.12.0
35692025-01-13T22:13:37.052Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35702025-01-13T22:13:38.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.59s
35712025-01-13T22:13:38.661Z
35722025-01-13T22:13:38.661Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35732025-01-13T22:13:39.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-01-13T22:13:39.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-01-13T22:13:39.309Z Checking termios v0.3.3
35762025-01-13T22:13:39.530Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35772025-01-13T22:13:40.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
35782025-01-13T22:13:40.488Z
35792025-01-13T22:13:40.488Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35802025-01-13T22:13:41.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-01-13T22:13:41.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-01-13T22:13:41.192Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35832025-01-13T22:13:41.192Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35842025-01-13T22:13:41.195Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35852025-01-13T22:13:41.195Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35862025-01-13T22:13:42.271Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872025-01-13T22:13:43.578Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35882025-01-13T22:13:45.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
35892025-01-13T22:13:45.670Z
35902025-01-13T22:13:45.670Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35912025-01-13T22:13:46.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-01-13T22:13:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-01-13T22:13:46.314Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35942025-01-13T22:13:46.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35952025-01-13T22:13:46.980Z
35962025-01-13T22:13:46.980Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35972025-01-13T22:13:47.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-13T22:13:47.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-13T22:13:47.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-13T22:13:47.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012025-01-13T22:13:47.596Z
36022025-01-13T22:13:47.596Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36032025-01-13T22:13:48.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-13T22:13:48.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-13T22:13:48.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-01-13T22:13:48.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072025-01-13T22:13:48.219Z
36082025-01-13T22:13:48.219Zinfo: running `cargo check --bins` on omicron-package (171/176)
36092025-01-13T22:13:48.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-01-13T22:13:48.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-01-13T22:13:48.896Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36122025-01-13T22:13:50.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
36132025-01-13T22:13:50.495Z
36142025-01-13T22:13:50.495Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36152025-01-13T22:13:51.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-01-13T22:13:51.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-01-13T22:13:51.209Z Checking rtoolbox v0.0.2
36182025-01-13T22:13:51.212Z Checking tui-tree-widget v0.22.0
36192025-01-13T22:13:51.212Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36202025-01-13T22:13:51.452Z Checking rpassword v7.3.1
36212025-01-13T22:13:55.491Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36222025-01-13T22:13:58.506Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36232025-01-13T22:13:59.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
36242025-01-13T22:13:59.945Z
36252025-01-13T22:13:59.945Zinfo: running `cargo check --bins` on wicket (173/176)
36262025-01-13T22:14:00.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-13T22:14:00.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-13T22:14:00.650Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36292025-01-13T22:14:01.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
36302025-01-13T22:14:01.296Z
36312025-01-13T22:14:01.296Zinfo: running `cargo check --bins` on wicketd (174/176)
36322025-01-13T22:14:01.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332025-01-13T22:14:01.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342025-01-13T22:14:02.022Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36352025-01-13T22:14:02.025Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36362025-01-13T22:14:02.877Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36372025-01-13T22:14:06.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
36382025-01-13T22:14:06.910Z
36392025-01-13T22:14:06.910Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36402025-01-13T22:14:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-13T22:14:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-13T22:14:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432025-01-13T22:14:07.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442025-01-13T22:14:07.534Z
36452025-01-13T22:14:07.534Zinfo: running `cargo check --bins` on zone-setup (176/176)
36462025-01-13T22:14:08.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472025-01-13T22:14:08.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482025-01-13T22:14:08.279Z Checking uzers v0.12.1
36492025-01-13T22:14:08.621Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36502025-01-13T22:14:09.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
36512025-01-13T22:14:10.011Z
36522025-01-13T22:14:10.011Zreal 13:41.599478067
36532025-01-13T22:14:10.011Zuser 25:31.252307314
36542025-01-13T22:14:10.011Zsys 5:52.113153148
36552025-01-13T22:14:10.011Ztrap 0.471973062
36562025-01-13T22:14:10.011Ztflt 2.490548935
36572025-01-13T22:14:10.011Zdflt 2.934484790
36582025-01-13T22:14:10.011Zkflt 0.000757792
36592025-01-13T22:14:10.011Zlock 48:54.648938238
36602025-01-13T22:14:10.014Zslp 2:14:13.248527774
36612025-01-13T22:14:10.014Zlat 1:05.230928906
36622025-01-13T22:14:10.014Zstop 3:34.314418192
36632025-01-13T22:14:10.014Zprocess exited: duration 1155231 ms, exit code 0
 
36642025-01-13T22:14:10.021Zfound 0 output files