01JF0SD554Y5520WGWZFJPYZKB: 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: 01JF0SDKK5N2DJX65Y6GY661DN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T19:55:57.187Zjob assigned to worker 01JF0SDSVW51K66KKVZY5QTBRA [factory aws, i-09d57cbad7debc977] (queued for 50 s)
 
22024-12-13T19:56:04.737Zstarting task 0: "setup"
32024-12-13T19:56:04.746Z++ uname -s
42024-12-13T19:56:04.748Z+ kern=SunOS
52024-12-13T19:56:04.748Z+ case "$kern" in
62024-12-13T19:56:04.748Z+ groupadd -g 12345 build
72024-12-13T19:56:04.751Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T19:56:06.760Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T19:56:06.882Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T19:56:06.884Z+ home_fs=zfs
112024-12-13T19:56:06.884Z+ [[ zfs == autofs ]]
122024-12-13T19:56:06.884Z+ mkdir -p /home/build
132024-12-13T19:56:06.887Z+ chown build:build /home/build /work
142024-12-13T19:56:08.889Z+ chmod 0700 /home/build /work
152024-12-13T19:56:08.891Zprocess exited: duration 4155 ms, exit code 0
 
162024-12-13T19:56:08.897Zstarting task 1: "rust-toolchain"
172024-12-13T19:56:08.902Z+ printf ' * toolchain channel = "%s"
182024-12-13T19:56:08.902Z' 1.81.0
192024-12-13T19:56:08.902Z * toolchain channel = "1.81.0"
202024-12-13T19:56:08.902Z+ printf ' * toolchain profile = "%s"
212024-12-13T19:56:08.902Z' default
222024-12-13T19:56:08.902Z * toolchain profile = "default"
232024-12-13T19:56:08.904Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T19:56:08.904Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T19:56:09.074Zinfo: downloading installer
262024-12-13T19:56:10.441Zinfo: profile set to 'default'
272024-12-13T19:56:10.441Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T19:56:10.443Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T19:56:10.595Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T19:56:10.596Zinfo: downloading component 'cargo'
312024-12-13T19:56:11.444Zinfo: downloading component 'clippy'
322024-12-13T19:56:11.758Zinfo: downloading component 'rust-docs'
332024-12-13T19:56:12.929Zinfo: downloading component 'rust-std'
342024-12-13T19:56:14.747Zinfo: downloading component 'rustc'
352024-12-13T19:56:21.296Zinfo: downloading component 'rustfmt'
362024-12-13T19:56:21.541Zinfo: installing component 'cargo'
372024-12-13T19:56:22.347Zinfo: installing component 'clippy'
382024-12-13T19:56:22.705Zinfo: installing component 'rust-docs'
392024-12-13T19:56:24.345Zinfo: installing component 'rust-std'
402024-12-13T19:56:26.063Zinfo: installing component 'rustc'
412024-12-13T19:56:31.697Zinfo: installing component 'rustfmt'
422024-12-13T19:56:32.014Z
432024-12-13T19:56:32.014Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-13T19:56:32.391Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T19:56:32.391Z
462024-12-13T19:56:32.394Z
472024-12-13T19:56:32.394ZRust is installed now. Great!
482024-12-13T19:56:32.394Z
492024-12-13T19:56:32.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T19:56:32.394Zenvironment variable. This has not been done automatically.
512024-12-13T19:56:32.394Z
522024-12-13T19:56:32.394ZTo configure your current shell, you need to source
532024-12-13T19:56:32.394Zthe corresponding env file under $HOME/.cargo.
542024-12-13T19:56:32.394Z
552024-12-13T19:56:32.394ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T19:56:32.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T19:56:32.394Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T19:56:32.468Z+ rustc --version
592024-12-13T19:56:32.531Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T19:56:32.536Zprocess exited: duration 23632 ms, exit code 0
 
612024-12-13T19:56:32.543Zstarting task 2: "authentication"
622024-12-13T19:56:32.563Zprocess exited: duration 20 ms, exit code 0
 
632024-12-13T19:56:32.569Zstarting task 3: "clone repository"
642024-12-13T19:56:32.574Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T19:56:32.576Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T19:56:32.617ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T19:56:39.487Z+ cd /work/oxidecomputer/omicron
682024-12-13T19:56:39.490Z+ git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
692024-12-13T19:56:39.840ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T19:56:39.840Z * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD
712024-12-13T19:56:39.850Z+ [[ -n john/sled-editor-decommissioned ]]
722024-12-13T19:56:39.852Z++ git branch --show-current
732024-12-13T19:56:39.855Z+ current=main
742024-12-13T19:56:39.855Z+ [[ main != john/sled-editor-decommissioned ]]
752024-12-13T19:56:39.855Z+ git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
762024-12-13T19:56:39.857Z+ git checkout -f john/sled-editor-decommissioned
772024-12-13T19:56:40.030ZSwitched to branch 'john/sled-editor-decommissioned'
782024-12-13T19:56:40.033Z+ git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
792024-12-13T19:56:40.048ZHEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned
802024-12-13T19:56:40.050Zprocess exited: duration 7477 ms, exit code 0
 
