01JDQHMX88J4WHDDBE1W3D1XDW: 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: 01JDQHNCFGEBCR92SCPTQW4XVK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-27T19:31:31.818Zjob assigned to worker 01JDQHNK0RYK68MB3XNND3TW6R [factory aws, i-00183d33c1ba6c82b] (queued for 51 s)
 
22024-11-27T19:31:39.770Zstarting task 0: "setup"
32024-11-27T19:31:39.779Z++ uname -s
42024-11-27T19:31:39.784Z+ kern=SunOS
52024-11-27T19:31:39.784Z+ case "$kern" in
62024-11-27T19:31:39.784Z+ groupadd -g 12345 build
72024-11-27T19:31:39.786Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-27T19:31:41.805Z+ zfs create -o mountpoint=/work rpool/work
92024-11-27T19:31:41.912Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-27T19:31:41.918Z+ home_fs=zfs
112024-11-27T19:31:41.918Z+ [[ zfs == autofs ]]
122024-11-27T19:31:41.918Z+ mkdir -p /home/build
132024-11-27T19:31:41.918Z+ chown build:build /home/build /work
142024-11-27T19:31:43.918Z+ chmod 0700 /home/build /work
152024-11-27T19:31:43.921Zprocess exited: duration 4151 ms, exit code 0
 
162024-11-27T19:31:43.926Zstarting task 1: "rust-toolchain"
172024-11-27T19:31:43.933Z+ printf ' * toolchain channel = "%s"
182024-11-27T19:31:43.933Z' 1.81.0
192024-11-27T19:31:43.933Z * toolchain channel = "1.81.0"
202024-11-27T19:31:43.933Z+ printf ' * toolchain profile = "%s"
212024-11-27T19:31:43.933Z' default
222024-11-27T19:31:43.933Z * toolchain profile = "default"
232024-11-27T19:31:43.936Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-27T19:31:43.936Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-27T19:31:44.044Zinfo: downloading installer
262024-11-27T19:31:45.401Zinfo: profile set to 'default'
272024-11-27T19:31:45.401Zinfo: default host triple is x86_64-unknown-illumos
282024-11-27T19:31:45.405Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-27T19:31:45.554Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-27T19:31:45.554Zinfo: downloading component 'cargo'
312024-11-27T19:31:46.452Zinfo: downloading component 'clippy'
322024-11-27T19:31:46.754Zinfo: downloading component 'rust-docs'
332024-11-27T19:31:47.963Zinfo: downloading component 'rust-std'
342024-11-27T19:31:49.897Zinfo: downloading component 'rustc'
352024-11-27T19:31:56.683Zinfo: downloading component 'rustfmt'
362024-11-27T19:31:56.939Zinfo: installing component 'cargo'
372024-11-27T19:31:57.742Zinfo: installing component 'clippy'
382024-11-27T19:31:58.097Zinfo: installing component 'rust-docs'
392024-11-27T19:31:59.709Zinfo: installing component 'rust-std'
402024-11-27T19:32:01.404Zinfo: installing component 'rustc'
412024-11-27T19:32:07.022Zinfo: installing component 'rustfmt'
422024-11-27T19:32:07.341Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-27T19:32:07.341Z
442024-11-27T19:32:07.705Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-27T19:32:07.705Z
462024-11-27T19:32:07.707Z
472024-11-27T19:32:07.708ZRust is installed now. Great!
482024-11-27T19:32:07.708Z
492024-11-27T19:32:07.708ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-27T19:32:07.708Zenvironment variable. This has not been done automatically.
512024-11-27T19:32:07.708Z
522024-11-27T19:32:07.708ZTo configure your current shell, you need to source
532024-11-27T19:32:07.708Zthe corresponding env file under $HOME/.cargo.
542024-11-27T19:32:07.708Z
552024-11-27T19:32:07.708ZThis is usually done by running one of the following (note the leading DOT):
562024-11-27T19:32:07.708Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-27T19:32:07.708Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-27T19:32:07.780Z+ rustc --version
592024-11-27T19:32:07.844Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-27T19:32:07.850Zprocess exited: duration 23918 ms, exit code 0
 
612024-11-27T19:32:07.856Zstarting task 2: "authentication"
622024-11-27T19:32:07.876Zprocess exited: duration 19 ms, exit code 0
 
632024-11-27T19:32:07.882Zstarting task 3: "clone repository"
642024-11-27T19:32:07.886Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-27T19:32:07.889Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-27T19:32:07.924ZCloning into '/work/oxidecomputer/omicron'...
672024-11-27T19:32:15.058Z+ cd /work/oxidecomputer/omicron
682024-11-27T19:32:15.061Z+ git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f
692024-11-27T19:32:15.343ZFrom https://github.com/oxidecomputer/omicron
702024-11-27T19:32:15.343Z * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD
712024-11-27T19:32:15.350Z+ [[ -n renovate/qorb-0.x ]]
722024-11-27T19:32:15.353Z++ git branch --show-current
732024-11-27T19:32:15.356Z+ current=main
742024-11-27T19:32:15.356Z+ [[ main != renovate/qorb-0.x ]]
752024-11-27T19:32:15.356Z+ git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f
762024-11-27T19:32:15.361Z+ git checkout -f renovate/qorb-0.x
772024-11-27T19:32:15.531ZSwitched to branch 'renovate/qorb-0.x'
782024-11-27T19:32:15.534Z+ git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f
792024-11-27T19:32:15.547ZHEAD is now at f50e824ea Update Rust crate qorb to 0.2.1
802024-11-27T19:32:15.550Zprocess exited: duration 7665 ms, exit code 0
 
