01JD8BBP0PNX8JNY7PJATE9TWP: 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: 01JD8BC165VVPPCGPVCJM4G6P4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-21T21:52:55.018Zjob assigned to worker 01JD8BC9HMPQEBYSGD2SSCER5T [factory aws, i-000b797f066eb7757] (queued for 48 s)
 
22024-11-21T21:53:01.962Zstarting task 0: "setup"
32024-11-21T21:53:01.971Z++ uname -s
42024-11-21T21:53:01.974Z+ kern=SunOS
52024-11-21T21:53:01.974Z+ case "$kern" in
62024-11-21T21:53:01.974Z+ groupadd -g 12345 build
72024-11-21T21:53:01.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-21T21:53:03.982Z+ zfs create -o mountpoint=/work rpool/work
92024-11-21T21:53:04.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-21T21:53:04.087Z+ home_fs=zfs
112024-11-21T21:53:04.087Z+ [[ zfs == autofs ]]
122024-11-21T21:53:04.087Z+ mkdir -p /home/build
132024-11-21T21:53:04.089Z+ chown build:build /home/build /work
142024-11-21T21:53:06.090Z+ chmod 0700 /home/build /work
152024-11-21T21:53:06.093Zprocess exited: duration 4132 ms, exit code 0
 
162024-11-21T21:53:06.098Zstarting task 1: "rust-toolchain"
172024-11-21T21:53:06.103Z+ printf ' * toolchain channel = "%s"
182024-11-21T21:53:06.103Z' 1.81.0
192024-11-21T21:53:06.103Z * toolchain channel = "1.81.0"
202024-11-21T21:53:06.106Z+ printf ' * toolchain profile = "%s"
212024-11-21T21:53:06.106Z * toolchain profile = "default"
222024-11-21T21:53:06.106Z' default
232024-11-21T21:53:06.106Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-21T21:53:06.106Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-21T21:53:06.227Zinfo: downloading installer
262024-11-21T21:53:07.369Zinfo: profile set to 'default'
272024-11-21T21:53:07.369Zinfo: default host triple is x86_64-unknown-illumos
282024-11-21T21:53:07.372Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-21T21:53:07.508Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-21T21:53:07.508Zinfo: downloading component 'cargo'
312024-11-21T21:53:08.208Zinfo: downloading component 'clippy'
322024-11-21T21:53:08.466Zinfo: downloading component 'rust-docs'
332024-11-21T21:53:09.437Zinfo: downloading component 'rust-std'
342024-11-21T21:53:10.947Zinfo: downloading component 'rustc'
352024-11-21T21:53:16.382Zinfo: downloading component 'rustfmt'
362024-11-21T21:53:16.587Zinfo: installing component 'cargo'
372024-11-21T21:53:17.376Zinfo: installing component 'clippy'
382024-11-21T21:53:17.731Zinfo: installing component 'rust-docs'
392024-11-21T21:53:19.329Zinfo: installing component 'rust-std'
402024-11-21T21:53:21.037Zinfo: installing component 'rustc'
412024-11-21T21:53:26.660Zinfo: installing component 'rustfmt'
422024-11-21T21:53:26.978Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-21T21:53:26.978Z
442024-11-21T21:53:27.344Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-21T21:53:27.344Z
462024-11-21T21:53:27.347Z
472024-11-21T21:53:27.347ZRust is installed now. Great!
482024-11-21T21:53:27.347Z
492024-11-21T21:53:27.347ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-21T21:53:27.347Zenvironment variable. This has not been done automatically.
512024-11-21T21:53:27.347Z
522024-11-21T21:53:27.347ZTo configure your current shell, you need to source
532024-11-21T21:53:27.347Zthe corresponding env file under $HOME/.cargo.
542024-11-21T21:53:27.347Z
552024-11-21T21:53:27.347ZThis is usually done by running one of the following (note the leading DOT):
562024-11-21T21:53:27.347Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-21T21:53:27.347Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-21T21:53:27.422Z+ rustc --version
592024-11-21T21:53:27.491Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-21T21:53:27.494Zprocess exited: duration 21395 ms, exit code 0
 
612024-11-21T21:53:27.499Zstarting task 2: "authentication"
622024-11-21T21:53:27.519Zprocess exited: duration 20 ms, exit code 0
 
632024-11-21T21:53:27.524Zstarting task 3: "clone repository"
642024-11-21T21:53:27.529Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-21T21:53:27.532Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-21T21:53:27.561ZCloning into '/work/oxidecomputer/omicron'...
672024-11-21T21:53:33.241Z+ cd /work/oxidecomputer/omicron
682024-11-21T21:53:33.241Z+ git fetch origin b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e
692024-11-21T21:53:33.886ZFrom https://github.com/oxidecomputer/omicron
702024-11-21T21:53:33.886Z * branch b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e -> FETCH_HEAD
712024-11-21T21:53:33.897Z+ [[ -n iliana/nexus-tuf ]]
722024-11-21T21:53:33.899Z++ git branch --show-current
732024-11-21T21:53:33.901Z+ current=main
742024-11-21T21:53:33.901Z+ [[ main != iliana/nexus-tuf ]]
752024-11-21T21:53:33.901Z+ git branch -f iliana/nexus-tuf b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e
762024-11-21T21:53:33.904Z+ git checkout -f iliana/nexus-tuf
772024-11-21T21:53:34.001ZSwitched to branch 'iliana/nexus-tuf'
782024-11-21T21:53:34.004Z+ git reset --hard b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e
792024-11-21T21:53:34.099ZHEAD is now at b2fd7494c integration test
802024-11-21T21:53:34.102Zprocess exited: duration 6576 ms, exit code 0
 