812024-12-13T19:56:40.056Zstarting task 4: "build"
822024-12-13T19:56:40.061Z+ source .github/buildomat/ci-env.sh
832024-12-13T19:56:40.061Z++ export CARGO_TERM_COLOR=always
842024-12-13T19:56:40.061Z++ CARGO_TERM_COLOR=always
852024-12-13T19:56:40.065Z+ cargo --version
862024-12-13T19:56:40.118Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T19:56:40.120Z+ rustc --version
882024-12-13T19:56:40.179Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T19:56:40.182Z+ source ./env.sh
902024-12-13T19:56:40.182Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T19:56:40.182Z++ set -o xtrace
922024-12-13T19:56:40.185Z++++ dirname ./env.sh
932024-12-13T19:56:40.188Z+++ readlink -f .
942024-12-13T19:56:40.190Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T19:56:40.190Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-13T19:56:40.190Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-13T19:56:40.190Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-13T19:56:40.190Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-13T19:56:40.190Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-13T19:56:40.190Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-13T19:56:40.190Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-13T19:56:40.190Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-13T19:56:40.190Z++ case $OLD_SHELL_OPTS in
1042024-12-13T19:56:40.190Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T19:56:40.190Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-13T19:56:40.190Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-13T19:56:40.190Z+ banner prerequisites
1082024-12-13T19:56:40.194Z
1092024-12-13T19:56:40.194Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T19:56:40.194Z # # # # # # # # # # # # # # #
1112024-12-13T19:56:40.194Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T19:56:40.194Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T19:56:40.194Z # # # # # # # # # # # # # # #
1142024-12-13T19:56:40.194Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T19:56:40.194Z
1162024-12-13T19:56:40.194Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T19:56:48.259Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T19:56:52.022Z Startup: Caching catalogs ... Done
1192024-12-13T19:57:02.255ZPlanning: Solver setup ... Done (9.367s)
1202024-12-13T19:57:02.382ZPlanning: Running solver ... Done (0.127s)
1212024-12-13T19:57:02.482ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-13T19:57:02.495ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T19:57:03.135ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T19:57:03.234ZPlanning: Package planning ... Done (0.100s)
1252024-12-13T19:57:03.290ZPlanning: Merging actions ... Done (0.055s)
1262024-12-13T19:57:03.484ZPlanning: Checking for conflicting actions ... Done (0.194s)
1272024-12-13T19:57:05.737ZPlanning: Consolidating action changes ... Done (2.252s)
1282024-12-13T19:57:06.199ZPlanning: Evaluating mediators ... Done (0.462s)
1292024-12-13T19:57:06.279ZPlanning: Planning completed in 14.16 seconds
1302024-12-13T19:57:06.293Z Packages to install: 4
1312024-12-13T19:57:06.296Z Packages to update: 1
1322024-12-13T19:57:06.296Z Mediators to change: 2
1332024-12-13T19:57:06.296Z Services to change: 1
1342024-12-13T19:57:06.296Z Estimated space available: 155.64 GB
1352024-12-13T19:57:06.296ZEstimated space to be consumed: 1.61 GB
1362024-12-13T19:57:06.296Z Create boot environment: No
1372024-12-13T19:57:06.296ZCreate backup boot environment: Yes
1382024-12-13T19:57:06.296Z Rebuild boot archive: No
1392024-12-13T19:57:06.296Z
1402024-12-13T19:57:06.296ZChanged mediators:
1412024-12-13T19:57:06.296Z mediator clang:
1422024-12-13T19:57:06.296Z version: None -> 15 (system default)
1432024-12-13T19:57:06.296Z
1442024-12-13T19:57:06.296Z mediator llvm:
1452024-12-13T19:57:06.296Z version: 14 (system default) -> 15 (system default)
1462024-12-13T19:57:06.296Z
1472024-12-13T19:57:06.296ZChanged packages:
1482024-12-13T19:57:06.296Zhelios-dev
1492024-12-13T19:57:06.296Z developer/build-essential
1502024-12-13T19:57:06.296Z None -> 11-2.0
1512024-12-13T19:57:06.296Z library/libxmlsec1
1522024-12-13T19:57:06.296Z None -> 1.2.35-2.0
1532024-12-13T19:57:06.296Z ooce/developer/clang-15
1542024-12-13T19:57:06.296Z None -> 15.0.7-2.0
1552024-12-13T19:57:06.296Z ooce/developer/llvm-15
1562024-12-13T19:57:06.296Z None -> 15.0.7-2.0
1572024-12-13T19:57:06.297Z package/pkg
1582024-12-13T19:57:06.297Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T19:57:06.297Z
1602024-12-13T19:57:06.297ZServices:
1612024-12-13T19:57:06.297Z restart_fmri:
1622024-12-13T19:57:06.297Z svc:/system/update-man-index:default
1632024-12-13T19:57:06.297Z
1642024-12-13T19:57:06.297ZEditable files to change:
1652024-12-13T19:57:06.297Z Update:
1662024-12-13T19:57:06.297Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T19:57:06.373Z
1682024-12-13T19:57:06.373ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T19:57:11.375ZDownload: 796/4281 items 18.6/220.6MB 8% complete (3.8M/s)
1702024-12-13T19:57:16.378ZDownload: 1570/4281 items 117.6/220.6MB 53% complete (11.9M/s)
1712024-12-13T19:57:21.380ZDownload: 2272/4281 items 119.5/220.6MB 54% complete (10.1M/s)
1722024-12-13T19:57:26.406ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.6M/s)
1732024-12-13T19:57:31.358ZDownload: Completed 220.60 MB in 24.98 seconds (8.8M/s)
1742024-12-13T19:57:33.492Z Actions: 1/5063 actions (Removing old actions)
1752024-12-13T19:57:33.514Z Actions: 194/5063 actions (Installing new actions)
1762024-12-13T19:57:38.225Z Actions: 4226/5063 actions (Updating modified actions)
1772024-12-13T19:57:38.552Z Actions: Completed 5063 actions in 5.06 seconds.
1782024-12-13T19:57:38.774Z Done (0.213s)
1792024-12-13T19:57:38.780Z Done (0.000s)
1802024-12-13T19:57:39.342Z Done (0.571s)
1812024-12-13T19:57:43.740Z Done (4.180s)
1822024-12-13T19:57:43.828Z Done (0.018s)
1832024-12-13T19:57:43.832Z Done (0.000s)
1842024-12-13T19:57:44.010Z Done (0.000s)
1852024-12-13T19:57:44.691ZPlanning: Evaluating mediator changes ... Done
1862024-12-13T19:57:44.849ZPlanning: Checking for conflicting actions ... Done
1872024-12-13T19:57:44.851ZPlanning: Consolidating action changes ... Done
1882024-12-13T19:57:45.117ZPlanning: Evaluating mediators ... Done
1892024-12-13T19:57:45.120ZPlanning: Planning completed in 0.42 seconds
1902024-12-13T19:57:45.157Z Mediators to change: 2
1912024-12-13T19:57:45.157Z Create boot environment: No
1922024-12-13T19:57:45.160ZCreate backup boot environment: No
1932024-12-13T19:57:45.645Z Done
1942024-12-13T19:57:45.645Z Done
1952024-12-13T19:57:45.649Z Done
1962024-12-13T19:57:49.219Z Done
1972024-12-13T19:57:49.327Z Done
1982024-12-13T19:57:49.385Z Done
1992024-12-13T19:57:49.480Z Done
2002024-12-13T19:57:50.071ZPlanning: Evaluating mediator changes ... Done
2012024-12-13T19:57:50.128ZPlanning: Merging actions ... Done
2022024-12-13T19:57:50.240ZPlanning: Checking for conflicting actions ... Done
2032024-12-13T19:57:50.276ZPlanning: Consolidating action changes ... Done
2042024-12-13T19:57:50.508ZPlanning: Evaluating mediators ... Done
2052024-12-13T19:57:50.558ZPlanning: Planning completed in 0.74 seconds
2062024-12-13T19:57:50.601Z Packages to change: 1
2072024-12-13T19:57:50.601Z Mediators to change: 1
2082024-12-13T19:57:50.617Z Services to change: 1
2092024-12-13T19:57:50.617Z Create boot environment: No
2102024-12-13T19:57:50.617ZCreate backup boot environment: Yes
2112024-12-13T19:57:52.762Z Actions: 1/6 actions (Updating modified actions)
2122024-12-13T19:57:52.772Z Actions: Completed 6 actions in 0.00 seconds.
2132024-12-13T19:57:52.772Z Done
2142024-12-13T19:57:52.772Z Done
2152024-12-13T19:57:52.870Z Done
2162024-12-13T19:57:56.471Z Done
2172024-12-13T19:57:56.644Z Done
2182024-12-13T19:57:56.657Z Done
2192024-12-13T19:57:56.695Z Done
2202024-12-13T19:57:57.132ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-12-13T19:57:57.132Zclang system 15 system
2222024-12-13T19:57:57.132Zcsh system system illumos
2232024-12-13T19:57:57.132Zctags system system illumos
2242024-12-13T19:57:57.132Zgcc vendor 12 vendor
2252024-12-13T19:57:57.132Zgcc system 10 system
2262024-12-13T19:57:57.132Zgcc system 7 system
2272024-12-13T19:57:57.132Zgo system 1.20 system
2282024-12-13T19:57:57.132Zgo system 1.19 system
2292024-12-13T19:57:57.132Zllvm system 15 system
2302024-12-13T19:57:57.132Zllvm system 14 system
2312024-12-13T19:57:57.132Zmariadb system 10.6 system
2322024-12-13T19:57:57.132Zmta vendor vendor dma
2332024-12-13T19:57:57.133Zopenjdk system 17 system
2342024-12-13T19:57:57.133Zopenjdk system 11 system
2352024-12-13T19:57:57.133Zopenjdk system 1.8 system
2362024-12-13T19:57:57.133Zopenssl vendor 3 vendor
2372024-12-13T19:57:57.133Zperl system 5.36 system
2382024-12-13T19:57:57.133Zpostgresql system 15 system
2392024-12-13T19:57:57.133Zpostgresql system 13 system
2402024-12-13T19:57:57.133Zpython vendor 3 vendor
2412024-12-13T19:57:57.133Zpython system 2 system
2422024-12-13T19:57:57.133Zpython3 system 3.11 system
2432024-12-13T19:57:57.133Zruby system 3.0 system
2442024-12-13T19:57:57.133Zwords vendor vendor american-english
2452024-12-13T19:57:57.133Zwords system system australian-english
2462024-12-13T19:57:57.133Zwords system system british-english
2472024-12-13T19:57:57.133Zwords system system canadian-english
2482024-12-13T19:57:57.133Zwords system system french
2492024-12-13T19:57:57.133Zwords system system italian
2502024-12-13T19:57:57.133Zwords system system ngerman
2512024-12-13T19:57:57.133Zwords system system ogerman
2522024-12-13T19:57:57.133Zwords system system spanish
2532024-12-13T19:57:57.475ZPUBLISHER TYPE STATUS P LOCATION
2542024-12-13T19:57:57.475Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-12-13T19:58:00.157ZFMRI IFO
2562024-12-13T19:58:00.157Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-12-13T19:58:00.157Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-12-13T19:58:00.158Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-12-13T19:58:00.158Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-12-13T19:58:00.158Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-12-13T19:58:00.158Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-12-13T19:58:00.158Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-12-13T19:58:00.158Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-12-13T19:58:00.158Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-12-13T19:58:00.158Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2662024-12-13T19:58:00.158Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-12-13T19:58:00.158Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-12-13T19:58:00.158Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2692024-12-13T19:58:00.158Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-12-13T19:58:00.158Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-12-13T19:58:00.895Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-12-13T19:58:01.202Z Updating crates.io index
2732024-12-13T19:58:01.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-12-13T19:58:01.902Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-12-13T19:58:02.200Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-12-13T19:58:02.488Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-12-13T19:58:02.970Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-12-13T19:58:03.696Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-12-13T19:58:05.134Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-12-13T19:58:08.994Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-12-13T19:58:09.033Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-12-13T19:58:09.173Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-12-13T19:58:09.446Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-12-13T19:58:09.721Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-12-13T19:58:10.076Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-12-13T19:58:10.368Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-12-13T19:58:10.717Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-12-13T19:58:10.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-12-13T19:58:11.435Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-12-13T19:58:11.718Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-12-13T19:58:12.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-12-13T19:58:12.543Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2982024-12-13T19:58:12.867Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-12-13T19:58:13.118Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-12-13T19:58:13.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-12-13T19:58:14.797Z Downloading crates ...
3022024-12-13T19:58:14.867Z Downloaded bytecount v0.6.8
3032024-12-13T19:58:14.871Z Downloaded colorchoice v1.0.2
3042024-12-13T19:58:14.875Z Downloaded anstyle v1.0.10
3052024-12-13T19:58:14.875Z Downloaded anstyle-query v1.1.1
3062024-12-13T19:58:14.875Z Downloaded cargo-platform v0.1.8
3072024-12-13T19:58:14.876Z Downloaded anstyle-parse v0.2.5
3082024-12-13T19:58:14.883Z Downloaded dtrace-parser v0.2.0
3092024-12-13T19:58:14.889Z Downloaded swrite v0.1.0
3102024-12-13T19:58:14.891Z Downloaded equivalent v1.0.1
3112024-12-13T19:58:14.894Z Downloaded usdt-macro v0.5.0
3122024-12-13T19:58:14.897Z Downloaded scroll_derive v0.12.0
3132024-12-13T19:58:14.901Z Downloaded pretty-hex v0.4.1
3142024-12-13T19:58:14.904Z Downloaded crypto-common v0.1.6
3152024-12-13T19:58:14.904Z Downloaded cfg-if v1.0.0
3162024-12-13T19:58:14.911Z Downloaded clap_lex v0.7.2
3172024-12-13T19:58:14.914Z Downloaded cpufeatures v0.2.14
3182024-12-13T19:58:14.914Z Downloaded byteorder v1.5.0
3192024-12-13T19:58:14.915Z Downloaded usdt-attr-macro v0.5.0
3202024-12-13T19:58:14.915Z Downloaded anstream v0.6.15
3212024-12-13T19:58:14.917Z Downloaded autocfg v1.4.0
3222024-12-13T19:58:14.917Z Downloaded unicode-linebreak v0.1.5
3232024-12-13T19:58:14.920Z Downloaded thiserror-impl v1.0.69
3242024-12-13T19:58:14.920Z Downloaded macaddr v1.0.1
3252024-12-13T19:58:14.923Z Downloaded tabled_derive v0.7.0
3262024-12-13T19:58:14.923Z Downloaded block-buffer v0.10.4
3272024-12-13T19:58:14.926Z Downloaded thread-id v4.2.2
3282024-12-13T19:58:14.926Z Downloaded terminal_size v0.4.0
3292024-12-13T19:58:14.926Z Downloaded smawk v0.3.2
3302024-12-13T19:58:14.928Z Downloaded strsim v0.11.1
3312024-12-13T19:58:14.928Z Downloaded digest v0.10.7
3322024-12-13T19:58:14.936Z Downloaded is_terminal_polyfill v1.70.1
3332024-12-13T19:58:14.936Z Downloaded fs-err v2.11.0
3342024-12-13T19:58:14.936Z Downloaded thiserror v1.0.69
3352024-12-13T19:58:14.939Z Downloaded usdt v0.5.0
3362024-12-13T19:58:14.943Z Downloaded proc-macro-error-attr v1.0.4
3372024-12-13T19:58:14.943Z Downloaded fastrand v2.1.1
3382024-12-13T19:58:14.943Z Downloaded pest_generator v2.7.14
3392024-12-13T19:58:14.948Z Downloaded serde_spanned v0.6.8
3402024-12-13T19:58:14.948Z Downloaded version_check v0.9.5
3412024-12-13T19:58:14.948Z Downloaded heck v0.4.1
3422024-12-13T19:58:14.953Z Downloaded toml_datetime v0.6.8
3432024-12-13T19:58:14.953Z Downloaded cargo_toml v0.20.5
3442024-12-13T19:58:14.953Z Downloaded cargo_metadata v0.18.1
3452024-12-13T19:58:14.953Z Downloaded bitflags v2.6.0
3462024-12-13T19:58:14.955Z Downloaded utf8parse v0.2.2
3472024-12-13T19:58:14.975Z Downloaded camino v1.1.9
3482024-12-13T19:58:14.975Z Downloaded memmap v0.7.0
3492024-12-13T19:58:14.975Z Downloaded fnv v1.0.7
3502024-12-13T19:58:14.975Z Downloaded heck v0.5.0
3512024-12-13T19:58:14.975Z Downloaded sha2 v0.10.8
3522024-12-13T19:58:14.975Z Downloaded dof v0.3.0
3532024-12-13T19:58:14.975Z Downloaded clap_derive v4.5.18
3542024-12-13T19:58:14.975Z Downloaded errno v0.3.9
3552024-12-13T19:58:14.975Z Downloaded proc-macro-error v1.0.4
3562024-12-13T19:58:14.975Z Downloaded plain v0.2.3
3572024-12-13T19:58:14.975Z Downloaded once_cell v1.20.2
3582024-12-13T19:58:14.978Z Downloaded scroll v0.12.0
3592024-12-13T19:58:14.978Z Downloaded pest_derive v2.7.14
3602024-12-13T19:58:14.981Z Downloaded generic-array v0.14.7
3612024-12-13T19:58:14.981Z Downloaded itoa v1.0.11
3622024-12-13T19:58:14.981Z Downloaded quote v1.0.37
3632024-12-13T19:58:14.984Z Downloaded serde_tokenstream v0.2.2
3642024-12-13T19:58:14.987Z Downloaded semver v1.0.23
3652024-12-13T19:58:14.989Z Downloaded usdt-impl v0.5.0
3662024-12-13T19:58:14.992Z Downloaded zerocopy-derive v0.7.35
3672024-12-13T19:58:14.995Z Downloaded unicode-ident v1.0.13
3682024-12-13T19:58:14.997Z Downloaded tempfile v3.13.0
3692024-12-13T19:58:15.003Z Downloaded ucd-trie v0.1.7
3702024-12-13T19:58:15.003Z Downloaded toml v0.8.19
3712024-12-13T19:58:15.005Z Downloaded typenum v1.17.0
3722024-12-13T19:58:15.008Z Downloaded proc-macro2 v1.0.89
3732024-12-13T19:58:15.010Z Downloaded textwrap v0.16.1
3742024-12-13T19:58:15.012Z Downloaded clap v4.5.21
3752024-12-13T19:58:15.021Z Downloaded serde_derive v1.0.215
3762024-12-13T19:58:15.023Z Downloaded ryu v1.0.18
3772024-12-13T19:58:15.028Z Downloaded pest_meta v2.7.14
3782024-12-13T19:58:15.031Z Downloaded log v0.4.22
3792024-12-13T19:58:15.031Z Downloaded camino-tempfile v1.1.1
3802024-12-13T19:58:15.036Z Downloaded anyhow v1.0.93
3812024-12-13T19:58:15.039Z Downloaded indexmap v2.6.0
3822024-12-13T19:58:15.043Z Downloaded papergrid v0.11.0
3832024-12-13T19:58:15.057Z Downloaded serde v1.0.215
3842024-12-13T19:58:15.063Z Downloaded toml_edit v0.22.22
3852024-12-13T19:58:15.080Z Downloaded memchr v2.7.4
3862024-12-13T19:58:15.085Z Downloaded pest v2.7.14
3872024-12-13T19:58:15.092Z Downloaded hashbrown v0.15.1
3882024-12-13T19:58:15.097Z Downloaded clap_builder v4.5.21
3892024-12-13T19:58:15.104Z Downloaded serde_json v1.0.132
3902024-12-13T19:58:15.111Z Downloaded zerocopy v0.7.35
3912024-12-13T19:58:15.126Z Downloaded winnow v0.6.20
3922024-12-13T19:58:15.137Z Downloaded goblin v0.8.2
3932024-12-13T19:58:15.141Z Downloaded tabled v0.15.0
3942024-12-13T19:58:15.156Z Downloaded syn v1.0.109
3952024-12-13T19:58:15.170Z Downloaded syn v2.0.87
3962024-12-13T19:58:15.180Z Downloaded unicode-width v0.1.14
3972024-12-13T19:58:15.187Z Downloaded rustix v0.38.37
3982024-12-13T19:58:15.221Z Downloaded libc v0.2.162
3992024-12-13T19:58:15.528Z Compiling proc-macro2 v1.0.89
4002024-12-13T19:58:15.528Z Compiling unicode-ident v1.0.13
4012024-12-13T19:58:15.528Z Compiling version_check v0.9.5
4022024-12-13T19:58:15.531Z Compiling serde v1.0.215
4032024-12-13T19:58:15.531Z Compiling memchr v2.7.4
4042024-12-13T19:58:15.531Z Compiling thiserror v1.0.69
4052024-12-13T19:58:15.531Z Compiling libc v0.2.162
4062024-12-13T19:58:15.566Z Compiling itoa v1.0.11
4072024-12-13T19:58:15.806Z Compiling ryu v1.0.18
4082024-12-13T19:58:15.906Z Compiling ucd-trie v0.1.7
4092024-12-13T19:58:16.427Z Compiling once_cell v1.20.2
4102024-12-13T19:58:16.489Z Compiling byteorder v1.5.0
4112024-12-13T19:58:16.538Z Compiling rustix v0.38.37
4122024-12-13T19:58:16.587Z Compiling serde_json v1.0.132
4132024-12-13T19:58:16.874Z Compiling bitflags v2.6.0
4142024-12-13T19:58:17.026Z Compiling usdt-impl v0.5.0
4152024-12-13T19:58:17.264Z Compiling proc-macro-error-attr v1.0.4
4162024-12-13T19:58:17.358Z Compiling syn v1.0.109
4172024-12-13T19:58:17.395Z Compiling proc-macro-error v1.0.4
4182024-12-13T19:58:17.457Z Compiling quote v1.0.37
4192024-12-13T19:58:17.652Z Compiling equivalent v1.0.1
4202024-12-13T19:58:17.705Z Compiling camino v1.1.9
4212024-12-13T19:58:17.729Z Compiling utf8parse v0.2.2
4222024-12-13T19:58:17.773Z Compiling errno v0.3.9
4232024-12-13T19:58:17.894Z Compiling syn v2.0.87
4242024-12-13T19:58:18.082Z Compiling plain v0.2.3
4252024-12-13T19:58:18.110Z Compiling log v0.4.22
4262024-12-13T19:58:18.205Z Compiling hashbrown v0.15.1
4272024-12-13T19:58:18.397Z Compiling thread-id v4.2.2
4282024-12-13T19:58:18.457Z Compiling anstyle-parse v0.2.5
4292024-12-13T19:58:18.665Z Compiling semver v1.0.23
4302024-12-13T19:58:18.813Z Compiling anstyle v1.0.10
4312024-12-13T19:58:18.871Z Compiling unicode-width v0.1.14
4322024-12-13T19:58:19.156Z Compiling is_terminal_polyfill v1.70.1
4332024-12-13T19:58:19.261Z Compiling anstyle-query v1.1.1
4342024-12-13T19:58:19.297Z Compiling indexmap v2.6.0
4352024-12-13T19:58:19.301Z Compiling autocfg v1.4.0
4362024-12-13T19:58:19.374Z Compiling winnow v0.6.20
4372024-12-13T19:58:19.402Z Compiling pretty-hex v0.4.1
4382024-12-13T19:58:19.424Z Compiling colorchoice v1.0.2
4392024-12-13T19:58:19.597Z Compiling anstream v0.6.15
4402024-12-13T19:58:19.988Z Compiling cfg-if v1.0.0
4412024-12-13T19:58:20.090Z Compiling terminal_size v0.4.0
4422024-12-13T19:58:20.312Z Compiling fnv v1.0.7
4432024-12-13T19:58:20.453Z Compiling fs-err v2.11.0
4442024-12-13T19:58:20.479Z Compiling anyhow v1.0.93
4452024-12-13T19:58:20.717Z Compiling strsim v0.11.1
4462024-12-13T19:58:20.755Z Compiling fastrand v2.1.1
4472024-12-13T19:58:20.814Z Compiling clap_lex v0.7.2
4482024-12-13T19:58:20.878Z Compiling heck v0.4.1
4492024-12-13T19:58:21.072Z Compiling heck v0.5.0
4502024-12-13T19:58:21.347Z Compiling bytecount v0.6.8
4512024-12-13T19:58:21.371Z Compiling tempfile v3.13.0
4522024-12-13T19:58:21.575Z Compiling papergrid v0.11.0
4532024-12-13T19:58:21.700Z Compiling clap_builder v4.5.21
4542024-12-13T19:58:22.050Z Compiling memmap v0.7.0
4552024-12-13T19:58:22.163Z Compiling unicode-linebreak v0.1.5
4562024-12-13T19:58:22.287Z Compiling smawk v0.3.2
4572024-12-13T19:58:22.684Z Compiling textwrap v0.16.1
4582024-12-13T19:58:23.041Z Compiling swrite v0.1.0
4592024-12-13T19:58:24.098Z Compiling tabled_derive v0.7.0
4602024-12-13T19:58:25.568Z Compiling tabled v0.15.0
4612024-12-13T19:58:27.033Z Compiling serde_derive v1.0.215
4622024-12-13T19:58:27.033Z Compiling thiserror-impl v1.0.69
4632024-12-13T19:58:27.040Z Compiling zerocopy-derive v0.7.35
4642024-12-13T19:58:27.103Z Compiling scroll_derive v0.12.0
4652024-12-13T19:58:27.133Z Compiling clap_derive v4.5.18
4662024-12-13T19:58:28.404Z Compiling scroll v0.12.0
4672024-12-13T19:58:28.813Z Compiling zerocopy v0.7.35
4682024-12-13T19:58:28.887Z Compiling goblin v0.8.2
4692024-12-13T19:58:29.870Z Compiling pest v2.7.14
4702024-12-13T19:58:31.176Z Compiling clap v4.5.21
4712024-12-13T19:58:32.098Z Compiling pest_meta v2.7.14
4722024-12-13T19:58:32.943Z Compiling pest_generator v2.7.14
4732024-12-13T19:58:34.904Z Compiling pest_derive v2.7.14
4742024-12-13T19:58:39.432Z Compiling dtrace-parser v0.2.0
4752024-12-13T19:58:39.477Z Compiling toml_datetime v0.6.8
4762024-12-13T19:58:39.477Z Compiling serde_spanned v0.6.8
4772024-12-13T19:58:39.477Z Compiling cargo-platform v0.1.8
4782024-12-13T19:58:39.477Z Compiling serde_tokenstream v0.2.2
4792024-12-13T19:58:39.477Z Compiling toml_edit v0.22.22
4802024-12-13T19:58:39.477Z Compiling macaddr v1.0.1
4812024-12-13T19:58:39.477Z Compiling camino-tempfile v1.1.1
4822024-12-13T19:58:39.477Z Compiling dof v0.3.0
4832024-12-13T19:58:39.477Z Compiling cargo_metadata v0.18.1
4842024-12-13T19:58:40.425Z Compiling toml v0.8.19
4852024-12-13T19:58:40.646Z Compiling usdt-attr-macro v0.5.0
4862024-12-13T19:58:40.646Z Compiling usdt-macro v0.5.0
4872024-12-13T19:58:41.566Z Compiling cargo_toml v0.20.5
4882024-12-13T19:58:42.005Z Compiling usdt v0.5.0
4892024-12-13T19:58:45.030Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-12-13T19:58:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.55s
4912024-12-13T19:58:49.490Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-12-13T19:58:50.015Z Downloading crates ...
4932024-12-13T19:58:50.145Z Downloaded addr2line v0.24.2
4942024-12-13T19:58:50.151Z Downloaded adler2 v2.0.0
4952024-12-13T19:58:50.161Z Downloaded atomicwrites v0.4.4
4962024-12-13T19:58:50.163Z Downloaded async-stream-impl v0.3.6
4972024-12-13T19:58:50.171Z Downloaded cfg_aliases v0.2.1
4982024-12-13T19:58:50.174Z Downloaded atty v0.2.14
4992024-12-13T19:58:50.177Z Downloaded ciborium-io v0.2.2
5002024-12-13T19:58:50.179Z Downloaded cfg_aliases v0.1.1
5012024-12-13T19:58:50.189Z Downloaded darling v0.20.10
5022024-12-13T19:58:50.193Z Downloaded cstr-argument v0.1.2
5032024-12-13T19:58:50.195Z Downloaded convert_case v0.4.0
5042024-12-13T19:58:50.199Z Downloaded crunchy v0.2.2
5052024-12-13T19:58:50.204Z Downloaded crucible-workspace-hack v0.1.0
5062024-12-13T19:58:50.206Z Downloaded headers-core v0.3.0
5072024-12-13T19:58:50.209Z Downloaded home v0.5.9
5082024-12-13T19:58:50.211Z Downloaded array-init v0.0.4
5092024-12-13T19:58:50.211Z Downloaded aead v0.5.2
5102024-12-13T19:58:50.213Z Downloaded httparse v1.9.5
5112024-12-13T19:58:50.216Z Downloaded hubpack_derive v0.1.1
5122024-12-13T19:58:50.219Z Downloaded hostname v0.3.1
5132024-12-13T19:58:50.219Z Downloaded cipher v0.4.4
5142024-12-13T19:58:50.221Z Downloaded async-recursion v1.1.1
5152024-12-13T19:58:50.224Z Downloaded cexpr v0.6.0
5162024-12-13T19:58:50.226Z Downloaded cbc v0.1.2
5172024-12-13T19:58:50.229Z Downloaded bit-set v0.5.3
5182024-12-13T19:58:50.229Z Downloaded cassowary v0.3.0
5192024-12-13T19:58:50.231Z Downloaded httpdate v1.0.3
5202024-12-13T19:58:50.234Z Downloaded http-range v0.1.5
5212024-12-13T19:58:50.234Z Downloaded http-body-util v0.1.2
5222024-12-13T19:58:50.237Z Downloaded humantime v2.1.0
5232024-12-13T19:58:50.240Z Downloaded crc-catalog v2.4.0
5242024-12-13T19:58:50.240Z Downloaded chacha20 v0.9.1
5252024-12-13T19:58:50.242Z Downloaded hyper-rustls v0.27.3
5262024-12-13T19:58:50.245Z Downloaded hyper-tls v0.6.0
5272024-12-13T19:58:50.245Z Downloaded hmac v0.12.1
5282024-12-13T19:58:50.247Z Downloaded bb8 v0.8.5
5292024-12-13T19:58:50.249Z Downloaded hyper-staticfile v0.10.1
5302024-12-13T19:58:50.252Z Downloaded crc v3.2.1
5312024-12-13T19:58:50.254Z Downloaded http v1.1.0
5322024-12-13T19:58:50.257Z Downloaded constant_time_eq v0.3.1
5332024-12-13T19:58:50.260Z Downloaded iana-time-zone v0.1.61
5342024-12-13T19:58:50.262Z Downloaded colored v2.1.0
5352024-12-13T19:58:50.265Z Downloaded async-trait v0.1.83
5362024-12-13T19:58:50.268Z Downloaded curve25519-dalek-derive v0.1.1
5372024-12-13T19:58:50.271Z Downloaded bit-vec v0.6.3
5382024-12-13T19:58:50.271Z Downloaded hyper v1.5.0
5392024-12-13T19:58:50.277Z Downloaded is_ci v1.2.0
5402024-12-13T19:58:50.280Z Downloaded match_cfg v0.1.0
5412024-12-13T19:58:50.280Z Downloaded ciborium-ll v0.2.2
5422024-12-13T19:58:50.282Z Downloaded hkdf v0.12.4
5432024-12-13T19:58:50.285Z Downloaded md5 v0.7.0
5442024-12-13T19:58:50.288Z Downloaded matches v0.1.10
5452024-12-13T19:58:50.288Z Downloaded arrayvec v0.7.6
5462024-12-13T19:58:50.290Z Downloaded argon2 v0.5.3
5472024-12-13T19:58:50.292Z Downloaded hex-literal v0.4.1
5482024-12-13T19:58:50.292Z Downloaded assert_matches v1.5.0
5492024-12-13T19:58:50.294Z Downloaded lazy_static v1.5.0
5502024-12-13T19:58:50.297Z Downloaded is-terminal v0.4.13
5512024-12-13T19:58:50.297Z Downloaded cobs v0.2.3
5522024-12-13T19:58:50.299Z Downloaded ident_case v1.0.1
5532024-12-13T19:58:50.299Z Downloaded arrayref v0.3.9
5542024-12-13T19:58:50.302Z Downloaded chrono-tz-build v0.4.0
5552024-12-13T19:58:50.302Z Downloaded castaway v0.2.3
5562024-12-13T19:58:50.304Z Downloaded ctr v0.9.2
5572024-12-13T19:58:50.307Z Downloaded bzip2 v0.4.4
5582024-12-13T19:58:50.307Z Downloaded bitfield v0.14.0
5592024-12-13T19:58:50.310Z Downloaded cookie_store v0.21.0
5602024-12-13T19:58:50.312Z Downloaded new_debug_unreachable v1.0.6
5612024-12-13T19:58:50.312Z Downloaded mirai-annotations v1.12.0
5622024-12-13T19:58:50.314Z Downloaded icu_provider_macros v1.5.0
5632024-12-13T19:58:50.314Z Downloaded russh-cryptovec v0.7.3
5642024-12-13T19:58:50.317Z Downloaded crossbeam-deque v0.8.5
5652024-12-13T19:58:50.317Z Downloaded crc32fast v1.4.2
5662024-12-13T19:58:50.320Z Downloaded cmake v0.1.51
5672024-12-13T19:58:50.320Z Downloaded buf-list v1.0.3
5682024-12-13T19:58:50.322Z Downloaded bitflags v1.3.2
5692024-12-13T19:58:50.325Z Downloaded lru v0.12.5
5702024-12-13T19:58:50.330Z Downloaded rustc_version v0.4.1
5712024-12-13T19:58:50.332Z Downloaded libefi-sys v0.1.0
5722024-12-13T19:58:50.332Z Downloaded maybe-uninit v2.0.0
5732024-12-13T19:58:50.332Z Downloaded lru-cache v0.1.2
5742024-12-13T19:58:50.334Z Downloaded linear-map v1.2.0
5752024-12-13T19:58:50.334Z Downloaded memoffset v0.9.1
5762024-12-13T19:58:50.336Z Downloaded managed v0.8.0
5772024-12-13T19:58:50.339Z Downloaded block-padding v0.3.3
5782024-12-13T19:58:50.339Z Downloaded mime v0.3.17
5792024-12-13T19:58:50.342Z Downloaded lockfree-object-pool v0.1.6
5802024-12-13T19:58:50.344Z Downloaded sync-ptr v0.1.1
5812024-12-13T19:58:50.344Z Downloaded ciborium v0.2.2
5822024-12-13T19:58:50.347Z Downloaded tower-service v0.3.3
5832024-12-13T19:58:50.347Z Downloaded blowfish v0.9.1
5842024-12-13T19:58:50.349Z Downloaded ipnetwork v0.20.0
5852024-12-13T19:58:50.359Z Downloaded instant v0.1.13
5862024-12-13T19:58:50.362Z Downloaded md-5 v0.10.6
5872024-12-13T19:58:50.362Z Downloaded linked-hash-map v0.5.6
5882024-12-13T19:58:50.363Z Downloaded rand_core v0.6.4
5892024-12-13T19:58:50.363Z Downloaded internet-checksum v0.2.1
5902024-12-13T19:58:50.363Z Downloaded maplit v1.0.2
5912024-12-13T19:58:50.363Z Downloaded inout v0.1.3
5922024-12-13T19:58:50.363Z Downloaded ref-cast-impl v1.0.23
5932024-12-13T19:58:50.363Z Downloaded indent_write v2.2.0
5942024-12-13T19:58:50.363Z Downloaded idna_adapter v1.2.0
5952024-12-13T19:58:50.366Z Downloaded async-bb8-diesel v0.2.1
5962024-12-13T19:58:50.368Z Downloaded multimap v0.10.0
5972024-12-13T19:58:50.368Z Downloaded mockall v0.13.0
5982024-12-13T19:58:50.371Z Downloaded jobserver v0.1.32
5992024-12-13T19:58:50.374Z Downloaded instability v0.3.2
6002024-12-13T19:58:50.374Z Downloaded impl-trait-for-tuples v0.2.2
6012024-12-13T19:58:50.376Z Downloaded nanorand v0.7.0
6022024-12-13T19:58:50.380Z Downloaded const-oid v0.9.6
6032024-12-13T19:58:50.383Z Downloaded yoke-derive v0.7.4
6042024-12-13T19:58:50.383Z Downloaded serde_plain v1.0.2
6052024-12-13T19:58:50.385Z Downloaded zone v0.1.8
6062024-12-13T19:58:50.385Z Downloaded rustls-pemfile v1.0.4
6072024-12-13T19:58:50.388Z Downloaded mime_guess v2.0.5
6082024-12-13T19:58:50.390Z Downloaded secrecy v0.8.0
6092024-12-13T19:58:50.390Z Downloaded schemars_derive v0.8.21
6102024-12-13T19:58:50.393Z Downloaded lock_api v0.4.12
6112024-12-13T19:58:50.396Z Downloaded litemap v0.7.3
6122024-12-13T19:58:50.398Z Downloaded serde_repr v0.1.19
6132024-12-13T19:58:50.398Z Downloaded blake2 v0.10.6
6142024-12-13T19:58:50.402Z Downloaded tiny-keccak v2.0.2
6152024-12-13T19:58:50.404Z Downloaded supports-color v3.0.1
6162024-12-13T19:58:50.406Z Downloaded universal-hash v0.5.1
6172024-12-13T19:58:50.406Z Downloaded spki v0.7.3
6182024-12-13T19:58:50.409Z Downloaded slog-stdlog v4.1.1
6192024-12-13T19:58:50.411Z Downloaded quinn-udp v0.5.5
6202024-12-13T19:58:50.413Z Downloaded icu_locid_transform v1.5.0
6212024-12-13T19:58:50.415Z Downloaded newtype_derive v0.1.6
6222024-12-13T19:58:50.418Z Downloaded multer v3.1.0
6232024-12-13T19:58:50.420Z Downloaded oso-derive v0.27.3
6242024-12-13T19:58:50.420Z Downloaded native-tls v0.2.12
6252024-12-13T19:58:50.422Z Downloaded allocator-api2 v0.2.18
6262024-12-13T19:58:50.426Z Downloaded tokio-native-tls v0.3.1
6272024-12-13T19:58:50.429Z Downloaded ahash v0.8.11
6282024-12-13T19:58:50.431Z Downloaded memmap2 v0.9.5
6292024-12-13T19:58:50.433Z Downloaded base64ct v1.6.0
6302024-12-13T19:58:50.435Z Downloaded cancel-safe-futures v0.1.5
6312024-12-13T19:58:50.438Z Downloaded bytes v1.8.0
6322024-12-13T19:58:50.442Z Downloaded arc-swap v1.7.1
6332024-12-13T19:58:50.446Z Downloaded base64 v0.13.1
6342024-12-13T19:58:50.449Z Downloaded slog-json v2.6.1
6352024-12-13T19:58:50.451Z Downloaded crossbeam-utils v0.8.20
6362024-12-13T19:58:50.454Z Downloaded precomputed-hash v0.1.1
6372024-12-13T19:58:50.456Z Downloaded zeroize_derive v1.4.2
6382024-12-13T19:58:50.456Z Downloaded deranged v0.3.11
6392024-12-13T19:58:50.459Z Downloaded difflib v0.4.0
6402024-12-13T19:58:50.461Z Downloaded time-macros v0.2.18
6412024-12-13T19:58:50.461Z Downloaded clang-sys v1.8.1
6422024-12-13T19:58:50.464Z Downloaded ena v0.14.3
6432024-12-13T19:58:50.467Z Downloaded defmt v0.3.8
6442024-12-13T19:58:50.470Z Downloaded tracing-attributes v0.1.27
6452024-12-13T19:58:50.472Z Downloaded shlex v1.3.0
6462024-12-13T19:58:50.475Z Downloaded float-ord v0.3.2
6472024-12-13T19:58:50.475Z Downloaded float-cmp v0.9.0
6482024-12-13T19:58:50.478Z Downloaded fd-lock v4.0.2
6492024-12-13T19:58:50.481Z Downloaded strum v0.26.3
6502024-12-13T19:58:50.481Z Downloaded futures-core v0.3.31
6512024-12-13T19:58:50.484Z Downloaded strum_macros v0.26.4
6522024-12-13T19:58:50.484Z Downloaded zone_cfg_derive v0.3.0
6532024-12-13T19:58:50.486Z Downloaded icu_provider v1.5.0
6542024-12-13T19:58:50.488Z Downloaded newtype-uuid v1.1.3
6552024-12-13T19:58:50.491Z Downloaded icu_normalizer v1.5.0
6562024-12-13T19:58:50.493Z Downloaded nibble_vec v0.1.0
6572024-12-13T19:58:50.495Z Downloaded sqlformat v0.2.6
6582024-12-13T19:58:50.498Z Downloaded path-slash v0.1.5
6592024-12-13T19:58:50.498Z Downloaded uzers v0.12.1
6602024-12-13T19:58:50.501Z Downloaded cookie v0.18.1
6612024-12-13T19:58:50.503Z Downloaded pbkdf2 v0.12.2
6622024-12-13T19:58:50.506Z Downloaded compact_str v0.8.0
6632024-12-13T19:58:50.508Z Downloaded chacha20poly1305 v0.10.1
6642024-12-13T19:58:50.511Z Downloaded cc v1.1.30
6652024-12-13T19:58:50.513Z Downloaded psl-types v2.0.11
6662024-12-13T19:58:50.515Z Downloaded paste v1.0.15
6672024-12-13T19:58:50.518Z Downloaded signal-hook v0.3.17
6682024-12-13T19:58:50.521Z Downloaded yoke v0.7.4
6692024-12-13T19:58:50.523Z Downloaded value-bag v1.9.0
6702024-12-13T19:58:50.526Z Downloaded crypto-bigint v0.5.5
6712024-12-13T19:58:50.533Z Downloaded derive_builder_macro v0.20.2
6722024-12-13T19:58:50.535Z Downloaded stable_deref_trait v1.2.0
6732024-12-13T19:58:50.535Z Downloaded slog-envlogger v2.2.0
6742024-12-13T19:58:50.538Z Downloaded ppv-lite86 v0.2.20
6752024-12-13T19:58:50.540Z Downloaded static_assertions v1.1.0
6762024-12-13T19:58:50.540Z Downloaded quick-error v1.2.3
6772024-12-13T19:58:50.543Z Downloaded getrandom v0.2.15
6782024-12-13T19:58:50.546Z Downloaded peg-runtime v0.8.3
6792024-12-13T19:58:50.546Z Downloaded whoami v1.5.2
6802024-12-13T19:58:50.548Z Downloaded progenitor-client v0.8.0
6812024-12-13T19:58:50.551Z Downloaded phf_shared v0.10.0
6822024-12-13T19:58:50.551Z Downloaded num_threads v0.1.7
6832024-12-13T19:58:50.562Z Downloaded utf8_iter v1.0.4
6842024-12-13T19:58:50.565Z Downloaded icu_locid v1.5.0
6852024-12-13T19:58:50.568Z Downloaded indicatif v0.17.9
6862024-12-13T19:58:50.573Z Downloaded base64 v0.22.1
6872024-12-13T19:58:50.577Z Downloaded thread_local v1.1.8
6882024-12-13T19:58:50.579Z Downloaded thiserror-no-std v2.0.2
6892024-12-13T19:58:50.582Z Downloaded serde-big-array v0.5.1
6902024-12-13T19:58:50.585Z Downloaded derive-where v1.2.7
6912024-12-13T19:58:50.588Z Downloaded slog v2.7.0
6922024-12-13T19:58:50.591Z Downloaded futures-executor v0.3.31
6932024-12-13T19:58:50.594Z Downloaded funty v2.0.0
6942024-12-13T19:58:50.596Z Downloaded crossbeam-channel v0.5.13
6952024-12-13T19:58:50.599Z Downloaded tinyvec_macros v0.1.1
6962024-12-13T19:58:50.601Z Downloaded indexmap v1.9.3
6972024-12-13T19:58:50.603Z Downloaded packed_struct v0.10.1
6982024-12-13T19:58:50.605Z Downloaded either v1.13.0
6992024-12-13T19:58:50.608Z Downloaded foreign-types-macros v0.2.3
7002024-12-13T19:58:50.610Z Downloaded num_enum_derive v0.5.11
7012024-12-13T19:58:50.610Z Downloaded nodrop v0.1.14
7022024-12-13T19:58:50.612Z Downloaded hash32 v0.3.1
7032024-12-13T19:58:50.612Z Downloaded vte_generate_state_changes v0.1.2
7042024-12-13T19:58:50.614Z Downloaded diff v0.1.13
7052024-12-13T19:58:50.617Z Downloaded dhcproto-macros v0.1.0
7062024-12-13T19:58:50.617Z Downloaded foreign-types v0.3.2
7072024-12-13T19:58:50.619Z Downloaded hashlink v0.9.1
7082024-12-13T19:58:50.622Z Downloaded darling_macro v0.20.10
7092024-12-13T19:58:50.622Z Downloaded waitgroup v0.1.2
7102024-12-13T19:58:50.624Z Downloaded rfc6979 v0.4.0
7112024-12-13T19:58:50.624Z Downloaded progenitor v0.8.0
7122024-12-13T19:58:50.627Z Downloaded slog-term v2.9.1
7132024-12-13T19:58:50.629Z Downloaded der_derive v0.7.3
7142024-12-13T19:58:50.631Z Downloaded oso v0.27.3
7152024-12-13T19:58:50.634Z Downloaded omicron-zone-package v0.11.1
7162024-12-13T19:58:50.637Z Downloaded pem v3.0.4
7172024-12-13T19:58:50.639Z Downloaded serde_with_macros v3.11.0
7182024-12-13T19:58:50.641Z Downloaded ecdsa v0.16.9
7192024-12-13T19:58:50.644Z Downloaded dyn-clone v1.0.17
7202024-12-13T19:58:50.647Z Downloaded sec1 v0.7.3
7212024-12-13T19:58:50.647Z Downloaded bumpalo v3.16.0
7222024-12-13T19:58:50.649Z Downloaded semver v0.1.20
7232024-12-13T19:58:50.652Z Downloaded fs_extra v1.3.0
7242024-12-13T19:58:50.654Z Downloaded tokio-tungstenite v0.24.0
7252024-12-13T19:58:50.656Z Downloaded tokio-tungstenite v0.23.1
7262024-12-13T19:58:50.658Z Downloaded slog-dtrace v0.3.0
7272024-12-13T19:58:50.661Z Downloaded slog-bunyan v2.5.0
7282024-12-13T19:58:50.661Z Downloaded num_enum v0.5.11
7292024-12-13T19:58:50.666Z Downloaded tabwriter v1.4.0
7302024-12-13T19:58:50.668Z Downloaded synstructure v0.13.1
7312024-12-13T19:58:50.671Z Downloaded smf v0.2.3
7322024-12-13T19:58:50.671Z Downloaded rtoolbox v0.0.2
7332024-12-13T19:58:50.674Z Downloaded zerofrom v0.1.4
7342024-12-13T19:58:50.674Z Downloaded displaydoc v0.2.5
7352024-12-13T19:58:50.677Z Downloaded utf-8 v0.7.6
7362024-12-13T19:58:50.679Z Downloaded tracing v0.1.40
7372024-12-13T19:58:50.682Z Downloaded foreign-types v0.5.0
7382024-12-13T19:58:50.685Z Downloaded aes v0.8.4
7392024-12-13T19:58:50.687Z Downloaded typify-macro v0.2.0
7402024-12-13T19:58:50.690Z Downloaded postcard v1.0.10
7412024-12-13T19:58:50.692Z Downloaded russh-keys v0.45.0
7422024-12-13T19:58:50.695Z Downloaded wait-timeout v0.2.0
7432024-12-13T19:58:50.697Z Downloaded serde-hex v0.1.0
7442024-12-13T19:58:50.699Z Downloaded minimal-lexical v0.2.1
7452024-12-13T19:58:50.702Z Downloaded untrusted v0.9.0
7462024-12-13T19:58:50.704Z Downloaded num v0.4.3
7472024-12-13T19:58:50.706Z Downloaded icu_collections v1.5.0
7482024-12-13T19:58:50.711Z Downloaded endian-type v0.1.2
7492024-12-13T19:58:50.714Z Downloaded openssl-probe v0.1.5
7502024-12-13T19:58:50.714Z Downloaded openssl-macros v0.1.1
7512024-12-13T19:58:50.719Z Downloaded vsss-rs v3.3.4
7522024-12-13T19:58:50.722Z Downloaded newline-converter v0.3.0
7532024-12-13T19:58:50.722Z Downloaded phf_codegen v0.11.2
7542024-12-13T19:58:50.722Z Downloaded env_filter v0.1.2
7552024-12-13T19:58:50.722Z Downloaded diesel-dtrace v0.4.0
7562024-12-13T19:58:50.724Z Downloaded phf v0.11.2
7572024-12-13T19:58:50.724Z Downloaded termtree v0.4.1
7582024-12-13T19:58:50.726Z Downloaded vergen v8.3.2
7592024-12-13T19:58:50.729Z Downloaded aes-gcm v0.10.3
7602024-12-13T19:58:50.732Z Downloaded socket2 v0.5.7
7612024-12-13T19:58:50.734Z Downloaded group v0.13.0
7622024-12-13T19:58:50.737Z Downloaded glob v0.3.1
7632024-12-13T19:58:50.740Z Downloaded postgres-protocol v0.6.7
7642024-12-13T19:58:50.740Z Downloaded parse-display v0.10.0
7652024-12-13T19:58:50.742Z Downloaded sync_wrapper v1.0.1
7662024-12-13T19:58:50.742Z Downloaded smallvec v1.13.2
7672024-12-13T19:58:50.745Z Downloaded pkcs1 v0.7.5
7682024-12-13T19:58:50.748Z Downloaded structmeta-derive v0.2.0
7692024-12-13T19:58:50.751Z Downloaded tungstenite v0.21.0
7702024-12-13T19:58:50.753Z Downloaded pretty-hex v0.2.1
7712024-12-13T19:58:50.753Z Downloaded pin-utils v0.1.0
7722024-12-13T19:58:50.757Z Downloaded progenitor-impl v0.8.0
7732024-12-13T19:58:50.759Z Downloaded phf_shared v0.11.2
7742024-12-13T19:58:50.759Z Downloaded serde_yaml v0.9.34+deprecated
7752024-12-13T19:58:50.762Z Downloaded phf_generator v0.11.2
7762024-12-13T19:58:50.764Z Downloaded olpc-cjson v0.1.4
7772024-12-13T19:58:50.764Z Downloaded futures v0.3.31
7782024-12-13T19:58:50.770Z Downloaded defmt-macros v0.3.9
7792024-12-13T19:58:50.773Z Downloaded rcgen v0.12.1
7802024-12-13T19:58:50.776Z Downloaded tungstenite v0.23.0
7812024-12-13T19:58:50.779Z Downloaded termios v0.3.3
7822024-12-13T19:58:50.782Z Downloaded termcolor v1.4.1
7832024-12-13T19:58:50.785Z Downloaded embedded-io v0.4.0
7842024-12-13T19:58:50.785Z Downloaded env_logger v0.11.5
7852024-12-13T19:58:50.787Z Downloaded percent-encoding v2.3.1
7862024-12-13T19:58:50.790Z Downloaded dsl_auto_type v0.1.2
7872024-12-13T19:58:50.790Z Downloaded parking_lot_core v0.9.10
7882024-12-13T19:58:50.793Z Downloaded env_logger v0.10.2
7892024-12-13T19:58:50.795Z Downloaded libxml v0.3.3
7902024-12-13T19:58:50.802Z Downloaded ghash v0.5.1
7912024-12-13T19:58:50.804Z Downloaded tinyvec v1.8.0
7922024-12-13T19:58:50.807Z Downloaded libm v0.2.8
7932024-12-13T19:58:50.814Z Downloaded toolchain_find v0.4.0
7942024-12-13T19:58:50.817Z Downloaded pin-project-internal v1.1.6
7952024-12-13T19:58:50.819Z Downloaded same-file v1.0.6
7962024-12-13T19:58:50.820Z Downloaded slab v0.4.9
7972024-12-13T19:58:50.822Z Downloaded siphasher v0.3.11
7982024-12-13T19:58:50.822Z Downloaded term v0.7.0
7992024-12-13T19:58:50.826Z Downloaded write16 v1.0.0
8002024-12-13T19:58:50.828Z Downloaded typify v0.2.0
8012024-12-13T19:58:50.831Z Downloaded test-strategy v0.3.1
8022024-12-13T19:58:50.834Z Downloaded slog-async v2.8.0
8032024-12-13T19:58:50.836Z Downloaded spin v0.9.8
8042024-12-13T19:58:50.839Z Downloaded parse-zoneinfo v0.3.1
8052024-12-13T19:58:50.842Z Downloaded mio v1.0.2
8062024-12-13T19:58:50.846Z Downloaded crossterm v0.28.1
8072024-12-13T19:58:50.853Z Downloaded walkdir v2.5.0
8082024-12-13T19:58:50.856Z Downloaded unicase v2.7.0
8092024-12-13T19:58:50.858Z Downloaded unarray v0.1.4
8102024-12-13T19:58:50.858Z Downloaded zerocopy-derive v0.8.10
8112024-12-13T19:58:50.865Z Downloaded hex v0.4.3
8122024-12-13T19:58:50.867Z Downloaded fallible-iterator v0.3.0
8132024-12-13T19:58:50.869Z Downloaded fallible-iterator v0.2.0
8142024-12-13T19:58:50.871Z Downloaded nu-ansi-term v0.50.1
8152024-12-13T19:58:50.873Z Downloaded zerofrom-derive v0.1.4
8162024-12-13T19:58:50.873Z Downloaded enum-as-inner v0.5.1
8172024-12-13T19:58:50.875Z Downloaded take_mut v0.2.2
8182024-12-13T19:58:50.878Z Downloaded fragile v2.0.0
8192024-12-13T19:58:50.878Z Downloaded xz2 v0.1.7
8202024-12-13T19:58:50.881Z Downloaded serde_derive_internals v0.29.1
8212024-12-13T19:58:50.883Z Downloaded futures-macro v0.3.31
8222024-12-13T19:58:50.884Z Downloaded proc-macro-crate v1.3.1
8232024-12-13T19:58:50.886Z Downloaded primeorder v0.13.6
8242024-12-13T19:58:50.886Z Downloaded serde_path_to_error v0.1.16
8252024-12-13T19:58:50.888Z Downloaded ed25519-dalek v2.1.1
8262024-12-13T19:58:50.890Z Downloaded tokio-macros v2.4.0
8272024-12-13T19:58:50.893Z Downloaded num-conv v0.1.0
8282024-12-13T19:58:50.893Z Downloaded pin-project v1.1.6
8292024-12-13T19:58:50.904Z Downloaded foreign-types-shared v0.3.1
8302024-12-13T19:58:50.906Z Downloaded rustls-pemfile v2.2.0
8312024-12-13T19:58:50.909Z Downloaded darling_core v0.20.10
8322024-12-13T19:58:50.912Z Downloaded ron v0.7.1
8332024-12-13T19:58:50.918Z Downloaded tap v1.0.1
8342024-12-13T19:58:50.920Z Downloaded tinystr v0.7.6
8352024-12-13T19:58:50.923Z Downloaded tokio-rustls v0.26.0
8362024-12-13T19:58:50.925Z Downloaded heck v0.3.3
8372024-12-13T19:58:50.925Z Downloaded futures-sink v0.3.31
8382024-12-13T19:58:50.927Z Downloaded flagset v0.4.6
8392024-12-13T19:58:50.930Z Downloaded diesel_derives v2.2.3
8402024-12-13T19:58:50.932Z Downloaded fxhash v0.2.1
8412024-12-13T19:58:50.934Z Downloaded itertools v0.13.0
8422024-12-13T19:58:50.940Z Downloaded unicode-xid v0.2.6
8432024-12-13T19:58:50.943Z Downloaded parse-size v1.1.0
8442024-12-13T19:58:50.945Z Downloaded parse-display-derive v0.10.0
8452024-12-13T19:58:50.945Z Downloaded spin v0.5.2
8462024-12-13T19:58:50.948Z Downloaded rustfmt-wrapper v0.2.1
8472024-12-13T19:58:50.948Z Downloaded rustc_version v0.1.7
8482024-12-13T19:58:50.950Z Downloaded parking_lot v0.11.2
8492024-12-13T19:58:50.953Z Downloaded structmeta-derive v0.3.0
8502024-12-13T19:58:50.953Z Downloaded structmeta v0.2.0
8512024-12-13T19:58:50.955Z Downloaded strip-ansi-escapes v0.2.0
8522024-12-13T19:58:50.955Z Downloaded signature v2.2.0
8532024-12-13T19:58:50.958Z Downloaded radium v0.7.0
8542024-12-13T19:58:50.958Z Downloaded r2d2 v0.8.10
8552024-12-13T19:58:50.961Z Downloaded postgres-types v0.2.8
8562024-12-13T19:58:50.963Z Downloaded which v4.4.2
8572024-12-13T19:58:50.965Z Downloaded sct v0.7.1
8582024-12-13T19:58:50.967Z Downloaded opaque-debug v0.3.1
8592024-12-13T19:58:50.967Z Downloaded number_prefix v0.4.0
8602024-12-13T19:58:50.969Z Downloaded parking_lot v0.12.3
8612024-12-13T19:58:50.972Z Downloaded polyval v0.6.2
8622024-12-13T19:58:50.974Z Downloaded filetime v0.2.25
8632024-12-13T19:58:50.976Z Downloaded des v0.8.1
8642024-12-13T19:58:50.978Z Downloaded display-error-chain v0.2.2
8652024-12-13T19:58:50.978Z Downloaded debug-ignore v1.0.5
8662024-12-13T19:58:50.981Z Downloaded ron v0.8.1
8672024-12-13T19:58:50.985Z Downloaded tar v0.4.42
8682024-12-13T19:58:50.988Z Downloaded unicode-segmentation v1.12.0
8692024-12-13T19:58:50.991Z Downloaded aho-corasick v1.1.3
8702024-12-13T19:58:50.997Z Downloaded sqlparser_derive v0.2.2
8712024-12-13T19:58:51.000Z Downloaded time-core v0.1.2
8722024-12-13T19:58:51.000Z Downloaded sigpipe v0.1.3
8732024-12-13T19:58:51.000Z Downloaded futures-task v0.3.31
8742024-12-13T19:58:51.002Z Downloaded foreign-types-shared v0.1.1
8752024-12-13T19:58:51.002Z Downloaded blake3 v1.5.4
8762024-12-13T19:58:51.010Z Downloaded gethostname v0.5.0
8772024-12-13T19:58:51.012Z Downloaded zerocopy v0.6.6
8782024-12-13T19:58:51.014Z Downloaded parking_lot_core v0.8.6
8792024-12-13T19:58:51.016Z Downloaded rustyline v14.0.0
8802024-12-13T19:58:51.021Z Downloaded packed_struct_codegen v0.10.1
8812024-12-13T19:58:51.024Z Downloaded ssh-encoding v0.2.0
8822024-12-13T19:58:51.026Z Downloaded serde_urlencoded v0.7.1
8832024-12-13T19:58:51.026Z Downloaded rusty-fork v0.3.0
8842024-12-13T19:58:51.029Z Downloaded data-encoding v2.6.0
8852024-12-13T19:58:51.029Z Downloaded pkcs5 v0.7.1
8862024-12-13T19:58:51.033Z Downloaded scheduled-thread-pool v0.2.7
8872024-12-13T19:58:51.036Z Downloaded unicode-normalization v0.1.24
8882024-12-13T19:58:51.039Z Downloaded tls_codec_derive v0.4.1
8892024-12-13T19:58:51.041Z Downloaded ff v0.13.0
8902024-12-13T19:58:51.043Z Downloaded try-lock v0.2.5
8912024-12-13T19:58:51.044Z Downloaded zerovec-derive v0.10.3
8922024-12-13T19:58:51.046Z Downloaded peg v0.8.4
8932024-12-13T19:58:51.048Z Downloaded fixedbitset v0.4.2
8942024-12-13T19:58:51.050Z Downloaded form_urlencoded v1.2.1
8952024-12-13T19:58:51.050Z Downloaded rsa v0.9.6
8962024-12-13T19:58:51.055Z Downloaded pkg-config v0.3.31
8972024-12-13T19:58:51.057Z Downloaded aws-lc-rs v1.10.0
8982024-12-13T19:58:51.066Z Downloaded diesel_table_macro_syntax v0.2.0
8992024-12-13T19:58:51.068Z Downloaded want v0.3.1
9002024-12-13T19:58:51.068Z Downloaded winnow v0.5.40
9012024-12-13T19:58:51.076Z Downloaded unicode-truncate v1.1.0
9022024-12-13T19:58:51.078Z Downloaded signal-hook-tokio v0.3.1
9032024-12-13T19:58:51.081Z Downloaded num-iter v0.1.45
9042024-12-13T19:58:51.081Z Downloaded tokio-rustls v0.24.1
9052024-12-13T19:58:51.083Z Downloaded openssl-sys v0.9.103
9062024-12-13T19:58:51.087Z Downloaded rustc-hash v2.0.0
9072024-12-13T19:58:51.089Z Downloaded headers v0.4.0
9082024-12-13T19:58:51.094Z Downloaded tokio-tungstenite v0.21.0
9092024-12-13T19:58:51.096Z Downloaded zeroize v1.8.1
9102024-12-13T19:58:51.099Z Downloaded wyz v0.5.1
9112024-12-13T19:58:51.101Z Downloaded num-integer v0.1.46
9122024-12-13T19:58:51.101Z Downloaded signal-hook-mio v0.2.4
9132024-12-13T19:58:51.104Z Downloaded dirs-next v2.0.0
9142024-12-13T19:58:51.104Z Downloaded prettyplease v0.2.25
9152024-12-13T19:58:51.107Z Downloaded string_cache v0.8.7
9162024-12-13T19:58:51.109Z Downloaded defmt-parser v0.3.4
9172024-12-13T19:58:51.111Z Downloaded untrusted v0.7.1
9182024-12-13T19:58:51.111Z Downloaded peg-macros v0.8.4
9192024-12-13T19:58:51.114Z Downloaded tracing-core v0.1.32
9202024-12-13T19:58:51.117Z Downloaded snafu v0.8.5
9212024-12-13T19:58:51.121Z Downloaded derive_more v0.99.18
9222024-12-13T19:58:51.126Z Downloaded downcast v0.11.0
9232024-12-13T19:58:51.129Z Downloaded num-bigint v0.4.6
9242024-12-13T19:58:51.132Z Downloaded enum-as-inner v0.6.1
9252024-12-13T19:58:51.135Z Downloaded fallible-streaming-iterator v0.1.9
9262024-12-13T19:58:51.137Z Downloaded steno v0.4.1
9272024-12-13T19:58:51.140Z Downloaded dirs-sys-next v0.1.2
9282024-12-13T19:58:51.142Z Downloaded url v2.5.3
9292024-12-13T19:58:51.144Z Downloaded similar v2.6.0
9302024-12-13T19:58:51.148Z Downloaded rand_seeder v0.3.0
9312024-12-13T19:58:51.150Z Downloaded foldhash v0.1.3
9322024-12-13T19:58:51.153Z Downloaded tui-tree-widget v0.22.0
9332024-12-13T19:58:51.153Z Downloaded ssh-cipher v0.2.0
9342024-12-13T19:58:51.155Z Downloaded num-complex v0.4.6
9352024-12-13T19:58:51.155Z Downloaded hashbrown v0.12.3
9362024-12-13T19:58:51.160Z Downloaded tokio-stream v0.1.16
9372024-12-13T19:58:51.164Z Downloaded simd-adler32 v0.3.7
9382024-12-13T19:58:51.167Z Downloaded signal-hook-registry v1.4.2
9392024-12-13T19:58:51.169Z Downloaded ref-cast v1.0.23
9402024-12-13T19:58:51.171Z Downloaded p521 v0.13.3
9412024-12-13T19:58:51.175Z Downloaded der v0.7.9
9422024-12-13T19:58:51.179Z Downloaded rustls-webpki v0.102.8
9432024-12-13T19:58:51.197Z Downloaded pkcs8 v0.10.2
9442024-12-13T19:58:51.200Z Downloaded num-rational v0.4.2
9452024-12-13T19:58:51.202Z Downloaded num-derive v0.4.2
9462024-12-13T19:58:51.205Z Downloaded half v2.4.1
9472024-12-13T19:58:51.207Z Downloaded sqlparser v0.45.0
9482024-12-13T19:58:51.212Z Downloaded zopfli v0.8.1
9492024-12-13T19:58:51.214Z Downloaded p256 v0.13.2
9502024-12-13T19:58:51.217Z Downloaded schemars v0.8.21
9512024-12-13T19:58:51.229Z Downloaded snafu-derive v0.8.5
9522024-12-13T19:58:51.231Z Downloaded rustversion v1.0.17
9532024-12-13T19:58:51.234Z Downloaded zerovec v0.10.4
9542024-12-13T19:58:51.238Z Downloaded expectorate v1.1.0
9552024-12-13T19:58:51.241Z Downloaded tough v0.19.0
9562024-12-13T19:58:51.248Z Downloaded unicode-bidi v0.3.17
9572024-12-13T19:58:51.251Z Downloaded serde_with v3.11.0
9582024-12-13T19:58:51.259Z Downloaded tungstenite v0.24.0
9592024-12-13T19:58:51.263Z Downloaded num-traits v0.2.19
9602024-12-13T19:58:51.266Z Downloaded zip v0.6.6
9612024-12-13T19:58:51.270Z Downloaded fatfs v0.3.6
9622024-12-13T19:58:51.273Z Downloaded lalrpop v0.19.12
9632024-12-13T19:58:51.284Z Downloaded num-bigint-dig v0.8.4
9642024-12-13T19:58:51.289Z Downloaded zip v2.1.3
9652024-12-13T19:58:51.293Z Downloaded x509-cert v0.2.5
9662024-12-13T19:58:51.299Z Downloaded reqwest v0.12.9
9672024-12-13T19:58:51.308Z Downloaded unicode_categories v0.1.1
9682024-12-13T19:58:51.310Z Downloaded icu_properties_data v1.5.0
9692024-12-13T19:58:51.320Z Downloaded hashbrown v0.13.2
9702024-12-13T19:58:51.325Z Downloaded quinn v0.11.5
9712024-12-13T19:58:51.329Z Downloaded rand v0.8.5
9722024-12-13T19:58:51.334Z Downloaded heapless v0.8.0
9732024-12-13T19:58:51.337Z Downloaded heapless v0.7.17
9742024-12-13T19:58:51.340Z Downloaded hickory-resolver v0.24.1
9752024-12-13T19:58:51.344Z Downloaded futures-util v0.3.31
9762024-12-13T19:58:51.356Z Downloaded regex v1.11.1
9772024-12-13T19:58:51.370Z Downloaded russh v0.45.0
9782024-12-13T19:58:51.375Z Downloaded bitvec v1.0.1
9792024-12-13T19:58:51.390Z Downloaded hickory-server v0.24.1
9802024-12-13T19:58:51.395Z Downloaded flate2 v1.0.34
9812024-12-13T19:58:51.400Z Downloaded salty v0.3.0
9822024-12-13T19:58:51.407Z Downloaded h2 v0.4.6
9832024-12-13T19:58:51.413Z Downloaded rusqlite v0.32.1
9842024-12-13T19:58:51.420Z Downloaded time v0.3.36
9852024-12-13T19:58:51.426Z Downloaded idna v0.3.0
9862024-12-13T19:58:51.433Z Downloaded vcpkg v0.2.15
9872024-12-13T19:58:51.472Z Downloaded tokio-util v0.7.12
9882024-12-13T19:58:51.478Z Downloaded idna v0.2.3
9892024-12-13T19:58:51.485Z Downloaded curve25519-dalek v4.1.3
9902024-12-13T19:58:51.494Z Downloaded ssh-key v0.6.6
9912024-12-13T19:58:51.501Z Downloaded zerocopy v0.8.10
9922024-12-13T19:58:51.525Z Downloaded idna v0.4.0
9932024-12-13T19:58:51.531Z Downloaded portable-atomic v1.9.0
9942024-12-13T19:58:51.538Z Downloaded hashbrown v0.14.5
9952024-12-13T19:58:51.544Z Downloaded git2 v0.19.0
9962024-12-13T19:58:51.552Z Downloaded nix v0.27.1
9972024-12-13T19:58:51.563Z Downloaded quick-xml v0.33.0
9982024-12-13T19:58:51.569Z Downloaded unicode-width v0.2.0
9992024-12-13T19:58:51.575Z Downloaded proptest v1.5.0
10002024-12-13T19:58:51.584Z Downloaded bstr v1.10.0
10012024-12-13T19:58:51.595Z Downloaded rayon v1.10.0
10022024-12-13T19:58:51.604Z Downloaded quinn-proto v0.11.8
10032024-12-13T19:58:51.622Z Downloaded reedline v0.35.0
10042024-12-13T19:58:51.628Z Downloaded rustls-webpki v0.101.7
10052024-12-13T19:58:51.650Z Downloaded dropshot v0.12.0
10062024-12-13T19:58:51.674Z Downloaded radix_trie v0.2.1
10072024-12-13T19:58:51.680Z Downloaded gimli v0.31.1
10082024-12-13T19:58:51.688Z Downloaded regress v0.10.1
10092024-12-13T19:58:51.697Z Downloaded petname v2.0.2
10102024-12-13T19:58:51.703Z Downloaded openssl v0.10.66
10112024-12-13T19:58:51.713Z Downloaded object v0.36.5
10122024-12-13T19:58:51.724Z Downloaded smoltcp v0.9.1
10132024-12-13T19:58:51.736Z Downloaded hickory-proto v0.24.1
10142024-12-13T19:58:51.752Z Downloaded webpki-roots v0.26.6
10152024-12-13T19:58:51.756Z Downloaded diesel v2.2.6
10162024-12-13T19:58:51.775Z Downloaded smoltcp v0.11.0
10172024-12-13T19:58:51.787Z Downloaded regex-syntax v0.8.5
10182024-12-13T19:58:51.794Z Downloaded rustls v0.23.14
10192024-12-13T19:58:51.805Z Downloaded trust-dns-proto v0.22.0
10202024-12-13T19:58:51.818Z Downloaded typify-impl v0.2.0
10212024-12-13T19:58:51.831Z Downloaded bzip2-sys v0.1.11+1.0.8
10222024-12-13T19:58:51.843Z Downloaded openapiv3 v2.0.0
10232024-12-13T19:58:51.854Z Downloaded rustls v0.22.4
10242024-12-13T19:58:51.867Z Downloaded polar-core v0.27.3
10252024-12-13T19:58:51.876Z Downloaded dropshot v0.13.0
10262024-12-13T19:58:51.898Z Downloaded regex-automata v0.4.8
10272024-12-13T19:58:51.915Z Downloaded ratatui v0.28.1
10282024-12-13T19:58:51.934Z Downloaded regress v0.9.1
10292024-12-13T19:58:51.942Z Downloaded zerocopy-derive v0.6.6
10302024-12-13T19:58:51.952Z Downloaded nix v0.29.0
10312024-12-13T19:58:51.964Z Downloaded sled v0.34.7
10322024-12-13T19:58:51.974Z Downloaded nix v0.28.0
10332024-12-13T19:58:51.984Z Downloaded chrono-tz v0.10.0
10342024-12-13T19:58:51.992Z Downloaded p384 v0.13.0
10352024-12-13T19:58:51.997Z Downloaded regex-syntax v0.6.29
10362024-12-13T19:58:52.004Z Downloaded rustls v0.21.12
10372024-12-13T19:58:52.016Z Downloaded object v0.30.4
10382024-12-13T19:58:52.030Z Downloaded tokio v1.40.0
10392024-12-13T19:58:52.069Z Downloaded csv v1.3.0
10402024-12-13T19:58:52.088Z Downloaded idna v0.5.0
10412024-12-13T19:58:52.095Z Downloaded bindgen v0.69.5
10422024-12-13T19:58:52.103Z Downloaded toml_edit v0.19.15
10432024-12-13T19:58:52.119Z Downloaded sha3 v0.10.8
10442024-12-13T19:58:52.123Z Downloaded lzma-sys v0.1.20
10452024-12-13T19:58:52.155Z Downloaded rustls-pki-types v1.9.0
10462024-12-13T19:58:52.158Z Downloaded nom v7.1.3
10472024-12-13T19:58:52.163Z Downloaded libz-sys v1.1.20
10482024-12-13T19:58:52.185Z Downloaded typed-path v0.9.3
10492024-12-13T19:58:52.191Z Downloaded chrono v0.4.38
10502024-12-13T19:58:52.199Z Downloaded writeable v0.5.5
10512024-12-13T19:58:52.202Z Downloaded yasna v0.5.2
10522024-12-13T19:58:52.202Z Downloaded idna v1.0.3
10532024-12-13T19:58:52.205Z Downloaded tokio-rustls v0.25.0
10542024-12-13T19:58:52.208Z Downloaded dhcproto v0.12.0
10552024-12-13T19:58:52.210Z Downloaded predicates v3.1.2
10562024-12-13T19:58:52.212Z Downloaded pin-project-lite v0.2.14
10572024-12-13T19:58:52.217Z Downloaded petgraph v0.6.5
10582024-12-13T19:58:52.234Z Downloaded stringprep v0.1.5
10592024-12-13T19:58:52.237Z Downloaded publicsuffix v2.2.3
10602024-12-13T19:58:52.239Z Downloaded futures-io v0.3.31
10612024-12-13T19:58:52.239Z Downloaded progenitor-macro v0.8.0
10622024-12-13T19:58:52.242Z Downloaded xattr v1.3.1
10632024-12-13T19:58:52.244Z Downloaded pem-rfc7468 v0.7.0
10642024-12-13T19:58:52.244Z Downloaded itertools v0.12.1
10652024-12-13T19:58:52.251Z Downloaded itertools v0.10.5
10662024-12-13T19:58:52.258Z Downloaded twox-hash v1.6.3
10672024-12-13T19:58:52.260Z Downloaded thiserror v2.0.3
10682024-12-13T19:58:52.266Z Downloaded salsa20 v0.10.2
10692024-12-13T19:58:52.268Z Downloaded predicates-tree v1.0.11
10702024-12-13T19:58:52.268Z Downloaded predicates-core v1.0.8
10712024-12-13T19:58:52.271Z Downloaded vte v0.11.1
10722024-12-13T19:58:52.271Z Downloaded elliptic-curve v0.13.8
10732024-12-13T19:58:52.274Z Downloaded dunce v1.0.5
10742024-12-13T19:58:52.277Z Downloaded rayon-core v1.12.1
10752024-12-13T19:58:52.280Z Downloaded uuid v1.11.0
10762024-12-13T19:58:52.282Z Downloaded unicode-properties v0.1.3
10772024-12-13T19:58:52.285Z Downloaded tokio-postgres v0.7.12
10782024-12-13T19:58:52.289Z Downloaded qorb v0.2.1
10792024-12-13T19:58:52.293Z Downloaded tls_codec v0.4.1
10802024-12-13T19:58:52.295Z Downloaded topological-sort v0.2.2
10812024-12-13T19:58:52.297Z Downloaded dropshot_endpoint v0.13.0
10822024-12-13T19:58:52.300Z Downloaded derive_builder_core v0.20.2
10832024-12-13T19:58:52.303Z Downloaded rand_xorshift v0.3.0
10842024-12-13T19:58:52.303Z Downloaded smallvec v0.6.14
10852024-12-13T19:58:52.305Z Downloaded powerfmt v0.2.0
10862024-12-13T19:58:52.305Z Downloaded flume v0.11.1
10872024-12-13T19:58:52.308Z Downloaded unsafe-libyaml v0.2.11
10882024-12-13T19:58:52.311Z Downloaded toml v0.7.8
10892024-12-13T19:58:52.315Z Downloaded hash32 v0.2.1
10902024-12-13T19:58:52.317Z Downloaded dropshot_endpoint v0.12.0
10912024-12-13T19:58:52.320Z Downloaded samael v0.0.17
10922024-12-13T19:58:52.325Z Downloaded ed25519 v2.2.3
10932024-12-13T19:58:52.327Z Downloaded thiserror-impl-no-std v2.0.2
10942024-12-13T19:58:52.331Z Downloaded rustc-demangle v0.1.24
10952024-12-13T19:58:52.333Z Downloaded poly1305 v0.8.0
10962024-12-13T19:58:52.333Z Downloaded password-hash v0.4.2
10972024-12-13T19:58:52.337Z Downloaded utf16_iter v1.0.5
10982024-12-13T19:58:52.340Z Downloaded thiserror-impl v2.0.3
10992024-12-13T19:58:52.340Z Downloaded strum_macros v0.25.3
11002024-12-13T19:58:52.340Z Downloaded strum_macros v0.24.3
11012024-12-13T19:58:52.343Z Downloaded sha1 v0.10.6
11022024-12-13T19:58:52.343Z Downloaded scrypt v0.11.0
11032024-12-13T19:58:52.346Z Downloaded owo-colors v4.1.0
11042024-12-13T19:58:52.348Z Downloaded hickory-client v0.24.1
11052024-12-13T19:58:52.351Z Downloaded globset v0.4.15
11062024-12-13T19:58:52.351Z Downloaded futures-channel v0.3.31
11072024-12-13T19:58:52.354Z Downloaded normalize-line-endings v0.3.0
11082024-12-13T19:58:52.357Z Downloaded scopeguard v1.2.0
11092024-12-13T19:58:52.357Z Downloaded rustc-hash v1.1.0
11102024-12-13T19:58:52.357Z Downloaded resolv-conf v0.7.0
11112024-12-13T19:58:52.359Z Downloaded icu_properties v1.5.1
11122024-12-13T19:58:52.362Z Downloaded password-hash v0.5.0
11132024-12-13T19:58:52.362Z Downloaded subprocess v0.2.9
11142024-12-13T19:58:52.365Z Downloaded miniz_oxide v0.8.0
11152024-12-13T19:58:52.368Z Downloaded derive_builder v0.20.2
11162024-12-13T19:58:52.371Z Downloaded mockall_derive v0.13.0
11172024-12-13T19:58:52.374Z Downloaded icu_normalizer_data v1.5.0
11182024-12-13T19:58:52.378Z Downloaded pbkdf2 v0.11.0
11192024-12-13T19:58:52.382Z Downloaded const_format v0.2.33
11202024-12-13T19:58:52.385Z Downloaded base64 v0.21.7
11212024-12-13T19:58:52.388Z Downloaded backtrace v0.3.74
11222024-12-13T19:58:52.391Z Downloaded zone_cfg_derive v0.1.2
11232024-12-13T19:58:52.394Z Downloaded structmeta v0.3.0
11242024-12-13T19:58:52.394Z Downloaded icu_locid_transform_data v1.5.0
11252024-12-13T19:58:52.396Z Downloaded embedded-io v0.6.1
11262024-12-13T19:58:52.396Z Downloaded crc-any v2.5.0
11272024-12-13T19:58:52.398Z Downloaded zone v0.3.0
11282024-12-13T19:58:52.401Z Downloaded subtle v2.6.1
11292024-12-13T19:58:52.403Z Downloaded slog-scope v4.4.0
11302024-12-13T19:58:52.403Z Downloaded shell-words v1.1.0
11312024-12-13T19:58:52.406Z Downloaded csv-core v0.1.11
11322024-12-13T19:58:52.406Z Downloaded libloading v0.8.5
11332024-12-13T19:58:52.408Z Downloaded rpassword v7.3.1
11342024-12-13T19:58:52.408Z Downloaded libsw v3.3.1
11352024-12-13T19:58:52.411Z Downloaded ipnet v2.10.1
11362024-12-13T19:58:52.414Z Downloaded crossbeam-epoch v0.9.18
11372024-12-13T19:58:52.417Z Downloaded rand_chacha v0.3.1
11382024-12-13T19:58:52.417Z Downloaded indoc v1.0.9
11392024-12-13T19:58:52.419Z Downloaded bcs v0.1.6
11402024-12-13T19:58:52.419Z Downloaded console v0.15.8
11412024-12-13T19:58:52.423Z Downloaded lazycell v1.3.0
11422024-12-13T19:58:52.426Z Downloaded lalrpop-util v0.19.12
11432024-12-13T19:58:52.426Z Downloaded kstat-rs v0.2.4
11442024-12-13T19:58:52.428Z Downloaded keccak v0.1.5
11452024-12-13T19:58:52.428Z Downloaded const_format_proc_macros v0.2.33
11462024-12-13T19:58:52.430Z Downloaded encoding_rs v0.8.34
11472024-12-13T19:58:52.450Z Downloaded backoff v0.4.0
11482024-12-13T19:58:52.453Z Downloaded hyper-util v0.1.10
11492024-12-13T19:58:52.456Z Downloaded bitfield-struct v0.6.2
11502024-12-13T19:58:52.459Z Downloaded base16ct v0.2.0
11512024-12-13T19:58:52.461Z Downloaded highway v1.2.0
11522024-12-13T19:58:52.461Z Downloaded hubpack v0.1.2
11532024-12-13T19:58:52.463Z Downloaded http-body v1.0.1
11542024-12-13T19:58:52.463Z Downloaded bcrypt-pbkdf v0.10.0
11552024-12-13T19:58:52.465Z Downloaded ascii-canvas v3.0.0
11562024-12-13T19:58:52.465Z Downloaded atomic-waker v1.1.2
11572024-12-13T19:58:52.468Z Downloaded async-stream v0.3.6
11582024-12-13T19:58:52.470Z Downloaded hostname v0.4.0
11592024-12-13T19:58:52.557Z Downloaded libgit2-sys v0.17.0+1.8.1
11602024-12-13T19:58:52.914Z Downloaded aws-lc-sys v0.22.0
11612024-12-13T19:58:53.332Z Downloaded ring v0.17.8
11622024-12-13T19:58:53.526Z Downloaded libsqlite3-sys v0.30.1
11632024-12-13T19:58:53.610Z Downloaded ring v0.16.20
11642024-12-13T19:58:53.790Z Compiling serde v1.0.215
11652024-12-13T19:58:53.792Z Compiling lock_api v0.4.12
11662024-12-13T19:58:53.792Z Compiling scopeguard v1.2.0
11672024-12-13T19:58:53.792Z Compiling value-bag v1.9.0
11682024-12-13T19:58:53.950Z Compiling typenum v1.17.0
11692024-12-13T19:58:53.952Z Compiling generic-array v0.14.7
11702024-12-13T19:58:53.981Z Compiling syn v2.0.87
11712024-12-13T19:58:53.993Z Compiling getrandom v0.2.15
11722024-12-13T19:58:54.097Z Compiling shlex v1.3.0
11732024-12-13T19:58:54.310Z Compiling rand_core v0.6.4
11742024-12-13T19:58:54.397Z Compiling log v0.4.22
11752024-12-13T19:58:54.513Z Compiling subtle v2.6.1
11762024-12-13T19:58:54.563Z Compiling jobserver v0.1.32
11772024-12-13T19:58:54.580Z Compiling smallvec v1.13.2
11782024-12-13T19:58:54.816Z Compiling const-oid v0.9.6
11792024-12-13T19:58:54.846Z Compiling spin v0.9.8
11802024-12-13T19:58:54.863Z Compiling pin-project-lite v0.2.14
11812024-12-13T19:58:55.001Z Compiling cc v1.1.30
11822024-12-13T19:58:55.004Z Compiling rustix v0.38.37
11832024-12-13T19:58:55.239Z Compiling parking_lot_core v0.9.10
11842024-12-13T19:58:55.256Z Compiling futures-core v0.3.31
11852024-12-13T19:58:55.516Z Compiling signal-hook-registry v1.4.2
11862024-12-13T19:58:55.537Z Compiling mio v1.0.2
11872024-12-13T19:58:55.936Z Compiling aho-corasick v1.1.3
11882024-12-13T19:58:56.314Z Compiling parking_lot v0.12.3
11892024-12-13T19:58:56.334Z Compiling regex-syntax v0.8.5
11902024-12-13T19:58:56.592Z Compiling cpufeatures v0.2.14
11912024-12-13T19:58:56.703Z Compiling either v1.13.0
11922024-12-13T19:58:56.745Z Compiling lazy_static v1.5.0
11932024-12-13T19:58:56.864Z Compiling glob v0.3.1
11942024-12-13T19:58:56.949Z Compiling stable_deref_trait v1.2.0
11952024-12-13T19:58:57.141Z Compiling futures-sink v0.3.31
11962024-12-13T19:58:57.185Z Compiling socket2 v0.5.7
11972024-12-13T19:58:57.216Z Compiling slab v0.4.9
11982024-12-13T19:58:57.398Z Compiling prettyplease v0.2.25
11992024-12-13T19:58:57.674Z Compiling minimal-lexical v0.2.1
12002024-12-13T19:58:57.927Z Compiling clang-sys v1.8.1
12012024-12-13T19:58:58.053Z Compiling libloading v0.8.5
12022024-12-13T19:58:58.182Z Compiling nom v7.1.3
12032024-12-13T19:58:58.203Z Compiling home v0.5.9
12042024-12-13T19:58:58.482Z Compiling bindgen v0.69.5
12052024-12-13T19:58:58.484Z Compiling serde_json v1.0.132
12062024-12-13T19:58:58.856Z Compiling futures-channel v0.3.31
12072024-12-13T19:58:59.310Z Compiling itertools v0.12.1
12082024-12-13T19:58:59.331Z Compiling lazycell v1.3.0
12092024-12-13T19:58:59.443Z Compiling rustc-hash v1.1.0
12102024-12-13T19:58:59.493Z Compiling pin-utils v0.1.0
12112024-12-13T19:58:59.589Z Compiling allocator-api2 v0.2.18
12122024-12-13T19:58:59.610Z Compiling futures-task v0.3.31
12132024-12-13T19:58:59.923Z Compiling futures-io v0.3.31
12142024-12-13T19:59:00.246Z Compiling regex-automata v0.4.8
12152024-12-13T19:59:00.387Z Compiling foldhash v0.1.3
12162024-12-13T19:59:00.675Z Compiling hashbrown v0.15.1
12172024-12-13T19:59:01.841Z Compiling synstructure v0.13.1
12182024-12-13T19:59:02.006Z Compiling cexpr v0.6.0
12192024-12-13T19:59:02.505Z Compiling cmake v0.1.51
12202024-12-13T19:59:03.281Z Compiling tinyvec_macros v0.1.1
12212024-12-13T19:59:03.378Z Compiling pkg-config v0.3.31
12222024-12-13T19:59:03.548Z Compiling fs_extra v1.3.0
12232024-12-13T19:59:03.582Z Compiling libm v0.2.8
12242024-12-13T19:59:03.807Z Compiling dunce v1.0.5
12252024-12-13T19:59:03.935Z Compiling tinyvec v1.8.0
12262024-12-13T19:59:03.954Z Compiling num-traits v0.2.19
12272024-12-13T19:59:04.463Z Compiling ring v0.17.8
12282024-12-13T19:59:04.953Z Compiling litemap v0.7.3
12292024-12-13T19:59:05.206Z Compiling writeable v0.5.5
12302024-12-13T19:59:05.341Z Compiling base64ct v1.6.0
12312024-12-13T19:59:05.433Z Compiling unicode-normalization v0.1.24
12322024-12-13T19:59:05.520Z Compiling paste v1.0.15
12332024-12-13T19:59:05.609Z Compiling unicode-bidi v0.3.17
12342024-12-13T19:59:05.782Z Compiling regex v1.11.1
12352024-12-13T19:59:05.917Z Compiling pem-rfc7468 v0.7.0
12362024-12-13T19:59:06.683Z Compiling flagset v0.4.6
12372024-12-13T19:59:06.871Z Compiling httparse v1.9.5
12382024-12-13T19:59:06.890Z Compiling aws-lc-rs v1.10.0
12392024-12-13T19:59:07.345Z Compiling tracing-core v0.1.32
12402024-12-13T19:59:07.689Z Compiling rustls-pki-types v1.9.0
12412024-12-13T19:59:08.194Z Compiling percent-encoding v2.3.1
12422024-12-13T19:59:08.502Z Compiling icu_locid_transform_data v1.5.0
12432024-12-13T19:59:08.562Z Compiling crossbeam-utils v0.8.20
12442024-12-13T19:59:08.649Z Compiling serde_derive v1.0.215
12452024-12-13T19:59:08.704Z Compiling zeroize_derive v1.4.2
12462024-12-13T19:59:08.725Z Compiling zerocopy-derive v0.7.35
12472024-12-13T19:59:09.159Z Compiling tokio-macros v2.4.0
12482024-12-13T19:59:09.322Z Compiling zerofrom-derive v0.1.4
12492024-12-13T19:59:10.250Z Compiling zeroize v1.8.1
12502024-12-13T19:59:10.733Z Compiling thiserror-impl v1.0.69
12512024-12-13T19:59:10.925Z Compiling yoke-derive v0.7.4
12522024-12-13T19:59:11.024Z Compiling zerocopy v0.7.35
12532024-12-13T19:59:11.953Z Compiling futures-macro v0.3.31
12542024-12-13T19:59:12.091Z Compiling crypto-common v0.1.6
12552024-12-13T19:59:12.339Z Compiling block-buffer v0.10.4
12562024-12-13T19:59:12.612Z Compiling digest v0.10.7
12572024-12-13T19:59:12.700Z Compiling zerovec-derive v0.10.3
12582024-12-13T19:59:13.041Z Compiling hmac v0.12.1
12592024-12-13T19:59:13.101Z Compiling block-padding v0.3.3
12602024-12-13T19:59:13.292Z Compiling displaydoc v0.2.5
12612024-12-13T19:59:13.362Z Compiling inout v0.1.3
12622024-12-13T19:59:13.440Z Compiling zerofrom v0.1.4
12632024-12-13T19:59:13.637Z Compiling cipher v0.4.4
12642024-12-13T19:59:13.676Z Compiling sha2 v0.10.8
12652024-12-13T19:59:13.937Z Compiling futures-util v0.3.31
12662024-12-13T19:59:14.109Z Compiling yoke v0.7.4
12672024-12-13T19:59:14.167Z Compiling ppv-lite86 v0.2.20
12682024-12-13T19:59:14.208Z Compiling thiserror v1.0.69
12692024-12-13T19:59:14.355Z Compiling der_derive v0.7.3
12702024-12-13T19:59:14.498Z Compiling icu_provider_macros v1.5.0
12712024-12-13T19:59:15.011Z Compiling rand_chacha v0.3.1
12722024-12-13T19:59:15.031Z Compiling tracing-attributes v0.1.27
12732024-12-13T19:59:15.505Z Compiling zerovec v0.10.4
12742024-12-13T19:59:15.649Z Compiling rand v0.8.5
12752024-12-13T19:59:16.906Z Compiling der v0.7.9
12762024-12-13T19:59:17.327Z Compiling pest v2.7.14
12772024-12-13T19:59:17.412Z Compiling tinystr v0.7.6
12782024-12-13T19:59:17.807Z Compiling icu_locid v1.5.0
12792024-12-13T19:59:17.878Z Compiling icu_collections v1.5.0
12802024-12-13T19:59:17.915Z Compiling salsa20 v0.10.2
12812024-12-13T19:59:18.158Z Compiling pbkdf2 v0.12.2
12822024-12-13T19:59:18.366Z Compiling mirai-annotations v1.12.0
12832024-12-13T19:59:18.544Z Compiling untrusted v0.9.0
12842024-12-13T19:59:18.722Z Compiling icu_properties_data v1.5.0
12852024-12-13T19:59:18.930Z Compiling icu_provider v1.5.0
12862024-12-13T19:59:18.997Z Compiling spki v0.7.3
12872024-12-13T19:59:19.403Z Compiling tracing v0.1.40
12882024-12-13T19:59:19.407Z Compiling num-conv v0.1.0
12892024-12-13T19:59:19.698Z Compiling icu_locid_transform v1.5.0
12902024-12-13T19:59:20.785Z Compiling powerfmt v0.2.0
12912024-12-13T19:59:20.785Z Compiling vcpkg v0.2.15
12922024-12-13T19:59:20.785Z Compiling time-core v0.1.2
12932024-12-13T19:59:20.785Z Compiling untrusted v0.7.1
12942024-12-13T19:59:20.786Z Compiling deranged v0.3.11
12952024-12-13T19:59:20.786Z Compiling pest_meta v2.7.14
12962024-12-13T19:59:20.786Z Compiling time-macros v0.2.18
12972024-12-13T19:59:21.739Z Compiling icu_properties v1.5.1
12982024-12-13T19:59:22.280Z Compiling scrypt v0.11.0
12992024-12-13T19:59:22.305Z Compiling openssl-sys v0.9.103
13002024-12-13T19:59:22.503Z Compiling aes v0.8.4
13012024-12-13T19:59:22.869Z Compiling bitflags v2.6.0
13022024-12-13T19:59:23.170Z Compiling bytes v1.8.0
13032024-12-13T19:59:23.746Z Compiling indexmap v2.6.0
13042024-12-13T19:59:24.163Z Compiling tokio v1.40.0
13052024-12-13T19:59:24.435Z Compiling http v1.1.0
13062024-12-13T19:59:25.270Z Compiling semver v1.0.23
13072024-12-13T19:59:25.413Z Compiling cbc v0.1.2
13082024-12-13T19:59:25.478Z Compiling scroll_derive v0.12.0
13092024-12-13T19:59:25.665Z Compiling num_threads v0.1.7
13102024-12-13T19:59:25.796Z Compiling rustc_version v0.4.1
13112024-12-13T19:59:26.074Z Compiling icu_normalizer_data v1.5.0
13122024-12-13T19:59:26.185Z Compiling atomic-waker v1.1.2
13132024-12-13T19:59:26.381Z Compiling utf8_iter v1.0.4
13142024-12-13T19:59:26.568Z Compiling utf16_iter v1.0.5
13152024-12-13T19:59:26.670Z Compiling write16 v1.0.0
13162024-12-13T19:59:26.691Z Compiling http-body v1.0.1
13172024-12-13T19:59:26.715Z Compiling time v0.3.36
13182024-12-13T19:59:26.810Z Compiling icu_normalizer v1.5.0
13192024-12-13T19:59:26.814Z Compiling pkcs5 v0.7.1
13202024-12-13T19:59:26.917Z Compiling pest_generator v2.7.14
13212024-12-13T19:59:26.969Z Compiling scroll v0.12.0
13222024-12-13T19:59:26.989Z Compiling form_urlencoded v1.2.1
13232024-12-13T19:59:27.334Z Compiling which v4.4.2
13242024-12-13T19:59:27.535Z Compiling try-lock v0.2.5
13252024-12-13T19:59:27.966Z Compiling slog v2.7.0
13262024-12-13T19:59:28.071Z Compiling want v0.3.1
13272024-12-13T19:59:28.380Z Compiling idna_adapter v1.2.0
13282024-12-13T19:59:28.604Z Compiling goblin v0.8.2
13292024-12-13T19:59:28.622Z Compiling pkcs8 v0.10.2
13302024-12-13T19:59:28.764Z Compiling httpdate v1.0.3
13312024-12-13T19:59:28.906Z Compiling pest_derive v2.7.14
13322024-12-13T19:59:29.251Z Compiling idna v1.0.3
13332024-12-13T19:59:29.356Z Compiling uuid v1.11.0
13342024-12-13T19:59:29.643Z Compiling toml_datetime v0.6.8
13352024-12-13T19:59:29.691Z Compiling dtrace-parser v0.2.0
13362024-12-13T19:59:30.166Z Compiling serde_spanned v0.6.8
13372024-12-13T19:59:30.411Z Compiling serde_tokenstream v0.2.2
13382024-12-13T19:59:30.749Z Compiling openssl v0.10.66
13392024-12-13T19:59:31.018Z Compiling tower-service v0.3.3
13402024-12-13T19:59:31.143Z Compiling adler2 v2.0.0
13412024-12-13T19:59:31.146Z Compiling foreign-types-shared v0.1.1
13422024-12-13T19:59:31.182Z Compiling match_cfg v0.1.0
13432024-12-13T19:59:31.270Z Compiling rustversion v1.0.17
13442024-12-13T19:59:31.290Z Compiling base64 v0.22.1
13452024-12-13T19:59:31.358Z Compiling iana-time-zone v0.1.61
13462024-12-13T19:59:31.838Z Compiling chrono v0.4.38
13472024-12-13T19:59:31.937Z Compiling miniz_oxide v0.8.0
13482024-12-13T19:59:31.999Z Compiling hostname v0.3.1
13492024-12-13T19:59:32.086Z Compiling foreign-types v0.3.2
13502024-12-13T19:59:32.162Z Compiling url v2.5.3
13512024-12-13T19:59:32.251Z Compiling openssl-macros v0.1.1
13522024-12-13T19:59:33.024Z Compiling tokio-util v0.7.12
13532024-12-13T19:59:33.457Z Compiling async-trait v0.1.83
13542024-12-13T19:59:33.584Z Compiling dirs-sys-next v0.1.2
13552024-12-13T19:59:34.221Z Compiling h2 v0.4.6
13562024-12-13T19:59:34.241Z Compiling native-tls v0.2.12
13572024-12-13T19:59:34.489Z Compiling dof v0.3.0
13582024-12-13T19:59:34.571Z Compiling rustls v0.22.4
13592024-12-13T19:59:34.833Z Compiling data-encoding v2.6.0
13602024-12-13T19:59:35.512Z Compiling usdt-impl v0.5.0
13612024-12-13T19:59:36.213Z Compiling siphasher v0.3.11
13622024-12-13T19:59:36.620Z Compiling rustls v0.23.14
13632024-12-13T19:59:36.742Z Compiling syn v1.0.109
13642024-12-13T19:59:36.974Z Compiling dirs-next v2.0.0
13652024-12-13T19:59:37.267Z Compiling http-body-util v0.1.2
13662024-12-13T19:59:37.458Z Compiling heapless v0.7.17
13672024-12-13T19:59:37.801Z Compiling crossbeam-epoch v0.9.18
13682024-12-13T19:59:37.884Z Compiling sha1 v0.10.6
13692024-12-13T19:59:38.307Z Compiling signature v2.2.0
13702024-12-13T19:59:38.571Z Compiling bzip2-sys v0.1.11+1.0.8
13712024-12-13T19:59:38.603Z Compiling serde_derive_internals v0.29.1
13722024-12-13T19:59:38.626Z Compiling thread_local v1.1.8
13732024-12-13T19:59:38.998Z Compiling encoding_rs v0.8.34
13742024-12-13T19:59:39.054Z Compiling cookie v0.18.1
13752024-12-13T19:59:39.188Z Compiling multer v3.1.0
13762024-12-13T19:59:39.340Z Compiling mime v0.3.17
13772024-12-13T19:59:39.484Z Compiling slog-async v2.8.0
13782024-12-13T19:59:39.982Z Compiling signal-hook v0.3.17
13792024-12-13T19:59:39.985Z Compiling rayon-core v1.12.1
13802024-12-13T19:59:40.025Z Compiling schemars v0.8.21
13812024-12-13T19:59:40.253Z Compiling gimli v0.31.1
13822024-12-13T19:59:40.255Z Compiling unicode-properties v0.1.3
13832024-12-13T19:59:40.340Z Compiling openssl-probe v0.1.5
13842024-12-13T19:59:40.684Z Compiling ipnet v2.10.1
13852024-12-13T19:59:40.706Z Compiling stringprep v0.1.5
13862024-12-13T19:59:41.297Z Compiling hyper v1.5.0
13872024-12-13T19:59:42.010Z Compiling schemars_derive v0.8.21
13882024-12-13T19:59:42.060Z Compiling toml_edit v0.22.22
13892024-12-13T19:59:44.104Z Compiling hyper-util v0.1.10
13902024-12-13T19:59:44.919Z Compiling addr2line v0.24.2
13912024-12-13T19:59:45.609Z Compiling usdt-attr-macro v0.5.0
13922024-12-13T19:59:45.639Z Compiling usdt-macro v0.5.0
13932024-12-13T19:59:45.659Z Compiling crossbeam-deque v0.8.5
13942024-12-13T19:59:46.034Z Compiling term v0.7.0
13952024-12-13T19:59:47.084Z Compiling slog-json v2.6.1
13962024-12-13T19:59:47.136Z Compiling serde_urlencoded v0.7.1
13972024-12-13T19:59:47.213Z Compiling curve25519-dalek v4.1.3
13982024-12-13T19:59:47.276Z Compiling crossbeam-channel v0.5.13
13992024-12-13T19:59:47.437Z Compiling enum-as-inner v0.6.1
14002024-12-13T19:59:47.582Z Compiling futures-executor v0.3.31
14012024-12-13T19:59:47.684Z Compiling md-5 v0.10.6
14022024-12-13T19:59:47.823Z Compiling async-stream-impl v0.3.6
14032024-12-13T19:59:47.957Z Compiling num-integer v0.1.46
14042024-12-13T19:59:48.148Z Compiling rustls-pemfile v2.2.0
14052024-12-13T19:59:48.385Z Compiling idna v0.3.0
14062024-12-13T19:59:48.497Z Compiling idna v0.4.0
14072024-12-13T19:59:48.546Z Compiling hash32 v0.2.1
14082024-12-13T19:59:48.733Z Compiling ff v0.13.0
14092024-12-13T19:59:48.916Z Compiling is-terminal v0.4.13
14102024-12-13T19:59:48.970Z Compiling object v0.36.5
14112024-12-13T19:59:49.055Z Compiling dropshot v0.12.0
14122024-12-13T19:59:49.196Z Compiling base16ct v0.2.0
14132024-12-13T19:59:49.342Z Compiling smoltcp v0.9.1
14142024-12-13T19:59:49.534Z Compiling psl-types v2.0.11
14152024-12-13T19:59:49.744Z Compiling fallible-iterator v0.2.0
14162024-12-13T19:59:50.009Z Compiling anyhow v1.0.93
14172024-12-13T19:59:50.089Z Compiling rustc-demangle v0.1.24
14182024-12-13T19:59:50.178Z Compiling num-bigint-dig v0.8.4
14192024-12-13T19:59:50.412Z Compiling take_mut v0.2.2
14202024-12-13T19:59:50.472Z Compiling dyn-clone v1.0.17
14212024-12-13T19:59:50.475Z Compiling portable-atomic v1.9.0
14222024-12-13T19:59:50.576Z Compiling utf-8 v0.7.6
14232024-12-13T19:59:50.658Z Compiling linked-hash-map v0.5.6
14242024-12-13T19:59:50.702Z Compiling quick-error v1.2.3
14252024-12-13T19:59:50.853Z Compiling resolv-conf v0.7.0
14262024-12-13T19:59:50.909Z Compiling tungstenite v0.24.0
14272024-12-13T19:59:51.037Z Compiling lru-cache v0.1.2
14282024-12-13T19:59:51.738Z Compiling postgres-protocol v0.6.7
14292024-12-13T19:59:51.788Z Compiling publicsuffix v2.2.3
14302024-12-13T19:59:52.071Z Compiling sec1 v0.7.3
14312024-12-13T19:59:52.665Z Compiling hickory-proto v0.24.1
14322024-12-13T19:59:52.794Z Compiling async-stream v0.3.6
14332024-12-13T19:59:53.091Z Compiling slog-term v2.9.1
14342024-12-13T19:59:53.117Z Compiling group v0.13.0
14352024-12-13T19:59:53.321Z Compiling usdt v0.5.0
14362024-12-13T19:59:53.826Z Compiling num-iter v0.1.45
14372024-12-13T19:59:54.144Z Compiling futures v0.3.31
14382024-12-13T19:59:54.270Z Compiling slog-bunyan v2.5.0
14392024-12-13T19:59:55.650Z Compiling toml v0.8.19
14402024-12-13T19:59:55.793Z Compiling tokio-native-tls v0.3.1
14412024-12-13T19:59:56.074Z Compiling camino v1.1.9
14422024-12-13T19:59:56.120Z Compiling phf_shared v0.11.2
14432024-12-13T19:59:56.239Z Compiling dropshot_endpoint v0.12.0
14442024-12-13T19:59:56.507Z Compiling backtrace v0.3.74
14452024-12-13T19:59:57.097Z Compiling terminal_size v0.4.0
14462024-12-13T19:59:57.229Z Compiling waitgroup v0.1.2
14472024-12-13T19:59:57.308Z Compiling openapiv3 v2.0.0
14482024-12-13T19:59:57.429Z Compiling serde_path_to_error v0.1.16
14492024-12-13T19:59:57.466Z Compiling hkdf v0.12.4
14502024-12-13T19:59:57.735Z Compiling crypto-bigint v0.5.5
14512024-12-13T19:59:58.301Z Compiling zerocopy-derive v0.6.6
14522024-12-13T20:00:00.286Z Compiling curve25519-dalek-derive v0.1.1
14532024-12-13T20:00:00.410Z Compiling hubpack_derive v0.1.1
14542024-12-13T20:00:00.620Z Compiling webpki-roots v0.26.6
14552024-12-13T20:00:00.855Z Compiling idna v0.5.0
14562024-12-13T20:00:00.983Z Compiling hostname v0.4.0
14572024-12-13T20:00:01.256Z Compiling ahash v0.8.11
14582024-12-13T20:00:01.345Z Compiling fs-err v2.11.0
14592024-12-13T20:00:01.578Z Compiling crc32fast v1.4.2
14602024-12-13T20:00:01.683Z Compiling winnow v0.5.40
14612024-12-13T20:00:01.863Z Compiling managed v0.8.0
14622024-12-13T20:00:01.866Z Compiling debug-ignore v1.0.5
14632024-12-13T20:00:01.929Z Compiling bitflags v1.3.2
14642024-12-13T20:00:02.021Z Compiling console v0.15.8
14652024-12-13T20:00:02.041Z Compiling strum_macros v0.25.3
14662024-12-13T20:00:02.612Z Compiling clap_builder v4.5.21
14672024-12-13T20:00:03.905Z Compiling flate2 v1.0.34
14682024-12-13T20:00:04.072Z Compiling cookie_store v0.21.0
14692024-12-13T20:00:04.707Z Compiling hubpack v0.1.2
14702024-12-13T20:00:04.759Z Compiling elliptic-curve v0.13.8
14712024-12-13T20:00:05.181Z Compiling zerocopy v0.6.6
14722024-12-13T20:00:05.603Z Compiling toml_edit v0.19.15
14732024-12-13T20:00:05.631Z Compiling hickory-resolver v0.24.1
14742024-12-13T20:00:06.077Z Compiling phf v0.11.2
14752024-12-13T20:00:06.309Z Compiling hyper-tls v0.6.0
14762024-12-13T20:00:06.377Z Compiling signal-hook-mio v0.2.4
14772024-12-13T20:00:06.548Z Compiling rayon v1.10.0
14782024-12-13T20:00:06.614Z Compiling bzip2 v0.4.4
14792024-12-13T20:00:07.059Z Compiling postgres-types v0.2.8
14802024-12-13T20:00:08.623Z Compiling tokio-tungstenite v0.24.0
14812024-12-13T20:00:10.542Z Compiling ed25519 v2.2.3
14822024-12-13T20:00:11.293Z Compiling phf_shared v0.10.0
14832024-12-13T20:00:11.534Z Compiling tokio-stream v0.1.16
14842024-12-13T20:00:11.733Z Compiling pkcs1 v0.7.5
14852024-12-13T20:00:12.246Z Compiling serde-big-array v0.5.1
14862024-12-13T20:00:12.427Z Compiling clap_derive v4.5.18
14872024-12-13T20:00:12.489Z Compiling rfc6979 v0.4.0
14882024-12-13T20:00:12.639Z Compiling derive-where v1.2.7
14892024-12-13T20:00:12.661Z Compiling serde_repr v0.1.19
14902024-12-13T20:00:12.663Z Compiling float-cmp v0.9.0
14912024-12-13T20:00:12.768Z Compiling bstr v1.10.0
14922024-12-13T20:00:12.901Z Compiling sync_wrapper v1.0.1
14932024-12-13T20:00:13.060Z Compiling unicode-width v0.2.0
14942024-12-13T20:00:13.595Z Compiling static_assertions v1.1.0
14952024-12-13T20:00:13.707Z Compiling predicates-core v1.0.8
14962024-12-13T20:00:13.740Z Compiling precomputed-hash v0.1.1
14972024-12-13T20:00:13.867Z Compiling normalize-line-endings v0.3.0
14982024-12-13T20:00:13.888Z Compiling new_debug_unreachable v1.0.6
14992024-12-13T20:00:13.987Z Compiling bit-vec v0.6.3
15002024-12-13T20:00:14.007Z Compiling difflib v0.4.0
15012024-12-13T20:00:14.070Z Compiling fixedbitset v0.4.2
15022024-12-13T20:00:14.457Z Compiling unicode-segmentation v1.12.0
15032024-12-13T20:00:14.549Z Compiling number_prefix v0.4.0
15042024-12-13T20:00:14.570Z Compiling whoami v1.5.2
15052024-12-13T20:00:14.776Z Compiling indicatif v0.17.9
15062024-12-13T20:00:15.222Z Compiling similar v2.6.0
15072024-12-13T20:00:15.355Z Compiling tokio-postgres v0.7.12
15082024-12-13T20:00:15.653Z Compiling predicates v3.1.2
15092024-12-13T20:00:16.264Z Compiling petgraph v0.6.5
15102024-12-13T20:00:17.072Z Compiling bit-set v0.5.3
15112024-12-13T20:00:17.386Z Compiling string_cache v0.8.7
15122024-12-13T20:00:17.471Z Compiling clap v4.5.21
15132024-12-13T20:00:17.493Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142024-12-13T20:00:17.602Z Compiling ecdsa v0.16.9
15152024-12-13T20:00:17.731Z Compiling rsa v0.9.6
15162024-12-13T20:00:17.863Z Compiling ed25519-dalek v2.1.1
15172024-12-13T20:00:18.468Z Compiling toml v0.7.8
15182024-12-13T20:00:19.199Z Compiling zip v0.6.6
15192024-12-13T20:00:20.270Z Compiling crossterm v0.28.1
15202024-12-13T20:00:21.317Z Compiling hex v0.4.3
15212024-12-13T20:00:21.348Z Compiling x509-cert v0.2.5
15222024-12-13T20:00:21.377Z Compiling itertools v0.10.5
15232024-12-13T20:00:21.477Z Compiling lalrpop-util v0.19.12
15242024-12-13T20:00:21.855Z Compiling unicode-xid v0.2.6
15252024-12-13T20:00:21.950Z Compiling peg-runtime v0.8.3
15262024-12-13T20:00:22.046Z Compiling strum_macros v0.26.4
15272024-12-13T20:00:22.636Z Compiling xattr v1.3.1
15282024-12-13T20:00:22.907Z Compiling filetime v0.2.25
15292024-12-13T20:00:23.236Z Compiling tar v0.4.42
15302024-12-13T20:00:27.131Z Compiling strum v0.26.3
15312024-12-13T20:00:30.113Z Compiling aws-lc-sys v0.22.0
15322024-12-13T20:00:58.120Z Compiling rustls-webpki v0.102.8
15332024-12-13T20:01:01.540Z Compiling tokio-rustls v0.25.0
15342024-12-13T20:01:03.295Z Compiling tokio-rustls v0.26.0
15352024-12-13T20:01:03.644Z Compiling hyper-rustls v0.27.3
15362024-12-13T20:01:03.970Z Compiling reqwest v0.12.9
15372024-12-13T20:01:05.271Z Compiling qorb v0.2.1
15382024-12-13T20:01:09.955Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15392024-12-13T20:01:10.189Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15402024-12-13T20:01:15.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
15412024-12-13T20:01:15.827Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15422024-12-13T20:01:15.876ZDec 13 20:01:15.112 INFO Starting download, target: DendriteOpenapi
15432024-12-13T20:01:15.876ZDec 13 20:01:15.113 INFO Starting download, target: Clickhouse
15442024-12-13T20:01:15.876ZDec 13 20:01:15.113 INFO Starting download, target: Cockroach
15452024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Starting download, target: Console
15462024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Starting download, target: DendriteStub
15472024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Starting download, target: MaghemiteMgd
15482024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Starting download, target: TransceiverControl
15492024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15502024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15512024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-12-13T20:01:15.879ZDec 13 20:01:15.113 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15542024-12-13T20:01:15.879ZDec 13 20:01:15.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15552024-12-13T20:01:15.879ZDec 13 20:01:15.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15562024-12-13T20:01:16.056ZDec 13 20:01:15.293 INFO Download complete, target: DendriteOpenapi
15572024-12-13T20:01:16.151ZDec 13 20:01:15.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582024-12-13T20:01:16.358ZDec 13 20:01:15.588 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15592024-12-13T20:01:16.685ZDec 13 20:01:15.918 INFO Download complete, target: Console
15602024-12-13T20:01:16.826ZDec 13 20:01:16.044 INFO Download complete, target: TransceiverControl
15612024-12-13T20:01:16.857ZDec 13 20:01:16.088 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15622024-12-13T20:01:16.924ZDec 13 20:01:16.160 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15632024-12-13T20:01:17.526ZDec 13 20:01:16.763 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15642024-12-13T20:01:17.526ZDec 13 20:01:16.763 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15652024-12-13T20:01:18.013ZDec 13 20:01:17.250 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-13T20:01:19.940ZDec 13 20:01:19.176 INFO Download complete, target: MaghemiteMgd
15672024-12-13T20:01:19.972ZDec 13 20:01:19.208 INFO Download complete, target: DendriteStub
15682024-12-13T20:01:25.221ZDec 13 20:01:24.455 INFO Checking that binary works, target: Cockroach
15692024-12-13T20:01:25.380ZDec 13 20:01:24.614 INFO Download complete, target: Cockroach
15702024-12-13T20:01:30.869ZDec 13 20:01:30.102 INFO Checking that binary works, target: Clickhouse
15712024-12-13T20:01:31.038ZDec 13 20:01:30.271 INFO Download complete, target: Clickhouse
15722024-12-13T20:01:31.058ZAll builder prerequisites installed successfully, and PATH looks valid
15732024-12-13T20:01:31.060Z
15742024-12-13T20:01:31.060Zreal 4:50.799194639
15752024-12-13T20:01:31.061Zuser 16:33.543064266
15762024-12-13T20:01:31.061Zsys 3:17.510807018
15772024-12-13T20:01:31.061Ztrap 0.554028757
15782024-12-13T20:01:31.061Ztflt 1.589325544
15792024-12-13T20:01:31.061Zdflt 2.206524022
15802024-12-13T20:01:31.061Zkflt 0.023189545
15812024-12-13T20:01:31.061Zlock 30:01.723625053
15822024-12-13T20:01:31.061Zslp 1:01:41.265047632
15832024-12-13T20:01:31.061Zlat 58.256344727
15842024-12-13T20:01:31.061Zstop 2:20.858691516
15852024-12-13T20:01:31.061Z+ banner hack-check
15862024-12-13T20:01:31.065Z
15872024-12-13T20:01:31.065Z # # ## #### # # #### # # ###### #### # #
15882024-12-13T20:01:31.065Z # # # # # # # # # # # # # # # # #
15892024-12-13T20:01:31.065Z ###### # # # #### ##### # ###### ##### # ####
15902024-12-13T20:01:31.065Z # # ###### # # # # # # # # # #
15912024-12-13T20:01:31.065Z # # # # # # # # # # # # # # # # #
15922024-12-13T20:01:31.065Z # # # # #### # # #### # # ###### #### # #
15932024-12-13T20:01:31.065Z
15942024-12-13T20:01:31.065Z+ export CARGO_INCREMENTAL=0
15952024-12-13T20:01:31.066Z+ CARGO_INCREMENTAL=0
15962024-12-13T20:01:31.066Z+ ptime -m timeout 2h cargo xtask check-features --ci
15972024-12-13T20:01:31.591Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15982024-12-13T20:01:35.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
15992024-12-13T20:01:35.151Z Running `target/debug/xtask check-features --ci`
16002024-12-13T20:01:35.172Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16012024-12-13T20:01:35.175Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16022024-12-13T20:01:35.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16032024-12-13T20:01:35.637Z Running `target/debug/xtask download cargo-hack`
16042024-12-13T20:01:36.456Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16052024-12-13T20:01:36.816Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16062024-12-13T20:01:41.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
16072024-12-13T20:01:41.705Z Running `target/debug/xtask-downloader cargo-hack`
16082024-12-13T20:01:41.740ZDec 13 20:01:40.972 INFO Starting download, target: CargoHack
16092024-12-13T20:01:41.743ZDec 13 20:01:40.972 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16102024-12-13T20:01:42.374ZDec 13 20:01:41.605 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16112024-12-13T20:01:42.465ZDec 13 20:01:41.696 INFO Download complete, target: CargoHack
16122024-12-13T20:01:42.469Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16132024-12-13T20:01:42.484Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16142024-12-13T20:01:42.650Zinfo: running `cargo check --bins` on api_identity (1/173)
16152024-12-13T20:01:43.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-12-13T20:01:43.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-12-13T20:01:43.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-12-13T20:01:43.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16192024-12-13T20:01:43.249Z
16202024-12-13T20:01:43.249Zinfo: running `cargo check --bins` on bootstore (2/173)
16212024-12-13T20:01:43.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-12-13T20:01:43.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-12-13T20:01:43.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-12-13T20:01:43.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16252024-12-13T20:01:43.884Z
16262024-12-13T20:01:43.884Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16272024-12-13T20:01:44.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-12-13T20:01:44.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-12-13T20:01:44.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-12-13T20:01:44.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16312024-12-13T20:01:44.521Z
16322024-12-13T20:01:44.521Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16332024-12-13T20:01:45.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-12-13T20:01:45.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-12-13T20:01:45.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-12-13T20:01:45.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16372024-12-13T20:01:45.140Z
16382024-12-13T20:01:45.140Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16392024-12-13T20:01:45.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-12-13T20:01:45.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-12-13T20:01:45.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-12-13T20:01:45.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16432024-12-13T20:01:45.554Z
16442024-12-13T20:01:45.555Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16452024-12-13T20:01:45.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-12-13T20:01:45.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-12-13T20:01:45.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-12-13T20:01:45.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16492024-12-13T20:01:45.971Z
16502024-12-13T20:01:45.971Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16512024-12-13T20:01:46.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-12-13T20:01:46.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-12-13T20:01:46.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-12-13T20:01:46.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16552024-12-13T20:01:46.384Z
16562024-12-13T20:01:46.384Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16572024-12-13T20:01:46.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-12-13T20:01:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-12-13T20:01:46.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-12-13T20:01:46.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16612024-12-13T20:01:46.804Z
16622024-12-13T20:01:46.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16632024-12-13T20:01:47.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-12-13T20:01:47.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-12-13T20:01:47.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-12-13T20:01:47.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16672024-12-13T20:01:47.224Z
16682024-12-13T20:01:47.224Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16692024-12-13T20:01:47.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-12-13T20:01:47.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-12-13T20:01:47.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-12-13T20:01:47.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16732024-12-13T20:01:47.645Z
16742024-12-13T20:01:47.645Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16752024-12-13T20:01:48.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-12-13T20:01:48.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-12-13T20:01:48.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-12-13T20:01:48.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16792024-12-13T20:01:48.063Z
16802024-12-13T20:01:48.063Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16812024-12-13T20:01:48.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-12-13T20:01:48.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-12-13T20:01:48.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-12-13T20:01:48.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852024-12-13T20:01:48.482Z
16862024-12-13T20:01:48.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16872024-12-13T20:01:48.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-12-13T20:01:48.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-12-13T20:01:48.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-12-13T20:01:48.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912024-12-13T20:01:48.908Z
16922024-12-13T20:01:48.908Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16932024-12-13T20:01:49.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-12-13T20:01:49.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-12-13T20:01:49.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-12-13T20:01:49.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16972024-12-13T20:01:49.318Z
16982024-12-13T20:01:49.318Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16992024-12-13T20:01:49.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-12-13T20:01:49.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-12-13T20:01:49.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-12-13T20:01:49.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17032024-12-13T20:01:49.731Z
17042024-12-13T20:01:49.731Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17052024-12-13T20:01:50.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062024-12-13T20:01:50.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072024-12-13T20:01:50.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082024-12-13T20:01:50.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092024-12-13T20:01:50.147Z
17102024-12-13T20:01:50.147Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17112024-12-13T20:01:50.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-12-13T20:01:50.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-12-13T20:01:50.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-12-13T20:01:50.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152024-12-13T20:01:50.564Z
17162024-12-13T20:01:50.564Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17172024-12-13T20:01:50.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-12-13T20:01:50.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-12-13T20:01:50.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-12-13T20:01:50.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212024-12-13T20:01:50.987Z
17222024-12-13T20:01:50.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17232024-12-13T20:01:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-12-13T20:01:51.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-12-13T20:01:51.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-12-13T20:01:51.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272024-12-13T20:01:51.407Z
17282024-12-13T20:01:51.407Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17292024-12-13T20:01:51.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302024-12-13T20:01:51.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312024-12-13T20:01:51.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322024-12-13T20:01:51.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17332024-12-13T20:01:51.835Z
17342024-12-13T20:01:51.835Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17352024-12-13T20:01:52.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362024-12-13T20:01:52.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372024-12-13T20:01:52.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382024-12-13T20:01:52.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17392024-12-13T20:01:52.249Z
17402024-12-13T20:01:52.249Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17412024-12-13T20:01:52.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422024-12-13T20:01:52.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432024-12-13T20:01:52.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442024-12-13T20:01:52.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17452024-12-13T20:01:52.670Z
17462024-12-13T20:01:52.670Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17472024-12-13T20:01:53.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482024-12-13T20:01:53.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492024-12-13T20:01:53.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502024-12-13T20:01:53.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17512024-12-13T20:01:53.089Z
17522024-12-13T20:01:53.089Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17532024-12-13T20:01:53.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542024-12-13T20:01:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552024-12-13T20:01:53.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562024-12-13T20:01:53.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17572024-12-13T20:01:53.499Z
17582024-12-13T20:01:53.499Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17592024-12-13T20:01:54.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602024-12-13T20:01:54.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612024-12-13T20:01:54.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622024-12-13T20:01:54.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17632024-12-13T20:01:54.123Z
17642024-12-13T20:01:54.123Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17652024-12-13T20:01:54.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662024-12-13T20:01:54.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672024-12-13T20:01:54.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682024-12-13T20:01:54.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17692024-12-13T20:01:54.750Z
17702024-12-13T20:01:54.750Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17712024-12-13T20:01:55.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722024-12-13T20:01:55.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732024-12-13T20:01:55.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742024-12-13T20:01:55.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17752024-12-13T20:01:55.382Z
17762024-12-13T20:01:55.382Zinfo: running `cargo check --bins` on oxlog (28/173)
17772024-12-13T20:01:55.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782024-12-13T20:01:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792024-12-13T20:01:55.986Z Checking cfg-if v1.0.0
17802024-12-13T20:01:55.989Z Checking libc v0.2.162
17812024-12-13T20:01:56.092Z Checking serde v1.0.215
17822024-12-13T20:01:56.095Z Checking zeroize v1.8.1
17832024-12-13T20:01:56.106Z Checking memchr v2.7.4
17842024-12-13T20:01:56.112Z Checking typenum v1.17.0
17852024-12-13T20:01:56.121Z Checking scopeguard v1.2.0
17862024-12-13T20:01:56.123Z Checking subtle v2.6.1
17872024-12-13T20:01:56.146Z Checking value-bag v1.9.0
17882024-12-13T20:01:56.255Z Checking lock_api v0.4.12
17892024-12-13T20:01:56.328Z Checking smallvec v1.13.2
17902024-12-13T20:01:56.375Z Checking const-oid v0.9.6
17912024-12-13T20:01:56.536Z Checking log v0.4.22
17922024-12-13T20:01:56.665Z Checking itoa v1.0.11
17932024-12-13T20:01:56.681Z Checking pin-project-lite v0.2.14
17942024-12-13T20:01:56.821Z Checking byteorder v1.5.0
17952024-12-13T20:01:56.875Z Checking futures-core v0.3.31
17962024-12-13T20:01:56.965Z Checking once_cell v1.20.2
17972024-12-13T20:01:57.022Z Checking cpufeatures v0.2.14
17982024-12-13T20:01:57.057Z Checking futures-sink v0.3.31
17992024-12-13T20:01:57.115Z Checking stable_deref_trait v1.2.0
18002024-12-13T20:01:57.195Z Checking spin v0.9.8
18012024-12-13T20:01:57.211Z Checking zerofrom v0.1.4
18022024-12-13T20:01:57.227Z Checking zerocopy v0.7.35
18032024-12-13T20:01:57.229Z Checking getrandom v0.2.15
18042024-12-13T20:01:57.270Z Checking parking_lot_core v0.9.10
18052024-12-13T20:01:57.417Z Checking generic-array v0.14.7
18062024-12-13T20:01:57.432Z Checking signal-hook-registry v1.4.2
18072024-12-13T20:01:57.446Z Checking rand_core v0.6.4
18082024-12-13T20:01:57.529Z Checking mio v1.0.2
18092024-12-13T20:01:57.601Z Checking parking_lot v0.12.3
18102024-12-13T20:01:57.665Z Checking socket2 v0.5.7
18112024-12-13T20:01:57.734Z Checking slab v0.4.9
18122024-12-13T20:01:57.956Z Checking yoke v0.7.4
18132024-12-13T20:01:58.003Z Checking futures-channel v0.3.31
18142024-12-13T20:01:58.131Z Checking futures-task v0.3.31
18152024-12-13T20:01:58.145Z Checking futures-io v0.3.31
18162024-12-13T20:01:58.196Z Checking equivalent v1.0.1
18172024-12-13T20:01:58.274Z Checking allocator-api2 v0.2.18
18182024-12-13T20:01:58.292Z Checking pin-utils v0.1.0
18192024-12-13T20:01:58.311Z Checking foldhash v0.1.3
18202024-12-13T20:01:58.349Z Checking zerovec v0.10.4
18212024-12-13T20:01:58.366Z Checking ryu v1.0.18
18222024-12-13T20:01:58.378Z Checking futures-util v0.3.31
18232024-12-13T20:01:58.513Z Checking tinyvec_macros v0.1.1
18242024-12-13T20:01:58.588Z Checking fnv v1.0.7
18252024-12-13T20:01:58.603Z Checking tinyvec v1.8.0
18262024-12-13T20:01:58.605Z Checking crypto-common v0.1.6
18272024-12-13T20:01:58.638Z Checking block-buffer v0.10.4
18282024-12-13T20:01:58.708Z Checking block-padding v0.3.3
18292024-12-13T20:01:58.799Z Checking libm v0.2.8
18302024-12-13T20:01:58.861Z Checking digest v0.10.7
18312024-12-13T20:01:58.877Z Checking hashbrown v0.15.1
18322024-12-13T20:01:58.922Z Checking inout v0.1.3
18332024-12-13T20:01:59.166Z Checking cipher v0.4.4
18342024-12-13T20:01:59.250Z Checking hmac v0.12.1
18352024-12-13T20:01:59.477Z Checking sha2 v0.10.8
18362024-12-13T20:01:59.555Z Checking unicode-bidi v0.3.17
18372024-12-13T20:01:59.743Z Checking base64ct v1.6.0
18382024-12-13T20:01:59.967Z Checking unicode-normalization v0.1.24
18392024-12-13T20:01:59.994Z Checking tinystr v0.7.6
18402024-12-13T20:02:00.031Z Checking litemap v0.7.3
18412024-12-13T20:02:00.048Z Checking writeable v0.5.5
18422024-12-13T20:02:00.138Z Checking num-traits v0.2.19
18432024-12-13T20:02:00.207Z Checking pem-rfc7468 v0.7.0
18442024-12-13T20:02:00.336Z Checking ppv-lite86 v0.2.20
18452024-12-13T20:02:00.366Z Checking icu_locid v1.5.0
18462024-12-13T20:02:00.381Z Checking flagset v0.4.6
18472024-12-13T20:02:00.461Z Checking tracing-core v0.1.32
18482024-12-13T20:02:00.578Z Checking der v0.7.9
18492024-12-13T20:02:00.854Z Checking thiserror v1.0.69
18502024-12-13T20:02:00.985Z Checking rustls-pki-types v1.9.0
18512024-12-13T20:02:01.087Z Checking rand_chacha v0.3.1
18522024-12-13T20:02:01.126Z Checking icu_locid_transform_data v1.5.0
18532024-12-13T20:02:01.148Z Checking bytes v1.8.0
18542024-12-13T20:02:01.214Z Checking indexmap v2.6.0
18552024-12-13T20:02:01.395Z Checking serde_json v1.0.132
18562024-12-13T20:02:01.473Z Checking icu_provider v1.5.0
18572024-12-13T20:02:01.536Z Checking bitflags v2.6.0
18582024-12-13T20:02:01.840Z Checking percent-encoding v2.3.1
18592024-12-13T20:02:01.858Z Checking rand v0.8.5
18602024-12-13T20:02:01.983Z Checking tokio v1.40.0
18612024-12-13T20:02:02.042Z Checking http v1.1.0
18622024-12-13T20:02:02.108Z Checking icu_locid_transform v1.5.0
18632024-12-13T20:02:02.429Z Checking spki v0.7.3
18642024-12-13T20:02:02.525Z Checking tracing v0.1.40
18652024-12-13T20:02:02.705Z Checking icu_collections v1.5.0
18662024-12-13T20:02:02.860Z Checking salsa20 v0.10.2
18672024-12-13T20:02:03.059Z Checking pbkdf2 v0.12.2
18682024-12-13T20:02:03.098Z Checking aws-lc-sys v0.22.0
18692024-12-13T20:02:03.152Z Checking httparse v1.9.5
18702024-12-13T20:02:03.167Z Checking untrusted v0.7.1
18712024-12-13T20:02:03.221Z Checking icu_properties_data v1.5.0
18722024-12-13T20:02:03.322Z Checking mirai-annotations v1.12.0
18732024-12-13T20:02:03.367Z Checking untrusted v0.9.0
18742024-12-13T20:02:03.389Z Checking powerfmt v0.2.0
18752024-12-13T20:02:03.450Z Checking icu_properties v1.5.1
18762024-12-13T20:02:03.489Z Checking scrypt v0.11.0
18772024-12-13T20:02:03.511Z Checking ring v0.17.8
18782024-12-13T20:02:03.538Z Checking aes v0.8.4
18792024-12-13T20:02:03.554Z Checking cbc v0.1.2
18802024-12-13T20:02:03.642Z Checking deranged v0.3.11
18812024-12-13T20:02:03.707Z Checking crossbeam-utils v0.8.20
18822024-12-13T20:02:03.746Z Checking utf16_iter v1.0.5
18832024-12-13T20:02:03.904Z Checking utf8_iter v1.0.4
18842024-12-13T20:02:04.097Z Checking write16 v1.0.0
18852024-12-13T20:02:04.221Z Checking num-conv v0.1.0
18862024-12-13T20:02:04.463Z Checking time-core v0.1.2
18872024-12-13T20:02:04.465Z Checking atomic-waker v1.1.2
18882024-12-13T20:02:04.466Z Checking num_threads v0.1.7
18892024-12-13T20:02:04.584Z Checking icu_normalizer_data v1.5.0
18902024-12-13T20:02:04.599Z Checking pkcs5 v0.7.1
18912024-12-13T20:02:04.613Z Checking http-body v1.0.1
18922024-12-13T20:02:04.677Z Checking form_urlencoded v1.2.1
18932024-12-13T20:02:04.817Z Checking try-lock v0.2.5
18942024-12-13T20:02:04.879Z Checking unicode-ident v1.0.13
18952024-12-13T20:02:04.950Z Checking want v0.3.1
18962024-12-13T20:02:05.046Z Checking httpdate v1.0.3
18972024-12-13T20:02:05.106Z Checking pkcs8 v0.10.2
18982024-12-13T20:02:05.136Z Checking proc-macro2 v1.0.89
18992024-12-13T20:02:05.269Z Checking toml_datetime v0.6.8
19002024-12-13T20:02:05.305Z Checking uuid v1.11.0
19012024-12-13T20:02:05.409Z Checking serde_spanned v0.6.8
19022024-12-13T20:02:05.412Z Checking time v0.3.36
19032024-12-13T20:02:05.531Z Checking slog v2.7.0
19042024-12-13T20:02:05.600Z Checking scroll v0.12.0
19052024-12-13T20:02:05.738Z Checking aws-lc-rs v1.10.0
19062024-12-13T20:02:05.850Z Checking foreign-types-shared v0.1.1
19072024-12-13T20:02:05.918Z Checking iana-time-zone v0.1.61
19082024-12-13T20:02:05.935Z Checking adler2 v2.0.0
19092024-12-13T20:02:05.999Z Checking base64 v0.22.1
19102024-12-13T20:02:06.066Z Checking tower-service v0.3.3
19112024-12-13T20:02:06.072Z Checking ucd-trie v0.1.7
19122024-12-13T20:02:06.072Z Checking plain v0.2.3
19132024-12-13T20:02:06.193Z Checking match_cfg v0.1.0
19142024-12-13T20:02:06.250Z Checking goblin v0.8.2
19152024-12-13T20:02:06.284Z Checking hostname v0.3.1
19162024-12-13T20:02:06.284Z Checking pest v2.7.14
19172024-12-13T20:02:06.382Z Checking miniz_oxide v0.8.0
19182024-12-13T20:02:06.455Z Checking chrono v0.4.38
19192024-12-13T20:02:06.819Z Checking icu_normalizer v1.5.0
19202024-12-13T20:02:07.126Z Checking foreign-types v0.3.2
19212024-12-13T20:02:07.216Z Checking quote v1.0.37
19222024-12-13T20:02:07.547Z Checking rustls-webpki v0.102.8
19232024-12-13T20:02:07.564Z Checking idna_adapter v1.2.0
19242024-12-13T20:02:07.584Z Checking openssl-sys v0.9.103
19252024-12-13T20:02:07.757Z Checking idna v1.0.3
19262024-12-13T20:02:07.938Z Checking dirs-sys-next v0.1.2
19272024-12-13T20:02:08.108Z Checking errno v0.3.9
19282024-12-13T20:02:08.260Z Checking url v2.5.3
19292024-12-13T20:02:08.287Z Checking aho-corasick v1.1.3
19302024-12-13T20:02:08.328Z Checking regex-syntax v0.8.5
19312024-12-13T20:02:08.562Z Checking data-encoding v2.6.0
19322024-12-13T20:02:08.770Z Checking siphasher v0.3.11
19332024-12-13T20:02:08.891Z Checking pretty-hex v0.4.1
19342024-12-13T20:02:09.049Z Checking openssl v0.10.66
19352024-12-13T20:02:09.066Z Checking dtrace-parser v0.2.0
19362024-12-13T20:02:09.113Z Checking rustix v0.38.37
19372024-12-13T20:02:09.241Z Checking dirs-next v2.0.0
19382024-12-13T20:02:09.328Z Checking tokio-util v0.7.12
19392024-12-13T20:02:09.368Z Checking syn v2.0.87
19402024-12-13T20:02:09.568Z Checking http-body-util v0.1.2
19412024-12-13T20:02:09.874Z Checking crossbeam-epoch v0.9.18
19422024-12-13T20:02:10.038Z Checking sha1 v0.10.6
19432024-12-13T20:02:10.289Z Checking h2 v0.4.6
19442024-12-13T20:02:10.304Z Checking signature v2.2.0
19452024-12-13T20:02:10.326Z Checking lazy_static v1.5.0
19462024-12-13T20:02:10.439Z Checking thread_local v1.1.8
19472024-12-13T20:02:10.486Z Checking thread-id v4.2.2
19482024-12-13T20:02:10.588Z Checking encoding_rs v0.8.34
19492024-12-13T20:02:10.708Z Checking utf8parse v0.2.2
19502024-12-13T20:02:10.860Z Checking either v1.13.0
19512024-12-13T20:02:11.247Z Checking openssl-probe v0.1.5
19522024-12-13T20:02:11.264Z Checking dof v0.3.0
19532024-12-13T20:02:11.394Z Checking anstyle v1.0.10
19542024-12-13T20:02:11.578Z Checking regex-automata v0.4.8
19552024-12-13T20:02:11.723Z Checking gimli v0.31.1
19562024-12-13T20:02:11.883Z Checking winnow v0.6.20
19572024-12-13T20:02:12.698Z Checking mime v0.3.17
19582024-12-13T20:02:12.914Z Checking unicode-properties v0.1.3
19592024-12-13T20:02:13.009Z Checking ipnet v2.10.1
19602024-12-13T20:02:13.264Z Checking stringprep v0.1.5
19612024-12-13T20:02:13.466Z Checking anstyle-parse v0.2.5
19622024-12-13T20:02:13.544Z Checking crossbeam-deque v0.8.5
19632024-12-13T20:02:13.743Z Checking term v0.7.0
19642024-12-13T20:02:13.863Z Checking rustls v0.23.14
19652024-12-13T20:02:14.168Z Checking rustls v0.22.4
19662024-12-13T20:02:14.582Z Checking native-tls v0.2.12
19672024-12-13T20:02:14.775Z Checking toml_edit v0.22.22
19682024-12-13T20:02:14.904Z Checking slog-json v2.6.1
19692024-12-13T20:02:15.154Z Checking serde_urlencoded v0.7.1
19702024-12-13T20:02:15.563Z Checking crossbeam-channel v0.5.13
19712024-12-13T20:02:15.621Z Checking addr2line v0.24.2
19722024-12-13T20:02:15.751Z Checking usdt-impl v0.5.0
19732024-12-13T20:02:16.152Z Checking futures-executor v0.3.31
19742024-12-13T20:02:16.260Z Checking num-integer v0.1.46
19752024-12-13T20:02:16.276Z Checking rustls-pemfile v2.2.0
19762024-12-13T20:02:16.364Z Checking idna v0.4.0
19772024-12-13T20:02:16.390Z Checking idna v0.3.0
19782024-12-13T20:02:16.452Z Checking hyper v1.5.0
19792024-12-13T20:02:16.475Z Checking md-5 v0.10.6
19802024-12-13T20:02:16.688Z Checking ff v0.13.0
19812024-12-13T20:02:16.743Z Checking is-terminal v0.4.13
19822024-12-13T20:02:16.857Z Checking memmap v0.7.0
19832024-12-13T20:02:16.904Z Checking hash32 v0.2.1
19842024-12-13T20:02:17.058Z Checking object v0.36.5
19852024-12-13T20:02:17.198Z Checking colorchoice v1.0.2
19862024-12-13T20:02:17.212Z Checking linked-hash-map v0.5.6
19872024-12-13T20:02:17.241Z Checking base16ct v0.2.0
19882024-12-13T20:02:17.317Z Checking anstyle-query v1.1.1
19892024-12-13T20:02:17.363Z Checking take_mut v0.2.2
19902024-12-13T20:02:17.425Z Checking is_terminal_polyfill v1.70.1
19912024-12-13T20:02:17.444Z Checking dyn-clone v1.0.17
19922024-12-13T20:02:17.510Z Checking utf-8 v0.7.6
19932024-12-13T20:02:17.526Z Checking rustc-demangle v0.1.24
19942024-12-13T20:02:17.542Z Checking psl-types v2.0.11
19952024-12-13T20:02:17.582Z Checking quick-error v1.2.3
19962024-12-13T20:02:17.708Z Checking fallible-iterator v0.2.0
19972024-12-13T20:02:17.710Z Checking tungstenite v0.24.0
19982024-12-13T20:02:17.739Z Checking resolv-conf v0.7.0
19992024-12-13T20:02:17.803Z Checking tokio-rustls v0.25.0
20002024-12-13T20:02:17.935Z Checking publicsuffix v2.2.3
20012024-12-13T20:02:18.080Z Checking schemars v0.8.21
20022024-12-13T20:02:18.174Z Checking anstream v0.6.15
20032024-12-13T20:02:18.186Z Checking lru-cache v0.1.2
20042024-12-13T20:02:18.315Z Checking postgres-protocol v0.6.7
20052024-12-13T20:02:18.358Z Checking slog-async v2.8.0
20062024-12-13T20:02:18.440Z Checking hyper-util v0.1.10
20072024-12-13T20:02:18.536Z Checking sec1 v0.7.3
20082024-12-13T20:02:18.627Z Checking toml v0.8.19
20092024-12-13T20:02:18.657Z Checking hickory-proto v0.24.1
20102024-12-13T20:02:18.904Z Checking heapless v0.7.17
20112024-12-13T20:02:18.983Z Checking usdt v0.5.0
20122024-12-13T20:02:19.244Z Checking group v0.13.0
20132024-12-13T20:02:19.315Z Checking tokio-rustls v0.26.0
20142024-12-13T20:02:19.375Z Checking slog-term v2.9.1
20152024-12-13T20:02:19.504Z Checking num-iter v0.1.45
20162024-12-13T20:02:19.681Z Checking futures v0.3.31
20172024-12-13T20:02:19.700Z Checking slog-bunyan v2.5.0
20182024-12-13T20:02:19.740Z Checking tokio-native-tls v0.3.1
20192024-12-13T20:02:19.785Z Checking rayon-core v1.12.1
20202024-12-13T20:02:19.850Z Checking multer v3.1.0
20212024-12-13T20:02:19.867Z Checking terminal_size v0.4.0
20222024-12-13T20:02:19.952Z Checking phf_shared v0.11.2
20232024-12-13T20:02:20.007Z Checking cookie v0.18.1
20242024-12-13T20:02:20.023Z Checking async-stream v0.3.6
20252024-12-13T20:02:20.213Z Checking bzip2-sys v0.1.11+1.0.8
20262024-12-13T20:02:20.230Z Checking camino v1.1.9
20272024-12-13T20:02:20.233Z Checking signal-hook v0.3.17
20282024-12-13T20:02:20.340Z Checking waitgroup v0.1.2
20292024-12-13T20:02:20.449Z Checking openapiv3 v2.0.0
20302024-12-13T20:02:20.468Z Checking webpki-roots v0.26.6
20312024-12-13T20:02:20.470Z Checking serde_path_to_error v0.1.16
20322024-12-13T20:02:20.470Z Checking idna v0.5.0
20332024-12-13T20:02:20.557Z Checking hkdf v0.12.4
20342024-12-13T20:02:20.683Z Checking crypto-bigint v0.5.5
20352024-12-13T20:02:20.776Z Checking hostname v0.4.0
20362024-12-13T20:02:20.816Z Checking crc32fast v1.4.2
20372024-12-13T20:02:20.913Z Checking bitflags v1.3.2
20382024-12-13T20:02:21.009Z Checking strsim v0.11.1
20392024-12-13T20:02:21.051Z Checking unicode-width v0.1.14
20402024-12-13T20:02:21.067Z Checking clap_lex v0.7.2
20412024-12-13T20:02:21.302Z Checking winnow v0.5.40
20422024-12-13T20:02:21.302Z Checking debug-ignore v1.0.5
20432024-12-13T20:02:21.336Z Checking managed v0.8.0
20442024-12-13T20:02:21.473Z Checking cookie_store v0.21.0
20452024-12-13T20:02:21.554Z Checking console v0.15.8
20462024-12-13T20:02:21.738Z Checking smoltcp v0.9.1
20472024-12-13T20:02:22.118Z Checking clap_builder v4.5.21
20482024-12-13T20:02:22.135Z Checking flate2 v1.0.34
20492024-12-13T20:02:22.767Z Checking hyper-rustls v0.27.3
20502024-12-13T20:02:23.098Z Checking signal-hook-mio v0.2.4
20512024-12-13T20:02:23.204Z Checking hyper-tls v0.6.0
20522024-12-13T20:02:23.225Z Checking rayon v1.10.0
20532024-12-13T20:02:23.424Z Checking backtrace v0.3.74
20542024-12-13T20:02:23.480Z Checking bzip2 v0.4.4
20552024-12-13T20:02:23.499Z Checking elliptic-curve v0.13.8
20562024-12-13T20:02:23.512Z Checking hickory-resolver v0.24.1
20572024-12-13T20:02:23.759Z Checking phf v0.11.2
20582024-12-13T20:02:23.887Z Checking dropshot v0.12.0
20592024-12-13T20:02:23.966Z Checking anyhow v1.0.93
20602024-12-13T20:02:24.031Z Checking num-bigint-dig v0.8.4
20612024-12-13T20:02:24.151Z Checking postgres-types v0.2.8
20622024-12-13T20:02:24.345Z Checking tokio-tungstenite v0.24.0
20632024-12-13T20:02:24.406Z Checking toml_edit v0.19.15
20642024-12-13T20:02:24.824Z Checking bstr v1.10.0
20652024-12-13T20:02:24.868Z Checking regex v1.11.1
20662024-12-13T20:02:25.061Z Checking ed25519 v2.2.3
20672024-12-13T20:02:25.085Z Checking tokio-stream v0.1.16
20682024-12-13T20:02:25.370Z Checking phf_shared v0.10.0
20692024-12-13T20:02:25.584Z Checking zerocopy v0.6.6
20702024-12-13T20:02:25.638Z Checking curve25519-dalek v4.1.3
20712024-12-13T20:02:25.814Z Checking pkcs1 v0.7.5
20722024-12-13T20:02:25.976Z Checking hubpack v0.1.2
20732024-12-13T20:02:26.200Z Checking portable-atomic v1.9.0
20742024-12-13T20:02:26.217Z Checking float-cmp v0.9.0
20752024-12-13T20:02:26.231Z Checking serde-big-array v0.5.1
20762024-12-13T20:02:26.296Z Checking rfc6979 v0.4.0
20772024-12-13T20:02:26.390Z Checking sync_wrapper v1.0.1
20782024-12-13T20:02:26.445Z Checking minimal-lexical v0.2.1
20792024-12-13T20:02:26.478Z Checking predicates-core v1.0.8
20802024-12-13T20:02:26.536Z Checking new_debug_unreachable v1.0.6
20812024-12-13T20:02:26.620Z Checking fixedbitset v0.4.2
20822024-12-13T20:02:26.665Z Checking unicode-segmentation v1.12.0
20832024-12-13T20:02:26.844Z Checking normalize-line-endings v0.3.0
20842024-12-13T20:02:26.844Z Checking whoami v1.5.2
20852024-12-13T20:02:26.871Z Checking difflib v0.4.0
20862024-12-13T20:02:26.949Z Checking precomputed-hash v0.1.1
20872024-12-13T20:02:27.053Z Checking unicode-width v0.2.0
20882024-12-13T20:02:27.078Z Checking static_assertions v1.1.0
20892024-12-13T20:02:27.147Z Checking bit-vec v0.6.3
20902024-12-13T20:02:27.172Z Checking number_prefix v0.4.0
20912024-12-13T20:02:27.188Z Checking predicates v3.1.2
20922024-12-13T20:02:27.203Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20932024-12-13T20:02:27.337Z Checking similar v2.6.0
20942024-12-13T20:02:27.353Z Checking tokio-postgres v0.7.12
20952024-12-13T20:02:27.456Z Checking bit-set v0.5.3
20962024-12-13T20:02:27.496Z Checking ed25519-dalek v2.1.1
20972024-12-13T20:02:27.518Z Checking qorb v0.2.1
20982024-12-13T20:02:27.532Z Checking indicatif v0.17.9
20992024-12-13T20:02:27.715Z Checking string_cache v0.8.7
21002024-12-13T20:02:27.828Z Checking petgraph v0.6.5
21012024-12-13T20:02:27.906Z Checking toml v0.7.8
21022024-12-13T20:02:27.984Z Checking nom v7.1.3
21032024-12-13T20:02:28.199Z Checking reqwest v0.12.9
21042024-12-13T20:02:28.316Z Checking ecdsa v0.16.9
21052024-12-13T20:02:28.637Z Checking rsa v0.9.6
21062024-12-13T20:02:29.050Z Checking clap v4.5.21
21072024-12-13T20:02:29.173Z Checking zip v0.6.6
21082024-12-13T20:02:29.721Z Checking crossterm v0.28.1
21092024-12-13T20:02:29.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21102024-12-13T20:02:29.890Z Checking itertools v0.12.1
21112024-12-13T20:02:30.022Z Checking itertools v0.10.5
21122024-12-13T20:02:30.094Z Checking fs-err v2.11.0
21132024-12-13T20:02:30.415Z Checking ahash v0.8.11
21142024-12-13T20:02:30.668Z Checking x509-cert v0.2.5
21152024-12-13T20:02:30.890Z Checking semver v1.0.23
21162024-12-13T20:02:30.999Z Checking hex v0.4.3
21172024-12-13T20:02:31.134Z Checking peg-runtime v0.8.3
21182024-12-13T20:02:31.324Z Checking lalrpop-util v0.19.12
21192024-12-13T20:02:31.354Z Checking sigpipe v0.1.3
21202024-12-13T20:02:32.193Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21212024-12-13T20:02:32.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
21222024-12-13T20:02:32.659Z
21232024-12-13T20:02:32.659Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21242024-12-13T20:02:33.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-12-13T20:02:33.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-12-13T20:02:33.299Z Compiling hashbrown v0.14.5
21272024-12-13T20:02:33.417Z Checking heck v0.5.0
21282024-12-13T20:02:33.427Z Compiling unsafe-libyaml v0.2.11
21292024-12-13T20:02:33.440Z Compiling ident_case v1.0.1
21302024-12-13T20:02:33.443Z Checking progenitor-client v0.8.0
21312024-12-13T20:02:33.461Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21322024-12-13T20:02:33.473Z Compiling proc-macro-crate v1.3.1
21332024-12-13T20:02:33.575Z Compiling darling_core v0.20.10
21342024-12-13T20:02:33.592Z Checking ipnetwork v0.20.0
21352024-12-13T20:02:33.790Z Compiling structmeta-derive v0.3.0
21362024-12-13T20:02:33.809Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21372024-12-13T20:02:33.931Z Compiling newtype-uuid v1.1.3
21382024-12-13T20:02:34.117Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-13T20:02:34.227Z Compiling lzma-sys v0.1.20
21402024-12-13T20:02:34.461Z Compiling foreign-types-macros v0.2.3
21412024-12-13T20:02:34.563Z Checking regress v0.10.1
21422024-12-13T20:02:34.596Z Compiling num_enum_derive v0.5.11
21432024-12-13T20:02:34.985Z Compiling serde_yaml v0.9.34+deprecated
21442024-12-13T20:02:35.384Z Compiling dropshot v0.13.0
21452024-12-13T20:02:35.671Z Checking foreign-types-shared v0.3.1
21462024-12-13T20:02:35.776Z Checking arc-swap v1.7.1
21472024-12-13T20:02:35.793Z Checking foreign-types v0.5.0
21482024-12-13T20:02:36.016Z Compiling proc-macro-error v1.0.4
21492024-12-13T20:02:36.211Z Checking slog-scope v4.4.0
21502024-12-13T20:02:36.780Z Compiling structmeta v0.3.0
21512024-12-13T20:02:36.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-12-13T20:02:36.869Z Checking tungstenite v0.21.0
21532024-12-13T20:02:36.904Z Compiling heck v0.3.3
21542024-12-13T20:02:37.210Z Checking num_enum v0.5.11
21552024-12-13T20:02:37.226Z Compiling parse-display-derive v0.10.0
21562024-12-13T20:02:37.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21572024-12-13T20:02:37.366Z Compiling dropshot_endpoint v0.13.0
21582024-12-13T20:02:37.841Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21592024-12-13T20:02:38.004Z Checking typify-impl v0.2.0
21602024-12-13T20:02:38.194Z Checking cstr-argument v0.1.2
21612024-12-13T20:02:38.376Z Checking instant v0.1.13
21622024-12-13T20:02:38.591Z Checking base64 v0.21.7
21632024-12-13T20:02:39.097Z Checking pretty-hex v0.2.1
21642024-12-13T20:02:39.233Z Checking fastrand v2.1.1
21652024-12-13T20:02:39.287Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21662024-12-13T20:02:39.582Z Checking tempfile v3.13.0
21672024-12-13T20:02:39.603Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21682024-12-13T20:02:39.785Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-12-13T20:02:39.887Z Checking backoff v0.4.0
21702024-12-13T20:02:39.926Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21712024-12-13T20:02:39.960Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-12-13T20:02:40.104Z Checking tokio-tungstenite v0.21.0
21732024-12-13T20:02:40.203Z Checking strum v0.26.3
21742024-12-13T20:02:40.241Z Compiling zone_cfg_derive v0.1.2
21752024-12-13T20:02:40.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21762024-12-13T20:02:40.559Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21772024-12-13T20:02:40.600Z Checking slog-stdlog v4.1.1
21782024-12-13T20:02:40.712Z Compiling darling_macro v0.20.10
21792024-12-13T20:02:40.798Z Checking regress v0.9.1
21802024-12-13T20:02:40.929Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21812024-12-13T20:02:41.081Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21822024-12-13T20:02:41.105Z Checking colored v2.1.0
21832024-12-13T20:02:41.354Z Checking macaddr v1.0.1
21842024-12-13T20:02:41.405Z Checking base64 v0.13.1
21852024-12-13T20:02:41.631Z Compiling darling v0.20.10
21862024-12-13T20:02:41.714Z Checking zone v0.1.8
21872024-12-13T20:02:41.744Z Compiling serde_with_macros v3.11.0
21882024-12-13T20:02:41.793Z Checking ron v0.7.1
21892024-12-13T20:02:41.911Z Checking parse-display v0.10.0
21902024-12-13T20:02:42.154Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-12-13T20:02:42.373Z Checking xz2 v0.1.7
21922024-12-13T20:02:42.628Z Checking slog-envlogger v2.2.0
21932024-12-13T20:02:42.680Z Checking tabwriter v1.4.0
21942024-12-13T20:02:42.845Z Checking xattr v1.3.1
21952024-12-13T20:02:42.882Z Checking pem v3.0.4
21962024-12-13T20:02:42.925Z Checking yasna v0.5.2
21972024-12-13T20:02:43.034Z Checking headers-core v0.3.0
21982024-12-13T20:02:43.139Z Checking smf v0.2.3
21992024-12-13T20:02:43.175Z Checking filetime v0.2.25
22002024-12-13T20:02:43.390Z Checking same-file v1.0.6
22012024-12-13T20:02:43.560Z Checking walkdir v2.5.0
22022024-12-13T20:02:43.597Z Checking tar v0.4.42
22032024-12-13T20:02:43.673Z Checking headers v0.4.0
22042024-12-13T20:02:43.777Z Checking rcgen v0.12.1
22052024-12-13T20:02:43.829Z Checking atomicwrites v0.4.4
22062024-12-13T20:02:44.027Z Checking camino-tempfile v1.1.1
22072024-12-13T20:02:44.242Z Checking subprocess v0.2.9
22082024-12-13T20:02:44.641Z Checking serde_with v3.11.0
22092024-12-13T20:02:48.474Z Compiling typify-macro v0.2.0
22102024-12-13T20:02:50.350Z Compiling typify v0.2.0
22112024-12-13T20:02:50.417Z Compiling progenitor-impl v0.8.0
22122024-12-13T20:02:53.618Z Compiling progenitor-macro v0.8.0
22132024-12-13T20:02:58.436Z Checking progenitor v0.8.0
22142024-12-13T20:02:58.594Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22152024-12-13T20:02:58.597Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162024-12-13T20:03:01.343Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22172024-12-13T20:03:01.632Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22182024-12-13T20:03:08.141Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22192024-12-13T20:03:09.732Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-12-13T20:03:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s
22212024-12-13T20:03:11.145Z
22222024-12-13T20:03:11.145Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22232024-12-13T20:03:11.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-12-13T20:03:11.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-12-13T20:03:11.795Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-12-13T20:03:13.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
22272024-12-13T20:03:13.360Z
22282024-12-13T20:03:13.361Zinfo: running `cargo check --bins` on nexus-config (31/173)
22292024-12-13T20:03:13.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-12-13T20:03:13.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-12-13T20:03:13.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-12-13T20:03:13.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22332024-12-13T20:03:13.968Z
22342024-12-13T20:03:13.968Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22352024-12-13T20:03:14.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-12-13T20:03:14.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-12-13T20:03:14.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-12-13T20:03:14.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22392024-12-13T20:03:14.569Z
22402024-12-13T20:03:14.569Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22412024-12-13T20:03:15.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-13T20:03:15.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-13T20:03:15.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-12-13T20:03:15.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22452024-12-13T20:03:15.183Z
22462024-12-13T20:03:15.183Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22472024-12-13T20:03:15.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-13T20:03:15.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-13T20:03:15.857Z Compiling zerocopy v0.8.10
22502024-12-13T20:03:15.857Z Compiling progenitor-client v0.8.0
22512024-12-13T20:03:15.858Z Compiling itertools v0.13.0
22522024-12-13T20:03:15.858Z Compiling zerocopy-derive v0.8.10
22532024-12-13T20:03:15.860Z Compiling heapless v0.8.0
22542024-12-13T20:03:15.860Z Compiling newtype-uuid v1.1.3
22552024-12-13T20:03:15.860Z Compiling ipnetwork v0.20.0
22562024-12-13T20:03:15.860Z Checking hash32 v0.3.1
22572024-12-13T20:03:16.146Z Compiling instant v0.1.13
22582024-12-13T20:03:16.242Z Compiling smoltcp v0.11.0
22592024-12-13T20:03:16.291Z Compiling backoff v0.4.0
22602024-12-13T20:03:16.620Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-12-13T20:03:16.768Z Compiling progenitor v0.8.0
22622024-12-13T20:03:16.851Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632024-12-13T20:03:16.876Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642024-12-13T20:03:17.000Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22652024-12-13T20:03:17.027Z Compiling serde_with v3.11.0
22662024-12-13T20:03:17.049Z Compiling dropshot v0.13.0
22672024-12-13T20:03:17.191Z Compiling parse-display v0.10.0
22682024-12-13T20:03:17.395Z Checking num-rational v0.4.2
22692024-12-13T20:03:17.777Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702024-12-13T20:03:17.941Z Compiling regress v0.9.1
22712024-12-13T20:03:18.076Z Compiling phf_generator v0.11.2
22722024-12-13T20:03:18.258Z Checking num-complex v0.4.6
22732024-12-13T20:03:19.093Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-12-13T20:03:19.669Z Compiling macaddr v1.0.1
22752024-12-13T20:03:20.135Z Checking cobs v0.2.3
22762024-12-13T20:03:20.301Z Compiling num v0.4.3
22772024-12-13T20:03:20.315Z Checking postcard v1.0.10
22782024-12-13T20:03:20.514Z Compiling phf_codegen v0.11.2
22792024-12-13T20:03:20.869Z Compiling parse-zoneinfo v0.3.1
22802024-12-13T20:03:21.043Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22812024-12-13T20:03:21.335Z Compiling float-ord v0.3.2
22822024-12-13T20:03:21.639Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832024-12-13T20:03:21.783Z Compiling convert_case v0.4.0
22842024-12-13T20:03:21.965Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22852024-12-13T20:03:22.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862024-12-13T20:03:22.893Z Compiling derive_more v0.99.18
22872024-12-13T20:03:23.114Z Compiling chrono-tz-build v0.4.0
22882024-12-13T20:03:23.892Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-13T20:03:24.658Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22902024-12-13T20:03:24.848Z Compiling crucible-workspace-hack v0.1.0
22912024-12-13T20:03:24.944Z Compiling thiserror v2.0.3
22922024-12-13T20:03:25.162Z Compiling chrono-tz v0.10.0
22932024-12-13T20:03:25.275Z Checking newline-converter v0.3.0
22942024-12-13T20:03:25.420Z Checking prettyplease v0.2.25
22952024-12-13T20:03:25.674Z Compiling thiserror-impl v2.0.3
22962024-12-13T20:03:25.811Z Compiling slog-dtrace v0.3.0
22972024-12-13T20:03:25.902Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982024-12-13T20:03:26.405Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992024-12-13T20:03:26.534Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23002024-12-13T20:03:26.684Z Checking expectorate v1.1.0
23012024-12-13T20:03:26.850Z Compiling zone_cfg_derive v0.3.0
23022024-12-13T20:03:27.177Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-13T20:03:27.412Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23042024-12-13T20:03:27.554Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-12-13T20:03:28.152Z Compiling const_format_proc_macros v0.2.33
23062024-12-13T20:03:28.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-12-13T20:03:28.720Z Compiling num-derive v0.4.2
23082024-12-13T20:03:29.538Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23092024-12-13T20:03:29.573Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102024-12-13T20:03:29.651Z Checking highway v1.2.0
23112024-12-13T20:03:29.912Z Checking zone v0.3.0
23122024-12-13T20:03:30.094Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23132024-12-13T20:03:30.344Z Checking const_format v0.2.33
23142024-12-13T20:03:30.569Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23152024-12-13T20:03:30.717Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23162024-12-13T20:03:30.813Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23172024-12-13T20:03:30.939Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23182024-12-13T20:03:31.132Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23192024-12-13T20:03:31.213Z Checking gethostname v0.5.0
23202024-12-13T20:03:31.335Z Checking bcs v0.1.6
23212024-12-13T20:03:31.550Z Compiling async-recursion v1.1.1
23222024-12-13T20:03:32.497Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232024-12-13T20:03:32.950Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23242024-12-13T20:03:38.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23252024-12-13T20:03:42.132Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262024-12-13T20:03:44.744Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23272024-12-13T20:03:45.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.76s
23282024-12-13T20:03:46.133Z
23292024-12-13T20:03:46.133Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23302024-12-13T20:03:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-12-13T20:03:46.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-12-13T20:03:46.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-12-13T20:03:46.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23342024-12-13T20:03:46.766Z
23352024-12-13T20:03:46.766Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23362024-12-13T20:03:47.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-12-13T20:03:47.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-12-13T20:03:47.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-12-13T20:03:47.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23402024-12-13T20:03:47.393Z
23412024-12-13T20:03:47.393Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23422024-12-13T20:03:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-12-13T20:03:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-12-13T20:03:48.035Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-12-13T20:03:48.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
23462024-12-13T20:03:48.832Z
23472024-12-13T20:03:48.832Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23482024-12-13T20:03:49.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-13T20:03:49.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-13T20:03:49.488Z Compiling cfg_aliases v0.1.1
23512024-12-13T20:03:49.491Z Compiling vte_generate_state_changes v0.1.2
23522024-12-13T20:03:49.491Z Checking fd-lock v4.0.2
23532024-12-13T20:03:49.593Z Checking nibble_vec v0.1.0
23542024-12-13T20:03:49.596Z Checking bytecount v0.6.8
23552024-12-13T20:03:49.596Z Checking endian-type v0.1.2
23562024-12-13T20:03:49.613Z Compiling tabled_derive v0.7.0
23572024-12-13T20:03:49.649Z Compiling peg-macros v0.8.4
23582024-12-13T20:03:49.661Z Compiling nix v0.28.0
23592024-12-13T20:03:49.775Z Checking papergrid v0.11.0
23602024-12-13T20:03:49.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23612024-12-13T20:03:49.809Z Compiling sqlparser_derive v0.2.2
23622024-12-13T20:03:49.824Z Checking radix_trie v0.2.1
23632024-12-13T20:03:50.201Z Checking vte v0.11.1
23642024-12-13T20:03:50.226Z Checking unicode_categories v0.1.1
23652024-12-13T20:03:50.530Z Checking home v0.5.9
23662024-12-13T20:03:50.671Z Checking nu-ansi-term v0.50.1
23672024-12-13T20:03:50.894Z Checking sqlparser v0.45.0
23682024-12-13T20:03:50.965Z Checking sqlformat v0.2.6
23692024-12-13T20:03:51.068Z Checking display-error-chain v0.2.2
23702024-12-13T20:03:51.486Z Checking strip-ansi-escapes v0.2.0
23712024-12-13T20:03:51.641Z Checking reedline v0.35.0
23722024-12-13T20:03:52.083Z Checking tabled v0.15.0
23732024-12-13T20:03:52.565Z Checking peg v0.8.4
23742024-12-13T20:03:52.721Z Checking rustyline v14.0.0
23752024-12-13T20:04:01.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s
23762024-12-13T20:04:01.582Z
23772024-12-13T20:04:01.582Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23782024-12-13T20:04:02.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-12-13T20:04:02.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-12-13T20:04:02.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-12-13T20:04:07.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
23822024-12-13T20:04:07.415Z
23832024-12-13T20:04:07.415Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23842024-12-13T20:04:07.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-12-13T20:04:07.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-12-13T20:04:08.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-12-13T20:04:11.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
23882024-12-13T20:04:11.981Z
23892024-12-13T20:04:11.981Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23902024-12-13T20:04:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-13T20:04:12.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-13T20:04:12.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-13T20:04:17.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
23942024-12-13T20:04:17.562Z
23952024-12-13T20:04:17.562Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23962024-12-13T20:04:18.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-13T20:04:18.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-13T20:04:18.217Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-13T20:04:22.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
24002024-12-13T20:04:23.139Z
24012024-12-13T20:04:23.139Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24022024-12-13T20:04:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-13T20:04:23.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-13T20:04:23.794Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-13T20:04:27.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
24062024-12-13T20:04:27.898Z
24072024-12-13T20:04:27.898Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24082024-12-13T20:04:28.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-13T20:04:28.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-13T20:04:28.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-13T20:04:32.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
24122024-12-13T20:04:32.718Z
24132024-12-13T20:04:32.718Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24142024-12-13T20:04:33.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-13T20:04:33.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-13T20:04:33.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-13T20:04:38.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
24182024-12-13T20:04:38.520Z
24192024-12-13T20:04:38.520Zinfo: running `cargo check --bins` on oximeter (46/173)
24202024-12-13T20:04:39.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-13T20:04:39.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-13T20:04:39.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-12-13T20:04:39.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24242024-12-13T20:04:39.148Z
24252024-12-13T20:04:39.148Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24262024-12-13T20:04:39.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-13T20:04:39.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-13T20:04:39.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-12-13T20:04:39.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24302024-12-13T20:04:39.749Z
24312024-12-13T20:04:39.749Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24322024-12-13T20:04:40.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-13T20:04:40.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-13T20:04:40.380Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24352024-12-13T20:04:40.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24362024-12-13T20:04:40.993Z
24372024-12-13T20:04:40.993Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24382024-12-13T20:04:41.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-13T20:04:41.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-13T20:04:41.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-12-13T20:04:41.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24422024-12-13T20:04:41.620Z
24432024-12-13T20:04:41.620Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24442024-12-13T20:04:42.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-13T20:04:42.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-13T20:04:42.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-13T20:04:42.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24482024-12-13T20:04:42.246Z
24492024-12-13T20:04:42.246Zinfo: running `cargo check --bins` on oxql-types (51/173)
24502024-12-13T20:04:42.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-13T20:04:42.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-13T20:04:42.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-13T20:04:42.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24542024-12-13T20:04:42.874Z
24552024-12-13T20:04:42.874Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24562024-12-13T20:04:43.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-13T20:04:43.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-13T20:04:43.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-13T20:04:43.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24602024-12-13T20:04:43.524Z
24612024-12-13T20:04:43.524Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24622024-12-13T20:04:44.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-13T20:04:44.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-13T20:04:44.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-13T20:04:44.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24662024-12-13T20:04:44.158Z
24672024-12-13T20:04:44.158Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24682024-12-13T20:04:44.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-13T20:04:44.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-13T20:04:44.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-13T20:04:44.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24722024-12-13T20:04:44.812Z
24732024-12-13T20:04:44.812Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24742024-12-13T20:04:45.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-13T20:04:45.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-13T20:04:45.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-13T20:04:45.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782024-12-13T20:04:45.444Z
24792024-12-13T20:04:45.444Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24802024-12-13T20:04:45.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-13T20:04:45.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-13T20:04:45.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-13T20:04:46.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24842024-12-13T20:04:46.074Z
24852024-12-13T20:04:46.074Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24862024-12-13T20:04:46.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-13T20:04:46.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-13T20:04:46.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-13T20:04:46.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902024-12-13T20:04:46.700Z
24912024-12-13T20:04:46.700Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24922024-12-13T20:04:47.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-13T20:04:47.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-13T20:04:47.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-13T20:04:47.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24962024-12-13T20:04:47.319Z
24972024-12-13T20:04:47.319Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24982024-12-13T20:04:47.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-13T20:04:47.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-13T20:04:47.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-13T20:04:47.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25022024-12-13T20:04:47.955Z
25032024-12-13T20:04:47.955Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25042024-12-13T20:04:48.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-13T20:04:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-13T20:04:48.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-13T20:04:48.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25082024-12-13T20:04:48.576Z
25092024-12-13T20:04:48.576Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25102024-12-13T20:04:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-13T20:04:49.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-13T20:04:49.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-13T20:04:49.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25142024-12-13T20:04:49.197Z
25152024-12-13T20:04:49.197Zinfo: running `cargo check --bins` on dpd-client (62/173)
25162024-12-13T20:04:49.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-13T20:04:49.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-13T20:04:49.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-13T20:04:49.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-12-13T20:04:49.823Z
25212024-12-13T20:04:49.823Zinfo: running `cargo check --bins` on gateway-client (63/173)
25222024-12-13T20:04:50.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-13T20:04:50.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-13T20:04:50.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-13T20:04:50.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-12-13T20:04:50.445Z
25272024-12-13T20:04:50.445Zinfo: running `cargo check --bins` on installinator-client (64/173)
25282024-12-13T20:04:51.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-13T20:04:51.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-13T20:04:51.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-13T20:04:51.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25322024-12-13T20:04:51.092Z
25332024-12-13T20:04:51.092Zinfo: running `cargo check --bins` on installinator-common (65/173)
25342024-12-13T20:04:51.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-13T20:04:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-13T20:04:51.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-13T20:04:51.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25382024-12-13T20:04:51.729Z
25392024-12-13T20:04:51.729Zinfo: running `cargo check --bins` on update-engine (66/173)
25402024-12-13T20:04:52.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-13T20:04:52.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-13T20:04:52.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-13T20:04:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25442024-12-13T20:04:52.345Z
25452024-12-13T20:04:52.345Zinfo: running `cargo check --bins` on nexus-client (67/173)
25462024-12-13T20:04:52.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-13T20:04:52.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-13T20:04:52.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-13T20:04:52.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25502024-12-13T20:04:53.001Z
25512024-12-13T20:04:53.001Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25522024-12-13T20:04:53.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-13T20:04:53.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-13T20:04:53.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-13T20:04:53.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25562024-12-13T20:04:53.642Z
25572024-12-13T20:04:53.642Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25582024-12-13T20:04:54.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-13T20:04:54.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-13T20:04:54.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-13T20:04:54.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25622024-12-13T20:04:54.251Z
25632024-12-13T20:04:54.251Zinfo: running `cargo check --bins` on nexus-types (70/173)
25642024-12-13T20:04:54.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-13T20:04:54.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-13T20:04:54.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-13T20:04:54.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25682024-12-13T20:04:54.897Z
25692024-12-13T20:04:54.898Zinfo: running `cargo check --bins` on oxide-client (71/173)
25702024-12-13T20:04:55.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-13T20:04:55.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-13T20:04:55.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-13T20:04:55.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25742024-12-13T20:04:55.508Z
25752024-12-13T20:04:55.508Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25762024-12-13T20:04:56.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-13T20:04:56.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-13T20:04:56.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-13T20:04:56.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25802024-12-13T20:04:56.132Z
25812024-12-13T20:04:56.132Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25822024-12-13T20:04:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-13T20:04:56.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-13T20:04:56.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-13T20:04:56.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862024-12-13T20:04:56.748Z
25872024-12-13T20:04:56.748Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25882024-12-13T20:04:57.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-13T20:04:57.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-13T20:04:57.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-13T20:04:57.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25922024-12-13T20:04:57.383Z
25932024-12-13T20:04:57.383Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25942024-12-13T20:04:57.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-13T20:04:57.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-13T20:04:57.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-13T20:04:57.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25982024-12-13T20:04:58.029Z
25992024-12-13T20:04:58.029Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26002024-12-13T20:04:58.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-13T20:04:58.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-13T20:04:58.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-13T20:04:58.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26042024-12-13T20:04:58.667Z
26052024-12-13T20:04:58.667Zinfo: running `cargo check --bins` on wicket-common (77/173)
26062024-12-13T20:04:59.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-13T20:04:59.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-13T20:04:59.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-13T20:04:59.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26102024-12-13T20:04:59.321Z
26112024-12-13T20:04:59.321Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26122024-12-13T20:04:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-13T20:04:59.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-13T20:04:59.977Z Checking csv-core v0.1.11
26152024-12-13T20:04:59.977Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-12-13T20:04:59.981Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26172024-12-13T20:05:00.293Z Checking csv v1.3.0
26182024-12-13T20:05:00.308Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26192024-12-13T20:05:00.866Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202024-12-13T20:05:01.207Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212024-12-13T20:05:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
26222024-12-13T20:05:02.669Z
26232024-12-13T20:05:02.669Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26242024-12-13T20:05:03.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-12-13T20:05:03.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-12-13T20:05:03.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-12-13T20:05:03.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26282024-12-13T20:05:03.296Z
26292024-12-13T20:05:03.296Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26302024-12-13T20:05:03.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-12-13T20:05:03.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-12-13T20:05:03.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-12-13T20:05:03.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26342024-12-13T20:05:03.923Z
26352024-12-13T20:05:03.926Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26362024-12-13T20:05:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-13T20:05:04.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-13T20:05:04.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-13T20:05:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26402024-12-13T20:05:04.681Z
26412024-12-13T20:05:04.681Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26422024-12-13T20:05:05.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-13T20:05:05.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-13T20:05:05.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-13T20:05:05.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26462024-12-13T20:05:05.427Z
26472024-12-13T20:05:05.427Zinfo: running `cargo check --bins` on dns-server (83/173)
26482024-12-13T20:05:05.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-13T20:05:05.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-13T20:05:06.075Z Compiling parking_lot_core v0.8.6
26512024-12-13T20:05:06.075Z Checking fxhash v0.2.1
26522024-12-13T20:05:06.078Z Checking hickory-server v0.24.1
26532024-12-13T20:05:06.078Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26542024-12-13T20:05:06.078Z Checking hickory-client v0.24.1
26552024-12-13T20:05:06.771Z Checking parking_lot v0.11.2
26562024-12-13T20:05:06.893Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26572024-12-13T20:05:06.902Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26582024-12-13T20:05:07.008Z Checking sled v0.34.7
26592024-12-13T20:05:08.759Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26602024-12-13T20:05:10.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
26612024-12-13T20:05:10.215Z
26622024-12-13T20:05:10.215Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26632024-12-13T20:05:10.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-12-13T20:05:10.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-12-13T20:05:10.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-12-13T20:05:10.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26672024-12-13T20:05:10.827Z
26682024-12-13T20:05:10.827Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26692024-12-13T20:05:11.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-13T20:05:11.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-13T20:05:11.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-12-13T20:05:11.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26732024-12-13T20:05:11.488Z
26742024-12-13T20:05:11.488Zinfo: running `cargo check --bins` on gateway-types (86/173)
26752024-12-13T20:05:12.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-13T20:05:12.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-13T20:05:12.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-13T20:05:12.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26792024-12-13T20:05:12.100Z
26802024-12-13T20:05:12.100Zinfo: running `cargo check --bins` on ipcc (87/173)
26812024-12-13T20:05:12.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-13T20:05:12.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-13T20:05:12.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-13T20:05:12.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26852024-12-13T20:05:12.713Z
26862024-12-13T20:05:12.713Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26872024-12-13T20:05:13.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-13T20:05:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-13T20:05:13.398Z Compiling semver v0.1.20
26902024-12-13T20:05:13.398Z Compiling radium v0.7.0
26912024-12-13T20:05:13.507Z Checking tap v1.0.1
26922024-12-13T20:05:13.517Z Compiling maybe-uninit v2.0.0
26932024-12-13T20:05:13.517Z Checking password-hash v0.5.0
26942024-12-13T20:05:13.521Z Checking blake2 v0.10.6
26952024-12-13T20:05:13.524Z Compiling packed_struct v0.10.1
26962024-12-13T20:05:13.524Z Checking crc-catalog v2.4.0
26972024-12-13T20:05:13.647Z Checking wyz v0.5.1
26982024-12-13T20:05:13.683Z Checking funty v2.0.0
26992024-12-13T20:05:14.251Z Compiling rustc_version v0.1.7
27002024-12-13T20:05:14.267Z Compiling owo-colors v4.1.0
27012024-12-13T20:05:14.267Z Compiling cancel-safe-futures v0.1.5
27022024-12-13T20:05:14.267Z Checking argon2 v0.5.3
27032024-12-13T20:05:14.267Z Checking crc v3.2.1
27042024-12-13T20:05:14.267Z Compiling packed_struct_codegen v0.10.1
27052024-12-13T20:05:14.304Z Compiling indexmap v1.9.3
27062024-12-13T20:05:14.391Z Checking half v2.4.1
27072024-12-13T20:05:14.399Z Checking ciborium-io v0.2.2
27082024-12-13T20:05:16.959Z Compiling newtype_derive v0.1.6
27092024-12-13T20:05:17.036Z Checking nodrop v0.1.14
27102024-12-13T20:05:17.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-12-13T20:05:17.036Z Checking bitvec v1.0.1
27122024-12-13T20:05:17.036Z Checking array-init v0.0.4
27132024-12-13T20:05:17.036Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27142024-12-13T20:05:17.036Z Checking ciborium-ll v0.2.2
27152024-12-13T20:05:17.091Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27162024-12-13T20:05:17.091Z Checking smallvec v0.6.14
27172024-12-13T20:05:17.091Z Checking libsw v3.3.1
27182024-12-13T20:05:17.091Z Compiling memoffset v0.9.1
27192024-12-13T20:05:17.091Z Checking linear-map v1.2.0
27202024-12-13T20:05:17.091Z Checking swrite v0.1.0
27212024-12-13T20:05:17.091Z Checking hashbrown v0.12.3
27222024-12-13T20:05:17.091Z Checking indent_write v2.2.0
27232024-12-13T20:05:17.091Z Checking termcolor v1.4.1
27242024-12-13T20:05:17.091Z Checking bitfield v0.14.0
27252024-12-13T20:05:17.092Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27262024-12-13T20:05:17.092Z Checking serde-hex v0.1.0
27272024-12-13T20:05:17.092Z Checking env_logger v0.10.2
27282024-12-13T20:05:17.092Z Checking ron v0.8.1
27292024-12-13T20:05:17.092Z Checking ciborium v0.2.2
27302024-12-13T20:05:17.092Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27312024-12-13T20:05:17.092Z Checking steno v0.4.1
27322024-12-13T20:05:17.252Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-12-13T20:05:17.309Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342024-12-13T20:05:17.349Z Checking hashbrown v0.13.2
27352024-12-13T20:05:17.396Z Checking humantime v2.1.0
27362024-12-13T20:05:17.484Z Checking crc-any v2.5.0
27372024-12-13T20:05:17.675Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27382024-12-13T20:05:17.879Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27392024-12-13T20:05:18.031Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27402024-12-13T20:05:18.328Z Checking path-slash v0.1.5
27412024-12-13T20:05:18.432Z Checking object v0.30.4
27422024-12-13T20:05:18.517Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27432024-12-13T20:05:18.534Z Checking nix v0.27.1
27442024-12-13T20:05:19.248Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27452024-12-13T20:05:23.587Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27462024-12-13T20:05:23.657Z Checking tungstenite v0.23.0
27472024-12-13T20:05:23.693Z Checking kstat-rs v0.2.4
27482024-12-13T20:05:23.693Z Checking signal-hook-tokio v0.3.1
27492024-12-13T20:05:23.693Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502024-12-13T20:05:23.693Z Checking tokio-tungstenite v0.23.1
27512024-12-13T20:05:23.693Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-13T20:05:23.693Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-12-13T20:05:23.693Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542024-12-13T20:05:28.085Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27552024-12-13T20:05:29.384Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27562024-12-13T20:05:32.490Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572024-12-13T20:05:38.174Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582024-12-13T20:05:38.870Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592024-12-13T20:05:41.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s
27602024-12-13T20:05:41.870Z
27612024-12-13T20:05:41.870Zinfo: running `cargo check --bins` on gateway-api (89/173)
27622024-12-13T20:05:42.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-12-13T20:05:42.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-12-13T20:05:42.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-12-13T20:05:42.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662024-12-13T20:05:42.498Z
27672024-12-13T20:05:42.498Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27682024-12-13T20:05:43.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-12-13T20:05:43.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-12-13T20:05:43.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-12-13T20:05:43.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27722024-12-13T20:05:43.103Z
27732024-12-13T20:05:43.103Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27742024-12-13T20:05:43.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-13T20:05:43.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-13T20:05:43.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-13T20:05:43.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27782024-12-13T20:05:43.732Z
27792024-12-13T20:05:43.732Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27802024-12-13T20:05:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-13T20:05:44.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-13T20:05:44.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-13T20:05:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842024-12-13T20:05:44.363Z
27852024-12-13T20:05:44.363Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27862024-12-13T20:05:44.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-13T20:05:44.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-13T20:05:44.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-13T20:05:44.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-12-13T20:05:44.992Z
27912024-12-13T20:05:44.992Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27922024-12-13T20:05:45.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-13T20:05:45.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-13T20:05:45.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-13T20:05:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27962024-12-13T20:05:45.621Z
27972024-12-13T20:05:45.621Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27982024-12-13T20:05:46.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-13T20:05:46.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-13T20:05:46.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-13T20:05:46.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28022024-12-13T20:05:46.247Z
28032024-12-13T20:05:46.247Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28042024-12-13T20:05:46.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-13T20:05:46.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-13T20:05:46.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-13T20:05:46.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-12-13T20:05:46.884Z
28092024-12-13T20:05:46.884Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28102024-12-13T20:05:47.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-13T20:05:47.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-13T20:05:47.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-13T20:05:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28142024-12-13T20:05:47.535Z
28152024-12-13T20:05:47.535Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28162024-12-13T20:05:48.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-13T20:05:48.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-13T20:05:48.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-13T20:05:48.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28202024-12-13T20:05:48.166Z
28212024-12-13T20:05:48.166Zinfo: running `cargo check --bins` on sp-sim (99/173)
28222024-12-13T20:05:48.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-13T20:05:48.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-13T20:05:48.807Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252024-12-13T20:05:50.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28262024-12-13T20:05:50.854Z
28272024-12-13T20:05:50.854Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28282024-12-13T20:05:51.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-13T20:05:51.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-13T20:05:51.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-12-13T20:05:51.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28322024-12-13T20:05:51.532Z
28332024-12-13T20:05:51.532Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28342024-12-13T20:05:52.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-13T20:05:52.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-13T20:05:52.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-12-13T20:05:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28382024-12-13T20:05:52.215Z
28392024-12-13T20:05:52.215Zinfo: running `cargo check --bins` on db-macros (102/173)
28402024-12-13T20:05:52.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-13T20:05:52.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-13T20:05:52.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-13T20:05:52.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28442024-12-13T20:05:52.821Z
28452024-12-13T20:05:52.821Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28462024-12-13T20:05:53.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-13T20:05:53.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-13T20:05:53.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-13T20:05:53.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28502024-12-13T20:05:53.430Z
28512024-12-13T20:05:53.430Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28522024-12-13T20:05:54.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-13T20:05:54.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-13T20:05:54.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-13T20:05:54.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28562024-12-13T20:05:54.099Z
28572024-12-13T20:05:54.099Zinfo: running `cargo check --bins` on authz-macros (105/173)
28582024-12-13T20:05:54.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-13T20:05:54.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-13T20:05:54.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-13T20:05:54.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28622024-12-13T20:05:54.712Z
28632024-12-13T20:05:54.712Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28642024-12-13T20:05:55.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-13T20:05:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-13T20:05:55.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-13T20:05:55.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28682024-12-13T20:05:55.364Z
28692024-12-13T20:05:55.364Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28702024-12-13T20:05:55.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-13T20:05:55.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-13T20:05:55.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-13T20:05:55.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28742024-12-13T20:05:56.020Z
28752024-12-13T20:05:56.020Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28762024-12-13T20:05:56.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-13T20:05:56.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-13T20:05:56.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-13T20:05:56.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28802024-12-13T20:05:56.645Z
28812024-12-13T20:05:56.645Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28822024-12-13T20:05:57.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-13T20:05:57.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-13T20:05:57.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-13T20:05:57.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28862024-12-13T20:05:57.289Z
28872024-12-13T20:05:57.289Zinfo: running `cargo check --bins` on typed-rng (110/173)
28882024-12-13T20:05:57.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-13T20:05:57.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-13T20:05:57.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-13T20:05:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922024-12-13T20:05:57.898Z
28932024-12-13T20:05:57.899Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28942024-12-13T20:05:58.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-13T20:05:58.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-13T20:05:58.629Z Checking keccak v0.1.5
28972024-12-13T20:05:58.741Z Checking secrecy v0.8.0
28982024-12-13T20:05:58.744Z Compiling unicase v2.7.0
28992024-12-13T20:05:58.744Z Compiling same-file v1.0.6
29002024-12-13T20:05:58.757Z Compiling tempfile v3.13.0
29012024-12-13T20:05:58.793Z Compiling thiserror-impl-no-std v2.0.2
29022024-12-13T20:05:58.796Z Checking universal-hash v0.5.1
29032024-12-13T20:05:58.796Z Compiling ring v0.16.20
29042024-12-13T20:05:58.932Z Compiling walkdir v2.5.0
29052024-12-13T20:05:59.020Z Compiling blake3 v1.5.4
29062024-12-13T20:05:59.027Z Checking sha3 v0.10.8
29072024-12-13T20:05:59.052Z Checking opaque-debug v0.3.1
29082024-12-13T20:05:59.180Z Checking poly1305 v0.8.0
29092024-12-13T20:05:59.200Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29102024-12-13T20:05:59.456Z Checking chacha20 v0.9.1
29112024-12-13T20:05:59.495Z Checking aead v0.5.2
29122024-12-13T20:05:59.666Z Compiling memmap2 v0.9.5
29132024-12-13T20:05:59.699Z Compiling arrayref v0.3.9
29142024-12-13T20:05:59.716Z Compiling salty v0.3.0
29152024-12-13T20:05:59.719Z Compiling arrayvec v0.7.6
29162024-12-13T20:05:59.792Z Compiling libefi-sys v0.1.0
29172024-12-13T20:05:59.808Z Compiling constant_time_eq v0.3.1
29182024-12-13T20:05:59.985Z Compiling spin v0.5.2
29192024-12-13T20:06:00.075Z Checking chacha20poly1305 v0.10.1
29202024-12-13T20:06:00.132Z Compiling toolchain_find v0.4.0
29212024-12-13T20:06:00.147Z Compiling camino-tempfile v1.1.1
29222024-12-13T20:06:00.212Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232024-12-13T20:06:00.250Z Compiling bitfield-struct v0.6.2
29242024-12-13T20:06:00.516Z Compiling topological-sort v0.2.2
29252024-12-13T20:06:00.602Z Compiling mime_guess v2.0.5
29262024-12-13T20:06:00.715Z Compiling rustfmt-wrapper v0.2.1
29272024-12-13T20:06:01.209Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29282024-12-13T20:06:01.273Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29292024-12-13T20:06:01.293Z Checking primeorder v0.13.6
29302024-12-13T20:06:01.536Z Checking env_filter v0.1.2
29312024-12-13T20:06:01.578Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-12-13T20:06:01.681Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-12-13T20:06:01.759Z Checking env_logger v0.11.5
29342024-12-13T20:06:01.777Z Checking p384 v0.13.0
29352024-12-13T20:06:01.904Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29362024-12-13T20:06:01.966Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372024-12-13T20:06:01.996Z Checking thiserror-no-std v2.0.2
29382024-12-13T20:06:02.100Z Checking vsss-rs v3.3.4
29392024-12-13T20:06:02.212Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29402024-12-13T20:06:02.247Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412024-12-13T20:06:02.332Z Checking simd-adler32 v0.3.7
29422024-12-13T20:06:02.508Z Checking bumpalo v3.16.0
29432024-12-13T20:06:02.599Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29442024-12-13T20:06:02.683Z Compiling zip v2.1.3
29452024-12-13T20:06:02.713Z Checking lockfree-object-pool v0.1.6
29462024-12-13T20:06:02.814Z Checking http-range v0.1.5
29472024-12-13T20:06:02.850Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29482024-12-13T20:06:02.911Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29492024-12-13T20:06:02.951Z Checking zopfli v0.8.1
29502024-12-13T20:06:03.028Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29512024-12-13T20:06:03.115Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29522024-12-13T20:06:03.647Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29532024-12-13T20:06:03.668Z Checking nanorand v0.7.0
29542024-12-13T20:06:03.685Z Checking atty v0.2.14
29552024-12-13T20:06:03.687Z Checking glob v0.3.1
29562024-12-13T20:06:03.799Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29572024-12-13T20:06:04.019Z Checking hyper-staticfile v0.10.1
29582024-12-13T20:06:04.039Z Checking flume v0.11.1
29592024-12-13T20:06:04.485Z Compiling omicron-zone-package v0.11.1
29602024-12-13T20:06:04.594Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-12-13T20:06:04.613Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29622024-12-13T20:06:04.845Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29632024-12-13T20:06:06.004Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29642024-12-13T20:06:06.266Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29652024-12-13T20:06:06.404Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662024-12-13T20:06:06.617Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29672024-12-13T20:06:06.684Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29682024-12-13T20:06:07.245Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29692024-12-13T20:06:07.604Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29702024-12-13T20:06:07.930Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-12-13T20:06:09.013Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722024-12-13T20:06:10.968Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29732024-12-13T20:06:10.972Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29742024-12-13T20:06:21.120Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-12-13T20:06:34.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.56s
29762024-12-13T20:06:34.652Z
29772024-12-13T20:06:34.653Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29782024-12-13T20:06:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-12-13T20:06:35.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-12-13T20:06:35.382Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-12-13T20:06:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
29822024-12-13T20:06:49.265Z
29832024-12-13T20:06:49.265Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29842024-12-13T20:06:49.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-12-13T20:06:49.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-12-13T20:06:50.000Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-12-13T20:07:03.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
29882024-12-13T20:07:03.798Z
29892024-12-13T20:07:03.798Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29902024-12-13T20:07:04.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-12-13T20:07:04.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-12-13T20:07:04.539Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-12-13T20:07:18.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
29942024-12-13T20:07:18.325Z
29952024-12-13T20:07:18.325Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29962024-12-13T20:07:18.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-12-13T20:07:18.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-12-13T20:07:19.048Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-12-13T20:07:32.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
30002024-12-13T20:07:32.883Z
30012024-12-13T20:07:32.883Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30022024-12-13T20:07:33.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-12-13T20:07:33.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-12-13T20:07:33.617Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-13T20:07:47.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30062024-12-13T20:07:47.382Z
30072024-12-13T20:07:47.382Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30082024-12-13T20:07:47.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-13T20:07:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-13T20:07:48.108Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-13T20:08:01.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
30122024-12-13T20:08:01.895Z
30132024-12-13T20:08:01.895Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30142024-12-13T20:08:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-13T20:08:02.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-13T20:08:02.624Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-13T20:08:16.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30182024-12-13T20:08:16.393Z
30192024-12-13T20:08:16.394Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30202024-12-13T20:08:16.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-13T20:08:16.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-13T20:08:16.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-12-13T20:08:16.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30242024-12-13T20:08:17.067Z
30252024-12-13T20:08:17.067Zinfo: running `cargo check --bins` on key-manager (120/173)
30262024-12-13T20:08:17.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-13T20:08:17.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-13T20:08:17.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-12-13T20:08:17.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30302024-12-13T20:08:17.675Z
30312024-12-13T20:08:17.675Zinfo: running `cargo check --bins` on range-requests (121/173)
30322024-12-13T20:08:18.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-13T20:08:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-13T20:08:18.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-12-13T20:08:18.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30362024-12-13T20:08:18.280Z
30372024-12-13T20:08:18.280Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30382024-12-13T20:08:18.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-13T20:08:18.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-13T20:08:18.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-12-13T20:08:18.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30422024-12-13T20:08:18.900Z
30432024-12-13T20:08:18.900Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30442024-12-13T20:08:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-13T20:08:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-13T20:08:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-12-13T20:08:19.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30482024-12-13T20:08:19.558Z
30492024-12-13T20:08:19.558Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30502024-12-13T20:08:20.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-13T20:08:20.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-13T20:08:20.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-13T20:08:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30542024-12-13T20:08:20.191Z
30552024-12-13T20:08:20.191Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30562024-12-13T20:08:20.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-13T20:08:20.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-13T20:08:20.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-13T20:08:20.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30602024-12-13T20:08:20.826Z
30612024-12-13T20:08:20.826Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30622024-12-13T20:08:21.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-13T20:08:21.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-13T20:08:21.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-13T20:08:21.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30662024-12-13T20:08:21.466Z
30672024-12-13T20:08:21.466Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30682024-12-13T20:08:22.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-13T20:08:22.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-13T20:08:22.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-13T20:08:22.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30722024-12-13T20:08:22.116Z
30732024-12-13T20:08:22.116Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30742024-12-13T20:08:22.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-13T20:08:22.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-13T20:08:22.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-13T20:08:22.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30782024-12-13T20:08:22.760Z
30792024-12-13T20:08:22.760Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30802024-12-13T20:08:23.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-13T20:08:23.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-13T20:08:23.455Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30832024-12-13T20:08:23.455Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30842024-12-13T20:08:24.345Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30852024-12-13T20:08:26.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
30862024-12-13T20:08:26.556Z
30872024-12-13T20:08:26.556Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30882024-12-13T20:08:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-13T20:08:27.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-13T20:08:27.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-13T20:08:27.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30922024-12-13T20:08:27.182Z
30932024-12-13T20:08:27.182Zinfo: running `cargo check --bins` on cert-dev (131/173)
30942024-12-13T20:08:27.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-13T20:08:27.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-13T20:08:27.791Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30972024-12-13T20:08:28.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30982024-12-13T20:08:28.221Z
30992024-12-13T20:08:28.222Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31002024-12-13T20:08:28.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-13T20:08:28.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-13T20:08:28.897Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31032024-12-13T20:08:28.898Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31042024-12-13T20:08:29.496Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31052024-12-13T20:08:29.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31062024-12-13T20:08:30.032Z
31072024-12-13T20:08:30.032Zinfo: running `cargo check --bins` on ch-dev (133/173)
31082024-12-13T20:08:30.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-13T20:08:30.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-13T20:08:30.684Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31112024-12-13T20:08:31.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31122024-12-13T20:08:31.567Z
31132024-12-13T20:08:31.567Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31142024-12-13T20:08:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-13T20:08:32.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-13T20:08:32.222Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31172024-12-13T20:08:32.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31182024-12-13T20:08:32.762Z
31192024-12-13T20:08:32.762Zinfo: running `cargo check --bins` on db-dev (135/173)
31202024-12-13T20:08:33.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-13T20:08:33.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-13T20:08:33.419Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31232024-12-13T20:08:34.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31242024-12-13T20:08:34.313Z
31252024-12-13T20:08:34.313Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31262024-12-13T20:08:34.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-13T20:08:34.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-13T20:08:34.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-12-13T20:08:34.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31302024-12-13T20:08:34.966Z
31312024-12-13T20:08:34.966Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31322024-12-13T20:08:35.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-12-13T20:08:35.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-12-13T20:08:35.573Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31352024-12-13T20:08:36.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31362024-12-13T20:08:36.613Z
31372024-12-13T20:08:36.613Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31382024-12-13T20:08:37.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-12-13T20:08:37.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-12-13T20:08:37.235Z Checking cargo-platform v0.1.8
31412024-12-13T20:08:37.500Z Checking cargo_metadata v0.18.1
31422024-12-13T20:08:38.466Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31432024-12-13T20:08:39.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31442024-12-13T20:08:39.366Z
31452024-12-13T20:08:39.366Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31462024-12-13T20:08:39.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-13T20:08:39.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-13T20:08:40.075Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31492024-12-13T20:08:40.794Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31502024-12-13T20:08:41.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31512024-12-13T20:08:41.547Z
31522024-12-13T20:08:41.547Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31532024-12-13T20:08:42.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-12-13T20:08:42.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-12-13T20:08:42.326Z Compiling crunchy v0.2.2
31562024-12-13T20:08:42.326Z Compiling tiny-keccak v2.0.2
31572024-12-13T20:08:42.329Z Compiling dsl_auto_type v0.1.2
31582024-12-13T20:08:42.329Z Checking scheduled-thread-pool v0.2.7
31592024-12-13T20:08:42.330Z Compiling diesel_table_macro_syntax v0.2.0
31602024-12-13T20:08:42.453Z Compiling ascii-canvas v3.0.0
31612024-12-13T20:08:42.460Z Compiling ena v0.14.3
31622024-12-13T20:08:42.467Z Compiling regex-syntax v0.6.29
31632024-12-13T20:08:42.700Z Checking r2d2 v0.8.10
31642024-12-13T20:08:42.724Z Compiling diff v0.1.13
31652024-12-13T20:08:42.887Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31662024-12-13T20:08:42.903Z Compiling ref-cast v1.0.23
31672024-12-13T20:08:42.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31682024-12-13T20:08:43.017Z Compiling derive_builder_core v0.20.2
31692024-12-13T20:08:43.110Z Compiling libxml v0.3.3
31702024-12-13T20:08:43.242Z Compiling ref-cast-impl v1.0.23
31712024-12-13T20:08:43.360Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722024-12-13T20:08:43.522Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31732024-12-13T20:08:43.541Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31742024-12-13T20:08:43.749Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31752024-12-13T20:08:43.821Z Compiling strum_macros v0.24.3
31762024-12-13T20:08:43.874Z Compiling samael v0.0.17
31772024-12-13T20:08:44.077Z Compiling diesel_derives v2.2.3
31782024-12-13T20:08:44.168Z Compiling indoc v1.0.9
31792024-12-13T20:08:45.153Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31802024-12-13T20:08:45.434Z Compiling impl-trait-for-tuples v0.2.2
31812024-12-13T20:08:45.464Z Compiling derive_builder_macro v0.20.2
31822024-12-13T20:08:45.711Z Compiling lalrpop v0.19.12
31832024-12-13T20:08:46.355Z Checking derive_builder v0.20.2
31842024-12-13T20:08:46.512Z Compiling oso-derive v0.27.3
31852024-12-13T20:08:46.904Z Checking quick-xml v0.33.0
31862024-12-13T20:08:47.521Z Compiling diesel-dtrace v0.4.0
31872024-12-13T20:08:47.609Z Checking maplit v1.0.2
31882024-12-13T20:08:47.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31892024-12-13T20:08:47.876Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902024-12-13T20:08:48.153Z Checking bb8 v0.8.5
31912024-12-13T20:08:48.421Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31922024-12-13T20:08:48.646Z Checking castaway v0.2.3
31932024-12-13T20:08:48.672Z Checking rand_seeder v0.3.0
31942024-12-13T20:08:48.734Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31952024-12-13T20:08:48.804Z Checking compact_str v0.8.0
31962024-12-13T20:08:48.921Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31972024-12-13T20:08:49.126Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982024-12-13T20:08:49.525Z Checking unicode-truncate v1.1.0
31992024-12-13T20:08:49.750Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32002024-12-13T20:08:49.767Z Checking lru v0.12.5
32012024-12-13T20:08:50.044Z Compiling instability v0.3.2
32022024-12-13T20:08:50.060Z Checking cassowary v0.3.0
32032024-12-13T20:08:50.405Z Checking unicode-linebreak v0.1.5
32042024-12-13T20:08:50.506Z Checking smawk v0.3.2
32052024-12-13T20:08:50.714Z Checking is_ci v1.2.0
32062024-12-13T20:08:50.818Z Checking textwrap v0.16.1
32072024-12-13T20:08:50.859Z Checking supports-color v3.0.1
32082024-12-13T20:08:51.080Z Checking multimap v0.10.0
32092024-12-13T20:08:51.114Z Checking ratatui v0.28.1
32102024-12-13T20:08:51.133Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112024-12-13T20:08:54.014Z Checking diesel v2.2.6
32122024-12-13T20:09:19.469Z Compiling polar-core v0.27.3
32132024-12-13T20:09:23.542Z Checking async-bb8-diesel v0.2.1
32142024-12-13T20:09:26.970Z Checking oso v0.27.3
32152024-12-13T20:10:37.085Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162024-12-13T20:10:43.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32172024-12-13T20:10:43.326Z
32182024-12-13T20:10:43.326Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32192024-12-13T20:10:43.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-12-13T20:10:43.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-12-13T20:10:43.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-12-13T20:10:43.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32232024-12-13T20:10:43.999Z
32242024-12-13T20:10:43.999Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32252024-12-13T20:10:44.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-12-13T20:10:44.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-12-13T20:10:44.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-12-13T20:10:44.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32292024-12-13T20:10:44.668Z
32302024-12-13T20:10:44.668Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32312024-12-13T20:10:45.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-12-13T20:10:45.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-12-13T20:10:45.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-12-13T20:10:45.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32352024-12-13T20:10:45.279Z
32362024-12-13T20:10:45.279Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32372024-12-13T20:10:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-12-13T20:10:45.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-12-13T20:10:46.067Z Compiling libz-sys v1.1.20
32402024-12-13T20:10:46.185Z Compiling libgit2-sys v0.17.0+1.8.1
32412024-12-13T20:10:46.197Z Compiling vergen v8.3.2
32422024-12-13T20:10:46.199Z Compiling cargo-platform v0.1.8
32432024-12-13T20:10:46.199Z Compiling pin-project-internal v1.1.6
32442024-12-13T20:10:46.233Z Compiling libsqlite3-sys v0.30.1
32452024-12-13T20:10:46.235Z Compiling snafu-derive v0.8.5
32462024-12-13T20:10:46.235Z Compiling buf-list v1.0.3
32472024-12-13T20:10:46.473Z Compiling cfg_aliases v0.2.1
32482024-12-13T20:10:46.600Z Compiling cargo_metadata v0.18.1
32492024-12-13T20:10:46.700Z Compiling rustls v0.21.12
32502024-12-13T20:10:46.789Z Compiling nix v0.29.0
32512024-12-13T20:10:46.930Z Checking globset v0.4.15
32522024-12-13T20:10:47.017Z Checking olpc-cjson v0.1.4
32532024-12-13T20:10:47.115Z Checking sct v0.7.1
32542024-12-13T20:10:47.241Z Checking rustls-webpki v0.101.7
32552024-12-13T20:10:47.310Z Checking serde_plain v1.0.2
32562024-12-13T20:10:47.445Z Checking typed-path v0.9.3
32572024-12-13T20:10:47.862Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32582024-12-13T20:10:48.114Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32592024-12-13T20:10:48.136Z Checking hashlink v0.9.1
32602024-12-13T20:10:48.398Z Checking parse-size v1.1.0
32612024-12-13T20:10:48.581Z Checking fallible-iterator v0.3.0
32622024-12-13T20:10:48.749Z Checking fallible-streaming-iterator v0.1.9
32632024-12-13T20:10:49.217Z Checking rusqlite v0.32.1
32642024-12-13T20:10:49.245Z Checking pin-project v1.1.6
32652024-12-13T20:10:49.393Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662024-12-13T20:10:49.418Z Checking rustls-pemfile v1.0.4
32672024-12-13T20:10:49.545Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682024-12-13T20:10:49.613Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692024-12-13T20:10:49.885Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32702024-12-13T20:10:50.220Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32712024-12-13T20:10:50.324Z Checking twox-hash v1.6.3
32722024-12-13T20:10:50.355Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32732024-12-13T20:10:50.801Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742024-12-13T20:10:50.820Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752024-12-13T20:10:51.138Z Checking tokio-rustls v0.24.1
32762024-12-13T20:10:51.413Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32772024-12-13T20:10:51.431Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32782024-12-13T20:10:51.488Z Checking fatfs v0.3.6
32792024-12-13T20:10:51.696Z Checking snafu v0.8.5
32802024-12-13T20:10:52.172Z Checking tough v0.19.0
32812024-12-13T20:10:52.260Z Checking assert_matches v1.5.0
32822024-12-13T20:10:56.408Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32832024-12-13T20:10:57.767Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-12-13T20:10:58.210Z Compiling git2 v0.19.0
32852024-12-13T20:11:02.960Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32862024-12-13T20:11:54.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
32872024-12-13T20:11:54.896Z
32882024-12-13T20:11:54.896Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32892024-12-13T20:11:55.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-12-13T20:11:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-12-13T20:11:55.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-12-13T20:11:55.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32932024-12-13T20:11:55.576Z
32942024-12-13T20:11:55.576Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32952024-12-13T20:11:56.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-12-13T20:11:56.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-12-13T20:11:56.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-12-13T20:11:56.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32992024-12-13T20:11:56.189Z
33002024-12-13T20:11:56.189Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33012024-12-13T20:11:56.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-12-13T20:11:56.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-12-13T20:11:56.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-12-13T20:11:56.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33052024-12-13T20:11:56.854Z
33062024-12-13T20:11:56.855Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33072024-12-13T20:11:57.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-12-13T20:11:57.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-12-13T20:11:57.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-12-13T20:11:57.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33112024-12-13T20:11:57.529Z
33122024-12-13T20:11:57.529Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33132024-12-13T20:11:58.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-12-13T20:11:58.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-12-13T20:11:58.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-12-13T20:11:58.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33172024-12-13T20:11:58.215Z
33182024-12-13T20:11:58.215Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33192024-12-13T20:11:58.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-13T20:11:58.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-13T20:11:58.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-13T20:11:58.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33232024-12-13T20:11:58.908Z
33242024-12-13T20:11:58.908Zinfo: running `cargo check --bins` on update-common (151/173)
33252024-12-13T20:11:59.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-13T20:11:59.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-13T20:11:59.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-13T20:11:59.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33292024-12-13T20:11:59.566Z
33302024-12-13T20:11:59.566Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33312024-12-13T20:12:00.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-13T20:12:00.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-13T20:12:00.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-13T20:12:00.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33352024-12-13T20:12:00.215Z
33362024-12-13T20:12:00.215Zinfo: running `cargo check --bins` on tufaceous (153/173)
33372024-12-13T20:12:00.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-13T20:12:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-13T20:12:00.890Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33402024-12-13T20:12:01.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33412024-12-13T20:12:02.039Z
33422024-12-13T20:12:02.039Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33432024-12-13T20:12:02.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-13T20:12:02.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-13T20:12:02.893Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33462024-12-13T20:12:03.019Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472024-12-13T20:12:03.019Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482024-12-13T20:12:03.023Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33492024-12-13T20:12:28.895Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33502024-12-13T20:12:28.895Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512024-12-13T20:12:28.900Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33522024-12-13T20:12:28.900Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33532024-12-13T20:12:28.900Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33542024-12-13T20:12:29.814Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33552024-12-13T20:12:31.101Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33562024-12-13T20:13:08.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33572024-12-13T20:13:09.131Z
33582024-12-13T20:13:09.131Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33592024-12-13T20:13:09.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-12-13T20:13:09.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-12-13T20:13:09.834Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622024-12-13T20:13:09.839Z Checking heck v0.4.1
33632024-12-13T20:13:09.839Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33642024-12-13T20:13:10.086Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33652024-12-13T20:13:11.458Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33662024-12-13T20:13:12.355Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33672024-12-13T20:13:13.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
33682024-12-13T20:13:13.641Z
33692024-12-13T20:13:13.642Zinfo: running `cargo check --bins` on installinator-api (156/173)
33702024-12-13T20:13:14.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-13T20:13:14.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-13T20:13:14.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-12-13T20:13:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33742024-12-13T20:13:14.287Z
33752024-12-13T20:13:14.287Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33762024-12-13T20:13:14.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-13T20:13:14.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-13T20:13:14.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-12-13T20:13:14.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33802024-12-13T20:13:14.934Z
33812024-12-13T20:13:14.935Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33822024-12-13T20:13:15.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-13T20:13:15.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-13T20:13:15.618Z Compiling petname v2.0.2
33852024-12-13T20:13:15.621Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33862024-12-13T20:13:15.621Z Checking sync-ptr v0.1.1
33872024-12-13T20:13:17.026Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33882024-12-13T20:13:18.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
33892024-12-13T20:13:18.768Z
33902024-12-13T20:13:18.768Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33912024-12-13T20:13:19.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-13T20:13:19.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-13T20:13:19.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942024-12-13T20:13:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33952024-12-13T20:13:19.431Z
33962024-12-13T20:13:19.431Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33972024-12-13T20:13:20.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-12-13T20:13:20.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-12-13T20:13:20.094Z Checking memmap2 v0.9.5
34002024-12-13T20:13:20.094Z Checking arrayvec v0.7.6
34012024-12-13T20:13:20.094Z Checking constant_time_eq v0.3.1
34022024-12-13T20:13:20.096Z Checking arrayref v0.3.9
34032024-12-13T20:13:20.096Z Checking spin v0.5.2
34042024-12-13T20:13:20.096Z Checking topological-sort v0.2.2
34052024-12-13T20:13:20.201Z Checking shell-words v1.1.0
34062024-12-13T20:13:20.368Z Checking ring v0.16.20
34072024-12-13T20:13:20.489Z Checking blake3 v1.5.4
34082024-12-13T20:13:21.477Z Checking omicron-zone-package v0.11.1
34092024-12-13T20:13:22.604Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34102024-12-13T20:13:23.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
34112024-12-13T20:13:23.689Z
34122024-12-13T20:13:23.689Zinfo: running `cargo check --bins` on xtask (161/173)
34132024-12-13T20:13:24.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-13T20:13:24.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-13T20:13:24.122Z Checking bitflags v2.6.0
34162024-12-13T20:13:24.125Z Checking serde v1.0.215
34172024-12-13T20:13:24.125Z Checking thiserror v1.0.69
34182024-12-13T20:13:24.220Z Checking scroll v0.12.0
34192024-12-13T20:13:24.228Z Checking hashbrown v0.15.1
34202024-12-13T20:13:24.231Z Checking log v0.4.22
34212024-12-13T20:13:24.239Z Checking zerocopy v0.7.35
34222024-12-13T20:13:24.262Z Checking syn v2.0.87
34232024-12-13T20:13:24.310Z Checking pest v2.7.14
34242024-12-13T20:13:24.439Z Checking rustix v0.38.37
34252024-12-13T20:13:24.498Z Checking once_cell v1.20.2
34262024-12-13T20:13:24.676Z Checking goblin v0.8.2
34272024-12-13T20:13:24.795Z Checking fs-err v2.11.0
34282024-12-13T20:13:25.088Z Checking tabled v0.15.0
34292024-12-13T20:13:25.246Z Checking indexmap v2.6.0
34302024-12-13T20:13:25.646Z Checking anyhow v1.0.93
34312024-12-13T20:13:26.291Z Checking terminal_size v0.4.0
34322024-12-13T20:13:26.291Z Checking tempfile v3.13.0
34332024-12-13T20:13:26.457Z Checking clap_builder v4.5.21
34342024-12-13T20:13:26.779Z Checking dtrace-parser v0.2.0
34352024-12-13T20:13:28.421Z Checking serde_json v1.0.132
34362024-12-13T20:13:28.421Z Checking serde_spanned v0.6.8
34372024-12-13T20:13:28.424Z Checking toml_datetime v0.6.8
34382024-12-13T20:13:28.424Z Checking camino v1.1.9
34392024-12-13T20:13:28.424Z Checking cargo-platform v0.1.8
34402024-12-13T20:13:28.625Z Checking semver v1.0.23
34412024-12-13T20:13:28.628Z Checking clap v4.5.21
34422024-12-13T20:13:28.684Z Checking macaddr v1.0.1
34432024-12-13T20:13:28.710Z Checking toml_edit v0.22.22
34442024-12-13T20:13:28.984Z Checking camino-tempfile v1.1.1
34452024-12-13T20:13:29.703Z Checking dof v0.3.0
34462024-12-13T20:13:29.703Z Checking cargo_metadata v0.18.1
34472024-12-13T20:13:30.112Z Checking usdt-impl v0.5.0
34482024-12-13T20:13:30.466Z Checking usdt v0.5.0
34492024-12-13T20:13:30.529Z Checking toml v0.8.19
34502024-12-13T20:13:31.008Z Checking cargo_toml v0.20.5
34512024-12-13T20:13:32.202Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34522024-12-13T20:13:32.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
34532024-12-13T20:13:32.915Z
34542024-12-13T20:13:32.915Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34552024-12-13T20:13:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-12-13T20:13:33.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-12-13T20:13:33.681Z Checking polyval v0.6.2
34582024-12-13T20:13:33.796Z Checking ctr v0.9.2
34592024-12-13T20:13:33.809Z Checking ssh-encoding v0.2.0
34602024-12-13T20:13:33.812Z Checking blowfish v0.9.1
34612024-12-13T20:13:33.832Z Checking password-hash v0.4.2
34622024-12-13T20:13:33.835Z Checking matches v0.1.10
34632024-12-13T20:13:33.862Z Checking p256 v0.13.2
34642024-12-13T20:13:33.865Z Checking p521 v0.13.3
34652024-12-13T20:13:33.937Z Checking idna v0.2.3
34662024-12-13T20:13:34.010Z Checking ghash v0.5.1
34672024-12-13T20:13:34.028Z Checking bcrypt-pbkdf v0.10.0
34682024-12-13T20:13:34.035Z Compiling enum-as-inner v0.5.1
34692024-12-13T20:13:34.126Z Checking russh-cryptovec v0.7.3
34702024-12-13T20:13:34.171Z Checking aes-gcm v0.10.3
34712024-12-13T20:13:34.234Z Checking pbkdf2 v0.11.0
34722024-12-13T20:13:34.325Z Checking md5 v0.7.0
34732024-12-13T20:13:34.348Z Checking num-bigint v0.4.6
34742024-12-13T20:13:34.348Z Checking des v0.8.1
34752024-12-13T20:13:34.421Z Checking ssh-cipher v0.2.0
34762024-12-13T20:13:34.508Z Compiling dhcproto-macros v0.1.0
34772024-12-13T20:13:34.615Z Checking hex-literal v0.4.1
34782024-12-13T20:13:34.633Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792024-12-13T20:13:34.714Z Checking ssh-key v0.6.6
34802024-12-13T20:13:34.748Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34812024-12-13T20:13:34.779Z Checking internet-checksum v0.2.1
34822024-12-13T20:13:35.076Z Checking trust-dns-proto v0.22.0
34832024-12-13T20:13:36.014Z Checking russh-keys v0.45.0
34842024-12-13T20:13:36.927Z Checking russh v0.45.0
34852024-12-13T20:13:37.633Z Checking dhcproto v0.12.0
34862024-12-13T20:13:54.800Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872024-12-13T20:13:56.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.28s
34882024-12-13T20:13:56.409Z
34892024-12-13T20:13:56.409Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34902024-12-13T20:13:56.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-12-13T20:13:56.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-12-13T20:13:57.041Z Checking termios v0.3.3
34932024-12-13T20:13:57.256Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34942024-12-13T20:13:58.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
34952024-12-13T20:13:58.204Z
34962024-12-13T20:13:58.204Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34972024-12-13T20:13:58.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-12-13T20:13:58.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-12-13T20:13:58.904Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35002024-12-13T20:14:00.942Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35012024-12-13T20:14:02.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
35022024-12-13T20:14:03.024Z
35032024-12-13T20:14:03.024Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35042024-12-13T20:14:03.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052024-12-13T20:14:03.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062024-12-13T20:14:03.646Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35072024-12-13T20:14:04.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35082024-12-13T20:14:04.306Z
35092024-12-13T20:14:04.306Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35102024-12-13T20:14:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-12-13T20:14:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-12-13T20:14:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132024-12-13T20:14:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142024-12-13T20:14:04.930Z
35152024-12-13T20:14:04.930Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35162024-12-13T20:14:05.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-13T20:14:05.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-13T20:14:05.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-12-13T20:14:05.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202024-12-13T20:14:05.536Z
35212024-12-13T20:14:05.536Zinfo: running `cargo check --bins` on omicron-package (168/173)
35222024-12-13T20:14:06.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-13T20:14:06.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-13T20:14:06.264Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35252024-12-13T20:14:07.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35262024-12-13T20:14:07.714Z
35272024-12-13T20:14:07.714Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35282024-12-13T20:14:08.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-13T20:14:08.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-13T20:14:08.418Z Checking rtoolbox v0.0.2
35312024-12-13T20:14:08.421Z Checking tui-tree-widget v0.22.0
35322024-12-13T20:14:08.421Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35332024-12-13T20:14:08.647Z Checking rpassword v7.3.1
35342024-12-13T20:14:12.768Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35352024-12-13T20:14:15.795Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35362024-12-13T20:14:17.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
35372024-12-13T20:14:17.221Z
35382024-12-13T20:14:17.221Zinfo: running `cargo check --bins` on wicket (170/173)
35392024-12-13T20:14:17.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-13T20:14:17.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-13T20:14:17.927Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35422024-12-13T20:14:18.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35432024-12-13T20:14:18.563Z
35442024-12-13T20:14:18.563Zinfo: running `cargo check --bins` on wicketd (171/173)
35452024-12-13T20:14:19.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-13T20:14:19.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-13T20:14:19.281Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35482024-12-13T20:14:23.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
35492024-12-13T20:14:23.484Z
35502024-12-13T20:14:23.484Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35512024-12-13T20:14:24.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-13T20:14:24.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-13T20:14:24.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542024-12-13T20:14:24.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552024-12-13T20:14:24.094Z
35562024-12-13T20:14:24.094Zinfo: running `cargo check --bins` on zone-setup (173/173)
35572024-12-13T20:14:24.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-13T20:14:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-13T20:14:24.827Z Checking uzers v0.12.1
35602024-12-13T20:14:25.164Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35612024-12-13T20:14:26.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35622024-12-13T20:14:26.550Z
35632024-12-13T20:14:26.550Zreal 12:55.318662631
35642024-12-13T20:14:26.550Zuser 24:15.620223838
35652024-12-13T20:14:26.550Zsys 5:27.493210630
35662024-12-13T20:14:26.551Ztrap 0.473755112
35672024-12-13T20:14:26.551Ztflt 2.243497142
35682024-12-13T20:14:26.551Zdflt 3.073220295
35692024-12-13T20:14:26.555Zkflt 0.000716530
35702024-12-13T20:14:26.555Zlock 46:29.953302357
35712024-12-13T20:14:26.555Zslp 2:06:09.774963399
35722024-12-13T20:14:26.555Zlat 1:05.208823485
35732024-12-13T20:14:26.555Zstop 3:23.975188890
35742024-12-13T20:14:26.555Zprocess exited: duration 1066264 ms, exit code 0
 
35752024-12-13T20:14:26.562Zfound 0 output files