812024-11-27T19:32:15.555Zstarting task 4: "build"
822024-11-27T19:32:15.559Z+ source .github/buildomat/ci-env.sh
832024-11-27T19:32:15.562Z++ export CARGO_TERM_COLOR=always
842024-11-27T19:32:15.562Z++ CARGO_TERM_COLOR=always
852024-11-27T19:32:15.562Z+ cargo --version
862024-11-27T19:32:15.617Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-27T19:32:15.619Z+ rustc --version
882024-11-27T19:32:15.680Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-27T19:32:15.683Z+ source ./env.sh
902024-11-27T19:32:15.683Z++ OLD_SHELL_OPTS=ehxB
912024-11-27T19:32:15.683Z++ set -o xtrace
922024-11-27T19:32:15.683Z++++ dirname ./env.sh
932024-11-27T19:32:15.686Z+++ readlink -f .
942024-11-27T19:32:15.689Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-27T19:32:15.689Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-27T19:32:15.691Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-27T19:32:15.691Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-27T19:32:15.691Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-27T19:32:15.691Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-27T19:32:15.691Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-27T19:32:15.691Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-27T19:32:15.691Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-27T19:32:15.691Z++ case $OLD_SHELL_OPTS in
1042024-11-27T19:32:15.691Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-27T19:32:15.691Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-27T19:32:15.691Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-27T19:32:15.691Z+ banner prerequisites
1082024-11-27T19:32:15.696Z
1092024-11-27T19:32:15.696Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-27T19:32:15.696Z # # # # # # # # # # # # # # #
1112024-11-27T19:32:15.696Z # # # # ##### # # ##### # # # # # #### #
1122024-11-27T19:32:15.696Z ##### ##### # ##### # # # # # # # # #
1132024-11-27T19:32:15.696Z # # # # # # # # # # # # # # #
1142024-11-27T19:32:15.696Z # # # ###### # # ###### ### # #### # #### #
1152024-11-27T19:32:15.696Z
1162024-11-27T19:32:15.696Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-27T19:32:22.536Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-27T19:32:26.228Z Startup: Caching catalogs ... Done
1192024-11-27T19:32:35.355ZPlanning: Solver setup ... Done (8.274s)
1202024-11-27T19:32:35.473ZPlanning: Running solver ... Done (0.118s)
1212024-11-27T19:32:35.568ZPlanning: Finding local manifests ... Done (0.005s)
1222024-11-27T19:32:35.580ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-27T19:32:35.789ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-27T19:32:35.885ZPlanning: Package planning ... Done (0.096s)
1252024-11-27T19:32:35.942ZPlanning: Merging actions ... Done (0.056s)
1262024-11-27T19:32:36.284ZPlanning: Checking for conflicting actions ... Done (0.342s)
1272024-11-27T19:32:38.228ZPlanning: Consolidating action changes ... Done (1.943s)
1282024-11-27T19:32:38.644ZPlanning: Evaluating mediators ... Done (0.415s)
1292024-11-27T19:32:38.726ZPlanning: Planning completed in 12.41 seconds
1302024-11-27T19:32:38.741Z Packages to install: 4
1312024-11-27T19:32:38.741Z Packages to update: 1
1322024-11-27T19:32:38.744Z Mediators to change: 2
1332024-11-27T19:32:38.744Z Services to change: 1
1342024-11-27T19:32:38.744Z Estimated space available: 155.64 GB
1352024-11-27T19:32:38.744ZEstimated space to be consumed: 1.60 GB
1362024-11-27T19:32:38.744Z Create boot environment: No
1372024-11-27T19:32:38.744ZCreate backup boot environment: Yes
1382024-11-27T19:32:38.744Z Rebuild boot archive: No
1392024-11-27T19:32:38.744Z
1402024-11-27T19:32:38.744ZChanged mediators:
1412024-11-27T19:32:38.744Z mediator clang:
1422024-11-27T19:32:38.744Z version: None -> 15 (system default)
1432024-11-27T19:32:38.744Z
1442024-11-27T19:32:38.744Z mediator llvm:
1452024-11-27T19:32:38.744Z version: 14 (system default) -> 15 (system default)
1462024-11-27T19:32:38.744Z
1472024-11-27T19:32:38.744ZChanged packages:
1482024-11-27T19:32:38.745Zhelios-dev
1492024-11-27T19:32:38.745Z developer/build-essential
1502024-11-27T19:32:38.745Z None -> 11-2.0
1512024-11-27T19:32:38.745Z library/libxmlsec1
1522024-11-27T19:32:38.745Z None -> 1.2.35-2.0
1532024-11-27T19:32:38.745Z ooce/developer/clang-15
1542024-11-27T19:32:38.745Z None -> 15.0.7-2.0
1552024-11-27T19:32:38.745Z ooce/developer/llvm-15
1562024-11-27T19:32:38.745Z None -> 15.0.7-2.0
1572024-11-27T19:32:38.745Z package/pkg
1582024-11-27T19:32:38.745Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-27T19:32:38.745Z
1602024-11-27T19:32:38.745ZServices:
1612024-11-27T19:32:38.745Z restart_fmri:
1622024-11-27T19:32:38.745Z svc:/system/update-man-index:default
1632024-11-27T19:32:38.745Z
1642024-11-27T19:32:38.745ZEditable files to change:
1652024-11-27T19:32:38.745Z Update:
1662024-11-27T19:32:38.745Z usr/share/lib/pkg/web/config.shtml
1672024-11-27T19:32:38.821Z
1682024-11-27T19:32:38.821ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-27T19:32:43.884ZDownload: 1188/4281 items 80.6/220.6MB 36% complete (16.4M/s)
1702024-11-27T19:32:48.924ZDownload: 2225/4281 items 119.2/220.6MB 54% complete (11.9M/s)
1712024-11-27T19:32:53.925ZDownload: 3241/4281 items 178.2/220.6MB 80% complete (9.7M/s)
1722024-11-27T19:32:58.928ZDownload: 3512/4281 items 215.5/220.6MB 97% complete (9.6M/s)
1732024-11-27T19:33:05.052ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (9.9M/s)
1742024-11-27T19:33:06.544ZDownload: Completed 220.60 MB in 27.72 seconds (8.0M/s)
1752024-11-27T19:33:08.558Z Actions: 1/5063 actions (Removing old actions)
1762024-11-27T19:33:08.578Z Actions: 194/5063 actions (Installing new actions)
1772024-11-27T19:33:13.254Z Actions: 4226/5063 actions (Updating modified actions)
1782024-11-27T19:33:13.562Z Actions: Completed 5063 actions in 5.00 seconds.
1792024-11-27T19:33:13.966Z Done (0.396s)
1802024-11-27T19:33:13.969Z Done (0.000s)
1812024-11-27T19:33:14.510Z Done (0.542s)
1822024-11-27T19:33:18.816Z Done (4.079s)
1832024-11-27T19:33:18.904Z Done (0.017s)
1842024-11-27T19:33:18.912Z Done (0.000s)
1852024-11-27T19:33:19.072Z Done (0.000s)
1862024-11-27T19:33:19.728ZPlanning: Evaluating mediator changes ... Done
1872024-11-27T19:33:19.887ZPlanning: Checking for conflicting actions ... Done
1882024-11-27T19:33:19.889ZPlanning: Consolidating action changes ... Done
1892024-11-27T19:33:20.159ZPlanning: Evaluating mediators ... Done
1902024-11-27T19:33:20.163ZPlanning: Planning completed in 0.43 seconds
1912024-11-27T19:33:20.202Z Mediators to change: 2
1922024-11-27T19:33:20.205Z Create boot environment: No
1932024-11-27T19:33:20.205ZCreate backup boot environment: No
1942024-11-27T19:33:20.278Z Done
1952024-11-27T19:33:20.278Z Done
1962024-11-27T19:33:20.641Z Done
1972024-11-27T19:33:24.268Z Done
1982024-11-27T19:33:24.358Z Done
1992024-11-27T19:33:24.360Z Done
2002024-11-27T19:33:24.471Z Done
2012024-11-27T19:33:25.075ZPlanning: Evaluating mediator changes ... Done
2022024-11-27T19:33:25.078ZPlanning: Merging actions ... Done
2032024-11-27T19:33:25.264ZPlanning: Checking for conflicting actions ... Done
2042024-11-27T19:33:25.267ZPlanning: Consolidating action changes ... Done
2052024-11-27T19:33:25.534ZPlanning: Evaluating mediators ... Done
2062024-11-27T19:33:25.591ZPlanning: Planning completed in 0.76 seconds
2072024-11-27T19:33:25.633Z Packages to change: 1
2082024-11-27T19:33:25.635Z Mediators to change: 1
2092024-11-27T19:33:25.635Z Services to change: 1
2102024-11-27T19:33:25.635Z Create boot environment: No
2112024-11-27T19:33:25.635ZCreate backup boot environment: Yes
2122024-11-27T19:33:27.726Z Actions: 1/6 actions (Updating modified actions)
2132024-11-27T19:33:27.728Z Actions: Completed 6 actions in 0.00 seconds.
2142024-11-27T19:33:27.728Z Done
2152024-11-27T19:33:27.728Z Done
2162024-11-27T19:33:27.840Z Done
2172024-11-27T19:33:31.488Z Done
2182024-11-27T19:33:31.578Z Done
2192024-11-27T19:33:31.583Z Done
2202024-11-27T19:33:31.693Z Done
2212024-11-27T19:33:32.130ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-11-27T19:33:32.130Zclang system 15 system
2232024-11-27T19:33:32.130Zcsh system system illumos
2242024-11-27T19:33:32.130Zctags system system illumos
2252024-11-27T19:33:32.130Zgcc vendor 12 vendor
2262024-11-27T19:33:32.131Zgcc system 10 system
2272024-11-27T19:33:32.131Zgcc system 7 system
2282024-11-27T19:33:32.131Zgo system 1.20 system
2292024-11-27T19:33:32.131Zgo system 1.19 system
2302024-11-27T19:33:32.131Zllvm system 15 system
2312024-11-27T19:33:32.131Zllvm system 14 system
2322024-11-27T19:33:32.131Zmariadb system 10.6 system
2332024-11-27T19:33:32.131Zmta vendor vendor dma
2342024-11-27T19:33:32.131Zopenjdk system 17 system
2352024-11-27T19:33:32.131Zopenjdk system 11 system
2362024-11-27T19:33:32.131Zopenjdk system 1.8 system
2372024-11-27T19:33:32.131Zopenssl vendor 3 vendor
2382024-11-27T19:33:32.131Zperl system 5.36 system
2392024-11-27T19:33:32.131Zpostgresql system 15 system
2402024-11-27T19:33:32.131Zpostgresql system 13 system
2412024-11-27T19:33:32.131Zpython vendor 3 vendor
2422024-11-27T19:33:32.131Zpython system 2 system
2432024-11-27T19:33:32.131Zpython3 system 3.11 system
2442024-11-27T19:33:32.131Zruby system 3.0 system
2452024-11-27T19:33:32.131Zwords vendor vendor american-english
2462024-11-27T19:33:32.131Zwords system system australian-english
2472024-11-27T19:33:32.132Zwords system system british-english
2482024-11-27T19:33:32.132Zwords system system canadian-english
2492024-11-27T19:33:32.132Zwords system system french
2502024-11-27T19:33:32.132Zwords system system italian
2512024-11-27T19:33:32.132Zwords system system ngerman
2522024-11-27T19:33:32.132Zwords system system ogerman
2532024-11-27T19:33:32.132Zwords system system spanish
2542024-11-27T19:33:32.469ZPUBLISHER TYPE STATUS P LOCATION
2552024-11-27T19:33:32.469Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-11-27T19:33:35.075ZFMRI IFO
2572024-11-27T19:33:35.075Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-11-27T19:33:35.075Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-11-27T19:33:35.075Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-11-27T19:33:35.075Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-11-27T19:33:35.075Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-11-27T19:33:35.075Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-11-27T19:33:35.076Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-11-27T19:33:35.076Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-11-27T19:33:35.076Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-11-27T19:33:35.076Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2672024-11-27T19:33:35.076Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-11-27T19:33:35.076Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-11-27T19:33:35.077Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2702024-11-27T19:33:35.077Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-11-27T19:33:35.077Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-11-27T19:33:35.821Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-11-27T19:33:36.104Z Updating crates.io index
2742024-11-27T19:33:36.107Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-11-27T19:33:36.670Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-11-27T19:33:36.936Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-11-27T19:33:37.193Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-11-27T19:33:37.625Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-11-27T19:33:38.498Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-11-27T19:33:40.864Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-11-27T19:33:42.004Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-11-27T19:33:42.675Z Updating git repository `https://github.com/oxidecomputer/clickward`
2832024-11-27T19:33:42.995Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-11-27T19:33:43.377Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-11-27T19:33:43.914Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-11-27T19:33:44.352Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-11-27T19:33:44.788Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-11-27T19:33:45.081Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-11-27T19:33:45.380Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-11-27T19:33:45.637Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-11-27T19:33:45.928Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-11-27T19:33:46.326Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-11-27T19:33:46.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-11-27T19:33:46.955Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-11-27T19:33:47.418Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-11-27T19:33:47.718Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972024-11-27T19:33:48.331Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-11-27T19:33:48.670Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-11-27T19:33:49.132Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3002024-11-27T19:33:49.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-11-27T19:33:49.732Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-11-27T19:33:49.999Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-11-27T19:33:51.333Z Downloading crates ...
3042024-11-27T19:33:51.411Z Downloaded anstream v0.6.15
3052024-11-27T19:33:51.416Z Downloaded anstyle v1.0.10
3062024-11-27T19:33:51.421Z Downloaded anstyle-query v1.1.1
3072024-11-27T19:33:51.421Z Downloaded anstyle-parse v0.2.5
3082024-11-27T19:33:51.432Z Downloaded syn v1.0.109
3092024-11-27T19:33:51.441Z Downloaded clap v4.5.21
3102024-11-27T19:33:51.449Z Downloaded clap_derive v4.5.18
3112024-11-27T19:33:51.451Z Downloaded dtrace-parser v0.2.0
3122024-11-27T19:33:51.454Z Downloaded dof v0.3.0
3132024-11-27T19:33:51.454Z Downloaded cpufeatures v0.2.14
3142024-11-27T19:33:51.456Z Downloaded colorchoice v1.0.2
3152024-11-27T19:33:51.457Z Downloaded clap_lex v0.7.2
3162024-11-27T19:33:51.459Z Downloaded clap_builder v4.5.21
3172024-11-27T19:33:51.463Z Downloaded camino-tempfile v1.1.1
3182024-11-27T19:33:51.465Z Downloaded bytecount v0.6.8
3192024-11-27T19:33:51.552Z Downloaded crypto-common v0.1.6
3202024-11-27T19:33:51.554Z Downloaded equivalent v1.0.1
3212024-11-27T19:33:51.554Z Downloaded cfg-if v1.0.0
3222024-11-27T19:33:51.557Z Downloaded errno v0.3.9
3232024-11-27T19:33:51.557Z Downloaded camino v1.1.9
3242024-11-27T19:33:51.560Z Downloaded fnv v1.0.7
3252024-11-27T19:33:51.560Z Downloaded fastrand v2.1.1
3262024-11-27T19:33:51.563Z Downloaded serde_spanned v0.6.8
3272024-11-27T19:33:51.563Z Downloaded strsim v0.11.1
3282024-11-27T19:33:51.565Z Downloaded quote v1.0.37
3292024-11-27T19:33:51.565Z Downloaded toml_datetime v0.6.8
3302024-11-27T19:33:51.567Z Downloaded sha2 v0.10.8
3312024-11-27T19:33:51.570Z Downloaded once_cell v1.20.2
3322024-11-27T19:33:51.573Z Downloaded is_terminal_polyfill v1.70.1
3332024-11-27T19:33:51.573Z Downloaded fs-err v2.11.0
3342024-11-27T19:33:51.576Z Downloaded cargo_toml v0.20.5
3352024-11-27T19:33:51.578Z Downloaded cargo-platform v0.1.8
3362024-11-27T19:33:51.578Z Downloaded anyhow v1.0.93
3372024-11-27T19:33:51.580Z Downloaded version_check v0.9.5
3382024-11-27T19:33:51.583Z Downloaded tempfile v3.13.0
3392024-11-27T19:33:51.585Z Downloaded log v0.4.22
3402024-11-27T19:33:51.589Z Downloaded semver v1.0.23
3412024-11-27T19:33:51.591Z Downloaded indexmap v2.6.0
3422024-11-27T19:33:51.595Z Downloaded ryu v1.0.18
3432024-11-27T19:33:51.597Z Downloaded bitflags v2.6.0
3442024-11-27T19:33:51.599Z Downloaded unicode-ident v1.0.13
3452024-11-27T19:33:51.602Z Downloaded memchr v2.7.4
3462024-11-27T19:33:51.607Z Downloaded zerocopy-derive v0.7.35
3472024-11-27T19:33:51.611Z Downloaded typenum v1.17.0
3482024-11-27T19:33:51.616Z Downloaded toml v0.8.19
3492024-11-27T19:33:51.623Z Downloaded winnow v0.6.20
3502024-11-27T19:33:51.632Z Downloaded zerocopy v0.7.35
3512024-11-27T19:33:51.648Z Downloaded toml_edit v0.22.22
3522024-11-27T19:33:51.669Z Downloaded serde_derive v1.0.215
3532024-11-27T19:33:51.672Z Downloaded proc-macro-error v1.0.4
3542024-11-27T19:33:51.675Z Downloaded pretty-hex v0.4.1
3552024-11-27T19:33:51.678Z Downloaded plain v0.2.3
3562024-11-27T19:33:51.678Z Downloaded scroll v0.12.0
3572024-11-27T19:33:51.680Z Downloaded proc-macro2 v1.0.89
3582024-11-27T19:33:51.682Z Downloaded serde v1.0.215
3592024-11-27T19:33:51.685Z Downloaded utf8parse v0.2.2
3602024-11-27T19:33:51.688Z Downloaded thiserror v1.0.69
3612024-11-27T19:33:51.690Z Downloaded terminal_size v0.4.0
3622024-11-27T19:33:51.693Z Downloaded pest_meta v2.7.14
3632024-11-27T19:33:51.693Z Downloaded pest_generator v2.7.14
3642024-11-27T19:33:51.696Z Downloaded pest_derive v2.7.14
3652024-11-27T19:33:51.698Z Downloaded usdt-macro v0.5.0
3662024-11-27T19:33:51.698Z Downloaded goblin v0.8.2
3672024-11-27T19:33:51.705Z Downloaded usdt-impl v0.5.0
3682024-11-27T19:33:51.708Z Downloaded rustix v0.38.37
3692024-11-27T19:33:51.726Z Downloaded proc-macro-error-attr v1.0.4
3702024-11-27T19:33:51.730Z Downloaded usdt-attr-macro v0.5.0
3712024-11-27T19:33:51.730Z Downloaded syn v2.0.87
3722024-11-27T19:33:51.739Z Downloaded libc v0.2.162
3732024-11-27T19:33:51.765Z Downloaded usdt v0.5.0
3742024-11-27T19:33:51.768Z Downloaded unicode-width v0.1.14
3752024-11-27T19:33:51.772Z Downloaded unicode-linebreak v0.1.5
3762024-11-27T19:33:51.775Z Downloaded ucd-trie v0.1.7
3772024-11-27T19:33:51.775Z Downloaded thread-id v4.2.2
3782024-11-27T19:33:51.775Z Downloaded thiserror-impl v1.0.69
3792024-11-27T19:33:51.777Z Downloaded tabled_derive v0.7.0
3802024-11-27T19:33:51.777Z Downloaded tabled v0.15.0
3812024-11-27T19:33:51.791Z Downloaded swrite v0.1.0
3822024-11-27T19:33:51.794Z Downloaded smawk v0.3.2
3832024-11-27T19:33:51.794Z Downloaded serde_tokenstream v0.2.2
3842024-11-27T19:33:51.797Z Downloaded serde_json v1.0.132
3852024-11-27T19:33:51.801Z Downloaded pest v2.7.14
3862024-11-27T19:33:51.805Z Downloaded papergrid v0.11.0
3872024-11-27T19:33:51.809Z Downloaded memmap v0.7.0
3882024-11-27T19:33:51.812Z Downloaded macaddr v1.0.1
3892024-11-27T19:33:51.812Z Downloaded scroll_derive v0.12.0
3902024-11-27T19:33:51.815Z Downloaded textwrap v0.16.1
3912024-11-27T19:33:51.817Z Downloaded hashbrown v0.15.0
3922024-11-27T19:33:51.820Z Downloaded itoa v1.0.11
3932024-11-27T19:33:51.822Z Downloaded heck v0.5.0
3942024-11-27T19:33:51.822Z Downloaded heck v0.4.1
3952024-11-27T19:33:51.826Z Downloaded generic-array v0.14.7
3962024-11-27T19:33:51.826Z Downloaded cargo_metadata v0.18.1
3972024-11-27T19:33:51.830Z Downloaded digest v0.10.7
3982024-11-27T19:33:51.830Z Downloaded byteorder v1.5.0
3992024-11-27T19:33:51.834Z Downloaded block-buffer v0.10.4
4002024-11-27T19:33:51.834Z Downloaded autocfg v1.4.0
4012024-11-27T19:33:52.118Z Compiling proc-macro2 v1.0.89
4022024-11-27T19:33:52.118Z Compiling unicode-ident v1.0.13
4032024-11-27T19:33:52.118Z Compiling serde v1.0.215
4042024-11-27T19:33:52.121Z Compiling version_check v0.9.5
4052024-11-27T19:33:52.121Z Compiling memchr v2.7.4
4062024-11-27T19:33:52.121Z Compiling thiserror v1.0.69
4072024-11-27T19:33:52.121Z Compiling libc v0.2.162
4082024-11-27T19:33:52.153Z Compiling ryu v1.0.18
4092024-11-27T19:33:52.376Z Compiling itoa v1.0.11
4102024-11-27T19:33:52.521Z Compiling ucd-trie v0.1.7
4112024-11-27T19:33:52.613Z Compiling once_cell v1.20.2
4122024-11-27T19:33:53.014Z Compiling byteorder v1.5.0
4132024-11-27T19:33:53.066Z Compiling serde_json v1.0.132
4142024-11-27T19:33:53.170Z Compiling rustix v0.38.37
4152024-11-27T19:33:53.453Z Compiling bitflags v2.6.0
4162024-11-27T19:33:53.604Z Compiling proc-macro-error-attr v1.0.4
4172024-11-27T19:33:53.762Z Compiling usdt-impl v0.5.0
4182024-11-27T19:33:53.900Z Compiling syn v1.0.109
4192024-11-27T19:33:53.948Z Compiling proc-macro-error v1.0.4
4202024-11-27T19:33:54.017Z Compiling quote v1.0.37
4212024-11-27T19:33:54.095Z Compiling utf8parse v0.2.2
4222024-11-27T19:33:54.217Z Compiling plain v0.2.3
4232024-11-27T19:33:54.244Z Compiling errno v0.3.9
4242024-11-27T19:33:54.271Z Compiling camino v1.1.9
4252024-11-27T19:33:54.383Z Compiling hashbrown v0.15.0
4262024-11-27T19:33:54.488Z Compiling syn v2.0.87
4272024-11-27T19:33:54.624Z Compiling log v0.4.22
4282024-11-27T19:33:54.733Z Compiling thread-id v4.2.2
4292024-11-27T19:33:54.760Z Compiling equivalent v1.0.1
4302024-11-27T19:33:54.888Z Compiling anstyle-parse v0.2.5
4312024-11-27T19:33:55.144Z Compiling semver v1.0.23
4322024-11-27T19:33:55.216Z Compiling anstyle v1.0.10
4332024-11-27T19:33:55.366Z Compiling autocfg v1.4.0
4342024-11-27T19:33:55.596Z Compiling indexmap v2.6.0
4352024-11-27T19:33:55.683Z Compiling unicode-width v0.1.14
4362024-11-27T19:33:55.709Z Compiling anstyle-query v1.1.1
4372024-11-27T19:33:55.776Z Compiling is_terminal_polyfill v1.70.1
4382024-11-27T19:33:55.857Z Compiling winnow v0.6.20
4392024-11-27T19:33:55.916Z Compiling colorchoice v1.0.2
4402024-11-27T19:33:56.081Z Compiling pretty-hex v0.4.1
4412024-11-27T19:33:56.214Z Compiling anstream v0.6.15
4422024-11-27T19:33:56.485Z Compiling fs-err v2.11.0
4432024-11-27T19:33:56.716Z Compiling terminal_size v0.4.0
4442024-11-27T19:33:56.837Z Compiling heck v0.5.0
4452024-11-27T19:33:56.932Z Compiling clap_lex v0.7.2
4462024-11-27T19:33:56.978Z Compiling cfg-if v1.0.0
4472024-11-27T19:33:57.083Z Compiling strsim v0.11.1
4482024-11-27T19:33:57.385Z Compiling bytecount v0.6.8
4492024-11-27T19:33:57.480Z Compiling fnv v1.0.7
4502024-11-27T19:33:57.506Z Compiling anyhow v1.0.93
4512024-11-27T19:33:57.558Z Compiling heck v0.4.1
4522024-11-27T19:33:57.617Z Compiling fastrand v2.1.1
4532024-11-27T19:33:57.640Z Compiling papergrid v0.11.0
4542024-11-27T19:33:58.082Z Compiling tempfile v3.13.0
4552024-11-27T19:33:58.187Z Compiling clap_builder v4.5.21
4562024-11-27T19:33:58.677Z Compiling memmap v0.7.0
4572024-11-27T19:33:58.788Z Compiling unicode-linebreak v0.1.5
4582024-11-27T19:33:59.002Z Compiling smawk v0.3.2
4592024-11-27T19:33:59.209Z Compiling textwrap v0.16.1
4602024-11-27T19:33:59.678Z Compiling swrite v0.1.0
4612024-11-27T19:34:00.727Z Compiling tabled_derive v0.7.0
4622024-11-27T19:34:02.261Z Compiling tabled v0.15.0
4632024-11-27T19:34:03.521Z Compiling serde_derive v1.0.215
4642024-11-27T19:34:03.523Z Compiling thiserror-impl v1.0.69
4652024-11-27T19:34:03.523Z Compiling zerocopy-derive v0.7.35
4662024-11-27T19:34:03.523Z Compiling scroll_derive v0.12.0
4672024-11-27T19:34:03.624Z Compiling clap_derive v4.5.18
4682024-11-27T19:34:04.773Z Compiling scroll v0.12.0
4692024-11-27T19:34:05.249Z Compiling goblin v0.8.2
4702024-11-27T19:34:05.472Z Compiling zerocopy v0.7.35
4712024-11-27T19:34:06.168Z Compiling pest v2.7.14
4722024-11-27T19:34:07.128Z Compiling clap v4.5.21
4732024-11-27T19:34:08.437Z Compiling pest_meta v2.7.14
4742024-11-27T19:34:09.296Z Compiling pest_generator v2.7.14
4752024-11-27T19:34:11.187Z Compiling pest_derive v2.7.14
4762024-11-27T19:34:11.927Z Compiling dtrace-parser v0.2.0
4772024-11-27T19:34:13.723Z Compiling toml_datetime v0.6.8
4782024-11-27T19:34:13.723Z Compiling serde_spanned v0.6.8
4792024-11-27T19:34:13.725Z Compiling cargo-platform v0.1.8
4802024-11-27T19:34:14.101Z Compiling serde_tokenstream v0.2.2
4812024-11-27T19:34:14.179Z Compiling toml_edit v0.22.22
4822024-11-27T19:34:14.269Z Compiling macaddr v1.0.1
4832024-11-27T19:34:14.464Z Compiling camino-tempfile v1.1.1
4842024-11-27T19:34:15.253Z Compiling dof v0.3.0
4852024-11-27T19:34:15.253Z Compiling cargo_metadata v0.18.1
4862024-11-27T19:34:17.008Z Compiling toml v0.8.19
4872024-11-27T19:34:17.279Z Compiling usdt-macro v0.5.0
4882024-11-27T19:34:17.279Z Compiling usdt-attr-macro v0.5.0
4892024-11-27T19:34:17.876Z Compiling cargo_toml v0.20.5
4902024-11-27T19:34:18.699Z Compiling usdt v0.5.0
4912024-11-27T19:34:21.461Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-11-27T19:34:25.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s
4932024-11-27T19:34:25.911Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-11-27T19:34:26.442Z Downloading crates ...
4952024-11-27T19:34:26.590Z Downloaded aead v0.5.2
4962024-11-27T19:34:26.608Z Downloaded aes-gcm v0.10.3
4972024-11-27T19:34:26.612Z Downloaded allocator-api2 v0.2.18
4982024-11-27T19:34:26.615Z Downloaded argon2 v0.5.3
4992024-11-27T19:34:26.620Z Downloaded assert_matches v1.5.0
5002024-11-27T19:34:26.622Z Downloaded atty v0.2.14
5012024-11-27T19:34:26.624Z Downloaded atomicwrites v0.4.4
5022024-11-27T19:34:26.627Z Downloaded base16ct v0.2.0
5032024-11-27T19:34:26.629Z Downloaded cfg_aliases v0.2.1
5042024-11-27T19:34:26.632Z Downloaded async-stream-impl v0.3.6
5052024-11-27T19:34:26.632Z Downloaded crc-catalog v2.4.0
5062024-11-27T19:34:26.635Z Downloaded convert_case v0.4.0
5072024-11-27T19:34:26.635Z Downloaded ciborium-io v0.2.2
5082024-11-27T19:34:26.637Z Downloaded async-bb8-diesel v0.2.1
5092024-11-27T19:34:26.640Z Downloaded arrayref v0.3.9
5102024-11-27T19:34:26.643Z Downloaded heapless v0.7.17
5112024-11-27T19:34:26.648Z Downloaded aws-lc-rs v1.10.0
5122024-11-27T19:34:26.658Z Downloaded heck v0.3.3
5132024-11-27T19:34:26.661Z Downloaded heapless v0.8.0
5142024-11-27T19:34:26.680Z Downloaded hickory-proto v0.24.1
5152024-11-27T19:34:26.696Z Downloaded http-range v0.1.5
5162024-11-27T19:34:26.698Z Downloaded hickory-server v0.24.1
5172024-11-27T19:34:26.702Z Downloaded highway v1.2.0
5182024-11-27T19:34:26.705Z Downloaded hex-literal v0.4.1
5192024-11-27T19:34:26.707Z Downloaded http-body v1.0.1
5202024-11-27T19:34:26.710Z Downloaded home v0.5.9
5212024-11-27T19:34:26.710Z Downloaded hostname v0.3.1
5222024-11-27T19:34:26.712Z Downloaded instant v0.1.13
5232024-11-27T19:34:26.715Z Downloaded idna_adapter v1.2.0
5242024-11-27T19:34:26.715Z Downloaded is-terminal v0.4.13
5252024-11-27T19:34:26.717Z Downloaded lru-cache v0.1.2
5262024-11-27T19:34:26.717Z Downloaded ident_case v1.0.1
5272024-11-27T19:34:26.717Z Downloaded hickory-resolver v0.24.1
5282024-11-27T19:34:26.723Z Downloaded hickory-client v0.24.1
5292024-11-27T19:34:26.725Z Downloaded itertools v0.10.5
5302024-11-27T19:34:26.744Z Downloaded idna v0.5.0
5312024-11-27T19:34:26.754Z Downloaded adler2 v2.0.0
5322024-11-27T19:34:26.757Z Downloaded ahash v0.8.11
5332024-11-27T19:34:26.761Z Downloaded async-stream v0.3.6
5342024-11-27T19:34:26.764Z Downloaded async-trait v0.1.83
5352024-11-27T19:34:26.767Z Downloaded arrayvec v0.7.6
5362024-11-27T19:34:26.770Z Downloaded aes v0.8.4
5372024-11-27T19:34:26.777Z Downloaded atomic-waker v1.1.2
5382024-11-27T19:34:26.779Z Downloaded arc-swap v1.7.1
5392024-11-27T19:34:26.782Z Downloaded addr2line v0.24.2
5402024-11-27T19:34:26.791Z Downloaded bb8 v0.8.5
5412024-11-27T19:34:26.793Z Downloaded aho-corasick v1.1.3
5422024-11-27T19:34:26.798Z Downloaded backtrace v0.3.74
5432024-11-27T19:34:26.804Z Downloaded bit-set v0.5.3
5442024-11-27T19:34:26.806Z Downloaded base64 v0.13.1
5452024-11-27T19:34:26.809Z Downloaded bit-vec v0.6.3
5462024-11-27T19:34:26.822Z Downloaded base64ct v1.6.0
5472024-11-27T19:34:26.822Z Downloaded base64 v0.21.7
5482024-11-27T19:34:26.823Z Downloaded cexpr v0.6.0
5492024-11-27T19:34:26.823Z Downloaded castaway v0.2.3
5502024-11-27T19:34:26.823Z Downloaded bitflags v1.3.2
5512024-11-27T19:34:26.826Z Downloaded bumpalo v3.16.0
5522024-11-27T19:34:26.829Z Downloaded bytes v1.8.0
5532024-11-27T19:34:26.841Z Downloaded bindgen v0.69.5
5542024-11-27T19:34:26.848Z Downloaded base64 v0.22.1
5552024-11-27T19:34:26.857Z Downloaded hex v0.4.3
5562024-11-27T19:34:26.860Z Downloaded darling v0.20.10
5572024-11-27T19:34:26.863Z Downloaded hostname v0.4.0
5582024-11-27T19:34:26.866Z Downloaded chacha20 v0.9.1
5592024-11-27T19:34:26.869Z Downloaded hmac v0.12.1
5602024-11-27T19:34:26.872Z Downloaded http v1.1.0
5612024-11-27T19:34:26.875Z Downloaded ciborium-ll v0.2.2
5622024-11-27T19:34:26.875Z Downloaded cipher v0.4.4
5632024-11-27T19:34:26.877Z Downloaded constant_time_eq v0.3.1
5642024-11-27T19:34:26.877Z Downloaded clang-sys v1.8.1
5652024-11-27T19:34:26.880Z Downloaded ciborium v0.2.2
5662024-11-27T19:34:26.883Z Downloaded hkdf v0.12.4
5672024-11-27T19:34:26.885Z Downloaded httpdate v1.0.3
5682024-11-27T19:34:26.888Z Downloaded hyper-rustls v0.27.3
5692024-11-27T19:34:26.890Z Downloaded hyper-tls v0.6.0
5702024-11-27T19:34:26.892Z Downloaded httparse v1.9.5
5712024-11-27T19:34:26.894Z Downloaded bitvec v1.0.1
5722024-11-27T19:34:26.909Z Downloaded icu_normalizer_data v1.5.0
5732024-11-27T19:34:26.912Z Downloaded hyper-util v0.1.10
5742024-11-27T19:34:26.916Z Downloaded humantime v2.1.0
5752024-11-27T19:34:26.918Z Downloaded hyper v1.5.0
5762024-11-27T19:34:26.925Z Downloaded icu_normalizer v1.5.0
5772024-11-27T19:34:26.929Z Downloaded ipnetwork v0.20.0
5782024-11-27T19:34:26.932Z Downloaded inout v0.1.3
5792024-11-27T19:34:26.934Z Downloaded indoc v1.0.9
5802024-11-27T19:34:26.937Z Downloaded icu_locid v1.5.0
5812024-11-27T19:34:26.941Z Downloaded lazy_static v1.5.0
5822024-11-27T19:34:26.944Z Downloaded jobserver v0.1.32
5832024-11-27T19:34:26.946Z Downloaded lazycell v1.3.0
5842024-11-27T19:34:26.946Z Downloaded idna v1.0.3
5852024-11-27T19:34:26.950Z Downloaded iana-time-zone v0.1.61
5862024-11-27T19:34:26.953Z Downloaded bstr v1.10.0
5872024-11-27T19:34:26.963Z Downloaded libloading v0.8.5
5882024-11-27T19:34:26.966Z Downloaded itertools v0.13.0
5892024-11-27T19:34:26.981Z Downloaded lock_api v0.4.12
5902024-11-27T19:34:26.984Z Downloaded indexmap v1.9.3
5912024-11-27T19:34:26.987Z Downloaded crunchy v0.2.2
5922024-11-27T19:34:26.989Z Downloaded crc32fast v1.4.2
5932024-11-27T19:34:26.992Z Downloaded const-oid v0.9.6
5942024-11-27T19:34:26.995Z Downloaded crossbeam-channel v0.5.13
5952024-11-27T19:34:26.997Z Downloaded libm v0.2.8
5962024-11-27T19:34:27.005Z Downloaded crossbeam-utils v0.8.20
5972024-11-27T19:34:27.008Z Downloaded crossbeam-epoch v0.9.18
5982024-11-27T19:34:27.011Z Downloaded cfg_aliases v0.1.1
5992024-11-27T19:34:27.013Z Downloaded crossbeam-deque v0.8.5
6002024-11-27T19:34:27.016Z Downloaded crossterm v0.28.1
6012024-11-27T19:34:27.020Z Downloaded crypto-bigint v0.5.5
6022024-11-27T19:34:27.027Z Downloaded cmake v0.1.51
6032024-11-27T19:34:27.029Z Downloaded chrono v0.4.38
6042024-11-27T19:34:27.036Z Downloaded mime v0.3.17
6052024-11-27T19:34:27.039Z Downloaded curve25519-dalek-derive v0.1.1
6062024-11-27T19:34:27.041Z Downloaded csv-core v0.1.11
6072024-11-27T19:34:27.041Z Downloaded miniz_oxide v0.8.0
6082024-11-27T19:34:27.044Z Downloaded ctr v0.9.2
6092024-11-27T19:34:27.046Z Downloaded minimal-lexical v0.2.1
6102024-11-27T19:34:27.051Z Downloaded md-5 v0.10.6
6112024-11-27T19:34:27.053Z Downloaded mime_guess v2.0.5
6122024-11-27T19:34:27.055Z Downloaded lru v0.12.5
6132024-11-27T19:34:27.058Z Downloaded lockfree-object-pool v0.1.6
6142024-11-27T19:34:27.061Z Downloaded lalrpop-util v0.19.12
6152024-11-27T19:34:27.061Z Downloaded indent_write v2.2.0
6162024-11-27T19:34:27.064Z Downloaded hubpack v0.1.2
6172024-11-27T19:34:27.064Z Downloaded icu_provider_macros v1.5.0
6182024-11-27T19:34:27.067Z Downloaded icu_provider v1.5.0
6192024-11-27T19:34:27.069Z Downloaded icu_properties_data v1.5.0
6202024-11-27T19:34:27.078Z Downloaded lalrpop v0.19.12
6212024-11-27T19:34:27.091Z Downloaded icu_properties v1.5.1
6222024-11-27T19:34:27.094Z Downloaded cbc v0.1.2
6232024-11-27T19:34:27.097Z Downloaded array-init v0.0.4
6242024-11-27T19:34:27.099Z Downloaded radium v0.7.0
6252024-11-27T19:34:27.099Z Downloaded quick-error v1.2.3
6262024-11-27T19:34:27.102Z Downloaded cc v1.1.30
6272024-11-27T19:34:27.104Z Downloaded cancel-safe-futures v0.1.5
6282024-11-27T19:34:27.107Z Downloaded cookie_store v0.21.0
6292024-11-27T19:34:27.109Z Downloaded ref-cast-impl v1.0.23
6302024-11-27T19:34:27.112Z Downloaded rand_core v0.6.4
6312024-11-27T19:34:27.112Z Downloaded cookie v0.18.1
6322024-11-27T19:34:27.116Z Downloaded ref-cast v1.0.23
6332024-11-27T19:34:27.118Z Downloaded rayon-core v1.12.1
6342024-11-27T19:34:27.120Z Downloaded const_format_proc_macros v0.2.33
6352024-11-27T19:34:27.124Z Downloaded const_format v0.2.33
6362024-11-27T19:34:27.127Z Downloaded console v0.15.8
6372024-11-27T19:34:27.130Z Downloaded cobs v0.2.3
6382024-11-27T19:34:27.132Z Downloaded chrono-tz-build v0.4.0
6392024-11-27T19:34:27.132Z Downloaded cassowary v0.3.0
6402024-11-27T19:34:27.135Z Downloaded buf-list v1.0.3
6412024-11-27T19:34:27.138Z Downloaded linear-map v1.2.0
6422024-11-27T19:34:27.140Z Downloaded rustc-hash v2.0.0
6432024-11-27T19:34:27.140Z Downloaded serde_repr v0.1.19
6442024-11-27T19:34:27.142Z Downloaded serde_urlencoded v0.7.1
6452024-11-27T19:34:27.145Z Downloaded signal-hook-registry v1.4.2
6462024-11-27T19:34:27.148Z Downloaded simd-adler32 v0.3.7
6472024-11-27T19:34:27.150Z Downloaded similar v2.6.0
6482024-11-27T19:34:27.153Z Downloaded slog-json v2.6.1
6492024-11-27T19:34:27.156Z Downloaded sct v0.7.1
6502024-11-27T19:34:27.159Z Downloaded rustls-pemfile v1.0.4
6512024-11-27T19:34:27.161Z Downloaded rustls-pemfile v2.2.0
6522024-11-27T19:34:27.166Z Downloaded memmap2 v0.9.5
6532024-11-27T19:34:27.168Z Downloaded tracing-attributes v0.1.27
6542024-11-27T19:34:27.168Z Downloaded maplit v1.0.2
6552024-11-27T19:34:27.171Z Downloaded libxml v0.3.3
6562024-11-27T19:34:27.175Z Downloaded twox-hash v1.6.3
6572024-11-27T19:34:27.177Z Downloaded unicode-bidi v0.3.17
6582024-11-27T19:34:27.182Z Downloaded unicode-xid v0.2.6
6592024-11-27T19:34:27.185Z Downloaded strum_macros v0.25.3
6602024-11-27T19:34:27.185Z Downloaded strum_macros v0.26.4
6612024-11-27T19:34:27.187Z Downloaded thread_local v1.1.8
6622024-11-27T19:34:27.190Z Downloaded subprocess v0.2.9
6632024-11-27T19:34:27.195Z Downloaded spin v0.9.8
6642024-11-27T19:34:27.197Z Downloaded tracing v0.1.40
6652024-11-27T19:34:27.199Z Downloaded utf16_iter v1.0.5
6662024-11-27T19:34:27.202Z Downloaded unicode-width v0.2.0
6672024-11-27T19:34:27.207Z Downloaded wyz v0.5.1
6682024-11-27T19:34:27.210Z Downloaded managed v0.8.0
6692024-11-27T19:34:27.213Z Downloaded tokio-rustls v0.24.1
6702024-11-27T19:34:27.216Z Downloaded darling_macro v0.20.10
6712024-11-27T19:34:27.216Z Downloaded data-encoding v2.6.0
6722024-11-27T19:34:27.216Z Downloaded impl-trait-for-tuples v0.2.2
6732024-11-27T19:34:27.218Z Downloaded which v4.4.2
6742024-11-27T19:34:27.222Z Downloaded libsw v3.3.1
6752024-11-27T19:34:27.224Z Downloaded libefi-sys v0.1.0
6762024-11-27T19:34:27.224Z Downloaded cstr-argument v0.1.2
6772024-11-27T19:34:27.226Z Downloaded crc-any v2.5.0
6782024-11-27T19:34:27.228Z Downloaded curve25519-dalek v4.1.3
6792024-11-27T19:34:27.237Z Downloaded ena v0.14.3
6802024-11-27T19:34:27.239Z Downloaded ed25519 v2.2.3
6812024-11-27T19:34:27.242Z Downloaded kstat-rs v0.2.4
6822024-11-27T19:34:27.245Z Downloaded foreign-types-shared v0.3.1
6832024-11-27T19:34:27.245Z Downloaded keccak v0.1.5
6842024-11-27T19:34:27.245Z Downloaded is_ci v1.2.0
6852024-11-27T19:34:27.247Z Downloaded internet-checksum v0.2.1
6862024-11-27T19:34:27.247Z Downloaded instability v0.3.2
6872024-11-27T19:34:27.249Z Downloaded indicatif v0.17.9
6882024-11-27T19:34:27.252Z Downloaded multimap v0.10.0
6892024-11-27T19:34:27.255Z Downloaded mio v1.0.2
6902024-11-27T19:34:27.260Z Downloaded futures-io v0.3.31
6912024-11-27T19:34:27.262Z Downloaded futures-executor v0.3.31
6922024-11-27T19:34:27.264Z Downloaded foreign-types-shared v0.1.1
6932024-11-27T19:34:27.264Z Downloaded env_logger v0.11.5
6942024-11-27T19:34:27.267Z Downloaded embedded-io v0.6.1
6952024-11-27T19:34:27.270Z Downloaded displaydoc v0.2.5
6962024-11-27T19:34:27.273Z Downloaded hashbrown v0.12.3
6972024-11-27T19:34:27.275Z Downloaded crucible-workspace-hack v0.1.0
6982024-11-27T19:34:27.277Z Downloaded bzip2-sys v0.1.11+1.0.8
6992024-11-27T19:34:27.289Z Downloaded blowfish v0.9.1
7002024-11-27T19:34:27.292Z Downloaded block-padding v0.3.3
7012024-11-27T19:34:27.292Z Downloaded blake2 v0.10.6
7022024-11-27T19:34:27.295Z Downloaded bitfield-struct v0.6.2
7032024-11-27T19:34:27.298Z Downloaded num-traits v0.2.19
7042024-11-27T19:34:27.300Z Downloaded nix v0.29.0
7052024-11-27T19:34:27.311Z Downloaded num-complex v0.4.6
7062024-11-27T19:34:27.313Z Downloaded maybe-uninit v2.0.0
7072024-11-27T19:34:27.316Z Downloaded icu_locid_transform v1.5.0
7082024-11-27T19:34:27.319Z Downloaded bitfield v0.14.0
7092024-11-27T19:34:27.319Z Downloaded bcs v0.1.6
7102024-11-27T19:34:27.323Z Downloaded bcrypt-pbkdf v0.10.0
7112024-11-27T19:34:27.325Z Downloaded backoff v0.4.0
7122024-11-27T19:34:27.325Z Downloaded icu_locid_transform_data v1.5.0
7132024-11-27T19:34:27.328Z Downloaded hyper-staticfile v0.10.1
7142024-11-27T19:34:27.331Z Downloaded hubpack_derive v0.1.1
7152024-11-27T19:34:27.331Z Downloaded memoffset v0.9.1
7162024-11-27T19:34:27.334Z Downloaded md5 v0.7.0
7172024-11-27T19:34:27.334Z Downloaded matches v0.1.10
7182024-11-27T19:34:27.334Z Downloaded match_cfg v0.1.0
7192024-11-27T19:34:27.334Z Downloaded itertools v0.12.1
7202024-11-27T19:34:27.341Z Downloaded phf_generator v0.11.2
7212024-11-27T19:34:27.344Z Downloaded phf_codegen v0.11.2
7222024-11-27T19:34:27.344Z Downloaded phf v0.11.2
7232024-11-27T19:34:27.346Z Downloaded percent-encoding v2.3.1
7242024-11-27T19:34:27.350Z Downloaded proptest v1.5.0
7252024-11-27T19:34:27.356Z Downloaded proc-macro-crate v1.3.1
7262024-11-27T19:34:27.361Z Downloaded chrono-tz v0.10.0
7272024-11-27T19:34:27.365Z Downloaded prettyplease v0.2.25
7282024-11-27T19:34:27.369Z Downloaded same-file v1.0.6
7292024-11-27T19:34:27.372Z Downloaded rayon v1.10.0
7302024-11-27T19:34:27.380Z Downloaded scopeguard v1.2.0
7312024-11-27T19:34:27.383Z Downloaded schemars_derive v0.8.21
7322024-11-27T19:34:27.386Z Downloaded schemars v0.8.21
7332024-11-27T19:34:27.397Z Downloaded termtree v0.4.1
7342024-11-27T19:34:27.400Z Downloaded tokio-tungstenite v0.23.1
7352024-11-27T19:34:27.402Z Downloaded serde-hex v0.1.0
7362024-11-27T19:34:27.405Z Downloaded rcgen v0.12.1
7372024-11-27T19:34:27.407Z Downloaded take_mut v0.2.2
7382024-11-27T19:34:27.407Z Downloaded regex v1.11.1
7392024-11-27T19:34:27.422Z Downloaded unicode-segmentation v1.12.0
7402024-11-27T19:34:27.425Z Downloaded debug-ignore v1.0.5
7412024-11-27T19:34:27.428Z Downloaded zone v0.3.0
7422024-11-27T19:34:27.430Z Downloaded zerofrom v0.1.4
7432024-11-27T19:34:27.430Z Downloaded zerocopy-derive v0.8.10
7442024-11-27T19:34:27.436Z Downloaded foreign-types v0.5.0
7452024-11-27T19:34:27.438Z Downloaded foreign-types v0.3.2
7462024-11-27T19:34:27.438Z Downloaded fixedbitset v0.4.2
7472024-11-27T19:34:27.441Z Downloaded fd-lock v4.0.2
7482024-11-27T19:34:27.443Z Downloaded flume v0.11.1
7492024-11-27T19:34:27.446Z Downloaded dhcproto v0.12.0
7502024-11-27T19:34:27.449Z Downloaded flate2 v1.0.34
7512024-11-27T19:34:27.455Z Downloaded normalize-line-endings v0.3.0
7522024-11-27T19:34:27.458Z Downloaded foldhash v0.1.3
7532024-11-27T19:34:27.458Z Downloaded csv v1.3.0
7542024-11-27T19:34:27.479Z Downloaded openssl-probe v0.1.5
7552024-11-27T19:34:27.481Z Downloaded idna v0.3.0
7562024-11-27T19:34:27.486Z Downloaded idna v0.2.3
7572024-11-27T19:34:27.494Z Downloaded openssl-macros v0.1.1
7582024-11-27T19:34:27.496Z Downloaded opaque-debug v0.3.1
7592024-11-27T19:34:27.496Z Downloaded nom v7.1.3
7602024-11-27T19:34:27.501Z Downloaded yoke-derive v0.7.4
7612024-11-27T19:34:27.504Z Downloaded vsss-rs v3.3.4
7622024-11-27T19:34:27.507Z Downloaded vergen v8.3.2
7632024-11-27T19:34:27.509Z Downloaded pin-utils v0.1.0
7642024-11-27T19:34:27.512Z Downloaded rsa v0.9.6
7652024-11-27T19:34:27.515Z Downloaded string_cache v0.8.7
7662024-11-27T19:34:27.518Z Downloaded static_assertions v1.1.0
7672024-11-27T19:34:27.520Z Downloaded stable_deref_trait v1.2.0
7682024-11-27T19:34:27.520Z Downloaded rusqlite v0.32.1
7692024-11-27T19:34:27.527Z Downloaded pin-project-lite v0.2.14
7702024-11-27T19:34:27.532Z Downloaded object v0.36.5
7712024-11-27T19:34:27.546Z Downloaded tokio-rustls v0.25.0
7722024-11-27T19:34:27.550Z Downloaded smallvec v1.13.2
7732024-11-27T19:34:27.553Z Downloaded serde_with v3.11.0
7742024-11-27T19:34:27.558Z Downloaded tungstenite v0.24.0
7752024-11-27T19:34:27.563Z Downloaded unicase v2.7.0
7762024-11-27T19:34:27.566Z Downloaded object v0.30.4
7772024-11-27T19:34:27.575Z Downloaded uuid v1.11.0
7782024-11-27T19:34:27.578Z Downloaded want v0.3.1
7792024-11-27T19:34:27.581Z Downloaded vte_generate_state_changes v0.1.2
7802024-11-27T19:34:27.581Z Downloaded toml_edit v0.19.15
7812024-11-27T19:34:27.597Z Downloaded winnow v0.5.40
7822024-11-27T19:34:27.605Z Downloaded walkdir v2.5.0
7832024-11-27T19:34:27.608Z Downloaded tinyvec_macros v0.1.1
7842024-11-27T19:34:27.610Z Downloaded tinyvec v1.8.0
7852024-11-27T19:34:27.612Z Downloaded tinystr v0.7.6
7862024-11-27T19:34:27.615Z Downloaded tiny-keccak v2.0.2
7872024-11-27T19:34:27.617Z Downloaded webpki-roots v0.26.6
7882024-11-27T19:34:27.622Z Downloaded futures-core v0.3.31
7892024-11-27T19:34:27.625Z Downloaded futures-channel v0.3.31
7902024-11-27T19:34:27.625Z Downloaded whoami v1.5.2
7912024-11-27T19:34:27.629Z Downloaded derive-where v1.2.7
7922024-11-27T19:34:27.632Z Downloaded der v0.7.9
7932024-11-27T19:34:27.637Z Downloaded typify-macro v0.2.0
7942024-11-27T19:34:27.639Z Downloaded num-conv v0.1.0
7952024-11-27T19:34:27.641Z Downloaded scheduled-thread-pool v0.2.7
7962024-11-27T19:34:27.641Z Downloaded samael v0.0.17
7972024-11-27T19:34:27.646Z Downloaded rustls v0.23.14
7982024-11-27T19:34:27.660Z Downloaded ppv-lite86 v0.2.20
7992024-11-27T19:34:27.662Z Downloaded nanorand v0.7.0
8002024-11-27T19:34:27.666Z Downloaded fallible-iterator v0.2.0
8012024-11-27T19:34:27.669Z Downloaded expectorate v1.1.0
8022024-11-27T19:34:27.669Z Downloaded tls_codec v0.4.1
8032024-11-27T19:34:27.672Z Downloaded slog-envlogger v2.2.0
8042024-11-27T19:34:27.672Z Downloaded tungstenite v0.23.0
8052024-11-27T19:34:27.675Z Downloaded siphasher v0.3.11
8062024-11-27T19:34:27.677Z Downloaded oso-derive v0.27.3
8072024-11-27T19:34:27.680Z Downloaded slab v0.4.9
8082024-11-27T19:34:27.680Z Downloaded oso v0.27.3
8092024-11-27T19:34:27.683Z Downloaded nodrop v0.1.14
8102024-11-27T19:34:27.685Z Downloaded newline-converter v0.3.0
8112024-11-27T19:34:27.685Z Downloaded float-cmp v0.9.0
8122024-11-27T19:34:27.687Z Downloaded flagset v0.4.6
8132024-11-27T19:34:27.689Z Downloaded filetime v0.2.25
8142024-11-27T19:34:27.693Z Downloaded ff v0.13.0
8152024-11-27T19:34:27.693Z Downloaded snafu-derive v0.8.5
8162024-11-27T19:34:27.696Z Downloaded smallvec v0.6.14
8172024-11-27T19:34:27.696Z Downloaded scrypt v0.11.0
8182024-11-27T19:34:27.699Z Downloaded deranged v0.3.11
8192024-11-27T19:34:27.699Z Downloaded term v0.7.0
8202024-11-27T19:34:27.702Z Downloaded tokio-rustls v0.26.0
8212024-11-27T19:34:27.704Z Downloaded openssl-sys v0.9.103
8222024-11-27T19:34:27.710Z Downloaded topological-sort v0.2.2
8232024-11-27T19:34:27.712Z Downloaded signal-hook-tokio v0.3.1
8242024-11-27T19:34:27.712Z Downloaded tokio-stream v0.1.16
8252024-11-27T19:34:27.717Z Downloaded quinn-proto v0.11.8
8262024-11-27T19:34:27.725Z Downloaded postgres-types v0.2.8
8272024-11-27T19:34:27.727Z Downloaded postgres-protocol v0.6.7
8282024-11-27T19:34:27.730Z Downloaded dropshot_endpoint v0.12.0
8292024-11-27T19:34:27.733Z Downloaded diesel_table_macro_syntax v0.2.0
8302024-11-27T19:34:27.735Z Downloaded utf8_iter v1.0.4
8312024-11-27T19:34:27.735Z Downloaded termios v0.3.3
8322024-11-27T19:34:27.738Z Downloaded structmeta v0.3.0
8332024-11-27T19:34:27.738Z Downloaded steno v0.4.1
8342024-11-27T19:34:27.742Z Downloaded ssh-cipher v0.2.0
8352024-11-27T19:34:27.744Z Downloaded socket2 v0.5.7
8362024-11-27T19:34:27.747Z Downloaded sec1 v0.7.3
8372024-11-27T19:34:27.749Z Downloaded group v0.13.0
8382024-11-27T19:34:27.752Z Downloaded ghash v0.5.1
8392024-11-27T19:34:27.752Z Downloaded float-ord v0.3.2
8402024-11-27T19:34:27.752Z Downloaded toolchain_find v0.4.0
8412024-11-27T19:34:27.754Z Downloaded russh v0.45.0
8422024-11-27T19:34:27.759Z Downloaded regex-syntax v0.8.5
8432024-11-27T19:34:27.768Z Downloaded reedline v0.35.0
8442024-11-27T19:34:27.776Z Downloaded signature v2.2.0
8452024-11-27T19:34:27.779Z Downloaded serde_with_macros v3.11.0
8462024-11-27T19:34:27.781Z Downloaded rand_chacha v0.3.1
8472024-11-27T19:34:27.783Z Downloaded rand v0.8.5
8482024-11-27T19:34:27.786Z Downloaded xattr v1.3.1
8492024-11-27T19:34:27.788Z Downloaded dyn-clone v1.0.17
8502024-11-27T19:34:27.792Z Downloaded dunce v1.0.5
8512024-11-27T19:34:27.792Z Downloaded writeable v0.5.5
8522024-11-27T19:34:27.795Z Downloaded radix_trie v0.2.1
8532024-11-27T19:34:27.799Z Downloaded glob v0.3.1
8542024-11-27T19:34:27.801Z Downloaded getrandom v0.2.15
8552024-11-27T19:34:27.804Z Downloaded fxhash v0.2.1
8562024-11-27T19:34:27.806Z Downloaded ed25519-dalek v2.1.1
8572024-11-27T19:34:27.810Z Downloaded quinn-udp v0.5.5
8582024-11-27T19:34:27.812Z Downloaded async-recursion v1.1.1
8592024-11-27T19:34:27.815Z Downloaded futures-util v0.3.31
8602024-11-27T19:34:27.827Z Downloaded h2 v0.4.6
8612024-11-27T19:34:27.834Z Downloaded subtle v2.6.1
8622024-11-27T19:34:27.836Z Downloaded path-slash v0.1.5
8632024-11-27T19:34:27.836Z Downloaded paste v1.0.15
8642024-11-27T19:34:27.839Z Downloaded unicode-normalization v0.1.24
8652024-11-27T19:34:27.843Z Downloaded vte v0.11.1
8662024-11-27T19:34:27.846Z Downloaded pretty-hex v0.2.1
8672024-11-27T19:34:27.849Z Downloaded predicates-tree v1.0.11
8682024-11-27T19:34:27.849Z Downloaded petname v2.0.2
8692024-11-27T19:34:27.856Z Downloaded regex-automata v0.4.8
8702024-11-27T19:34:27.873Z Downloaded parking_lot v0.11.2
8712024-11-27T19:34:27.877Z Downloaded fallible-iterator v0.3.0
8722024-11-27T19:34:27.880Z Downloaded derive_builder_macro v0.20.2
8732024-11-27T19:34:27.880Z Downloaded derive_builder_core v0.20.2
8742024-11-27T19:34:27.880Z Downloaded zone v0.1.8
8752024-11-27T19:34:27.882Z Downloaded zip v2.1.3
8762024-11-27T19:34:27.885Z Downloaded num-iter v0.1.45
8772024-11-27T19:34:27.889Z Downloaded num-integer v0.1.46
8782024-11-27T19:34:27.889Z Downloaded native-tls v0.2.12
8792024-11-27T19:34:27.893Z Downloaded dirs-next v2.0.0
8802024-11-27T19:34:27.897Z Downloaded packed_struct_codegen v0.10.1
8812024-11-27T19:34:27.897Z Downloaded omicron-zone-package v0.11.1
8822024-11-27T19:34:27.900Z Downloaded olpc-cjson v0.1.4
8832024-11-27T19:34:27.900Z Downloaded ascii-canvas v3.0.0
8842024-11-27T19:34:27.900Z Downloaded litemap v0.7.3
8852024-11-27T19:34:27.903Z Downloaded linked-hash-map v0.5.6
8862024-11-27T19:34:27.909Z Downloaded ipnet v2.10.1
8872024-11-27T19:34:27.914Z Downloaded parking_lot_core v0.9.10
8882024-11-27T19:34:27.914Z Downloaded idna v0.4.0
8892024-11-27T19:34:27.917Z Downloaded rfc6979 v0.4.0
8902024-11-27T19:34:27.917Z Downloaded postcard v1.0.10
8912024-11-27T19:34:27.920Z Downloaded pbkdf2 v0.11.0
8922024-11-27T19:34:27.924Z Downloaded parking_lot v0.12.3
8932024-11-27T19:34:27.926Z Downloaded rustversion v1.0.17
8942024-11-27T19:34:27.929Z Downloaded crc v3.2.1
8952024-11-27T19:34:27.933Z Downloaded icu_collections v1.5.0
8962024-11-27T19:34:27.938Z Downloaded rustls-webpki v0.101.7
8972024-11-27T19:34:27.951Z Downloaded rustls-webpki v0.102.8
8982024-11-27T19:34:27.969Z Downloaded toml v0.7.8
8992024-11-27T19:34:27.973Z Downloaded openssl v0.10.66
9002024-11-27T19:34:27.983Z Downloaded tokio-util v0.7.12
9012024-11-27T19:34:27.990Z Downloaded zerovec-derive v0.10.3
9022024-11-27T19:34:27.993Z Downloaded russh-cryptovec v0.7.3
9032024-11-27T19:34:27.993Z Downloaded zerovec v0.10.4
9042024-11-27T19:34:27.999Z Downloaded fallible-streaming-iterator v0.1.9
9052024-11-27T19:34:28.002Z Downloaded tls_codec_derive v0.4.1
9062024-11-27T19:34:28.007Z Downloaded num-rational v0.4.2
9072024-11-27T19:34:28.007Z Downloaded smoltcp v0.11.0
9082024-11-27T19:34:28.018Z Downloaded env_logger v0.10.2
9092024-11-27T19:34:28.022Z Downloaded env_filter v0.1.2
9102024-11-27T19:34:28.025Z Downloaded typify v0.2.0
9112024-11-27T19:34:28.027Z Downloaded openapiv3 v2.0.0
9122024-11-27T19:34:28.040Z Downloaded signal-hook v0.3.17
9132024-11-27T19:34:28.043Z Downloaded zerofrom-derive v0.1.4
9142024-11-27T19:34:28.046Z Downloaded zerocopy v0.8.10
9152024-11-27T19:34:28.069Z Downloaded zerocopy v0.6.6
9162024-11-27T19:34:28.072Z Downloaded globset v0.4.15
9172024-11-27T19:34:28.075Z Downloaded gimli v0.31.1
9182024-11-27T19:34:28.083Z Downloaded termcolor v1.4.1
9192024-11-27T19:34:28.086Z Downloaded tar v0.4.42
9202024-11-27T19:34:28.088Z Downloaded tap v1.0.1
9212024-11-27T19:34:28.089Z Downloaded synstructure v0.13.1
9222024-11-27T19:34:28.091Z Downloaded untrusted v0.9.0
9232024-11-27T19:34:28.091Z Downloaded gethostname v0.5.0
9242024-11-27T19:34:28.095Z Downloaded value-bag v1.9.0
9252024-11-27T19:34:28.097Z Downloaded smf v0.2.3
9262024-11-27T19:34:28.097Z Downloaded sigpipe v0.1.3
9272024-11-27T19:34:28.097Z Downloaded regex-syntax v0.6.29
9282024-11-27T19:34:28.105Z Downloaded tower-service v0.3.3
9292024-11-27T19:34:28.108Z Downloaded yoke v0.7.4
9302024-11-27T19:34:28.111Z Downloaded zip v0.6.6
9312024-11-27T19:34:28.114Z Downloaded zopfli v0.8.1
9322024-11-27T19:34:28.117Z Downloaded foreign-types-macros v0.2.3
9332024-11-27T19:34:28.117Z Downloaded form_urlencoded v1.2.1
9342024-11-27T19:34:28.117Z Downloaded x509-cert v0.2.5
9352024-11-27T19:34:28.122Z Downloaded poly1305 v0.8.0
9362024-11-27T19:34:28.125Z Downloaded pin-project-internal v1.1.6
9372024-11-27T19:34:28.128Z Downloaded rand_xorshift v0.3.0
9382024-11-27T19:34:28.132Z Downloaded rand_seeder v0.3.0
9392024-11-27T19:34:28.132Z Downloaded r2d2 v0.8.10
9402024-11-27T19:34:28.136Z Downloaded lzma-sys v0.1.20
9412024-11-27T19:34:28.163Z Downloaded p256 v0.13.2
9422024-11-27T19:34:28.167Z Downloaded num-bigint-dig v0.8.4
9432024-11-27T19:34:28.174Z Downloaded num-bigint v0.4.6
9442024-11-27T19:34:28.176Z Downloaded shlex v1.3.0
9452024-11-27T19:34:28.179Z Downloaded funty v2.0.0
9462024-11-27T19:34:28.179Z Downloaded enum-as-inner v0.6.1
9472024-11-27T19:34:28.183Z Downloaded downcast v0.11.0
9482024-11-27T19:34:28.183Z Downloaded display-error-chain v0.2.2
9492024-11-27T19:34:28.183Z Downloaded der_derive v0.7.3
9502024-11-27T19:34:28.185Z Downloaded p384 v0.13.0
9512024-11-27T19:34:28.191Z Downloaded rustc-demangle v0.1.24
9522024-11-27T19:34:28.194Z Downloaded owo-colors v4.1.0
9532024-11-27T19:34:28.197Z Downloaded spki v0.7.3
9542024-11-27T19:34:28.197Z Downloaded spin v0.5.2
9552024-11-27T19:34:28.200Z Downloaded serde_derive_internals v0.29.1
9562024-11-27T19:34:28.201Z Downloaded nix v0.28.0
9572024-11-27T19:34:28.212Z Downloaded slog-scope v4.4.0
9582024-11-27T19:34:28.215Z Downloaded test-strategy v0.3.1
9592024-11-27T19:34:28.218Z Downloaded tabwriter v1.4.0
9602024-11-27T19:34:28.220Z Downloaded structmeta v0.2.0
9612024-11-27T19:34:28.220Z Downloaded petgraph v0.6.5
9622024-11-27T19:34:28.238Z Downloaded embedded-io v0.4.0
9632024-11-27T19:34:28.244Z Downloaded tokio-native-tls v0.3.1
9642024-11-27T19:34:28.246Z Downloaded tokio-macros v2.4.0
9652024-11-27T19:34:28.246Z Downloaded time-macros v0.2.18
9662024-11-27T19:34:28.246Z Downloaded time v0.3.36
9672024-11-27T19:34:28.253Z Downloaded tracing-core v0.1.32
9682024-11-27T19:34:28.255Z Downloaded rusty-fork v0.3.0
9692024-11-27T19:34:28.258Z Downloaded resolv-conf v0.7.0
9702024-11-27T19:34:28.261Z Downloaded qorb v0.2.1
9712024-11-27T19:34:28.264Z Downloaded progenitor v0.8.0
9722024-11-27T19:34:28.266Z Downloaded parse-display v0.10.0
9732024-11-27T19:34:28.266Z Downloaded parking_lot_core v0.8.6
9742024-11-27T19:34:28.269Z Downloaded hash32 v0.3.1
9752024-11-27T19:34:28.269Z Downloaded hash32 v0.2.1
9762024-11-27T19:34:28.272Z Downloaded ecdsa v0.16.9
9772024-11-27T19:34:28.275Z Downloaded difflib v0.4.0
9782024-11-27T19:34:28.275Z Downloaded libgit2-sys v0.17.0+1.8.1
9792024-11-27T19:34:28.332Z Downloaded quinn v0.11.5
9802024-11-27T19:34:28.334Z Downloaded yasna v0.5.2
9812024-11-27T19:34:28.337Z Downloaded xz2 v0.1.7
9822024-11-27T19:34:28.340Z Downloaded utf-8 v0.7.6
9832024-11-27T19:34:28.343Z Downloaded elliptic-curve v0.13.8
9842024-11-27T19:34:28.345Z Downloaded zeroize v1.8.1
9852024-11-27T19:34:28.345Z Downloaded regress v0.10.1
9862024-11-27T19:34:28.354Z Downloaded num v0.4.3
9872024-11-27T19:34:28.357Z Downloaded universal-hash v0.5.1
9882024-11-27T19:34:28.357Z Downloaded sync_wrapper v1.0.1
9892024-11-27T19:34:28.360Z Downloaded slog-stdlog v4.1.1
9902024-11-27T19:34:28.360Z Downloaded signal-hook-mio v0.2.4
9912024-11-27T19:34:28.363Z Downloaded rustc_version v0.4.1
9922024-11-27T19:34:28.363Z Downloaded pbkdf2 v0.12.2
9932024-11-27T19:34:28.370Z Downloaded packed_struct v0.10.1
9942024-11-27T19:34:28.370Z Downloaded num_enum v0.5.11
9952024-11-27T19:34:28.373Z Downloaded derive_more v0.99.18
9962024-11-27T19:34:28.375Z Downloaded polyval v0.6.2
9972024-11-27T19:34:28.378Z Downloaded tokio-tungstenite v0.21.0
9982024-11-27T19:34:28.381Z Downloaded slog-bunyan v2.5.0
9992024-11-27T19:34:28.381Z Downloaded rustls v0.22.4
10002024-11-27T19:34:28.394Z Downloaded portable-atomic v1.9.0
10012024-11-27T19:34:28.400Z Downloaded try-lock v0.2.5
10022024-11-27T19:34:28.404Z Downloaded url v2.5.3
10032024-11-27T19:34:28.407Z Downloaded primeorder v0.13.6
10042024-11-27T19:34:28.407Z Downloaded powerfmt v0.2.0
10052024-11-27T19:34:28.410Z Downloaded p521 v0.13.3
10062024-11-27T19:34:28.413Z Downloaded unicode_categories v0.1.1
10072024-11-27T19:34:28.417Z Downloaded unicode-properties v0.1.3
10082024-11-27T19:34:28.417Z Downloaded num_threads v0.1.7
10092024-11-27T19:34:28.421Z Downloaded num_enum_derive v0.5.11
10102024-11-27T19:34:28.421Z Downloaded thiserror-impl-no-std v2.0.2
10112024-11-27T19:34:28.421Z Downloaded pkcs5 v0.7.1
10122024-11-27T19:34:28.424Z Downloaded futures-task v0.3.31
10132024-11-27T19:34:28.427Z Downloaded fs_extra v1.3.0
10142024-11-27T19:34:28.427Z Downloaded futures v0.3.31
10152024-11-27T19:34:28.432Z Downloaded half v2.4.1
10162024-11-27T19:34:28.435Z Downloaded thiserror-no-std v2.0.2
10172024-11-27T19:34:28.439Z Downloaded supports-color v3.0.1
10182024-11-27T19:34:28.442Z Downloaded hashbrown v0.13.2
10192024-11-27T19:34:28.450Z Downloaded fragile v2.0.0
10202024-11-27T19:34:28.454Z Downloaded publicsuffix v2.2.3
10212024-11-27T19:34:28.454Z Downloaded pkcs8 v0.10.2
10222024-11-27T19:34:28.456Z Downloaded pkcs1 v0.7.5
10232024-11-27T19:34:28.456Z Downloaded futures-macro v0.3.31
10242024-11-27T19:34:28.456Z Downloaded phf_shared v0.11.2
10252024-11-27T19:34:28.460Z Downloaded mirai-annotations v1.12.0
10262024-11-27T19:34:28.460Z Downloaded pin-project v1.1.6
10272024-11-27T19:34:28.469Z Downloaded vcpkg v0.2.15
10282024-11-27T19:34:28.507Z Downloaded serde_yaml v0.9.34+deprecated
10292024-11-27T19:34:28.510Z Downloaded strum_macros v0.24.3
10302024-11-27T19:34:28.513Z Downloaded strum v0.26.3
10312024-11-27T19:34:28.513Z Downloaded multer v3.1.0
10322024-11-27T19:34:28.517Z Downloaded hashbrown v0.14.5
10332024-11-27T19:34:28.523Z Downloaded rustls v0.21.12
10342024-11-27T19:34:28.534Z Downloaded write16 v1.0.0
10352024-11-27T19:34:28.537Z Downloaded sqlparser_derive v0.2.2
10362024-11-27T19:34:28.537Z Downloaded sqlparser v0.45.0
10372024-11-27T19:34:28.541Z Downloaded structmeta-derive v0.3.0
10382024-11-27T19:34:28.544Z Downloaded dsl_auto_type v0.1.2
10392024-11-27T19:34:28.547Z Downloaded dropshot_endpoint v0.13.0
10402024-11-27T19:34:28.549Z Downloaded psl-types v2.0.11
10412024-11-27T19:34:28.549Z Downloaded sha1 v0.10.6
10422024-11-27T19:34:28.549Z Downloaded smoltcp v0.9.1
10432024-11-27T19:34:28.560Z Downloaded newtype-uuid v1.1.3
10442024-11-27T19:34:28.563Z Downloaded defmt-parser v0.3.4
10452024-11-27T19:34:28.564Z Downloaded stringprep v0.1.5
10462024-11-27T19:34:28.566Z Downloaded serde_path_to_error v0.1.16
10472024-11-27T19:34:28.566Z Downloaded fatfs v0.3.6
10482024-11-27T19:34:28.568Z Downloaded zone_cfg_derive v0.3.0
10492024-11-27T19:34:28.571Z Downloaded pkg-config v0.3.31
10502024-11-27T19:34:28.571Z Downloaded zone_cfg_derive v0.1.2
10512024-11-27T19:34:28.581Z Downloaded quick-xml v0.33.0
10522024-11-27T19:34:28.581Z Downloaded ron v0.8.1
10532024-11-27T19:34:28.587Z Downloaded tough v0.19.0
10542024-11-27T19:34:28.593Z Downloaded reqwest v0.12.9
10552024-11-27T19:34:28.602Z Downloaded endian-type v0.1.2
10562024-11-27T19:34:28.604Z Downloaded untrusted v0.7.1
10572024-11-27T19:34:28.605Z Downloaded mockall_derive v0.13.0
10582024-11-27T19:34:28.607Z Downloaded structmeta-derive v0.2.0
10592024-11-27T19:34:28.610Z Downloaded dropshot v0.12.0
10602024-11-27T19:34:28.631Z Downloaded predicates v3.1.2
10612024-11-27T19:34:28.636Z Downloaded dhcproto-macros v0.1.0
10622024-11-27T19:34:28.636Z Downloaded des v0.8.1
10632024-11-27T19:34:28.640Z Downloaded derive_builder v0.20.2
10642024-11-27T19:34:28.640Z Downloaded defmt-macros v0.3.9
10652024-11-27T19:34:28.645Z Downloaded defmt v0.3.8
10662024-11-27T19:34:28.647Z Downloaded new_debug_unreachable v1.0.6
10672024-11-27T19:34:28.647Z Downloaded nibble_vec v0.1.0
10682024-11-27T19:34:28.647Z Downloaded newtype_derive v0.1.6
10692024-11-27T19:34:28.650Z Downloaded typed-path v0.9.3
10702024-11-27T19:34:28.653Z Downloaded ssh-encoding v0.2.0
10712024-11-27T19:34:28.656Z Downloaded sync-ptr v0.1.1
10722024-11-27T19:34:28.657Z Downloaded headers-core v0.3.0
10732024-11-27T19:34:28.661Z Downloaded diesel_derives v2.2.3
10742024-11-27T19:34:28.664Z Downloaded diesel-dtrace v0.3.0
10752024-11-27T19:34:28.664Z Downloaded salty v0.3.0
10762024-11-27T19:34:28.669Z Downloaded ron v0.7.1
10772024-11-27T19:34:28.674Z Downloaded tui-tree-widget v0.22.0
10782024-11-27T19:34:28.678Z Downloaded sha3 v0.10.8
10792024-11-27T19:34:28.681Z Downloaded polar-core v0.27.3
10802024-11-27T19:34:28.690Z Downloaded pem v3.0.4
10812024-11-27T19:34:28.693Z Downloaded dropshot v0.13.0
10822024-11-27T19:34:28.710Z Downloaded predicates-core v1.0.8
10832024-11-27T19:34:28.712Z Downloaded enum-as-inner v0.5.1
10842024-11-27T19:34:28.712Z Downloaded diesel v2.2.4
10852024-11-27T19:34:28.730Z Downloaded peg-runtime v0.8.3
10862024-11-27T19:34:28.733Z Downloaded trust-dns-proto v0.22.0
10872024-11-27T19:34:28.743Z Downloaded nix v0.27.1
10882024-11-27T19:34:28.757Z Downloaded peg-macros v0.8.4
10892024-11-27T19:34:28.761Z Downloaded unarray v0.1.4
10902024-11-27T19:34:28.761Z Downloaded secrecy v0.8.0
10912024-11-27T19:34:28.761Z Downloaded salsa20 v0.10.2
10922024-11-27T19:34:28.761Z Downloaded rustc_version v0.1.7
10932024-11-27T19:34:28.761Z Downloaded russh-keys v0.45.0
10942024-11-27T19:34:28.766Z Downloaded progenitor-macro v0.8.0
10952024-11-27T19:34:28.766Z Downloaded peg v0.8.4
10962024-11-27T19:34:28.768Z Downloaded nu-ansi-term v0.50.1
10972024-11-27T19:34:28.768Z Downloaded serde_plain v1.0.2
10982024-11-27T19:34:28.773Z Downloaded mockall v0.13.0
10992024-11-27T19:34:28.773Z Downloaded tungstenite v0.21.0
11002024-11-27T19:34:28.775Z Downloaded headers v0.4.0
11012024-11-27T19:34:28.778Z Downloaded hashlink v0.9.1
11022024-11-27T19:34:28.781Z Downloaded ssh-key v0.6.6
11032024-11-27T19:34:28.787Z Downloaded progenitor-impl v0.8.0
11042024-11-27T19:34:28.789Z Downloaded progenitor-client v0.8.0
11052024-11-27T19:34:28.792Z Downloaded phf_shared v0.10.0
11062024-11-27T19:34:28.792Z Downloaded sqlformat v0.2.6
11072024-11-27T19:34:28.795Z Downloaded snafu v0.8.5
11082024-11-27T19:34:28.798Z Downloaded slog-term v2.9.1
11092024-11-27T19:34:28.802Z Downloaded regress v0.9.1
11102024-11-27T19:34:28.809Z Downloaded unsafe-libyaml v0.2.11
11112024-11-27T19:34:28.812Z Downloaded rustyline v14.0.0
11122024-11-27T19:34:28.817Z Downloaded slog-dtrace v0.3.0
11132024-11-27T19:34:28.820Z Downloaded rustfmt-wrapper v0.2.1
11142024-11-27T19:34:28.822Z Downloaded encoding_rs v0.8.34
11152024-11-27T19:34:28.842Z Downloaded ratatui v0.28.1
11162024-11-27T19:34:28.859Z Downloaded futures-sink v0.3.31
11172024-11-27T19:34:28.864Z Downloaded dirs-sys-next v0.1.2
11182024-11-27T19:34:28.864Z Downloaded diff v0.1.13
11192024-11-27T19:34:28.867Z Downloaded pem-rfc7468 v0.7.0
11202024-11-27T19:34:28.868Z Downloaded uzers v0.12.1
11212024-11-27T19:34:28.872Z Downloaded shell-words v1.1.0
11222024-11-27T19:34:28.872Z Downloaded serde-big-array v0.5.1
11232024-11-27T19:34:28.872Z Downloaded semver v0.1.20
11242024-11-27T19:34:28.872Z Downloaded zerocopy-derive v0.6.6
11252024-11-27T19:34:28.880Z Downloaded typify-impl v0.2.0
11262024-11-27T19:34:28.896Z Downloaded sled v0.34.7
11272024-11-27T19:34:28.905Z Downloaded darling_core v0.20.10
11282024-11-27T19:34:28.909Z Downloaded tokio-postgres v0.7.12
11292024-11-27T19:34:28.915Z Downloaded either v1.13.0
11302024-11-27T19:34:28.918Z Downloaded number_prefix v0.4.0
11312024-11-27T19:34:28.918Z Downloaded waitgroup v0.1.2
11322024-11-27T19:34:28.921Z Downloaded wait-timeout v0.2.0
11332024-11-27T19:34:28.921Z Downloaded unicode-truncate v1.1.0
11342024-11-27T19:34:28.921Z Downloaded tokio v1.40.0
11352024-11-27T19:34:28.957Z Downloaded time-core v0.1.2
11362024-11-27T19:34:28.960Z Downloaded slog-async v2.8.0
11372024-11-27T19:34:28.960Z Downloaded slog v2.7.0
11382024-11-27T19:34:28.962Z Downloaded rtoolbox v0.0.2
11392024-11-27T19:34:28.965Z Downloaded rpassword v7.3.1
11402024-11-27T19:34:28.965Z Downloaded libz-sys v1.1.20
11412024-11-27T19:34:28.985Z Downloaded zeroize_derive v1.4.2
11422024-11-27T19:34:28.987Z Downloaded tokio-tungstenite v0.24.0
11432024-11-27T19:34:28.990Z Downloaded strip-ansi-escapes v0.2.0
11442024-11-27T19:34:28.990Z Downloaded rustls-pki-types v1.9.0
11452024-11-27T19:34:28.993Z Downloaded rustc-hash v1.1.0
11462024-11-27T19:34:28.995Z Downloaded password-hash v0.5.0
11472024-11-27T19:34:28.995Z Downloaded password-hash v0.4.2
11482024-11-27T19:34:28.997Z Downloaded parse-zoneinfo v0.3.1
11492024-11-27T19:34:28.999Z Downloaded parse-size v1.1.0
11502024-11-27T19:34:29.002Z Downloaded parse-display-derive v0.10.0
11512024-11-27T19:34:29.002Z Downloaded num-derive v0.4.2
11522024-11-27T19:34:29.005Z Downloaded git2 v0.19.0
11532024-11-27T19:34:29.011Z Downloaded precomputed-hash v0.1.1
11542024-11-27T19:34:29.014Z Downloaded compact_str v0.8.0
11552024-11-27T19:34:29.017Z Downloaded colored v2.1.0
11562024-11-27T19:34:29.021Z Downloaded http-body-util v0.1.2
11572024-11-27T19:34:29.021Z Downloaded chacha20poly1305 v0.10.1
11582024-11-27T19:34:29.023Z Downloaded bzip2 v0.4.4
11592024-11-27T19:34:29.023Z Downloaded blake3 v1.5.4
11602024-11-27T19:34:29.338Z Downloaded aws-lc-sys v0.22.0
11612024-11-27T19:34:29.608Z Downloaded ring v0.17.8
11622024-11-27T19:34:29.722Z Downloaded libsqlite3-sys v0.30.1
11632024-11-27T19:34:29.870Z Downloaded ring v0.16.20
11642024-11-27T19:34:30.047Z Compiling serde v1.0.215
11652024-11-27T19:34:30.051Z Compiling lock_api v0.4.12
11662024-11-27T19:34:30.051Z Compiling scopeguard v1.2.0
11672024-11-27T19:34:30.051Z Compiling value-bag v1.9.0
11682024-11-27T19:34:30.051Z Compiling typenum v1.17.0
11692024-11-27T19:34:30.198Z Compiling generic-array v0.14.7
11702024-11-27T19:34:30.248Z Compiling syn v2.0.87
11712024-11-27T19:34:30.250Z Compiling getrandom v0.2.15
11722024-11-27T19:34:30.324Z Compiling subtle v2.6.1
11732024-11-27T19:34:30.543Z Compiling rand_core v0.6.4
11742024-11-27T19:34:30.686Z Compiling log v0.4.22
11752024-11-27T19:34:30.714Z Compiling shlex v1.3.0
11762024-11-27T19:34:30.741Z Compiling jobserver v0.1.32
11772024-11-27T19:34:30.823Z Compiling const-oid v0.9.6
11782024-11-27T19:34:31.054Z Compiling smallvec v1.13.2
11792024-11-27T19:34:31.099Z Compiling cc v1.1.30
11802024-11-27T19:34:31.118Z Compiling spin v0.9.8
11812024-11-27T19:34:31.502Z Compiling pin-project-lite v0.2.14
11822024-11-27T19:34:31.505Z Compiling rustix v0.38.37
11832024-11-27T19:34:31.559Z Compiling parking_lot_core v0.9.10
11842024-11-27T19:34:31.728Z Compiling futures-core v0.3.31
11852024-11-27T19:34:31.812Z Compiling signal-hook-registry v1.4.2
11862024-11-27T19:34:32.056Z Compiling mio v1.0.2
11872024-11-27T19:34:32.570Z Compiling parking_lot v0.12.3
11882024-11-27T19:34:32.693Z Compiling aho-corasick v1.1.3
11892024-11-27T19:34:32.845Z Compiling either v1.13.0
11902024-11-27T19:34:32.908Z Compiling regex-syntax v0.8.5
11912024-11-27T19:34:32.958Z Compiling cpufeatures v0.2.14
11922024-11-27T19:34:33.059Z Compiling lazy_static v1.5.0
11932024-11-27T19:34:33.190Z Compiling stable_deref_trait v1.2.0
11942024-11-27T19:34:33.272Z Compiling glob v0.3.1
11952024-11-27T19:34:33.297Z Compiling futures-sink v0.3.31
11962024-11-27T19:34:33.313Z Compiling socket2 v0.5.7
11972024-11-27T19:34:33.452Z Compiling slab v0.4.9
11982024-11-27T19:34:33.507Z Compiling prettyplease v0.2.25
11992024-11-27T19:34:33.864Z Compiling minimal-lexical v0.2.1
12002024-11-27T19:34:34.232Z Compiling libloading v0.8.5
12012024-11-27T19:34:34.317Z Compiling clang-sys v1.8.1
12022024-11-27T19:34:34.317Z Compiling nom v7.1.3
12032024-11-27T19:34:34.424Z Compiling serde_json v1.0.132
12042024-11-27T19:34:34.680Z Compiling home v0.5.9
12052024-11-27T19:34:34.732Z Compiling bindgen v0.69.5
12062024-11-27T19:34:34.978Z Compiling futures-channel v0.3.31
12072024-11-27T19:34:35.417Z Compiling itertools v0.12.1
12082024-11-27T19:34:35.568Z Compiling futures-task v0.3.31
12092024-11-27T19:34:35.726Z Compiling rustc-hash v1.1.0
12102024-11-27T19:34:35.857Z Compiling allocator-api2 v0.2.18
12112024-11-27T19:34:35.884Z Compiling lazycell v1.3.0
12122024-11-27T19:34:36.043Z Compiling futures-io v0.3.31
12132024-11-27T19:34:36.368Z Compiling pin-utils v0.1.0
12142024-11-27T19:34:36.471Z Compiling foldhash v0.1.3
12152024-11-27T19:34:36.623Z Compiling cmake v0.1.51
12162024-11-27T19:34:36.808Z Compiling regex-automata v0.4.8
12172024-11-27T19:34:37.651Z Compiling hashbrown v0.15.0
12182024-11-27T19:34:38.137Z Compiling synstructure v0.13.1
12192024-11-27T19:34:38.600Z Compiling cexpr v0.6.0
12202024-11-27T19:34:39.022Z Compiling dunce v1.0.5
12212024-11-27T19:34:39.156Z Compiling pkg-config v0.3.31
12222024-11-27T19:34:39.870Z Compiling tinyvec_macros v0.1.1
12232024-11-27T19:34:39.899Z Compiling libm v0.2.8
12242024-11-27T19:34:39.963Z Compiling fs_extra v1.3.0
12252024-11-27T19:34:40.252Z Compiling tinyvec v1.8.0
12262024-11-27T19:34:40.387Z Compiling num-traits v0.2.19
12272024-11-27T19:34:40.644Z Compiling ring v0.17.8
12282024-11-27T19:34:40.897Z Compiling writeable v0.5.5
12292024-11-27T19:34:41.446Z Compiling paste v1.0.15
12302024-11-27T19:34:41.755Z Compiling unicode-normalization v0.1.24
12312024-11-27T19:34:41.813Z Compiling base64ct v1.6.0
12322024-11-27T19:34:41.816Z Compiling litemap v0.7.3
12332024-11-27T19:34:41.939Z Compiling unicode-bidi v0.3.17
12342024-11-27T19:34:42.399Z Compiling regex v1.11.1
12352024-11-27T19:34:42.422Z Compiling pem-rfc7468 v0.7.0
12362024-11-27T19:34:43.105Z Compiling httparse v1.9.5
12372024-11-27T19:34:43.370Z Compiling aws-lc-rs v1.10.0
12382024-11-27T19:34:43.466Z Compiling flagset v0.4.6
12392024-11-27T19:34:43.816Z Compiling tracing-core v0.1.32
12402024-11-27T19:34:43.844Z Compiling icu_locid_transform_data v1.5.0
12412024-11-27T19:34:43.951Z Compiling crossbeam-utils v0.8.20
12422024-11-27T19:34:44.493Z Compiling percent-encoding v2.3.1
12432024-11-27T19:34:44.816Z Compiling rustls-pki-types v1.9.0
12442024-11-27T19:34:44.896Z Compiling untrusted v0.7.1
12452024-11-27T19:34:44.958Z Compiling serde_derive v1.0.215
12462024-11-27T19:34:45.082Z Compiling zeroize_derive v1.4.2
12472024-11-27T19:34:45.134Z Compiling zerocopy-derive v0.7.35
12482024-11-27T19:34:45.540Z Compiling tokio-macros v2.4.0
12492024-11-27T19:34:45.852Z Compiling zerofrom-derive v0.1.4
12502024-11-27T19:34:46.660Z Compiling zeroize v1.8.1
12512024-11-27T19:34:47.174Z Compiling yoke-derive v0.7.4
12522024-11-27T19:34:47.375Z Compiling thiserror-impl v1.0.69
12532024-11-27T19:34:47.432Z Compiling zerocopy v0.7.35
12542024-11-27T19:34:48.009Z Compiling zerovec-derive v0.10.3
12552024-11-27T19:34:48.447Z Compiling crypto-common v0.1.6
12562024-11-27T19:34:48.685Z Compiling block-buffer v0.10.4
12572024-11-27T19:34:48.963Z Compiling digest v0.10.7
12582024-11-27T19:34:49.097Z Compiling futures-macro v0.3.31
12592024-11-27T19:34:49.456Z Compiling hmac v0.12.1
12602024-11-27T19:34:49.692Z Compiling block-padding v0.3.3
12612024-11-27T19:34:49.762Z Compiling displaydoc v0.2.5
12622024-11-27T19:34:49.951Z Compiling inout v0.1.3
12632024-11-27T19:34:50.136Z Compiling zerofrom v0.1.4
12642024-11-27T19:34:50.235Z Compiling cipher v0.4.4
12652024-11-27T19:34:50.344Z Compiling yoke v0.7.4
12662024-11-27T19:34:50.365Z Compiling sha2 v0.10.8
12672024-11-27T19:34:50.743Z Compiling ppv-lite86 v0.2.20
12682024-11-27T19:34:50.762Z Compiling zerovec v0.10.4
12692024-11-27T19:34:50.765Z Compiling der_derive v0.7.3
12702024-11-27T19:34:50.801Z Compiling thiserror v1.0.69
12712024-11-27T19:34:50.941Z Compiling icu_provider_macros v1.5.0
12722024-11-27T19:34:51.098Z Compiling futures-util v0.3.31
12732024-11-27T19:34:51.480Z Compiling tracing-attributes v0.1.27
12742024-11-27T19:34:51.616Z Compiling rand_chacha v0.3.1
12752024-11-27T19:34:52.158Z Compiling rand v0.8.5
12762024-11-27T19:34:53.052Z Compiling tinystr v0.7.6
12772024-11-27T19:34:53.353Z Compiling der v0.7.9
12782024-11-27T19:34:53.508Z Compiling icu_locid v1.5.0
12792024-11-27T19:34:53.960Z Compiling icu_collections v1.5.0
12802024-11-27T19:34:53.978Z Compiling pest v2.7.14
12812024-11-27T19:34:54.378Z Compiling salsa20 v0.10.2
12822024-11-27T19:34:54.728Z Compiling pbkdf2 v0.12.2
12832024-11-27T19:34:54.805Z Compiling icu_provider v1.5.0
12842024-11-27T19:34:55.380Z Compiling tracing v0.1.40
12852024-11-27T19:34:55.419Z Compiling untrusted v0.9.0
12862024-11-27T19:34:55.594Z Compiling icu_locid_transform v1.5.0
12872024-11-27T19:34:55.916Z Compiling spki v0.7.3
12882024-11-27T19:34:55.937Z Compiling icu_properties_data v1.5.0
12892024-11-27T19:34:55.955Z Compiling vcpkg v0.2.15
12902024-11-27T19:34:56.207Z Compiling powerfmt v0.2.0
12912024-11-27T19:34:56.313Z Compiling mirai-annotations v1.12.0
12922024-11-27T19:34:56.517Z Compiling num-conv v0.1.0
12932024-11-27T19:34:56.606Z Compiling time-core v0.1.2
12942024-11-27T19:34:56.812Z Compiling icu_properties v1.5.1
12952024-11-27T19:34:56.833Z Compiling deranged v0.3.11
12962024-11-27T19:34:56.851Z Compiling time-macros v0.2.18
12972024-11-27T19:34:56.966Z Compiling pest_meta v2.7.14
12982024-11-27T19:34:58.158Z Compiling openssl-sys v0.9.103
12992024-11-27T19:34:58.356Z Compiling scrypt v0.11.0
13002024-11-27T19:34:58.727Z Compiling aes v0.8.4
13012024-11-27T19:34:58.924Z Compiling cbc v0.1.2
13022024-11-27T19:34:59.170Z Compiling bitflags v2.6.0
13032024-11-27T19:34:59.261Z Compiling bytes v1.8.0
13042024-11-27T19:35:00.120Z Compiling tokio v1.40.0
13052024-11-27T19:35:00.540Z Compiling indexmap v2.6.0
13062024-11-27T19:35:01.338Z Compiling http v1.1.0
13072024-11-27T19:35:01.542Z Compiling semver v1.0.23
13082024-11-27T19:35:01.831Z Compiling scroll_derive v0.12.0
13092024-11-27T19:35:02.080Z Compiling rustc_version v0.4.1
13102024-11-27T19:35:02.319Z Compiling atomic-waker v1.1.2
13112024-11-27T19:35:02.517Z Compiling icu_normalizer_data v1.5.0
13122024-11-27T19:35:02.627Z Compiling num_threads v0.1.7
13132024-11-27T19:35:02.766Z Compiling utf8_iter v1.0.4
13142024-11-27T19:35:02.877Z Compiling utf16_iter v1.0.5
13152024-11-27T19:35:02.901Z Compiling write16 v1.0.0
13162024-11-27T19:35:03.011Z Compiling http-body v1.0.1
13172024-11-27T19:35:03.031Z Compiling time v0.3.36
13182024-11-27T19:35:03.069Z Compiling icu_normalizer v1.5.0
13192024-11-27T19:35:03.256Z Compiling pkcs5 v0.7.1
13202024-11-27T19:35:03.327Z Compiling scroll v0.12.0
13212024-11-27T19:35:03.533Z Compiling which v4.4.2
13222024-11-27T19:35:04.024Z Compiling pest_generator v2.7.14
13232024-11-27T19:35:04.156Z Compiling form_urlencoded v1.2.1
13242024-11-27T19:35:04.483Z Compiling try-lock v0.2.5
13252024-11-27T19:35:04.485Z Compiling slog v2.7.0
13262024-11-27T19:35:04.642Z Compiling want v0.3.1
13272024-11-27T19:35:04.910Z Compiling goblin v0.8.2
13282024-11-27T19:35:04.967Z Compiling idna_adapter v1.2.0
13292024-11-27T19:35:05.049Z Compiling pkcs8 v0.10.2
13302024-11-27T19:35:05.096Z Compiling httpdate v1.0.3
13312024-11-27T19:35:05.187Z Compiling idna v1.0.3
13322024-11-27T19:35:05.782Z Compiling serde_tokenstream v0.2.2
13332024-11-27T19:35:06.018Z Compiling pest_derive v2.7.14
13342024-11-27T19:35:06.381Z Compiling serde_spanned v0.6.8
13352024-11-27T19:35:06.431Z Compiling toml_datetime v0.6.8
13362024-11-27T19:35:06.621Z Compiling uuid v1.11.0
13372024-11-27T19:35:06.845Z Compiling dtrace-parser v0.2.0
13382024-11-27T19:35:06.970Z Compiling match_cfg v0.1.0
13392024-11-27T19:35:07.071Z Compiling openssl v0.10.66
13402024-11-27T19:35:07.093Z Compiling rustversion v1.0.17
13412024-11-27T19:35:07.484Z Compiling iana-time-zone v0.1.61
13422024-11-27T19:35:07.781Z Compiling tower-service v0.3.3
13432024-11-27T19:35:07.914Z Compiling adler2 v2.0.0
13442024-11-27T19:35:07.953Z Compiling base64 v0.22.1
13452024-11-27T19:35:08.101Z Compiling foreign-types-shared v0.1.1
13462024-11-27T19:35:08.120Z Compiling miniz_oxide v0.8.0
13472024-11-27T19:35:08.207Z Compiling foreign-types v0.3.2
13482024-11-27T19:35:08.331Z Compiling chrono v0.4.38
13492024-11-27T19:35:08.411Z Compiling hostname v0.3.1
13502024-11-27T19:35:08.671Z Compiling tokio-util v0.7.12
13512024-11-27T19:35:08.717Z Compiling url v2.5.3
13522024-11-27T19:35:09.667Z Compiling h2 v0.4.6
13532024-11-27T19:35:10.134Z Compiling async-trait v0.1.83
13542024-11-27T19:35:10.481Z Compiling openssl-macros v0.1.1
13552024-11-27T19:35:10.763Z Compiling dof v0.3.0
13562024-11-27T19:35:11.248Z Compiling dirs-sys-next v0.1.2
13572024-11-27T19:35:11.944Z Compiling usdt-impl v0.5.0
13582024-11-27T19:35:12.173Z Compiling native-tls v0.2.12
13592024-11-27T19:35:12.494Z Compiling rustls v0.23.14
13602024-11-27T19:35:12.750Z Compiling siphasher v0.3.11
13612024-11-27T19:35:12.914Z Compiling data-encoding v2.6.0
13622024-11-27T19:35:13.015Z Compiling syn v1.0.109
13632024-11-27T19:35:13.132Z Compiling rustls v0.22.4
13642024-11-27T19:35:13.450Z Compiling dirs-next v2.0.0
13652024-11-27T19:35:13.731Z Compiling http-body-util v0.1.2
13662024-11-27T19:35:14.288Z Compiling crossbeam-epoch v0.9.18
13672024-11-27T19:35:15.070Z Compiling heapless v0.7.17
13682024-11-27T19:35:15.085Z Compiling sha1 v0.10.6
13692024-11-27T19:35:15.370Z Compiling signature v2.2.0
13702024-11-27T19:35:15.412Z Compiling bzip2-sys v0.1.11+1.0.8
13712024-11-27T19:35:15.482Z Compiling serde_derive_internals v0.29.1
13722024-11-27T19:35:15.537Z Compiling thread_local v1.1.8
13732024-11-27T19:35:15.664Z Compiling encoding_rs v0.8.34
13742024-11-27T19:35:15.891Z Compiling cookie v0.18.1
13752024-11-27T19:35:15.911Z Compiling multer v3.1.0
13762024-11-27T19:35:16.093Z Compiling gimli v0.31.1
13772024-11-27T19:35:16.157Z Compiling openssl-probe v0.1.5
13782024-11-27T19:35:16.179Z Compiling signal-hook v0.3.17
13792024-11-27T19:35:16.455Z Compiling unicode-properties v0.1.3
13802024-11-27T19:35:16.507Z Compiling schemars v0.8.21
13812024-11-27T19:35:16.881Z Compiling hyper v1.5.0
13822024-11-27T19:35:16.906Z Compiling rayon-core v1.12.1
13832024-11-27T19:35:17.183Z Compiling slog-async v2.8.0
13842024-11-27T19:35:17.720Z Compiling mime v0.3.17
13852024-11-27T19:35:18.285Z Compiling ipnet v2.10.1
13862024-11-27T19:35:18.341Z Compiling schemars_derive v0.8.21
13872024-11-27T19:35:19.540Z Compiling hyper-util v0.1.10
13882024-11-27T19:35:20.560Z Compiling toml_edit v0.22.22
13892024-11-27T19:35:20.794Z Compiling addr2line v0.24.2
13902024-11-27T19:35:21.257Z Compiling stringprep v0.1.5
13912024-11-27T19:35:21.655Z Compiling usdt-attr-macro v0.5.0
13922024-11-27T19:35:21.722Z Compiling usdt-macro v0.5.0
13932024-11-27T19:35:22.318Z Compiling crossbeam-deque v0.8.5
13942024-11-27T19:35:22.643Z Compiling term v0.7.0
13952024-11-27T19:35:22.736Z Compiling slog-json v2.6.1
13962024-11-27T19:35:22.992Z Compiling serde_urlencoded v0.7.1
13972024-11-27T19:35:23.093Z Compiling crossbeam-channel v0.5.13
13982024-11-27T19:35:23.216Z Compiling curve25519-dalek v4.1.3
13992024-11-27T19:35:23.331Z Compiling futures-executor v0.3.31
14002024-11-27T19:35:23.522Z Compiling enum-as-inner v0.6.1
14012024-11-27T19:35:23.808Z Compiling md-5 v0.10.6
14022024-11-27T19:35:23.921Z Compiling rustls-pemfile v2.2.0
14032024-11-27T19:35:24.078Z Compiling async-stream-impl v0.3.6
14042024-11-27T19:35:24.080Z Compiling num-integer v0.1.46
14052024-11-27T19:35:24.204Z Compiling idna v0.3.0
14062024-11-27T19:35:24.271Z Compiling idna v0.4.0
14072024-11-27T19:35:24.570Z Compiling hash32 v0.2.1
14082024-11-27T19:35:24.831Z Compiling ff v0.13.0
14092024-11-27T19:35:24.942Z Compiling is-terminal v0.4.13
14102024-11-27T19:35:25.075Z Compiling object v0.36.5
14112024-11-27T19:35:25.078Z Compiling dropshot v0.12.0
14122024-11-27T19:35:25.384Z Compiling base16ct v0.2.0
14132024-11-27T19:35:25.470Z Compiling num-bigint-dig v0.8.4
14142024-11-27T19:35:25.714Z Compiling rustc-demangle v0.1.24
14152024-11-27T19:35:25.757Z Compiling quick-error v1.2.3
14162024-11-27T19:35:25.851Z Compiling portable-atomic v1.9.0
14172024-11-27T19:35:25.906Z Compiling anyhow v1.0.93
14182024-11-27T19:35:25.935Z Compiling psl-types v2.0.11
14192024-11-27T19:35:26.191Z Compiling fallible-iterator v0.2.0
14202024-11-27T19:35:26.537Z Compiling take_mut v0.2.2
14212024-11-27T19:35:26.712Z Compiling linked-hash-map v0.5.6
14222024-11-27T19:35:26.748Z Compiling utf-8 v0.7.6
14232024-11-27T19:35:26.913Z Compiling dyn-clone v1.0.17
14242024-11-27T19:35:26.939Z Compiling smoltcp v0.9.1
14252024-11-27T19:35:27.082Z Compiling lru-cache v0.1.2
14262024-11-27T19:35:27.129Z Compiling tungstenite v0.24.0
14272024-11-27T19:35:27.359Z Compiling postgres-protocol v0.6.7
14282024-11-27T19:35:28.939Z Compiling publicsuffix v2.2.3
14292024-11-27T19:35:28.942Z Compiling resolv-conf v0.7.0
14302024-11-27T19:35:29.092Z Compiling sec1 v0.7.3
14312024-11-27T19:35:29.201Z Compiling async-stream v0.3.6
14322024-11-27T19:35:29.520Z Compiling hickory-proto v0.24.1
14332024-11-27T19:35:29.573Z Compiling slog-term v2.9.1
14342024-11-27T19:35:29.664Z Compiling group v0.13.0
14352024-11-27T19:35:29.748Z Compiling usdt v0.5.0
14362024-11-27T19:35:30.272Z Compiling num-iter v0.1.45
14372024-11-27T19:35:30.580Z Compiling toml v0.8.19
14382024-11-27T19:35:30.806Z Compiling futures v0.3.31
14392024-11-27T19:35:30.956Z Compiling slog-bunyan v2.5.0
14402024-11-27T19:35:32.369Z Compiling camino v1.1.9
14412024-11-27T19:35:32.407Z Compiling tokio-native-tls v0.3.1
14422024-11-27T19:35:32.689Z Compiling backtrace v0.3.74
14432024-11-27T19:35:32.879Z Compiling phf_shared v0.11.2
14442024-11-27T19:35:33.282Z Compiling dropshot_endpoint v0.12.0
14452024-11-27T19:35:33.316Z Compiling terminal_size v0.4.0
14462024-11-27T19:35:33.341Z Compiling waitgroup v0.1.2
14472024-11-27T19:35:33.390Z Compiling openapiv3 v2.0.0
14482024-11-27T19:35:33.522Z Compiling serde_path_to_error v0.1.16
14492024-11-27T19:35:33.557Z Compiling hkdf v0.12.4
14502024-11-27T19:35:33.820Z Compiling crypto-bigint v0.5.5
14512024-11-27T19:35:34.363Z Compiling webpki-roots v0.26.6
14522024-11-27T19:35:34.575Z Compiling curve25519-dalek-derive v0.1.1
14532024-11-27T19:35:36.189Z Compiling zerocopy-derive v0.6.6
14542024-11-27T19:35:36.537Z Compiling idna v0.5.0
14552024-11-27T19:35:36.990Z Compiling hubpack_derive v0.1.1
14562024-11-27T19:35:37.859Z Compiling hostname v0.4.0
14572024-11-27T19:35:37.925Z Compiling crc32fast v1.4.2
14582024-11-27T19:35:38.006Z Compiling fs-err v2.11.0
14592024-11-27T19:35:38.100Z Compiling ahash v0.8.11
14602024-11-27T19:35:38.168Z Compiling bitflags v1.3.2
14612024-11-27T19:35:38.252Z Compiling winnow v0.5.40
14622024-11-27T19:35:38.273Z Compiling managed v0.8.0
14632024-11-27T19:35:38.276Z Compiling debug-ignore v1.0.5
14642024-11-27T19:35:38.396Z Compiling zerocopy v0.6.6
14652024-11-27T19:35:38.442Z Compiling clap_builder v4.5.21
14662024-11-27T19:35:38.654Z Compiling console v0.15.8
14672024-11-27T19:35:39.259Z Compiling strum_macros v0.25.3
14682024-11-27T19:35:39.955Z Compiling flate2 v1.0.34
14692024-11-27T19:35:40.196Z Compiling hubpack v0.1.2
14702024-11-27T19:35:40.328Z Compiling cookie_store v0.21.0
14712024-11-27T19:35:40.652Z Compiling elliptic-curve v0.13.8
14722024-11-27T19:35:40.940Z Compiling hickory-resolver v0.24.1
14732024-11-27T19:35:41.960Z Compiling toml_edit v0.19.15
14742024-11-27T19:35:42.099Z Compiling phf v0.11.2
14752024-11-27T19:35:42.429Z Compiling signal-hook-mio v0.2.4
14762024-11-27T19:35:42.468Z Compiling hyper-tls v0.6.0
14772024-11-27T19:35:42.588Z Compiling rayon v1.10.0
14782024-11-27T19:35:42.919Z Compiling bzip2 v0.4.4
14792024-11-27T19:35:43.488Z Compiling tokio-tungstenite v0.24.0
14802024-11-27T19:35:44.021Z Compiling postgres-types v0.2.8
14812024-11-27T19:35:46.914Z Compiling ed25519 v2.2.3
14822024-11-27T19:35:47.429Z Compiling phf_shared v0.10.0
14832024-11-27T19:35:47.840Z Compiling tokio-stream v0.1.16
14842024-11-27T19:35:47.901Z Compiling pkcs1 v0.7.5
14852024-11-27T19:35:48.098Z Compiling serde-big-array v0.5.1
14862024-11-27T19:35:48.344Z Compiling clap_derive v4.5.18
14872024-11-27T19:35:48.831Z Compiling rfc6979 v0.4.0
14882024-11-27T19:35:48.929Z Compiling serde_repr v0.1.19
14892024-11-27T19:35:48.974Z Compiling derive-where v1.2.7
14902024-11-27T19:35:49.027Z Compiling float-cmp v0.9.0
14912024-11-27T19:35:49.131Z Compiling bstr v1.10.0
14922024-11-27T19:35:49.261Z Compiling sync_wrapper v1.0.1
14932024-11-27T19:35:49.419Z Compiling bit-vec v0.6.3
14942024-11-27T19:35:49.904Z Compiling static_assertions v1.1.0
14952024-11-27T19:35:50.016Z Compiling predicates-core v1.0.8
14962024-11-27T19:35:50.129Z Compiling difflib v0.4.0
14972024-11-27T19:35:50.157Z Compiling unicode-segmentation v1.12.0
14982024-11-27T19:35:50.382Z Compiling precomputed-hash v0.1.1
14992024-11-27T19:35:50.506Z Compiling new_debug_unreachable v1.0.6
15002024-11-27T19:35:50.605Z Compiling fixedbitset v0.4.2
15012024-11-27T19:35:50.979Z Compiling whoami v1.5.2
15022024-11-27T19:35:51.054Z Compiling unicode-width v0.2.0
15032024-11-27T19:35:51.080Z Compiling normalize-line-endings v0.3.0
15042024-11-27T19:35:51.204Z Compiling number_prefix v0.4.0
15052024-11-27T19:35:51.443Z Compiling tokio-postgres v0.7.12
15062024-11-27T19:35:51.588Z Compiling indicatif v0.17.9
15072024-11-27T19:35:51.637Z Compiling predicates v3.1.2
15082024-11-27T19:35:51.762Z Compiling petgraph v0.6.5
15092024-11-27T19:35:52.659Z Compiling similar v2.6.0
15102024-11-27T19:35:53.459Z Compiling string_cache v0.8.7
15112024-11-27T19:35:53.543Z Compiling clap v4.5.21
15122024-11-27T19:35:53.663Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132024-11-27T19:35:53.864Z Compiling bit-set v0.5.3
15142024-11-27T19:35:53.882Z Compiling ecdsa v0.16.9
15152024-11-27T19:35:54.168Z Compiling rsa v0.9.6
15162024-11-27T19:35:54.722Z Compiling ed25519-dalek v2.1.1
15172024-11-27T19:35:55.117Z Compiling toml v0.7.8
15182024-11-27T19:35:55.999Z Compiling zip v0.6.6
15192024-11-27T19:35:56.036Z Compiling crossterm v0.28.1
15202024-11-27T19:35:57.478Z Compiling hex v0.4.3
15212024-11-27T19:35:57.829Z Compiling x509-cert v0.2.5
15222024-11-27T19:35:57.876Z Compiling itertools v0.10.5
15232024-11-27T19:35:58.018Z Compiling unicode-xid v0.2.6
15242024-11-27T19:35:58.099Z Compiling peg-runtime v0.8.3
15252024-11-27T19:35:58.191Z Compiling lalrpop-util v0.19.12
15262024-11-27T19:35:58.550Z Compiling strum_macros v0.26.4
15272024-11-27T19:35:58.777Z Compiling xattr v1.3.1
15282024-11-27T19:35:59.061Z Compiling filetime v0.2.25
15292024-11-27T19:35:59.400Z Compiling tar v0.4.42
15302024-11-27T19:36:03.547Z Compiling strum v0.26.3
15312024-11-27T19:36:06.530Z Compiling aws-lc-sys v0.22.0
15322024-11-27T19:36:34.234Z Compiling rustls-webpki v0.102.8
15332024-11-27T19:36:37.699Z Compiling tokio-rustls v0.25.0
15342024-11-27T19:36:39.346Z Compiling tokio-rustls v0.26.0
15352024-11-27T19:36:39.745Z Compiling hyper-rustls v0.27.3
15362024-11-27T19:36:40.112Z Compiling reqwest v0.12.9
15372024-11-27T19:36:41.257Z Compiling qorb v0.2.1
15382024-11-27T19:36:46.042Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15392024-11-27T19:36:46.271Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15402024-11-27T19:36:51.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15412024-11-27T19:36:51.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15422024-11-27T19:36:51.981ZNov 27 19:36:51.569 INFO Starting download, target: Clickhouse
15432024-11-27T19:36:51.981ZNov 27 19:36:51.570 INFO Starting download, target: Cockroach
15442024-11-27T19:36:51.981ZNov 27 19:36:51.570 INFO Starting download, target: Console
15452024-11-27T19:36:51.981ZNov 27 19:36:51.570 INFO Starting download, target: DendriteOpenapi
15462024-11-27T19:36:51.981ZNov 27 19:36:51.570 INFO Starting download, target: DendriteStub
15472024-11-27T19:36:51.981ZNov 27 19:36:51.570 INFO Starting download, target: MaghemiteMgd
15482024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Starting download, target: TransceiverControl
15492024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15512024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15522024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15532024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15542024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552024-11-27T19:36:51.984ZNov 27 19:36:51.570 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15562024-11-27T19:36:52.251ZNov 27 19:36:51.816 INFO Download complete, target: DendriteOpenapi
15572024-11-27T19:36:52.511ZNov 27 19:36:52.013 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582024-11-27T19:36:52.601ZNov 27 19:36:52.118 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15592024-11-27T19:36:52.917ZNov 27 19:36:52.445 INFO Download complete, target: Console
15602024-11-27T19:36:53.009ZNov 27 19:36:52.521 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15612024-11-27T19:36:53.095ZNov 27 19:36:52.638 INFO Download complete, target: TransceiverControl
15622024-11-27T19:36:53.266ZNov 27 19:36:52.809 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-11-27T19:36:54.005ZNov 27 19:36:53.592 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15642024-11-27T19:36:54.005ZNov 27 19:36:53.592 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15652024-11-27T19:36:54.083ZNov 27 19:36:53.670 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-11-27T19:36:55.651ZNov 27 19:36:55.239 INFO Download complete, target: DendriteStub
15672024-11-27T19:36:55.983ZNov 27 19:36:55.571 INFO Download complete, target: MaghemiteMgd
15682024-11-27T19:37:01.167ZNov 27 19:37:00.754 INFO Checking that binary works, target: Cockroach
15692024-11-27T19:37:01.382ZNov 27 19:37:00.970 INFO Download complete, target: Cockroach
15702024-11-27T19:37:05.928ZNov 27 19:37:05.511 INFO Checking that binary works, target: Clickhouse
15712024-11-27T19:37:06.056ZNov 27 19:37:05.643 INFO Download complete, target: Clickhouse
15722024-11-27T19:37:06.074ZAll builder prerequisites installed successfully, and PATH looks valid
15732024-11-27T19:37:06.077Z
15742024-11-27T19:37:06.077Zreal 4:50.345434808
15752024-11-27T19:37:06.077Zuser 16:29.869649578
15762024-11-27T19:37:06.077Zsys 3:14.853768549
15772024-11-27T19:37:06.077Ztrap 0.556444419
15782024-11-27T19:37:06.077Ztflt 1.552040668
15792024-11-27T19:37:06.077Zdflt 2.267384881
15802024-11-27T19:37:06.077Zkflt 0.031977289
15812024-11-27T19:37:06.078Zlock 29:49.193998487
15822024-11-27T19:37:06.078Zslp 1:01:41.059291803
15832024-11-27T19:37:06.078Zlat 59.097081986
15842024-11-27T19:37:06.078Zstop 2:17.567206690
15852024-11-27T19:37:06.078Z+ banner hack-check
15862024-11-27T19:37:06.080Z
15872024-11-27T19:37:06.080Z # # ## #### # # #### # # ###### #### # #
15882024-11-27T19:37:06.080Z # # # # # # # # # # # # # # # # #
15892024-11-27T19:37:06.080Z ###### # # # #### ##### # ###### ##### # ####
15902024-11-27T19:37:06.080Z # # ###### # # # # # # # # # #
15912024-11-27T19:37:06.080Z # # # # # # # # # # # # # # # # #
15922024-11-27T19:37:06.080Z # # # # #### # # #### # # ###### #### # #
15932024-11-27T19:37:06.080Z
15942024-11-27T19:37:06.080Z+ export CARGO_INCREMENTAL=0
15952024-11-27T19:37:06.080Z+ CARGO_INCREMENTAL=0
15962024-11-27T19:37:06.080Z+ ptime -m timeout 2h cargo xtask check-features --ci
15972024-11-27T19:37:06.614Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15982024-11-27T19:37:10.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
15992024-11-27T19:37:10.483Z Running `target/debug/xtask check-features --ci`
16002024-11-27T19:37:10.505Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16012024-11-27T19:37:10.505Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16022024-11-27T19:37:10.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16032024-11-27T19:37:10.981Z Running `target/debug/xtask download cargo-hack`
16042024-11-27T19:37:11.805Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-11-27T19:37:12.170Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-11-27T19:37:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
16072024-11-27T19:37:17.031Z Running `target/debug/xtask-downloader cargo-hack`
16082024-11-27T19:37:17.069ZNov 27 19:37:16.655 INFO Starting download, target: CargoHack
16092024-11-27T19:37:17.072ZNov 27 19:37:16.655 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16102024-11-27T19:37:17.516ZNov 27 19:37:17.102 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16112024-11-27T19:37:17.603ZNov 27 19:37:17.188 INFO Download complete, target: CargoHack
16122024-11-27T19:37:17.606Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16132024-11-27T19:37:17.622Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16142024-11-27T19:37:17.787Zinfo: running `cargo check --bins` on api_identity (1/173)
16152024-11-27T19:37:18.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-11-27T19:37:18.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-11-27T19:37:18.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-11-27T19:37:18.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16192024-11-27T19:37:18.400Z
16202024-11-27T19:37:18.400Zinfo: running `cargo check --bins` on bootstore (2/173)
16212024-11-27T19:37:18.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-11-27T19:37:18.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-11-27T19:37:18.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-11-27T19:37:18.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16252024-11-27T19:37:19.044Z
16262024-11-27T19:37:19.044Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16272024-11-27T19:37:19.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-11-27T19:37:19.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-11-27T19:37:19.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-11-27T19:37:19.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16312024-11-27T19:37:19.668Z
16322024-11-27T19:37:19.668Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16332024-11-27T19:37:20.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-11-27T19:37:20.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-11-27T19:37:20.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-11-27T19:37:20.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16372024-11-27T19:37:20.297Z
16382024-11-27T19:37:20.297Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16392024-11-27T19:37:20.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-11-27T19:37:20.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-11-27T19:37:20.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-11-27T19:37:20.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16432024-11-27T19:37:20.723Z
16442024-11-27T19:37:20.724Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16452024-11-27T19:37:21.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-11-27T19:37:21.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-11-27T19:37:21.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-11-27T19:37:21.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16492024-11-27T19:37:21.173Z
16502024-11-27T19:37:21.173Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16512024-11-27T19:37:21.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-11-27T19:37:21.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-11-27T19:37:21.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-11-27T19:37:21.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16552024-11-27T19:37:21.641Z
16562024-11-27T19:37:21.641Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16572024-11-27T19:37:22.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-11-27T19:37:22.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-11-27T19:37:22.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-11-27T19:37:22.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16612024-11-27T19:37:22.042Z
16622024-11-27T19:37:22.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16632024-11-27T19:37:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-11-27T19:37:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-11-27T19:37:22.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-11-27T19:37:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16672024-11-27T19:37:22.476Z
16682024-11-27T19:37:22.477Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16692024-11-27T19:37:22.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-11-27T19:37:22.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-11-27T19:37:22.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-11-27T19:37:22.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732024-11-27T19:37:22.897Z
16742024-11-27T19:37:22.897Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16752024-11-27T19:37:23.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-11-27T19:37:23.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-11-27T19:37:23.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-11-27T19:37:23.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16792024-11-27T19:37:23.321Z
16802024-11-27T19:37:23.321Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16812024-11-27T19:37:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-11-27T19:37:23.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-11-27T19:37:23.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-11-27T19:37:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16852024-11-27T19:37:23.749Z
16862024-11-27T19:37:23.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16872024-11-27T19:37:24.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-11-27T19:37:24.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-11-27T19:37:24.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-11-27T19:37:24.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912024-11-27T19:37:24.175Z
16922024-11-27T19:37:24.175Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16932024-11-27T19:37:24.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-11-27T19:37:24.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-11-27T19:37:24.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-11-27T19:37:24.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16972024-11-27T19:37:24.597Z
16982024-11-27T19:37:24.597Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16992024-11-27T19:37:24.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-11-27T19:37:24.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-11-27T19:37:24.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-11-27T19:37:24.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032024-11-27T19:37:25.023Z
17042024-11-27T19:37:25.023Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17052024-11-27T19:37:25.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-11-27T19:37:25.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-11-27T19:37:25.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-11-27T19:37:25.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092024-11-27T19:37:25.449Z
17102024-11-27T19:37:25.449Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17112024-11-27T19:37:25.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-11-27T19:37:25.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-11-27T19:37:25.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-11-27T19:37:25.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152024-11-27T19:37:25.875Z
17162024-11-27T19:37:25.875Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17172024-11-27T19:37:26.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-11-27T19:37:26.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-11-27T19:37:26.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-11-27T19:37:26.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212024-11-27T19:37:26.306Z
17222024-11-27T19:37:26.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17232024-11-27T19:37:26.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-11-27T19:37:26.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-11-27T19:37:26.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-11-27T19:37:26.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272024-11-27T19:37:26.736Z
17282024-11-27T19:37:26.736Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17292024-11-27T19:37:27.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-11-27T19:37:27.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-11-27T19:37:27.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-11-27T19:37:27.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17332024-11-27T19:37:27.163Z
17342024-11-27T19:37:27.163Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17352024-11-27T19:37:27.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-11-27T19:37:27.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-11-27T19:37:27.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-11-27T19:37:27.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392024-11-27T19:37:27.590Z
17402024-11-27T19:37:27.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17412024-11-27T19:37:27.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-11-27T19:37:27.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-11-27T19:37:27.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-11-27T19:37:27.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452024-11-27T19:37:28.024Z
17462024-11-27T19:37:28.024Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17472024-11-27T19:37:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-11-27T19:37:28.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-11-27T19:37:28.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-11-27T19:37:28.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512024-11-27T19:37:28.454Z
17522024-11-27T19:37:28.454Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17532024-11-27T19:37:28.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-11-27T19:37:28.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-11-27T19:37:28.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-11-27T19:37:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17572024-11-27T19:37:28.880Z
17582024-11-27T19:37:28.880Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17592024-11-27T19:37:29.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-11-27T19:37:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-11-27T19:37:29.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-11-27T19:37:29.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17632024-11-27T19:37:29.528Z
17642024-11-27T19:37:29.528Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17652024-11-27T19:37:30.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-11-27T19:37:30.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-11-27T19:37:30.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-11-27T19:37:30.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17692024-11-27T19:37:30.163Z
17702024-11-27T19:37:30.163Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17712024-11-27T19:37:30.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-11-27T19:37:30.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-11-27T19:37:30.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-11-27T19:37:30.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17752024-11-27T19:37:30.800Z
17762024-11-27T19:37:30.800Zinfo: running `cargo check --bins` on oxlog (28/173)
17772024-11-27T19:37:31.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-11-27T19:37:31.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-11-27T19:37:31.413Z Checking cfg-if v1.0.0
17802024-11-27T19:37:31.419Z Checking libc v0.2.162
17812024-11-27T19:37:31.525Z Checking serde v1.0.215
17822024-11-27T19:37:31.535Z Checking zeroize v1.8.1
17832024-11-27T19:37:31.539Z Checking memchr v2.7.4
17842024-11-27T19:37:31.539Z Checking typenum v1.17.0
17852024-11-27T19:37:31.548Z Checking scopeguard v1.2.0
17862024-11-27T19:37:31.558Z Checking subtle v2.6.1
17872024-11-27T19:37:31.585Z Checking value-bag v1.9.0
17882024-11-27T19:37:31.693Z Checking lock_api v0.4.12
17892024-11-27T19:37:31.770Z Checking itoa v1.0.11
17902024-11-27T19:37:31.826Z Checking smallvec v1.13.2
17912024-11-27T19:37:31.969Z Checking log v0.4.22
17922024-11-27T19:37:31.983Z Checking const-oid v0.9.6
17932024-11-27T19:37:32.114Z Checking pin-project-lite v0.2.14
17942024-11-27T19:37:32.184Z Checking byteorder v1.5.0
17952024-11-27T19:37:32.272Z Checking futures-core v0.3.31
17962024-11-27T19:37:32.387Z Checking once_cell v1.20.2
17972024-11-27T19:37:32.457Z Checking cpufeatures v0.2.14
17982024-11-27T19:37:32.484Z Checking futures-sink v0.3.31
17992024-11-27T19:37:32.550Z Checking stable_deref_trait v1.2.0
18002024-11-27T19:37:32.578Z Checking spin v0.9.8
18012024-11-27T19:37:32.629Z Checking zerocopy v0.7.35
18022024-11-27T19:37:32.660Z Checking zerofrom v0.1.4
18032024-11-27T19:37:32.675Z Checking slab v0.4.9
18042024-11-27T19:37:32.679Z Checking getrandom v0.2.15
18052024-11-27T19:37:32.870Z Checking parking_lot_core v0.9.10
18062024-11-27T19:37:32.886Z Checking generic-array v0.14.7
18072024-11-27T19:37:32.902Z Checking signal-hook-registry v1.4.2
18082024-11-27T19:37:32.919Z Checking rand_core v0.6.4
18092024-11-27T19:37:32.939Z Checking mio v1.0.2
18102024-11-27T19:37:33.138Z Checking socket2 v0.5.7
18112024-11-27T19:37:33.222Z Checking yoke v0.7.4
18122024-11-27T19:37:33.236Z Checking parking_lot v0.12.3
18132024-11-27T19:37:33.541Z Checking futures-channel v0.3.31
18142024-11-27T19:37:33.579Z Checking futures-task v0.3.31
18152024-11-27T19:37:33.582Z Checking equivalent v1.0.1
18162024-11-27T19:37:33.621Z Checking foldhash v0.1.3
18172024-11-27T19:37:33.695Z Checking pin-utils v0.1.0
18182024-11-27T19:37:33.770Z Checking futures-io v0.3.31
18192024-11-27T19:37:33.785Z Checking allocator-api2 v0.2.18
18202024-11-27T19:37:33.799Z Checking zerovec v0.10.4
18212024-11-27T19:37:33.829Z Checking ryu v1.0.18
18222024-11-27T19:37:33.894Z Checking tinyvec_macros v0.1.1
18232024-11-27T19:37:33.935Z Checking futures-util v0.3.31
18242024-11-27T19:37:33.979Z Checking tinyvec v1.8.0
18252024-11-27T19:37:34.043Z Checking crypto-common v0.1.6
18262024-11-27T19:37:34.046Z Checking block-buffer v0.10.4
18272024-11-27T19:37:34.069Z Checking block-padding v0.3.3
18282024-11-27T19:37:34.227Z Checking fnv v1.0.7
18292024-11-27T19:37:34.265Z Checking inout v0.1.3
18302024-11-27T19:37:34.280Z Checking digest v0.10.7
18312024-11-27T19:37:34.344Z Checking libm v0.2.8
18322024-11-27T19:37:34.419Z Checking hashbrown v0.15.0
18332024-11-27T19:37:34.479Z Checking cipher v0.4.4
18342024-11-27T19:37:34.649Z Checking hmac v0.12.1
18352024-11-27T19:37:34.848Z Checking sha2 v0.10.8
18362024-11-27T19:37:34.902Z Checking litemap v0.7.3
18372024-11-27T19:37:35.234Z Checking unicode-bidi v0.3.17
18382024-11-27T19:37:35.282Z Checking writeable v0.5.5
18392024-11-27T19:37:35.296Z Checking unicode-normalization v0.1.24
18402024-11-27T19:37:35.435Z Checking tinystr v0.7.6
18412024-11-27T19:37:35.451Z Checking base64ct v1.6.0
18422024-11-27T19:37:35.522Z Checking num-traits v0.2.19
18432024-11-27T19:37:35.591Z Checking ppv-lite86 v0.2.20
18442024-11-27T19:37:35.807Z Checking icu_locid v1.5.0
18452024-11-27T19:37:35.850Z Checking flagset v0.4.6
18462024-11-27T19:37:35.884Z Checking pem-rfc7468 v0.7.0
18472024-11-27T19:37:36.063Z Checking tracing-core v0.1.32
18482024-11-27T19:37:36.160Z Checking der v0.7.9
18492024-11-27T19:37:36.257Z Checking thiserror v1.0.69
18502024-11-27T19:37:36.383Z Checking rand_chacha v0.3.1
18512024-11-27T19:37:36.386Z Checking rustls-pki-types v1.9.0
18522024-11-27T19:37:36.498Z Checking bytes v1.8.0
18532024-11-27T19:37:36.684Z Checking indexmap v2.6.0
18542024-11-27T19:37:36.795Z Checking serde_json v1.0.132
18552024-11-27T19:37:36.883Z Checking icu_provider v1.5.0
18562024-11-27T19:37:36.976Z Checking bitflags v2.6.0
18572024-11-27T19:37:37.194Z Checking icu_locid_transform_data v1.5.0
18582024-11-27T19:37:37.288Z Checking percent-encoding v2.3.1
18592024-11-27T19:37:37.301Z Checking tokio v1.40.0
18602024-11-27T19:37:37.301Z Checking http v1.1.0
18612024-11-27T19:37:37.502Z Checking rand v0.8.5
18622024-11-27T19:37:37.541Z Checking icu_locid_transform v1.5.0
18632024-11-27T19:37:37.987Z Checking tracing v0.1.40
18642024-11-27T19:37:38.119Z Checking spki v0.7.3
18652024-11-27T19:37:38.355Z Checking icu_collections v1.5.0
18662024-11-27T19:37:38.387Z Checking salsa20 v0.10.2
18672024-11-27T19:37:38.525Z Checking pbkdf2 v0.12.2
18682024-11-27T19:37:38.528Z Checking aws-lc-sys v0.22.0
18692024-11-27T19:37:38.597Z Checking httparse v1.9.5
18702024-11-27T19:37:38.652Z Checking icu_properties_data v1.5.0
18712024-11-27T19:37:38.687Z Checking mirai-annotations v1.12.0
18722024-11-27T19:37:38.782Z Checking untrusted v0.7.1
18732024-11-27T19:37:38.865Z Checking powerfmt v0.2.0
18742024-11-27T19:37:38.911Z Checking untrusted v0.9.0
18752024-11-27T19:37:38.940Z Checking scrypt v0.11.0
18762024-11-27T19:37:38.986Z Checking icu_properties v1.5.1
18772024-11-27T19:37:39.024Z Checking cbc v0.1.2
18782024-11-27T19:37:39.050Z Checking aes v0.8.4
18792024-11-27T19:37:39.066Z Checking ring v0.17.8
18802024-11-27T19:37:39.125Z Checking deranged v0.3.11
18812024-11-27T19:37:39.157Z Checking crossbeam-utils v0.8.20
18822024-11-27T19:37:39.224Z Checking num_threads v0.1.7
18832024-11-27T19:37:39.341Z Checking utf8_iter v1.0.4
18842024-11-27T19:37:39.547Z Checking time-core v0.1.2
18852024-11-27T19:37:39.705Z Checking write16 v1.0.0
18862024-11-27T19:37:39.837Z Checking utf16_iter v1.0.5
18872024-11-27T19:37:39.908Z Checking num-conv v0.1.0
18882024-11-27T19:37:39.950Z Checking icu_normalizer_data v1.5.0
18892024-11-27T19:37:40.011Z Checking atomic-waker v1.1.2
18902024-11-27T19:37:40.054Z Checking pkcs5 v0.7.1
18912024-11-27T19:37:40.150Z Checking http-body v1.0.1
18922024-11-27T19:37:40.166Z Checking form_urlencoded v1.2.1
18932024-11-27T19:37:40.363Z Checking try-lock v0.2.5
18942024-11-27T19:37:40.382Z Checking unicode-ident v1.0.13
18952024-11-27T19:37:40.494Z Checking want v0.3.1
18962024-11-27T19:37:40.539Z Checking httpdate v1.0.3
18972024-11-27T19:37:40.583Z Checking pkcs8 v0.10.2
18982024-11-27T19:37:40.674Z Checking proc-macro2 v1.0.89
18992024-11-27T19:37:40.761Z Checking serde_spanned v0.6.8
19002024-11-27T19:37:40.890Z Checking uuid v1.11.0
19012024-11-27T19:37:40.964Z Checking toml_datetime v0.6.8
19022024-11-27T19:37:40.985Z Checking time v0.3.36
19032024-11-27T19:37:41.003Z Checking slog v2.7.0
19042024-11-27T19:37:41.133Z Checking aws-lc-rs v1.10.0
19052024-11-27T19:37:41.243Z Checking scroll v0.12.0
19062024-11-27T19:37:41.361Z Checking match_cfg v0.1.0
19072024-11-27T19:37:41.455Z Checking adler2 v2.0.0
19082024-11-27T19:37:41.524Z Checking iana-time-zone v0.1.61
19092024-11-27T19:37:41.524Z Checking foreign-types-shared v0.1.1
19102024-11-27T19:37:41.600Z Checking base64 v0.22.1
19112024-11-27T19:37:41.630Z Checking ucd-trie v0.1.7
19122024-11-27T19:37:41.678Z Checking plain v0.2.3
19132024-11-27T19:37:41.705Z Checking tower-service v0.3.3
19142024-11-27T19:37:41.971Z Checking pest v2.7.14
19152024-11-27T19:37:41.977Z Checking chrono v0.4.38
19162024-11-27T19:37:41.977Z Checking goblin v0.8.2
19172024-11-27T19:37:42.058Z Checking foreign-types v0.3.2
19182024-11-27T19:37:42.154Z Checking miniz_oxide v0.8.0
19192024-11-27T19:37:42.373Z Checking icu_normalizer v1.5.0
19202024-11-27T19:37:42.853Z Checking hostname v0.3.1
19212024-11-27T19:37:42.958Z Checking rustls-webpki v0.102.8
19222024-11-27T19:37:42.976Z Checking quote v1.0.37
19232024-11-27T19:37:43.191Z Checking idna_adapter v1.2.0
19242024-11-27T19:37:43.318Z Checking openssl-sys v0.9.103
19252024-11-27T19:37:43.380Z Checking idna v1.0.3
19262024-11-27T19:37:43.478Z Checking errno v0.3.9
19272024-11-27T19:37:43.680Z Checking dirs-sys-next v0.1.2
19282024-11-27T19:37:43.744Z Checking aho-corasick v1.1.3
19292024-11-27T19:37:43.867Z Checking url v2.5.3
19302024-11-27T19:37:43.884Z Checking pretty-hex v0.4.1
19312024-11-27T19:37:43.913Z Checking regex-syntax v0.8.5
19322024-11-27T19:37:44.054Z Checking siphasher v0.3.11
19332024-11-27T19:37:44.336Z Checking data-encoding v2.6.0
19342024-11-27T19:37:44.375Z Checking dtrace-parser v0.2.0
19352024-11-27T19:37:44.602Z Checking openssl v0.10.66
19362024-11-27T19:37:44.704Z Checking dirs-next v2.0.0
19372024-11-27T19:37:44.767Z Checking tokio-util v0.7.12
19382024-11-27T19:37:44.841Z Checking rustix v0.38.37
19392024-11-27T19:37:44.843Z Checking syn v2.0.87
19402024-11-27T19:37:45.033Z Checking http-body-util v0.1.2
19412024-11-27T19:37:45.355Z Checking crossbeam-epoch v0.9.18
19422024-11-27T19:37:45.505Z Checking sha1 v0.10.6
19432024-11-27T19:37:45.667Z Checking h2 v0.4.6
19442024-11-27T19:37:45.803Z Checking signature v2.2.0
19452024-11-27T19:37:45.805Z Checking lazy_static v1.5.0
19462024-11-27T19:37:45.962Z Checking thread-id v4.2.2
19472024-11-27T19:37:46.035Z Checking thread_local v1.1.8
19482024-11-27T19:37:46.082Z Checking encoding_rs v0.8.34
19492024-11-27T19:37:46.342Z Checking winnow v0.6.20
19502024-11-27T19:37:46.893Z Checking dof v0.3.0
19512024-11-27T19:37:47.270Z Checking regex-automata v0.4.8
19522024-11-27T19:37:47.565Z Checking openssl-probe v0.1.5
19532024-11-27T19:37:47.727Z Checking gimli v0.31.1
19542024-11-27T19:37:48.458Z Checking ipnet v2.10.1
19552024-11-27T19:37:48.476Z Checking mime v0.3.17
19562024-11-27T19:37:48.809Z Checking utf8parse v0.2.2
19572024-11-27T19:37:48.927Z Checking anstyle v1.0.10
19582024-11-27T19:37:48.963Z Checking unicode-properties v0.1.3
19592024-11-27T19:37:49.201Z Checking either v1.13.0
19602024-11-27T19:37:49.253Z Checking toml_edit v0.22.22
19612024-11-27T19:37:49.341Z Checking stringprep v0.1.5
19622024-11-27T19:37:49.586Z Checking anstyle-parse v0.2.5
19632024-11-27T19:37:49.610Z Checking crossbeam-deque v0.8.5
19642024-11-27T19:37:49.855Z Checking term v0.7.0
19652024-11-27T19:37:49.928Z Checking rustls v0.22.4
19662024-11-27T19:37:50.064Z Checking native-tls v0.2.12
19672024-11-27T19:37:50.260Z Checking rustls v0.23.14
19682024-11-27T19:37:50.388Z Checking slog-json v2.6.1
19692024-11-27T19:37:50.653Z Checking serde_urlencoded v0.7.1
19702024-11-27T19:37:51.098Z Checking crossbeam-channel v0.5.13
19712024-11-27T19:37:51.346Z Checking usdt-impl v0.5.0
19722024-11-27T19:37:51.803Z Checking addr2line v0.24.2
19732024-11-27T19:37:51.843Z Checking hyper v1.5.0
19742024-11-27T19:37:51.856Z Checking futures-executor v0.3.31
19752024-11-27T19:37:51.886Z Checking num-integer v0.1.46
19762024-11-27T19:37:51.948Z Checking rustls-pemfile v2.2.0
19772024-11-27T19:37:52.071Z Checking idna v0.4.0
19782024-11-27T19:37:52.089Z Checking idna v0.3.0
19792024-11-27T19:37:52.143Z Checking md-5 v0.10.6
19802024-11-27T19:37:52.306Z Checking ff v0.13.0
19812024-11-27T19:37:52.362Z Checking memmap v0.7.0
19822024-11-27T19:37:52.377Z Checking is-terminal v0.4.13
19832024-11-27T19:37:52.494Z Checking hash32 v0.2.1
19842024-11-27T19:37:52.511Z Checking object v0.36.5
19852024-11-27T19:37:52.562Z Checking psl-types v2.0.11
19862024-11-27T19:37:52.736Z Checking anstyle-query v1.1.1
19872024-11-27T19:37:52.804Z Checking dyn-clone v1.0.17
19882024-11-27T19:37:52.865Z Checking is_terminal_polyfill v1.70.1
19892024-11-27T19:37:52.939Z Checking base16ct v0.2.0
19902024-11-27T19:37:52.941Z Checking colorchoice v1.0.2
19912024-11-27T19:37:52.942Z Checking fallible-iterator v0.2.0
19922024-11-27T19:37:52.986Z Checking take_mut v0.2.2
19932024-11-27T19:37:53.098Z Checking utf-8 v0.7.6
19942024-11-27T19:37:53.121Z Checking rustc-demangle v0.1.24
19952024-11-27T19:37:53.143Z Checking linked-hash-map v0.5.6
19962024-11-27T19:37:53.295Z Checking quick-error v1.2.3
19972024-11-27T19:37:53.442Z Checking resolv-conf v0.7.0
19982024-11-27T19:37:53.489Z Checking lru-cache v0.1.2
19992024-11-27T19:37:53.535Z Checking tungstenite v0.24.0
20002024-11-27T19:37:53.560Z Checking postgres-protocol v0.6.7
20012024-11-27T19:37:53.616Z Checking tokio-rustls v0.25.0
20022024-11-27T19:37:53.664Z Checking sec1 v0.7.3
20032024-11-27T19:37:53.774Z Checking slog-async v2.8.0
20042024-11-27T19:37:53.891Z Checking hyper-util v0.1.10
20052024-11-27T19:37:53.999Z Checking anstream v0.6.15
20062024-11-27T19:37:54.037Z Checking schemars v0.8.21
20072024-11-27T19:37:54.085Z Checking hickory-proto v0.24.1
20082024-11-27T19:37:54.228Z Checking publicsuffix v2.2.3
20092024-11-27T19:37:54.363Z Checking heapless v0.7.17
20102024-11-27T19:37:54.482Z Checking usdt v0.5.0
20112024-11-27T19:37:54.498Z Checking group v0.13.0
20122024-11-27T19:37:54.730Z Checking slog-term v2.9.1
20132024-11-27T19:37:54.746Z Checking num-iter v0.1.45
20142024-11-27T19:37:54.925Z Checking futures v0.3.31
20152024-11-27T19:37:55.036Z Checking toml v0.8.19
20162024-11-27T19:37:55.219Z Checking slog-bunyan v2.5.0
20172024-11-27T19:37:55.369Z Checking tokio-native-tls v0.3.1
20182024-11-27T19:37:55.390Z Checking rayon-core v1.12.1
20192024-11-27T19:37:55.637Z Checking multer v3.1.0
20202024-11-27T19:37:55.693Z Checking terminal_size v0.4.0
20212024-11-27T19:37:55.696Z Checking tokio-rustls v0.26.0
20222024-11-27T19:37:55.779Z Checking phf_shared v0.11.2
20232024-11-27T19:37:55.854Z Checking cookie v0.18.1
20242024-11-27T19:37:55.911Z Checking async-stream v0.3.6
20252024-11-27T19:37:56.050Z Checking bzip2-sys v0.1.11+1.0.8
20262024-11-27T19:37:56.053Z Checking camino v1.1.9
20272024-11-27T19:37:56.081Z Checking signal-hook v0.3.17
20282024-11-27T19:37:56.084Z Checking waitgroup v0.1.2
20292024-11-27T19:37:56.111Z Checking openapiv3 v2.0.0
20302024-11-27T19:37:56.172Z Checking webpki-roots v0.26.6
20312024-11-27T19:37:56.215Z Checking serde_path_to_error v0.1.16
20322024-11-27T19:37:56.320Z Checking idna v0.5.0
20332024-11-27T19:37:56.389Z Checking hkdf v0.12.4
20342024-11-27T19:37:56.419Z Checking crypto-bigint v0.5.5
20352024-11-27T19:37:56.589Z Checking hostname v0.4.0
20362024-11-27T19:37:56.618Z Checking crc32fast v1.4.2
20372024-11-27T19:37:56.728Z Checking debug-ignore v1.0.5
20382024-11-27T19:37:56.833Z Checking clap_lex v0.7.2
20392024-11-27T19:37:56.857Z Checking bitflags v1.3.2
20402024-11-27T19:37:56.871Z Checking managed v0.8.0
20412024-11-27T19:37:56.960Z Checking strsim v0.11.1
20422024-11-27T19:37:57.078Z Checking unicode-width v0.1.14
20432024-11-27T19:37:57.168Z Checking winnow v0.5.40
20442024-11-27T19:37:57.251Z Checking smoltcp v0.9.1
20452024-11-27T19:37:57.254Z Checking clap_builder v4.5.21
20462024-11-27T19:37:57.541Z Checking console v0.15.8
20472024-11-27T19:37:58.125Z Checking cookie_store v0.21.0
20482024-11-27T19:37:58.686Z Checking flate2 v1.0.34
20492024-11-27T19:37:58.824Z Checking signal-hook-mio v0.2.4
20502024-11-27T19:37:58.954Z Checking hyper-rustls v0.27.3
20512024-11-27T19:37:58.971Z Checking hickory-resolver v0.24.1
20522024-11-27T19:37:59.053Z Checking backtrace v0.3.74
20532024-11-27T19:37:59.207Z Checking elliptic-curve v0.13.8
20542024-11-27T19:37:59.296Z Checking bzip2 v0.4.4
20552024-11-27T19:37:59.323Z Checking phf v0.11.2
20562024-11-27T19:37:59.587Z Checking rayon v1.10.0
20572024-11-27T19:37:59.589Z Checking hyper-tls v0.6.0
20582024-11-27T19:37:59.641Z Checking anyhow v1.0.93
20592024-11-27T19:37:59.656Z Checking dropshot v0.12.0
20602024-11-27T19:37:59.837Z Checking num-bigint-dig v0.8.4
20612024-11-27T19:37:59.897Z Checking tokio-tungstenite v0.24.0
20622024-11-27T19:38:00.019Z Checking postgres-types v0.2.8
20632024-11-27T19:38:00.247Z Checking toml_edit v0.19.15
20642024-11-27T19:38:00.360Z Checking regex v1.11.1
20652024-11-27T19:38:00.383Z Checking bstr v1.10.0
20662024-11-27T19:38:00.608Z Checking ed25519 v2.2.3
20672024-11-27T19:38:00.735Z Checking tokio-stream v0.1.16
20682024-11-27T19:38:00.910Z Checking phf_shared v0.10.0
20692024-11-27T19:38:01.041Z Checking curve25519-dalek v4.1.3
20702024-11-27T19:38:01.227Z Checking zerocopy v0.6.6
20712024-11-27T19:38:01.362Z Checking pkcs1 v0.7.5
20722024-11-27T19:38:01.611Z Checking hubpack v0.1.2
20732024-11-27T19:38:01.798Z Checking portable-atomic v1.9.0
20742024-11-27T19:38:01.928Z Checking float-cmp v0.9.0
20752024-11-27T19:38:01.972Z Checking serde-big-array v0.5.1
20762024-11-27T19:38:02.007Z Checking rfc6979 v0.4.0
20772024-11-27T19:38:02.111Z Checking sync_wrapper v1.0.1
20782024-11-27T19:38:02.181Z Checking precomputed-hash v0.1.1
20792024-11-27T19:38:02.200Z Checking minimal-lexical v0.2.1
20802024-11-27T19:38:02.251Z Checking number_prefix v0.4.0
20812024-11-27T19:38:02.295Z Checking normalize-line-endings v0.3.0
20822024-11-27T19:38:02.415Z Checking unicode-segmentation v1.12.0
20832024-11-27T19:38:02.450Z Checking whoami v1.5.2
20842024-11-27T19:38:02.590Z Checking fixedbitset v0.4.2
20852024-11-27T19:38:02.709Z Checking static_assertions v1.1.0
20862024-11-27T19:38:02.732Z Checking new_debug_unreachable v1.0.6
20872024-11-27T19:38:02.803Z Checking difflib v0.4.0
20882024-11-27T19:38:02.819Z Checking unicode-width v0.2.0
20892024-11-27T19:38:02.834Z Checking bit-vec v0.6.3
20902024-11-27T19:38:02.854Z Checking predicates-core v1.0.8
20912024-11-27T19:38:02.903Z Checking ed25519-dalek v2.1.1
20922024-11-27T19:38:03.033Z Checking petgraph v0.6.5
20932024-11-27T19:38:03.081Z Checking similar v2.6.0
20942024-11-27T19:38:03.111Z Checking predicates v3.1.2
20952024-11-27T19:38:03.138Z Checking bit-set v0.5.3
20962024-11-27T19:38:03.278Z Checking string_cache v0.8.7
20972024-11-27T19:38:03.307Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20982024-11-27T19:38:03.382Z Checking qorb v0.2.1
20992024-11-27T19:38:03.399Z Checking tokio-postgres v0.7.12
21002024-11-27T19:38:03.523Z Checking indicatif v0.17.9
21012024-11-27T19:38:03.552Z Checking toml v0.7.8
21022024-11-27T19:38:03.789Z Checking nom v7.1.3
21032024-11-27T19:38:03.911Z Checking reqwest v0.12.9
21042024-11-27T19:38:04.261Z Checking ecdsa v0.16.9
21052024-11-27T19:38:04.290Z Checking rsa v0.9.6
21062024-11-27T19:38:04.992Z Checking clap v4.5.21
21072024-11-27T19:38:05.118Z Checking zip v0.6.6
21082024-11-27T19:38:05.403Z Checking crossterm v0.28.1
21092024-11-27T19:38:05.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21102024-11-27T19:38:05.825Z Checking itertools v0.12.1
21112024-11-27T19:38:05.841Z Checking itertools v0.10.5
21122024-11-27T19:38:06.044Z Checking fs-err v2.11.0
21132024-11-27T19:38:06.295Z Checking ahash v0.8.11
21142024-11-27T19:38:06.508Z Checking x509-cert v0.2.5
21152024-11-27T19:38:06.603Z Checking hex v0.4.3
21162024-11-27T19:38:06.743Z Checking semver v1.0.23
21172024-11-27T19:38:06.884Z Checking peg-runtime v0.8.3
21182024-11-27T19:38:07.119Z Checking lalrpop-util v0.19.12
21192024-11-27T19:38:07.125Z Checking sigpipe v0.1.3
21202024-11-27T19:38:08.243Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21212024-11-27T19:38:08.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s
21222024-11-27T19:38:08.729Z
21232024-11-27T19:38:08.729Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21242024-11-27T19:38:09.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-11-27T19:38:09.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-11-27T19:38:09.399Z Compiling hashbrown v0.14.5
21272024-11-27T19:38:09.520Z Checking heck v0.5.0
21282024-11-27T19:38:09.534Z Compiling unsafe-libyaml v0.2.11
21292024-11-27T19:38:09.548Z Compiling ident_case v1.0.1
21302024-11-27T19:38:09.550Z Checking progenitor-client v0.8.0
21312024-11-27T19:38:09.575Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21322024-11-27T19:38:09.589Z Compiling proc-macro-crate v1.3.1
21332024-11-27T19:38:09.691Z Compiling darling_core v0.20.10
21342024-11-27T19:38:09.718Z Checking ipnetwork v0.20.0
21352024-11-27T19:38:09.913Z Compiling structmeta-derive v0.3.0
21362024-11-27T19:38:09.931Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21372024-11-27T19:38:10.082Z Compiling newtype-uuid v1.1.3
21382024-11-27T19:38:10.265Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-11-27T19:38:10.394Z Compiling lzma-sys v0.1.20
21402024-11-27T19:38:10.617Z Compiling foreign-types-macros v0.2.3
21412024-11-27T19:38:10.652Z Checking regress v0.10.1
21422024-11-27T19:38:10.725Z Compiling num_enum_derive v0.5.11
21432024-11-27T19:38:11.178Z Compiling serde_yaml v0.9.34+deprecated
21442024-11-27T19:38:11.424Z Compiling dropshot v0.13.0
21452024-11-27T19:38:11.717Z Checking foreign-types-shared v0.3.1
21462024-11-27T19:38:11.833Z Checking arc-swap v1.7.1
21472024-11-27T19:38:11.945Z Checking foreign-types v0.5.0
21482024-11-27T19:38:12.178Z Compiling proc-macro-error v1.0.4
21492024-11-27T19:38:12.256Z Checking slog-scope v4.4.0
21502024-11-27T19:38:12.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21512024-11-27T19:38:12.886Z Compiling structmeta v0.3.0
21522024-11-27T19:38:12.976Z Checking tungstenite v0.21.0
21532024-11-27T19:38:13.016Z Compiling heck v0.3.3
21542024-11-27T19:38:13.332Z Compiling parse-display-derive v0.10.0
21552024-11-27T19:38:13.360Z Checking num_enum v0.5.11
21562024-11-27T19:38:13.413Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21572024-11-27T19:38:13.509Z Compiling dropshot_endpoint v0.13.0
21582024-11-27T19:38:13.905Z Checking cstr-argument v0.1.2
21592024-11-27T19:38:14.075Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-11-27T19:38:14.245Z Checking instant v0.1.13
21612024-11-27T19:38:14.276Z Checking typify-impl v0.2.0
21622024-11-27T19:38:14.356Z Checking fastrand v2.1.1
21632024-11-27T19:38:14.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21642024-11-27T19:38:15.114Z Checking pretty-hex v0.2.1
21652024-11-27T19:38:15.275Z Checking base64 v0.21.7
21662024-11-27T19:38:15.596Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21672024-11-27T19:38:15.792Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682024-11-27T19:38:15.868Z Checking tempfile v3.13.0
21692024-11-27T19:38:15.975Z Checking backoff v0.4.0
21702024-11-27T19:38:16.038Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21712024-11-27T19:38:16.198Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-11-27T19:38:16.273Z Checking tokio-tungstenite v0.21.0
21732024-11-27T19:38:16.295Z Checking strum v0.26.3
21742024-11-27T19:38:16.460Z Compiling zone_cfg_derive v0.1.2
21752024-11-27T19:38:16.526Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21762024-11-27T19:38:16.813Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21772024-11-27T19:38:16.830Z Compiling darling_macro v0.20.10
21782024-11-27T19:38:16.844Z Checking slog-stdlog v4.1.1
21792024-11-27T19:38:17.049Z Checking regress v0.9.1
21802024-11-27T19:38:17.189Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21812024-11-27T19:38:17.303Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21822024-11-27T19:38:17.333Z Checking colored v2.1.0
21832024-11-27T19:38:17.597Z Checking macaddr v1.0.1
21842024-11-27T19:38:17.632Z Checking base64 v0.13.1
21852024-11-27T19:38:17.789Z Compiling darling v0.20.10
21862024-11-27T19:38:17.914Z Compiling serde_with_macros v3.11.0
21872024-11-27T19:38:17.961Z Checking zone v0.1.8
21882024-11-27T19:38:18.025Z Checking ron v0.7.1
21892024-11-27T19:38:18.042Z Checking parse-display v0.10.0
21902024-11-27T19:38:18.279Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-11-27T19:38:18.608Z Checking xz2 v0.1.7
21922024-11-27T19:38:18.770Z Checking slog-envlogger v2.2.0
21932024-11-27T19:38:18.903Z Checking tabwriter v1.4.0
21942024-11-27T19:38:18.994Z Checking xattr v1.3.1
21952024-11-27T19:38:19.132Z Checking pem v3.0.4
21962024-11-27T19:38:19.202Z Checking yasna v0.5.2
21972024-11-27T19:38:19.230Z Checking headers-core v0.3.0
21982024-11-27T19:38:19.378Z Checking smf v0.2.3
21992024-11-27T19:38:19.394Z Checking filetime v0.2.25
22002024-11-27T19:38:19.611Z Checking same-file v1.0.6
22012024-11-27T19:38:19.782Z Checking walkdir v2.5.0
22022024-11-27T19:38:19.849Z Checking tar v0.4.42
22032024-11-27T19:38:19.905Z Checking headers v0.4.0
22042024-11-27T19:38:20.071Z Checking camino-tempfile v1.1.1
22052024-11-27T19:38:20.088Z Checking rcgen v0.12.1
22062024-11-27T19:38:20.358Z Checking atomicwrites v0.4.4
22072024-11-27T19:38:20.571Z Checking subprocess v0.2.9
22082024-11-27T19:38:20.789Z Checking serde_with v3.11.0
22092024-11-27T19:38:24.876Z Compiling typify-macro v0.2.0
22102024-11-27T19:38:26.770Z Compiling typify v0.2.0
22112024-11-27T19:38:26.847Z Compiling progenitor-impl v0.8.0
22122024-11-27T19:38:30.060Z Compiling progenitor-macro v0.8.0
22132024-11-27T19:38:35.336Z Checking progenitor v0.8.0
22142024-11-27T19:38:35.491Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22152024-11-27T19:38:35.493Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162024-11-27T19:38:38.234Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22172024-11-27T19:38:38.525Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22182024-11-27T19:38:45.085Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22192024-11-27T19:38:46.692Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-11-27T19:38:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.20s
22212024-11-27T19:38:48.128Z
22222024-11-27T19:38:48.128Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22232024-11-27T19:38:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-11-27T19:38:48.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-11-27T19:38:48.795Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-11-27T19:38:50.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
22272024-11-27T19:38:50.371Z
22282024-11-27T19:38:50.371Zinfo: running `cargo check --bins` on nexus-config (31/173)
22292024-11-27T19:38:50.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-11-27T19:38:50.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-11-27T19:38:50.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-11-27T19:38:50.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22332024-11-27T19:38:51.011Z
22342024-11-27T19:38:51.011Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22352024-11-27T19:38:51.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-11-27T19:38:51.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-11-27T19:38:51.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-11-27T19:38:51.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22392024-11-27T19:38:51.631Z
22402024-11-27T19:38:51.631Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22412024-11-27T19:38:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-11-27T19:38:52.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-11-27T19:38:52.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-11-27T19:38:52.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22452024-11-27T19:38:52.273Z
22462024-11-27T19:38:52.273Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22472024-11-27T19:38:52.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-11-27T19:38:52.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-11-27T19:38:52.966Z Compiling zerocopy v0.8.10
22502024-11-27T19:38:52.967Z Compiling progenitor-client v0.8.0
22512024-11-27T19:38:52.975Z Compiling itertools v0.13.0
22522024-11-27T19:38:52.975Z Compiling zerocopy-derive v0.8.10
22532024-11-27T19:38:52.975Z Compiling heapless v0.8.0
22542024-11-27T19:38:52.975Z Compiling newtype-uuid v1.1.3
22552024-11-27T19:38:52.975Z Compiling ipnetwork v0.20.0
22562024-11-27T19:38:52.975Z Checking hash32 v0.3.1
22572024-11-27T19:38:53.321Z Compiling instant v0.1.13
22582024-11-27T19:38:53.408Z Compiling smoltcp v0.11.0
22592024-11-27T19:38:53.475Z Compiling progenitor v0.8.0
22602024-11-27T19:38:53.566Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-11-27T19:38:53.742Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22622024-11-27T19:38:53.967Z Compiling backoff v0.4.0
22632024-11-27T19:38:54.006Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642024-11-27T19:38:54.154Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652024-11-27T19:38:54.327Z Compiling dropshot v0.13.0
22662024-11-27T19:38:54.344Z Compiling serde_with v3.11.0
22672024-11-27T19:38:54.347Z Compiling parse-display v0.10.0
22682024-11-27T19:38:54.347Z Checking num-rational v0.4.2
22692024-11-27T19:38:54.898Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702024-11-27T19:38:55.066Z Compiling regress v0.9.1
22712024-11-27T19:38:55.082Z Compiling phf_generator v0.11.2
22722024-11-27T19:38:55.270Z Checking num-complex v0.4.6
22732024-11-27T19:38:56.144Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-11-27T19:38:56.819Z Compiling macaddr v1.0.1
22752024-11-27T19:38:57.253Z Checking cobs v0.2.3
22762024-11-27T19:38:57.358Z Compiling num v0.4.3
22772024-11-27T19:38:57.455Z Checking postcard v1.0.10
22782024-11-27T19:38:57.588Z Compiling phf_codegen v0.11.2
22792024-11-27T19:38:58.042Z Compiling parse-zoneinfo v0.3.1
22802024-11-27T19:38:58.464Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22812024-11-27T19:38:58.747Z Compiling convert_case v0.4.0
22822024-11-27T19:38:59.146Z Checking float-ord v0.3.2
22832024-11-27T19:38:59.298Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22842024-11-27T19:38:59.766Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22852024-11-27T19:39:00.059Z Compiling derive_more v0.99.18
22862024-11-27T19:39:00.101Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22872024-11-27T19:39:00.337Z Compiling chrono-tz-build v0.4.0
22882024-11-27T19:39:00.934Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22892024-11-27T19:39:01.851Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22902024-11-27T19:39:01.867Z Compiling crucible-workspace-hack v0.1.0
22912024-11-27T19:39:02.042Z Compiling chrono-tz v0.10.0
22922024-11-27T19:39:02.159Z Checking newline-converter v0.3.0
22932024-11-27T19:39:02.176Z Checking prettyplease v0.2.25
22942024-11-27T19:39:02.327Z Compiling slog-dtrace v0.3.0
22952024-11-27T19:39:02.612Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22962024-11-27T19:39:02.915Z Checking expectorate v1.1.0
22972024-11-27T19:39:03.276Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22982024-11-27T19:39:03.348Z Compiling zone_cfg_derive v0.3.0
22992024-11-27T19:39:03.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23002024-11-27T19:39:03.838Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23012024-11-27T19:39:03.840Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23022024-11-27T19:39:04.033Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-11-27T19:39:04.790Z Compiling const_format_proc_macros v0.2.33
23042024-11-27T19:39:04.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23052024-11-27T19:39:04.969Z Compiling num-derive v0.4.2
23062024-11-27T19:39:05.021Z Checking highway v1.2.0
23072024-11-27T19:39:05.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23082024-11-27T19:39:05.765Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-11-27T19:39:06.043Z Checking zone v0.3.0
23102024-11-27T19:39:06.343Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23112024-11-27T19:39:06.834Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23122024-11-27T19:39:07.066Z Checking const_format v0.2.33
23132024-11-27T19:39:07.308Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23142024-11-27T19:39:07.331Z Checking gethostname v0.5.0
23152024-11-27T19:39:07.452Z Checking bcs v0.1.6
23162024-11-27T19:39:07.510Z Compiling async-recursion v1.1.1
23172024-11-27T19:39:07.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23182024-11-27T19:39:07.956Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23192024-11-27T19:39:07.959Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-11-27T19:39:09.297Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23212024-11-27T19:39:09.817Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23222024-11-27T19:39:15.429Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232024-11-27T19:39:18.707Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23242024-11-27T19:39:21.378Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23252024-11-27T19:39:22.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.30s
23262024-11-27T19:39:22.768Z
23272024-11-27T19:39:22.768Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23282024-11-27T19:39:23.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-11-27T19:39:23.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-11-27T19:39:23.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-11-27T19:39:23.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23322024-11-27T19:39:23.400Z
23332024-11-27T19:39:23.400Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23342024-11-27T19:39:23.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-11-27T19:39:23.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-11-27T19:39:23.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-11-27T19:39:23.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23382024-11-27T19:39:24.041Z
23392024-11-27T19:39:24.041Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23402024-11-27T19:39:24.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-11-27T19:39:24.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-11-27T19:39:24.694Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23432024-11-27T19:39:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23442024-11-27T19:39:25.511Z
23452024-11-27T19:39:25.511Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23462024-11-27T19:39:26.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-11-27T19:39:26.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-11-27T19:39:26.347Z Compiling cfg_aliases v0.1.1
23492024-11-27T19:39:26.349Z Compiling vte_generate_state_changes v0.1.2
23502024-11-27T19:39:26.350Z Checking fd-lock v4.0.2
23512024-11-27T19:39:26.350Z Checking nibble_vec v0.1.0
23522024-11-27T19:39:26.350Z Checking endian-type v0.1.2
23532024-11-27T19:39:26.350Z Checking bytecount v0.6.8
23542024-11-27T19:39:26.350Z Compiling tabled_derive v0.7.0
23552024-11-27T19:39:26.350Z Compiling peg-macros v0.8.4
23562024-11-27T19:39:26.360Z Compiling nix v0.28.0
23572024-11-27T19:39:26.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23582024-11-27T19:39:26.457Z Checking papergrid v0.11.0
23592024-11-27T19:39:26.472Z Compiling sqlparser_derive v0.2.2
23602024-11-27T19:39:26.489Z Checking radix_trie v0.2.1
23612024-11-27T19:39:26.869Z Checking vte v0.11.1
23622024-11-27T19:39:26.889Z Checking unicode_categories v0.1.1
23632024-11-27T19:39:27.182Z Checking nu-ansi-term v0.50.1
23642024-11-27T19:39:27.573Z Checking home v0.5.9
23652024-11-27T19:39:27.607Z Checking sqlparser v0.45.0
23662024-11-27T19:39:27.631Z Checking sqlformat v0.2.6
23672024-11-27T19:39:27.722Z Checking display-error-chain v0.2.2
23682024-11-27T19:39:28.152Z Checking strip-ansi-escapes v0.2.0
23692024-11-27T19:39:28.301Z Checking reedline v0.35.0
23702024-11-27T19:39:28.739Z Checking tabled v0.15.0
23712024-11-27T19:39:29.127Z Checking peg v0.8.4
23722024-11-27T19:39:29.703Z Checking rustyline v14.0.0
23732024-11-27T19:39:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
23742024-11-27T19:39:38.325Z
23752024-11-27T19:39:38.325Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23762024-11-27T19:39:38.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-11-27T19:39:38.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-11-27T19:39:38.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23792024-11-27T19:39:44.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
23802024-11-27T19:39:44.220Z
23812024-11-27T19:39:44.220Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23822024-11-27T19:39:44.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-11-27T19:39:44.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-11-27T19:39:44.893Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-11-27T19:39:48.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
23862024-11-27T19:39:48.788Z
23872024-11-27T19:39:48.788Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23882024-11-27T19:39:49.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-11-27T19:39:49.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-11-27T19:39:49.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-11-27T19:39:54.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
23922024-11-27T19:39:54.377Z
23932024-11-27T19:39:54.377Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23942024-11-27T19:39:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-11-27T19:39:54.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-11-27T19:39:55.050Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-11-27T19:39:59.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
23982024-11-27T19:39:59.961Z
23992024-11-27T19:39:59.961Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24002024-11-27T19:40:00.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-11-27T19:40:00.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-11-27T19:40:00.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-11-27T19:40:04.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
24042024-11-27T19:40:04.745Z
24052024-11-27T19:40:04.745Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24062024-11-27T19:40:05.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-11-27T19:40:05.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-11-27T19:40:05.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-11-27T19:40:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
24102024-11-27T19:40:09.623Z
24112024-11-27T19:40:09.623Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24122024-11-27T19:40:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-11-27T19:40:10.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-11-27T19:40:10.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-11-27T19:40:15.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24162024-11-27T19:40:15.374Z
24172024-11-27T19:40:15.374Zinfo: running `cargo check --bins` on oximeter (46/173)
24182024-11-27T19:40:15.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-11-27T19:40:15.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-11-27T19:40:15.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-11-27T19:40:15.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24222024-11-27T19:40:16.006Z
24232024-11-27T19:40:16.006Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24242024-11-27T19:40:16.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-11-27T19:40:16.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-11-27T19:40:16.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-11-27T19:40:16.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24282024-11-27T19:40:16.614Z
24292024-11-27T19:40:16.614Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24302024-11-27T19:40:17.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-11-27T19:40:17.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-11-27T19:40:17.251Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24332024-11-27T19:40:17.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24342024-11-27T19:40:17.867Z
24352024-11-27T19:40:17.867Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24362024-11-27T19:40:18.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-11-27T19:40:18.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-11-27T19:40:18.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-11-27T19:40:18.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24402024-11-27T19:40:18.491Z
24412024-11-27T19:40:18.491Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24422024-11-27T19:40:19.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-11-27T19:40:19.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-11-27T19:40:19.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-11-27T19:40:19.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24462024-11-27T19:40:19.123Z
24472024-11-27T19:40:19.123Zinfo: running `cargo check --bins` on oxql-types (51/173)
24482024-11-27T19:40:19.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-11-27T19:40:19.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-11-27T19:40:19.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-11-27T19:40:19.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24522024-11-27T19:40:19.755Z
24532024-11-27T19:40:19.756Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24542024-11-27T19:40:20.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-11-27T19:40:20.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-11-27T19:40:20.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-11-27T19:40:20.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24582024-11-27T19:40:20.410Z
24592024-11-27T19:40:20.410Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24602024-11-27T19:40:20.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-11-27T19:40:20.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-11-27T19:40:20.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-11-27T19:40:20.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24642024-11-27T19:40:21.043Z
24652024-11-27T19:40:21.044Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24662024-11-27T19:40:21.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-11-27T19:40:21.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-11-27T19:40:21.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-11-27T19:40:21.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24702024-11-27T19:40:21.691Z
24712024-11-27T19:40:21.691Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24722024-11-27T19:40:22.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-11-27T19:40:22.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-11-27T19:40:22.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-11-27T19:40:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762024-11-27T19:40:22.321Z
24772024-11-27T19:40:22.321Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24782024-11-27T19:40:22.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-11-27T19:40:22.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-11-27T19:40:22.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-11-27T19:40:22.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24822024-11-27T19:40:22.958Z
24832024-11-27T19:40:22.958Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24842024-11-27T19:40:23.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-11-27T19:40:23.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-11-27T19:40:23.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-11-27T19:40:23.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882024-11-27T19:40:23.586Z
24892024-11-27T19:40:23.586Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24902024-11-27T19:40:24.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-11-27T19:40:24.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-11-27T19:40:24.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-11-27T19:40:24.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24942024-11-27T19:40:24.199Z
24952024-11-27T19:40:24.199Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24962024-11-27T19:40:24.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-11-27T19:40:24.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-11-27T19:40:24.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-11-27T19:40:24.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25002024-11-27T19:40:24.839Z
25012024-11-27T19:40:24.840Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25022024-11-27T19:40:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-11-27T19:40:25.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-11-27T19:40:25.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-11-27T19:40:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25062024-11-27T19:40:25.465Z
25072024-11-27T19:40:25.465Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25082024-11-27T19:40:26.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-11-27T19:40:26.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-11-27T19:40:26.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-11-27T19:40:26.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25122024-11-27T19:40:26.095Z
25132024-11-27T19:40:26.095Zinfo: running `cargo check --bins` on dpd-client (62/173)
25142024-11-27T19:40:26.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-11-27T19:40:26.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-11-27T19:40:26.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-11-27T19:40:26.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25182024-11-27T19:40:26.717Z
25192024-11-27T19:40:26.717Zinfo: running `cargo check --bins` on gateway-client (63/173)
25202024-11-27T19:40:27.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-11-27T19:40:27.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-11-27T19:40:27.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-11-27T19:40:27.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25242024-11-27T19:40:27.333Z
25252024-11-27T19:40:27.333Zinfo: running `cargo check --bins` on installinator-client (64/173)
25262024-11-27T19:40:27.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-11-27T19:40:27.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-11-27T19:40:27.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-11-27T19:40:27.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25302024-11-27T19:40:27.973Z
25312024-11-27T19:40:27.973Zinfo: running `cargo check --bins` on installinator-common (65/173)
25322024-11-27T19:40:28.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-11-27T19:40:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-11-27T19:40:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-11-27T19:40:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25362024-11-27T19:40:28.613Z
25372024-11-27T19:40:28.613Zinfo: running `cargo check --bins` on update-engine (66/173)
25382024-11-27T19:40:29.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-11-27T19:40:29.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-11-27T19:40:29.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-11-27T19:40:29.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25422024-11-27T19:40:29.223Z
25432024-11-27T19:40:29.223Zinfo: running `cargo check --bins` on nexus-client (67/173)
25442024-11-27T19:40:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-11-27T19:40:29.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-11-27T19:40:29.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-11-27T19:40:29.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25482024-11-27T19:40:29.872Z
25492024-11-27T19:40:29.872Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25502024-11-27T19:40:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-11-27T19:40:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-11-27T19:40:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-11-27T19:40:30.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25542024-11-27T19:40:30.512Z
25552024-11-27T19:40:30.512Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25562024-11-27T19:40:31.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-11-27T19:40:31.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-11-27T19:40:31.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-11-27T19:40:31.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25602024-11-27T19:40:31.128Z
25612024-11-27T19:40:31.128Zinfo: running `cargo check --bins` on nexus-types (70/173)
25622024-11-27T19:40:31.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-11-27T19:40:31.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-11-27T19:40:31.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-11-27T19:40:31.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25662024-11-27T19:40:31.777Z
25672024-11-27T19:40:31.777Zinfo: running `cargo check --bins` on oxide-client (71/173)
25682024-11-27T19:40:32.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-11-27T19:40:32.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-11-27T19:40:32.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-11-27T19:40:32.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25722024-11-27T19:40:32.391Z
25732024-11-27T19:40:32.391Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25742024-11-27T19:40:32.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-11-27T19:40:32.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-11-27T19:40:32.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-11-27T19:40:32.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25782024-11-27T19:40:33.020Z
25792024-11-27T19:40:33.020Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25802024-11-27T19:40:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-11-27T19:40:33.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-11-27T19:40:33.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-11-27T19:40:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25842024-11-27T19:40:33.632Z
25852024-11-27T19:40:33.632Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25862024-11-27T19:40:34.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-11-27T19:40:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-11-27T19:40:34.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-11-27T19:40:34.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25902024-11-27T19:40:34.273Z
25912024-11-27T19:40:34.273Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25922024-11-27T19:40:34.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-11-27T19:40:34.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-11-27T19:40:34.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-11-27T19:40:34.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25962024-11-27T19:40:34.936Z
25972024-11-27T19:40:34.936Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25982024-11-27T19:40:35.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-11-27T19:40:35.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-11-27T19:40:35.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-11-27T19:40:35.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26022024-11-27T19:40:35.590Z
26032024-11-27T19:40:35.590Zinfo: running `cargo check --bins` on wicket-common (77/173)
26042024-11-27T19:40:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-11-27T19:40:36.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-11-27T19:40:36.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-11-27T19:40:36.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26082024-11-27T19:40:36.238Z
26092024-11-27T19:40:36.238Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26102024-11-27T19:40:36.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-11-27T19:40:36.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-11-27T19:40:36.905Z Checking csv-core v0.1.11
26132024-11-27T19:40:36.905Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26142024-11-27T19:40:36.908Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26152024-11-27T19:40:37.223Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26162024-11-27T19:40:37.235Z Checking csv v1.3.0
26172024-11-27T19:40:37.807Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26182024-11-27T19:40:38.137Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26192024-11-27T19:40:39.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
26202024-11-27T19:40:39.581Z
26212024-11-27T19:40:39.581Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26222024-11-27T19:40:40.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-11-27T19:40:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-11-27T19:40:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-11-27T19:40:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26262024-11-27T19:40:40.213Z
26272024-11-27T19:40:40.213Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26282024-11-27T19:40:40.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-11-27T19:40:40.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-11-27T19:40:40.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-11-27T19:40:40.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26322024-11-27T19:40:40.839Z
26332024-11-27T19:40:40.839Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26342024-11-27T19:40:41.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-11-27T19:40:41.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-11-27T19:40:41.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-11-27T19:40:41.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26382024-11-27T19:40:41.586Z
26392024-11-27T19:40:41.586Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26402024-11-27T19:40:42.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-11-27T19:40:42.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-11-27T19:40:42.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-11-27T19:40:42.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26442024-11-27T19:40:42.310Z
26452024-11-27T19:40:42.310Zinfo: running `cargo check --bins` on dns-server (83/173)
26462024-11-27T19:40:42.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-11-27T19:40:42.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-11-27T19:40:42.956Z Compiling parking_lot_core v0.8.6
26492024-11-27T19:40:42.956Z Checking fxhash v0.2.1
26502024-11-27T19:40:42.959Z Checking hickory-server v0.24.1
26512024-11-27T19:40:42.959Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26522024-11-27T19:40:42.959Z Checking hickory-client v0.24.1
26532024-11-27T19:40:43.667Z Checking parking_lot v0.11.2
26542024-11-27T19:40:43.798Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26552024-11-27T19:40:43.798Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26562024-11-27T19:40:43.910Z Checking sled v0.34.7
26572024-11-27T19:40:45.657Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26582024-11-27T19:40:46.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
26592024-11-27T19:40:47.110Z
26602024-11-27T19:40:47.110Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26612024-11-27T19:40:47.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-11-27T19:40:47.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-11-27T19:40:47.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-11-27T19:40:47.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26652024-11-27T19:40:47.738Z
26662024-11-27T19:40:47.738Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26672024-11-27T19:40:48.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-27T19:40:48.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-27T19:40:48.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-11-27T19:40:48.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26712024-11-27T19:40:48.417Z
26722024-11-27T19:40:48.417Zinfo: running `cargo check --bins` on gateway-types (86/173)
26732024-11-27T19:40:48.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-11-27T19:40:48.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-11-27T19:40:48.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-11-27T19:40:48.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26772024-11-27T19:40:49.055Z
26782024-11-27T19:40:49.055Zinfo: running `cargo check --bins` on ipcc (87/173)
26792024-11-27T19:40:49.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-11-27T19:40:49.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-11-27T19:40:49.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-11-27T19:40:49.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26832024-11-27T19:40:49.691Z
26842024-11-27T19:40:49.691Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26852024-11-27T19:40:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-11-27T19:40:50.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-11-27T19:40:50.385Z Compiling radium v0.7.0
26882024-11-27T19:40:50.385Z Compiling semver v0.1.20
26892024-11-27T19:40:50.595Z Checking tap v1.0.1
26902024-11-27T19:40:50.599Z Compiling maybe-uninit v2.0.0
26912024-11-27T19:40:50.599Z Checking password-hash v0.5.0
26922024-11-27T19:40:50.599Z Checking blake2 v0.10.6
26932024-11-27T19:40:50.599Z Checking crc-catalog v2.4.0
26942024-11-27T19:40:50.599Z Checking funty v2.0.0
26952024-11-27T19:40:50.639Z Checking wyz v0.5.1
26962024-11-27T19:40:50.664Z Compiling cancel-safe-futures v0.1.5
26972024-11-27T19:40:50.920Z Compiling rustc_version v0.1.7
26982024-11-27T19:40:50.982Z Compiling owo-colors v4.1.0
26992024-11-27T19:40:50.998Z Compiling packed_struct v0.10.1
27002024-11-27T19:40:51.109Z Checking argon2 v0.5.3
27012024-11-27T19:40:51.125Z Checking crc v3.2.1
27022024-11-27T19:40:51.183Z Compiling packed_struct_codegen v0.10.1
27032024-11-27T19:40:51.258Z Compiling indexmap v1.9.3
27042024-11-27T19:40:51.341Z Checking half v2.4.1
27052024-11-27T19:40:51.401Z Compiling newtype_derive v0.1.6
27062024-11-27T19:40:51.459Z Checking bitvec v1.0.1
27072024-11-27T19:40:51.532Z Checking nodrop v0.1.14
27082024-11-27T19:40:51.548Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-11-27T19:40:51.565Z Checking ciborium-io v0.2.2
27102024-11-27T19:40:51.661Z Checking array-init v0.0.4
27112024-11-27T19:40:51.772Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27122024-11-27T19:40:51.798Z Checking ciborium-ll v0.2.2
27132024-11-27T19:40:51.854Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27142024-11-27T19:40:51.871Z Checking smallvec v0.6.14
27152024-11-27T19:40:52.105Z Checking libsw v3.3.1
27162024-11-27T19:40:52.287Z Compiling memoffset v0.9.1
27172024-11-27T19:40:52.390Z Checking hashbrown v0.12.3
27182024-11-27T19:40:52.508Z Checking swrite v0.1.0
27192024-11-27T19:40:52.582Z Checking bitfield v0.14.0
27202024-11-27T19:40:52.606Z Checking linear-map v1.2.0
27212024-11-27T19:40:52.625Z Checking indent_write v2.2.0
27222024-11-27T19:40:52.666Z Checking termcolor v1.4.1
27232024-11-27T19:40:52.827Z Checking serde-hex v0.1.0
27242024-11-27T19:40:52.858Z Checking ron v0.8.1
27252024-11-27T19:40:53.093Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27262024-11-27T19:40:53.119Z Checking env_logger v0.10.2
27272024-11-27T19:40:53.536Z Checking ciborium v0.2.2
27282024-11-27T19:40:53.566Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27292024-11-27T19:40:54.115Z Checking steno v0.4.1
27302024-11-27T19:40:54.134Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27312024-11-27T19:40:54.182Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27322024-11-27T19:40:54.396Z Checking hashbrown v0.13.2
27332024-11-27T19:40:54.520Z Checking crc-any v2.5.0
27342024-11-27T19:40:54.735Z Checking humantime v2.1.0
27352024-11-27T19:40:54.917Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362024-11-27T19:40:55.046Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-11-27T19:40:55.411Z Checking object v0.30.4
27382024-11-27T19:40:55.426Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-11-27T19:40:55.528Z Checking path-slash v0.1.5
27402024-11-27T19:40:55.668Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27412024-11-27T19:40:55.768Z Checking nix v0.27.1
27422024-11-27T19:40:56.381Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27432024-11-27T19:40:56.516Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27442024-11-27T19:40:56.788Z Checking tungstenite v0.23.0
27452024-11-27T19:40:56.898Z Checking kstat-rs v0.2.4
27462024-11-27T19:40:57.127Z Checking signal-hook-tokio v0.3.1
27472024-11-27T19:40:57.228Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27482024-11-27T19:40:57.733Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27492024-11-27T19:40:57.759Z Checking tokio-tungstenite v0.23.1
27502024-11-27T19:40:58.459Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512024-11-27T19:40:58.490Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522024-11-27T19:41:04.995Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27532024-11-27T19:41:06.293Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27542024-11-27T19:41:09.448Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552024-11-27T19:41:15.094Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562024-11-27T19:41:15.792Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27572024-11-27T19:41:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.86s
27582024-11-27T19:41:18.748Z
27592024-11-27T19:41:18.748Zinfo: running `cargo check --bins` on gateway-api (89/173)
27602024-11-27T19:41:19.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-11-27T19:41:19.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-11-27T19:41:19.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632024-11-27T19:41:19.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27642024-11-27T19:41:19.380Z
27652024-11-27T19:41:19.380Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27662024-11-27T19:41:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-11-27T19:41:19.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-11-27T19:41:19.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-11-27T19:41:19.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27702024-11-27T19:41:19.990Z
27712024-11-27T19:41:19.990Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27722024-11-27T19:41:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-11-27T19:41:20.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-11-27T19:41:20.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-11-27T19:41:20.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27762024-11-27T19:41:20.622Z
27772024-11-27T19:41:20.623Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27782024-11-27T19:41:21.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-11-27T19:41:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-11-27T19:41:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-11-27T19:41:21.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27822024-11-27T19:41:21.261Z
27832024-11-27T19:41:21.261Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27842024-11-27T19:41:21.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-11-27T19:41:21.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-11-27T19:41:21.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-11-27T19:41:21.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27882024-11-27T19:41:21.900Z
27892024-11-27T19:41:21.900Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27902024-11-27T19:41:22.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-11-27T19:41:22.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-11-27T19:41:22.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-11-27T19:41:22.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27942024-11-27T19:41:22.540Z
27952024-11-27T19:41:22.540Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27962024-11-27T19:41:23.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-11-27T19:41:23.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-11-27T19:41:23.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-11-27T19:41:23.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28002024-11-27T19:41:23.184Z
28012024-11-27T19:41:23.184Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28022024-11-27T19:41:23.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-11-27T19:41:23.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-11-27T19:41:23.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-11-27T19:41:23.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28062024-11-27T19:41:23.822Z
28072024-11-27T19:41:23.822Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28082024-11-27T19:41:24.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-11-27T19:41:24.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-11-27T19:41:24.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-11-27T19:41:24.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28122024-11-27T19:41:24.486Z
28132024-11-27T19:41:24.486Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28142024-11-27T19:41:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-11-27T19:41:25.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-11-27T19:41:25.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-11-27T19:41:25.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28182024-11-27T19:41:25.123Z
28192024-11-27T19:41:25.123Zinfo: running `cargo check --bins` on sp-sim (99/173)
28202024-11-27T19:41:25.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-11-27T19:41:25.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-11-27T19:41:25.771Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28232024-11-27T19:41:27.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28242024-11-27T19:41:27.814Z
28252024-11-27T19:41:27.814Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28262024-11-27T19:41:28.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-11-27T19:41:28.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-11-27T19:41:28.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-11-27T19:41:28.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28302024-11-27T19:41:28.486Z
28312024-11-27T19:41:28.486Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28322024-11-27T19:41:29.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-11-27T19:41:29.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-11-27T19:41:29.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-11-27T19:41:29.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28362024-11-27T19:41:29.166Z
28372024-11-27T19:41:29.166Zinfo: running `cargo check --bins` on db-macros (102/173)
28382024-11-27T19:41:29.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-11-27T19:41:29.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-11-27T19:41:29.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-11-27T19:41:29.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28422024-11-27T19:41:29.776Z
28432024-11-27T19:41:29.776Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28442024-11-27T19:41:30.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-11-27T19:41:30.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-11-27T19:41:30.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-11-27T19:41:30.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28482024-11-27T19:41:30.396Z
28492024-11-27T19:41:30.397Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28502024-11-27T19:41:30.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-11-27T19:41:30.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-11-27T19:41:30.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-11-27T19:41:30.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28542024-11-27T19:41:31.065Z
28552024-11-27T19:41:31.065Zinfo: running `cargo check --bins` on authz-macros (105/173)
28562024-11-27T19:41:31.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-11-27T19:41:31.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-11-27T19:41:31.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-11-27T19:41:31.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28602024-11-27T19:41:31.678Z
28612024-11-27T19:41:31.678Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28622024-11-27T19:41:32.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-11-27T19:41:32.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-11-27T19:41:32.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-11-27T19:41:32.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28662024-11-27T19:41:32.337Z
28672024-11-27T19:41:32.337Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28682024-11-27T19:41:32.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-11-27T19:41:32.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-11-27T19:41:32.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-11-27T19:41:32.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-11-27T19:41:32.996Z
28732024-11-27T19:41:32.996Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28742024-11-27T19:41:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-11-27T19:41:33.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-11-27T19:41:33.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-11-27T19:41:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28782024-11-27T19:41:33.626Z
28792024-11-27T19:41:33.626Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28802024-11-27T19:41:34.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-11-27T19:41:34.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-11-27T19:41:34.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-11-27T19:41:34.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28842024-11-27T19:41:34.279Z
28852024-11-27T19:41:34.279Zinfo: running `cargo check --bins` on typed-rng (110/173)
28862024-11-27T19:41:34.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-11-27T19:41:34.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-11-27T19:41:34.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-11-27T19:41:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902024-11-27T19:41:34.889Z
28912024-11-27T19:41:34.889Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28922024-11-27T19:41:35.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-11-27T19:41:35.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-11-27T19:41:35.624Z Checking keccak v0.1.5
28952024-11-27T19:41:35.735Z Checking secrecy v0.8.0
28962024-11-27T19:41:35.737Z Compiling unicase v2.7.0
28972024-11-27T19:41:35.737Z Compiling same-file v1.0.6
28982024-11-27T19:41:35.754Z Compiling tempfile v3.13.0
28992024-11-27T19:41:35.777Z Compiling thiserror-impl-no-std v2.0.2
29002024-11-27T19:41:35.780Z Checking universal-hash v0.5.1
29012024-11-27T19:41:35.780Z Compiling ring v0.16.20
29022024-11-27T19:41:35.919Z Compiling blake3 v1.5.4
29032024-11-27T19:41:35.960Z Compiling walkdir v2.5.0
29042024-11-27T19:41:36.011Z Checking sha3 v0.10.8
29052024-11-27T19:41:36.046Z Checking opaque-debug v0.3.1
29062024-11-27T19:41:36.144Z Checking poly1305 v0.8.0
29072024-11-27T19:41:36.190Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29082024-11-27T19:41:36.430Z Checking chacha20 v0.9.1
29092024-11-27T19:41:36.486Z Checking aead v0.5.2
29102024-11-27T19:41:36.615Z Compiling memmap2 v0.9.5
29112024-11-27T19:41:36.649Z Compiling arrayref v0.3.9
29122024-11-27T19:41:36.668Z Compiling constant_time_eq v0.3.1
29132024-11-27T19:41:36.708Z Compiling spin v0.5.2
29142024-11-27T19:41:36.750Z Compiling salty v0.3.0
29152024-11-27T19:41:36.775Z Compiling arrayvec v0.7.6
29162024-11-27T19:41:36.833Z Compiling libefi-sys v0.1.0
29172024-11-27T19:41:36.937Z Checking chacha20poly1305 v0.10.1
29182024-11-27T19:41:37.086Z Compiling toolchain_find v0.4.0
29192024-11-27T19:41:37.138Z Compiling camino-tempfile v1.1.1
29202024-11-27T19:41:37.168Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29212024-11-27T19:41:37.199Z Compiling bitfield-struct v0.6.2
29222024-11-27T19:41:37.552Z Compiling topological-sort v0.2.2
29232024-11-27T19:41:37.749Z Compiling mime_guess v2.0.5
29242024-11-27T19:41:37.752Z Compiling rustfmt-wrapper v0.2.1
29252024-11-27T19:41:38.212Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29262024-11-27T19:41:38.310Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29272024-11-27T19:41:38.348Z Checking primeorder v0.13.6
29282024-11-27T19:41:38.449Z Checking env_filter v0.1.2
29292024-11-27T19:41:38.598Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29302024-11-27T19:41:38.686Z Checking env_logger v0.11.5
29312024-11-27T19:41:38.703Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-27T19:41:38.824Z Checking p384 v0.13.0
29332024-11-27T19:41:38.946Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29342024-11-27T19:41:38.965Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29352024-11-27T19:41:39.090Z Checking thiserror-no-std v2.0.2
29362024-11-27T19:41:39.199Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29372024-11-27T19:41:39.215Z Checking vsss-rs v3.3.4
29382024-11-27T19:41:39.255Z Checking http-range v0.1.5
29392024-11-27T19:41:39.274Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-11-27T19:41:39.437Z Checking lockfree-object-pool v0.1.6
29412024-11-27T19:41:39.528Z Compiling zip v2.1.3
29422024-11-27T19:41:39.602Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29432024-11-27T19:41:39.675Z Checking simd-adler32 v0.3.7
29442024-11-27T19:41:39.744Z Checking bumpalo v3.16.0
29452024-11-27T19:41:39.869Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29462024-11-27T19:41:39.918Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29472024-11-27T19:41:40.022Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29482024-11-27T19:41:40.075Z Checking zopfli v0.8.1
29492024-11-27T19:41:40.200Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29502024-11-27T19:41:40.601Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29512024-11-27T19:41:40.649Z Checking nanorand v0.7.0
29522024-11-27T19:41:40.765Z Checking atty v0.2.14
29532024-11-27T19:41:40.783Z Checking glob v0.3.1
29542024-11-27T19:41:40.895Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29552024-11-27T19:41:41.060Z Checking flume v0.11.1
29562024-11-27T19:41:41.161Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29572024-11-27T19:41:41.361Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29582024-11-27T19:41:41.552Z Compiling omicron-zone-package v0.11.1
29592024-11-27T19:41:41.819Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29602024-11-27T19:41:42.728Z Checking hyper-staticfile v0.10.1
29612024-11-27T19:41:43.250Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29622024-11-27T19:41:43.349Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29632024-11-27T19:41:43.640Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29642024-11-27T19:41:43.717Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29652024-11-27T19:41:43.764Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29662024-11-27T19:41:43.861Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672024-11-27T19:41:44.446Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29682024-11-27T19:41:45.106Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29692024-11-27T19:41:46.036Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29702024-11-27T19:41:47.899Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29712024-11-27T19:41:47.899Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29722024-11-27T19:41:58.069Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29732024-11-27T19:42:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.61s
29742024-11-27T19:42:11.688Z
29752024-11-27T19:42:11.688Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29762024-11-27T19:42:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-11-27T19:42:12.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-11-27T19:42:12.418Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29792024-11-27T19:42:25.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
29802024-11-27T19:42:26.162Z
29812024-11-27T19:42:26.162Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29822024-11-27T19:42:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-11-27T19:42:26.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-11-27T19:42:26.895Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29852024-11-27T19:42:40.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
29862024-11-27T19:42:40.689Z
29872024-11-27T19:42:40.689Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29882024-11-27T19:42:41.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-11-27T19:42:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-11-27T19:42:41.444Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-11-27T19:42:55.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
29922024-11-27T19:42:55.597Z
29932024-11-27T19:42:55.597Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29942024-11-27T19:42:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-11-27T19:42:56.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-11-27T19:42:56.363Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29972024-11-27T19:43:10.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
29982024-11-27T19:43:10.411Z
29992024-11-27T19:43:10.411Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30002024-11-27T19:43:11.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-11-27T19:43:11.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-11-27T19:43:11.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30032024-11-27T19:43:25.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.75s
30042024-11-27T19:43:25.366Z
30052024-11-27T19:43:25.366Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30062024-11-27T19:43:25.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-11-27T19:43:25.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-11-27T19:43:26.129Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30092024-11-27T19:43:40.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
30102024-11-27T19:43:40.219Z
30112024-11-27T19:43:40.219Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30122024-11-27T19:43:40.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-11-27T19:43:40.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-11-27T19:43:40.967Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-11-27T19:43:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
30162024-11-27T19:43:54.984Z
30172024-11-27T19:43:54.984Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30182024-11-27T19:43:55.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-11-27T19:43:55.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-11-27T19:43:55.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212024-11-27T19:43:55.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30222024-11-27T19:43:55.650Z
30232024-11-27T19:43:55.650Zinfo: running `cargo check --bins` on key-manager (120/173)
30242024-11-27T19:43:56.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-11-27T19:43:56.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-11-27T19:43:56.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-11-27T19:43:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30282024-11-27T19:43:56.285Z
30292024-11-27T19:43:56.285Zinfo: running `cargo check --bins` on range-requests (121/173)
30302024-11-27T19:43:56.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-11-27T19:43:56.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-11-27T19:43:56.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-11-27T19:43:56.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30342024-11-27T19:43:56.898Z
30352024-11-27T19:43:56.898Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30362024-11-27T19:43:57.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-11-27T19:43:57.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-11-27T19:43:57.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-11-27T19:43:57.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30402024-11-27T19:43:57.533Z
30412024-11-27T19:43:57.533Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30422024-11-27T19:43:58.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-11-27T19:43:58.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-11-27T19:43:58.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-11-27T19:43:58.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30462024-11-27T19:43:58.192Z
30472024-11-27T19:43:58.192Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30482024-11-27T19:43:58.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-11-27T19:43:58.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-11-27T19:43:58.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-11-27T19:43:58.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30522024-11-27T19:43:58.836Z
30532024-11-27T19:43:58.836Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30542024-11-27T19:43:59.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-11-27T19:43:59.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-11-27T19:43:59.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-11-27T19:43:59.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30582024-11-27T19:43:59.485Z
30592024-11-27T19:43:59.486Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30602024-11-27T19:44:00.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-11-27T19:44:00.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-11-27T19:44:00.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-11-27T19:44:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30642024-11-27T19:44:00.133Z
30652024-11-27T19:44:00.133Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30662024-11-27T19:44:00.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-11-27T19:44:00.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-11-27T19:44:00.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-11-27T19:44:00.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30702024-11-27T19:44:00.790Z
30712024-11-27T19:44:00.790Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30722024-11-27T19:44:01.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-11-27T19:44:01.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-11-27T19:44:01.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-11-27T19:44:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30762024-11-27T19:44:01.442Z
30772024-11-27T19:44:01.442Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30782024-11-27T19:44:02.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-11-27T19:44:02.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-11-27T19:44:02.129Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30812024-11-27T19:44:02.129Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30822024-11-27T19:44:02.878Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30832024-11-27T19:44:04.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
30842024-11-27T19:44:04.998Z
30852024-11-27T19:44:04.999Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30862024-11-27T19:44:05.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-11-27T19:44:05.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-11-27T19:44:05.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892024-11-27T19:44:05.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30902024-11-27T19:44:05.636Z
30912024-11-27T19:44:05.636Zinfo: running `cargo check --bins` on cert-dev (131/173)
30922024-11-27T19:44:06.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-27T19:44:06.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-27T19:44:06.254Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30952024-11-27T19:44:06.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30962024-11-27T19:44:06.690Z
30972024-11-27T19:44:06.690Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
30982024-11-27T19:44:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-11-27T19:44:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-11-27T19:44:07.377Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31012024-11-27T19:44:07.377Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31022024-11-27T19:44:07.980Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31032024-11-27T19:44:08.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31042024-11-27T19:44:08.524Z
31052024-11-27T19:44:08.524Zinfo: running `cargo check --bins` on ch-dev (133/173)
31062024-11-27T19:44:09.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-11-27T19:44:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-11-27T19:44:09.189Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092024-11-27T19:44:09.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31102024-11-27T19:44:10.077Z
31112024-11-27T19:44:10.077Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31122024-11-27T19:44:10.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-11-27T19:44:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-11-27T19:44:10.728Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31152024-11-27T19:44:11.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31162024-11-27T19:44:11.277Z
31172024-11-27T19:44:11.277Zinfo: running `cargo check --bins` on db-dev (135/173)
31182024-11-27T19:44:11.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-11-27T19:44:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-11-27T19:44:11.946Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31212024-11-27T19:44:12.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31222024-11-27T19:44:12.849Z
31232024-11-27T19:44:12.849Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31242024-11-27T19:44:13.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-11-27T19:44:13.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-11-27T19:44:13.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272024-11-27T19:44:13.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31282024-11-27T19:44:13.505Z
31292024-11-27T19:44:13.505Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31302024-11-27T19:44:14.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-11-27T19:44:14.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-11-27T19:44:14.131Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31332024-11-27T19:44:15.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31342024-11-27T19:44:15.197Z
31352024-11-27T19:44:15.197Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31362024-11-27T19:44:15.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372024-11-27T19:44:15.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382024-11-27T19:44:15.822Z Checking cargo-platform v0.1.8
31392024-11-27T19:44:16.095Z Checking cargo_metadata v0.18.1
31402024-11-27T19:44:17.050Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31412024-11-27T19:44:17.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31422024-11-27T19:44:17.954Z
31432024-11-27T19:44:17.954Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31442024-11-27T19:44:18.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-11-27T19:44:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-11-27T19:44:18.674Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31472024-11-27T19:44:19.386Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31482024-11-27T19:44:19.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31492024-11-27T19:44:20.128Z
31502024-11-27T19:44:20.128Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31512024-11-27T19:44:20.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-11-27T19:44:20.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-11-27T19:44:20.917Z Compiling crunchy v0.2.2
31542024-11-27T19:44:20.917Z Compiling tiny-keccak v2.0.2
31552024-11-27T19:44:20.921Z Compiling dsl_auto_type v0.1.2
31562024-11-27T19:44:20.921Z Checking scheduled-thread-pool v0.2.7
31572024-11-27T19:44:20.921Z Compiling diesel_table_macro_syntax v0.2.0
31582024-11-27T19:44:21.073Z Compiling ascii-canvas v3.0.0
31592024-11-27T19:44:21.076Z Compiling ena v0.14.3
31602024-11-27T19:44:21.076Z Compiling diff v0.1.13
31612024-11-27T19:44:21.311Z Compiling regex-syntax v0.6.29
31622024-11-27T19:44:21.477Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31632024-11-27T19:44:21.480Z Compiling ref-cast v1.0.23
31642024-11-27T19:44:21.626Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31652024-11-27T19:44:21.685Z Compiling derive_builder_core v0.20.2
31662024-11-27T19:44:21.745Z Compiling libxml v0.3.3
31672024-11-27T19:44:21.865Z Compiling ref-cast-impl v1.0.23
31682024-11-27T19:44:22.041Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31692024-11-27T19:44:22.164Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31702024-11-27T19:44:22.201Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31712024-11-27T19:44:22.450Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31722024-11-27T19:44:22.546Z Compiling strum_macros v0.24.3
31732024-11-27T19:44:22.569Z Checking r2d2 v0.8.10
31742024-11-27T19:44:22.601Z Compiling diesel_derives v2.2.3
31752024-11-27T19:44:22.867Z Compiling samael v0.0.17
31762024-11-27T19:44:22.886Z Compiling indoc v1.0.9
31772024-11-27T19:44:23.856Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31782024-11-27T19:44:24.046Z Compiling derive_builder_macro v0.20.2
31792024-11-27T19:44:24.126Z Compiling impl-trait-for-tuples v0.2.2
31802024-11-27T19:44:24.738Z Compiling lalrpop v0.19.12
31812024-11-27T19:44:24.928Z Checking derive_builder v0.20.2
31822024-11-27T19:44:25.080Z Compiling oso-derive v0.27.3
31832024-11-27T19:44:25.585Z Checking quick-xml v0.33.0
31842024-11-27T19:44:26.190Z Compiling diesel-dtrace v0.3.0
31852024-11-27T19:44:26.307Z Checking maplit v1.0.2
31862024-11-27T19:44:26.479Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31872024-11-27T19:44:26.578Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31882024-11-27T19:44:26.865Z Checking bb8 v0.8.5
31892024-11-27T19:44:27.146Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31902024-11-27T19:44:27.324Z Checking castaway v0.2.3
31912024-11-27T19:44:27.349Z Checking rand_seeder v0.3.0
31922024-11-27T19:44:27.458Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31932024-11-27T19:44:27.506Z Checking compact_str v0.8.0
31942024-11-27T19:44:27.587Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31952024-11-27T19:44:27.789Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31962024-11-27T19:44:28.162Z Checking unicode-truncate v1.1.0
31972024-11-27T19:44:28.360Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31982024-11-27T19:44:28.400Z Checking lru v0.12.5
31992024-11-27T19:44:28.632Z Compiling instability v0.3.2
32002024-11-27T19:44:28.712Z Checking unicode-linebreak v0.1.5
32012024-11-27T19:44:29.147Z Checking smawk v0.3.2
32022024-11-27T19:44:29.271Z Checking is_ci v1.2.0
32032024-11-27T19:44:29.356Z Checking cassowary v0.3.0
32042024-11-27T19:44:29.401Z Checking supports-color v3.0.1
32052024-11-27T19:44:29.509Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062024-11-27T19:44:29.590Z Checking textwrap v0.16.1
32072024-11-27T19:44:29.760Z Checking ratatui v0.28.1
32082024-11-27T19:44:29.785Z Checking multimap v0.10.0
32092024-11-27T19:44:32.455Z Checking diesel v2.2.4
32102024-11-27T19:44:58.006Z Compiling polar-core v0.27.3
32112024-11-27T19:45:01.798Z Checking async-bb8-diesel v0.2.1
32122024-11-27T19:45:05.349Z Checking oso v0.27.3
32132024-11-27T19:46:17.089Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32142024-11-27T19:46:23.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32152024-11-27T19:46:23.364Z
32162024-11-27T19:46:23.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32172024-11-27T19:46:23.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-11-27T19:46:23.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-11-27T19:46:23.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202024-11-27T19:46:23.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32212024-11-27T19:46:24.049Z
32222024-11-27T19:46:24.049Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32232024-11-27T19:46:24.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-11-27T19:46:24.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-11-27T19:46:24.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262024-11-27T19:46:24.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32272024-11-27T19:46:24.737Z
32282024-11-27T19:46:24.737Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32292024-11-27T19:46:25.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-11-27T19:46:25.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-11-27T19:46:25.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322024-11-27T19:46:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32332024-11-27T19:46:25.359Z
32342024-11-27T19:46:25.359Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32352024-11-27T19:46:25.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-11-27T19:46:26.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-11-27T19:46:26.165Z Compiling libz-sys v1.1.20
32382024-11-27T19:46:26.281Z Compiling libgit2-sys v0.17.0+1.8.1
32392024-11-27T19:46:26.292Z Compiling vergen v8.3.2
32402024-11-27T19:46:26.295Z Compiling cargo-platform v0.1.8
32412024-11-27T19:46:26.295Z Compiling pin-project-internal v1.1.6
32422024-11-27T19:46:26.329Z Compiling libsqlite3-sys v0.30.1
32432024-11-27T19:46:26.329Z Compiling snafu-derive v0.8.5
32442024-11-27T19:46:26.332Z Compiling buf-list v1.0.3
32452024-11-27T19:46:26.560Z Compiling rustls v0.21.12
32462024-11-27T19:46:26.823Z Compiling cargo_metadata v0.18.1
32472024-11-27T19:46:26.841Z Compiling cfg_aliases v0.2.1
32482024-11-27T19:46:26.950Z Checking globset v0.4.15
32492024-11-27T19:46:26.959Z Compiling nix v0.29.0
32502024-11-27T19:46:27.074Z Checking olpc-cjson v0.1.4
32512024-11-27T19:46:27.217Z Checking rustls-webpki v0.101.7
32522024-11-27T19:46:27.298Z Checking sct v0.7.1
32532024-11-27T19:46:27.496Z Checking serde_plain v1.0.2
32542024-11-27T19:46:27.515Z Checking typed-path v0.9.3
32552024-11-27T19:46:28.074Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32562024-11-27T19:46:28.286Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32572024-11-27T19:46:28.347Z Checking hashlink v0.9.1
32582024-11-27T19:46:28.559Z Checking fallible-streaming-iterator v0.1.9
32592024-11-27T19:46:28.812Z Checking parse-size v1.1.0
32602024-11-27T19:46:28.987Z Checking fallible-iterator v0.3.0
32612024-11-27T19:46:29.346Z Checking pin-project v1.1.6
32622024-11-27T19:46:29.479Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32632024-11-27T19:46:29.483Z Checking rustls-pemfile v1.0.4
32642024-11-27T19:46:29.548Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32652024-11-27T19:46:29.626Z Checking rusqlite v0.32.1
32662024-11-27T19:46:29.681Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672024-11-27T19:46:29.955Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32682024-11-27T19:46:30.321Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32692024-11-27T19:46:30.405Z Checking twox-hash v1.6.3
32702024-11-27T19:46:30.457Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32712024-11-27T19:46:30.938Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32722024-11-27T19:46:31.081Z Checking tokio-rustls v0.24.1
32732024-11-27T19:46:31.217Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742024-11-27T19:46:31.438Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32752024-11-27T19:46:31.514Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32762024-11-27T19:46:31.805Z Checking fatfs v0.3.6
32772024-11-27T19:46:31.903Z Checking snafu v0.8.5
32782024-11-27T19:46:32.355Z Checking assert_matches v1.5.0
32792024-11-27T19:46:32.374Z Checking tough v0.19.0
32802024-11-27T19:46:36.454Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32812024-11-27T19:46:37.814Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32822024-11-27T19:46:38.689Z Compiling git2 v0.19.0
32832024-11-27T19:46:43.430Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32842024-11-27T19:47:35.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32852024-11-27T19:47:35.963Z
32862024-11-27T19:47:35.963Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32872024-11-27T19:47:36.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-27T19:47:36.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-27T19:47:36.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-11-27T19:47:36.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32912024-11-27T19:47:36.657Z
32922024-11-27T19:47:36.657Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32932024-11-27T19:47:37.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-27T19:47:37.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-27T19:47:37.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-11-27T19:47:37.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32972024-11-27T19:47:37.275Z
32982024-11-27T19:47:37.275Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
32992024-11-27T19:47:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-11-27T19:47:37.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-11-27T19:47:37.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-11-27T19:47:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33032024-11-27T19:47:37.932Z
33042024-11-27T19:47:37.932Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33052024-11-27T19:47:38.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-11-27T19:47:38.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-11-27T19:47:38.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-11-27T19:47:38.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33092024-11-27T19:47:38.605Z
33102024-11-27T19:47:38.605Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33112024-11-27T19:47:39.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-11-27T19:47:39.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-11-27T19:47:39.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-11-27T19:47:39.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33152024-11-27T19:47:39.279Z
33162024-11-27T19:47:39.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33172024-11-27T19:47:39.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-27T19:47:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-27T19:47:39.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-11-27T19:47:39.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33212024-11-27T19:47:39.959Z
33222024-11-27T19:47:39.959Zinfo: running `cargo check --bins` on update-common (151/173)
33232024-11-27T19:47:40.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-11-27T19:47:40.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-11-27T19:47:40.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-11-27T19:47:40.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33272024-11-27T19:47:40.625Z
33282024-11-27T19:47:40.625Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33292024-11-27T19:47:41.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-11-27T19:47:41.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-11-27T19:47:41.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-11-27T19:47:41.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33332024-11-27T19:47:41.298Z
33342024-11-27T19:47:41.298Zinfo: running `cargo check --bins` on tufaceous (153/173)
33352024-11-27T19:47:41.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-11-27T19:47:41.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-11-27T19:47:41.986Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33382024-11-27T19:47:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33392024-11-27T19:47:43.181Z
33402024-11-27T19:47:43.181Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33412024-11-27T19:47:43.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-11-27T19:47:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-11-27T19:47:44.057Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33442024-11-27T19:47:44.185Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452024-11-27T19:47:44.187Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33462024-11-27T19:47:44.187Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33472024-11-27T19:48:11.440Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33482024-11-27T19:48:11.443Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33492024-11-27T19:48:11.443Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33502024-11-27T19:48:11.443Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33512024-11-27T19:48:11.443Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33522024-11-27T19:48:12.229Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33532024-11-27T19:48:13.543Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33542024-11-27T19:48:52.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
33552024-11-27T19:48:52.815Z
33562024-11-27T19:48:52.815Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33572024-11-27T19:48:53.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-11-27T19:48:53.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-11-27T19:48:53.530Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33602024-11-27T19:48:53.530Z Checking heck v0.4.1
33612024-11-27T19:48:53.533Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33622024-11-27T19:48:53.778Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33632024-11-27T19:48:55.136Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33642024-11-27T19:48:56.004Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33652024-11-27T19:48:57.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
33662024-11-27T19:48:57.302Z
33672024-11-27T19:48:57.303Zinfo: running `cargo check --bins` on installinator-api (156/173)
33682024-11-27T19:48:57.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-27T19:48:57.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-27T19:48:57.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712024-11-27T19:48:57.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33722024-11-27T19:48:57.961Z
33732024-11-27T19:48:57.961Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33742024-11-27T19:48:58.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-27T19:48:58.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-27T19:48:58.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772024-11-27T19:48:58.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33782024-11-27T19:48:58.628Z
33792024-11-27T19:48:58.629Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33802024-11-27T19:48:59.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-11-27T19:48:59.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-11-27T19:48:59.308Z Compiling petname v2.0.2
33832024-11-27T19:48:59.311Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33842024-11-27T19:48:59.311Z Checking sync-ptr v0.1.1
33852024-11-27T19:49:00.741Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33862024-11-27T19:49:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
33872024-11-27T19:49:02.466Z
33882024-11-27T19:49:02.466Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33892024-11-27T19:49:03.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-11-27T19:49:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-11-27T19:49:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922024-11-27T19:49:03.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33932024-11-27T19:49:03.123Z
33942024-11-27T19:49:03.123Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33952024-11-27T19:49:03.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-11-27T19:49:03.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-11-27T19:49:03.787Z Checking memmap2 v0.9.5
33982024-11-27T19:49:03.787Z Checking constant_time_eq v0.3.1
33992024-11-27T19:49:03.790Z Checking spin v0.5.2
34002024-11-27T19:49:03.790Z Checking arrayvec v0.7.6
34012024-11-27T19:49:03.790Z Checking arrayref v0.3.9
34022024-11-27T19:49:03.893Z Checking topological-sort v0.2.2
34032024-11-27T19:49:03.907Z Checking shell-words v1.1.0
34042024-11-27T19:49:04.086Z Checking ring v0.16.20
34052024-11-27T19:49:04.166Z Checking blake3 v1.5.4
34062024-11-27T19:49:05.232Z Checking omicron-zone-package v0.11.1
34072024-11-27T19:49:06.331Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34082024-11-27T19:49:07.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
34092024-11-27T19:49:07.427Z
34102024-11-27T19:49:07.427Zinfo: running `cargo check --bins` on xtask (161/173)
34112024-11-27T19:49:07.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122024-11-27T19:49:07.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132024-11-27T19:49:07.859Z Checking bitflags v2.6.0
34142024-11-27T19:49:07.862Z Checking serde v1.0.215
34152024-11-27T19:49:07.862Z Checking thiserror v1.0.69
34162024-11-27T19:49:07.949Z Checking scroll v0.12.0
34172024-11-27T19:49:07.952Z Checking log v0.4.22
34182024-11-27T19:49:07.952Z Checking hashbrown v0.15.0
34192024-11-27T19:49:07.967Z Checking zerocopy v0.7.35
34202024-11-27T19:49:07.991Z Checking syn v2.0.87
34212024-11-27T19:49:08.047Z Checking pest v2.7.14
34222024-11-27T19:49:08.185Z Checking rustix v0.38.37
34232024-11-27T19:49:08.216Z Checking once_cell v1.20.2
34242024-11-27T19:49:08.394Z Checking goblin v0.8.2
34252024-11-27T19:49:08.513Z Checking fs-err v2.11.0
34262024-11-27T19:49:08.827Z Checking anyhow v1.0.93
34272024-11-27T19:49:08.958Z Checking indexmap v2.6.0
34282024-11-27T19:49:09.208Z Checking tabled v0.15.0
34292024-11-27T19:49:10.142Z Checking terminal_size v0.4.0
34302024-11-27T19:49:10.145Z Checking tempfile v3.13.0
34312024-11-27T19:49:10.285Z Checking clap_builder v4.5.21
34322024-11-27T19:49:10.702Z Checking dtrace-parser v0.2.0
34332024-11-27T19:49:12.413Z Checking serde_json v1.0.132
34342024-11-27T19:49:12.413Z Checking toml_datetime v0.6.8
34352024-11-27T19:49:12.416Z Checking serde_spanned v0.6.8
34362024-11-27T19:49:12.416Z Checking camino v1.1.9
34372024-11-27T19:49:12.416Z Checking cargo-platform v0.1.8
34382024-11-27T19:49:12.416Z Checking semver v1.0.23
34392024-11-27T19:49:12.638Z Checking macaddr v1.0.1
34402024-11-27T19:49:12.680Z Checking clap v4.5.21
34412024-11-27T19:49:12.716Z Checking toml_edit v0.22.22
34422024-11-27T19:49:12.918Z Checking camino-tempfile v1.1.1
34432024-11-27T19:49:13.532Z Checking dof v0.3.0
34442024-11-27T19:49:13.532Z Checking cargo_metadata v0.18.1
34452024-11-27T19:49:13.938Z Checking usdt-impl v0.5.0
34462024-11-27T19:49:14.289Z Checking usdt v0.5.0
34472024-11-27T19:49:14.461Z Checking toml v0.8.19
34482024-11-27T19:49:14.925Z Checking cargo_toml v0.20.5
34492024-11-27T19:49:16.142Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34502024-11-27T19:49:16.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
34512024-11-27T19:49:16.859Z
34522024-11-27T19:49:16.860Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34532024-11-27T19:49:17.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542024-11-27T19:49:17.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552024-11-27T19:49:17.636Z Checking polyval v0.6.2
34562024-11-27T19:49:17.750Z Checking ctr v0.9.2
34572024-11-27T19:49:17.761Z Checking ssh-encoding v0.2.0
34582024-11-27T19:49:17.761Z Checking blowfish v0.9.1
34592024-11-27T19:49:17.781Z Checking password-hash v0.4.2
34602024-11-27T19:49:17.784Z Checking matches v0.1.10
34612024-11-27T19:49:17.812Z Checking p256 v0.13.2
34622024-11-27T19:49:17.812Z Checking p521 v0.13.3
34632024-11-27T19:49:17.886Z Checking idna v0.2.3
34642024-11-27T19:49:17.978Z Checking ghash v0.5.1
34652024-11-27T19:49:18.005Z Checking bcrypt-pbkdf v0.10.0
34662024-11-27T19:49:18.008Z Compiling enum-as-inner v0.5.1
34672024-11-27T19:49:18.052Z Checking russh-cryptovec v0.7.3
34682024-11-27T19:49:18.159Z Checking aes-gcm v0.10.3
34692024-11-27T19:49:18.164Z Checking pbkdf2 v0.11.0
34702024-11-27T19:49:18.252Z Checking md5 v0.7.0
34712024-11-27T19:49:18.272Z Checking num-bigint v0.4.6
34722024-11-27T19:49:18.302Z Checking des v0.8.1
34732024-11-27T19:49:18.403Z Checking ssh-cipher v0.2.0
34742024-11-27T19:49:18.453Z Compiling dhcproto-macros v0.1.0
34752024-11-27T19:49:18.526Z Checking hex-literal v0.4.1
34762024-11-27T19:49:18.569Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34772024-11-27T19:49:18.659Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34782024-11-27T19:49:18.691Z Checking ssh-key v0.6.6
34792024-11-27T19:49:18.728Z Checking internet-checksum v0.2.1
34802024-11-27T19:49:19.031Z Checking trust-dns-proto v0.22.0
34812024-11-27T19:49:20.031Z Checking russh-keys v0.45.0
34822024-11-27T19:49:20.967Z Checking russh v0.45.0
34832024-11-27T19:49:21.605Z Checking dhcproto v0.12.0
34842024-11-27T19:49:38.714Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852024-11-27T19:49:40.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s
34862024-11-27T19:49:40.212Z
34872024-11-27T19:49:40.212Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34882024-11-27T19:49:40.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892024-11-27T19:49:40.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902024-11-27T19:49:40.849Z Checking termios v0.3.3
34912024-11-27T19:49:41.071Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34922024-11-27T19:49:41.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34932024-11-27T19:49:42.045Z
34942024-11-27T19:49:42.045Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34952024-11-27T19:49:42.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962024-11-27T19:49:42.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972024-11-27T19:49:42.751Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34982024-11-27T19:49:44.763Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34992024-11-27T19:49:46.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
35002024-11-27T19:49:46.823Z
35012024-11-27T19:49:46.823Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35022024-11-27T19:49:47.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-11-27T19:49:47.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-11-27T19:49:47.465Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35052024-11-27T19:49:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35062024-11-27T19:49:48.118Z
35072024-11-27T19:49:48.118Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35082024-11-27T19:49:48.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-11-27T19:49:48.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-11-27T19:49:48.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112024-11-27T19:49:48.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35122024-11-27T19:49:48.734Z
35132024-11-27T19:49:48.734Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35142024-11-27T19:49:49.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-11-27T19:49:49.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-11-27T19:49:49.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172024-11-27T19:49:49.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35182024-11-27T19:49:49.349Z
35192024-11-27T19:49:49.349Zinfo: running `cargo check --bins` on omicron-package (168/173)
35202024-11-27T19:49:49.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-11-27T19:49:49.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-11-27T19:49:50.015Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35232024-11-27T19:49:51.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35242024-11-27T19:49:51.523Z
35252024-11-27T19:49:51.523Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35262024-11-27T19:49:52.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-11-27T19:49:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-11-27T19:49:52.224Z Checking rtoolbox v0.0.2
35292024-11-27T19:49:52.226Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35302024-11-27T19:49:52.227Z Checking tui-tree-widget v0.22.0
35312024-11-27T19:49:52.455Z Checking rpassword v7.3.1
35322024-11-27T19:49:56.505Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35332024-11-27T19:49:59.519Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35342024-11-27T19:50:00.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
35352024-11-27T19:50:00.942Z
35362024-11-27T19:50:00.942Zinfo: running `cargo check --bins` on wicket (170/173)
35372024-11-27T19:50:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-11-27T19:50:01.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-11-27T19:50:01.643Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35402024-11-27T19:50:02.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35412024-11-27T19:50:02.273Z
35422024-11-27T19:50:02.273Zinfo: running `cargo check --bins` on wicketd (171/173)
35432024-11-27T19:50:02.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442024-11-27T19:50:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452024-11-27T19:50:02.990Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35462024-11-27T19:50:06.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
35472024-11-27T19:50:07.124Z
35482024-11-27T19:50:07.124Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35492024-11-27T19:50:07.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-11-27T19:50:07.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-11-27T19:50:07.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522024-11-27T19:50:07.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532024-11-27T19:50:07.742Z
35542024-11-27T19:50:07.742Zinfo: running `cargo check --bins` on zone-setup (173/173)
35552024-11-27T19:50:08.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-11-27T19:50:08.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-11-27T19:50:08.483Z Checking uzers v0.12.1
35582024-11-27T19:50:08.824Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35592024-11-27T19:50:09.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35602024-11-27T19:50:10.202Z
35612024-11-27T19:50:10.202Zreal 13:04.021287178
35622024-11-27T19:50:10.202Zuser 24:15.675827087
35632024-11-27T19:50:10.202Zsys 5:30.100738857
35642024-11-27T19:50:10.202Ztrap 0.464106692
35652024-11-27T19:50:10.202Ztflt 2.339694154
35662024-11-27T19:50:10.202Zdflt 3.155467042
35672024-11-27T19:50:10.202Zkflt 0.000922472
35682024-11-27T19:50:10.202Zlock 46:52.952777710
35692024-11-27T19:50:10.202Zslp 2:06:49.979724708
35702024-11-27T19:50:10.205Zlat 1:02.791444029
35712024-11-27T19:50:10.205Zstop 3:26.303629103
35722024-11-27T19:50:10.205Zprocess exited: duration 1074510 ms, exit code 0
 
35732024-11-27T19:50:10.210Zfound 0 output files