812024-11-21T21:53:34.107Zstarting task 4: "build"
822024-11-21T21:53:34.112Z+ source .github/buildomat/ci-env.sh
832024-11-21T21:53:34.115Z++ export CARGO_TERM_COLOR=always
842024-11-21T21:53:34.115Z++ CARGO_TERM_COLOR=always
852024-11-21T21:53:34.115Z+ cargo --version
862024-11-21T21:53:34.170Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-21T21:53:34.173Z+ rustc --version
882024-11-21T21:53:34.232Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-21T21:53:34.235Z+ source ./env.sh
902024-11-21T21:53:34.237Z++ OLD_SHELL_OPTS=ehxB
912024-11-21T21:53:34.237Z++ set -o xtrace
922024-11-21T21:53:34.237Z++++ dirname ./env.sh
932024-11-21T21:53:34.240Z+++ readlink -f .
942024-11-21T21:53:34.242Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-21T21:53:34.242Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-21T21:53:34.242Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-21T21:53:34.245Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-21T21:53:34.245Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-21T21:53:34.245Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-21T21:53:34.245Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-21T21:53:34.245Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-21T21:53:34.245Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-21T21:53:34.245Z++ case $OLD_SHELL_OPTS in
1042024-11-21T21:53:34.245Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-21T21:53:34.245Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-21T21:53:34.245Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-21T21:53:34.245Z+ banner prerequisites
1082024-11-21T21:53:34.245Z
1092024-11-21T21:53:34.245Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-21T21:53:34.246Z # # # # # # # # # # # # # # #
1112024-11-21T21:53:34.246Z # # # # ##### # # ##### # # # # # #### #
1122024-11-21T21:53:34.246Z ##### ##### # ##### # # # # # # # # #
1132024-11-21T21:53:34.246Z # # # # # # # # # # # # # # #
1142024-11-21T21:53:34.246Z # # # ###### # # ###### ### # #### # #### #
1152024-11-21T21:53:34.246Z
1162024-11-21T21:53:34.248Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-21T21:53:40.707Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-21T21:53:44.321Z Startup: Caching catalogs ... Done
1192024-11-21T21:53:53.149ZPlanning: Solver setup ... Done (8.067s)
1202024-11-21T21:53:53.258ZPlanning: Running solver ... Done (0.111s)
1212024-11-21T21:53:53.360ZPlanning: Finding local manifests ... Done (0.003s)
1222024-11-21T21:53:53.372ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-21T21:53:53.692ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-21T21:53:53.791ZPlanning: Package planning ... Done (0.098s)
1252024-11-21T21:53:53.847ZPlanning: Merging actions ... Done (0.056s)
1262024-11-21T21:53:54.032ZPlanning: Checking for conflicting actions ... Done (0.184s)
1272024-11-21T21:53:55.868ZPlanning: Consolidating action changes ... Done (1.836s)
1282024-11-21T21:53:56.276ZPlanning: Evaluating mediators ... Done (0.409s)
1292024-11-21T21:53:56.356ZPlanning: Planning completed in 11.95 seconds
1302024-11-21T21:53:56.373Z Packages to install: 4
1312024-11-21T21:53:56.373Z Packages to update: 1
1322024-11-21T21:53:56.375Z Mediators to change: 2
1332024-11-21T21:53:56.375Z Services to change: 1
1342024-11-21T21:53:56.375Z Estimated space available: 155.64 GB
1352024-11-21T21:53:56.375ZEstimated space to be consumed: 1.60 GB
1362024-11-21T21:53:56.375Z Create boot environment: No
1372024-11-21T21:53:56.375ZCreate backup boot environment: Yes
1382024-11-21T21:53:56.375Z Rebuild boot archive: No
1392024-11-21T21:53:56.375Z
1402024-11-21T21:53:56.375ZChanged mediators:
1412024-11-21T21:53:56.376Z mediator clang:
1422024-11-21T21:53:56.376Z version: None -> 15 (system default)
1432024-11-21T21:53:56.376Z
1442024-11-21T21:53:56.376Z mediator llvm:
1452024-11-21T21:53:56.376Z version: 14 (system default) -> 15 (system default)
1462024-11-21T21:53:56.376Z
1472024-11-21T21:53:56.376ZChanged packages:
1482024-11-21T21:53:56.376Zhelios-dev
1492024-11-21T21:53:56.376Z developer/build-essential
1502024-11-21T21:53:56.376Z None -> 11-2.0
1512024-11-21T21:53:56.377Z library/libxmlsec1
1522024-11-21T21:53:56.377Z None -> 1.2.35-2.0
1532024-11-21T21:53:56.377Z ooce/developer/clang-15
1542024-11-21T21:53:56.377Z None -> 15.0.7-2.0
1552024-11-21T21:53:56.377Z ooce/developer/llvm-15
1562024-11-21T21:53:56.377Z None -> 15.0.7-2.0
1572024-11-21T21:53:56.377Z package/pkg
1582024-11-21T21:53:56.377Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-21T21:53:56.377Z
1602024-11-21T21:53:56.377ZServices:
1612024-11-21T21:53:56.377Z restart_fmri:
1622024-11-21T21:53:56.377Z svc:/system/update-man-index:default
1632024-11-21T21:53:56.377Z
1642024-11-21T21:53:56.377ZEditable files to change:
1652024-11-21T21:53:56.377Z Update:
1662024-11-21T21:53:56.377Z usr/share/lib/pkg/web/config.shtml
1672024-11-21T21:53:56.450Z
1682024-11-21T21:53:56.450ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-21T21:54:01.882ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (17.8M/s)
1702024-11-21T21:54:07.068ZDownload: 2215/4281 items 118.5/220.6MB 53% complete (11.8M/s)
1712024-11-21T21:54:12.071ZDownload: 3108/4281 items 130.9/220.6MB 59% complete (4.6M/s)
1722024-11-21T21:54:17.080ZDownload: 3710/4281 items 216.5/220.6MB 98% complete (9.8M/s)
1732024-11-21T21:54:22.385ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (9.8M/s)
1742024-11-21T21:54:28.297ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (8.0M/s)
1752024-11-21T21:54:28.400ZDownload: Completed 220.60 MB in 31.95 seconds (6.9M/s)
1762024-11-21T21:54:30.285Z Actions: 1/5063 actions (Removing old actions)
1772024-11-21T21:54:30.305Z Actions: 194/5063 actions (Installing new actions)
1782024-11-21T21:54:34.960Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-21T21:54:35.260Z Actions: Completed 5063 actions in 4.97 seconds.
1802024-11-21T21:54:35.482Z Done (0.213s)
1812024-11-21T21:54:35.484Z Done (0.000s)
1822024-11-21T21:54:36.007Z Done (0.523s)
1832024-11-21T21:54:40.504Z Done (4.282s)
1842024-11-21T21:54:40.591Z Done (0.016s)
1852024-11-21T21:54:40.594Z Done (0.000s)
1862024-11-21T21:54:40.744Z Done (0.000s)
1872024-11-21T21:54:41.420ZPlanning: Evaluating mediator changes ... Done
1882024-11-21T21:54:41.577ZPlanning: Checking for conflicting actions ... Done
1892024-11-21T21:54:41.580ZPlanning: Consolidating action changes ... Done
1902024-11-21T21:54:41.844ZPlanning: Evaluating mediators ... Done
1912024-11-21T21:54:41.847ZPlanning: Planning completed in 0.42 seconds
1922024-11-21T21:54:41.884Z Mediators to change: 2
1932024-11-21T21:54:41.884Z Create boot environment: No
1942024-11-21T21:54:41.886ZCreate backup boot environment: No
1952024-11-21T21:54:41.958Z Done
1962024-11-21T21:54:41.958Z Done
1972024-11-21T21:54:42.318Z Done
1982024-11-21T21:54:45.992Z Done
1992024-11-21T21:54:46.084Z Done
2002024-11-21T21:54:46.086Z Done
2012024-11-21T21:54:46.196Z Done
2022024-11-21T21:54:46.802ZPlanning: Evaluating mediator changes ... Done
2032024-11-21T21:54:46.804ZPlanning: Merging actions ... Done
2042024-11-21T21:54:46.989ZPlanning: Checking for conflicting actions ... Done
2052024-11-21T21:54:46.991ZPlanning: Consolidating action changes ... Done
2062024-11-21T21:54:47.254ZPlanning: Evaluating mediators ... Done
2072024-11-21T21:54:47.308ZPlanning: Planning completed in 0.75 seconds
2082024-11-21T21:54:47.351Z Packages to change: 1
2092024-11-21T21:54:47.351Z Mediators to change: 1
2102024-11-21T21:54:47.354Z Services to change: 1
2112024-11-21T21:54:47.354Z Create boot environment: No
2122024-11-21T21:54:47.354ZCreate backup boot environment: Yes
2132024-11-21T21:54:49.505Z Actions: 1/6 actions (Updating modified actions)
2142024-11-21T21:54:49.508Z Actions: Completed 6 actions in 0.00 seconds.
2152024-11-21T21:54:49.511Z Done
2162024-11-21T21:54:49.511Z Done
2172024-11-21T21:54:49.618Z Done
2182024-11-21T21:54:53.316Z Done
2192024-11-21T21:54:53.406Z Done
2202024-11-21T21:54:53.408Z Done
2212024-11-21T21:54:53.527Z Done
2222024-11-21T21:54:53.958ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-21T21:54:53.958Zclang system 15 system
2242024-11-21T21:54:53.958Zcsh system system illumos
2252024-11-21T21:54:53.958Zctags system system illumos
2262024-11-21T21:54:53.958Zgcc vendor 12 vendor
2272024-11-21T21:54:53.958Zgcc system 10 system
2282024-11-21T21:54:53.958Zgcc system 7 system
2292024-11-21T21:54:53.958Zgo system 1.20 system
2302024-11-21T21:54:53.958Zgo system 1.19 system
2312024-11-21T21:54:53.958Zllvm system 15 system
2322024-11-21T21:54:53.958Zllvm system 14 system
2332024-11-21T21:54:53.958Zmariadb system 10.6 system
2342024-11-21T21:54:53.958Zmta vendor vendor dma
2352024-11-21T21:54:53.958Zopenjdk system 17 system
2362024-11-21T21:54:53.959Zopenjdk system 11 system
2372024-11-21T21:54:53.959Zopenjdk system 1.8 system
2382024-11-21T21:54:53.959Zopenssl vendor 3 vendor
2392024-11-21T21:54:53.959Zperl system 5.36 system
2402024-11-21T21:54:53.959Zpostgresql system 15 system
2412024-11-21T21:54:53.959Zpostgresql system 13 system
2422024-11-21T21:54:53.959Zpython vendor 3 vendor
2432024-11-21T21:54:53.959Zpython system 2 system
2442024-11-21T21:54:53.959Zpython3 system 3.11 system
2452024-11-21T21:54:53.959Zruby system 3.0 system
2462024-11-21T21:54:53.959Zwords vendor vendor american-english
2472024-11-21T21:54:53.959Zwords system system australian-english
2482024-11-21T21:54:53.959Zwords system system british-english
2492024-11-21T21:54:53.959Zwords system system canadian-english
2502024-11-21T21:54:53.959Zwords system system french
2512024-11-21T21:54:53.959Zwords system system italian
2522024-11-21T21:54:53.959Zwords system system ngerman
2532024-11-21T21:54:53.959Zwords system system ogerman
2542024-11-21T21:54:53.959Zwords system system spanish
2552024-11-21T21:54:54.293ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-21T21:54:54.293Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-21T21:54:56.845ZFMRI IFO
2582024-11-21T21:54:56.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-21T21:54:56.845Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-21T21:54:56.845Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-21T21:54:56.845Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-21T21:54:56.845Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-21T21:54:56.845Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-21T21:54:56.845Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-21T21:54:56.845Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-21T21:54:56.845Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-21T21:54:56.845Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-21T21:54:56.846Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-21T21:54:56.846Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-21T21:54:56.846Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-21T21:54:56.846Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-21T21:54:56.846Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-21T21:54:57.584Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-21T21:54:57.835Z Updating crates.io index
2752024-11-21T21:54:57.838Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-21T21:54:58.697Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-21T21:54:58.955Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-21T21:54:59.304Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-21T21:54:59.613Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-21T21:55:00.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-21T21:55:03.092Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-21T21:55:04.127Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-21T21:55:04.908Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-21T21:55:05.203Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-21T21:55:05.495Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-21T21:55:06.194Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-21T21:55:06.497Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-21T21:55:06.810Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-21T21:55:07.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-21T21:55:07.382Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-21T21:55:07.640Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-21T21:55:07.952Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-21T21:55:08.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-21T21:55:08.672Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-21T21:55:08.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-21T21:55:09.423Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-21T21:55:09.774Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982024-11-21T21:55:10.493Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-11-21T21:55:10.861Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-11-21T21:55:11.257Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-11-21T21:55:11.605Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-11-21T21:55:11.869Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-11-21T21:55:12.203Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-11-21T21:55:13.661Z Downloading crates ...
3052024-11-21T21:55:13.767Z Downloaded anstream v0.6.15
3062024-11-21T21:55:13.784Z Downloaded block-buffer v0.10.4
3072024-11-21T21:55:13.786Z Downloaded autocfg v1.4.0
3082024-11-21T21:55:13.793Z Downloaded cargo_metadata v0.18.1
3092024-11-21T21:55:13.795Z Downloaded anyhow v1.0.93
3102024-11-21T21:55:13.798Z Downloaded clap_lex v0.7.2
3112024-11-21T21:55:13.800Z Downloaded cfg-if v1.0.0
3122024-11-21T21:55:13.801Z Downloaded cargo_toml v0.20.5
3132024-11-21T21:55:13.812Z Downloaded cargo-platform v0.1.8
3142024-11-21T21:55:13.815Z Downloaded camino v1.1.9
3152024-11-21T21:55:13.817Z Downloaded bytecount v0.6.8
3162024-11-21T21:55:13.817Z Downloaded colorchoice v1.0.2
3172024-11-21T21:55:13.820Z Downloaded byteorder v1.5.0
3182024-11-21T21:55:13.822Z Downloaded anstyle-query v1.1.1
3192024-11-21T21:55:13.822Z Downloaded anstyle v1.0.10
3202024-11-21T21:55:13.825Z Downloaded clap_derive v4.5.18
3212024-11-21T21:55:13.827Z Downloaded clap_builder v4.5.21
3222024-11-21T21:55:13.832Z Downloaded pretty-hex v0.4.1
3232024-11-21T21:55:13.835Z Downloaded equivalent v1.0.1
3242024-11-21T21:55:13.835Z Downloaded clap v4.5.21
3252024-11-21T21:55:13.844Z Downloaded itoa v1.0.11
3262024-11-21T21:55:13.846Z Downloaded fastrand v2.1.1
3272024-11-21T21:55:13.849Z Downloaded usdt-macro v0.5.0
3282024-11-21T21:55:13.849Z Downloaded usdt-attr-macro v0.5.0
3292024-11-21T21:55:13.849Z Downloaded dof v0.3.0
3302024-11-21T21:55:13.852Z Downloaded digest v0.10.7
3312024-11-21T21:55:13.852Z Downloaded scroll_derive v0.12.0
3322024-11-21T21:55:13.854Z Downloaded crypto-common v0.1.6
3332024-11-21T21:55:13.854Z Downloaded cpufeatures v0.2.14
3342024-11-21T21:55:13.854Z Downloaded is_terminal_polyfill v1.70.1
3352024-11-21T21:55:13.856Z Downloaded swrite v0.1.0
3362024-11-21T21:55:13.856Z Downloaded heck v0.5.0
3372024-11-21T21:55:13.859Z Downloaded heck v0.4.1
3382024-11-21T21:55:13.859Z Downloaded fs-err v2.11.0
3392024-11-21T21:55:13.861Z Downloaded fnv v1.0.7
3402024-11-21T21:55:13.861Z Downloaded bitflags v2.6.0
3412024-11-21T21:55:13.865Z Downloaded anstyle-parse v0.2.5
3422024-11-21T21:55:13.867Z Downloaded camino-tempfile v1.1.1
3432024-11-21T21:55:13.873Z Downloaded plain v0.2.3
3442024-11-21T21:55:13.876Z Downloaded memmap v0.7.0
3452024-11-21T21:55:13.879Z Downloaded pest_generator v2.7.14
3462024-11-21T21:55:13.879Z Downloaded errno v0.3.9
3472024-11-21T21:55:13.882Z Downloaded scroll v0.12.0
3482024-11-21T21:55:13.885Z Downloaded version_check v0.9.5
3492024-11-21T21:55:13.887Z Downloaded toml_datetime v0.6.8
3502024-11-21T21:55:13.887Z Downloaded usdt v0.5.0
3512024-11-21T21:55:13.889Z Downloaded thiserror-impl v1.0.69
3522024-11-21T21:55:13.889Z Downloaded thread-id v4.2.2
3532024-11-21T21:55:13.892Z Downloaded thiserror v1.0.69
3542024-11-21T21:55:13.895Z Downloaded serde_tokenstream v0.2.2
3552024-11-21T21:55:13.898Z Downloaded unicode-linebreak v0.1.5
3562024-11-21T21:55:13.898Z Downloaded terminal_size v0.4.0
3572024-11-21T21:55:13.901Z Downloaded serde_spanned v0.6.8
3582024-11-21T21:55:13.901Z Downloaded strsim v0.11.1
3592024-11-21T21:55:13.903Z Downloaded tabled_derive v0.7.0
3602024-11-21T21:55:13.905Z Downloaded smawk v0.3.2
3612024-11-21T21:55:13.905Z Downloaded proc-macro-error-attr v1.0.4
3622024-11-21T21:55:13.908Z Downloaded once_cell v1.20.2
3632024-11-21T21:55:13.910Z Downloaded generic-array v0.14.7
3642024-11-21T21:55:13.912Z Downloaded dtrace-parser v0.2.0
3652024-11-21T21:55:13.915Z Downloaded pest_derive v2.7.14
3662024-11-21T21:55:13.918Z Downloaded utf8parse v0.2.2
3672024-11-21T21:55:13.921Z Downloaded usdt-impl v0.5.0
3682024-11-21T21:55:13.926Z Downloaded tempfile v3.13.0
3692024-11-21T21:55:13.929Z Downloaded semver v1.0.23
3702024-11-21T21:55:13.931Z Downloaded sha2 v0.10.8
3712024-11-21T21:55:13.934Z Downloaded proc-macro-error v1.0.4
3722024-11-21T21:55:13.936Z Downloaded quote v1.0.37
3732024-11-21T21:55:13.939Z Downloaded papergrid v0.11.0
3742024-11-21T21:55:13.943Z Downloaded pest_meta v2.7.14
3752024-11-21T21:55:13.946Z Downloaded log v0.4.22
3762024-11-21T21:55:13.948Z Downloaded zerocopy-derive v0.7.35
3772024-11-21T21:55:13.952Z Downloaded unicode-ident v1.0.13
3782024-11-21T21:55:13.955Z Downloaded ucd-trie v0.1.7
3792024-11-21T21:55:13.957Z Downloaded toml v0.8.19
3802024-11-21T21:55:13.960Z Downloaded ryu v1.0.18
3812024-11-21T21:55:13.963Z Downloaded typenum v1.17.0
3822024-11-21T21:55:13.965Z Downloaded textwrap v0.16.1
3832024-11-21T21:55:13.968Z Downloaded macaddr v1.0.1
3842024-11-21T21:55:13.972Z Downloaded serde_derive v1.0.215
3852024-11-21T21:55:13.975Z Downloaded proc-macro2 v1.0.89
3862024-11-21T21:55:13.977Z Downloaded serde v1.0.215
3872024-11-21T21:55:13.995Z Downloaded memchr v2.7.4
3882024-11-21T21:55:14.001Z Downloaded indexmap v2.6.0
3892024-11-21T21:55:14.010Z Downloaded pest v2.7.14
3902024-11-21T21:55:14.017Z Downloaded hashbrown v0.15.0
3912024-11-21T21:55:14.023Z Downloaded toml_edit v0.22.22
3922024-11-21T21:55:14.044Z Downloaded zerocopy v0.7.35
3932024-11-21T21:55:14.058Z Downloaded winnow v0.6.20
3942024-11-21T21:55:14.066Z Downloaded serde_json v1.0.132
3952024-11-21T21:55:14.081Z Downloaded goblin v0.8.2
3962024-11-21T21:55:14.088Z Downloaded tabled v0.15.0
3972024-11-21T21:55:14.103Z Downloaded unicode-width v0.1.14
3982024-11-21T21:55:14.109Z Downloaded syn v2.0.87
3992024-11-21T21:55:14.119Z Downloaded syn v1.0.109
4002024-11-21T21:55:14.129Z Downloaded rustix v0.38.37
4012024-11-21T21:55:14.173Z Downloaded libc v0.2.162
4022024-11-21T21:55:14.484Z Compiling proc-macro2 v1.0.89
4032024-11-21T21:55:14.486Z Compiling unicode-ident v1.0.13
4042024-11-21T21:55:14.486Z Compiling serde v1.0.215
4052024-11-21T21:55:14.486Z Compiling version_check v0.9.5
4062024-11-21T21:55:14.486Z Compiling thiserror v1.0.69
4072024-11-21T21:55:14.486Z Compiling memchr v2.7.4
4082024-11-21T21:55:14.522Z Compiling libc v0.2.162
4092024-11-21T21:55:14.526Z Compiling itoa v1.0.11
4102024-11-21T21:55:14.728Z Compiling ryu v1.0.18
4112024-11-21T21:55:14.891Z Compiling ucd-trie v0.1.7
4122024-11-21T21:55:15.083Z Compiling once_cell v1.20.2
4132024-11-21T21:55:15.429Z Compiling byteorder v1.5.0
4142024-11-21T21:55:15.480Z Compiling serde_json v1.0.132
4152024-11-21T21:55:15.526Z Compiling rustix v0.38.37
4162024-11-21T21:55:15.862Z Compiling bitflags v2.6.0
4172024-11-21T21:55:15.888Z Compiling usdt-impl v0.5.0
4182024-11-21T21:55:16.191Z Compiling proc-macro-error-attr v1.0.4
4192024-11-21T21:55:16.224Z Compiling syn v1.0.109
4202024-11-21T21:55:16.308Z Compiling quote v1.0.37
4212024-11-21T21:55:16.404Z Compiling proc-macro-error v1.0.4
4222024-11-21T21:55:16.471Z Compiling utf8parse v0.2.2
4232024-11-21T21:55:16.519Z Compiling log v0.4.22
4242024-11-21T21:55:16.630Z Compiling equivalent v1.0.1
4252024-11-21T21:55:16.695Z Compiling syn v2.0.87
4262024-11-21T21:55:16.747Z Compiling plain v0.2.3
4272024-11-21T21:55:16.910Z Compiling errno v0.3.9
4282024-11-21T21:55:16.934Z Compiling camino v1.1.9
4292024-11-21T21:55:16.935Z Compiling hashbrown v0.15.0
4302024-11-21T21:55:17.163Z Compiling thread-id v4.2.2
4312024-11-21T21:55:17.287Z Compiling anstyle-parse v0.2.5
4322024-11-21T21:55:17.638Z Compiling winnow v0.6.20
4332024-11-21T21:55:17.665Z Compiling is_terminal_polyfill v1.70.1
4342024-11-21T21:55:17.689Z Compiling colorchoice v1.0.2
4352024-11-21T21:55:17.805Z Compiling pretty-hex v0.4.1
4362024-11-21T21:55:17.870Z Compiling autocfg v1.4.0
4372024-11-21T21:55:18.051Z Compiling indexmap v2.6.0
4382024-11-21T21:55:18.073Z Compiling anstyle-query v1.1.1
4392024-11-21T21:55:18.135Z Compiling unicode-width v0.1.14
4402024-11-21T21:55:18.232Z Compiling anstyle v1.0.10
4412024-11-21T21:55:18.728Z Compiling semver v1.0.23
4422024-11-21T21:55:18.759Z Compiling anstream v0.6.15
4432024-11-21T21:55:19.177Z Compiling fs-err v2.11.0
4442024-11-21T21:55:19.355Z Compiling terminal_size v0.4.0
4452024-11-21T21:55:19.579Z Compiling bytecount v0.6.8
4462024-11-21T21:55:19.630Z Compiling strsim v0.11.1
4472024-11-21T21:55:19.665Z Compiling cfg-if v1.0.0
4482024-11-21T21:55:19.772Z Compiling anyhow v1.0.93
4492024-11-21T21:55:19.812Z Compiling heck v0.4.1
4502024-11-21T21:55:20.162Z Compiling fastrand v2.1.1
4512024-11-21T21:55:20.323Z Compiling heck v0.5.0
4522024-11-21T21:55:20.419Z Compiling clap_lex v0.7.2
4532024-11-21T21:55:20.575Z Compiling fnv v1.0.7
4542024-11-21T21:55:20.701Z Compiling papergrid v0.11.0
4552024-11-21T21:55:20.728Z Compiling clap_builder v4.5.21
4562024-11-21T21:55:20.731Z Compiling tempfile v3.13.0
4572024-11-21T21:55:21.107Z Compiling memmap v0.7.0
4582024-11-21T21:55:21.227Z Compiling smawk v0.3.2
4592024-11-21T21:55:21.446Z Compiling unicode-linebreak v0.1.5
4602024-11-21T21:55:21.644Z Compiling swrite v0.1.0
4612024-11-21T21:55:21.969Z Compiling textwrap v0.16.1
4622024-11-21T21:55:22.842Z Compiling tabled_derive v0.7.0
4632024-11-21T21:55:24.490Z Compiling tabled v0.15.0
4642024-11-21T21:55:25.870Z Compiling serde_derive v1.0.215
4652024-11-21T21:55:25.872Z Compiling thiserror-impl v1.0.69
4662024-11-21T21:55:25.872Z Compiling zerocopy-derive v0.7.35
4672024-11-21T21:55:25.872Z Compiling scroll_derive v0.12.0
4682024-11-21T21:55:26.176Z Compiling clap_derive v4.5.18
4692024-11-21T21:55:27.443Z Compiling scroll v0.12.0
4702024-11-21T21:55:27.924Z Compiling goblin v0.8.2
4712024-11-21T21:55:27.966Z Compiling zerocopy v0.7.35
4722024-11-21T21:55:28.611Z Compiling pest v2.7.14
4732024-11-21T21:55:30.429Z Compiling clap v4.5.21
4742024-11-21T21:55:30.899Z Compiling pest_meta v2.7.14
4752024-11-21T21:55:31.740Z Compiling pest_generator v2.7.14
4762024-11-21T21:55:33.735Z Compiling pest_derive v2.7.14
4772024-11-21T21:55:34.401Z Compiling dtrace-parser v0.2.0
4782024-11-21T21:55:36.316Z Compiling toml_datetime v0.6.8
4792024-11-21T21:55:36.316Z Compiling serde_spanned v0.6.8
4802024-11-21T21:55:36.319Z Compiling cargo-platform v0.1.8
4812024-11-21T21:55:36.683Z Compiling serde_tokenstream v0.2.2
4822024-11-21T21:55:36.754Z Compiling toml_edit v0.22.22
4832024-11-21T21:55:36.911Z Compiling macaddr v1.0.1
4842024-11-21T21:55:36.977Z Compiling camino-tempfile v1.1.1
4852024-11-21T21:55:37.826Z Compiling dof v0.3.0
4862024-11-21T21:55:37.826Z Compiling cargo_metadata v0.18.1
4872024-11-21T21:55:39.614Z Compiling toml v0.8.19
4882024-11-21T21:55:39.795Z Compiling usdt-macro v0.5.0
4892024-11-21T21:55:39.795Z Compiling usdt-attr-macro v0.5.0
4902024-11-21T21:55:40.444Z Compiling cargo_toml v0.20.5
4912024-11-21T21:55:41.176Z Compiling usdt v0.5.0
4922024-11-21T21:55:44.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-11-21T21:55:48.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s
4942024-11-21T21:55:48.463Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-11-21T21:55:49.019Z Downloading crates ...
4962024-11-21T21:55:49.156Z Downloaded addr2line v0.24.2
4972024-11-21T21:55:49.162Z Downloaded ahash v0.8.11
4982024-11-21T21:55:49.168Z Downloaded adler2 v2.0.0
4992024-11-21T21:55:49.171Z Downloaded ipnet v2.10.1
5002024-11-21T21:55:49.173Z Downloaded aead v0.5.2
5012024-11-21T21:55:49.175Z Downloaded array-init v0.0.4
5022024-11-21T21:55:49.178Z Downloaded argon2 v0.5.3
5032024-11-21T21:55:49.180Z Downloaded icu_normalizer v1.5.0
5042024-11-21T21:55:49.185Z Downloaded allocator-api2 v0.2.18
5052024-11-21T21:55:49.188Z Downloaded md5 v0.7.0
5062024-11-21T21:55:49.192Z Downloaded arc-swap v1.7.1
5072024-11-21T21:55:49.196Z Downloaded managed v0.8.0
5082024-11-21T21:55:49.198Z Downloaded iana-time-zone v0.1.61
5092024-11-21T21:55:49.200Z Downloaded aes-gcm v0.10.3
5102024-11-21T21:55:49.204Z Downloaded lazycell v1.3.0
5112024-11-21T21:55:49.206Z Downloaded aho-corasick v1.1.3
5122024-11-21T21:55:49.211Z Downloaded atomicwrites v0.4.4
5132024-11-21T21:55:49.214Z Downloaded atty v0.2.14
5142024-11-21T21:55:49.217Z Downloaded base16ct v0.2.0
5152024-11-21T21:55:49.217Z Downloaded backoff v0.4.0
5162024-11-21T21:55:49.220Z Downloaded assert_matches v1.5.0
5172024-11-21T21:55:49.220Z Downloaded async-stream v0.3.6
5182024-11-21T21:55:49.222Z Downloaded backtrace v0.3.74
5192024-11-21T21:55:49.227Z Downloaded async-bb8-diesel v0.2.1
5202024-11-21T21:55:49.230Z Downloaded async-recursion v1.1.1
5212024-11-21T21:55:49.235Z Downloaded async-stream-impl v0.3.6
5222024-11-21T21:55:49.238Z Downloaded ascii-canvas v3.0.0
5232024-11-21T21:55:49.238Z Downloaded arrayvec v0.7.6
5242024-11-21T21:55:49.241Z Downloaded ciborium-io v0.2.2
5252024-11-21T21:55:49.241Z Downloaded atomic-waker v1.1.2
5262024-11-21T21:55:49.244Z Downloaded arrayref v0.3.9
5272024-11-21T21:55:49.244Z Downloaded aes v0.8.4
5282024-11-21T21:55:49.247Z Downloaded cfg_aliases v0.1.1
5292024-11-21T21:55:49.250Z Downloaded instability v0.3.2
5302024-11-21T21:55:49.252Z Downloaded headers-core v0.3.0
5312024-11-21T21:55:49.252Z Downloaded cfg_aliases v0.2.1
5322024-11-21T21:55:49.255Z Downloaded bitflags v1.3.2
5332024-11-21T21:55:49.257Z Downloaded bit-set v0.5.3
5342024-11-21T21:55:49.258Z Downloaded bb8 v0.8.5
5352024-11-21T21:55:49.260Z Downloaded cassowary v0.3.0
5362024-11-21T21:55:49.264Z Downloaded lalrpop v0.19.12
5372024-11-21T21:55:49.276Z Downloaded convert_case v0.4.0
5382024-11-21T21:55:49.278Z Downloaded cbc v0.1.2
5392024-11-21T21:55:49.280Z Downloaded cexpr v0.6.0
5402024-11-21T21:55:49.288Z Downloaded bitfield v0.14.0
5412024-11-21T21:55:49.288Z Downloaded darling v0.20.10
5422024-11-21T21:55:49.288Z Downloaded crc-catalog v2.4.0
5432024-11-21T21:55:49.292Z Downloaded block-padding v0.3.3
5442024-11-21T21:55:49.292Z Downloaded bcrypt-pbkdf v0.10.0
5452024-11-21T21:55:49.292Z Downloaded hubpack_derive v0.1.1
5462024-11-21T21:55:49.295Z Downloaded castaway v0.2.3
5472024-11-21T21:55:49.297Z Downloaded crossbeam-deque v0.8.5
5482024-11-21T21:55:49.298Z Downloaded heck v0.3.3
5492024-11-21T21:55:49.300Z Downloaded constant_time_eq v0.3.1
5502024-11-21T21:55:49.300Z Downloaded bzip2 v0.4.4
5512024-11-21T21:55:49.302Z Downloaded curve25519-dalek-derive v0.1.1
5522024-11-21T21:55:49.304Z Downloaded cstr-argument v0.1.2
5532024-11-21T21:55:49.307Z Downloaded hostname v0.3.1
5542024-11-21T21:55:49.307Z Downloaded hex-literal v0.4.1
5552024-11-21T21:55:49.309Z Downloaded cipher v0.4.4
5562024-11-21T21:55:49.311Z Downloaded bitfield-struct v0.6.2
5572024-11-21T21:55:49.311Z Downloaded ident_case v1.0.1
5582024-11-21T21:55:49.313Z Downloaded async-trait v0.1.83
5592024-11-21T21:55:49.316Z Downloaded instant v0.1.13
5602024-11-21T21:55:49.318Z Downloaded is_ci v1.2.0
5612024-11-21T21:55:49.321Z Downloaded icu_provider_macros v1.5.0
5622024-11-21T21:55:49.321Z Downloaded crc v3.2.1
5632024-11-21T21:55:49.324Z Downloaded colored v2.1.0
5642024-11-21T21:55:49.326Z Downloaded cmake v0.1.51
5652024-11-21T21:55:49.329Z Downloaded http-body v1.0.1
5662024-11-21T21:55:49.329Z Downloaded chrono-tz-build v0.4.0
5672024-11-21T21:55:49.329Z Downloaded buf-list v1.0.3
5682024-11-21T21:55:49.331Z Downloaded http-range v0.1.5
5692024-11-21T21:55:49.334Z Downloaded crunchy v0.2.2
5702024-11-21T21:55:49.334Z Downloaded home v0.5.9
5712024-11-21T21:55:49.336Z Downloaded hubpack v0.1.2
5722024-11-21T21:55:49.339Z Downloaded blowfish v0.9.1
5732024-11-21T21:55:49.339Z Downloaded httpdate v1.0.3
5742024-11-21T21:55:49.341Z Downloaded http-body-util v0.1.2
5752024-11-21T21:55:49.344Z Downloaded base64ct v1.6.0
5762024-11-21T21:55:49.346Z Downloaded const_format_proc_macros v0.2.33
5772024-11-21T21:55:49.348Z Downloaded chacha20 v0.9.1
5782024-11-21T21:55:49.351Z Downloaded ctr v0.9.2
5792024-11-21T21:55:49.354Z Downloaded ciborium-ll v0.2.2
5802024-11-21T21:55:49.354Z Downloaded crucible-workspace-hack v0.1.0
5812024-11-21T21:55:49.356Z Downloaded bit-vec v0.6.3
5822024-11-21T21:55:49.356Z Downloaded match_cfg v0.1.0
5832024-11-21T21:55:49.356Z Downloaded thread_local v1.1.8
5842024-11-21T21:55:49.360Z Downloaded bcs v0.1.6
5852024-11-21T21:55:49.362Z Downloaded matches v0.1.10
5862024-11-21T21:55:49.363Z Downloaded hex v0.4.3
5872024-11-21T21:55:49.365Z Downloaded serde_urlencoded v0.7.1
5882024-11-21T21:55:49.367Z Downloaded idna v0.3.0
5892024-11-21T21:55:49.373Z Downloaded slog-bunyan v2.5.0
5902024-11-21T21:55:49.376Z Downloaded cookie_store v0.21.0
5912024-11-21T21:55:49.378Z Downloaded hostname v0.4.0
5922024-11-21T21:55:49.380Z Downloaded slog-dtrace v0.3.0
5932024-11-21T21:55:49.382Z Downloaded idna_adapter v1.2.0
5942024-11-21T21:55:49.382Z Downloaded blake2 v0.10.6
5952024-11-21T21:55:49.385Z Downloaded crc32fast v1.4.2
5962024-11-21T21:55:49.388Z Downloaded synstructure v0.13.1
5972024-11-21T21:55:49.391Z Downloaded csv-core v0.1.11
5982024-11-21T21:55:49.391Z Downloaded strum_macros v0.25.3
5992024-11-21T21:55:49.393Z Downloaded strip-ansi-escapes v0.2.0
6002024-11-21T21:55:49.393Z Downloaded spin v0.5.2
6012024-11-21T21:55:49.397Z Downloaded inout v0.1.3
6022024-11-21T21:55:49.399Z Downloaded clang-sys v1.8.1
6032024-11-21T21:55:49.402Z Downloaded indent_write v2.2.0
6042024-11-21T21:55:49.402Z Downloaded impl-trait-for-tuples v0.2.2
6052024-11-21T21:55:49.404Z Downloaded endian-type v0.1.2
6062024-11-21T21:55:49.406Z Downloaded zerofrom v0.1.4
6072024-11-21T21:55:49.406Z Downloaded base64 v0.13.1
6082024-11-21T21:55:49.410Z Downloaded try-lock v0.2.5
6092024-11-21T21:55:49.412Z Downloaded topological-sort v0.2.2
6102024-11-21T21:55:49.414Z Downloaded humantime v2.1.0
6112024-11-21T21:55:49.414Z Downloaded httparse v1.9.5
6122024-11-21T21:55:49.417Z Downloaded slog-envlogger v2.2.0
6132024-11-21T21:55:49.419Z Downloaded crc-any v2.5.0
6142024-11-21T21:55:49.421Z Downloaded cookie v0.18.1
6152024-11-21T21:55:49.424Z Downloaded linear-map v1.2.0
6162024-11-21T21:55:49.426Z Downloaded unicode-truncate v1.1.0
6172024-11-21T21:55:49.429Z Downloaded lockfree-object-pool v0.1.6
6182024-11-21T21:55:49.431Z Downloaded mime v0.3.17
6192024-11-21T21:55:49.433Z Downloaded maybe-uninit v2.0.0
6202024-11-21T21:55:49.436Z Downloaded parse-size v1.1.0
6212024-11-21T21:55:49.436Z Downloaded snafu-derive v0.8.5
6222024-11-21T21:55:49.438Z Downloaded serde_with_macros v3.11.0
6232024-11-21T21:55:49.441Z Downloaded crossbeam-utils v0.8.20
6242024-11-21T21:55:49.443Z Downloaded lru-cache v0.1.2
6252024-11-21T21:55:49.445Z Downloaded const-oid v0.9.6
6262024-11-21T21:55:49.448Z Downloaded quinn-udp v0.5.5
6272024-11-21T21:55:49.450Z Downloaded compact_str v0.8.0
6282024-11-21T21:55:49.452Z Downloaded normalize-line-endings v0.3.0
6292024-11-21T21:55:49.454Z Downloaded new_debug_unreachable v1.0.6
6302024-11-21T21:55:49.454Z Downloaded difflib v0.4.0
6312024-11-21T21:55:49.458Z Downloaded term v0.7.0
6322024-11-21T21:55:49.460Z Downloaded icu_locid_transform v1.5.0
6332024-11-21T21:55:49.463Z Downloaded twox-hash v1.6.3
6342024-11-21T21:55:49.465Z Downloaded russh-keys v0.45.0
6352024-11-21T21:55:49.468Z Downloaded progenitor-impl v0.8.0
6362024-11-21T21:55:49.471Z Downloaded funty v2.0.0
6372024-11-21T21:55:49.474Z Downloaded rustfmt-wrapper v0.2.1
6382024-11-21T21:55:49.474Z Downloaded litemap v0.7.3
6392024-11-21T21:55:49.476Z Downloaded lalrpop-util v0.19.12
6402024-11-21T21:55:49.478Z Downloaded rustc_version v0.4.1
6412024-11-21T21:55:49.478Z Downloaded base64 v0.22.1
6422024-11-21T21:55:49.483Z Downloaded zerofrom-derive v0.1.4
6432024-11-21T21:55:49.485Z Downloaded whoami v1.5.2
6442024-11-21T21:55:49.487Z Downloaded hmac v0.12.1
6452024-11-21T21:55:49.490Z Downloaded rustc_version v0.1.7
6462024-11-21T21:55:49.490Z Downloaded foreign-types v0.5.0
6472024-11-21T21:55:49.493Z Downloaded deranged v0.3.11
6482024-11-21T21:55:49.495Z Downloaded parse-display-derive v0.10.0
6492024-11-21T21:55:49.495Z Downloaded memoffset v0.9.1
6502024-11-21T21:55:49.497Z Downloaded md-5 v0.10.6
6512024-11-21T21:55:49.497Z Downloaded linked-hash-map v0.5.6
6522024-11-21T21:55:49.500Z Downloaded maplit v1.0.2
6532024-11-21T21:55:49.500Z Downloaded const_format v0.2.33
6542024-11-21T21:55:49.505Z Downloaded derive-where v1.2.7
6552024-11-21T21:55:49.509Z Downloaded phf v0.11.2
6562024-11-21T21:55:49.511Z Downloaded mime_guess v2.0.5
6572024-11-21T21:55:49.514Z Downloaded fd-lock v4.0.2
6582024-11-21T21:55:49.518Z Downloaded env_logger v0.11.5
6592024-11-21T21:55:49.521Z Downloaded downcast v0.11.0
6602024-11-21T21:55:49.521Z Downloaded stable_deref_trait v1.2.0
6612024-11-21T21:55:49.523Z Downloaded polyval v0.6.2
6622024-11-21T21:55:49.525Z Downloaded icu_normalizer_data v1.5.0
6632024-11-21T21:55:49.528Z Downloaded icu_locid_transform_data v1.5.0
6642024-11-21T21:55:49.530Z Downloaded base64 v0.21.7
6652024-11-21T21:55:49.543Z Downloaded fs_extra v1.3.0
6662024-11-21T21:55:49.545Z Downloaded time-core v0.1.2
6672024-11-21T21:55:49.547Z Downloaded write16 v1.0.0
6682024-11-21T21:55:49.547Z Downloaded unicode-properties v0.1.3
6692024-11-21T21:55:49.550Z Downloaded jobserver v0.1.32
6702024-11-21T21:55:49.552Z Downloaded resolv-conf v0.7.0
6712024-11-21T21:55:49.555Z Downloaded socket2 v0.5.7
6722024-11-21T21:55:49.557Z Downloaded pem v3.0.4
6732024-11-21T21:55:49.559Z Downloaded slab v0.4.9
6742024-11-21T21:55:49.562Z Downloaded siphasher v0.3.11
6752024-11-21T21:55:49.562Z Downloaded simd-adler32 v0.3.7
6762024-11-21T21:55:49.564Z Downloaded serde_plain v1.0.2
6772024-11-21T21:55:49.567Z Downloaded icu_locid v1.5.0
6782024-11-21T21:55:49.570Z Downloaded cc v1.1.30
6792024-11-21T21:55:49.574Z Downloaded thiserror-impl-no-std v2.0.2
6802024-11-21T21:55:49.577Z Downloaded tabwriter v1.4.0
6812024-11-21T21:55:49.579Z Downloaded diff v0.1.13
6822024-11-21T21:55:49.582Z Downloaded untrusted v0.9.0
6832024-11-21T21:55:49.582Z Downloaded untrusted v0.7.1
6842024-11-21T21:55:49.585Z Downloaded prettyplease v0.2.25
6852024-11-21T21:55:49.589Z Downloaded num-conv v0.1.0
6862024-11-21T21:55:49.591Z Downloaded postgres-protocol v0.6.7
6872024-11-21T21:55:49.591Z Downloaded serde_yaml v0.9.34+deprecated
6882024-11-21T21:55:49.595Z Downloaded miniz_oxide v0.8.0
6892024-11-21T21:55:49.598Z Downloaded serde-big-array v0.5.1
6902024-11-21T21:55:49.600Z Downloaded phf_generator v0.11.2
6912024-11-21T21:55:49.603Z Downloaded openssl-macros v0.1.1
6922024-11-21T21:55:49.603Z Downloaded opaque-debug v0.3.1
6932024-11-21T21:55:49.605Z Downloaded futures v0.3.31
6942024-11-21T21:55:49.609Z Downloaded russh-cryptovec v0.7.3
6952024-11-21T21:55:49.611Z Downloaded newtype-uuid v1.1.3
6962024-11-21T21:55:49.614Z Downloaded group v0.13.0
6972024-11-21T21:55:49.614Z Downloaded tinystr v0.7.6
6982024-11-21T21:55:49.616Z Downloaded serde_repr v0.1.19
6992024-11-21T21:55:49.619Z Downloaded indexmap v1.9.3
7002024-11-21T21:55:49.621Z Downloaded peg v0.8.4
7012024-11-21T21:55:49.625Z Downloaded crypto-bigint v0.5.5
7022024-11-21T21:55:49.633Z Downloaded signal-hook-tokio v0.3.1
7032024-11-21T21:55:49.635Z Downloaded want v0.3.1
7042024-11-21T21:55:49.638Z Downloaded progenitor v0.8.0
7052024-11-21T21:55:49.638Z Downloaded pbkdf2 v0.12.2
7062024-11-21T21:55:49.640Z Downloaded displaydoc v0.2.5
7072024-11-21T21:55:49.643Z Downloaded r2d2 v0.8.10
7082024-11-21T21:55:49.645Z Downloaded headers v0.4.0
7092024-11-21T21:55:49.651Z Downloaded foreign-types v0.3.2
7102024-11-21T21:55:49.653Z Downloaded lock_api v0.4.12
7112024-11-21T21:55:49.653Z Downloaded indicatif v0.17.9
7122024-11-21T21:55:49.657Z Downloaded pin-project-internal v1.1.6
7132024-11-21T21:55:49.660Z Downloaded hash32 v0.2.1
7142024-11-21T21:55:49.662Z Downloaded ff v0.13.0
7152024-11-21T21:55:49.665Z Downloaded newtype_derive v0.1.6
7162024-11-21T21:55:49.668Z Downloaded spki v0.7.3
7172024-11-21T21:55:49.668Z Downloaded signal-hook-mio v0.2.4
7182024-11-21T21:55:49.670Z Downloaded fallible-iterator v0.2.0
7192024-11-21T21:55:49.670Z Downloaded foreign-types-macros v0.2.3
7202024-11-21T21:55:49.673Z Downloaded password-hash v0.4.2
7212024-11-21T21:55:49.676Z Downloaded spin v0.9.8
7222024-11-21T21:55:49.678Z Downloaded p256 v0.13.2
7232024-11-21T21:55:49.681Z Downloaded pin-utils v0.1.0
7242024-11-21T21:55:49.683Z Downloaded rusty-fork v0.3.0
7252024-11-21T21:55:49.686Z Downloaded typify v0.2.0
7262024-11-21T21:55:49.688Z Downloaded phf_shared v0.10.0
7272024-11-21T21:55:49.690Z Downloaded utf-8 v0.7.6
7282024-11-21T21:55:49.690Z Downloaded test-strategy v0.3.1
7292024-11-21T21:55:49.694Z Downloaded rustls-pemfile v2.2.0
7302024-11-21T21:55:49.697Z Downloaded icu_collections v1.5.0
7312024-11-21T21:55:49.704Z Downloaded zone_cfg_derive v0.3.0
7322024-11-21T21:55:49.706Z Downloaded hickory-server v0.24.1
7332024-11-21T21:55:49.711Z Downloaded foldhash v0.1.3
7342024-11-21T21:55:49.713Z Downloaded des v0.8.1
7352024-11-21T21:55:49.721Z Downloaded float-ord v0.3.2
7362024-11-21T21:55:49.721Z Downloaded signal-hook-registry v1.4.2
7372024-11-21T21:55:49.724Z Downloaded num v0.4.3
7382024-11-21T21:55:49.725Z Downloaded ssh-encoding v0.2.0
7392024-11-21T21:55:49.725Z Downloaded smallvec v1.13.2
7402024-11-21T21:55:49.726Z Downloaded hickory-resolver v0.24.1
7412024-11-21T21:55:49.730Z Downloaded precomputed-hash v0.1.1
7422024-11-21T21:55:49.730Z Downloaded termcolor v1.4.1
7432024-11-21T21:55:49.733Z Downloaded tokio-rustls v0.26.0
7442024-11-21T21:55:49.733Z Downloaded omicron-zone-package v0.11.1
7452024-11-21T21:55:49.736Z Downloaded termios v0.3.3
7462024-11-21T21:55:49.739Z Downloaded path-slash v0.1.5
7472024-11-21T21:55:49.741Z Downloaded powerfmt v0.2.0
7482024-11-21T21:55:49.741Z Downloaded phf_shared v0.11.2
7492024-11-21T21:55:49.743Z Downloaded unsafe-libyaml v0.2.11
7502024-11-21T21:55:49.746Z Downloaded openssl-probe v0.1.5
7512024-11-21T21:55:49.748Z Downloaded darling_macro v0.20.10
7522024-11-21T21:55:49.748Z Downloaded termtree v0.4.1
7532024-11-21T21:55:49.751Z Downloaded take_mut v0.2.2
7542024-11-21T21:55:49.751Z Downloaded sync_wrapper v1.0.1
7552024-11-21T21:55:49.751Z Downloaded sync-ptr v0.1.1
7562024-11-21T21:55:49.754Z Downloaded ppv-lite86 v0.2.20
7572024-11-21T21:55:49.754Z Downloaded subtle v2.6.1
7582024-11-21T21:55:49.757Z Downloaded writeable v0.5.5
7592024-11-21T21:55:49.759Z Downloaded defmt-parser v0.3.4
7602024-11-21T21:55:49.759Z Downloaded strum_macros v0.24.3
7612024-11-21T21:55:49.762Z Downloaded strum v0.26.3
7622024-11-21T21:55:49.766Z Downloaded serde-hex v0.1.0
7632024-11-21T21:55:49.766Z Downloaded embedded-io v0.6.1
7642024-11-21T21:55:49.769Z Downloaded pkcs1 v0.7.5
7652024-11-21T21:55:49.769Z Downloaded float-cmp v0.9.0
7662024-11-21T21:55:49.772Z Downloaded half v2.4.1
7672024-11-21T21:55:49.774Z Downloaded pkg-config v0.3.31
7682024-11-21T21:55:49.777Z Downloaded tui-tree-widget v0.22.0
7692024-11-21T21:55:49.779Z Downloaded typify-macro v0.2.0
7702024-11-21T21:55:49.779Z Downloaded dsl_auto_type v0.1.2
7712024-11-21T21:55:49.782Z Downloaded parse-display v0.10.0
7722024-11-21T21:55:49.782Z Downloaded env_logger v0.10.2
7732024-11-21T21:55:49.784Z Downloaded parking_lot_core v0.9.10
7742024-11-21T21:55:49.787Z Downloaded pretty-hex v0.2.1
7752024-11-21T21:55:49.789Z Downloaded enum-as-inner v0.6.1
7762024-11-21T21:55:49.792Z Downloaded enum-as-inner v0.5.1
7772024-11-21T21:55:49.794Z Downloaded ena v0.14.3
7782024-11-21T21:55:49.794Z Downloaded either v1.13.0
7792024-11-21T21:55:49.799Z Downloaded parking_lot_core v0.8.6
7802024-11-21T21:55:49.799Z Downloaded minimal-lexical v0.2.1
7812024-11-21T21:55:49.803Z Downloaded paste v1.0.15
7822024-11-21T21:55:49.807Z Downloaded mirai-annotations v1.12.0
7832024-11-21T21:55:49.809Z Downloaded tinyvec_macros v0.1.1
7842024-11-21T21:55:49.810Z Downloaded predicates-core v1.0.8
7852024-11-21T21:55:49.812Z Downloaded strum_macros v0.26.4
7862024-11-21T21:55:49.814Z Downloaded predicates-tree v1.0.11
7872024-11-21T21:55:49.817Z Downloaded serde_derive_internals v0.29.1
7882024-11-21T21:55:49.817Z Downloaded predicates v3.1.2
7892024-11-21T21:55:49.820Z Downloaded yoke-derive v0.7.4
7902024-11-21T21:55:49.822Z Downloaded unicode-segmentation v1.12.0
7912024-11-21T21:55:49.825Z Downloaded tap v1.0.1
7922024-11-21T21:55:49.827Z Downloaded supports-color v3.0.1
7932024-11-21T21:55:49.830Z Downloaded smallvec v0.6.14
7942024-11-21T21:55:49.832Z Downloaded pkcs5 v0.7.1
7952024-11-21T21:55:49.835Z Downloaded slog-stdlog v4.1.1
7962024-11-21T21:55:49.837Z Downloaded value-bag v1.9.0
7972024-11-21T21:55:49.839Z Downloaded filetime v0.2.25
7982024-11-21T21:55:49.842Z Downloaded wyz v0.5.1
7992024-11-21T21:55:49.844Z Downloaded wait-timeout v0.2.0
8002024-11-21T21:55:49.847Z Downloaded ed25519 v2.2.3
8012024-11-21T21:55:49.847Z Downloaded xz2 v0.1.7
8022024-11-21T21:55:49.849Z Downloaded pkcs8 v0.10.2
8032024-11-21T21:55:49.852Z Downloaded olpc-cjson v0.1.4
8042024-11-21T21:55:49.855Z Downloaded nu-ansi-term v0.50.1
8052024-11-21T21:55:49.857Z Downloaded hashlink v0.9.1
8062024-11-21T21:55:49.859Z Downloaded nodrop v0.1.14
8072024-11-21T21:55:49.861Z Downloaded futures-io v0.3.31
8082024-11-21T21:55:49.862Z Downloaded same-file v1.0.6
8092024-11-21T21:55:49.865Z Downloaded ref-cast v1.0.23
8102024-11-21T21:55:49.867Z Downloaded primeorder v0.13.6
8112024-11-21T21:55:49.870Z Downloaded pin-project-lite v0.2.14
8122024-11-21T21:55:49.873Z Downloaded crossterm v0.28.1
8132024-11-21T21:55:49.880Z Downloaded packed_struct v0.10.1
8142024-11-21T21:55:49.883Z Downloaded sigpipe v0.1.3
8152024-11-21T21:55:49.885Z Downloaded slog-term v2.9.1
8162024-11-21T21:55:49.888Z Downloaded hash32 v0.3.1
8172024-11-21T21:55:49.891Z Downloaded unicode-normalization v0.1.24
8182024-11-21T21:55:49.893Z Downloaded quick-error v1.2.3
8192024-11-21T21:55:49.896Z Downloaded progenitor-client v0.8.0
8202024-11-21T21:55:49.896Z Downloaded peg-runtime v0.8.3
8212024-11-21T21:55:49.898Z Downloaded toml v0.7.8
8222024-11-21T21:55:49.901Z Downloaded number_prefix v0.4.0
8232024-11-21T21:55:49.903Z Downloaded tls_codec_derive v0.4.1
8242024-11-21T21:55:49.905Z Downloaded dirs-next v2.0.0
8252024-11-21T21:55:49.906Z Downloaded walkdir v2.5.0
8262024-11-21T21:55:49.909Z Downloaded unarray v0.1.4
8272024-11-21T21:55:49.909Z Downloaded slog-async v2.8.0
8282024-11-21T21:55:49.911Z Downloaded tls_codec v0.4.1
8292024-11-21T21:55:49.913Z Downloaded packed_struct_codegen v0.10.1
8302024-11-21T21:55:49.916Z Downloaded shlex v1.3.0
8312024-11-21T21:55:49.918Z Downloaded blake3 v1.5.4
8322024-11-21T21:55:49.925Z Downloaded xattr v1.3.1
8332024-11-21T21:55:49.928Z Downloaded pin-project v1.1.6
8342024-11-21T21:55:49.940Z Downloaded rustls-pemfile v1.0.4
8352024-11-21T21:55:49.943Z Downloaded mockall v0.13.0
8362024-11-21T21:55:49.946Z Downloaded oso-derive v0.27.3
8372024-11-21T21:55:49.946Z Downloaded scrypt v0.11.0
8382024-11-21T21:55:49.948Z Downloaded num-complex v0.4.6
8392024-11-21T21:55:49.951Z Downloaded num_threads v0.1.7
8402024-11-21T21:55:49.951Z Downloaded slog-scope v4.4.0
8412024-11-21T21:55:49.954Z Downloaded serde_with v3.11.0
8422024-11-21T21:55:49.964Z Downloaded dhcproto v0.12.0
8432024-11-21T21:55:49.966Z Downloaded url v2.5.3
8442024-11-21T21:55:49.970Z Downloaded defmt-macros v0.3.9
8452024-11-21T21:55:49.974Z Downloaded fixedbitset v0.4.2
8462024-11-21T21:55:49.976Z Downloaded tokio-tungstenite v0.21.0
8472024-11-21T21:55:49.978Z Downloaded rpassword v7.3.1
8482024-11-21T21:55:49.982Z Downloaded tungstenite v0.21.0
8492024-11-21T21:55:49.984Z Downloaded aws-lc-rs v1.10.0
8502024-11-21T21:55:49.995Z Downloaded fxhash v0.2.1
8512024-11-21T21:55:49.997Z Downloaded rustc-hash v2.0.0
8522024-11-21T21:55:49.997Z Downloaded rustc-hash v1.1.0
8532024-11-21T21:55:50.000Z Downloaded num-derive v0.4.2
8542024-11-21T21:55:50.002Z Downloaded num-rational v0.4.2
8552024-11-21T21:55:50.002Z Downloaded slog v2.7.0
8562024-11-21T21:55:50.006Z Downloaded rsa v0.9.6
8572024-11-21T21:55:50.011Z Downloaded diesel_derives v2.2.3
8582024-11-21T21:55:50.016Z Downloaded steno v0.4.1
8592024-11-21T21:55:50.020Z Downloaded nom v7.1.3
8602024-11-21T21:55:50.026Z Downloaded tokio-tungstenite v0.23.1
8612024-11-21T21:55:50.029Z Downloaded tokio-rustls v0.25.0
8622024-11-21T21:55:50.031Z Downloaded tower-service v0.3.3
8632024-11-21T21:55:50.033Z Downloaded winnow v0.5.40
8642024-11-21T21:55:50.042Z Downloaded universal-hash v0.5.1
8652024-11-21T21:55:50.045Z Downloaded rustversion v1.0.17
8662024-11-21T21:55:50.048Z Downloaded signature v2.2.0
8672024-11-21T21:55:50.050Z Downloaded tracing-attributes v0.1.27
8682024-11-21T21:55:50.053Z Downloaded smf v0.2.3
8692024-11-21T21:55:50.053Z Downloaded dhcproto-macros v0.1.0
8702024-11-21T21:55:50.053Z Downloaded sqlformat v0.2.6
8712024-11-21T21:55:50.056Z Downloaded newline-converter v0.3.0
8722024-11-21T21:55:50.059Z Downloaded display-error-chain v0.2.2
8732024-11-21T21:55:50.059Z Downloaded futures-task v0.3.31
8742024-11-21T21:55:50.062Z Downloaded tracing-core v0.1.32
8752024-11-21T21:55:50.064Z Downloaded fragile v2.0.0
8762024-11-21T21:55:50.064Z Downloaded foreign-types-shared v0.3.1
8772024-11-21T21:55:50.066Z Downloaded foreign-types-shared v0.1.1
8782024-11-21T21:55:50.066Z Downloaded shell-words v1.1.0
8792024-11-21T21:55:50.066Z Downloaded multimap v0.10.0
8802024-11-21T21:55:50.069Z Downloaded futures-core v0.3.31
8812024-11-21T21:55:50.069Z Downloaded percent-encoding v2.3.1
8822024-11-21T21:55:50.071Z Downloaded dyn-clone v1.0.17
8832024-11-21T21:55:50.074Z Downloaded tokio-tungstenite v0.24.0
8842024-11-21T21:55:50.076Z Downloaded vte v0.11.1
8852024-11-21T21:55:50.078Z Downloaded uzers v0.12.1
8862024-11-21T21:55:50.081Z Downloaded radium v0.7.0
8872024-11-21T21:55:50.081Z Downloaded quinn-proto v0.11.8
8882024-11-21T21:55:50.088Z Downloaded sqlparser_derive v0.2.2
8892024-11-21T21:55:50.091Z Downloaded owo-colors v4.1.0
8902024-11-21T21:55:50.093Z Downloaded nanorand v0.7.0
8912024-11-21T21:55:50.095Z Downloaded unicode-xid v0.2.6
8922024-11-21T21:55:50.098Z Downloaded tungstenite v0.24.0
8932024-11-21T21:55:50.101Z Downloaded derive_builder_macro v0.20.2
8942024-11-21T21:55:50.104Z Downloaded tungstenite v0.23.0
8952024-11-21T21:55:50.107Z Downloaded vergen v8.3.2
8962024-11-21T21:55:50.110Z Downloaded progenitor-macro v0.8.0
8972024-11-21T21:55:50.110Z Downloaded hashbrown v0.12.3
8982024-11-21T21:55:50.116Z Downloaded futures-sink v0.3.31
8992024-11-21T21:55:50.119Z Downloaded toolchain_find v0.4.0
9002024-11-21T21:55:50.119Z Downloaded phf_codegen v0.11.2
9012024-11-21T21:55:50.119Z Downloaded psl-types v2.0.11
9022024-11-21T21:55:50.123Z Downloaded itertools v0.13.0
9032024-11-21T21:55:50.126Z Downloaded pem-rfc7468 v0.7.0
9042024-11-21T21:55:50.129Z Downloaded ghash v0.5.1
9052024-11-21T21:55:50.132Z Downloaded chrono v0.4.38
9062024-11-21T21:55:50.138Z Downloaded futures-executor v0.3.31
9072024-11-21T21:55:50.142Z Downloaded flagset v0.4.6
9082024-11-21T21:55:50.142Z Downloaded dirs-sys-next v0.1.2
9092024-11-21T21:55:50.144Z Downloaded form_urlencoded v1.2.1
9102024-11-21T21:55:50.144Z Downloaded semver v0.1.20
9112024-11-21T21:55:50.146Z Downloaded sct v0.7.1
9122024-11-21T21:55:50.150Z Downloaded serde_path_to_error v0.1.16
9132024-11-21T21:55:50.152Z Downloaded pbkdf2 v0.11.0
9142024-11-21T21:55:50.154Z Downloaded vsss-rs v3.3.4
9152024-11-21T21:55:50.157Z Downloaded rtoolbox v0.0.2
9162024-11-21T21:55:50.159Z Downloaded unicase v2.7.0
9172024-11-21T21:55:50.159Z Downloaded num_enum v0.5.11
9182024-11-21T21:55:50.163Z Downloaded openssl-sys v0.9.103
9192024-11-21T21:55:50.170Z Downloaded ssh-cipher v0.2.0
9202024-11-21T21:55:50.173Z Downloaded schemars v0.8.21
9212024-11-21T21:55:50.185Z Downloaded structmeta-derive v0.3.0
9222024-11-21T21:55:50.188Z Downloaded rand_seeder v0.3.0
9232024-11-21T21:55:50.188Z Downloaded structmeta-derive v0.2.0
9242024-11-21T21:55:50.188Z Downloaded structmeta v0.3.0
9252024-11-21T21:55:50.191Z Downloaded hkdf v0.12.4
9262024-11-21T21:55:50.191Z Downloaded rustc-demangle v0.1.24
9272024-11-21T21:55:50.194Z Downloaded snafu v0.8.5
9282024-11-21T21:55:50.200Z Downloaded ed25519-dalek v2.1.1
9292024-11-21T21:55:50.203Z Downloaded num-bigint-dig v0.8.4
9302024-11-21T21:55:50.208Z Downloaded unicode-bidi v0.3.17
9312024-11-21T21:55:50.214Z Downloaded getrandom v0.2.15
9322024-11-21T21:55:50.217Z Downloaded der v0.7.9
9332024-11-21T21:55:50.220Z Downloaded stringprep v0.1.5
9342024-11-21T21:55:50.223Z Downloaded uuid v1.11.0
9352024-11-21T21:55:50.225Z Downloaded peg-macros v0.8.4
9362024-11-21T21:55:50.228Z Downloaded password-hash v0.5.0
9372024-11-21T21:55:50.231Z Downloaded h2 v0.4.6
9382024-11-21T21:55:50.236Z Downloaded dropshot_endpoint v0.12.0
9392024-11-21T21:55:50.246Z Downloaded zip v0.6.6
9402024-11-21T21:55:50.249Z Downloaded zerovec v0.10.4
9412024-11-21T21:55:50.251Z Downloaded derive_builder_core v0.20.2
9422024-11-21T21:55:50.255Z Downloaded samael v0.0.17
9432024-11-21T21:55:50.258Z Downloaded derive_builder v0.20.2
9442024-11-21T21:55:50.263Z Downloaded unicode_categories v0.1.1
9452024-11-21T21:55:50.266Z Downloaded derive_more v0.99.18
9462024-11-21T21:55:50.271Z Downloaded signal-hook v0.3.17
9472024-11-21T21:55:50.275Z Downloaded hashbrown v0.14.5
9482024-11-21T21:55:50.280Z Downloaded zerocopy v0.8.10
9492024-11-21T21:55:50.305Z Downloaded parse-zoneinfo v0.3.1
9502024-11-21T21:55:50.308Z Downloaded oso v0.27.3
9512024-11-21T21:55:50.311Z Downloaded mio v1.0.2
9522024-11-21T21:55:50.317Z Downloaded russh v0.45.0
9532024-11-21T21:55:50.323Z Downloaded rustls-webpki v0.101.7
9542024-11-21T21:55:50.339Z Downloaded p521 v0.13.3
9552024-11-21T21:55:50.343Z Downloaded x509-cert v0.2.5
9562024-11-21T21:55:50.349Z Downloaded p384 v0.13.0
9572024-11-21T21:55:50.356Z Downloaded time v0.3.36
9582024-11-21T21:55:50.364Z Downloaded publicsuffix v2.2.3
9592024-11-21T21:55:50.366Z Downloaded zip v2.1.3
9602024-11-21T21:55:50.372Z Downloaded vcpkg v0.2.15
9612024-11-21T21:55:50.412Z Downloaded ron v0.8.1
9622024-11-21T21:55:50.416Z Downloaded tracing v0.1.40
9632024-11-21T21:55:50.421Z Downloaded quick-xml v0.33.0
9642024-11-21T21:55:50.428Z Downloaded toml_edit v0.19.15
9652024-11-21T21:55:50.445Z Downloaded rustls-webpki v0.102.8
9662024-11-21T21:55:50.463Z Downloaded icu_properties_data v1.5.0
9672024-11-21T21:55:50.474Z Downloaded polar-core v0.27.3
9682024-11-21T21:55:50.483Z Downloaded webpki-roots v0.26.6
9692024-11-21T21:55:50.487Z Downloaded reedline v0.35.0
9702024-11-21T21:55:50.495Z Downloaded curve25519-dalek v4.1.3
9712024-11-21T21:55:50.505Z Downloaded rusqlite v0.32.1
9722024-11-21T21:55:50.513Z Downloaded salty v0.3.0
9732024-11-21T21:55:50.519Z Downloaded rayon v1.10.0
9742024-11-21T21:55:50.529Z Downloaded tough v0.19.0
9752024-11-21T21:55:50.538Z Downloaded nix v0.29.0
9762024-11-21T21:55:50.550Z Downloaded object v0.30.4
9772024-11-21T21:55:50.561Z Downloaded radix_trie v0.2.1
9782024-11-21T21:55:50.566Z Downloaded nix v0.27.1
9792024-11-21T21:55:50.578Z Downloaded idna v0.5.0
9802024-11-21T21:55:50.586Z Downloaded nix v0.28.0
9812024-11-21T21:55:50.598Z Downloaded futures-util v0.3.31
9822024-11-21T21:55:50.610Z Downloaded rustls v0.22.4
9832024-11-21T21:55:50.624Z Downloaded sqlparser v0.45.0
9842024-11-21T21:55:50.631Z Downloaded diesel v2.2.4
9852024-11-21T21:55:50.651Z Downloaded openssl v0.10.66
9862024-11-21T21:55:50.663Z Downloaded rustls v0.21.12
9872024-11-21T21:55:50.674Z Downloaded petname v2.0.2
9882024-11-21T21:55:50.678Z Downloaded trust-dns-proto v0.22.0
9892024-11-21T21:55:50.691Z Downloaded regress v0.10.1
9902024-11-21T21:55:50.700Z Downloaded sled v0.34.7
9912024-11-21T21:55:50.710Z Downloaded regress v0.9.1
9922024-11-21T21:55:50.719Z Downloaded regex v1.11.1
9932024-11-21T21:55:50.732Z Downloaded zerocopy-derive v0.6.6
9942024-11-21T21:55:50.742Z Downloaded bzip2-sys v0.1.11+1.0.8
9952024-11-21T21:55:50.754Z Downloaded dropshot v0.13.0
9962024-11-21T21:55:50.776Z Downloaded regex-syntax v0.6.29
9972024-11-21T21:55:50.783Z Downloaded hickory-proto v0.24.1
9982024-11-21T21:55:50.798Z Downloaded dropshot v0.12.0
9992024-11-21T21:55:50.818Z Downloaded regex-syntax v0.8.5
10002024-11-21T21:55:50.827Z Downloaded smoltcp v0.9.1
10012024-11-21T21:55:50.838Z Downloaded gimli v0.31.1
10022024-11-21T21:55:50.846Z Downloaded openapiv3 v2.0.0
10032024-11-21T21:55:50.859Z Downloaded smoltcp v0.11.0
10042024-11-21T21:55:50.872Z Downloaded unicode-width v0.2.0
10052024-11-21T21:55:50.879Z Downloaded rustls v0.23.14
10062024-11-21T21:55:50.891Z Downloaded object v0.36.5
10072024-11-21T21:55:50.903Z Downloaded idna v0.4.0
10082024-11-21T21:55:50.910Z Downloaded idna v0.2.3
10092024-11-21T21:55:50.917Z Downloaded csv v1.3.0
10102024-11-21T21:55:50.938Z Downloaded typify-impl v0.2.0
10112024-11-21T21:55:50.954Z Downloaded bstr v1.10.0
10122024-11-21T21:55:50.965Z Downloaded git2 v0.19.0
10132024-11-21T21:55:50.973Z Downloaded libz-sys v1.1.20
10142024-11-21T21:55:50.994Z Downloaded chrono-tz v0.10.0
10152024-11-21T21:55:51.002Z Downloaded proptest v1.5.0
10162024-11-21T21:55:51.011Z Downloaded expectorate v1.1.0
10172024-11-21T21:55:51.013Z Downloaded bitvec v1.0.1
10182024-11-21T21:55:51.028Z Downloaded parking_lot v0.11.2
10192024-11-21T21:55:51.031Z Downloaded reqwest v0.12.9
10202024-11-21T21:55:51.040Z Downloaded ron v0.7.1
10212024-11-21T21:55:51.044Z Downloaded structmeta v0.2.0
10222024-11-21T21:55:51.047Z Downloaded parking_lot v0.12.3
10232024-11-21T21:55:51.049Z Downloaded dropshot_endpoint v0.13.0
10242024-11-21T21:55:51.051Z Downloaded hashbrown v0.13.2
10252024-11-21T21:55:51.055Z Downloaded tokio-util v0.7.12
10262024-11-21T21:55:51.062Z Downloaded hyper v1.5.0
10272024-11-21T21:55:51.069Z Downloaded nibble_vec v0.1.0
10282024-11-21T21:55:51.071Z Downloaded native-tls v0.2.12
10292024-11-21T21:55:51.074Z Downloaded utf8_iter v1.0.4
10302024-11-21T21:55:51.074Z Downloaded utf16_iter v1.0.5
10312024-11-21T21:55:51.076Z Downloaded rustls-pki-types v1.9.0
10322024-11-21T21:55:51.079Z Downloaded quinn v0.11.5
10332024-11-21T21:55:51.081Z Downloaded portable-atomic v1.9.0
10342024-11-21T21:55:51.088Z Downloaded ratatui v0.28.1
10352024-11-21T21:55:51.111Z Downloaded mockall_derive v0.13.0
10362024-11-21T21:55:51.114Z Downloaded regex-automata v0.4.8
10372024-11-21T21:55:51.128Z Downloaded num-bigint v0.4.6
10382024-11-21T21:55:51.136Z Downloaded ssh-key v0.6.6
10392024-11-21T21:55:51.140Z Downloaded lzma-sys v0.1.20
10402024-11-21T21:55:51.171Z Downloaded tokio-rustls v0.24.1
10412024-11-21T21:55:51.174Z Downloaded darling_core v0.20.10
10422024-11-21T21:55:51.178Z Downloaded flate2 v1.0.34
10432024-11-21T21:55:51.183Z Downloaded libxml v0.3.3
10442024-11-21T21:55:51.188Z Downloaded num-traits v0.2.19
10452024-11-21T21:55:51.191Z Downloaded petgraph v0.6.5
10462024-11-21T21:55:51.209Z Downloaded tar v0.4.42
10472024-11-21T21:55:51.212Z Downloaded tokio v1.40.0
10482024-11-21T21:55:51.250Z Downloaded bindgen v0.69.5
10492024-11-21T21:55:51.258Z Downloaded libm v0.2.8
10502024-11-21T21:55:51.264Z Downloaded itertools v0.12.1
10512024-11-21T21:55:51.271Z Downloaded itertools v0.10.5
10522024-11-21T21:55:51.277Z Downloaded idna v1.0.3
10532024-11-21T21:55:51.281Z Downloaded tokio-stream v0.1.16
10542024-11-21T21:55:51.286Z Downloaded defmt v0.3.8
10552024-11-21T21:55:51.289Z Downloaded zone v0.3.0
10562024-11-21T21:55:51.291Z Downloaded zone v0.1.8
10572024-11-21T21:55:51.291Z Downloaded zerovec-derive v0.10.3
10582024-11-21T21:55:51.294Z Downloaded rand v0.8.5
10592024-11-21T21:55:51.296Z Downloaded sha3 v0.10.8
10602024-11-21T21:55:51.301Z Downloaded vte_generate_state_changes v0.1.2
10612024-11-21T21:55:51.303Z Downloaded zopfli v0.8.1
10622024-11-21T21:55:51.305Z Downloaded rayon-core v1.12.1
10632024-11-21T21:55:51.308Z Downloaded typed-path v0.9.3
10642024-11-21T21:55:51.314Z Downloaded rcgen v0.12.1
10652024-11-21T21:55:51.318Z Downloaded futures-macro v0.3.31
10662024-11-21T21:55:51.322Z Downloaded ecdsa v0.16.9
10672024-11-21T21:55:51.322Z Downloaded yoke v0.7.4
10682024-11-21T21:55:51.322Z Downloaded yasna v0.5.2
10692024-11-21T21:55:51.326Z Downloaded slog-json v2.6.1
10702024-11-21T21:55:51.331Z Downloaded flume v0.11.1
10712024-11-21T21:55:51.332Z Downloaded subprocess v0.2.9
10722024-11-21T21:55:51.334Z Downloaded multer v3.1.0
10732024-11-21T21:55:51.337Z Downloaded embedded-io v0.4.0
10742024-11-21T21:55:51.337Z Downloaded rustyline v14.0.0
10752024-11-21T21:55:51.342Z Downloaded zone_cfg_derive v0.1.2
10762024-11-21T21:55:51.345Z Downloaded diesel-dtrace v0.3.0
10772024-11-21T21:55:51.345Z Downloaded zerocopy-derive v0.8.10
10782024-11-21T21:55:51.352Z Downloaded similar v2.6.0
10792024-11-21T21:55:51.357Z Downloaded globset v0.4.15
10802024-11-21T21:55:51.359Z Downloaded futures-channel v0.3.31
10812024-11-21T21:55:51.362Z Downloaded fatfs v0.3.6
10822024-11-21T21:55:51.364Z Downloaded http v1.1.0
10832024-11-21T21:55:51.367Z Downloaded gethostname v0.5.0
10842024-11-21T21:55:51.369Z Downloaded fallible-streaming-iterator v0.1.9
10852024-11-21T21:55:51.369Z Downloaded fallible-iterator v0.3.0
10862024-11-21T21:55:51.372Z Downloaded env_filter v0.1.2
10872024-11-21T21:55:51.372Z Downloaded proc-macro-crate v1.3.1
10882024-11-21T21:55:51.375Z Downloaded tokio-postgres v0.7.12
10892024-11-21T21:55:51.379Z Downloaded heapless v0.8.0
10902024-11-21T21:55:51.384Z Downloaded which v4.4.2
10912024-11-21T21:55:51.387Z Downloaded tiny-keccak v2.0.2
10922024-11-21T21:55:51.389Z Downloaded time-macros v0.2.18
10932024-11-21T21:55:51.391Z Downloaded thiserror-no-std v2.0.2
10942024-11-21T21:55:51.394Z Downloaded elliptic-curve v0.13.8
10952024-11-21T21:55:51.398Z Downloaded num_enum_derive v0.5.11
10962024-11-21T21:55:51.401Z Downloaded string_cache v0.8.7
10972024-11-21T21:55:51.403Z Downloaded static_assertions v1.1.0
10982024-11-21T21:55:51.403Z Downloaded icu_properties v1.5.1
10992024-11-21T21:55:51.406Z Downloaded hyper-util v0.1.10
11002024-11-21T21:55:51.409Z Downloaded salsa20 v0.10.2
11012024-11-21T21:55:51.412Z Downloaded encoding_rs v0.8.34
11022024-11-21T21:55:51.432Z Downloaded num-integer v0.1.46
11032024-11-21T21:55:51.435Z Downloaded tinyvec v1.8.0
11042024-11-21T21:55:51.437Z Downloaded icu_provider v1.5.0
11052024-11-21T21:55:51.440Z Downloaded crossbeam-channel v0.5.13
11062024-11-21T21:55:51.444Z Downloaded debug-ignore v1.0.5
11072024-11-21T21:55:51.446Z Downloaded data-encoding v2.6.0
11082024-11-21T21:55:51.446Z Downloaded zeroize_derive v1.4.2
11092024-11-21T21:55:51.449Z Downloaded zeroize v1.8.1
11102024-11-21T21:55:51.449Z Downloaded rand_core v0.6.4
11112024-11-21T21:55:51.451Z Downloaded postgres-types v0.2.8
11122024-11-21T21:55:51.453Z Downloaded postcard v1.0.10
11132024-11-21T21:55:51.456Z Downloaded poly1305 v0.8.0
11142024-11-21T21:55:51.458Z Downloaded qorb v0.2.0
11152024-11-21T21:55:51.461Z Downloaded heapless v0.7.17
11162024-11-21T21:55:51.465Z Downloaded zerocopy v0.6.6
11172024-11-21T21:55:51.468Z Downloaded hyper-rustls v0.27.3
11182024-11-21T21:55:51.470Z Downloaded scopeguard v1.2.0
11192024-11-21T21:55:51.473Z Downloaded schemars_derive v0.8.21
11202024-11-21T21:55:51.475Z Downloaded rand_chacha v0.3.1
11212024-11-21T21:55:51.475Z Downloaded num-iter v0.1.45
11222024-11-21T21:55:51.478Z Downloaded chacha20poly1305 v0.10.1
11232024-11-21T21:55:51.478Z Downloaded hyper-staticfile v0.10.1
11242024-11-21T21:55:51.480Z Downloaded glob v0.3.1
11252024-11-21T21:55:51.483Z Downloaded dunce v1.0.5
11262024-11-21T21:55:51.483Z Downloaded memmap2 v0.9.5
11272024-11-21T21:55:51.483Z Downloaded der_derive v0.7.3
11282024-11-21T21:55:51.486Z Downloaded libloading v0.8.5
11292024-11-21T21:55:51.488Z Downloaded bumpalo v3.16.0
11302024-11-21T21:55:51.491Z Downloaded lazy_static v1.5.0
11312024-11-21T21:55:51.493Z Downloaded kstat-rs v0.2.4
11322024-11-21T21:55:51.493Z Downloaded indoc v1.0.9
11332024-11-21T21:55:51.496Z Downloaded internet-checksum v0.2.1
11342024-11-21T21:55:51.496Z Downloaded crossbeam-epoch v0.9.18
11352024-11-21T21:55:51.499Z Downloaded libsw v3.3.1
11362024-11-21T21:55:51.501Z Downloaded sha1 v0.10.6
11372024-11-21T21:55:51.504Z Downloaded is-terminal v0.4.13
11382024-11-21T21:55:51.504Z Downloaded tokio-native-tls v0.3.1
11392024-11-21T21:55:51.506Z Downloaded libgit2-sys v0.17.0+1.8.1
11402024-11-21T21:55:51.564Z Downloaded tokio-macros v2.4.0
11412024-11-21T21:55:51.567Z Downloaded diesel_table_macro_syntax v0.2.0
11422024-11-21T21:55:51.567Z Downloaded waitgroup v0.1.2
11432024-11-21T21:55:51.567Z Downloaded lru v0.12.5
11442024-11-21T21:55:51.569Z Downloaded libefi-sys v0.1.0
11452024-11-21T21:55:51.569Z Downloaded keccak v0.1.5
11462024-11-21T21:55:51.575Z Downloaded ipnetwork v0.20.0
11472024-11-21T21:55:51.576Z Downloaded bytes v1.8.0
11482024-11-21T21:55:51.576Z Downloaded hyper-tls v0.6.0
11492024-11-21T21:55:51.580Z Downloaded console v0.15.8
11502024-11-21T21:55:51.580Z Downloaded cobs v0.2.3
11512024-11-21T21:55:51.582Z Downloaded ciborium v0.2.2
11522024-11-21T21:55:51.584Z Downloaded cancel-safe-futures v0.1.5
11532024-11-21T21:55:51.587Z Downloaded highway v1.2.0
11542024-11-21T21:55:51.591Z Downloaded hickory-client v0.24.1
11552024-11-21T21:55:51.593Z Downloaded secrecy v0.8.0
11562024-11-21T21:55:51.593Z Downloaded sec1 v0.7.3
11572024-11-21T21:55:51.593Z Downloaded scheduled-thread-pool v0.2.7
11582024-11-21T21:55:51.599Z Downloaded rfc6979 v0.4.0
11592024-11-21T21:55:51.599Z Downloaded ref-cast-impl v1.0.23
11602024-11-21T21:55:51.599Z Downloaded rand_xorshift v0.3.0
11612024-11-21T21:55:51.819Z Downloaded libsqlite3-sys v0.30.1
11622024-11-21T21:55:51.905Z Downloaded ring v0.17.8
11632024-11-21T21:55:52.082Z Downloaded ring v0.16.20
11642024-11-21T21:55:52.303Z Downloaded aws-lc-sys v0.22.0
11652024-11-21T21:55:52.606Z Compiling serde v1.0.215
11662024-11-21T21:55:52.610Z Compiling lock_api v0.4.12
11672024-11-21T21:55:52.610Z Compiling scopeguard v1.2.0
11682024-11-21T21:55:52.610Z Compiling value-bag v1.9.0
11692024-11-21T21:55:52.610Z Compiling typenum v1.17.0
11702024-11-21T21:55:52.610Z Compiling generic-array v0.14.7
11712024-11-21T21:55:52.800Z Compiling syn v2.0.87
11722024-11-21T21:55:52.814Z Compiling getrandom v0.2.15
11732024-11-21T21:55:52.984Z Compiling shlex v1.3.0
11742024-11-21T21:55:53.085Z Compiling rand_core v0.6.4
11752024-11-21T21:55:53.229Z Compiling log v0.4.22
11762024-11-21T21:55:53.372Z Compiling subtle v2.6.1
11772024-11-21T21:55:53.396Z Compiling jobserver v0.1.32
11782024-11-21T21:55:53.417Z Compiling smallvec v1.13.2
11792024-11-21T21:55:53.777Z Compiling const-oid v0.9.6
11802024-11-21T21:55:53.798Z Compiling spin v0.9.8
11812024-11-21T21:55:53.801Z Compiling pin-project-lite v0.2.14
11822024-11-21T21:55:53.934Z Compiling cc v1.1.30
11832024-11-21T21:55:53.955Z Compiling rustix v0.38.37
11842024-11-21T21:55:54.215Z Compiling parking_lot_core v0.9.10
11852024-11-21T21:55:54.281Z Compiling futures-core v0.3.31
11862024-11-21T21:55:54.552Z Compiling signal-hook-registry v1.4.2
11872024-11-21T21:55:54.572Z Compiling mio v1.0.2
11882024-11-21T21:55:54.886Z Compiling aho-corasick v1.1.3
11892024-11-21T21:55:55.409Z Compiling parking_lot v0.12.3
11902024-11-21T21:55:55.460Z Compiling either v1.13.0
11912024-11-21T21:55:55.855Z Compiling cpufeatures v0.2.14
11922024-11-21T21:55:55.881Z Compiling regex-syntax v0.8.5
11932024-11-21T21:55:55.900Z Compiling lazy_static v1.5.0
11942024-11-21T21:55:55.963Z Compiling stable_deref_trait v1.2.0
11952024-11-21T21:55:55.983Z Compiling futures-sink v0.3.31
11962024-11-21T21:55:56.031Z Compiling glob v0.3.1
11972024-11-21T21:55:56.076Z Compiling socket2 v0.5.7
11982024-11-21T21:55:56.136Z Compiling slab v0.4.9
11992024-11-21T21:55:56.404Z Compiling prettyplease v0.2.25
12002024-11-21T21:55:56.597Z Compiling minimal-lexical v0.2.1
12012024-11-21T21:55:57.075Z Compiling nom v7.1.3
12022024-11-21T21:55:57.097Z Compiling clang-sys v1.8.1
12032024-11-21T21:55:57.118Z Compiling libloading v0.8.5
12042024-11-21T21:55:57.137Z Compiling bindgen v0.69.5
12052024-11-21T21:55:57.528Z Compiling home v0.5.9
12062024-11-21T21:55:57.812Z Compiling serde_json v1.0.132
12072024-11-21T21:55:57.945Z Compiling futures-channel v0.3.31
12082024-11-21T21:55:58.152Z Compiling itertools v0.12.1
12092024-11-21T21:55:58.364Z Compiling rustc-hash v1.1.0
12102024-11-21T21:55:58.518Z Compiling pin-utils v0.1.0
12112024-11-21T21:55:58.540Z Compiling futures-io v0.3.31
12122024-11-21T21:55:58.624Z Compiling futures-task v0.3.31
12132024-11-21T21:55:58.881Z Compiling lazycell v1.3.0
12142024-11-21T21:55:58.949Z Compiling foldhash v0.1.3
12152024-11-21T21:55:59.041Z Compiling allocator-api2 v0.2.18
12162024-11-21T21:55:59.270Z Compiling cmake v0.1.51
12172024-11-21T21:55:59.857Z Compiling regex-automata v0.4.8
12182024-11-21T21:56:00.353Z Compiling hashbrown v0.15.0
12192024-11-21T21:56:00.800Z Compiling synstructure v0.13.1
12202024-11-21T21:56:01.387Z Compiling cexpr v0.6.0
12212024-11-21T21:56:01.706Z Compiling pkg-config v0.3.31
12222024-11-21T21:56:02.559Z Compiling fs_extra v1.3.0
12232024-11-21T21:56:02.748Z Compiling tinyvec_macros v0.1.1
12242024-11-21T21:56:02.843Z Compiling libm v0.2.8
12252024-11-21T21:56:03.155Z Compiling dunce v1.0.5
12262024-11-21T21:56:03.205Z Compiling tinyvec v1.8.0
12272024-11-21T21:56:03.231Z Compiling num-traits v0.2.19
12282024-11-21T21:56:03.298Z Compiling ring v0.17.8
12292024-11-21T21:56:03.748Z Compiling paste v1.0.15
12302024-11-21T21:56:04.081Z Compiling writeable v0.5.5
12312024-11-21T21:56:04.274Z Compiling litemap v0.7.3
12322024-11-21T21:56:04.472Z Compiling unicode-bidi v0.3.17
12332024-11-21T21:56:04.652Z Compiling base64ct v1.6.0
12342024-11-21T21:56:04.695Z Compiling unicode-normalization v0.1.24
12352024-11-21T21:56:05.225Z Compiling pem-rfc7468 v0.7.0
12362024-11-21T21:56:05.758Z Compiling regex v1.11.1
12372024-11-21T21:56:05.856Z Compiling httparse v1.9.5
12382024-11-21T21:56:05.993Z Compiling flagset v0.4.6
12392024-11-21T21:56:06.212Z Compiling aws-lc-rs v1.10.0
12402024-11-21T21:56:06.667Z Compiling tracing-core v0.1.32
12412024-11-21T21:56:06.798Z Compiling icu_locid_transform_data v1.5.0
12422024-11-21T21:56:06.839Z Compiling percent-encoding v2.3.1
12432024-11-21T21:56:06.902Z Compiling crossbeam-utils v0.8.20
12442024-11-21T21:56:07.204Z Compiling rustls-pki-types v1.9.0
12452024-11-21T21:56:07.497Z Compiling serde_derive v1.0.215
12462024-11-21T21:56:07.517Z Compiling zeroize_derive v1.4.2
12472024-11-21T21:56:07.820Z Compiling zerocopy-derive v0.7.35
12482024-11-21T21:56:07.992Z Compiling tokio-macros v2.4.0
12492024-11-21T21:56:08.326Z Compiling zerofrom-derive v0.1.4
12502024-11-21T21:56:09.120Z Compiling zeroize v1.8.1
12512024-11-21T21:56:09.584Z Compiling yoke-derive v0.7.4
12522024-11-21T21:56:10.171Z Compiling zerocopy v0.7.35
12532024-11-21T21:56:10.217Z Compiling thiserror-impl v1.0.69
12542024-11-21T21:56:10.444Z Compiling futures-macro v0.3.31
12552024-11-21T21:56:10.948Z Compiling crypto-common v0.1.6
12562024-11-21T21:56:11.189Z Compiling block-buffer v0.10.4
12572024-11-21T21:56:11.613Z Compiling digest v0.10.7
12582024-11-21T21:56:11.805Z Compiling zerovec-derive v0.10.3
12592024-11-21T21:56:11.977Z Compiling hmac v0.12.1
12602024-11-21T21:56:12.221Z Compiling block-padding v0.3.3
12612024-11-21T21:56:12.473Z Compiling displaydoc v0.2.5
12622024-11-21T21:56:12.476Z Compiling futures-util v0.3.31
12632024-11-21T21:56:12.558Z Compiling zerofrom v0.1.4
12642024-11-21T21:56:12.691Z Compiling inout v0.1.3
12652024-11-21T21:56:12.795Z Compiling yoke v0.7.4
12662024-11-21T21:56:12.984Z Compiling cipher v0.4.4
12672024-11-21T21:56:13.075Z Compiling sha2 v0.10.8
12682024-11-21T21:56:13.185Z Compiling ppv-lite86 v0.2.20
12692024-11-21T21:56:13.573Z Compiling der_derive v0.7.3
12702024-11-21T21:56:13.807Z Compiling thiserror v1.0.69
12712024-11-21T21:56:13.959Z Compiling icu_provider_macros v1.5.0
12722024-11-21T21:56:14.100Z Compiling rand_chacha v0.3.1
12732024-11-21T21:56:14.282Z Compiling tracing-attributes v0.1.27
12742024-11-21T21:56:14.636Z Compiling zerovec v0.10.4
12752024-11-21T21:56:15.182Z Compiling rand v0.8.5
12762024-11-21T21:56:16.253Z Compiling der v0.7.9
12772024-11-21T21:56:16.564Z Compiling tinystr v0.7.6
12782024-11-21T21:56:16.746Z Compiling icu_collections v1.5.0
12792024-11-21T21:56:16.924Z Compiling pest v2.7.14
12802024-11-21T21:56:17.027Z Compiling icu_locid v1.5.0
12812024-11-21T21:56:17.303Z Compiling salsa20 v0.10.2
12822024-11-21T21:56:17.543Z Compiling pbkdf2 v0.12.2
12832024-11-21T21:56:18.142Z Compiling tracing v0.1.40
12842024-11-21T21:56:18.232Z Compiling untrusted v0.7.1
12852024-11-21T21:56:18.416Z Compiling icu_provider v1.5.0
12862024-11-21T21:56:18.529Z Compiling spki v0.7.3
12872024-11-21T21:56:18.726Z Compiling icu_properties_data v1.5.0
12882024-11-21T21:56:18.755Z Compiling mirai-annotations v1.12.0
12892024-11-21T21:56:18.928Z Compiling num-conv v0.1.0
12902024-11-21T21:56:18.966Z Compiling untrusted v0.9.0
12912024-11-21T21:56:19.003Z Compiling time-core v0.1.2
12922024-11-21T21:56:19.146Z Compiling vcpkg v0.2.15
12932024-11-21T21:56:19.180Z Compiling powerfmt v0.2.0
12942024-11-21T21:56:19.235Z Compiling icu_locid_transform v1.5.0
12952024-11-21T21:56:19.577Z Compiling pest_meta v2.7.14
12962024-11-21T21:56:19.597Z Compiling deranged v0.3.11
12972024-11-21T21:56:19.597Z Compiling time-macros v0.2.18
12982024-11-21T21:56:21.349Z Compiling icu_properties v1.5.1
12992024-11-21T21:56:21.438Z Compiling openssl-sys v0.9.103
13002024-11-21T21:56:21.520Z Compiling scrypt v0.11.0
13012024-11-21T21:56:21.975Z Compiling bitflags v2.6.0
13022024-11-21T21:56:22.108Z Compiling bytes v1.8.0
13032024-11-21T21:56:22.540Z Compiling indexmap v2.6.0
13042024-11-21T21:56:22.974Z Compiling semver v1.0.23
13052024-11-21T21:56:23.468Z Compiling tokio v1.40.0
13062024-11-21T21:56:23.656Z Compiling http v1.1.0
13072024-11-21T21:56:23.812Z Compiling rustc_version v0.4.1
13082024-11-21T21:56:24.089Z Compiling aes v0.8.4
13092024-11-21T21:56:24.628Z Compiling cbc v0.1.2
13102024-11-21T21:56:24.753Z Compiling scroll_derive v0.12.0
13112024-11-21T21:56:24.880Z Compiling icu_normalizer_data v1.5.0
13122024-11-21T21:56:24.987Z Compiling utf16_iter v1.0.5
13132024-11-21T21:56:25.198Z Compiling num_threads v0.1.7
13142024-11-21T21:56:25.337Z Compiling write16 v1.0.0
13152024-11-21T21:56:25.476Z Compiling atomic-waker v1.1.2
13162024-11-21T21:56:25.509Z Compiling utf8_iter v1.0.4
13172024-11-21T21:56:25.677Z Compiling time v0.3.36
13182024-11-21T21:56:25.773Z Compiling icu_normalizer v1.5.0
13192024-11-21T21:56:26.176Z Compiling http-body v1.0.1
13202024-11-21T21:56:26.282Z Compiling scroll v0.12.0
13212024-11-21T21:56:26.383Z Compiling pkcs5 v0.7.1
13222024-11-21T21:56:26.507Z Compiling which v4.4.2
13232024-11-21T21:56:26.860Z Compiling pest_generator v2.7.14
13242024-11-21T21:56:27.133Z Compiling form_urlencoded v1.2.1
13252024-11-21T21:56:27.485Z Compiling slog v2.7.0
13262024-11-21T21:56:27.631Z Compiling try-lock v0.2.5
13272024-11-21T21:56:27.785Z Compiling want v0.3.1
13282024-11-21T21:56:27.816Z Compiling goblin v0.8.2
13292024-11-21T21:56:27.937Z Compiling pkcs8 v0.10.2
13302024-11-21T21:56:28.060Z Compiling idna_adapter v1.2.0
13312024-11-21T21:56:28.109Z Compiling httpdate v1.0.3
13322024-11-21T21:56:28.289Z Compiling idna v1.0.3
13332024-11-21T21:56:28.705Z Compiling uuid v1.11.0
13342024-11-21T21:56:28.948Z Compiling pest_derive v2.7.14
13352024-11-21T21:56:29.471Z Compiling serde_spanned v0.6.8
13362024-11-21T21:56:29.713Z Compiling toml_datetime v0.6.8
13372024-11-21T21:56:29.743Z Compiling dtrace-parser v0.2.0
13382024-11-21T21:56:30.164Z Compiling serde_tokenstream v0.2.2
13392024-11-21T21:56:30.185Z Compiling match_cfg v0.1.0
13402024-11-21T21:56:30.227Z Compiling iana-time-zone v0.1.61
13412024-11-21T21:56:30.294Z Compiling tower-service v0.3.3
13422024-11-21T21:56:30.426Z Compiling adler2 v2.0.0
13432024-11-21T21:56:30.640Z Compiling rustversion v1.0.17
13442024-11-21T21:56:30.699Z Compiling foreign-types-shared v0.1.1
13452024-11-21T21:56:30.804Z Compiling openssl v0.10.66
13462024-11-21T21:56:30.826Z Compiling base64 v0.22.1
13472024-11-21T21:56:30.998Z Compiling foreign-types v0.3.2
13482024-11-21T21:56:31.101Z Compiling miniz_oxide v0.8.0
13492024-11-21T21:56:31.271Z Compiling chrono v0.4.38
13502024-11-21T21:56:31.422Z Compiling hostname v0.3.1
13512024-11-21T21:56:31.568Z Compiling url v2.5.3
13522024-11-21T21:56:31.882Z Compiling async-trait v0.1.83
13532024-11-21T21:56:32.682Z Compiling tokio-util v0.7.12
13542024-11-21T21:56:33.091Z Compiling openssl-macros v0.1.1
13552024-11-21T21:56:33.576Z Compiling dirs-sys-next v0.1.2
13562024-11-21T21:56:33.889Z Compiling h2 v0.4.6
13572024-11-21T21:56:34.160Z Compiling dof v0.3.0
13582024-11-21T21:56:34.227Z Compiling siphasher v0.3.11
13592024-11-21T21:56:34.617Z Compiling rustls v0.22.4
13602024-11-21T21:56:34.698Z Compiling native-tls v0.2.12
13612024-11-21T21:56:34.881Z Compiling syn v1.0.109
13622024-11-21T21:56:35.005Z Compiling usdt-impl v0.5.0
13632024-11-21T21:56:35.104Z Compiling rustls v0.23.14
13642024-11-21T21:56:35.384Z Compiling data-encoding v2.6.0
13652024-11-21T21:56:36.381Z Compiling dirs-next v2.0.0
13662024-11-21T21:56:36.602Z Compiling http-body-util v0.1.2
13672024-11-21T21:56:37.174Z Compiling heapless v0.7.17
13682024-11-21T21:56:37.637Z Compiling crossbeam-epoch v0.9.18
13692024-11-21T21:56:37.853Z Compiling sha1 v0.10.6
13702024-11-21T21:56:38.014Z Compiling signature v2.2.0
13712024-11-21T21:56:38.294Z Compiling bzip2-sys v0.1.11+1.0.8
13722024-11-21T21:56:38.296Z Compiling serde_derive_internals v0.29.1
13732024-11-21T21:56:38.334Z Compiling thread_local v1.1.8
13742024-11-21T21:56:38.402Z Compiling cookie v0.18.1
13752024-11-21T21:56:38.719Z Compiling encoding_rs v0.8.34
13762024-11-21T21:56:38.849Z Compiling multer v3.1.0
13772024-11-21T21:56:38.925Z Compiling gimli v0.31.1
13782024-11-21T21:56:39.130Z Compiling schemars v0.8.21
13792024-11-21T21:56:39.460Z Compiling ipnet v2.10.1
13802024-11-21T21:56:39.481Z Compiling rayon-core v1.12.1
13812024-11-21T21:56:39.748Z Compiling unicode-properties v0.1.3
13822024-11-21T21:56:40.130Z Compiling signal-hook v0.3.17
13832024-11-21T21:56:40.400Z Compiling slog-async v2.8.0
13842024-11-21T21:56:40.733Z Compiling mime v0.3.17
13852024-11-21T21:56:40.926Z Compiling hyper v1.5.0
13862024-11-21T21:56:41.071Z Compiling openssl-probe v0.1.5
13872024-11-21T21:56:41.347Z Compiling schemars_derive v0.8.21
13882024-11-21T21:56:41.531Z Compiling toml_edit v0.22.22
13892024-11-21T21:56:44.909Z Compiling hyper-util v0.1.10
13902024-11-21T21:56:44.912Z Compiling addr2line v0.24.2
13912024-11-21T21:56:44.912Z Compiling stringprep v0.1.5
13922024-11-21T21:56:44.949Z Compiling usdt-attr-macro v0.5.0
13932024-11-21T21:56:44.951Z Compiling usdt-macro v0.5.0
13942024-11-21T21:56:45.142Z Compiling crossbeam-deque v0.8.5
13952024-11-21T21:56:45.536Z Compiling term v0.7.0
13962024-11-21T21:56:46.306Z Compiling slog-json v2.6.1
13972024-11-21T21:56:46.454Z Compiling serde_urlencoded v0.7.1
13982024-11-21T21:56:46.557Z Compiling curve25519-dalek v4.1.3
13992024-11-21T21:56:46.680Z Compiling crossbeam-channel v0.5.13
14002024-11-21T21:56:46.979Z Compiling enum-as-inner v0.6.1
14012024-11-21T21:56:47.022Z Compiling futures-executor v0.3.31
14022024-11-21T21:56:47.043Z Compiling md-5 v0.10.6
14032024-11-21T21:56:47.164Z Compiling rustls-pemfile v2.2.0
14042024-11-21T21:56:47.303Z Compiling async-stream-impl v0.3.6
14052024-11-21T21:56:47.504Z Compiling num-integer v0.1.46
14062024-11-21T21:56:47.595Z Compiling idna v0.4.0
14072024-11-21T21:56:47.819Z Compiling idna v0.3.0
14082024-11-21T21:56:48.111Z Compiling hash32 v0.2.1
14092024-11-21T21:56:48.314Z Compiling ff v0.13.0
14102024-11-21T21:56:48.531Z Compiling is-terminal v0.4.13
14112024-11-21T21:56:48.582Z Compiling dropshot v0.12.0
14122024-11-21T21:56:48.673Z Compiling object v0.36.5
14132024-11-21T21:56:48.676Z Compiling utf-8 v0.7.6
14142024-11-21T21:56:48.864Z Compiling rustc-demangle v0.1.24
14152024-11-21T21:56:49.020Z Compiling num-bigint-dig v0.8.4
14162024-11-21T21:56:49.306Z Compiling base16ct v0.2.0
14172024-11-21T21:56:49.326Z Compiling fallible-iterator v0.2.0
14182024-11-21T21:56:49.607Z Compiling smoltcp v0.9.1
14192024-11-21T21:56:49.648Z Compiling linked-hash-map v0.5.6
14202024-11-21T21:56:49.864Z Compiling anyhow v1.0.93
14212024-11-21T21:56:49.986Z Compiling quick-error v1.2.3
14222024-11-21T21:56:50.017Z Compiling take_mut v0.2.2
14232024-11-21T21:56:50.070Z Compiling dyn-clone v1.0.17
14242024-11-21T21:56:50.138Z Compiling portable-atomic v1.9.0
14252024-11-21T21:56:50.180Z Compiling psl-types v2.0.11
14262024-11-21T21:56:50.365Z Compiling publicsuffix v2.2.3
14272024-11-21T21:56:50.635Z Compiling resolv-conf v0.7.0
14282024-11-21T21:56:50.855Z Compiling postgres-protocol v0.6.7
14292024-11-21T21:56:51.317Z Compiling lru-cache v0.1.2
14302024-11-21T21:56:51.479Z Compiling sec1 v0.7.3
14312024-11-21T21:56:51.550Z Compiling tungstenite v0.24.0
14322024-11-21T21:56:51.699Z Compiling async-stream v0.3.6
14332024-11-21T21:56:52.000Z Compiling slog-term v2.9.1
14342024-11-21T21:56:52.054Z Compiling usdt v0.5.0
14352024-11-21T21:56:52.216Z Compiling group v0.13.0
14362024-11-21T21:56:52.540Z Compiling hickory-proto v0.24.1
14372024-11-21T21:56:53.296Z Compiling num-iter v0.1.45
14382024-11-21T21:56:53.522Z Compiling futures v0.3.31
14392024-11-21T21:56:53.771Z Compiling slog-bunyan v2.5.0
14402024-11-21T21:56:54.036Z Compiling toml v0.8.19
14412024-11-21T21:56:55.155Z Compiling camino v1.1.9
14422024-11-21T21:56:55.269Z Compiling tokio-native-tls v0.3.1
14432024-11-21T21:56:55.722Z Compiling phf_shared v0.11.2
14442024-11-21T21:56:55.819Z Compiling dropshot_endpoint v0.12.0
14452024-11-21T21:56:56.099Z Compiling terminal_size v0.4.0
14462024-11-21T21:56:56.167Z Compiling waitgroup v0.1.2
14472024-11-21T21:56:56.321Z Compiling backtrace v0.3.74
14482024-11-21T21:56:56.399Z Compiling openapiv3 v2.0.0
14492024-11-21T21:56:56.589Z Compiling serde_path_to_error v0.1.16
14502024-11-21T21:56:56.973Z Compiling hkdf v0.12.4
14512024-11-21T21:56:57.233Z Compiling crypto-bigint v0.5.5
14522024-11-21T21:56:57.419Z Compiling webpki-roots v0.26.6
14532024-11-21T21:56:57.634Z Compiling zerocopy-derive v0.6.6
14542024-11-21T21:56:59.940Z Compiling curve25519-dalek-derive v0.1.1
14552024-11-21T21:57:00.116Z Compiling idna v0.5.0
14562024-11-21T21:57:00.277Z Compiling hubpack_derive v0.1.1
14572024-11-21T21:57:00.607Z Compiling hostname v0.4.0
14582024-11-21T21:57:00.879Z Compiling crc32fast v1.4.2
14592024-11-21T21:57:01.004Z Compiling fs-err v2.11.0
14602024-11-21T21:57:01.184Z Compiling ahash v0.8.11
14612024-11-21T21:57:01.212Z Compiling managed v0.8.0
14622024-11-21T21:57:01.299Z Compiling debug-ignore v1.0.5
14632024-11-21T21:57:01.606Z Compiling winnow v0.5.40
14642024-11-21T21:57:01.610Z Compiling bitflags v1.3.2
14652024-11-21T21:57:01.610Z Compiling strum_macros v0.25.3
14662024-11-21T21:57:01.638Z Compiling console v0.15.8
14672024-11-21T21:57:01.716Z Compiling clap_builder v4.5.21
14682024-11-21T21:57:03.498Z Compiling hubpack v0.1.2
14692024-11-21T21:57:03.520Z Compiling flate2 v1.0.34
14702024-11-21T21:57:03.801Z Compiling cookie_store v0.21.0
14712024-11-21T21:57:03.980Z Compiling elliptic-curve v0.13.8
14722024-11-21T21:57:04.534Z Compiling zerocopy v0.6.6
14732024-11-21T21:57:04.865Z Compiling hickory-resolver v0.24.1
14742024-11-21T21:57:05.402Z Compiling toml_edit v0.19.15
14752024-11-21T21:57:05.448Z Compiling phf v0.11.2
14762024-11-21T21:57:05.758Z Compiling signal-hook-mio v0.2.4
14772024-11-21T21:57:05.893Z Compiling hyper-tls v0.6.0
14782024-11-21T21:57:05.921Z Compiling rayon v1.10.0
14792024-11-21T21:57:06.326Z Compiling bzip2 v0.4.4
14802024-11-21T21:57:06.763Z Compiling tokio-tungstenite v0.24.0
14812024-11-21T21:57:07.320Z Compiling postgres-types v0.2.8
14822024-11-21T21:57:10.255Z Compiling ed25519 v2.2.3
14832024-11-21T21:57:10.961Z Compiling phf_shared v0.10.0
14842024-11-21T21:57:11.286Z Compiling tokio-stream v0.1.16
14852024-11-21T21:57:11.361Z Compiling pkcs1 v0.7.5
14862024-11-21T21:57:11.490Z Compiling serde-big-array v0.5.1
14872024-11-21T21:57:11.720Z Compiling clap_derive v4.5.18
14882024-11-21T21:57:11.886Z Compiling rfc6979 v0.4.0
14892024-11-21T21:57:12.090Z Compiling serde_repr v0.1.19
14902024-11-21T21:57:12.202Z Compiling derive-where v1.2.7
14912024-11-21T21:57:12.336Z Compiling float-cmp v0.9.0
14922024-11-21T21:57:12.386Z Compiling bstr v1.10.0
14932024-11-21T21:57:12.581Z Compiling sync_wrapper v1.0.1
14942024-11-21T21:57:12.741Z Compiling difflib v0.4.0
14952024-11-21T21:57:13.304Z Compiling unicode-width v0.2.0
14962024-11-21T21:57:13.734Z Compiling bit-vec v0.6.3
14972024-11-21T21:57:13.866Z Compiling precomputed-hash v0.1.1
14982024-11-21T21:57:13.990Z Compiling number_prefix v0.4.0
14992024-11-21T21:57:14.214Z Compiling predicates-core v1.0.8
15002024-11-21T21:57:14.235Z Compiling fixedbitset v0.4.2
15012024-11-21T21:57:14.235Z Compiling whoami v1.5.2
15022024-11-21T21:57:14.406Z Compiling normalize-line-endings v0.3.0
15032024-11-21T21:57:14.541Z Compiling unicode-segmentation v1.12.0
15042024-11-21T21:57:14.588Z Compiling static_assertions v1.1.0
15052024-11-21T21:57:14.698Z Compiling new_debug_unreachable v1.0.6
15062024-11-21T21:57:14.718Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15072024-11-21T21:57:14.802Z Compiling string_cache v0.8.7
15082024-11-21T21:57:14.913Z Compiling tokio-postgres v0.7.12
15092024-11-21T21:57:15.297Z Compiling similar v2.6.0
15102024-11-21T21:57:15.461Z Compiling predicates v3.1.2
15112024-11-21T21:57:15.830Z Compiling petgraph v0.6.5
15122024-11-21T21:57:17.054Z Compiling clap v4.5.21
15132024-11-21T21:57:17.183Z Compiling indicatif v0.17.9
15142024-11-21T21:57:17.220Z Compiling bit-set v0.5.3
15152024-11-21T21:57:17.510Z Compiling ecdsa v0.16.9
15162024-11-21T21:57:17.821Z Compiling rsa v0.9.6
15172024-11-21T21:57:18.384Z Compiling ed25519-dalek v2.1.1
15182024-11-21T21:57:19.508Z Compiling toml v0.7.8
15192024-11-21T21:57:19.724Z Compiling zip v0.6.6
15202024-11-21T21:57:20.016Z Compiling crossterm v0.28.1
15212024-11-21T21:57:21.193Z Compiling hex v0.4.3
15222024-11-21T21:57:21.242Z Compiling x509-cert v0.2.5
15232024-11-21T21:57:21.652Z Compiling itertools v0.10.5
15242024-11-21T21:57:21.725Z Compiling unicode-xid v0.2.6
15252024-11-21T21:57:21.778Z Compiling lalrpop-util v0.19.12
15262024-11-21T21:57:21.829Z Compiling peg-runtime v0.8.3
15272024-11-21T21:57:21.896Z Compiling strum_macros v0.26.4
15282024-11-21T21:57:22.158Z Compiling xattr v1.3.1
15292024-11-21T21:57:22.442Z Compiling filetime v0.2.25
15302024-11-21T21:57:22.782Z Compiling tar v0.4.42
15312024-11-21T21:57:27.199Z Compiling strum v0.26.3
15322024-11-21T21:57:29.954Z Compiling aws-lc-sys v0.22.0
15332024-11-21T21:57:57.998Z Compiling rustls-webpki v0.102.8
15342024-11-21T21:58:01.418Z Compiling tokio-rustls v0.25.0
15352024-11-21T21:58:02.937Z Compiling tokio-rustls v0.26.0
15362024-11-21T21:58:03.333Z Compiling hyper-rustls v0.27.3
15372024-11-21T21:58:03.710Z Compiling reqwest v0.12.9
15382024-11-21T21:58:04.943Z Compiling qorb v0.2.0
15392024-11-21T21:58:09.935Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15402024-11-21T21:58:10.035Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15412024-11-21T21:58:15.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15422024-11-21T21:58:16.056Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15432024-11-21T21:58:16.110ZNov 21 21:58:14.966 INFO Starting download, target: Clickhouse
15442024-11-21T21:58:16.110ZNov 21 21:58:14.966 INFO Starting download, target: DendriteOpenapi
15452024-11-21T21:58:16.113ZNov 21 21:58:14.966 INFO Starting download, target: Console
15462024-11-21T21:58:16.113ZNov 21 21:58:14.966 INFO Starting download, target: MaghemiteMgd
15472024-11-21T21:58:16.113ZNov 21 21:58:14.966 INFO Starting download, target: Cockroach
15482024-11-21T21:58:16.113ZNov 21 21:58:14.966 INFO Starting download, target: DendriteStub
15492024-11-21T21:58:16.114ZNov 21 21:58:14.966 INFO Starting download, target: TransceiverControl
15502024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15522024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15552024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-11-21T21:58:16.114ZNov 21 21:58:14.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-11-21T21:58:16.414ZNov 21 21:58:15.268 INFO Download complete, target: DendriteOpenapi
15582024-11-21T21:58:16.664ZNov 21 21:58:15.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15592024-11-21T21:58:16.754ZNov 21 21:58:15.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15602024-11-21T21:58:16.942ZNov 21 21:58:15.795 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612024-11-21T21:58:17.044ZNov 21 21:58:15.897 INFO Download complete, target: Console
15622024-11-21T21:58:17.214ZNov 21 21:58:16.069 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15632024-11-21T21:58:17.314ZNov 21 21:58:16.165 INFO Download complete, target: TransceiverControl
15642024-11-21T21:58:17.903ZNov 21 21:58:16.759 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15652024-11-21T21:58:17.903ZNov 21 21:58:16.759 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15662024-11-21T21:58:18.678ZNov 21 21:58:17.534 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672024-11-21T21:58:19.905ZNov 21 21:58:18.761 INFO Download complete, target: MaghemiteMgd
15682024-11-21T21:58:20.030ZNov 21 21:58:18.886 INFO Download complete, target: DendriteStub
15692024-11-21T21:58:25.186ZNov 21 21:58:24.040 INFO Checking that binary works, target: Cockroach
15702024-11-21T21:58:25.341ZNov 21 21:58:24.196 INFO Download complete, target: Cockroach
15712024-11-21T21:58:30.571ZNov 21 21:58:29.425 INFO Checking that binary works, target: Clickhouse
15722024-11-21T21:58:30.720ZNov 21 21:58:29.575 INFO Download complete, target: Clickhouse
15732024-11-21T21:58:30.739ZAll builder prerequisites installed successfully, and PATH looks valid
15742024-11-21T21:58:30.741Z
15752024-11-21T21:58:30.741Zreal 4:56.485443681
15762024-11-21T21:58:30.741Zuser 16:39.513031087
15772024-11-21T21:58:30.742Zsys 3:16.887797839
15782024-11-21T21:58:30.742Ztrap 0.593953940
15792024-11-21T21:58:30.742Ztflt 1.513403833
15802024-11-21T21:58:30.742Zdflt 2.028330233
15812024-11-21T21:58:30.742Zkflt 0.021643538
15822024-11-21T21:58:30.742Zlock 29:46.373076120
15832024-11-21T21:58:30.742Zslp 1:02:20.399846768
15842024-11-21T21:58:30.742Zlat 59.308040174
15852024-11-21T21:58:30.742Zstop 2:26.614006021
15862024-11-21T21:58:30.742Z+ banner hack-check
15872024-11-21T21:58:30.745Z
15882024-11-21T21:58:30.745Z # # ## #### # # #### # # ###### #### # #
15892024-11-21T21:58:30.745Z # # # # # # # # # # # # # # # # #
15902024-11-21T21:58:30.745Z ###### # # # #### ##### # ###### ##### # ####
15912024-11-21T21:58:30.745Z # # ###### # # # # # # # # # #
15922024-11-21T21:58:30.745Z # # # # # # # # # # # # # # # # #
15932024-11-21T21:58:30.745Z # # # # #### # # #### # # ###### #### # #
15942024-11-21T21:58:30.745Z
15952024-11-21T21:58:30.745Z+ export CARGO_INCREMENTAL=0
15962024-11-21T21:58:30.745Z+ CARGO_INCREMENTAL=0
15972024-11-21T21:58:30.745Z+ ptime -m timeout 2h cargo xtask check-features --ci
15982024-11-21T21:58:31.302Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15992024-11-21T21:58:34.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
16002024-11-21T21:58:34.911Z Running `target/debug/xtask check-features --ci`
16012024-11-21T21:58:34.934Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16022024-11-21T21:58:34.934Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16032024-11-21T21:58:35.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16042024-11-21T21:58:35.409Z Running `target/debug/xtask download cargo-hack`
16052024-11-21T21:58:36.246Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16062024-11-21T21:58:36.612Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16072024-11-21T21:58:41.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
16082024-11-21T21:58:41.939Z Running `target/debug/xtask-downloader cargo-hack`
16092024-11-21T21:58:41.979ZNov 21 21:58:40.834 INFO Starting download, target: CargoHack
16102024-11-21T21:58:41.981ZNov 21 21:58:40.835 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16112024-11-21T21:58:42.558ZNov 21 21:58:41.413 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16122024-11-21T21:58:42.645ZNov 21 21:58:41.500 INFO Download complete, target: CargoHack
16132024-11-21T21:58:42.649Zrunning: "/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"
16142024-11-21T21:58:42.665Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16152024-11-21T21:58:42.832Zinfo: running `cargo check --bins` on api_identity (1/172)
16162024-11-21T21:58:43.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-21T21:58:43.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-21T21:58:43.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-21T21:58:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16202024-11-21T21:58:43.456Z
16212024-11-21T21:58:43.456Zinfo: running `cargo check --bins` on bootstore (2/172)
16222024-11-21T21:58:44.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-21T21:58:44.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-21T21:58:44.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-21T21:58:44.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16262024-11-21T21:58:44.111Z
16272024-11-21T21:58:44.111Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/172)
16282024-11-21T21:58:44.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-21T21:58:44.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-21T21:58:44.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-21T21:58:44.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16322024-11-21T21:58:44.749Z
16332024-11-21T21:58:44.749Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172)
16342024-11-21T21:58:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-21T21:58:45.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-21T21:58:45.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-21T21:58:45.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16382024-11-21T21:58:45.384Z
16392024-11-21T21:58:45.384Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172)
16402024-11-21T21:58:45.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-21T21:58:45.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-21T21:58:45.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-21T21:58:45.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16442024-11-21T21:58:45.829Z
16452024-11-21T21:58:45.829Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172)
16462024-11-21T21:58:46.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-21T21:58:46.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-21T21:58:46.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-21T21:58:46.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16502024-11-21T21:58:46.288Z
16512024-11-21T21:58:46.288Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172)
16522024-11-21T21:58:46.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-21T21:58:46.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-21T21:58:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-21T21:58:46.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16562024-11-21T21:58:46.729Z
16572024-11-21T21:58:46.729Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172)
16582024-11-21T21:58:47.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-21T21:58:47.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-21T21:58:47.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-21T21:58:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16622024-11-21T21:58:47.175Z
16632024-11-21T21:58:47.175Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172)
16642024-11-21T21:58:47.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-21T21:58:47.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-21T21:58:47.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-21T21:58:47.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16682024-11-21T21:58:47.609Z
16692024-11-21T21:58:47.609Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172)
16702024-11-21T21:58:48.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-21T21:58:48.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-21T21:58:48.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-21T21:58:48.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16742024-11-21T21:58:48.046Z
16752024-11-21T21:58:48.046Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172)
16762024-11-21T21:58:48.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-21T21:58:48.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-21T21:58:48.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-21T21:58:48.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802024-11-21T21:58:48.578Z
16812024-11-21T21:58:48.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172)
16822024-11-21T21:58:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-21T21:58:48.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-21T21:58:48.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-21T21:58:48.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16862024-11-21T21:58:48.923Z
16872024-11-21T21:58:48.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172)
16882024-11-21T21:58:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-21T21:58:49.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-21T21:58:49.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-21T21:58:49.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16922024-11-21T21:58:49.355Z
16932024-11-21T21:58:49.355Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172)
16942024-11-21T21:58:49.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-21T21:58:49.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-21T21:58:49.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-21T21:58:49.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16982024-11-21T21:58:49.784Z
16992024-11-21T21:58:49.785Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172)
17002024-11-21T21:58:50.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-21T21:58:50.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-21T21:58:50.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-21T21:58:50.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17042024-11-21T21:58:50.217Z
17052024-11-21T21:58:50.217Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172)
17062024-11-21T21:58:50.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-21T21:58:50.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-21T21:58:50.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-21T21:58:50.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17102024-11-21T21:58:50.643Z
17112024-11-21T21:58:50.643Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172)
17122024-11-21T21:58:51.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-21T21:58:51.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-21T21:58:51.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-21T21:58:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17162024-11-21T21:58:51.074Z
17172024-11-21T21:58:51.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172)
17182024-11-21T21:58:51.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-21T21:58:51.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-21T21:58:51.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-21T21:58:51.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17222024-11-21T21:58:51.512Z
17232024-11-21T21:58:51.512Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172)
17242024-11-21T21:58:51.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-21T21:58:51.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-21T21:58:51.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-11-21T21:58:51.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17282024-11-21T21:58:51.952Z
17292024-11-21T21:58:51.952Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172)
17302024-11-21T21:58:52.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-11-21T21:58:52.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-11-21T21:58:52.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-11-21T21:58:52.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342024-11-21T21:58:52.388Z
17352024-11-21T21:58:52.388Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172)
17362024-11-21T21:58:52.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-11-21T21:58:52.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-11-21T21:58:52.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-11-21T21:58:52.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17402024-11-21T21:58:52.824Z
17412024-11-21T21:58:52.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172)
17422024-11-21T21:58:53.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-11-21T21:58:53.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-11-21T21:58:53.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-11-21T21:58:53.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17462024-11-21T21:58:53.266Z
17472024-11-21T21:58:53.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172)
17482024-11-21T21:58:53.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-11-21T21:58:53.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-11-21T21:58:53.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-11-21T21:58:53.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17522024-11-21T21:58:53.698Z
17532024-11-21T21:58:53.698Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172)
17542024-11-21T21:58:54.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-11-21T21:58:54.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-11-21T21:58:54.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-11-21T21:58:54.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17582024-11-21T21:58:54.129Z
17592024-11-21T21:58:54.129Zinfo: running `cargo check --bins` on sled-hardware-types (25/172)
17602024-11-21T21:58:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-11-21T21:58:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-11-21T21:58:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-11-21T21:58:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17642024-11-21T21:58:54.775Z
17652024-11-21T21:58:54.775Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/172)
17662024-11-21T21:58:55.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-11-21T21:58:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-11-21T21:58:55.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-11-21T21:58:55.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17702024-11-21T21:58:55.517Z
17712024-11-21T21:58:55.517Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172)
17722024-11-21T21:58:55.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-11-21T21:58:55.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-11-21T21:58:55.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-11-21T21:58:55.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17762024-11-21T21:58:56.074Z
17772024-11-21T21:58:56.074Zinfo: running `cargo check --bins` on oxlog (28/172)
17782024-11-21T21:58:56.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-11-21T21:58:56.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-11-21T21:58:56.700Z Checking cfg-if v1.0.0
17812024-11-21T21:58:56.703Z Checking libc v0.2.162
17822024-11-21T21:58:56.811Z Checking serde v1.0.215
17832024-11-21T21:58:56.813Z Checking zeroize v1.8.1
17842024-11-21T21:58:56.828Z Checking memchr v2.7.4
17852024-11-21T21:58:56.836Z Checking typenum v1.17.0
17862024-11-21T21:58:56.838Z Checking scopeguard v1.2.0
17872024-11-21T21:58:56.860Z Checking subtle v2.6.1
17882024-11-21T21:58:56.874Z Checking value-bag v1.9.0
17892024-11-21T21:58:57.073Z Checking lock_api v0.4.12
17902024-11-21T21:58:57.073Z Checking smallvec v1.13.2
17912024-11-21T21:58:57.115Z Checking const-oid v0.9.6
17922024-11-21T21:58:57.319Z Checking log v0.4.22
17932024-11-21T21:58:57.366Z Checking itoa v1.0.11
17942024-11-21T21:58:57.454Z Checking pin-project-lite v0.2.14
17952024-11-21T21:58:57.573Z Checking byteorder v1.5.0
17962024-11-21T21:58:57.626Z Checking futures-core v0.3.31
17972024-11-21T21:58:57.687Z Checking once_cell v1.20.2
17982024-11-21T21:58:57.810Z Checking cpufeatures v0.2.14
17992024-11-21T21:58:57.838Z Checking stable_deref_trait v1.2.0
18002024-11-21T21:58:57.897Z Checking futures-sink v0.3.31
18012024-11-21T21:58:57.935Z Checking spin v0.9.8
18022024-11-21T21:58:57.982Z Checking slab v0.4.9
18032024-11-21T21:58:57.985Z Checking zerocopy v0.7.35
18042024-11-21T21:58:57.999Z Checking getrandom v0.2.15
18052024-11-21T21:58:58.025Z Checking signal-hook-registry v1.4.2
18062024-11-21T21:58:58.148Z Checking generic-array v0.14.7
18072024-11-21T21:58:58.231Z Checking rand_core v0.6.4
18082024-11-21T21:58:58.249Z Checking parking_lot_core v0.9.10
18092024-11-21T21:58:58.270Z Checking mio v1.0.2
18102024-11-21T21:58:58.291Z Checking socket2 v0.5.7
18112024-11-21T21:58:58.530Z Checking zerofrom v0.1.4
18122024-11-21T21:58:58.573Z Checking parking_lot v0.12.3
18132024-11-21T21:58:58.750Z Checking yoke v0.7.4
18142024-11-21T21:58:58.763Z Checking futures-channel v0.3.31
18152024-11-21T21:58:58.927Z Checking foldhash v0.1.3
18162024-11-21T21:58:58.945Z Checking pin-utils v0.1.0
18172024-11-21T21:58:58.945Z Checking allocator-api2 v0.2.18
18182024-11-21T21:58:59.027Z Checking futures-task v0.3.31
18192024-11-21T21:58:59.113Z Checking futures-io v0.3.31
18202024-11-21T21:58:59.123Z Checking equivalent v1.0.1
18212024-11-21T21:58:59.123Z Checking zerovec v0.10.4
18222024-11-21T21:58:59.217Z Checking tinyvec_macros v0.1.1
18232024-11-21T21:58:59.241Z Checking ryu v1.0.18
18242024-11-21T21:58:59.274Z Checking futures-util v0.3.31
18252024-11-21T21:58:59.292Z Checking tinyvec v1.8.0
18262024-11-21T21:58:59.366Z Checking crypto-common v0.1.6
18272024-11-21T21:58:59.393Z Checking block-buffer v0.10.4
18282024-11-21T21:58:59.475Z Checking block-padding v0.3.3
18292024-11-21T21:58:59.549Z Checking fnv v1.0.7
18302024-11-21T21:58:59.596Z Checking hashbrown v0.15.0
18312024-11-21T21:58:59.612Z Checking digest v0.10.7
18322024-11-21T21:58:59.667Z Checking libm v0.2.8
18332024-11-21T21:58:59.689Z Checking inout v0.1.3
18342024-11-21T21:58:59.927Z Checking cipher v0.4.4
18352024-11-21T21:58:59.998Z Checking hmac v0.12.1
18362024-11-21T21:59:00.219Z Checking sha2 v0.10.8
18372024-11-21T21:59:00.351Z Checking litemap v0.7.3
18382024-11-21T21:59:00.551Z Checking unicode-bidi v0.3.17
18392024-11-21T21:59:00.577Z Checking unicode-normalization v0.1.24
18402024-11-21T21:59:00.681Z Checking base64ct v1.6.0
18412024-11-21T21:59:00.744Z Checking writeable v0.5.5
18422024-11-21T21:59:00.789Z Checking num-traits v0.2.19
18432024-11-21T21:59:00.806Z Checking tinystr v0.7.6
18442024-11-21T21:59:01.078Z Checking ppv-lite86 v0.2.20
18452024-11-21T21:59:01.149Z Checking pem-rfc7468 v0.7.0
18462024-11-21T21:59:01.184Z Checking flagset v0.4.6
18472024-11-21T21:59:01.198Z Checking icu_locid v1.5.0
18482024-11-21T21:59:01.376Z Checking tracing-core v0.1.32
18492024-11-21T21:59:01.408Z Checking der v0.7.9
18502024-11-21T21:59:01.510Z Checking thiserror v1.0.69
18512024-11-21T21:59:01.646Z Checking icu_locid_transform_data v1.5.0
18522024-11-21T21:59:01.750Z Checking rustls-pki-types v1.9.0
18532024-11-21T21:59:01.868Z Checking rand_chacha v0.3.1
18542024-11-21T21:59:01.915Z Checking bytes v1.8.0
18552024-11-21T21:59:02.022Z Checking indexmap v2.6.0
18562024-11-21T21:59:02.244Z Checking serde_json v1.0.132
18572024-11-21T21:59:02.270Z Checking icu_provider v1.5.0
18582024-11-21T21:59:02.332Z Checking bitflags v2.6.0
18592024-11-21T21:59:02.550Z Checking percent-encoding v2.3.1
18602024-11-21T21:59:02.630Z Checking rand v0.8.5
18612024-11-21T21:59:02.742Z Checking tracing v0.1.40
18622024-11-21T21:59:02.758Z Checking tokio v1.40.0
18632024-11-21T21:59:02.959Z Checking http v1.1.0
18642024-11-21T21:59:03.102Z Checking icu_locid_transform v1.5.0
18652024-11-21T21:59:03.286Z Checking spki v0.7.3
18662024-11-21T21:59:03.289Z Checking icu_collections v1.5.0
18672024-11-21T21:59:03.570Z Checking salsa20 v0.10.2
18682024-11-21T21:59:03.780Z Checking pbkdf2 v0.12.2
18692024-11-21T21:59:03.944Z Checking aws-lc-sys v0.22.0
18702024-11-21T21:59:03.947Z Checking httparse v1.9.5
18712024-11-21T21:59:03.974Z Checking mirai-annotations v1.12.0
18722024-11-21T21:59:04.072Z Checking untrusted v0.7.1
18732024-11-21T21:59:04.086Z Checking powerfmt v0.2.0
18742024-11-21T21:59:04.129Z Checking icu_properties_data v1.5.0
18752024-11-21T21:59:04.236Z Checking untrusted v0.9.0
18762024-11-21T21:59:04.333Z Checking deranged v0.3.11
18772024-11-21T21:59:04.333Z Checking scrypt v0.11.0
18782024-11-21T21:59:04.369Z Checking icu_properties v1.5.1
18792024-11-21T21:59:04.385Z Checking aes v0.8.4
18802024-11-21T21:59:04.401Z Checking ring v0.17.8
18812024-11-21T21:59:04.434Z Checking cbc v0.1.2
18822024-11-21T21:59:04.545Z Checking crossbeam-utils v0.8.20
18832024-11-21T21:59:04.637Z Checking write16 v1.0.0
18842024-11-21T21:59:04.761Z Checking icu_normalizer_data v1.5.0
18852024-11-21T21:59:04.862Z Checking num_threads v0.1.7
18862024-11-21T21:59:04.981Z Checking utf8_iter v1.0.4
18872024-11-21T21:59:05.181Z Checking utf16_iter v1.0.5
18882024-11-21T21:59:05.268Z Checking time-core v0.1.2
18892024-11-21T21:59:05.307Z Checking num-conv v0.1.0
18902024-11-21T21:59:05.338Z Checking atomic-waker v1.1.2
18912024-11-21T21:59:05.428Z Checking pkcs5 v0.7.1
18922024-11-21T21:59:05.475Z Checking http-body v1.0.1
18932024-11-21T21:59:05.561Z Checking form_urlencoded v1.2.1
18942024-11-21T21:59:05.678Z Checking try-lock v0.2.5
18952024-11-21T21:59:05.764Z Checking unicode-ident v1.0.13
18962024-11-21T21:59:05.815Z Checking want v0.3.1
18972024-11-21T21:59:05.927Z Checking httpdate v1.0.3
18982024-11-21T21:59:05.942Z Checking pkcs8 v0.10.2
18992024-11-21T21:59:05.997Z Checking proc-macro2 v1.0.89
19002024-11-21T21:59:06.109Z Checking time v0.3.36
19012024-11-21T21:59:06.178Z Checking toml_datetime v0.6.8
19022024-11-21T21:59:06.250Z Checking uuid v1.11.0
19032024-11-21T21:59:06.283Z Checking serde_spanned v0.6.8
19042024-11-21T21:59:06.458Z Checking slog v2.7.0
19052024-11-21T21:59:06.480Z Checking scroll v0.12.0
19062024-11-21T21:59:06.571Z Checking aws-lc-rs v1.10.0
19072024-11-21T21:59:06.712Z Checking plain v0.2.3
19082024-11-21T21:59:06.857Z Checking ucd-trie v0.1.7
19092024-11-21T21:59:06.883Z Checking foreign-types-shared v0.1.1
19102024-11-21T21:59:06.923Z Checking iana-time-zone v0.1.61
19112024-11-21T21:59:06.947Z Checking match_cfg v0.1.0
19122024-11-21T21:59:06.987Z Checking adler2 v2.0.0
19132024-11-21T21:59:07.032Z Checking tower-service v0.3.3
19142024-11-21T21:59:07.049Z Checking base64 v0.22.1
19152024-11-21T21:59:07.068Z Checking chrono v0.4.38
19162024-11-21T21:59:07.140Z Checking miniz_oxide v0.8.0
19172024-11-21T21:59:07.154Z Checking pest v2.7.14
19182024-11-21T21:59:07.540Z Checking hostname v0.3.1
19192024-11-21T21:59:07.676Z Checking foreign-types v0.3.2
19202024-11-21T21:59:07.771Z Checking goblin v0.8.2
19212024-11-21T21:59:07.826Z Checking icu_normalizer v1.5.0
19222024-11-21T21:59:07.865Z Checking quote v1.0.37
19232024-11-21T21:59:08.222Z Checking openssl-sys v0.9.103
19242024-11-21T21:59:08.385Z Checking rustls-webpki v0.102.8
19252024-11-21T21:59:08.620Z Checking idna_adapter v1.2.0
19262024-11-21T21:59:08.701Z Checking dirs-sys-next v0.1.2
19272024-11-21T21:59:08.822Z Checking idna v1.0.3
19282024-11-21T21:59:08.878Z Checking errno v0.3.9
19292024-11-21T21:59:09.044Z Checking aho-corasick v1.1.3
19302024-11-21T21:59:09.151Z Checking pretty-hex v0.4.1
19312024-11-21T21:59:09.179Z Checking regex-syntax v0.8.5
19322024-11-21T21:59:09.315Z Checking url v2.5.3
19332024-11-21T21:59:09.342Z Checking siphasher v0.3.11
19342024-11-21T21:59:09.490Z Checking data-encoding v2.6.0
19352024-11-21T21:59:09.623Z Checking openssl v0.10.66
19362024-11-21T21:59:09.721Z Checking dtrace-parser v0.2.0
19372024-11-21T21:59:10.168Z Checking rustix v0.38.37
19382024-11-21T21:59:10.183Z Checking dirs-next v2.0.0
19392024-11-21T21:59:10.200Z Checking tokio-util v0.7.12
19402024-11-21T21:59:10.217Z Checking syn v2.0.87
19412024-11-21T21:59:10.314Z Checking http-body-util v0.1.2
19422024-11-21T21:59:10.679Z Checking crossbeam-epoch v0.9.18
19432024-11-21T21:59:10.774Z Checking sha1 v0.10.6
19442024-11-21T21:59:11.078Z Checking signature v2.2.0
19452024-11-21T21:59:11.123Z Checking h2 v0.4.6
19462024-11-21T21:59:11.139Z Checking lazy_static v1.5.0
19472024-11-21T21:59:11.255Z Checking thread-id v4.2.2
19482024-11-21T21:59:11.282Z Checking thread_local v1.1.8
19492024-11-21T21:59:11.361Z Checking encoding_rs v0.8.34
19502024-11-21T21:59:11.566Z Checking unicode-properties v0.1.3
19512024-11-21T21:59:11.922Z Checking openssl-probe v0.1.5
19522024-11-21T21:59:12.084Z Checking mime v0.3.17
19532024-11-21T21:59:12.384Z Checking ipnet v2.10.1
19542024-11-21T21:59:12.548Z Checking regex-automata v0.4.8
19552024-11-21T21:59:12.829Z Checking anstyle v1.0.10
19562024-11-21T21:59:12.954Z Checking dof v0.3.0
19572024-11-21T21:59:13.187Z Checking gimli v0.31.1
19582024-11-21T21:59:13.601Z Checking utf8parse v0.2.2
19592024-11-21T21:59:13.664Z Checking either v1.13.0
19602024-11-21T21:59:13.701Z Checking winnow v0.6.20
19612024-11-21T21:59:13.742Z Checking anstyle-parse v0.2.5
19622024-11-21T21:59:14.021Z Checking stringprep v0.1.5
19632024-11-21T21:59:14.061Z Checking crossbeam-deque v0.8.5
19642024-11-21T21:59:14.310Z Checking term v0.7.0
19652024-11-21T21:59:14.378Z Checking rustls v0.22.4
19662024-11-21T21:59:14.735Z Checking rustls v0.23.14
19672024-11-21T21:59:15.186Z Checking native-tls v0.2.12
19682024-11-21T21:59:15.489Z Checking slog-json v2.6.1
19692024-11-21T21:59:15.744Z Checking serde_urlencoded v0.7.1
19702024-11-21T21:59:16.187Z Checking crossbeam-channel v0.5.13
19712024-11-21T21:59:16.781Z Checking toml_edit v0.22.22
19722024-11-21T21:59:16.861Z Checking usdt-impl v0.5.0
19732024-11-21T21:59:16.910Z Checking futures-executor v0.3.31
19742024-11-21T21:59:17.145Z Checking num-integer v0.1.46
19752024-11-21T21:59:17.331Z Checking addr2line v0.24.2
19762024-11-21T21:59:17.361Z Checking hyper v1.5.0
19772024-11-21T21:59:17.392Z Checking rustls-pemfile v2.2.0
19782024-11-21T21:59:17.442Z Checking idna v0.4.0
19792024-11-21T21:59:17.594Z Checking idna v0.3.0
19802024-11-21T21:59:17.627Z Checking md-5 v0.10.6
19812024-11-21T21:59:17.843Z Checking ff v0.13.0
19822024-11-21T21:59:17.843Z Checking memmap v0.7.0
19832024-11-21T21:59:18.049Z Checking is-terminal v0.4.13
19842024-11-21T21:59:18.054Z Checking hash32 v0.2.1
19852024-11-21T21:59:18.054Z Checking object v0.36.5
19862024-11-21T21:59:18.173Z Checking take_mut v0.2.2
19872024-11-21T21:59:18.311Z Checking base16ct v0.2.0
19882024-11-21T21:59:18.330Z Checking dyn-clone v1.0.17
19892024-11-21T21:59:18.381Z Checking utf-8 v0.7.6
19902024-11-21T21:59:18.462Z Checking quick-error v1.2.3
19912024-11-21T21:59:18.477Z Checking fallible-iterator v0.2.0
19922024-11-21T21:59:18.498Z Checking rustc-demangle v0.1.24
19932024-11-21T21:59:18.574Z Checking colorchoice v1.0.2
19942024-11-21T21:59:18.598Z Checking psl-types v2.0.11
19952024-11-21T21:59:18.709Z Checking linked-hash-map v0.5.6
19962024-11-21T21:59:18.782Z Checking is_terminal_polyfill v1.70.1
19972024-11-21T21:59:18.906Z Checking anstyle-query v1.1.1
19982024-11-21T21:59:18.923Z Checking publicsuffix v2.2.3
19992024-11-21T21:59:19.035Z Checking anstream v0.6.15
20002024-11-21T21:59:19.050Z Checking lru-cache v0.1.2
20012024-11-21T21:59:19.078Z Checking postgres-protocol v0.6.7
20022024-11-21T21:59:19.145Z Checking resolv-conf v0.7.0
20032024-11-21T21:59:19.218Z Checking tungstenite v0.24.0
20042024-11-21T21:59:19.360Z Checking toml v0.8.19
20052024-11-21T21:59:19.392Z Checking sec1 v0.7.3
20062024-11-21T21:59:19.441Z Checking hyper-util v0.1.10
20072024-11-21T21:59:19.472Z Checking schemars v0.8.21
20082024-11-21T21:59:19.760Z Checking heapless v0.7.17
20092024-11-21T21:59:19.780Z Checking slog-async v2.8.0
20102024-11-21T21:59:20.089Z Checking hickory-proto v0.24.1
20112024-11-21T21:59:20.105Z Checking slog-term v2.9.1
20122024-11-21T21:59:20.143Z Checking tokio-rustls v0.25.0
20132024-11-21T21:59:20.276Z Checking tokio-rustls v0.26.0
20142024-11-21T21:59:20.517Z Checking group v0.13.0
20152024-11-21T21:59:20.625Z Checking usdt v0.5.0
20162024-11-21T21:59:20.695Z Checking num-iter v0.1.45
20172024-11-21T21:59:20.760Z Checking futures v0.3.31
20182024-11-21T21:59:20.843Z Checking slog-bunyan v2.5.0
20192024-11-21T21:59:20.872Z Checking tokio-native-tls v0.3.1
20202024-11-21T21:59:20.885Z Checking rayon-core v1.12.1
20212024-11-21T21:59:20.887Z Checking terminal_size v0.4.0
20222024-11-21T21:59:21.004Z Checking multer v3.1.0
20232024-11-21T21:59:21.077Z Checking phf_shared v0.11.2
20242024-11-21T21:59:21.141Z Checking cookie v0.18.1
20252024-11-21T21:59:21.157Z Checking async-stream v0.3.6
20262024-11-21T21:59:21.347Z Checking bzip2-sys v0.1.11+1.0.8
20272024-11-21T21:59:21.361Z Checking camino v1.1.9
20282024-11-21T21:59:21.394Z Checking waitgroup v0.1.2
20292024-11-21T21:59:21.415Z Checking signal-hook v0.3.17
20302024-11-21T21:59:21.461Z Checking openapiv3 v2.0.0
20312024-11-21T21:59:21.526Z Checking webpki-roots v0.26.6
20322024-11-21T21:59:21.597Z Checking serde_path_to_error v0.1.16
20332024-11-21T21:59:21.613Z Checking idna v0.5.0
20342024-11-21T21:59:21.730Z Checking hkdf v0.12.4
20352024-11-21T21:59:21.747Z Checking crypto-bigint v0.5.5
20362024-11-21T21:59:21.921Z Checking hostname v0.4.0
20372024-11-21T21:59:21.951Z Checking crc32fast v1.4.2
20382024-11-21T21:59:22.061Z Checking managed v0.8.0
20392024-11-21T21:59:22.175Z Checking debug-ignore v1.0.5
20402024-11-21T21:59:22.221Z Checking winnow v0.5.40
20412024-11-21T21:59:22.317Z Checking bitflags v1.3.2
20422024-11-21T21:59:22.421Z Checking unicode-width v0.1.14
20432024-11-21T21:59:22.436Z Checking strsim v0.11.1
20442024-11-21T21:59:22.484Z Checking clap_lex v0.7.2
20452024-11-21T21:59:22.715Z Checking cookie_store v0.21.0
20462024-11-21T21:59:22.729Z Checking clap_builder v4.5.21
20472024-11-21T21:59:22.903Z Checking console v0.15.8
20482024-11-21T21:59:23.429Z Checking smoltcp v0.9.1
20492024-11-21T21:59:23.521Z Checking flate2 v1.0.34
20502024-11-21T21:59:24.211Z Checking signal-hook-mio v0.2.4
20512024-11-21T21:59:24.359Z Checking hyper-rustls v0.27.3
20522024-11-21T21:59:24.655Z Checking elliptic-curve v0.13.8
20532024-11-21T21:59:24.682Z Checking backtrace v0.3.74
20542024-11-21T21:59:24.707Z Checking rayon v1.10.0
20552024-11-21T21:59:24.897Z Checking bzip2 v0.4.4
20562024-11-21T21:59:24.959Z Checking hickory-resolver v0.24.1
20572024-11-21T21:59:24.995Z Checking dropshot v0.12.0
20582024-11-21T21:59:25.185Z Checking hyper-tls v0.6.0
20592024-11-21T21:59:25.263Z Checking anyhow v1.0.93
20602024-11-21T21:59:25.278Z Checking toml_edit v0.19.15
20612024-11-21T21:59:25.295Z Checking phf v0.11.2
20622024-11-21T21:59:25.471Z Checking num-bigint-dig v0.8.4
20632024-11-21T21:59:25.573Z Checking tokio-tungstenite v0.24.0
20642024-11-21T21:59:25.662Z Checking postgres-types v0.2.8
20652024-11-21T21:59:25.826Z Checking bstr v1.10.0
20662024-11-21T21:59:26.042Z Checking regex v1.11.1
20672024-11-21T21:59:26.387Z Checking ed25519 v2.2.3
20682024-11-21T21:59:26.590Z Checking tokio-stream v0.1.16
20692024-11-21T21:59:26.697Z Checking phf_shared v0.10.0
20702024-11-21T21:59:26.704Z Checking curve25519-dalek v4.1.3
20712024-11-21T21:59:26.741Z Checking zerocopy v0.6.6
20722024-11-21T21:59:26.987Z Checking pkcs1 v0.7.5
20732024-11-21T21:59:27.408Z Checking hubpack v0.1.2
20742024-11-21T21:59:27.535Z Checking portable-atomic v1.9.0
20752024-11-21T21:59:27.581Z Checking float-cmp v0.9.0
20762024-11-21T21:59:27.693Z Checking serde-big-array v0.5.1
20772024-11-21T21:59:27.779Z Checking rfc6979 v0.4.0
20782024-11-21T21:59:27.873Z Checking sync_wrapper v1.0.1
20792024-11-21T21:59:27.873Z Checking fixedbitset v0.4.2
20802024-11-21T21:59:27.927Z Checking minimal-lexical v0.2.1
20812024-11-21T21:59:27.928Z Checking precomputed-hash v0.1.1
20822024-11-21T21:59:27.928Z Checking whoami v1.5.2
20832024-11-21T21:59:28.001Z Checking new_debug_unreachable v1.0.6
20842024-11-21T21:59:28.065Z Checking static_assertions v1.1.0
20852024-11-21T21:59:28.101Z Checking difflib v0.4.0
20862024-11-21T21:59:28.152Z Checking bit-vec v0.6.3
20872024-11-21T21:59:28.196Z Checking number_prefix v0.4.0
20882024-11-21T21:59:28.247Z Checking normalize-line-endings v0.3.0
20892024-11-21T21:59:28.360Z Checking predicates-core v1.0.8
20902024-11-21T21:59:28.381Z Checking unicode-width v0.2.0
20912024-11-21T21:59:28.406Z Checking unicode-segmentation v1.12.0
20922024-11-21T21:59:28.488Z Checking bit-set v0.5.3
20932024-11-21T21:59:28.552Z Checking nom v7.1.3
20942024-11-21T21:59:28.558Z Checking predicates v3.1.2
20952024-11-21T21:59:28.626Z Checking ed25519-dalek v2.1.1
20962024-11-21T21:59:28.692Z Checking tokio-postgres v0.7.12
20972024-11-21T21:59:28.709Z Checking qorb v0.2.0
20982024-11-21T21:59:28.725Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992024-11-21T21:59:28.825Z Checking indicatif v0.17.9
21002024-11-21T21:59:29.016Z Checking string_cache v0.8.7
21012024-11-21T21:59:29.040Z Checking similar v2.6.0
21022024-11-21T21:59:29.203Z Checking petgraph v0.6.5
21032024-11-21T21:59:29.303Z Checking ecdsa v0.16.9
21042024-11-21T21:59:29.570Z Checking reqwest v0.12.9
21052024-11-21T21:59:29.957Z Checking toml v0.7.8
21062024-11-21T21:59:30.037Z Checking rsa v0.9.6
21072024-11-21T21:59:30.704Z Checking clap v4.5.21
21082024-11-21T21:59:30.829Z Checking zip v0.6.6
21092024-11-21T21:59:31.072Z Checking crossterm v0.28.1
21102024-11-21T21:59:31.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21112024-11-21T21:59:31.323Z Checking itertools v0.12.1
21122024-11-21T21:59:31.371Z Checking itertools v0.10.5
21132024-11-21T21:59:31.505Z Checking fs-err v2.11.0
21142024-11-21T21:59:31.529Z Checking ahash v0.8.11
21152024-11-21T21:59:31.815Z Checking x509-cert v0.2.5
21162024-11-21T21:59:32.084Z Checking hex v0.4.3
21172024-11-21T21:59:32.105Z Checking semver v1.0.23
21182024-11-21T21:59:32.512Z Checking lalrpop-util v0.19.12
21192024-11-21T21:59:32.591Z Checking peg-runtime v0.8.3
21202024-11-21T21:59:32.678Z Checking sigpipe v0.1.3
21212024-11-21T21:59:33.736Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21222024-11-21T21:59:34.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s
21232024-11-21T21:59:34.212Z
21242024-11-21T21:59:34.212Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172)
21252024-11-21T21:59:34.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-11-21T21:59:34.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-11-21T21:59:34.872Z Compiling hashbrown v0.14.5
21282024-11-21T21:59:34.994Z Checking heck v0.5.0
21292024-11-21T21:59:35.008Z Compiling unsafe-libyaml v0.2.11
21302024-11-21T21:59:35.021Z Compiling ident_case v1.0.1
21312024-11-21T21:59:35.023Z Checking progenitor-client v0.8.0
21322024-11-21T21:59:35.047Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332024-11-21T21:59:35.062Z Compiling proc-macro-crate v1.3.1
21342024-11-21T21:59:35.149Z Compiling darling_core v0.20.10
21352024-11-21T21:59:35.188Z Checking ipnetwork v0.20.0
21362024-11-21T21:59:35.379Z Compiling structmeta-derive v0.3.0
21372024-11-21T21:59:35.401Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21382024-11-21T21:59:35.544Z Compiling newtype-uuid v1.1.3
21392024-11-21T21:59:35.730Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-11-21T21:59:35.853Z Compiling lzma-sys v0.1.20
21412024-11-21T21:59:36.104Z Compiling foreign-types-macros v0.2.3
21422024-11-21T21:59:36.171Z Checking regress v0.10.1
21432024-11-21T21:59:36.199Z Compiling num_enum_derive v0.5.11
21442024-11-21T21:59:36.666Z Compiling serde_yaml v0.9.34+deprecated
21452024-11-21T21:59:36.904Z Compiling dropshot v0.13.0
21462024-11-21T21:59:37.186Z Checking foreign-types-shared v0.3.1
21472024-11-21T21:59:37.303Z Checking arc-swap v1.7.1
21482024-11-21T21:59:37.433Z Checking foreign-types v0.5.0
21492024-11-21T21:59:37.657Z Compiling proc-macro-error v1.0.4
21502024-11-21T21:59:37.730Z Checking slog-scope v4.4.0
21512024-11-21T21:59:38.397Z Compiling structmeta v0.3.0
21522024-11-21T21:59:38.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21532024-11-21T21:59:38.513Z Checking tungstenite v0.21.0
21542024-11-21T21:59:38.546Z Compiling heck v0.3.3
21552024-11-21T21:59:38.812Z Compiling parse-display-derive v0.10.0
21562024-11-21T21:59:38.866Z Checking num_enum v0.5.11
21572024-11-21T21:59:38.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21582024-11-21T21:59:39.024Z Compiling dropshot_endpoint v0.13.0
21592024-11-21T21:59:39.425Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-11-21T21:59:39.679Z Checking typify-impl v0.2.0
21612024-11-21T21:59:39.778Z Checking cstr-argument v0.1.2
21622024-11-21T21:59:39.953Z Checking instant v0.1.13
21632024-11-21T21:59:40.198Z Checking pretty-hex v0.2.1
21642024-11-21T21:59:40.361Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-11-21T21:59:40.639Z Checking fastrand v2.1.1
21662024-11-21T21:59:40.966Z Checking base64 v0.21.7
21672024-11-21T21:59:41.089Z Checking tempfile v3.13.0
21682024-11-21T21:59:41.492Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21692024-11-21T21:59:41.508Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-11-21T21:59:41.524Z Checking backoff v0.4.0
21712024-11-21T21:59:41.657Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-11-21T21:59:41.783Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732024-11-21T21:59:41.843Z Checking tokio-tungstenite v0.21.0
21742024-11-21T21:59:41.942Z Checking strum v0.26.3
21752024-11-21T21:59:41.979Z Compiling zone_cfg_derive v0.1.2
21762024-11-21T21:59:42.104Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-11-21T21:59:42.241Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782024-11-21T21:59:42.353Z Checking slog-stdlog v4.1.1
21792024-11-21T21:59:42.382Z Compiling darling_macro v0.20.10
21802024-11-21T21:59:42.518Z Checking regress v0.9.1
21812024-11-21T21:59:42.659Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-11-21T21:59:42.816Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-21T21:59:42.852Z Checking colored v2.1.0
21842024-11-21T21:59:43.108Z Checking macaddr v1.0.1
21852024-11-21T21:59:43.134Z Checking base64 v0.13.1
21862024-11-21T21:59:43.331Z Compiling darling v0.20.10
21872024-11-21T21:59:43.451Z Compiling serde_with_macros v3.11.0
21882024-11-21T21:59:43.477Z Checking zone v0.1.8
21892024-11-21T21:59:43.504Z Checking parse-display v0.10.0
21902024-11-21T21:59:43.520Z Checking ron v0.7.1
21912024-11-21T21:59:43.741Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-21T21:59:44.226Z Checking xz2 v0.1.7
21932024-11-21T21:59:44.229Z Checking slog-envlogger v2.2.0
21942024-11-21T21:59:44.433Z Checking tabwriter v1.4.0
21952024-11-21T21:59:44.479Z Checking xattr v1.3.1
21962024-11-21T21:59:44.606Z Checking pem v3.0.4
21972024-11-21T21:59:44.671Z Checking yasna v0.5.2
21982024-11-21T21:59:44.688Z Checking headers-core v0.3.0
21992024-11-21T21:59:44.834Z Checking smf v0.2.3
22002024-11-21T21:59:44.870Z Checking filetime v0.2.25
22012024-11-21T21:59:45.083Z Checking same-file v1.0.6
22022024-11-21T21:59:45.261Z Checking walkdir v2.5.0
22032024-11-21T21:59:45.307Z Checking tar v0.4.42
22042024-11-21T21:59:45.427Z Checking headers v0.4.0
22052024-11-21T21:59:45.536Z Checking camino-tempfile v1.1.1
22062024-11-21T21:59:45.570Z Checking rcgen v0.12.1
22072024-11-21T21:59:45.830Z Checking atomicwrites v0.4.4
22082024-11-21T21:59:45.996Z Checking subprocess v0.2.9
22092024-11-21T21:59:46.414Z Checking serde_with v3.11.0
22102024-11-21T21:59:50.403Z Compiling typify-macro v0.2.0
22112024-11-21T21:59:52.307Z Compiling typify v0.2.0
22122024-11-21T21:59:52.387Z Compiling progenitor-impl v0.8.0
22132024-11-21T21:59:55.631Z Compiling progenitor-macro v0.8.0
22142024-11-21T22:00:01.014Z Checking progenitor v0.8.0
22152024-11-21T22:00:01.177Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162024-11-21T22:00:01.180Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-11-21T22:00:03.930Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-11-21T22:00:04.223Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-11-21T22:00:10.841Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-11-21T22:00:12.489Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-11-21T22:00:13.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
22222024-11-21T22:00:13.978Z
22232024-11-21T22:00:13.979Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172)
22242024-11-21T22:00:14.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-21T22:00:14.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-21T22:00:14.654Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-11-21T22:00:16.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22282024-11-21T22:00:16.282Z
22292024-11-21T22:00:16.282Zinfo: running `cargo check --bins` on nexus-config (31/172)
22302024-11-21T22:00:16.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-21T22:00:16.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-21T22:00:16.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-21T22:00:16.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22342024-11-21T22:00:16.920Z
22352024-11-21T22:00:16.920Zinfo: running `cargo check --bins` on omicron-rpaths (32/172)
22362024-11-21T22:00:17.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-21T22:00:17.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-21T22:00:17.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-11-21T22:00:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22402024-11-21T22:00:17.532Z
22412024-11-21T22:00:17.532Zinfo: running `cargo check --bins` on omicron-certificates (33/172)
22422024-11-21T22:00:18.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-11-21T22:00:18.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-11-21T22:00:18.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-11-21T22:00:18.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22462024-11-21T22:00:18.170Z
22472024-11-21T22:00:18.170Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/172)
22482024-11-21T22:00:18.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-11-21T22:00:18.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-11-21T22:00:18.863Z Compiling zerocopy v0.8.10
22512024-11-21T22:00:18.863Z Compiling progenitor-client v0.8.0
22522024-11-21T22:00:18.863Z Compiling itertools v0.13.0
22532024-11-21T22:00:18.865Z Compiling zerocopy-derive v0.8.10
22542024-11-21T22:00:18.865Z Compiling heapless v0.8.0
22552024-11-21T22:00:18.865Z Compiling newtype-uuid v1.1.3
22562024-11-21T22:00:18.865Z Compiling ipnetwork v0.20.0
22572024-11-21T22:00:18.865Z Checking hash32 v0.3.1
22582024-11-21T22:00:19.216Z Compiling instant v0.1.13
22592024-11-21T22:00:19.248Z Compiling smoltcp v0.11.0
22602024-11-21T22:00:19.375Z Compiling progenitor v0.8.0
22612024-11-21T22:00:19.479Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622024-11-21T22:00:19.634Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22632024-11-21T22:00:19.905Z Compiling backoff v0.4.0
22642024-11-21T22:00:19.922Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652024-11-21T22:00:19.979Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-11-21T22:00:20.158Z Compiling serde_with v3.11.0
22672024-11-21T22:00:20.216Z Compiling dropshot v0.13.0
22682024-11-21T22:00:20.262Z Compiling parse-display v0.10.0
22692024-11-21T22:00:20.278Z Checking num-rational v0.4.2
22702024-11-21T22:00:20.839Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712024-11-21T22:00:20.985Z Compiling regress v0.9.1
22722024-11-21T22:00:21.002Z Compiling phf_generator v0.11.2
22732024-11-21T22:00:21.202Z Checking num-complex v0.4.6
22742024-11-21T22:00:22.197Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22752024-11-21T22:00:22.769Z Compiling macaddr v1.0.1
22762024-11-21T22:00:23.221Z Checking cobs v0.2.3
22772024-11-21T22:00:23.240Z Compiling num v0.4.3
22782024-11-21T22:00:23.408Z Checking postcard v1.0.10
22792024-11-21T22:00:23.463Z Compiling phf_codegen v0.11.2
22802024-11-21T22:00:23.993Z Compiling parse-zoneinfo v0.3.1
22812024-11-21T22:00:24.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22822024-11-21T22:00:24.449Z Compiling float-ord v0.3.2
22832024-11-21T22:00:24.781Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22842024-11-21T22:00:24.937Z Compiling convert_case v0.4.0
22852024-11-21T22:00:25.059Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22862024-11-21T22:00:25.947Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872024-11-21T22:00:26.146Z Compiling derive_more v0.99.18
22882024-11-21T22:00:26.177Z Compiling chrono-tz-build v0.4.0
22892024-11-21T22:00:26.916Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22902024-11-21T22:00:27.692Z Compiling crucible-workspace-hack v0.1.0
22912024-11-21T22:00:27.855Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22922024-11-21T22:00:27.999Z Compiling chrono-tz v0.10.0
22932024-11-21T22:00:28.164Z Checking newline-converter v0.3.0
22942024-11-21T22:00:28.182Z Checking prettyplease v0.2.25
22952024-11-21T22:00:28.310Z Compiling slog-dtrace v0.3.0
22962024-11-21T22:00:28.614Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-11-21T22:00:28.821Z Checking expectorate v1.1.0
22982024-11-21T22:00:28.988Z Compiling zone_cfg_derive v0.3.0
22992024-11-21T22:00:29.308Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23002024-11-21T22:00:29.684Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-11-21T22:00:29.872Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23022024-11-21T22:00:30.057Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23032024-11-21T22:00:30.432Z Compiling const_format_proc_macros v0.2.33
23042024-11-21T22:00:30.470Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-11-21T22:00:30.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23062024-11-21T22:00:30.800Z Compiling num-derive v0.4.2
23072024-11-21T22:00:31.393Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23082024-11-21T22:00:31.536Z Checking highway v1.2.0
23092024-11-21T22:00:31.794Z Checking zone v0.3.0
23102024-11-21T22:00:31.946Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-11-21T22:00:32.588Z Checking const_format v0.2.33
23122024-11-21T22:00:32.605Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23132024-11-21T22:00:32.904Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23142024-11-21T22:00:33.081Z Checking gethostname v0.5.0
23152024-11-21T22:00:33.206Z Checking bcs v0.1.6
23162024-11-21T22:00:33.312Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23172024-11-21T22:00:33.468Z Compiling async-recursion v1.1.1
23182024-11-21T22:00:34.126Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23192024-11-21T22:00:34.128Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23202024-11-21T22:00:34.265Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23212024-11-21T22:00:35.638Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23222024-11-21T22:00:35.667Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23232024-11-21T22:00:42.153Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-11-21T22:00:45.511Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-11-21T22:00:48.658Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23262024-11-21T22:00:49.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.68s
23272024-11-21T22:00:50.045Z
23282024-11-21T22:00:50.045Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/172)
23292024-11-21T22:00:50.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-11-21T22:00:50.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-11-21T22:00:50.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-11-21T22:00:50.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23332024-11-21T22:00:50.686Z
23342024-11-21T22:00:50.686Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/172)
23352024-11-21T22:00:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-11-21T22:00:51.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-11-21T22:00:51.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-11-21T22:00:51.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23392024-11-21T22:00:51.334Z
23402024-11-21T22:00:51.335Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/172)
23412024-11-21T22:00:51.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-11-21T22:00:51.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-11-21T22:00:51.995Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-11-21T22:00:52.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
23452024-11-21T22:00:52.834Z
23462024-11-21T22:00:52.835Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172)
23472024-11-21T22:00:53.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-11-21T22:00:53.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-11-21T22:00:53.510Z Compiling cfg_aliases v0.1.1
23502024-11-21T22:00:53.513Z Compiling vte_generate_state_changes v0.1.2
23512024-11-21T22:00:53.513Z Checking fd-lock v4.0.2
23522024-11-21T22:00:53.615Z Checking nibble_vec v0.1.0
23532024-11-21T22:00:53.619Z Checking bytecount v0.6.8
23542024-11-21T22:00:53.627Z Checking endian-type v0.1.2
23552024-11-21T22:00:53.649Z Compiling tabled_derive v0.7.0
23562024-11-21T22:00:53.676Z Compiling peg-macros v0.8.4
23572024-11-21T22:00:53.704Z Compiling nix v0.28.0
23582024-11-21T22:00:53.767Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23592024-11-21T22:00:53.801Z Checking papergrid v0.11.0
23602024-11-21T22:00:53.816Z Compiling sqlparser_derive v0.2.2
23612024-11-21T22:00:53.838Z Checking radix_trie v0.2.1
23622024-11-21T22:00:54.242Z Checking home v0.5.9
23632024-11-21T22:00:54.259Z Checking vte v0.11.1
23642024-11-21T22:00:54.384Z Checking nu-ansi-term v0.50.1
23652024-11-21T22:00:54.800Z Checking unicode_categories v0.1.1
23662024-11-21T22:00:54.907Z Checking sqlparser v0.45.0
23672024-11-21T22:00:54.965Z Checking display-error-chain v0.2.2
23682024-11-21T22:00:55.093Z Checking sqlformat v0.2.6
23692024-11-21T22:00:55.598Z Checking strip-ansi-escapes v0.2.0
23702024-11-21T22:00:55.766Z Checking reedline v0.35.0
23712024-11-21T22:00:55.966Z Checking tabled v0.15.0
23722024-11-21T22:00:56.647Z Checking peg v0.8.4
23732024-11-21T22:00:56.872Z Checking rustyline v14.0.0
23742024-11-21T22:01:06.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
23752024-11-21T22:01:06.969Z
23762024-11-21T22:01:06.969Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172)
23772024-11-21T22:01:07.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-11-21T22:01:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-11-21T22:01:07.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-11-21T22:01:13.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
23812024-11-21T22:01:13.552Z
23822024-11-21T22:01:13.552Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172)
23832024-11-21T22:01:14.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-11-21T22:01:14.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-11-21T22:01:14.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-11-21T22:01:18.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
23872024-11-21T22:01:18.660Z
23882024-11-21T22:01:18.660Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172)
23892024-11-21T22:01:19.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-11-21T22:01:19.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-11-21T22:01:19.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-11-21T22:01:24.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
23932024-11-21T22:01:24.916Z
23942024-11-21T22:01:24.916Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172)
23952024-11-21T22:01:25.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-11-21T22:01:25.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-11-21T22:01:25.596Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-11-21T22:01:31.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
23992024-11-21T22:01:31.260Z
24002024-11-21T22:01:31.260Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172)
24012024-11-21T22:01:31.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-11-21T22:01:31.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-11-21T22:01:31.950Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-11-21T22:01:36.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
24052024-11-21T22:01:36.595Z
24062024-11-21T22:01:36.595Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172)
24072024-11-21T22:01:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-11-21T22:01:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-11-21T22:01:37.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-11-21T22:01:41.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
24112024-11-21T22:01:41.975Z
24122024-11-21T22:01:41.975Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172)
24132024-11-21T22:01:42.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-11-21T22:01:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-11-21T22:01:42.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-11-21T22:01:48.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
24172024-11-21T22:01:48.486Z
24182024-11-21T22:01:48.486Zinfo: running `cargo check --bins` on oximeter (46/172)
24192024-11-21T22:01:49.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-11-21T22:01:49.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-11-21T22:01:49.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-11-21T22:01:49.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24232024-11-21T22:01:49.132Z
24242024-11-21T22:01:49.132Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/172)
24252024-11-21T22:01:49.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-11-21T22:01:49.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-11-21T22:01:49.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-11-21T22:01:49.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24292024-11-21T22:01:49.759Z
24302024-11-21T22:01:49.759Zinfo: running `cargo check --bins` on oximeter-schema (48/172)
24312024-11-21T22:01:50.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-11-21T22:01:50.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-11-21T22:01:50.405Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-11-21T22:01:50.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
24352024-11-21T22:01:51.041Z
24362024-11-21T22:01:51.041Zinfo: running `cargo check --bins` on oximeter-types (49/172)
24372024-11-21T22:01:51.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-11-21T22:01:51.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-11-21T22:01:51.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-11-21T22:01:51.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24412024-11-21T22:01:51.692Z
24422024-11-21T22:01:51.692Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/172)
24432024-11-21T22:01:52.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-11-21T22:01:52.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-11-21T22:01:52.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-11-21T22:01:52.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24472024-11-21T22:01:52.336Z
24482024-11-21T22:01:52.337Zinfo: running `cargo check --bins` on oxql-types (51/172)
24492024-11-21T22:01:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-11-21T22:01:52.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-11-21T22:01:52.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-11-21T22:01:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24532024-11-21T22:01:52.981Z
24542024-11-21T22:01:52.981Zinfo: running `cargo check --bins` on oximeter-test-utils (52/172)
24552024-11-21T22:01:53.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-11-21T22:01:53.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-11-21T22:01:53.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-11-21T22:01:53.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24592024-11-21T22:01:53.652Z
24602024-11-21T22:01:53.652Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/172)
24612024-11-21T22:01:54.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-11-21T22:01:54.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-11-21T22:01:54.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-11-21T22:01:54.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24652024-11-21T22:01:54.299Z
24662024-11-21T22:01:54.299Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/172)
24672024-11-21T22:01:54.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-11-21T22:01:54.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-11-21T22:01:54.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-11-21T22:01:54.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24712024-11-21T22:01:54.955Z
24722024-11-21T22:01:54.955Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172)
24732024-11-21T22:01:55.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-11-21T22:01:55.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-11-21T22:01:55.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-11-21T22:01:55.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772024-11-21T22:01:55.599Z
24782024-11-21T22:01:55.599Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/172)
24792024-11-21T22:01:56.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-11-21T22:01:56.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-11-21T22:01:56.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-11-21T22:01:56.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24832024-11-21T22:01:56.252Z
24842024-11-21T22:01:56.252Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/172)
24852024-11-21T22:01:56.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-11-21T22:01:56.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-11-21T22:01:56.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-11-21T22:01:56.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892024-11-21T22:01:56.901Z
24902024-11-21T22:01:56.901Zinfo: running `cargo check --bins` on cockroach-admin-client (58/172)
24912024-11-21T22:01:57.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-11-21T22:01:57.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-11-21T22:01:57.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-11-21T22:01:57.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24952024-11-21T22:01:57.533Z
24962024-11-21T22:01:57.533Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/172)
24972024-11-21T22:01:58.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-11-21T22:01:58.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-11-21T22:01:58.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-11-21T22:01:58.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25012024-11-21T22:01:58.191Z
25022024-11-21T22:01:58.191Zinfo: running `cargo check --bins` on dns-service-client (60/172)
25032024-11-21T22:01:58.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-11-21T22:01:58.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-11-21T22:01:58.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-11-21T22:01:58.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25072024-11-21T22:01:58.837Z
25082024-11-21T22:01:58.837Zinfo: running `cargo check --bins` on internal-dns-types (61/172)
25092024-11-21T22:01:59.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-11-21T22:01:59.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-11-21T22:01:59.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-11-21T22:01:59.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25132024-11-21T22:01:59.483Z
25142024-11-21T22:01:59.483Zinfo: running `cargo check --bins` on dpd-client (62/172)
25152024-11-21T22:02:00.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-11-21T22:02:00.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-11-21T22:02:00.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-11-21T22:02:00.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25192024-11-21T22:02:00.126Z
25202024-11-21T22:02:00.126Zinfo: running `cargo check --bins` on gateway-client (63/172)
25212024-11-21T22:02:00.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-11-21T22:02:00.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-11-21T22:02:00.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-11-21T22:02:00.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25252024-11-21T22:02:00.759Z
25262024-11-21T22:02:00.759Zinfo: running `cargo check --bins` on installinator-client (64/172)
25272024-11-21T22:02:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-11-21T22:02:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-11-21T22:02:01.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-11-21T22:02:01.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25312024-11-21T22:02:01.422Z
25322024-11-21T22:02:01.422Zinfo: running `cargo check --bins` on installinator-common (65/172)
25332024-11-21T22:02:01.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-11-21T22:02:02.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-11-21T22:02:02.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-11-21T22:02:02.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25372024-11-21T22:02:02.085Z
25382024-11-21T22:02:02.085Zinfo: running `cargo check --bins` on update-engine (66/172)
25392024-11-21T22:02:02.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-11-21T22:02:02.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-11-21T22:02:02.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-11-21T22:02:02.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25432024-11-21T22:02:02.713Z
25442024-11-21T22:02:02.713Zinfo: running `cargo check --bins` on nexus-client (67/172)
25452024-11-21T22:02:03.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-11-21T22:02:03.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-11-21T22:02:03.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-11-21T22:02:03.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25492024-11-21T22:02:03.382Z
25502024-11-21T22:02:03.382Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/172)
25512024-11-21T22:02:03.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-11-21T22:02:03.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-11-21T22:02:03.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-11-21T22:02:03.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25552024-11-21T22:02:04.037Z
25562024-11-21T22:02:04.037Zinfo: running `cargo check --bins` on omicron-passwords (69/172)
25572024-11-21T22:02:04.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-11-21T22:02:04.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-11-21T22:02:04.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-11-21T22:02:04.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25612024-11-21T22:02:04.666Z
25622024-11-21T22:02:04.667Zinfo: running `cargo check --bins` on nexus-types (70/172)
25632024-11-21T22:02:05.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-11-21T22:02:05.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-11-21T22:02:05.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-11-21T22:02:05.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25672024-11-21T22:02:05.335Z
25682024-11-21T22:02:05.335Zinfo: running `cargo check --bins` on oxide-client (71/172)
25692024-11-21T22:02:05.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-11-21T22:02:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-11-21T22:02:05.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-11-21T22:02:05.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25732024-11-21T22:02:05.963Z
25742024-11-21T22:02:05.963Zinfo: running `cargo check --bins` on oximeter-client (72/172)
25752024-11-21T22:02:06.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-11-21T22:02:06.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-11-21T22:02:06.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-11-21T22:02:06.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25792024-11-21T22:02:06.610Z
25802024-11-21T22:02:06.610Zinfo: running `cargo check --bins` on repo-depot-client (73/172)
25812024-11-21T22:02:07.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-11-21T22:02:07.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-11-21T22:02:07.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-11-21T22:02:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25852024-11-21T22:02:07.248Z
25862024-11-21T22:02:07.248Zinfo: running `cargo check --bins` on sled-agent-client (74/172)
25872024-11-21T22:02:07.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-11-21T22:02:07.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-11-21T22:02:07.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-11-21T22:02:07.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25912024-11-21T22:02:07.907Z
25922024-11-21T22:02:07.907Zinfo: running `cargo check --bins` on wicketd-client (75/172)
25932024-11-21T22:02:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-11-21T22:02:08.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-11-21T22:02:08.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-11-21T22:02:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25972024-11-21T22:02:08.590Z
25982024-11-21T22:02:08.590Zinfo: running `cargo check --bins` on sled-agent-types (76/172)
25992024-11-21T22:02:09.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-11-21T22:02:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-11-21T22:02:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-11-21T22:02:09.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26032024-11-21T22:02:09.258Z
26042024-11-21T22:02:09.258Zinfo: running `cargo check --bins` on wicket-common (77/172)
26052024-11-21T22:02:09.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-11-21T22:02:09.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-11-21T22:02:09.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-11-21T22:02:09.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26092024-11-21T22:02:09.925Z
26102024-11-21T22:02:09.925Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/172)
26112024-11-21T22:02:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-11-21T22:02:10.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-11-21T22:02:10.597Z Checking csv-core v0.1.11
26142024-11-21T22:02:10.597Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26152024-11-21T22:02:10.600Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-11-21T22:02:10.913Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26172024-11-21T22:02:10.925Z Checking csv v1.3.0
26182024-11-21T22:02:11.509Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192024-11-21T22:02:11.870Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202024-11-21T22:02:13.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
26212024-11-21T22:02:13.302Z
26222024-11-21T22:02:13.302Zinfo: running `cargo check --bins` on cockroach-admin-api (79/172)
26232024-11-21T22:02:13.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-11-21T22:02:13.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-11-21T22:02:13.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-11-21T22:02:13.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26272024-11-21T22:02:13.947Z
26282024-11-21T22:02:13.947Zinfo: running `cargo check --bins` on cockroach-admin-types (80/172)
26292024-11-21T22:02:14.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-11-21T22:02:14.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-11-21T22:02:14.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-11-21T22:02:14.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26332024-11-21T22:02:14.598Z
26342024-11-21T22:02:14.598Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172)
26352024-11-21T22:02:15.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-11-21T22:02:15.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-11-21T22:02:15.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-11-21T22:02:15.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26392024-11-21T22:02:15.343Z
26402024-11-21T22:02:15.343Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172)
26412024-11-21T22:02:15.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-11-21T22:02:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-11-21T22:02:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-11-21T22:02:15.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26452024-11-21T22:02:16.086Z
26462024-11-21T22:02:16.086Zinfo: running `cargo check --bins` on dns-server (83/172)
26472024-11-21T22:02:16.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-11-21T22:02:16.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-11-21T22:02:16.752Z Compiling parking_lot_core v0.8.6
26502024-11-21T22:02:16.752Z Checking fxhash v0.2.1
26512024-11-21T22:02:16.755Z Checking hickory-server v0.24.1
26522024-11-21T22:02:16.755Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-11-21T22:02:16.755Z Checking hickory-client v0.24.1
26542024-11-21T22:02:17.470Z Checking parking_lot v0.11.2
26552024-11-21T22:02:17.580Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26562024-11-21T22:02:17.580Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-11-21T22:02:17.706Z Checking sled v0.34.7
26582024-11-21T22:02:19.505Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26592024-11-21T22:02:20.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
26602024-11-21T22:02:20.935Z
26612024-11-21T22:02:20.936Zinfo: running `cargo check --bins` on dns-server-api (84/172)
26622024-11-21T22:02:21.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-11-21T22:02:21.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-11-21T22:02:21.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-11-21T22:02:21.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26662024-11-21T22:02:21.583Z
26672024-11-21T22:02:21.583Zinfo: running `cargo check --bins` on gateway-test-utils (85/172)
26682024-11-21T22:02:22.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-21T22:02:22.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-21T22:02:22.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-11-21T22:02:22.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26722024-11-21T22:02:22.287Z
26732024-11-21T22:02:22.287Zinfo: running `cargo check --bins` on gateway-types (86/172)
26742024-11-21T22:02:22.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-21T22:02:22.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-21T22:02:22.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-11-21T22:02:22.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782024-11-21T22:02:22.934Z
26792024-11-21T22:02:22.934Zinfo: running `cargo check --bins` on ipcc (87/172)
26802024-11-21T22:02:23.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-11-21T22:02:23.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-11-21T22:02:23.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-11-21T22:02:23.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26842024-11-21T22:02:23.587Z
26852024-11-21T22:02:23.587Zinfo: running `cargo check --bins` on omicron-gateway (88/172)
26862024-11-21T22:02:24.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-11-21T22:02:24.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-11-21T22:02:24.302Z Compiling radium v0.7.0
26892024-11-21T22:02:24.302Z Compiling semver v0.1.20
26902024-11-21T22:02:24.419Z Compiling maybe-uninit v2.0.0
26912024-11-21T22:02:24.422Z Checking tap v1.0.1
26922024-11-21T22:02:24.441Z Checking password-hash v0.5.0
26932024-11-21T22:02:24.443Z Checking blake2 v0.10.6
26942024-11-21T22:02:24.443Z Compiling packed_struct v0.10.1
26952024-11-21T22:02:24.443Z Checking funty v2.0.0
26962024-11-21T22:02:24.842Z Compiling rustc_version v0.1.7
26972024-11-21T22:02:24.882Z Checking wyz v0.5.1
26982024-11-21T22:02:24.899Z Compiling owo-colors v4.1.0
26992024-11-21T22:02:24.930Z Checking crc-catalog v2.4.0
27002024-11-21T22:02:24.967Z Compiling cancel-safe-futures v0.1.5
27012024-11-21T22:02:25.073Z Checking crc v3.2.1
27022024-11-21T22:02:25.148Z Checking argon2 v0.5.3
27032024-11-21T22:02:25.200Z Compiling packed_struct_codegen v0.10.1
27042024-11-21T22:02:25.224Z Compiling indexmap v1.9.3
27052024-11-21T22:02:25.266Z Checking half v2.4.1
27062024-11-21T22:02:25.310Z Checking ciborium-io v0.2.2
27072024-11-21T22:02:25.332Z Checking bitvec v1.0.1
27082024-11-21T22:02:25.335Z Compiling newtype_derive v0.1.6
27092024-11-21T22:02:25.437Z Checking nodrop v0.1.14
27102024-11-21T22:02:25.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-11-21T22:02:25.564Z Checking array-init v0.0.4
27122024-11-21T22:02:25.724Z Checking ciborium-ll v0.2.2
27132024-11-21T22:02:25.797Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27142024-11-21T22:02:25.812Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-11-21T22:02:25.997Z Checking smallvec v0.6.14
27162024-11-21T22:02:26.034Z Checking libsw v3.3.1
27172024-11-21T22:02:26.103Z Compiling memoffset v0.9.1
27182024-11-21T22:02:26.341Z Checking swrite v0.1.0
27192024-11-21T22:02:26.420Z Checking linear-map v1.2.0
27202024-11-21T22:02:26.436Z Checking bitfield v0.14.0
27212024-11-21T22:02:26.457Z Checking hashbrown v0.12.3
27222024-11-21T22:02:26.596Z Checking indent_write v2.2.0
27232024-11-21T22:02:26.616Z Checking termcolor v1.4.1
27242024-11-21T22:02:26.734Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27252024-11-21T22:02:26.737Z Checking ron v0.8.1
27262024-11-21T22:02:26.790Z Checking serde-hex v0.1.0
27272024-11-21T22:02:27.065Z Checking env_logger v0.10.2
27282024-11-21T22:02:27.635Z Checking ciborium v0.2.2
27292024-11-21T22:02:27.657Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27302024-11-21T22:02:28.078Z Checking steno v0.4.1
27312024-11-21T22:02:28.189Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27322024-11-21T22:02:28.214Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332024-11-21T22:02:28.390Z Checking hashbrown v0.13.2
27342024-11-21T22:02:28.463Z Checking crc-any v2.5.0
27352024-11-21T22:02:28.663Z Checking humantime v2.1.0
27362024-11-21T22:02:28.840Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27372024-11-21T22:02:28.975Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27382024-11-21T22:02:29.361Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-11-21T22:02:29.429Z Checking object v0.30.4
27402024-11-21T22:02:29.478Z Checking path-slash v0.1.5
27412024-11-21T22:02:29.629Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27422024-11-21T22:02:29.717Z Checking nix v0.27.1
27432024-11-21T22:02:30.369Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27442024-11-21T22:02:30.793Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-11-21T22:02:30.815Z Checking tungstenite v0.23.0
27462024-11-21T22:02:31.068Z Checking kstat-rs v0.2.4
27472024-11-21T22:02:31.122Z Checking signal-hook-tokio v0.3.1
27482024-11-21T22:02:31.400Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-11-21T22:02:31.790Z Checking tokio-tungstenite v0.23.1
27502024-11-21T22:02:31.830Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27512024-11-21T22:02:32.444Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522024-11-21T22:02:32.817Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-11-21T22:02:39.077Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-11-21T22:02:40.411Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27552024-11-21T22:02:43.767Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-11-21T22:02:49.502Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-11-21T22:02:50.199Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582024-11-21T22:02:53.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.47s
27592024-11-21T22:02:53.265Z
27602024-11-21T22:02:53.265Zinfo: running `cargo check --bins` on gateway-api (89/172)
27612024-11-21T22:02:53.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-21T22:02:53.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-21T22:02:53.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-11-21T22:02:53.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27652024-11-21T22:02:53.907Z
27662024-11-21T22:02:53.907Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172)
27672024-11-21T22:02:54.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-21T22:02:54.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-21T22:02:54.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-11-21T22:02:54.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27712024-11-21T22:02:54.526Z
27722024-11-21T22:02:54.526Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172)
27732024-11-21T22:02:55.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-21T22:02:55.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-21T22:02:55.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-11-21T22:02:55.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27772024-11-21T22:02:55.172Z
27782024-11-21T22:02:55.172Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172)
27792024-11-21T22:02:55.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-21T22:02:55.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-21T22:02:55.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-11-21T22:02:55.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27832024-11-21T22:02:55.818Z
27842024-11-21T22:02:55.818Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172)
27852024-11-21T22:02:56.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-21T22:02:56.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-21T22:02:56.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-11-21T22:02:56.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27892024-11-21T22:02:56.455Z
27902024-11-21T22:02:56.455Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172)
27912024-11-21T22:02:57.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-21T22:02:57.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-21T22:02:57.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-11-21T22:02:57.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27952024-11-21T22:02:57.091Z
27962024-11-21T22:02:57.091Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172)
27972024-11-21T22:02:57.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-21T22:02:57.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-21T22:02:57.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-11-21T22:02:57.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28012024-11-21T22:02:57.731Z
28022024-11-21T22:02:57.731Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172)
28032024-11-21T22:02:58.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-21T22:02:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-21T22:02:58.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-21T22:02:58.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072024-11-21T22:02:58.370Z
28082024-11-21T22:02:58.370Zinfo: running `cargo check --bins` on oximeter-producer (97/172)
28092024-11-21T22:02:58.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-21T22:02:58.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-21T22:02:58.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-21T22:02:58.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28132024-11-21T22:02:59.049Z
28142024-11-21T22:02:59.049Zinfo: running `cargo check --bins` on internal-dns-resolver (98/172)
28152024-11-21T22:02:59.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-21T22:02:59.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-21T22:02:59.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-11-21T22:02:59.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192024-11-21T22:02:59.696Z
28202024-11-21T22:02:59.696Zinfo: running `cargo check --bins` on sp-sim (99/172)
28212024-11-21T22:03:00.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-21T22:03:00.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-21T22:03:00.345Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242024-11-21T22:03:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
28252024-11-21T22:03:02.405Z
28262024-11-21T22:03:02.405Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172)
28272024-11-21T22:03:03.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-11-21T22:03:03.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-11-21T22:03:03.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-11-21T22:03:03.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28312024-11-21T22:03:03.097Z
28322024-11-21T22:03:03.097Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172)
28332024-11-21T22:03:03.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-11-21T22:03:03.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-11-21T22:03:03.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-11-21T22:03:03.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28372024-11-21T22:03:03.799Z
28382024-11-21T22:03:03.799Zinfo: running `cargo check --bins` on db-macros (102/172)
28392024-11-21T22:03:04.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-11-21T22:03:04.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-11-21T22:03:04.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-11-21T22:03:04.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28432024-11-21T22:03:04.428Z
28442024-11-21T22:03:04.428Zinfo: running `cargo check --bins` on nexus-macros-common (103/172)
28452024-11-21T22:03:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-11-21T22:03:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-11-21T22:03:04.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-11-21T22:03:04.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28492024-11-21T22:03:05.068Z
28502024-11-21T22:03:05.068Zinfo: running `cargo check --bins` on nexus-auth (104/172)
28512024-11-21T22:03:05.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-11-21T22:03:05.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-11-21T22:03:05.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-11-21T22:03:05.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28552024-11-21T22:03:05.751Z
28562024-11-21T22:03:05.751Zinfo: running `cargo check --bins` on authz-macros (105/172)
28572024-11-21T22:03:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-11-21T22:03:06.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-11-21T22:03:06.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-11-21T22:03:06.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28612024-11-21T22:03:06.378Z
28622024-11-21T22:03:06.378Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/172)
28632024-11-21T22:03:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-21T22:03:06.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-21T22:03:06.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-11-21T22:03:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28672024-11-21T22:03:07.057Z
28682024-11-21T22:03:07.057Zinfo: running `cargo check --bins` on nexus-db-model (107/172)
28692024-11-21T22:03:07.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-21T22:03:07.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-21T22:03:07.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-11-21T22:03:07.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28732024-11-21T22:03:07.741Z
28742024-11-21T22:03:07.741Zinfo: running `cargo check --bins` on nexus-defaults (108/172)
28752024-11-21T22:03:08.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-21T22:03:08.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-21T22:03:08.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-11-21T22:03:08.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28792024-11-21T22:03:08.394Z
28802024-11-21T22:03:08.394Zinfo: running `cargo check --bins` on nexus-inventory (109/172)
28812024-11-21T22:03:08.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-21T22:03:08.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-21T22:03:08.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-11-21T22:03:08.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28852024-11-21T22:03:09.069Z
28862024-11-21T22:03:09.069Zinfo: running `cargo check --bins` on typed-rng (110/172)
28872024-11-21T22:03:09.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-11-21T22:03:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-11-21T22:03:09.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-11-21T22:03:09.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912024-11-21T22:03:09.696Z
28922024-11-21T22:03:09.696Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172)
28932024-11-21T22:03:10.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-11-21T22:03:10.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-11-21T22:03:10.456Z Checking keccak v0.1.5
28962024-11-21T22:03:10.566Z Checking secrecy v0.8.0
28972024-11-21T22:03:10.569Z Compiling unicase v2.7.0
28982024-11-21T22:03:10.569Z Compiling same-file v1.0.6
28992024-11-21T22:03:10.587Z Compiling tempfile v3.13.0
29002024-11-21T22:03:10.612Z Compiling thiserror-impl-no-std v2.0.2
29012024-11-21T22:03:10.614Z Checking universal-hash v0.5.1
29022024-11-21T22:03:10.614Z Compiling ring v0.16.20
29032024-11-21T22:03:10.745Z Compiling walkdir v2.5.0
29042024-11-21T22:03:10.829Z Checking sha3 v0.10.8
29052024-11-21T22:03:10.879Z Compiling blake3 v1.5.4
29062024-11-21T22:03:11.006Z Checking opaque-debug v0.3.1
29072024-11-21T22:03:11.105Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29082024-11-21T22:03:11.236Z Checking chacha20 v0.9.1
29092024-11-21T22:03:11.390Z Checking aead v0.5.2
29102024-11-21T22:03:11.407Z Compiling memmap2 v0.9.5
29112024-11-21T22:03:11.463Z Compiling arrayref v0.3.9
29122024-11-21T22:03:11.569Z Compiling salty v0.3.0
29132024-11-21T22:03:11.588Z Compiling libefi-sys v0.1.0
29142024-11-21T22:03:11.607Z Compiling constant_time_eq v0.3.1
29152024-11-21T22:03:11.770Z Compiling spin v0.5.2
29162024-11-21T22:03:11.832Z Compiling arrayvec v0.7.6
29172024-11-21T22:03:11.901Z Compiling toolchain_find v0.4.0
29182024-11-21T22:03:11.989Z Compiling camino-tempfile v1.1.1
29192024-11-21T22:03:12.106Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29202024-11-21T22:03:12.345Z Compiling bitfield-struct v0.6.2
29212024-11-21T22:03:12.405Z Compiling topological-sort v0.2.2
29222024-11-21T22:03:12.562Z Compiling mime_guess v2.0.5
29232024-11-21T22:03:12.576Z Compiling rustfmt-wrapper v0.2.1
29242024-11-21T22:03:13.182Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29252024-11-21T22:03:13.364Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29262024-11-21T22:03:13.490Z Checking primeorder v0.13.6
29272024-11-21T22:03:13.647Z Checking env_filter v0.1.2
29282024-11-21T22:03:13.665Z Checking poly1305 v0.8.0
29292024-11-21T22:03:13.690Z Checking thiserror-no-std v2.0.2
29302024-11-21T22:03:13.719Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-11-21T22:03:13.776Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-21T22:03:13.802Z Checking vsss-rs v3.3.4
29332024-11-21T22:03:13.862Z Checking env_logger v0.11.5
29342024-11-21T22:03:13.939Z Checking p384 v0.13.0
29352024-11-21T22:03:14.162Z Checking chacha20poly1305 v0.10.1
29362024-11-21T22:03:14.184Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372024-11-21T22:03:14.208Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29382024-11-21T22:03:14.279Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-11-21T22:03:14.421Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29402024-11-21T22:03:14.640Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412024-11-21T22:03:14.767Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29422024-11-21T22:03:14.851Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29432024-11-21T22:03:14.955Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29442024-11-21T22:03:15.048Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29452024-11-21T22:03:15.327Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29462024-11-21T22:03:15.500Z Checking nanorand v0.7.0
29472024-11-21T22:03:15.532Z Checking atty v0.2.14
29482024-11-21T22:03:15.548Z Checking http-range v0.1.5
29492024-11-21T22:03:15.651Z Checking glob v0.3.1
29502024-11-21T22:03:15.726Z Checking hyper-staticfile v0.10.1
29512024-11-21T22:03:15.863Z Checking flume v0.11.1
29522024-11-21T22:03:15.985Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29532024-11-21T22:03:16.277Z Compiling omicron-zone-package v0.11.1
29542024-11-21T22:03:16.295Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29552024-11-21T22:03:16.368Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29562024-11-21T22:03:16.590Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29572024-11-21T22:03:17.592Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-11-21T22:03:17.828Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29592024-11-21T22:03:18.015Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29602024-11-21T22:03:18.310Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29612024-11-21T22:03:18.924Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29622024-11-21T22:03:19.093Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29632024-11-21T22:03:19.824Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29642024-11-21T22:03:20.743Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29652024-11-21T22:03:22.804Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29662024-11-21T22:03:22.806Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29672024-11-21T22:03:32.793Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-11-21T22:03:46.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s
29692024-11-21T22:03:46.376Z
29702024-11-21T22:03:46.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172)
29712024-11-21T22:03:46.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-11-21T22:03:46.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-11-21T22:03:47.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-11-21T22:04:00.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
29752024-11-21T22:04:00.728Z
29762024-11-21T22:04:00.728Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172)
29772024-11-21T22:04:01.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-11-21T22:04:01.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-11-21T22:04:01.486Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-11-21T22:04:14.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
29812024-11-21T22:04:14.994Z
29822024-11-21T22:04:14.994Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172)
29832024-11-21T22:04:15.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-11-21T22:04:15.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-11-21T22:04:15.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-11-21T22:04:29.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
29872024-11-21T22:04:29.435Z
29882024-11-21T22:04:29.435Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172)
29892024-11-21T22:04:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-11-21T22:04:30.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-11-21T22:04:30.183Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-11-21T22:04:43.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
29932024-11-21T22:04:43.925Z
29942024-11-21T22:04:43.925Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172)
29952024-11-21T22:04:44.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-11-21T22:04:44.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-11-21T22:04:44.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-11-21T22:04:58.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
29992024-11-21T22:04:58.432Z
30002024-11-21T22:04:58.433Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172)
30012024-11-21T22:04:59.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-11-21T22:04:59.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-11-21T22:04:59.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-11-21T22:05:12.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
30052024-11-21T22:05:12.923Z
30062024-11-21T22:05:12.923Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172)
30072024-11-21T22:05:13.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-11-21T22:05:13.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-11-21T22:05:13.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-11-21T22:05:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30112024-11-21T22:05:27.420Z
30122024-11-21T22:05:27.420Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/172)
30132024-11-21T22:05:28.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-11-21T22:05:28.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-11-21T22:05:28.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162024-11-21T22:05:28.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30172024-11-21T22:05:28.087Z
30182024-11-21T22:05:28.087Zinfo: running `cargo check --bins` on key-manager (120/172)
30192024-11-21T22:05:28.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-11-21T22:05:28.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-11-21T22:05:28.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-11-21T22:05:28.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30232024-11-21T22:05:28.724Z
30242024-11-21T22:05:28.724Zinfo: running `cargo check --bins` on repo-depot-api (121/172)
30252024-11-21T22:05:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-11-21T22:05:29.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-11-21T22:05:29.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-11-21T22:05:29.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30292024-11-21T22:05:29.365Z
30302024-11-21T22:05:29.365Zinfo: running `cargo check --bins` on sled-agent-api (122/172)
30312024-11-21T22:05:29.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-11-21T22:05:29.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-11-21T22:05:29.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-11-21T22:05:29.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30352024-11-21T22:05:30.030Z
30362024-11-21T22:05:30.030Zinfo: running `cargo check --bins` on sled-hardware (123/172)
30372024-11-21T22:05:30.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-11-21T22:05:30.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-11-21T22:05:30.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-11-21T22:05:30.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30412024-11-21T22:05:30.687Z
30422024-11-21T22:05:30.687Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/172)
30432024-11-21T22:05:31.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-11-21T22:05:31.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-11-21T22:05:31.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-11-21T22:05:31.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30472024-11-21T22:05:31.342Z
30482024-11-21T22:05:31.343Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172)
30492024-11-21T22:05:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-11-21T22:05:31.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-11-21T22:05:31.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-11-21T22:05:31.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532024-11-21T22:05:31.999Z
30542024-11-21T22:05:31.999Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/172)
30552024-11-21T22:05:32.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-11-21T22:05:32.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-11-21T22:05:32.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-11-21T22:05:32.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30592024-11-21T22:05:32.660Z
30602024-11-21T22:05:32.660Zinfo: running `cargo check --bins` on nexus-test-interface (127/172)
30612024-11-21T22:05:33.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-11-21T22:05:33.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-11-21T22:05:33.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-11-21T22:05:33.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30652024-11-21T22:05:33.327Z
30662024-11-21T22:05:33.327Zinfo: running `cargo check --bins` on oximeter-collector (128/172)
30672024-11-21T22:05:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-11-21T22:05:33.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-11-21T22:05:34.020Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30702024-11-21T22:05:34.020Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30712024-11-21T22:05:34.757Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30722024-11-21T22:05:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
30732024-11-21T22:05:36.836Z
30742024-11-21T22:05:36.836Zinfo: running `cargo check --bins` on oximeter-api (129/172)
30752024-11-21T22:05:37.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-21T22:05:37.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-21T22:05:37.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-21T22:05:37.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792024-11-21T22:05:37.477Z
30802024-11-21T22:05:37.477Zinfo: running `cargo check --bins` on cert-dev (130/172)
30812024-11-21T22:05:38.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-21T22:05:38.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-21T22:05:38.100Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30842024-11-21T22:05:38.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30852024-11-21T22:05:38.546Z
30862024-11-21T22:05:38.546Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/172)
30872024-11-21T22:05:39.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-21T22:05:39.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-21T22:05:39.229Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30902024-11-21T22:05:39.229Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30912024-11-21T22:05:39.826Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30922024-11-21T22:05:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
30932024-11-21T22:05:40.386Z
30942024-11-21T22:05:40.386Zinfo: running `cargo check --bins` on ch-dev (132/172)
30952024-11-21T22:05:40.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-11-21T22:05:40.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-11-21T22:05:41.054Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30982024-11-21T22:05:41.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
30992024-11-21T22:05:41.961Z
31002024-11-21T22:05:41.961Zinfo: running `cargo check --bins` on crdb-seed (133/172)
31012024-11-21T22:05:42.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-11-21T22:05:42.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-11-21T22:05:42.637Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31042024-11-21T22:05:43.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31052024-11-21T22:05:43.191Z
31062024-11-21T22:05:43.191Zinfo: running `cargo check --bins` on db-dev (134/172)
31072024-11-21T22:05:43.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-21T22:05:43.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-21T22:05:43.860Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31102024-11-21T22:05:44.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
31112024-11-21T22:05:44.779Z
31122024-11-21T22:05:44.779Zinfo: running `cargo check --bins` on omicron-dev-lib (135/172)
31132024-11-21T22:05:45.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-11-21T22:05:45.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-11-21T22:05:45.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-11-21T22:05:45.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31172024-11-21T22:05:45.434Z
31182024-11-21T22:05:45.434Zinfo: running `cargo check --bins` on xtask-downloader (136/172)
31192024-11-21T22:05:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-21T22:05:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-21T22:05:46.057Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31222024-11-21T22:05:46.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
31232024-11-21T22:05:47.121Z
31242024-11-21T22:05:47.121Zinfo: running `cargo check --bins` on omicron-ls-apis (137/172)
31252024-11-21T22:05:47.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-11-21T22:05:47.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-11-21T22:05:47.745Z Checking cargo-platform v0.1.8
31282024-11-21T22:05:48.015Z Checking cargo_metadata v0.18.1
31292024-11-21T22:05:48.982Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31302024-11-21T22:05:49.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
31312024-11-21T22:05:49.908Z
31322024-11-21T22:05:49.908Zinfo: running `cargo check --bins` on mgs-dev (138/172)
31332024-11-21T22:05:50.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-11-21T22:05:50.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-11-21T22:05:50.633Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31362024-11-21T22:05:51.356Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372024-11-21T22:05:51.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31382024-11-21T22:05:52.109Z
31392024-11-21T22:05:52.109Zinfo: running `cargo check --bins` on omicron-omdb (139/172)
31402024-11-21T22:05:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-11-21T22:05:52.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-11-21T22:05:52.897Z Compiling crunchy v0.2.2
31432024-11-21T22:05:52.897Z Compiling tiny-keccak v2.0.2
31442024-11-21T22:05:52.899Z Compiling dsl_auto_type v0.1.2
31452024-11-21T22:05:52.899Z Checking scheduled-thread-pool v0.2.7
31462024-11-21T22:05:52.899Z Compiling diesel_table_macro_syntax v0.2.0
31472024-11-21T22:05:52.899Z Compiling ascii-canvas v3.0.0
31482024-11-21T22:05:52.899Z Compiling ena v0.14.3
31492024-11-21T22:05:53.023Z Compiling diff v0.1.13
31502024-11-21T22:05:53.219Z Checking r2d2 v0.8.10
31512024-11-21T22:05:53.336Z Compiling regex-syntax v0.6.29
31522024-11-21T22:05:53.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31532024-11-21T22:05:53.498Z Compiling ref-cast v1.0.23
31542024-11-21T22:05:53.547Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31552024-11-21T22:05:53.547Z Compiling derive_builder_core v0.20.2
31562024-11-21T22:05:53.719Z Compiling libxml v0.3.3
31572024-11-21T22:05:53.738Z Compiling ref-cast-impl v1.0.23
31582024-11-21T22:05:53.818Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31592024-11-21T22:05:54.114Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31602024-11-21T22:05:54.134Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31612024-11-21T22:05:54.314Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31622024-11-21T22:05:54.341Z Compiling strum_macros v0.24.3
31632024-11-21T22:05:54.412Z Compiling samael v0.0.17
31642024-11-21T22:05:54.688Z Compiling diesel_derives v2.2.3
31652024-11-21T22:05:54.707Z Compiling indoc v1.0.9
31662024-11-21T22:05:55.671Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31672024-11-21T22:05:55.961Z Compiling impl-trait-for-tuples v0.2.2
31682024-11-21T22:05:56.059Z Compiling derive_builder_macro v0.20.2
31692024-11-21T22:05:56.935Z Compiling lalrpop v0.19.12
31702024-11-21T22:05:56.976Z Checking derive_builder v0.20.2
31712024-11-21T22:05:57.140Z Compiling oso-derive v0.27.3
31722024-11-21T22:05:57.545Z Checking quick-xml v0.33.0
31732024-11-21T22:05:58.190Z Compiling diesel-dtrace v0.3.0
31742024-11-21T22:05:58.207Z Checking maplit v1.0.2
31752024-11-21T22:05:58.362Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31762024-11-21T22:05:58.564Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31772024-11-21T22:05:58.583Z Checking bb8 v0.8.5
31782024-11-21T22:05:58.894Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31792024-11-21T22:05:59.065Z Checking castaway v0.2.3
31802024-11-21T22:05:59.189Z Checking rand_seeder v0.3.0
31812024-11-21T22:05:59.233Z Checking compact_str v0.8.0
31822024-11-21T22:05:59.424Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31832024-11-21T22:05:59.452Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31842024-11-21T22:05:59.634Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31852024-11-21T22:06:00.083Z Checking unicode-truncate v1.1.0
31862024-11-21T22:06:00.107Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31872024-11-21T22:06:00.330Z Checking lru v0.12.5
31882024-11-21T22:06:00.397Z Compiling instability v0.3.2
31892024-11-21T22:06:00.644Z Checking unicode-linebreak v0.1.5
31902024-11-21T22:06:01.078Z Checking is_ci v1.2.0
31912024-11-21T22:06:01.219Z Checking cassowary v0.3.0
31922024-11-21T22:06:01.248Z Checking smawk v0.3.2
31932024-11-21T22:06:01.285Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942024-11-21T22:06:01.460Z Checking textwrap v0.16.1
31952024-11-21T22:06:01.500Z Checking supports-color v3.0.1
31962024-11-21T22:06:01.752Z Checking ratatui v0.28.1
31972024-11-21T22:06:01.759Z Checking multimap v0.10.0
31982024-11-21T22:06:04.565Z Checking diesel v2.2.4
31992024-11-21T22:06:30.845Z Compiling polar-core v0.27.3
32002024-11-21T22:06:33.809Z Checking async-bb8-diesel v0.2.1
32012024-11-21T22:06:38.381Z Checking oso v0.27.3
32022024-11-21T22:07:50.161Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-11-21T22:07:56.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
32042024-11-21T22:07:56.578Z
32052024-11-21T22:07:56.578Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172)
32062024-11-21T22:07:57.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-11-21T22:07:57.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-11-21T22:07:57.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092024-11-21T22:07:57.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32102024-11-21T22:07:57.269Z
32112024-11-21T22:07:57.270Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/172)
32122024-11-21T22:07:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-11-21T22:07:57.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-11-21T22:07:57.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-11-21T22:07:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162024-11-21T22:07:57.959Z
32172024-11-21T22:07:57.959Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/172)
32182024-11-21T22:07:58.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-11-21T22:07:58.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-11-21T22:07:58.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-11-21T22:07:58.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32222024-11-21T22:07:58.585Z
32232024-11-21T22:07:58.585Zinfo: running `cargo check --bins` on omicron-nexus (143/172)
32242024-11-21T22:07:59.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-11-21T22:07:59.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-11-21T22:07:59.397Z Compiling libz-sys v1.1.20
32272024-11-21T22:07:59.512Z Compiling libgit2-sys v0.17.0+1.8.1
32282024-11-21T22:07:59.527Z Compiling vergen v8.3.2
32292024-11-21T22:07:59.529Z Compiling cargo-platform v0.1.8
32302024-11-21T22:07:59.529Z Compiling pin-project-internal v1.1.6
32312024-11-21T22:07:59.567Z Compiling libsqlite3-sys v0.30.1
32322024-11-21T22:07:59.567Z Compiling snafu-derive v0.8.5
32332024-11-21T22:07:59.570Z Checking simd-adler32 v0.3.7
32342024-11-21T22:07:59.815Z Checking lockfree-object-pool v0.1.6
32352024-11-21T22:07:59.941Z Compiling cargo_metadata v0.18.1
32362024-11-21T22:08:00.045Z Compiling zip v2.1.3
32372024-11-21T22:08:00.084Z Compiling buf-list v1.0.3
32382024-11-21T22:08:00.160Z Compiling cfg_aliases v0.2.1
32392024-11-21T22:08:00.286Z Compiling rustls v0.21.12
32402024-11-21T22:08:00.340Z Checking bumpalo v3.16.0
32412024-11-21T22:08:00.475Z Compiling nix v0.29.0
32422024-11-21T22:08:00.629Z Checking globset v0.4.15
32432024-11-21T22:08:00.670Z Checking zopfli v0.8.1
32442024-11-21T22:08:00.840Z Checking olpc-cjson v0.1.4
32452024-11-21T22:08:01.075Z Checking sct v0.7.1
32462024-11-21T22:08:01.155Z Checking rustls-webpki v0.101.7
32472024-11-21T22:08:01.296Z Checking serde_plain v1.0.2
32482024-11-21T22:08:01.371Z Checking typed-path v0.9.3
32492024-11-21T22:08:02.315Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32502024-11-21T22:08:02.489Z Checking pin-project v1.1.6
32512024-11-21T22:08:02.510Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32522024-11-21T22:08:02.598Z Checking hashlink v0.9.1
32532024-11-21T22:08:02.623Z Checking parse-size v1.1.0
32542024-11-21T22:08:02.780Z Checking fallible-streaming-iterator v0.1.9
32552024-11-21T22:08:02.800Z Checking fallible-iterator v0.3.0
32562024-11-21T22:08:03.224Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32572024-11-21T22:08:03.361Z Checking rustls-pemfile v1.0.4
32582024-11-21T22:08:03.456Z Checking rusqlite v0.32.1
32592024-11-21T22:08:03.526Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32602024-11-21T22:08:03.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32612024-11-21T22:08:03.618Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32622024-11-21T22:08:03.829Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32632024-11-21T22:08:03.968Z Checking twox-hash v1.6.3
32642024-11-21T22:08:04.050Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32652024-11-21T22:08:04.453Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32662024-11-21T22:08:05.056Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32672024-11-21T22:08:05.159Z Checking snafu v0.8.5
32682024-11-21T22:08:05.178Z Checking tokio-rustls v0.24.1
32692024-11-21T22:08:05.331Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32702024-11-21T22:08:05.547Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32712024-11-21T22:08:05.634Z Checking tough v0.19.0
32722024-11-21T22:08:05.654Z Checking fatfs v0.3.6
32732024-11-21T22:08:05.864Z Checking assert_matches v1.5.0
32742024-11-21T22:08:09.959Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32752024-11-21T22:08:11.357Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32762024-11-21T22:08:12.092Z Compiling git2 v0.19.0
32772024-11-21T22:08:16.887Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32782024-11-21T22:09:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
32792024-11-21T22:09:12.498Z
32802024-11-21T22:09:12.498Zinfo: running `cargo check --bins` on nexus-external-api (144/172)
32812024-11-21T22:09:13.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-11-21T22:09:13.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-11-21T22:09:13.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-11-21T22:09:13.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32852024-11-21T22:09:13.208Z
32862024-11-21T22:09:13.209Zinfo: running `cargo check --bins` on openapi-manager-types (145/172)
32872024-11-21T22:09:13.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-21T22:09:13.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-21T22:09:13.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-11-21T22:09:13.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32912024-11-21T22:09:13.842Z
32922024-11-21T22:09:13.842Zinfo: running `cargo check --bins` on nexus-internal-api (146/172)
32932024-11-21T22:09:14.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-21T22:09:14.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-21T22:09:14.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-11-21T22:09:14.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32972024-11-21T22:09:14.507Z
32982024-11-21T22:09:14.507Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (147/172)
32992024-11-21T22:09:15.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-11-21T22:09:15.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-11-21T22:09:15.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-11-21T22:09:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33032024-11-21T22:09:15.213Z
33042024-11-21T22:09:15.214Zinfo: running `cargo check --bins` on nexus-networking (148/172)
33052024-11-21T22:09:15.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-11-21T22:09:15.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-11-21T22:09:15.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-11-21T22:09:15.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33092024-11-21T22:09:15.897Z
33102024-11-21T22:09:15.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (149/172)
33112024-11-21T22:09:16.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-11-21T22:09:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-11-21T22:09:16.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-11-21T22:09:16.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33152024-11-21T22:09:16.581Z
33162024-11-21T22:09:16.581Zinfo: running `cargo check --bins` on update-common (150/172)
33172024-11-21T22:09:17.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-21T22:09:17.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-21T22:09:17.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-11-21T22:09:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33212024-11-21T22:09:17.247Z
33222024-11-21T22:09:17.247Zinfo: running `cargo check --bins` on tufaceous-lib (151/172)
33232024-11-21T22:09:17.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-11-21T22:09:17.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-11-21T22:09:17.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-11-21T22:09:17.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33272024-11-21T22:09:17.907Z
33282024-11-21T22:09:17.907Zinfo: running `cargo check --bins` on tufaceous (152/172)
33292024-11-21T22:09:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-11-21T22:09:18.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-11-21T22:09:18.586Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33322024-11-21T22:09:19.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
33332024-11-21T22:09:19.765Z
33342024-11-21T22:09:19.765Zinfo: running `cargo check --bins` on omicron-dev (153/172)
33352024-11-21T22:09:20.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-11-21T22:09:20.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-11-21T22:09:20.628Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33382024-11-21T22:09:20.755Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392024-11-21T22:09:20.758Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402024-11-21T22:09:20.758Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33412024-11-21T22:09:47.003Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33422024-11-21T22:09:47.005Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33432024-11-21T22:09:47.005Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33442024-11-21T22:09:47.005Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33452024-11-21T22:09:47.005Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33462024-11-21T22:09:47.955Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33472024-11-21T22:09:49.231Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33482024-11-21T22:10:30.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33492024-11-21T22:10:30.556Z
33502024-11-21T22:10:30.556Zinfo: running `cargo check --bins` on openapi-manager (154/172)
33512024-11-21T22:10:31.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-21T22:10:31.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-21T22:10:31.268Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33542024-11-21T22:10:31.268Z Checking heck v0.4.1
33552024-11-21T22:10:31.271Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33562024-11-21T22:10:31.513Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33572024-11-21T22:10:32.898Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33582024-11-21T22:10:33.775Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33592024-11-21T22:10:34.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
33602024-11-21T22:10:35.083Z
33612024-11-21T22:10:35.083Zinfo: running `cargo check --bins` on installinator-api (155/172)
33622024-11-21T22:10:35.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-21T22:10:35.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-21T22:10:35.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652024-11-21T22:10:35.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33662024-11-21T22:10:35.744Z
33672024-11-21T22:10:35.744Zinfo: running `cargo check --bins` on wicketd-api (156/172)
33682024-11-21T22:10:36.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-21T22:10:36.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-21T22:10:36.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712024-11-21T22:10:36.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33722024-11-21T22:10:36.413Z
33732024-11-21T22:10:36.413Zinfo: running `cargo check --bins` on reconfigurator-cli (157/172)
33742024-11-21T22:10:37.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-21T22:10:37.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-21T22:10:37.109Z Compiling petname v2.0.2
33772024-11-21T22:10:37.123Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33782024-11-21T22:10:37.123Z Checking sync-ptr v0.1.1
33792024-11-21T22:10:38.537Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33802024-11-21T22:10:40.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
33812024-11-21T22:10:40.307Z
33822024-11-21T22:10:40.307Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172)
33832024-11-21T22:10:40.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-11-21T22:10:40.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-11-21T22:10:40.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862024-11-21T22:10:40.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33872024-11-21T22:10:40.978Z
33882024-11-21T22:10:40.978Zinfo: running `cargo check --bins` on omicron-releng (159/172)
33892024-11-21T22:10:41.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-11-21T22:10:41.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-11-21T22:10:41.664Z Checking memmap2 v0.9.5
33922024-11-21T22:10:41.664Z Checking constant_time_eq v0.3.1
33932024-11-21T22:10:41.667Z Checking spin v0.5.2
33942024-11-21T22:10:41.667Z Checking arrayref v0.3.9
33952024-11-21T22:10:41.667Z Checking arrayvec v0.7.6
33962024-11-21T22:10:41.667Z Checking topological-sort v0.2.2
33972024-11-21T22:10:41.770Z Checking shell-words v1.1.0
33982024-11-21T22:10:41.953Z Checking ring v0.16.20
33992024-11-21T22:10:42.066Z Checking blake3 v1.5.4
34002024-11-21T22:10:43.140Z Checking omicron-zone-package v0.11.1
34012024-11-21T22:10:44.279Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34022024-11-21T22:10:45.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
34032024-11-21T22:10:45.404Z
34042024-11-21T22:10:45.404Zinfo: running `cargo check --bins` on xtask (160/172)
34052024-11-21T22:10:45.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-11-21T22:10:45.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-11-21T22:10:45.845Z Checking bitflags v2.6.0
34082024-11-21T22:10:45.848Z Checking serde v1.0.215
34092024-11-21T22:10:45.848Z Checking thiserror v1.0.69
34102024-11-21T22:10:45.940Z Checking scroll v0.12.0
34112024-11-21T22:10:45.947Z Checking hashbrown v0.15.0
34122024-11-21T22:10:45.950Z Checking log v0.4.22
34132024-11-21T22:10:45.956Z Checking zerocopy v0.7.35
34142024-11-21T22:10:45.976Z Checking syn v2.0.87
34152024-11-21T22:10:46.044Z Checking pest v2.7.14
34162024-11-21T22:10:46.160Z Checking rustix v0.38.37
34172024-11-21T22:10:46.224Z Checking once_cell v1.20.2
34182024-11-21T22:10:46.388Z Checking goblin v0.8.2
34192024-11-21T22:10:46.516Z Checking fs-err v2.11.0
34202024-11-21T22:10:46.816Z Checking tabled v0.15.0
34212024-11-21T22:10:47.010Z Checking indexmap v2.6.0
34222024-11-21T22:10:47.322Z Checking anyhow v1.0.93
34232024-11-21T22:10:48.010Z Checking terminal_size v0.4.0
34242024-11-21T22:10:48.010Z Checking tempfile v3.13.0
34252024-11-21T22:10:48.181Z Checking clap_builder v4.5.21
34262024-11-21T22:10:48.614Z Checking dtrace-parser v0.2.0
34272024-11-21T22:10:50.163Z Checking serde_json v1.0.132
34282024-11-21T22:10:50.163Z Checking toml_datetime v0.6.8
34292024-11-21T22:10:50.166Z Checking serde_spanned v0.6.8
34302024-11-21T22:10:50.166Z Checking camino v1.1.9
34312024-11-21T22:10:50.166Z Checking semver v1.0.23
34322024-11-21T22:10:50.231Z Checking cargo-platform v0.1.8
34332024-11-21T22:10:50.389Z Checking macaddr v1.0.1
34342024-11-21T22:10:50.466Z Checking toml_edit v0.22.22
34352024-11-21T22:10:50.749Z Checking camino-tempfile v1.1.1
34362024-11-21T22:10:50.942Z Checking clap v4.5.21
34372024-11-21T22:10:51.386Z Checking dof v0.3.0
34382024-11-21T22:10:51.386Z Checking cargo_metadata v0.18.1
34392024-11-21T22:10:51.797Z Checking usdt-impl v0.5.0
34402024-11-21T22:10:52.150Z Checking usdt v0.5.0
34412024-11-21T22:10:52.226Z Checking toml v0.8.19
34422024-11-21T22:10:52.699Z Checking cargo_toml v0.20.5
34432024-11-21T22:10:53.911Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34442024-11-21T22:10:54.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
34452024-11-21T22:10:54.628Z
34462024-11-21T22:10:54.628Zinfo: running `cargo check --bins` on end-to-end-tests (161/172)
34472024-11-21T22:10:55.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482024-11-21T22:10:55.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492024-11-21T22:10:55.407Z Checking polyval v0.6.2
34502024-11-21T22:10:55.521Z Checking ctr v0.9.2
34512024-11-21T22:10:55.534Z Checking ssh-encoding v0.2.0
34522024-11-21T22:10:55.537Z Checking blowfish v0.9.1
34532024-11-21T22:10:55.559Z Checking password-hash v0.4.2
34542024-11-21T22:10:55.562Z Checking matches v0.1.10
34552024-11-21T22:10:55.595Z Checking p521 v0.13.3
34562024-11-21T22:10:55.595Z Checking p256 v0.13.2
34572024-11-21T22:10:55.677Z Checking idna v0.2.3
34582024-11-21T22:10:55.741Z Checking ghash v0.5.1
34592024-11-21T22:10:55.741Z Checking bcrypt-pbkdf v0.10.0
34602024-11-21T22:10:55.820Z Compiling enum-as-inner v0.5.1
34612024-11-21T22:10:55.862Z Checking russh-cryptovec v0.7.3
34622024-11-21T22:10:55.918Z Checking aes-gcm v0.10.3
34632024-11-21T22:10:55.975Z Checking pbkdf2 v0.11.0
34642024-11-21T22:10:56.044Z Checking md5 v0.7.0
34652024-11-21T22:10:56.067Z Checking num-bigint v0.4.6
34662024-11-21T22:10:56.067Z Checking des v0.8.1
34672024-11-21T22:10:56.149Z Checking ssh-cipher v0.2.0
34682024-11-21T22:10:56.252Z Checking hex-literal v0.4.1
34692024-11-21T22:10:56.310Z Compiling dhcproto-macros v0.1.0
34702024-11-21T22:10:56.346Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34712024-11-21T22:10:56.380Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34722024-11-21T22:10:56.457Z Checking ssh-key v0.6.6
34732024-11-21T22:10:56.527Z Checking internet-checksum v0.2.1
34742024-11-21T22:10:56.842Z Checking trust-dns-proto v0.22.0
34752024-11-21T22:10:57.753Z Checking russh-keys v0.45.0
34762024-11-21T22:10:58.717Z Checking russh v0.45.0
34772024-11-21T22:10:59.394Z Checking dhcproto v0.12.0
34782024-11-21T22:11:16.780Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792024-11-21T22:11:18.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.56s
34802024-11-21T22:11:18.395Z
34812024-11-21T22:11:18.395Zinfo: running `cargo check --bins` on gateway-cli (162/172)
34822024-11-21T22:11:18.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832024-11-21T22:11:18.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842024-11-21T22:11:19.047Z Checking termios v0.3.3
34852024-11-21T22:11:19.269Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34862024-11-21T22:11:20.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
34872024-11-21T22:11:20.252Z
34882024-11-21T22:11:20.252Zinfo: running `cargo check --bins --no-default-features` on installinator (163/172)
34892024-11-21T22:11:20.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-11-21T22:11:20.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-11-21T22:11:20.958Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34922024-11-21T22:11:23.004Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34932024-11-21T22:11:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
34942024-11-21T22:11:25.100Z
34952024-11-21T22:11:25.100Zinfo: running `cargo check --bins` on internal-dns-cli (164/172)
34962024-11-21T22:11:25.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-11-21T22:11:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-11-21T22:11:25.765Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34992024-11-21T22:11:26.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35002024-11-21T22:11:26.441Z
35012024-11-21T22:11:26.441Zinfo: running `cargo check --bins` on omicron-live-tests (165/172)
35022024-11-21T22:11:26.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-11-21T22:11:26.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-11-21T22:11:26.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052024-11-21T22:11:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062024-11-21T22:11:27.063Z
35072024-11-21T22:11:27.063Zinfo: running `cargo check --bins` on live-tests-macros (166/172)
35082024-11-21T22:11:27.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-11-21T22:11:27.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-11-21T22:11:27.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112024-11-21T22:11:27.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122024-11-21T22:11:27.693Z
35132024-11-21T22:11:27.693Zinfo: running `cargo check --bins` on omicron-package (167/172)
35142024-11-21T22:11:28.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-11-21T22:11:28.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-11-21T22:11:28.369Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35172024-11-21T22:11:29.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
35182024-11-21T22:11:29.874Z
35192024-11-21T22:11:29.874Zinfo: running `cargo check --bins` on wicket-dbg (168/172)
35202024-11-21T22:11:30.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-11-21T22:11:30.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-11-21T22:11:30.591Z Checking rtoolbox v0.0.2
35232024-11-21T22:11:30.594Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35242024-11-21T22:11:30.594Z Checking tui-tree-widget v0.22.0
35252024-11-21T22:11:30.819Z Checking rpassword v7.3.1
35262024-11-21T22:11:34.937Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35272024-11-21T22:11:37.959Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35282024-11-21T22:11:39.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
35292024-11-21T22:11:39.392Z
35302024-11-21T22:11:39.392Zinfo: running `cargo check --bins` on wicket (169/172)
35312024-11-21T22:11:40.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322024-11-21T22:11:40.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332024-11-21T22:11:40.119Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35342024-11-21T22:11:40.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35352024-11-21T22:11:40.757Z
35362024-11-21T22:11:40.757Zinfo: running `cargo check --bins` on wicketd (170/172)
35372024-11-21T22:11:41.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-11-21T22:11:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-11-21T22:11:41.502Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35402024-11-21T22:11:45.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
35412024-11-21T22:11:45.746Z
35422024-11-21T22:11:45.747Zinfo: running `cargo check --bins` on omicron-workspace-hack (171/172)
35432024-11-21T22:11:46.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442024-11-21T22:11:46.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452024-11-21T22:11:46.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462024-11-21T22:11:46.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35472024-11-21T22:11:46.375Z
35482024-11-21T22:11:46.375Zinfo: running `cargo check --bins` on zone-setup (172/172)
35492024-11-21T22:11:46.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-11-21T22:11:46.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-11-21T22:11:47.119Z Checking uzers v0.12.1
35522024-11-21T22:11:47.463Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35532024-11-21T22:11:48.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35542024-11-21T22:11:48.841Z
35552024-11-21T22:11:48.841Zreal 13:18.079457015
35562024-11-21T22:11:48.844Zuser 24:35.857478715
35572024-11-21T22:11:48.844Zsys 5:33.230733692
35582024-11-21T22:11:48.844Ztrap 0.479833744
35592024-11-21T22:11:48.844Ztflt 2.449087903
35602024-11-21T22:11:48.844Zdflt 3.267684915
35612024-11-21T22:11:48.844Zkflt 0.000986568
35622024-11-21T22:11:48.844Zlock 47:20.561562328
35632024-11-21T22:11:48.844Zslp 2:08:56.087445051
35642024-11-21T22:11:48.844Zlat 59.114212962
35652024-11-21T22:11:48.844Zstop 3:23.367633897
35662024-11-21T22:11:48.844Zprocess exited: duration 1094711 ms, exit code 0
 
35672024-11-21T22:11:48.850Zfound 0 output files