01JFKGDMPT9NP4GSG8RQG0KB1D: 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: 01JFKGEFX5FPS7P90CSMK83TP2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:50.512Zjob assigned to worker 01JFKGEP5DEXPHFXKHNDNG3TTZ [factory aws, i-0e515b6d28a4ba48a] (queued for 58 s)
 
22024-12-21T02:24:58.699Zstarting task 0: "setup"
32024-12-21T02:24:58.707Z++ uname -s
42024-12-21T02:24:58.711Z+ kern=SunOS
52024-12-21T02:24:58.711Z+ case "$kern" in
62024-12-21T02:24:58.711Z+ groupadd -g 12345 build
72024-12-21T02:24:58.714Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:25:00.718Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:25:00.819Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:25:00.822Z+ home_fs=zfs
112024-12-21T02:25:00.822Z+ [[ zfs == autofs ]]
122024-12-21T02:25:00.822Z+ mkdir -p /home/build
132024-12-21T02:25:00.825Z+ chown build:build /home/build /work
142024-12-21T02:25:02.826Z+ chmod 0700 /home/build /work
152024-12-21T02:25:02.829Zprocess exited: duration 4130 ms, exit code 0
 
162024-12-21T02:25:02.834Zstarting task 1: "rust-toolchain"
172024-12-21T02:25:02.839Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:25:02.839Z' 1.81.0
192024-12-21T02:25:02.839Z * toolchain channel = "1.81.0"
202024-12-21T02:25:02.839Z+ printf ' * toolchain profile = "%s"
212024-12-21T02:25:02.839Z' default
222024-12-21T02:25:02.839Z * toolchain profile = "default"
232024-12-21T02:25:02.843Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:25:02.843Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:25:02.937Zinfo: downloading installer
262024-12-21T02:25:04.621Zinfo: profile set to 'default'
272024-12-21T02:25:04.621Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:25:04.625Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:25:04.778Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:25:04.778Zinfo: downloading component 'cargo'
312024-12-21T02:25:05.648Zinfo: downloading component 'clippy'
322024-12-21T02:25:05.969Zinfo: downloading component 'rust-docs'
332024-12-21T02:25:07.174Zinfo: downloading component 'rust-std'
342024-12-21T02:25:09.052Zinfo: downloading component 'rustc'
352024-12-21T02:25:15.795Zinfo: downloading component 'rustfmt'
362024-12-21T02:25:16.046Zinfo: installing component 'cargo'
372024-12-21T02:25:16.839Zinfo: installing component 'clippy'
382024-12-21T02:25:17.196Zinfo: installing component 'rust-docs'
392024-12-21T02:25:18.798Zinfo: installing component 'rust-std'
402024-12-21T02:25:20.467Zinfo: installing component 'rustc'
412024-12-21T02:25:26.110Zinfo: installing component 'rustfmt'
422024-12-21T02:25:26.434Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:25:26.434Z
442024-12-21T02:25:26.797Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:25:26.797Z
462024-12-21T02:25:26.802Z
472024-12-21T02:25:26.802ZRust is installed now. Great!
482024-12-21T02:25:26.802Z
492024-12-21T02:25:26.802ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:25:26.802Zenvironment variable. This has not been done automatically.
512024-12-21T02:25:26.802Z
522024-12-21T02:25:26.803ZTo configure your current shell, you need to source
532024-12-21T02:25:26.803Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:25:26.803Z
552024-12-21T02:25:26.803ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:25:26.803Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:25:26.803Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:25:26.869Z+ rustc --version
592024-12-21T02:25:26.936Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:25:26.939Zprocess exited: duration 24098 ms, exit code 0
 
612024-12-21T02:25:26.948Zstarting task 2: "authentication"
622024-12-21T02:25:26.969Zprocess exited: duration 20 ms, exit code 0
 
632024-12-21T02:25:26.975Zstarting task 3: "clone repository"
642024-12-21T02:25:26.980Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:25:26.984Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:25:27.313ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:25:34.067Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:25:34.067Z+ git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
692024-12-21T02:25:34.381ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:25:34.381Z * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD
712024-12-21T02:25:34.389Z+ [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
722024-12-21T02:25:34.391Z++ git branch --show-current
732024-12-21T02:25:34.395Z+ current=main
742024-12-21T02:25:34.395Z+ [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
752024-12-21T02:25:34.395Z+ git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
762024-12-21T02:25:34.398Z+ git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets
772024-12-21T02:25:34.574ZSwitched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets'
782024-12-21T02:25:34.577Z+ git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
792024-12-21T02:25:34.588ZHEAD is now at ec6f3678b rebase
802024-12-21T02:25:34.591Zprocess exited: duration 7612 ms, exit code 0
 
812024-12-21T02:25:34.596Zstarting task 4: "build"
822024-12-21T02:25:34.602Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:25:34.605Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:25:34.605Z++ CARGO_TERM_COLOR=always
852024-12-21T02:25:34.605Z+ cargo --version
862024-12-21T02:25:34.658Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:25:34.661Z+ rustc --version
882024-12-21T02:25:34.720Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:25:34.723Z+ source ./env.sh
902024-12-21T02:25:34.723Z++ OLD_SHELL_OPTS=ehxB
912024-12-21T02:25:34.723Z++ set -o xtrace
922024-12-21T02:25:34.725Z++++ dirname ./env.sh
932024-12-21T02:25:34.728Z+++ readlink -f .
942024-12-21T02:25:34.827Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-21T02:25:34.830Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-21T02:25:34.830Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-21T02:25:34.830Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-21T02:25:34.830Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-21T02:25:34.831Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-21T02:25:34.831Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-21T02:25:34.831Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-21T02:25:34.831Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-21T02:25:34.831Z++ case $OLD_SHELL_OPTS in
1042024-12-21T02:25:34.831Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-21T02:25:34.831Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-21T02:25:34.831Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-21T02:25:34.831Z+ banner prerequisites
1082024-12-21T02:25:34.912Z
1092024-12-21T02:25:34.912Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-21T02:25:34.912Z # # # # # # # # # # # # # # #
1112024-12-21T02:25:34.912Z # # # # ##### # # ##### # # # # # #### #
1122024-12-21T02:25:34.912Z ##### ##### # ##### # # # # # # # # #
1132024-12-21T02:25:34.913Z # # # # # # # # # # # # # # #
1142024-12-21T02:25:34.913Z # # # ###### # # ###### ### # #### # #### #
1152024-12-21T02:25:34.913Z
1162024-12-21T02:25:34.915Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-21T02:25:48.703Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-21T02:25:52.677Z Startup: Caching catalogs ... Done
1192024-12-21T02:26:03.294ZPlanning: Solver setup ... Done (9.646s)
1202024-12-21T02:26:03.427ZPlanning: Running solver ... Done (0.132s)
1212024-12-21T02:26:03.658ZPlanning: Finding local manifests ... Done (0.130s)
1222024-12-21T02:26:03.687ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-21T02:26:04.320ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-21T02:26:04.542ZPlanning: Package planning ... Done (0.222s)
1252024-12-21T02:26:04.766ZPlanning: Merging actions ... Done (0.224s)
1262024-12-21T02:26:05.359ZPlanning: Checking for conflicting actions ... Done (0.594s)
1272024-12-21T02:26:09.923ZPlanning: Consolidating action changes ... Done (4.562s)
1282024-12-21T02:26:10.303ZPlanning: Evaluating mediators ... Done (0.381s)
1292024-12-21T02:26:10.427ZPlanning: Planning completed in 17.65 seconds
1302024-12-21T02:26:10.442Z Packages to install: 4
1312024-12-21T02:26:10.442Z Packages to update: 1
1322024-12-21T02:26:10.446Z Mediators to change: 2
1332024-12-21T02:26:10.446Z Services to change: 1
1342024-12-21T02:26:10.446Z Estimated space available: 155.63 GB
1352024-12-21T02:26:10.446ZEstimated space to be consumed: 1.62 GB
1362024-12-21T02:26:10.446Z Create boot environment: No
1372024-12-21T02:26:10.446ZCreate backup boot environment: Yes
1382024-12-21T02:26:10.446Z Rebuild boot archive: No
1392024-12-21T02:26:10.446Z
1402024-12-21T02:26:10.446ZChanged mediators:
1412024-12-21T02:26:10.446Z mediator clang:
1422024-12-21T02:26:10.446Z version: None -> 15 (system default)
1432024-12-21T02:26:10.446Z
1442024-12-21T02:26:10.446Z mediator llvm:
1452024-12-21T02:26:10.446Z version: 14 (system default) -> 15 (system default)
1462024-12-21T02:26:10.446Z
1472024-12-21T02:26:10.446ZChanged packages:
1482024-12-21T02:26:10.446Zhelios-dev
1492024-12-21T02:26:10.446Z developer/build-essential
1502024-12-21T02:26:10.446Z None -> 11-2.0
1512024-12-21T02:26:10.446Z library/libxmlsec1
1522024-12-21T02:26:10.446Z None -> 1.2.35-2.0
1532024-12-21T02:26:10.446Z ooce/developer/clang-15
1542024-12-21T02:26:10.446Z None -> 15.0.7-2.0
1552024-12-21T02:26:10.446Z ooce/developer/llvm-15
1562024-12-21T02:26:10.446Z None -> 15.0.7-2.0
1572024-12-21T02:26:10.446Z package/pkg
1582024-12-21T02:26:10.446Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-21T02:26:10.446Z
1602024-12-21T02:26:10.446ZServices:
1612024-12-21T02:26:10.447Z restart_fmri:
1622024-12-21T02:26:10.447Z svc:/system/update-man-index:default
1632024-12-21T02:26:10.447Z
1642024-12-21T02:26:10.447ZEditable files to change:
1652024-12-21T02:26:10.447Z Update:
1662024-12-21T02:26:10.447Z usr/share/lib/pkg/web/config.shtml
1672024-12-21T02:26:10.670Z
1682024-12-21T02:26:10.670ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-21T02:26:16.509ZDownload: 206/4281 items 1.2/220.6MB 0% complete (302k/s)
1702024-12-21T02:26:23.207ZDownload: 208/4281 items 1.3/220.6MB 0% complete (286k/s)
1712024-12-21T02:26:36.045ZDownload: 212/4281 items 1.3/220.6MB 0% complete
1722024-12-21T02:26:41.047ZDownload: 443/4281 items 17.0/220.6MB 7% complete (3.2M/s)
1732024-12-21T02:26:46.048ZDownload: 1119/4281 items 33.8/220.6MB 15% complete (3.2M/s)
1742024-12-21T02:26:51.281ZDownload: 1196/4281 items 78.0/220.6MB 35% complete (7.8M/s)
1752024-12-21T02:27:12.134ZDownload: 1198/4281 items 78.0/220.6MB 35% complete
1762024-12-21T02:27:17.143ZDownload: 1533/4281 items 117.6/220.6MB 53% complete (8.2M/s)
1772024-12-21T02:27:22.143ZDownload: 2171/4281 items 119.0/220.6MB 53% complete (4.2M/s)
1782024-12-21T02:27:28.147ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (3.2M/s)
1792024-12-21T02:27:33.157ZDownload: 2362/4281 items 119.9/220.6MB 54% complete (71.3k/s)
1802024-12-21T02:27:38.160ZDownload: 3011/4281 items 121.3/220.6MB 54% complete (213k/s)
1812024-12-21T02:27:48.402ZDownload: 3245/4281 items 202.9/220.6MB 91% complete (8.3M/s)
1822024-12-21T02:27:58.565ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (6.3M/s)
1832024-12-21T02:28:03.573ZDownload: 3630/4281 items 216.1/220.6MB 97% complete (2.6M/s)
1842024-12-21T02:28:07.936ZDownload: Completed 220.60 MB in 117.24 seconds (1.9M/s)
1852024-12-21T02:28:09.920Z Actions: 1/5063 actions (Removing old actions)
1862024-12-21T02:28:09.940Z Actions: 194/5063 actions (Installing new actions)
1872024-12-21T02:28:14.979Z Actions: 4125/5063 actions (Installing new actions)
1882024-12-21T02:28:15.128Z Actions: 4226/5063 actions (Updating modified actions)
1892024-12-21T02:28:15.478Z Actions: Completed 5063 actions in 5.56 seconds.
1902024-12-21T02:28:15.889Z Done (0.404s)
1912024-12-21T02:28:15.893Z Done (0.000s)
1922024-12-21T02:28:16.475Z Done (0.585s)
1932024-12-21T02:28:21.966Z Done (5.263s)
1942024-12-21T02:28:22.283Z Done (0.246s)
1952024-12-21T02:28:22.286Z Done (0.000s)
1962024-12-21T02:28:22.486Z Done (0.000s)
1972024-12-21T02:28:23.172ZPlanning: Evaluating mediator changes ... Done
1982024-12-21T02:28:23.334ZPlanning: Checking for conflicting actions ... Done
1992024-12-21T02:28:23.337ZPlanning: Consolidating action changes ... Done
2002024-12-21T02:28:23.606ZPlanning: Evaluating mediators ... Done
2012024-12-21T02:28:23.609ZPlanning: Planning completed in 0.44 seconds
2022024-12-21T02:28:23.645Z Mediators to change: 2
2032024-12-21T02:28:23.649Z Create boot environment: No
2042024-12-21T02:28:23.649ZCreate backup boot environment: No
2052024-12-21T02:28:23.727Z Done
2062024-12-21T02:28:23.727Z Done
2072024-12-21T02:28:24.081Z Done
2082024-12-21T02:28:27.667Z Done
2092024-12-21T02:28:27.755Z Done
2102024-12-21T02:28:27.757Z Done
2112024-12-21T02:28:27.944Z Done
2122024-12-21T02:28:28.550ZPlanning: Evaluating mediator changes ... Done
2132024-12-21T02:28:28.554ZPlanning: Merging actions ... Done
2142024-12-21T02:28:28.742ZPlanning: Checking for conflicting actions ... Done
2152024-12-21T02:28:28.744ZPlanning: Consolidating action changes ... Done
2162024-12-21T02:28:29.007ZPlanning: Evaluating mediators ... Done
2172024-12-21T02:28:29.061ZPlanning: Planning completed in 0.75 seconds
2182024-12-21T02:28:29.101Z Packages to change: 1
2192024-12-21T02:28:29.101Z Mediators to change: 1
2202024-12-21T02:28:29.105Z Services to change: 1
2212024-12-21T02:28:29.105Z Create boot environment: No
2222024-12-21T02:28:29.105ZCreate backup boot environment: Yes
2232024-12-21T02:28:31.380Z Actions: 1/6 actions (Updating modified actions)
2242024-12-21T02:28:31.450Z Actions: Completed 6 actions in 0.07 seconds.
2252024-12-21T02:28:31.453Z Done
2262024-12-21T02:28:31.453Z Done
2272024-12-21T02:28:31.565Z Done
2282024-12-21T02:28:35.123Z Done
2292024-12-21T02:28:35.216Z Done
2302024-12-21T02:28:35.218Z Done
2312024-12-21T02:28:35.380Z Done
2322024-12-21T02:28:35.809ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332024-12-21T02:28:35.809Zclang system 15 system
2342024-12-21T02:28:35.809Zcsh system system illumos
2352024-12-21T02:28:35.809Zctags system system illumos
2362024-12-21T02:28:35.809Zgcc vendor 12 vendor
2372024-12-21T02:28:35.809Zgcc system 10 system
2382024-12-21T02:28:35.809Zgcc system 7 system
2392024-12-21T02:28:35.809Zgo system 1.20 system
2402024-12-21T02:28:35.809Zgo system 1.19 system
2412024-12-21T02:28:35.809Zllvm system 15 system
2422024-12-21T02:28:35.809Zllvm system 14 system
2432024-12-21T02:28:35.810Zmariadb system 10.6 system
2442024-12-21T02:28:35.810Zmta vendor vendor dma
2452024-12-21T02:28:35.810Zopenjdk system 17 system
2462024-12-21T02:28:35.810Zopenjdk system 11 system
2472024-12-21T02:28:35.810Zopenjdk system 1.8 system
2482024-12-21T02:28:35.810Zopenssl vendor 3 vendor
2492024-12-21T02:28:35.810Zperl system 5.36 system
2502024-12-21T02:28:35.810Zpostgresql system 15 system
2512024-12-21T02:28:35.810Zpostgresql system 13 system
2522024-12-21T02:28:35.810Zpython vendor 3 vendor
2532024-12-21T02:28:35.810Zpython system 2 system
2542024-12-21T02:28:35.810Zpython3 system 3.11 system
2552024-12-21T02:28:35.810Zruby system 3.0 system
2562024-12-21T02:28:35.810Zwords vendor vendor american-english
2572024-12-21T02:28:35.810Zwords system system australian-english
2582024-12-21T02:28:35.811Zwords system system british-english
2592024-12-21T02:28:35.811Zwords system system canadian-english
2602024-12-21T02:28:35.811Zwords system system french
2612024-12-21T02:28:35.811Zwords system system italian
2622024-12-21T02:28:35.811Zwords system system ngerman
2632024-12-21T02:28:35.811Zwords system system ogerman
2642024-12-21T02:28:35.811Zwords system system spanish
2652024-12-21T02:28:36.133ZPUBLISHER TYPE STATUS P LOCATION
2662024-12-21T02:28:36.133Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672024-12-21T02:28:38.858ZFMRI IFO
2682024-12-21T02:28:38.859Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692024-12-21T02:28:38.859Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702024-12-21T02:28:38.859Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712024-12-21T02:28:38.859Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722024-12-21T02:28:38.859Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732024-12-21T02:28:38.859Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742024-12-21T02:28:38.859Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752024-12-21T02:28:38.859Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762024-12-21T02:28:38.859Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772024-12-21T02:28:38.859Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2782024-12-21T02:28:38.859Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2792024-12-21T02:28:38.859Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802024-12-21T02:28:38.859Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2812024-12-21T02:28:38.859Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-12-21T02:28:38.859Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-12-21T02:28:39.619Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-12-21T02:28:39.900Z Updating crates.io index
2852024-12-21T02:28:40.019Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862024-12-21T02:28:40.538Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2872024-12-21T02:28:40.817Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882024-12-21T02:28:41.066Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892024-12-21T02:28:41.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902024-12-21T02:28:42.236Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912024-12-21T02:28:43.691Z Updating git repository `https://github.com/oxidecomputer/opte`
2922024-12-21T02:28:44.288Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932024-12-21T02:28:45.028Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942024-12-21T02:28:45.419Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952024-12-21T02:28:45.724Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962024-12-21T02:28:46.303Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972024-12-21T02:28:46.666Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982024-12-21T02:28:46.978Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992024-12-21T02:28:47.219Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002024-12-21T02:28:47.535Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012024-12-21T02:28:47.774Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022024-12-21T02:28:48.065Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032024-12-21T02:28:48.394Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-12-21T02:28:48.789Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3052024-12-21T02:28:49.079Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-12-21T02:28:49.521Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3072024-12-21T02:28:49.853Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082024-12-21T02:28:50.306Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092024-12-21T02:28:50.659Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3102024-12-21T02:28:50.965Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3112024-12-21T02:28:51.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3122024-12-21T02:28:51.508Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3132024-12-21T02:28:52.736Z Downloading crates ...
3142024-12-21T02:28:52.818Z Downloaded dtrace-parser v0.2.0
3152024-12-21T02:28:52.827Z Downloaded swrite v0.1.0
3162024-12-21T02:28:52.830Z Downloaded equivalent v1.0.1
3172024-12-21T02:28:52.834Z Downloaded usdt-macro v0.5.0
3182024-12-21T02:28:52.842Z Downloaded anstyle-parse v0.2.5
3192024-12-21T02:28:52.845Z Downloaded block-buffer v0.10.4
3202024-12-21T02:28:52.848Z Downloaded cargo-platform v0.1.8
3212024-12-21T02:28:52.848Z Downloaded byteorder v1.5.0
3222024-12-21T02:28:52.850Z Downloaded anstyle-query v1.1.1
3232024-12-21T02:28:52.850Z Downloaded scroll_derive v0.12.0
3242024-12-21T02:28:52.852Z Downloaded camino v1.1.9
3252024-12-21T02:28:52.852Z Downloaded autocfg v1.4.0
3262024-12-21T02:28:52.857Z Downloaded pretty-hex v0.4.1
3272024-12-21T02:28:52.864Z Downloaded strsim v0.11.1
3282024-12-21T02:28:52.867Z Downloaded heck v0.5.0
3292024-12-21T02:28:52.867Z Downloaded fastrand v2.1.1
3302024-12-21T02:28:52.869Z Downloaded smawk v0.3.2
3312024-12-21T02:28:52.869Z Downloaded pest_generator v2.7.14
3322024-12-21T02:28:52.872Z Downloaded is_terminal_polyfill v1.70.1
3332024-12-21T02:28:52.872Z Downloaded fs-err v2.11.0
3342024-12-21T02:28:52.875Z Downloaded digest v0.10.7
3352024-12-21T02:28:52.875Z Downloaded crypto-common v0.1.6
3362024-12-21T02:28:52.877Z Downloaded toml_datetime v0.6.8
3372024-12-21T02:28:52.877Z Downloaded tabled_derive v0.7.0
3382024-12-21T02:28:52.877Z Downloaded serde_tokenstream v0.2.2
3392024-12-21T02:28:52.880Z Downloaded plain v0.2.3
3402024-12-21T02:28:52.880Z Downloaded thiserror-impl v1.0.69
3412024-12-21T02:28:52.882Z Downloaded cpufeatures v0.2.14
3422024-12-21T02:28:52.882Z Downloaded heck v0.4.1
3432024-12-21T02:28:52.885Z Downloaded usdt v0.5.0
3442024-12-21T02:28:52.885Z Downloaded anstyle v1.0.10
3452024-12-21T02:28:52.887Z Downloaded clap_lex v0.7.2
3462024-12-21T02:28:52.887Z Downloaded version_check v0.9.5
3472024-12-21T02:28:52.887Z Downloaded terminal_size v0.4.0
3482024-12-21T02:28:52.890Z Downloaded serde_spanned v0.6.8
3492024-12-21T02:28:52.890Z Downloaded cargo_metadata v0.18.1
3502024-12-21T02:28:52.893Z Downloaded fnv v1.0.7
3512024-12-21T02:28:52.893Z Downloaded memmap v0.7.0
3522024-12-21T02:28:52.896Z Downloaded thiserror v1.0.69
3532024-12-21T02:28:52.898Z Downloaded utf8parse v0.2.2
3542024-12-21T02:28:52.898Z Downloaded anstream v0.6.15
3552024-12-21T02:28:52.902Z Downloaded unicode-linebreak v0.1.5
3562024-12-21T02:28:52.902Z Downloaded generic-array v0.14.7
3572024-12-21T02:28:52.905Z Downloaded camino-tempfile v1.1.1
3582024-12-21T02:28:52.905Z Downloaded bytecount v0.6.8
3592024-12-21T02:28:52.907Z Downloaded proc-macro-error-attr v1.0.4
3602024-12-21T02:28:52.907Z Downloaded itoa v1.0.11
3612024-12-21T02:28:52.910Z Downloaded errno v0.3.9
3622024-12-21T02:28:52.910Z Downloaded cfg-if v1.0.0
3632024-12-21T02:28:52.913Z Downloaded colorchoice v1.0.2
3642024-12-21T02:28:52.915Z Downloaded cargo_toml v0.20.5
3652024-12-21T02:28:52.918Z Downloaded usdt-attr-macro v0.5.0
3662024-12-21T02:28:52.918Z Downloaded quote v1.0.37
3672024-12-21T02:28:52.921Z Downloaded pest_derive v2.7.14
3682024-12-21T02:28:52.923Z Downloaded zerocopy-derive v0.7.35
3692024-12-21T02:28:52.925Z Downloaded thread-id v4.2.2
3702024-12-21T02:28:52.929Z Downloaded scroll v0.12.0
3712024-12-21T02:28:52.929Z Downloaded sha2 v0.10.8
3722024-12-21T02:28:52.931Z Downloaded bitflags v2.6.0
3732024-12-21T02:28:52.933Z Downloaded usdt-impl v0.5.0
3742024-12-21T02:28:52.937Z Downloaded proc-macro-error v1.0.4
3752024-12-21T02:28:52.940Z Downloaded semver v1.0.23
3762024-12-21T02:28:52.940Z Downloaded macaddr v1.0.1
3772024-12-21T02:28:52.944Z Downloaded tempfile v3.13.0
3782024-12-21T02:28:52.944Z Downloaded dof v0.3.0
3792024-12-21T02:28:52.948Z Downloaded clap_derive v4.5.18
3802024-12-21T02:28:52.948Z Downloaded pest_meta v2.7.14
3812024-12-21T02:28:52.954Z Downloaded once_cell v1.20.2
3822024-12-21T02:28:52.954Z Downloaded unicode-ident v1.0.13
3832024-12-21T02:28:52.957Z Downloaded typenum v1.17.0
3842024-12-21T02:28:52.957Z Downloaded clap v4.5.21
3852024-12-21T02:28:52.962Z Downloaded ucd-trie v0.1.7
3862024-12-21T02:28:52.965Z Downloaded proc-macro2 v1.0.89
3872024-12-21T02:28:52.968Z Downloaded serde_derive v1.0.215
3882024-12-21T02:28:52.971Z Downloaded anyhow v1.0.93
3892024-12-21T02:28:52.973Z Downloaded log v0.4.22
3902024-12-21T02:28:52.976Z Downloaded papergrid v0.11.0
3912024-12-21T02:28:52.981Z Downloaded toml v0.8.19
3922024-12-21T02:28:52.983Z Downloaded textwrap v0.16.1
3932024-12-21T02:28:52.986Z Downloaded ryu v1.0.18
3942024-12-21T02:28:52.988Z Downloaded serde v1.0.215
3952024-12-21T02:28:53.000Z Downloaded indexmap v2.6.0
3962024-12-21T02:28:53.020Z Downloaded memchr v2.7.4
3972024-12-21T02:28:53.025Z Downloaded toml_edit v0.22.22
3982024-12-21T02:28:53.045Z Downloaded serde_json v1.0.132
3992024-12-21T02:28:53.052Z Downloaded zerocopy v0.7.35
4002024-12-21T02:28:53.066Z Downloaded winnow v0.6.20
4012024-12-21T02:28:53.074Z Downloaded clap_builder v4.5.21
4022024-12-21T02:28:53.080Z Downloaded hashbrown v0.15.1
4032024-12-21T02:28:53.084Z Downloaded goblin v0.8.2
4042024-12-21T02:28:53.089Z Downloaded tabled v0.15.0
4052024-12-21T02:28:53.103Z Downloaded syn v1.0.109
4062024-12-21T02:28:53.112Z Downloaded pest v2.7.14
4072024-12-21T02:28:53.117Z Downloaded unicode-width v0.1.14
4082024-12-21T02:28:53.122Z Downloaded syn v2.0.87
4092024-12-21T02:28:53.141Z Downloaded rustix v0.38.37
4102024-12-21T02:28:53.174Z Downloaded libc v0.2.162
4112024-12-21T02:28:53.477Z Compiling proc-macro2 v1.0.89
4122024-12-21T02:28:53.477Z Compiling unicode-ident v1.0.13
4132024-12-21T02:28:53.477Z Compiling version_check v0.9.5
4142024-12-21T02:28:53.480Z Compiling serde v1.0.215
4152024-12-21T02:28:53.480Z Compiling memchr v2.7.4
4162024-12-21T02:28:53.480Z Compiling thiserror v1.0.69
4172024-12-21T02:28:53.511Z Compiling libc v0.2.162
4182024-12-21T02:28:53.514Z Compiling itoa v1.0.11
4192024-12-21T02:28:53.727Z Compiling ryu v1.0.18
4202024-12-21T02:28:53.832Z Compiling ucd-trie v0.1.7
4212024-12-21T02:28:54.076Z Compiling once_cell v1.20.2
4222024-12-21T02:28:54.337Z Compiling byteorder v1.5.0
4232024-12-21T02:28:54.414Z Compiling rustix v0.38.37
4242024-12-21T02:28:54.898Z Compiling serde_json v1.0.132
4252024-12-21T02:28:54.921Z Compiling bitflags v2.6.0
4262024-12-21T02:28:55.134Z Compiling proc-macro-error-attr v1.0.4
4272024-12-21T02:28:55.203Z Compiling usdt-impl v0.5.0
4282024-12-21T02:28:55.295Z Compiling syn v1.0.109
4292024-12-21T02:28:55.356Z Compiling proc-macro-error v1.0.4
4302024-12-21T02:28:55.381Z Compiling camino v1.1.9
4312024-12-21T02:28:55.509Z Compiling hashbrown v0.15.1
4322024-12-21T02:28:55.638Z Compiling equivalent v1.0.1
4332024-12-21T02:28:55.729Z Compiling utf8parse v0.2.2
4342024-12-21T02:28:55.870Z Compiling log v0.4.22
4352024-12-21T02:28:56.070Z Compiling plain v0.2.3
4362024-12-21T02:28:56.095Z Compiling anstyle-parse v0.2.5
4372024-12-21T02:28:56.095Z Compiling quote v1.0.37
4382024-12-21T02:28:56.158Z Compiling errno v0.3.9
4392024-12-21T02:28:56.183Z Compiling thread-id v4.2.2
4402024-12-21T02:28:56.340Z Compiling winnow v0.6.20
4412024-12-21T02:28:56.416Z Compiling colorchoice v1.0.2
4422024-12-21T02:28:56.443Z Compiling syn v2.0.87
4432024-12-21T02:28:56.618Z Compiling anstyle-query v1.1.1
4442024-12-21T02:28:56.799Z Compiling indexmap v2.6.0
4452024-12-21T02:28:56.802Z Compiling anstyle v1.0.10
4462024-12-21T02:28:56.853Z Compiling pretty-hex v0.4.1
4472024-12-21T02:28:57.068Z Compiling is_terminal_polyfill v1.70.1
4482024-12-21T02:28:57.220Z Compiling semver v1.0.23
4492024-12-21T02:28:57.273Z Compiling autocfg v1.4.0
4502024-12-21T02:28:57.779Z Compiling unicode-width v0.1.14
4512024-12-21T02:28:58.145Z Compiling anstream v0.6.15
4522024-12-21T02:28:58.341Z Compiling heck v0.5.0
4532024-12-21T02:28:58.421Z Compiling fnv v1.0.7
4542024-12-21T02:28:58.489Z Compiling fs-err v2.11.0
4552024-12-21T02:28:58.561Z Compiling terminal_size v0.4.0
4562024-12-21T02:28:58.772Z Compiling fastrand v2.1.1
4572024-12-21T02:28:58.796Z Compiling strsim v0.11.1
4582024-12-21T02:28:58.911Z Compiling anyhow v1.0.93
4592024-12-21T02:28:59.250Z Compiling heck v0.4.1
4602024-12-21T02:28:59.307Z Compiling clap_lex v0.7.2
4612024-12-21T02:28:59.309Z Compiling cfg-if v1.0.0
4622024-12-21T02:28:59.541Z Compiling bytecount v0.6.8
4632024-12-21T02:28:59.736Z Compiling papergrid v0.11.0
4642024-12-21T02:28:59.742Z Compiling clap_builder v4.5.21
4652024-12-21T02:28:59.852Z Compiling tempfile v3.13.0
4662024-12-21T02:29:00.127Z Compiling memmap v0.7.0
4672024-12-21T02:29:00.155Z Compiling smawk v0.3.2
4682024-12-21T02:29:00.185Z Compiling unicode-linebreak v0.1.5
4692024-12-21T02:29:00.724Z Compiling textwrap v0.16.1
4702024-12-21T02:29:00.788Z Compiling swrite v0.1.0
4712024-12-21T02:29:02.094Z Compiling tabled_derive v0.7.0
4722024-12-21T02:29:03.605Z Compiling tabled v0.15.0
4732024-12-21T02:29:05.443Z Compiling serde_derive v1.0.215
4742024-12-21T02:29:05.443Z Compiling thiserror-impl v1.0.69
4752024-12-21T02:29:05.446Z Compiling zerocopy-derive v0.7.35
4762024-12-21T02:29:05.446Z Compiling scroll_derive v0.12.0
4772024-12-21T02:29:05.446Z Compiling clap_derive v4.5.18
4782024-12-21T02:29:06.597Z Compiling scroll v0.12.0
4792024-12-21T02:29:07.159Z Compiling goblin v0.8.2
4802024-12-21T02:29:07.186Z Compiling zerocopy v0.7.35
4812024-12-21T02:29:08.559Z Compiling pest v2.7.14
4822024-12-21T02:29:09.238Z Compiling clap v4.5.21
4832024-12-21T02:29:10.557Z Compiling pest_meta v2.7.14
4842024-12-21T02:29:11.400Z Compiling pest_generator v2.7.14
4852024-12-21T02:29:13.386Z Compiling pest_derive v2.7.14
4862024-12-21T02:29:14.045Z Compiling dtrace-parser v0.2.0
4872024-12-21T02:29:15.360Z Compiling serde_tokenstream v0.2.2
4882024-12-21T02:29:15.399Z Compiling toml_datetime v0.6.8
4892024-12-21T02:29:15.399Z Compiling serde_spanned v0.6.8
4902024-12-21T02:29:15.721Z Compiling toml_edit v0.22.22
4912024-12-21T02:29:15.784Z Compiling cargo-platform v0.1.8
4922024-12-21T02:29:15.965Z Compiling macaddr v1.0.1
4932024-12-21T02:29:16.079Z Compiling camino-tempfile v1.1.1
4942024-12-21T02:29:16.859Z Compiling dof v0.3.0
4952024-12-21T02:29:16.886Z Compiling cargo_metadata v0.18.1
4962024-12-21T02:29:18.531Z Compiling toml v0.8.19
4972024-12-21T02:29:18.604Z Compiling usdt-attr-macro v0.5.0
4982024-12-21T02:29:18.606Z Compiling usdt-macro v0.5.0
4992024-12-21T02:29:19.402Z Compiling cargo_toml v0.20.5
5002024-12-21T02:29:20.010Z Compiling usdt v0.5.0
5012024-12-21T02:29:22.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5022024-12-21T02:29:27.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.71s
5032024-12-21T02:29:27.376Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5042024-12-21T02:29:27.900Z Downloading crates ...
5052024-12-21T02:29:28.038Z Downloaded aead v0.5.2
5062024-12-21T02:29:28.043Z Downloaded arrayref v0.3.9
5072024-12-21T02:29:28.043Z Downloaded array-init v0.0.4
5082024-12-21T02:29:28.054Z Downloaded headers-core v0.3.0
5092024-12-21T02:29:28.058Z Downloaded assert_matches v1.5.0
5102024-12-21T02:29:28.058Z Downloaded http-body v1.0.1
5112024-12-21T02:29:28.069Z Downloaded http-range v0.1.5
5122024-12-21T02:29:28.074Z Downloaded is_ci v1.2.0
5132024-12-21T02:29:28.074Z Downloaded atty v0.2.14
5142024-12-21T02:29:28.074Z Downloaded atomicwrites v0.4.4
5152024-12-21T02:29:28.074Z Downloaded hubpack_derive v0.1.1
5162024-12-21T02:29:28.079Z Downloaded crunchy v0.2.2
5172024-12-21T02:29:28.079Z Downloaded cfg_aliases v0.2.1
5182024-12-21T02:29:28.082Z Downloaded ident_case v1.0.1
5192024-12-21T02:29:28.082Z Downloaded instant v0.1.13
5202024-12-21T02:29:28.082Z Downloaded cfg_aliases v0.1.1
5212024-12-21T02:29:28.089Z Downloaded heck v0.3.3
5222024-12-21T02:29:28.093Z Downloaded crucible-workspace-hack v0.1.0
5232024-12-21T02:29:28.096Z Downloaded ciborium-io v0.2.2
5242024-12-21T02:29:28.096Z Downloaded icu_provider_macros v1.5.0
5252024-12-21T02:29:28.096Z Downloaded heapless v0.8.0
5262024-12-21T02:29:28.099Z Downloaded md5 v0.7.0
5272024-12-21T02:29:28.104Z Downloaded async-stream-impl v0.3.6
5282024-12-21T02:29:28.104Z Downloaded match_cfg v0.1.0
5292024-12-21T02:29:28.104Z Downloaded matches v0.1.10
5302024-12-21T02:29:28.104Z Downloaded argon2 v0.5.3
5312024-12-21T02:29:28.117Z Downloaded httpdate v1.0.3
5322024-12-21T02:29:28.123Z Downloaded progenitor-client v0.8.0
5332024-12-21T02:29:28.123Z Downloaded home v0.5.9
5342024-12-21T02:29:28.123Z Downloaded libefi-sys v0.1.0
5352024-12-21T02:29:28.123Z Downloaded keccak v0.1.5
5362024-12-21T02:29:28.123Z Downloaded hostname v0.4.0
5372024-12-21T02:29:28.123Z Downloaded bb8 v0.8.5
5382024-12-21T02:29:28.123Z Downloaded hyper-tls v0.6.0
5392024-12-21T02:29:28.141Z Downloaded humantime v2.1.0
5402024-12-21T02:29:28.142Z Downloaded managed v0.8.0
5412024-12-21T02:29:28.142Z Downloaded http-body-util v0.1.2
5422024-12-21T02:29:28.142Z Downloaded ascii-canvas v3.0.0
5432024-12-21T02:29:28.142Z Downloaded buf-list v1.0.3
5442024-12-21T02:29:28.142Z Downloaded base16ct v0.2.0
5452024-12-21T02:29:28.142Z Downloaded lru-cache v0.1.2
5462024-12-21T02:29:28.142Z Downloaded ciborium-ll v0.2.2
5472024-12-21T02:29:28.142Z Downloaded cexpr v0.6.0
5482024-12-21T02:29:28.142Z Downloaded hostname v0.3.1
5492024-12-21T02:29:28.146Z Downloaded crc v3.2.1
5502024-12-21T02:29:28.146Z Downloaded lazy_static v1.5.0
5512024-12-21T02:29:28.146Z Downloaded convert_case v0.4.0
5522024-12-21T02:29:28.149Z Downloaded cobs v0.2.3
5532024-12-21T02:29:28.150Z Downloaded linked-hash-map v0.5.6
5542024-12-21T02:29:28.153Z Downloaded constant_time_eq v0.3.1
5552024-12-21T02:29:28.154Z Downloaded lru v0.12.5
5562024-12-21T02:29:28.159Z Downloaded linear-map v1.2.0
5572024-12-21T02:29:28.159Z Downloaded impl-trait-for-tuples v0.2.2
5582024-12-21T02:29:28.165Z Downloaded indoc v1.0.9
5592024-12-21T02:29:28.165Z Downloaded mime v0.3.17
5602024-12-21T02:29:28.165Z Downloaded md-5 v0.10.6
5612024-12-21T02:29:28.165Z Downloaded idna_adapter v1.2.0
5622024-12-21T02:29:28.165Z Downloaded darling v0.20.10
5632024-12-21T02:29:28.170Z Downloaded memoffset v0.9.1
5642024-12-21T02:29:28.174Z Downloaded maybe-uninit v2.0.0
5652024-12-21T02:29:28.174Z Downloaded is-terminal v0.4.13
5662024-12-21T02:29:28.174Z Downloaded lazycell v1.3.0
5672024-12-21T02:29:28.178Z Downloaded castaway v0.2.3
5682024-12-21T02:29:28.178Z Downloaded atomic-waker v1.1.2
5692024-12-21T02:29:28.181Z Downloaded maplit v1.0.2
5702024-12-21T02:29:28.181Z Downloaded hickory-client v0.24.1
5712024-12-21T02:29:28.184Z Downloaded httparse v1.9.5
5722024-12-21T02:29:28.188Z Downloaded cmake v0.1.51
5732024-12-21T02:29:28.188Z Downloaded litemap v0.7.3
5742024-12-21T02:29:28.191Z Downloaded inout v0.1.3
5752024-12-21T02:29:28.220Z Downloaded addr2line v0.24.2
5762024-12-21T02:29:28.220Z Downloaded hyper-rustls v0.27.3
5772024-12-21T02:29:28.355Z Downloaded icu_locid_transform v1.5.0
5782024-12-21T02:29:28.355Z Downloaded mime_guess v2.0.5
5792024-12-21T02:29:28.355Z Downloaded lock_api v0.4.12
5802024-12-21T02:29:28.355Z Downloaded instability v0.3.2
5812024-12-21T02:29:28.355Z Downloaded signal-hook-mio v0.2.4
5822024-12-21T02:29:28.361Z Downloaded serde-big-array v0.5.1
5832024-12-21T02:29:28.361Z Downloaded console v0.15.8
5842024-12-21T02:29:28.361Z Downloaded cancel-safe-futures v0.1.5
5852024-12-21T02:29:28.361Z Downloaded ipnet v2.10.1
5862024-12-21T02:29:28.361Z Downloaded iana-time-zone v0.1.61
5872024-12-21T02:29:28.361Z Downloaded termtree v0.4.1
5882024-12-21T02:29:28.361Z Downloaded strum v0.26.3
5892024-12-21T02:29:28.361Z Downloaded libloading v0.8.5
5902024-12-21T02:29:28.361Z Downloaded quinn-udp v0.5.5
5912024-12-21T02:29:28.396Z Downloaded hyper-staticfile v0.10.1
5922024-12-21T02:29:28.396Z Downloaded tower-service v0.3.3
5932024-12-21T02:29:28.396Z Downloaded colored v2.1.0
5942024-12-21T02:29:28.396Z Downloaded diesel_table_macro_syntax v0.2.0
5952024-12-21T02:29:28.396Z Downloaded cookie_store v0.21.0
5962024-12-21T02:29:28.396Z Downloaded arrayvec v0.7.6
5972024-12-21T02:29:28.396Z Downloaded memmap2 v0.9.5
5982024-12-21T02:29:28.396Z Downloaded rusty-fork v0.3.0
5992024-12-21T02:29:28.396Z Downloaded ciborium v0.2.2
6002024-12-21T02:29:28.397Z Downloaded ctr v0.9.2
6012024-12-21T02:29:28.397Z Downloaded csv-core v0.1.11
6022024-12-21T02:29:28.397Z Downloaded icu_normalizer_data v1.5.0
6032024-12-21T02:29:28.397Z Downloaded const_format_proc_macros v0.2.33
6042024-12-21T02:29:28.397Z Downloaded toolchain_find v0.4.0
6052024-12-21T02:29:28.397Z Downloaded bcs v0.1.6
6062024-12-21T02:29:28.397Z Downloaded chrono-tz-build v0.4.0
6072024-12-21T02:29:28.397Z Downloaded hmac v0.12.1
6082024-12-21T02:29:28.397Z Downloaded arc-swap v1.7.1
6092024-12-21T02:29:28.397Z Downloaded rustfmt-wrapper v0.2.1
6102024-12-21T02:29:28.397Z Downloaded rpassword v7.3.1
6112024-12-21T02:29:28.397Z Downloaded icu_provider v1.5.0
6122024-12-21T02:29:28.397Z Downloaded allocator-api2 v0.2.18
6132024-12-21T02:29:28.397Z Downloaded derive_builder_macro v0.20.2
6142024-12-21T02:29:28.397Z Downloaded vte_generate_state_changes v0.1.2
6152024-12-21T02:29:28.397Z Downloaded base64ct v1.6.0
6162024-12-21T02:29:28.397Z Downloaded embedded-io v0.4.0
6172024-12-21T02:29:28.397Z Downloaded async-trait v0.1.83
6182024-12-21T02:29:28.397Z Downloaded mirai-annotations v1.12.0
6192024-12-21T02:29:28.397Z Downloaded strum_macros v0.24.3
6202024-12-21T02:29:28.397Z Downloaded structmeta-derive v0.2.0
6212024-12-21T02:29:28.397Z Downloaded stable_deref_trait v1.2.0
6222024-12-21T02:29:28.398Z Downloaded termios v0.3.3
6232024-12-21T02:29:28.398Z Downloaded ref-cast-impl v1.0.23
6242024-12-21T02:29:28.398Z Downloaded structmeta-derive v0.3.0
6252024-12-21T02:29:28.398Z Downloaded serde_urlencoded v0.7.1
6262024-12-21T02:29:28.398Z Downloaded untrusted v0.7.1
6272024-12-21T02:29:28.398Z Downloaded cookie v0.18.1
6282024-12-21T02:29:28.398Z Downloaded peg-runtime v0.8.3
6292024-12-21T02:29:28.398Z Downloaded xz2 v0.1.7
6302024-12-21T02:29:28.398Z Downloaded bzip2 v0.4.4
6312024-12-21T02:29:28.398Z Downloaded const-oid v0.9.6
6322024-12-21T02:29:28.398Z Downloaded async-bb8-diesel v0.2.1
6332024-12-21T02:29:28.398Z Downloaded icu_normalizer v1.5.0
6342024-12-21T02:29:28.398Z Downloaded ena v0.14.3
6352024-12-21T02:29:28.398Z Downloaded zerovec-derive v0.10.3
6362024-12-21T02:29:28.398Z Downloaded rustc-demangle v0.1.24
6372024-12-21T02:29:28.398Z Downloaded crossbeam-epoch v0.9.18
6382024-12-21T02:29:28.398Z Downloaded blake2 v0.10.6
6392024-12-21T02:29:28.398Z Downloaded crc32fast v1.4.2
6402024-12-21T02:29:28.398Z Downloaded openssl-probe v0.1.5
6412024-12-21T02:29:28.398Z Downloaded indexmap v1.9.3
6422024-12-21T02:29:28.399Z Downloaded icu_locid v1.5.0
6432024-12-21T02:29:28.399Z Downloaded topological-sort v0.2.2
6442024-12-21T02:29:28.399Z Downloaded ahash v0.8.11
6452024-12-21T02:29:28.399Z Downloaded serde_repr v0.1.19
6462024-12-21T02:29:28.399Z Downloaded jobserver v0.1.32
6472024-12-21T02:29:28.399Z Downloaded futures-io v0.3.31
6482024-12-21T02:29:28.399Z Downloaded foldhash v0.1.3
6492024-12-21T02:29:28.399Z Downloaded defmt-macros v0.3.9
6502024-12-21T02:29:28.399Z Downloaded xattr v1.3.1
6512024-12-21T02:29:28.400Z Downloaded sync-ptr v0.1.1
6522024-12-21T02:29:28.400Z Downloaded futures-executor v0.3.31
6532024-12-21T02:29:28.400Z Downloaded futures-core v0.3.31
6542024-12-21T02:29:28.400Z Downloaded multimap v0.10.0
6552024-12-21T02:29:28.400Z Downloaded dyn-clone v1.0.17
6562024-12-21T02:29:28.400Z Downloaded float-ord v0.3.2
6572024-12-21T02:29:28.400Z Downloaded packed_struct_codegen v0.10.1
6582024-12-21T02:29:28.418Z Downloaded thiserror v2.0.3
6592024-12-21T02:29:28.418Z Downloaded tokio-rustls v0.24.1
6602024-12-21T02:29:28.418Z Downloaded universal-hash v0.5.1
6612024-12-21T02:29:28.418Z Downloaded chacha20poly1305 v0.10.1
6622024-12-21T02:29:28.418Z Downloaded diesel-dtrace v0.4.2
6632024-12-21T02:29:28.418Z Downloaded progenitor-impl v0.8.0
6642024-12-21T02:29:28.418Z Downloaded rand_chacha v0.3.1
6652024-12-21T02:29:28.418Z Downloaded clang-sys v1.8.1
6662024-12-21T02:29:28.418Z Downloaded mockall v0.13.0
6672024-12-21T02:29:28.418Z Downloaded bytes v1.8.0
6682024-12-21T02:29:28.418Z Downloaded rtoolbox v0.0.2
6692024-12-21T02:29:28.418Z Downloaded crossbeam-utils v0.8.20
6702024-12-21T02:29:28.419Z Downloaded indicatif v0.17.9
6712024-12-21T02:29:28.419Z Downloaded hyper-util v0.1.10
6722024-12-21T02:29:28.419Z Downloaded peg v0.8.4
6732024-12-21T02:29:28.419Z Downloaded pbkdf2 v0.12.2
6742024-12-21T02:29:28.419Z Downloaded openssl-macros v0.1.1
6752024-12-21T02:29:28.419Z Downloaded downcast v0.11.0
6762024-12-21T02:29:28.419Z Downloaded samael v0.0.17
6772024-12-21T02:29:28.425Z Downloaded want v0.3.1
6782024-12-21T02:29:28.425Z Downloaded slog-async v2.8.0
6792024-12-21T02:29:28.425Z Downloaded slog-stdlog v4.1.1
6802024-12-21T02:29:28.428Z Downloaded pbkdf2 v0.11.0
6812024-12-21T02:29:28.428Z Downloaded signal-hook v0.3.17
6822024-12-21T02:29:28.436Z Downloaded opaque-debug v0.3.1
6832024-12-21T02:29:28.436Z Downloaded num_threads v0.1.7
6842024-12-21T02:29:28.446Z Downloaded newtype_derive v0.1.6
6852024-12-21T02:29:28.446Z Downloaded ghash v0.5.1
6862024-12-21T02:29:28.446Z Downloaded multer v3.1.0
6872024-12-21T02:29:28.456Z Downloaded tls_codec v0.4.1
6882024-12-21T02:29:28.459Z Downloaded postgres-types v0.2.8
6892024-12-21T02:29:28.459Z Downloaded tap v1.0.1
6902024-12-21T02:29:28.460Z Downloaded postgres-protocol v0.6.7
6912024-12-21T02:29:28.460Z Downloaded hashlink v0.9.1
6922024-12-21T02:29:28.460Z Downloaded futures-channel v0.3.31
6932024-12-21T02:29:28.463Z Downloaded pkcs8 v0.10.2
6942024-12-21T02:29:28.463Z Downloaded sigpipe v0.1.3
6952024-12-21T02:29:28.470Z Downloaded parking_lot v0.11.2
6962024-12-21T02:29:28.509Z Downloaded prettyplease v0.2.25
6972024-12-21T02:29:28.509Z Downloaded bumpalo v3.16.0
6982024-12-21T02:29:28.509Z Downloaded compact_str v0.8.0
6992024-12-21T02:29:28.541Z Downloaded crypto-bigint v0.5.5
7002024-12-21T02:29:28.541Z Downloaded peg-macros v0.8.4
7012024-12-21T02:29:28.541Z Downloaded twox-hash v1.6.3
7022024-12-21T02:29:28.541Z Downloaded take_mut v0.2.2
7032024-12-21T02:29:28.541Z Downloaded hickory-resolver v0.24.1
7042024-12-21T02:29:28.541Z Downloaded nibble_vec v0.1.0
7052024-12-21T02:29:28.541Z Downloaded serde_derive_internals v0.29.1
7062024-12-21T02:29:28.541Z Downloaded pem v3.0.4
7072024-12-21T02:29:28.541Z Downloaded minimal-lexical v0.2.1
7082024-12-21T02:29:28.541Z Downloaded vte v0.11.1
7092024-12-21T02:29:28.541Z Downloaded mockall_derive v0.13.0
7102024-12-21T02:29:28.541Z Downloaded defmt v0.3.8
7112024-12-21T02:29:28.541Z Downloaded phf_generator v0.11.2
7122024-12-21T02:29:28.546Z Downloaded foreign-types v0.5.0
7132024-12-21T02:29:28.546Z Downloaded unsafe-libyaml v0.2.11
7142024-12-21T02:29:28.546Z Downloaded try-lock v0.2.5
7152024-12-21T02:29:28.546Z Downloaded num-iter v0.1.45
7162024-12-21T02:29:28.546Z Downloaded postcard v1.0.10
7172024-12-21T02:29:28.547Z Downloaded zip v0.6.6
7182024-12-21T02:29:28.547Z Downloaded quick-error v1.2.3
7192024-12-21T02:29:28.547Z Downloaded phf_codegen v0.11.2
7202024-12-21T02:29:28.547Z Downloaded phf v0.11.2
7212024-12-21T02:29:28.547Z Downloaded schemars_derive v0.8.21
7222024-12-21T02:29:28.547Z Downloaded scheduled-thread-pool v0.2.7
7232024-12-21T02:29:28.547Z Downloaded tokio-rustls v0.26.0
7242024-12-21T02:29:28.547Z Downloaded slog-envlogger v2.2.0
7252024-12-21T02:29:28.547Z Downloaded miniz_oxide v0.8.0
7262024-12-21T02:29:28.547Z Downloaded hickory-server v0.24.1
7272024-12-21T02:29:28.589Z Downloaded base64 v0.22.1
7282024-12-21T02:29:28.594Z Downloaded icu_collections v1.5.0
7292024-12-21T02:29:28.594Z Downloaded tabwriter v1.4.0
7302024-12-21T02:29:28.594Z Downloaded zerofrom v0.1.4
7312024-12-21T02:29:28.594Z Downloaded rand v0.8.5
7322024-12-21T02:29:28.594Z Downloaded displaydoc v0.2.5
7332024-12-21T02:29:28.594Z Downloaded tinystr v0.7.6
7342024-12-21T02:29:28.594Z Downloaded untrusted v0.9.0
7352024-12-21T02:29:28.594Z Downloaded oso-derive v0.27.3
7362024-12-21T02:29:28.594Z Downloaded normalize-line-endings v0.3.0
7372024-12-21T02:29:28.594Z Downloaded unarray v0.1.4
7382024-12-21T02:29:28.594Z Downloaded powerfmt v0.2.0
7392024-12-21T02:29:28.594Z Downloaded tokio-postgres v0.7.12
7402024-12-21T02:29:28.594Z Downloaded slog-bunyan v2.5.0
7412024-12-21T02:29:28.594Z Downloaded glob v0.3.1
7422024-12-21T02:29:28.594Z Downloaded diff v0.1.13
7432024-12-21T02:29:28.594Z Downloaded fixedbitset v0.4.2
7442024-12-21T02:29:28.594Z Downloaded packed_struct v0.10.1
7452024-12-21T02:29:28.598Z Downloaded getrandom v0.2.15
7462024-12-21T02:29:28.601Z Downloaded rustc-hash v2.0.0
7472024-12-21T02:29:28.601Z Downloaded num v0.4.3
7482024-12-21T02:29:28.603Z Downloaded radium v0.7.0
7492024-12-21T02:29:28.603Z Downloaded dirs-next v2.0.0
7502024-12-21T02:29:28.606Z Downloaded filetime v0.2.25
7512024-12-21T02:29:28.606Z Downloaded ff v0.13.0
7522024-12-21T02:29:28.609Z Downloaded fd-lock v4.0.2
7532024-12-21T02:29:28.612Z Downloaded tiny-keccak v2.0.2
7542024-12-21T02:29:28.615Z Downloaded socket2 v0.5.7
7552024-12-21T02:29:28.617Z Downloaded tokio-stream v0.1.16
7562024-12-21T02:29:28.620Z Downloaded headers v0.4.0
7572024-12-21T02:29:28.627Z Downloaded tokio-tungstenite v0.21.0
7582024-12-21T02:29:28.630Z Downloaded futures v0.3.31
7592024-12-21T02:29:28.635Z Downloaded snafu v0.8.5
7602024-12-21T02:29:28.641Z Downloaded zerofrom-derive v0.1.4
7612024-12-21T02:29:28.644Z Downloaded aes v0.8.4
7622024-12-21T02:29:28.648Z Downloaded time-core v0.1.2
7632024-12-21T02:29:28.652Z Downloaded whoami v1.5.2
7642024-12-21T02:29:28.652Z Downloaded parking_lot_core v0.8.6
7652024-12-21T02:29:28.655Z Downloaded hash32 v0.3.1
7662024-12-21T02:29:28.656Z Downloaded ed25519 v2.2.3
7672024-12-21T02:29:28.658Z Downloaded rcgen v0.12.1
7682024-12-21T02:29:28.660Z Downloaded des v0.8.1
7692024-12-21T02:29:28.686Z Downloaded uzers v0.12.1
7702024-12-21T02:29:28.687Z Downloaded const_format v0.2.33
7712024-12-21T02:29:28.699Z Downloaded yoke-derive v0.7.4
7722024-12-21T02:29:28.700Z Downloaded fxhash v0.2.1
7732024-12-21T02:29:28.700Z Downloaded parse-size v1.1.0
7742024-12-21T02:29:28.700Z Downloaded primeorder v0.13.6
7752024-12-21T02:29:28.700Z Downloaded nu-ansi-term v0.50.1
7762024-12-21T02:29:28.700Z Downloaded sha1 v0.10.6
7772024-12-21T02:29:28.700Z Downloaded rsa v0.9.6
7782024-12-21T02:29:28.700Z Downloaded value-bag v1.9.0
7792024-12-21T02:29:28.700Z Downloaded tar v0.4.42
7802024-12-21T02:29:28.703Z Downloaded elliptic-curve v0.13.8
7812024-12-21T02:29:28.703Z Downloaded parking_lot_core v0.9.10
7822024-12-21T02:29:28.703Z Downloaded unicode-xid v0.2.6
7832024-12-21T02:29:28.703Z Downloaded tungstenite v0.24.0
7842024-12-21T02:29:28.703Z Downloaded pin-project-lite v0.2.14
7852024-12-21T02:29:28.709Z Downloaded smallvec v0.6.14
7862024-12-21T02:29:28.713Z Downloaded aes-gcm v0.10.3
7872024-12-21T02:29:28.717Z Downloaded tokio-native-tls v0.3.1
7882024-12-21T02:29:28.720Z Downloaded signal-hook-tokio v0.3.1
7892024-12-21T02:29:28.720Z Downloaded pin-project-internal v1.1.6
7902024-12-21T02:29:28.720Z Downloaded password-hash v0.5.0
7912024-12-21T02:29:28.724Z Downloaded group v0.13.0
7922024-12-21T02:29:28.727Z Downloaded gethostname v0.5.0
7932024-12-21T02:29:28.727Z Downloaded predicates-core v1.0.8
7942024-12-21T02:29:28.727Z Downloaded percent-encoding v2.3.1
7952024-12-21T02:29:28.730Z Downloaded ron v0.7.1
7962024-12-21T02:29:28.733Z Downloaded rayon-core v1.12.1
7972024-12-21T02:29:28.737Z Downloaded derive_more v0.99.18
7982024-12-21T02:29:28.762Z Downloaded phf_shared v0.10.0
7992024-12-21T02:29:28.777Z Downloaded newline-converter v0.3.0
8002024-12-21T02:29:28.777Z Downloaded foreign-types-shared v0.3.1
8012024-12-21T02:29:28.777Z Downloaded foreign-types-shared v0.1.1
8022024-12-21T02:29:28.777Z Downloaded zone_cfg_derive v0.1.2
8032024-12-21T02:29:28.777Z Downloaded rustls-pemfile v1.0.4
8042024-12-21T02:29:28.781Z Downloaded wyz v0.5.1
8052024-12-21T02:29:28.781Z Downloaded futures-task v0.3.31
8062024-12-21T02:29:28.781Z Downloaded futures-sink v0.3.31
8072024-12-21T02:29:28.781Z Downloaded enum-as-inner v0.6.1
8082024-12-21T02:29:28.781Z Downloaded subprocess v0.2.9
8092024-12-21T02:29:28.781Z Downloaded enum-as-inner v0.5.1
8102024-12-21T02:29:28.782Z Downloaded phf_shared v0.11.2
8112024-12-21T02:29:28.782Z Downloaded schemars v0.8.21
8122024-12-21T02:29:28.782Z Downloaded russh-cryptovec v0.7.3
8132024-12-21T02:29:28.782Z Downloaded pretty-hex v0.2.1
8142024-12-21T02:29:28.782Z Downloaded structmeta v0.3.0
8152024-12-21T02:29:28.782Z Downloaded idna v1.0.3
8162024-12-21T02:29:28.785Z Downloaded pin-project v1.1.6
8172024-12-21T02:29:28.796Z Downloaded sync_wrapper v1.0.1
8182024-12-21T02:29:28.799Z Downloaded num-integer v0.1.46
8192024-12-21T02:29:28.802Z Downloaded ron v0.8.1
8202024-12-21T02:29:28.806Z Downloaded fatfs v0.3.6
8212024-12-21T02:29:28.809Z Downloaded globset v0.4.15
8222024-12-21T02:29:28.811Z Downloaded form_urlencoded v1.2.1
8232024-12-21T02:29:28.814Z Downloaded zone v0.3.0
8242024-12-21T02:29:28.814Z Downloaded unicode-truncate v1.1.0
8252024-12-21T02:29:28.817Z Downloaded path-slash v0.1.5
8262024-12-21T02:29:28.818Z Downloaded endian-type v0.1.2
8272024-12-21T02:29:28.821Z Downloaded rustls-pemfile v2.2.0
8282024-12-21T02:29:28.821Z Downloaded rustc_version v0.1.7
8292024-12-21T02:29:28.821Z Downloaded quinn v0.11.5
8302024-12-21T02:29:28.824Z Downloaded publicsuffix v2.2.3
8312024-12-21T02:29:28.828Z Downloaded newtype-uuid v1.1.3
8322024-12-21T02:29:28.832Z Downloaded yoke v0.7.4
8332024-12-21T02:29:28.832Z Downloaded tracing-core v0.1.32
8342024-12-21T02:29:28.835Z Downloaded itertools v0.13.0
8352024-12-21T02:29:28.849Z Downloaded proc-macro-crate v1.3.1
8362024-12-21T02:29:28.853Z Downloaded poly1305 v0.8.0
8372024-12-21T02:29:28.853Z Downloaded mio v1.0.2
8382024-12-21T02:29:28.856Z Downloaded number_prefix v0.4.0
8392024-12-21T02:29:28.856Z Downloaded derive_builder v0.20.2
8402024-12-21T02:29:28.861Z Downloaded zone_cfg_derive v0.3.0
8412024-12-21T02:29:28.888Z Downloaded zone v0.1.8
8422024-12-21T02:29:28.888Z Downloaded omicron-zone-package v0.12.0
8432024-12-21T02:29:28.888Z Downloaded slog-json v2.6.1
8442024-12-21T02:29:28.888Z Downloaded tracing-attributes v0.1.27
8452024-12-21T02:29:28.888Z Downloaded subtle v2.6.1
8462024-12-21T02:29:28.888Z Downloaded tough v0.19.0
8472024-12-21T02:29:28.891Z Downloaded dhcproto-macros v0.1.0
8482024-12-21T02:29:28.891Z Downloaded fallible-iterator v0.2.0
8492024-12-21T02:29:28.891Z Downloaded zerocopy v0.6.6
8502024-12-21T02:29:28.892Z Downloaded yasna v0.5.2
8512024-12-21T02:29:28.892Z Downloaded rand_core v0.6.4
8522024-12-21T02:29:28.892Z Downloaded pin-utils v0.1.0
8532024-12-21T02:29:28.892Z Downloaded paste v1.0.15
8542024-12-21T02:29:28.895Z Downloaded num-derive v0.4.2
8552024-12-21T02:29:28.905Z Downloaded dunce v1.0.5
8562024-12-21T02:29:28.905Z Downloaded r2d2 v0.8.10
8572024-12-21T02:29:28.905Z Downloaded owo-colors v4.1.0
8582024-12-21T02:29:28.905Z Downloaded fallible-iterator v0.3.0
8592024-12-21T02:29:28.908Z Downloaded num-bigint v0.4.6
8602024-12-21T02:29:28.911Z Downloaded blake3 v1.5.4
8612024-12-21T02:29:28.918Z Downloaded darling_macro v0.20.10
8622024-12-21T02:29:28.921Z Downloaded stringprep v0.1.5
8632024-12-21T02:29:28.921Z Downloaded unicode-normalization v0.1.24
8642024-12-21T02:29:28.925Z Downloaded nanorand v0.7.0
8652024-12-21T02:29:28.927Z Downloaded zerocopy-derive v0.8.10
8662024-12-21T02:29:28.935Z Downloaded predicates-tree v1.0.11
8672024-12-21T02:29:28.937Z Downloaded precomputed-hash v0.1.1
8682024-12-21T02:29:28.937Z Downloaded string_cache v0.8.7
8692024-12-21T02:29:28.940Z Downloaded ssh-encoding v0.2.0
8702024-12-21T02:29:28.940Z Downloaded num_enum_derive v0.5.11
8712024-12-21T02:29:28.943Z Downloaded num_enum v0.5.11
8722024-12-21T02:29:28.947Z Downloaded typify v0.2.0
8732024-12-21T02:29:28.950Z Downloaded tinyvec_macros v0.1.1
8742024-12-21T02:29:28.953Z Downloaded hash32 v0.2.1
8752024-12-21T02:29:28.955Z Downloaded reedline v0.35.0
8762024-12-21T02:29:28.961Z Downloaded debug-ignore v1.0.5
8772024-12-21T02:29:29.006Z Downloaded semver v0.1.20
8782024-12-21T02:29:29.006Z Downloaded rand_xorshift v0.3.0
8792024-12-21T02:29:29.006Z Downloaded shell-words v1.1.0
8802024-12-21T02:29:29.006Z Downloaded tracing v0.1.40
8812024-12-21T02:29:29.006Z Downloaded hkdf v0.12.4
8822024-12-21T02:29:29.006Z Downloaded num-rational v0.4.2
8832024-12-21T02:29:29.006Z Downloaded tokio-tungstenite v0.24.0
8842024-12-21T02:29:29.006Z Downloaded steno v0.4.1
8852024-12-21T02:29:29.053Z Downloaded tokio-tungstenite v0.23.1
8862024-12-21T02:29:29.053Z Downloaded progenitor v0.8.0
8872024-12-21T02:29:29.053Z Downloaded unicode_categories v0.1.1
8882024-12-21T02:29:29.053Z Downloaded utf16_iter v1.0.5
8892024-12-21T02:29:29.053Z Downloaded termcolor v1.4.1
8902024-12-21T02:29:29.053Z Downloaded pem-rfc7468 v0.7.0
8912024-12-21T02:29:29.053Z Downloaded utf-8 v0.7.6
8922024-12-21T02:29:29.053Z Downloaded olpc-cjson v0.1.4
8932024-12-21T02:29:29.053Z Downloaded data-encoding v2.6.0
8942024-12-21T02:29:29.053Z Downloaded tokio-rustls v0.25.0
8952024-12-21T02:29:29.053Z Downloaded russh-keys v0.45.0
8962024-12-21T02:29:29.053Z Downloaded rfc6979 v0.4.0
8972024-12-21T02:29:29.053Z Downloaded env_logger v0.11.5
8982024-12-21T02:29:29.053Z Downloaded ecdsa v0.16.9
8992024-12-21T02:29:29.053Z Downloaded futures-macro v0.3.31
9002024-12-21T02:29:29.059Z Downloaded new_debug_unreachable v1.0.6
9012024-12-21T02:29:29.059Z Downloaded write16 v1.0.0
9022024-12-21T02:29:29.059Z Downloaded num-conv v0.1.0
9032024-12-21T02:29:29.059Z Downloaded utf8_iter v1.0.4
9042024-12-21T02:29:29.059Z Downloaded fragile v2.0.0
9052024-12-21T02:29:29.059Z Downloaded flagset v0.4.6
9062024-12-21T02:29:29.059Z Downloaded parse-display v0.10.0
9072024-12-21T02:29:29.059Z Downloaded funty v2.0.0
9082024-12-21T02:29:29.060Z Downloaded float-cmp v0.9.0
9092024-12-21T02:29:29.060Z Downloaded fallible-streaming-iterator v0.1.9
9102024-12-21T02:29:29.060Z Downloaded writeable v0.5.5
9112024-12-21T02:29:29.060Z Downloaded ppv-lite86 v0.2.20
9122024-12-21T02:29:29.060Z Downloaded hashbrown v0.12.3
9132024-12-21T02:29:29.060Z Downloaded rustls-pki-types v1.10.0
9142024-12-21T02:29:29.060Z Downloaded zip v2.1.3
9152024-12-21T02:29:29.060Z Downloaded ref-cast v1.0.23
9162024-12-21T02:29:29.060Z Downloaded rand_seeder v0.3.0
9172024-12-21T02:29:29.060Z Downloaded polyval v0.6.2
9182024-12-21T02:29:29.060Z Downloaded russh v0.45.0
9192024-12-21T02:29:29.060Z Downloaded sec1 v0.7.3
9202024-12-21T02:29:29.060Z Downloaded term v0.7.0
9212024-12-21T02:29:29.067Z Downloaded nodrop v0.1.14
9222024-12-21T02:29:29.068Z Downloaded slog-scope v4.4.0
9232024-12-21T02:29:29.068Z Downloaded siphasher v0.3.11
9242024-12-21T02:29:29.068Z Downloaded secrecy v0.8.0
9252024-12-21T02:29:29.068Z Downloaded salsa20 v0.10.2
9262024-12-21T02:29:29.074Z Downloaded resolv-conf v0.7.0
9272024-12-21T02:29:29.074Z Downloaded fs_extra v1.3.0
9282024-12-21T02:29:29.075Z Downloaded serde_with_macros v3.11.0
9292024-12-21T02:29:29.106Z Downloaded rustyline v14.0.0
9302024-12-21T02:29:29.106Z Downloaded tokio-macros v2.4.0
9312024-12-21T02:29:29.107Z Downloaded tls_codec_derive v0.4.1
9322024-12-21T02:29:29.107Z Downloaded zeroize v1.8.1
9332024-12-21T02:29:29.107Z Downloaded uuid v1.11.0
9342024-12-21T02:29:29.107Z Downloaded synstructure v0.13.1
9352024-12-21T02:29:29.107Z Downloaded predicates v3.1.2
9362024-12-21T02:29:29.107Z Downloaded ed25519-dalek v2.1.1
9372024-12-21T02:29:29.107Z Downloaded structmeta v0.2.0
9382024-12-21T02:29:29.107Z Downloaded tungstenite v0.21.0
9392024-12-21T02:29:29.107Z Downloaded num-traits v0.2.19
9402024-12-21T02:29:29.112Z Downloaded zopfli v0.8.1
9412024-12-21T02:29:29.112Z Downloaded dsl_auto_type v0.1.2
9422024-12-21T02:29:29.112Z Downloaded zerovec v0.10.4
9432024-12-21T02:29:29.115Z Downloaded sct v0.7.1
9442024-12-21T02:29:29.115Z Downloaded num-complex v0.4.6
9452024-12-21T02:29:29.119Z Downloaded thiserror-impl-no-std v2.0.2
9462024-12-21T02:29:29.119Z Downloaded rayon v1.10.0
9472024-12-21T02:29:29.169Z Downloaded parse-display-derive v0.10.0
9482024-12-21T02:29:29.169Z Downloaded tinyvec v1.8.0
9492024-12-21T02:29:29.169Z Downloaded ssh-key v0.6.6
9502024-12-21T02:29:29.169Z Downloaded native-tls v0.2.12
9512024-12-21T02:29:29.169Z Downloaded oso v0.27.3
9522024-12-21T02:29:29.180Z Downloaded pkg-config v0.3.31
9532024-12-21T02:29:29.180Z Downloaded shlex v1.3.0
9542024-12-21T02:29:29.180Z Downloaded slog-term v2.9.1
9552024-12-21T02:29:29.180Z Downloaded num-bigint-dig v0.8.4
9562024-12-21T02:29:29.180Z Downloaded wait-timeout v0.2.0
9572024-12-21T02:29:29.180Z Downloaded unicase v2.7.0
9582024-12-21T02:29:29.180Z Downloaded aws-lc-rs v1.10.0
9592024-12-21T02:29:29.180Z Downloaded dropshot_endpoint v0.12.0
9602024-12-21T02:29:29.180Z Downloaded unicode-segmentation v1.12.0
9612024-12-21T02:29:29.184Z Downloaded winnow v0.5.40
9622024-12-21T02:29:29.187Z Downloaded pkcs1 v0.7.5
9632024-12-21T02:29:29.190Z Downloaded rusqlite v0.32.1
9642024-12-21T02:29:29.195Z Downloaded vergen v8.3.2
9652024-12-21T02:29:29.198Z Downloaded expectorate v1.1.0
9662024-12-21T02:29:29.201Z Downloaded der v0.7.9
9672024-12-21T02:29:29.206Z Downloaded similar v2.6.0
9682024-12-21T02:29:29.211Z Downloaded lalrpop v0.19.12
9692024-12-21T02:29:29.237Z Downloaded quick-xml v0.33.0
9702024-12-21T02:29:29.240Z Downloaded tungstenite v0.23.0
9712024-12-21T02:29:29.240Z Downloaded idna v0.4.0
9722024-12-21T02:29:29.246Z Downloaded pkcs5 v0.7.1
9732024-12-21T02:29:29.257Z Downloaded idna v0.3.0
9742024-12-21T02:29:29.260Z Downloaded parse-zoneinfo v0.3.1
9752024-12-21T02:29:29.260Z Downloaded hashbrown v0.13.2
9762024-12-21T02:29:29.263Z Downloaded idna v0.5.0
9772024-12-21T02:29:29.268Z Downloaded bindgen v0.69.5
9782024-12-21T02:29:29.276Z Downloaded openssl-sys v0.9.103
9792024-12-21T02:29:29.281Z Downloaded chrono v0.4.38
9802024-12-21T02:29:29.289Z Downloaded typed-path v0.9.3
9812024-12-21T02:29:29.295Z Downloaded tokio-util v0.7.12
9822024-12-21T02:29:29.302Z Downloaded hashbrown v0.14.5
9832024-12-21T02:29:29.308Z Downloaded bitvec v1.0.1
9842024-12-21T02:29:29.325Z Downloaded git2 v0.19.0
9852024-12-21T02:29:29.364Z Downloaded reqwest v0.12.9
9862024-12-21T02:29:29.468Z Downloaded portable-atomic v1.9.0
9872024-12-21T02:29:29.469Z Downloaded webpki-roots v0.26.6
9882024-12-21T02:29:29.469Z Downloaded proptest v1.5.0
9892024-12-21T02:29:29.469Z Downloaded idna v0.2.3
9902024-12-21T02:29:29.508Z Downloaded nom v7.1.3
9912024-12-21T02:29:29.508Z Downloaded flate2 v1.0.34
9922024-12-21T02:29:29.508Z Downloaded futures-util v0.3.31
9932024-12-21T02:29:29.508Z Downloaded salty v0.3.0
9942024-12-21T02:29:29.508Z Downloaded regress v0.10.1
9952024-12-21T02:29:29.508Z Downloaded h2 v0.4.6
9962024-12-21T02:29:29.509Z Downloaded dropshot v0.12.0
9972024-12-21T02:29:29.510Z Downloaded time v0.3.36
9982024-12-21T02:29:29.510Z Downloaded trust-dns-proto v0.22.0
9992024-12-21T02:29:29.510Z Downloaded petname v2.0.2
10002024-12-21T02:29:29.510Z Downloaded nix v0.27.1
10012024-12-21T02:29:29.522Z Downloaded p384 v0.13.0
10022024-12-21T02:29:29.522Z Downloaded quinn-proto v0.11.8
10032024-12-21T02:29:29.522Z Downloaded unicode-width v0.2.0
10042024-12-21T02:29:29.522Z Downloaded object v0.30.4
10052024-12-21T02:29:29.522Z Downloaded p521 v0.13.3
10062024-12-21T02:29:29.522Z Downloaded openapiv3 v2.0.0
10072024-12-21T02:29:29.526Z Downloaded rustls-webpki v0.101.7
10082024-12-21T02:29:29.536Z Downloaded polar-core v0.27.3
10092024-12-21T02:29:29.545Z Downloaded zerocopy v0.8.10
10102024-12-21T02:29:29.569Z Downloaded rustls v0.22.4
10112024-12-21T02:29:29.583Z Downloaded gimli v0.31.1
10122024-12-21T02:29:29.609Z Downloaded regex-syntax v0.6.29
10132024-12-21T02:29:29.609Z Downloaded radix_trie v0.2.1
10142024-12-21T02:29:29.642Z Downloaded regex-syntax v0.8.5
10152024-12-21T02:29:29.666Z Downloaded regress v0.9.1
10162024-12-21T02:29:29.666Z Downloaded sqlparser v0.45.0
10172024-12-21T02:29:29.667Z Downloaded bstr v1.10.0
10182024-12-21T02:29:29.667Z Downloaded chrono-tz v0.10.0
10192024-12-21T02:29:29.667Z Downloaded typify-impl v0.2.0
10202024-12-21T02:29:29.671Z Downloaded regex v1.11.1
10212024-12-21T02:29:29.699Z Downloaded rustls v0.23.19
10222024-12-21T02:29:29.712Z Downloaded diesel v2.2.6
10232024-12-21T02:29:29.728Z Downloaded vcpkg v0.2.15
10242024-12-21T02:29:29.749Z Downloaded smoltcp v0.11.0
10252024-12-21T02:29:29.759Z Downloaded curve25519-dalek v4.1.3
10262024-12-21T02:29:29.764Z Downloaded openssl v0.10.66
10272024-12-21T02:29:29.816Z Downloaded smoltcp v0.9.1
10282024-12-21T02:29:29.816Z Downloaded lzma-sys v0.1.20
10292024-12-21T02:29:29.824Z Downloaded nix v0.28.0
10302024-12-21T02:29:29.830Z Downloaded libz-sys v1.1.20
10312024-12-21T02:29:29.848Z Downloaded dropshot v0.13.0
10322024-12-21T02:29:29.876Z Downloaded sled v0.34.7
10332024-12-21T02:29:29.880Z Downloaded petgraph v0.6.5
10342024-12-21T02:29:29.895Z Downloaded nix v0.29.0
10352024-12-21T02:29:29.906Z Downloaded rustls v0.21.12
10362024-12-21T02:29:29.918Z Downloaded hickory-proto v0.24.1
10372024-12-21T02:29:29.933Z Downloaded serde_with v3.11.0
10382024-12-21T02:29:29.941Z Downloaded object v0.36.5
10392024-12-21T02:29:29.952Z Downloaded icu_properties_data v1.5.0
10402024-12-21T02:29:29.966Z Downloaded unicode-bidi v0.3.17
10412024-12-21T02:29:29.972Z Downloaded darling_core v0.20.10
10422024-12-21T02:29:29.972Z Downloaded serde_yaml v0.9.34+deprecated
10432024-12-21T02:29:29.974Z Downloaded rustls-webpki v0.102.8
10442024-12-21T02:29:29.991Z Downloaded zerocopy-derive v0.6.6
10452024-12-21T02:29:30.002Z Downloaded bzip2-sys v0.1.11+1.0.8
10462024-12-21T02:29:30.014Z Downloaded ratatui v0.28.1
10472024-12-21T02:29:30.033Z Downloaded p256 v0.13.2
10482024-12-21T02:29:30.036Z Downloaded qorb v0.2.1
10492024-12-21T02:29:30.040Z Downloaded regex-automata v0.4.8
10502024-12-21T02:29:30.057Z Downloaded strum_macros v0.26.4
10512024-12-21T02:29:30.060Z Downloaded foreign-types-macros v0.2.3
10522024-12-21T02:29:30.063Z Downloaded tui-tree-widget v0.22.0
10532024-12-21T02:29:30.063Z Downloaded dhcproto v0.12.0
10542024-12-21T02:29:30.070Z Downloaded derive-where v1.2.7
10552024-12-21T02:29:30.070Z Downloaded slab v0.4.9
10562024-12-21T02:29:30.070Z Downloaded toml v0.7.8
10572024-12-21T02:29:30.073Z Downloaded strum_macros v0.25.3
10582024-12-21T02:29:30.078Z Downloaded dropshot_endpoint v0.13.0
10592024-12-21T02:29:30.082Z Downloaded hyper v1.5.0
10602024-12-21T02:29:30.085Z Downloaded sqlparser_derive v0.2.2
10612024-12-21T02:29:30.088Z Downloaded deranged v0.3.11
10622024-12-21T02:29:30.088Z Downloaded der_derive v0.7.3
10632024-12-21T02:29:30.092Z Downloaded which v4.4.2
10642024-12-21T02:29:30.092Z Downloaded thread_local v1.1.8
10652024-12-21T02:29:30.092Z Downloaded thiserror-no-std v2.0.2
10662024-12-21T02:29:30.095Z Downloaded simd-adler32 v0.3.7
10672024-12-21T02:29:30.097Z Downloaded signal-hook-registry v1.4.2
10682024-12-21T02:29:30.100Z Downloaded rustc_version v0.4.1
10692024-12-21T02:29:30.100Z Downloaded env_logger v0.10.2
10702024-12-21T02:29:30.102Z Downloaded env_filter v0.1.2
10712024-12-21T02:29:30.105Z Downloaded typify-macro v0.2.0
10722024-12-21T02:29:30.105Z Downloaded aho-corasick v1.1.3
10732024-12-21T02:29:30.110Z Downloaded crossterm v0.28.1
10742024-12-21T02:29:30.116Z Downloaded ssh-cipher v0.2.0
10752024-12-21T02:29:30.119Z Downloaded csv v1.3.0
10762024-12-21T02:29:30.138Z Downloaded encoding_rs v0.8.34
10772024-12-21T02:29:30.163Z Downloaded tokio v1.40.0
10782024-12-21T02:29:30.195Z Downloaded progenitor-macro v0.8.0
10792024-12-21T02:29:30.201Z Downloaded unicode-properties v0.1.3
10802024-12-21T02:29:30.201Z Downloaded url v2.5.3
10812024-12-21T02:29:30.205Z Downloaded x509-cert v0.2.5
10822024-12-21T02:29:30.208Z Downloaded itertools v0.12.1
10832024-12-21T02:29:30.217Z Downloaded password-hash v0.4.2
10842024-12-21T02:29:30.221Z Downloaded sha3 v0.10.8
10852024-12-21T02:29:30.221Z Downloaded toml_edit v0.19.15
10862024-12-21T02:29:30.237Z Downloaded libxml v0.3.3
10872024-12-21T02:29:30.243Z Downloaded same-file v1.0.6
10882024-12-21T02:29:30.249Z Downloaded rustc-hash v1.1.0
10892024-12-21T02:29:30.251Z Downloaded thiserror-impl v2.0.3
10902024-12-21T02:29:30.251Z Downloaded supports-color v3.0.1
10912024-12-21T02:29:30.251Z Downloaded strip-ansi-escapes v0.2.0
10922024-12-21T02:29:30.257Z Downloaded smf v0.2.3
10932024-12-21T02:29:30.258Z Downloaded signature v2.2.0
10942024-12-21T02:29:30.258Z Downloaded scrypt v0.11.0
10952024-12-21T02:29:30.258Z Downloaded flume v0.11.1
10962024-12-21T02:29:30.258Z Downloaded libm v0.2.8
10972024-12-21T02:29:30.264Z Downloaded itertools v0.10.5
10982024-12-21T02:29:30.282Z Downloaded diesel_derives v2.2.3
10992024-12-21T02:29:30.292Z Downloaded either v1.13.0
11002024-12-21T02:29:30.292Z Downloaded walkdir v2.5.0
11012024-12-21T02:29:30.295Z Downloaded psl-types v2.0.11
11022024-12-21T02:29:30.295Z Downloaded derive_builder_core v0.20.2
11032024-12-21T02:29:30.295Z Downloaded crossbeam-channel v0.5.13
11042024-12-21T02:29:30.301Z Downloaded cc v1.1.30
11052024-12-21T02:29:30.304Z Downloaded backtrace v0.3.74
11062024-12-21T02:29:30.311Z Downloaded slog-dtrace v0.3.0
11072024-12-21T02:29:30.320Z Downloaded sqlformat v0.2.6
11082024-12-21T02:29:30.320Z Downloaded spki v0.7.3
11092024-12-21T02:29:30.334Z Downloaded libgit2-sys v0.17.0+1.8.1
11102024-12-21T02:29:30.383Z Downloaded spin v0.9.8
11112024-12-21T02:29:30.386Z Downloaded http v1.1.0
11122024-12-21T02:29:30.390Z Downloaded display-error-chain v0.2.2
11132024-12-21T02:29:30.393Z Downloaded dirs-sys-next v0.1.2
11142024-12-21T02:29:30.393Z Downloaded difflib v0.4.0
11152024-12-21T02:29:30.396Z Downloaded defmt-parser v0.3.4
11162024-12-21T02:29:30.396Z Downloaded zeroize_derive v1.4.2
11172024-12-21T02:29:30.396Z Downloaded time-macros v0.2.18
11182024-12-21T02:29:30.399Z Downloaded parking_lot v0.12.3
11192024-12-21T02:29:30.399Z Downloaded half v2.4.1
11202024-12-21T02:29:30.401Z Downloaded base64 v0.21.7
11212024-12-21T02:29:30.405Z Downloaded test-strategy v0.3.1
11222024-12-21T02:29:30.409Z Downloaded foreign-types v0.3.2
11232024-12-21T02:29:30.410Z Downloaded vsss-rs v3.3.4
11242024-12-21T02:29:30.413Z Downloaded serde_plain v1.0.2
11252024-12-21T02:29:30.413Z Downloaded serde_path_to_error v0.1.16
11262024-12-21T02:29:30.415Z Downloaded serde-hex v0.1.0
11272024-12-21T02:29:30.415Z Downloaded heapless v0.7.17
11282024-12-21T02:29:30.419Z Downloaded waitgroup v0.1.2
11292024-12-21T02:29:30.422Z Downloaded rustversion v1.0.17
11302024-12-21T02:29:30.425Z Downloaded base64 v0.13.1
11312024-12-21T02:29:30.428Z Downloaded static_assertions v1.1.0
11322024-12-21T02:29:30.428Z Downloaded slog v2.7.0
11332024-12-21T02:29:30.431Z Downloaded snafu-derive v0.8.5
11342024-12-21T02:29:30.431Z Downloaded smallvec v1.13.2
11352024-12-21T02:29:30.433Z Downloaded embedded-io v0.6.1
11362024-12-21T02:29:30.433Z Downloaded scopeguard v1.2.0
11372024-12-21T02:29:30.436Z Downloaded icu_properties v1.5.1
11382024-12-21T02:29:30.439Z Downloaded icu_locid_transform_data v1.5.0
11392024-12-21T02:29:30.439Z Downloaded crc-any v2.5.0
11402024-12-21T02:29:30.442Z Downloaded hex v0.4.3
11412024-12-21T02:29:30.445Z Downloaded cbc v0.1.2
11422024-12-21T02:29:30.445Z Downloaded bit-vec v0.6.3
11432024-12-21T02:29:30.447Z Downloaded async-stream v0.3.6
11442024-12-21T02:29:30.447Z Downloaded kstat-rs v0.2.4
11452024-12-21T02:29:30.451Z Downloaded indent_write v2.2.0
11462024-12-21T02:29:30.451Z Downloaded ipnetwork v0.20.0
11472024-12-21T02:29:30.455Z Downloaded highway v1.2.0
11482024-12-21T02:29:30.455Z Downloaded crossbeam-deque v0.8.5
11492024-12-21T02:29:30.458Z Downloaded cassowary v0.3.0
11502024-12-21T02:29:30.458Z Downloaded bit-set v0.5.3
11512024-12-21T02:29:30.458Z Downloaded backoff v0.4.0
11522024-12-21T02:29:30.463Z Downloaded chacha20 v0.9.1
11532024-12-21T02:29:30.463Z Downloaded crc-catalog v2.4.0
11542024-12-21T02:29:30.463Z Downloaded cipher v0.4.4
11552024-12-21T02:29:30.467Z Downloaded bitfield v0.14.0
11562024-12-21T02:29:30.467Z Downloaded bcrypt-pbkdf v0.10.0
11572024-12-21T02:29:30.467Z Downloaded lalrpop-util v0.19.12
11582024-12-21T02:29:30.467Z Downloaded curve25519-dalek-derive v0.1.1
11592024-12-21T02:29:30.467Z Downloaded block-padding v0.3.3
11602024-12-21T02:29:30.471Z Downloaded blowfish v0.9.1
11612024-12-21T02:29:30.471Z Downloaded internet-checksum v0.2.1
11622024-12-21T02:29:30.471Z Downloaded hubpack v0.1.2
11632024-12-21T02:29:30.480Z Downloaded bitfield-struct v0.6.2
11642024-12-21T02:29:30.480Z Downloaded bitflags v1.3.2
11652024-12-21T02:29:30.485Z Downloaded lockfree-object-pool v0.1.6
11662024-12-21T02:29:30.485Z Downloaded libsw v3.3.1
11672024-12-21T02:29:30.485Z Downloaded async-recursion v1.1.1
11682024-12-21T02:29:30.485Z Downloaded hex-literal v0.4.1
11692024-12-21T02:29:30.485Z Downloaded cstr-argument v0.1.2
11702024-12-21T02:29:30.485Z Downloaded adler2 v2.0.0
11712024-12-21T02:29:30.641Z Downloaded libsqlite3-sys v0.30.1
11722024-12-21T02:29:30.931Z Downloaded ring v0.17.8
11732024-12-21T02:29:31.292Z Downloaded aws-lc-sys v0.22.0
11742024-12-21T02:29:31.602Z Compiling serde v1.0.215
11752024-12-21T02:29:31.604Z Compiling lock_api v0.4.12
11762024-12-21T02:29:31.604Z Compiling scopeguard v1.2.0
11772024-12-21T02:29:31.604Z Compiling value-bag v1.9.0
11782024-12-21T02:29:31.604Z Compiling typenum v1.17.0
11792024-12-21T02:29:31.604Z Compiling generic-array v0.14.7
11802024-12-21T02:29:31.604Z Compiling syn v2.0.87
11812024-12-21T02:29:31.604Z Compiling getrandom v0.2.15
11822024-12-21T02:29:31.937Z Compiling subtle v2.6.1
11832024-12-21T02:29:32.135Z Compiling rand_core v0.6.4
11842024-12-21T02:29:32.228Z Compiling log v0.4.22
11852024-12-21T02:29:32.305Z Compiling shlex v1.3.0
11862024-12-21T02:29:32.340Z Compiling jobserver v0.1.32
11872024-12-21T02:29:32.360Z Compiling smallvec v1.13.2
11882024-12-21T02:29:32.673Z Compiling const-oid v0.9.6
11892024-12-21T02:29:32.695Z Compiling spin v0.9.8
11902024-12-21T02:29:32.738Z Compiling cc v1.1.30
11912024-12-21T02:29:32.784Z Compiling pin-project-lite v0.2.14
11922024-12-21T02:29:33.017Z Compiling rustix v0.38.37
11932024-12-21T02:29:33.164Z Compiling parking_lot_core v0.9.10
11942024-12-21T02:29:33.164Z Compiling futures-core v0.3.31
11952024-12-21T02:29:33.335Z Compiling signal-hook-registry v1.4.2
11962024-12-21T02:29:33.430Z Compiling mio v1.0.2
11972024-12-21T02:29:33.908Z Compiling aho-corasick v1.1.3
11982024-12-21T02:29:34.136Z Compiling parking_lot v0.12.3
11992024-12-21T02:29:34.256Z Compiling cpufeatures v0.2.14
12002024-12-21T02:29:34.363Z Compiling regex-syntax v0.8.5
12012024-12-21T02:29:34.570Z Compiling either v1.13.0
12022024-12-21T02:29:34.643Z Compiling lazy_static v1.5.0
12032024-12-21T02:29:34.696Z Compiling futures-sink v0.3.31
12042024-12-21T02:29:34.759Z Compiling stable_deref_trait v1.2.0
12052024-12-21T02:29:34.844Z Compiling glob v0.3.1
12062024-12-21T02:29:34.877Z Compiling socket2 v0.5.7
12072024-12-21T02:29:34.983Z Compiling slab v0.4.9
12082024-12-21T02:29:35.032Z Compiling prettyplease v0.2.25
12092024-12-21T02:29:35.438Z Compiling minimal-lexical v0.2.1
12102024-12-21T02:29:35.789Z Compiling libloading v0.8.5
12112024-12-21T02:29:35.900Z Compiling nom v7.1.3
12122024-12-21T02:29:35.911Z Compiling clang-sys v1.8.1
12132024-12-21T02:29:35.970Z Compiling home v0.5.9
12142024-12-21T02:29:36.227Z Compiling bindgen v0.69.5
12152024-12-21T02:29:36.250Z Compiling serde_json v1.0.132
12162024-12-21T02:29:36.653Z Compiling itertools v0.12.1
12172024-12-21T02:29:37.090Z Compiling futures-channel v0.3.31
12182024-12-21T02:29:37.138Z Compiling pin-utils v0.1.0
12192024-12-21T02:29:37.218Z Compiling rustc-hash v1.1.0
12202024-12-21T02:29:37.377Z Compiling futures-task v0.3.31
12212024-12-21T02:29:37.474Z Compiling foldhash v0.1.3
12222024-12-21T02:29:37.679Z Compiling allocator-api2 v0.2.18
12232024-12-21T02:29:37.760Z Compiling futures-io v0.3.31
12242024-12-21T02:29:38.099Z Compiling regex-automata v0.4.8
12252024-12-21T02:29:38.470Z Compiling lazycell v1.3.0
12262024-12-21T02:29:38.644Z Compiling hashbrown v0.15.1
12272024-12-21T02:29:39.502Z Compiling synstructure v0.13.1
12282024-12-21T02:29:39.649Z Compiling cexpr v0.6.0
12292024-12-21T02:29:40.020Z Compiling cmake v0.1.51
12302024-12-21T02:29:41.123Z Compiling pkg-config v0.3.31
12312024-12-21T02:29:41.269Z Compiling libm v0.2.8
12322024-12-21T02:29:41.347Z Compiling tinyvec_macros v0.1.1
12332024-12-21T02:29:41.444Z Compiling dunce v1.0.5
12342024-12-21T02:29:41.484Z Compiling fs_extra v1.3.0
12352024-12-21T02:29:41.588Z Compiling tinyvec v1.8.0
12362024-12-21T02:29:41.634Z Compiling num-traits v0.2.19
12372024-12-21T02:29:42.148Z Compiling ring v0.17.8
12382024-12-21T02:29:42.687Z Compiling base64ct v1.6.0
12392024-12-21T02:29:42.723Z Compiling paste v1.0.15
12402024-12-21T02:29:43.482Z Compiling unicode-normalization v0.1.24
12412024-12-21T02:29:43.535Z Compiling litemap v0.7.3
12422024-12-21T02:29:43.535Z Compiling unicode-bidi v0.3.17
12432024-12-21T02:29:43.535Z Compiling writeable v0.5.5
12442024-12-21T02:29:43.628Z Compiling regex v1.11.1
12452024-12-21T02:29:43.907Z Compiling pem-rfc7468 v0.7.0
12462024-12-21T02:29:44.586Z Compiling aws-lc-rs v1.10.0
12472024-12-21T02:29:44.610Z Compiling httparse v1.9.5
12482024-12-21T02:29:44.632Z Compiling flagset v0.4.6
12492024-12-21T02:29:45.037Z Compiling tracing-core v0.1.32
12502024-12-21T02:29:45.393Z Compiling icu_locid_transform_data v1.5.0
12512024-12-21T02:29:45.465Z Compiling percent-encoding v2.3.1
12522024-12-21T02:29:45.807Z Compiling crossbeam-utils v0.8.20
12532024-12-21T02:29:45.940Z Compiling rustls-pki-types v1.10.0
12542024-12-21T02:29:46.403Z Compiling mirai-annotations v1.12.0
12552024-12-21T02:29:46.424Z Compiling vcpkg v0.2.15
12562024-12-21T02:29:46.438Z Compiling serde_derive v1.0.215
12572024-12-21T02:29:46.591Z Compiling zeroize_derive v1.4.2
12582024-12-21T02:29:46.591Z Compiling zerocopy-derive v0.7.35
12592024-12-21T02:29:47.011Z Compiling tokio-macros v2.4.0
12602024-12-21T02:29:48.192Z Compiling zeroize v1.8.1
12612024-12-21T02:29:48.589Z Compiling zerofrom-derive v0.1.4
12622024-12-21T02:29:48.627Z Compiling thiserror-impl v1.0.69
12632024-12-21T02:29:48.751Z Compiling yoke-derive v0.7.4
12642024-12-21T02:29:48.841Z Compiling zerocopy v0.7.35
12652024-12-21T02:29:49.928Z Compiling crypto-common v0.1.6
12662024-12-21T02:29:50.174Z Compiling block-buffer v0.10.4
12672024-12-21T02:29:50.465Z Compiling digest v0.10.7
12682024-12-21T02:29:50.494Z Compiling zerovec-derive v0.10.3
12692024-12-21T02:29:50.741Z Compiling futures-macro v0.3.31
12702024-12-21T02:29:50.934Z Compiling hmac v0.12.1
12712024-12-21T02:29:51.185Z Compiling block-padding v0.3.3
12722024-12-21T02:29:51.415Z Compiling displaydoc v0.2.5
12732024-12-21T02:29:51.730Z Compiling inout v0.1.3
12742024-12-21T02:29:52.009Z Compiling cipher v0.4.4
12752024-12-21T02:29:52.014Z Compiling thiserror v1.0.69
12762024-12-21T02:29:52.191Z Compiling sha2 v0.10.8
12772024-12-21T02:29:52.488Z Compiling ppv-lite86 v0.2.20
12782024-12-21T02:29:52.608Z Compiling futures-util v0.3.31
12792024-12-21T02:29:52.661Z Compiling zerofrom v0.1.4
12802024-12-21T02:29:52.896Z Compiling yoke v0.7.4
12812024-12-21T02:29:53.107Z Compiling icu_provider_macros v1.5.0
12822024-12-21T02:29:53.127Z Compiling der_derive v0.7.3
12832024-12-21T02:29:53.144Z Compiling tracing-attributes v0.1.27
12842024-12-21T02:29:53.260Z Compiling zerovec v0.10.4
12852024-12-21T02:29:53.299Z Compiling rand_chacha v0.3.1
12862024-12-21T02:29:54.264Z Compiling rand v0.8.5
12872024-12-21T02:29:55.552Z Compiling tinystr v0.7.6
12882024-12-21T02:29:55.629Z Compiling icu_collections v1.5.0
12892024-12-21T02:29:55.644Z Compiling der v0.7.9
12902024-12-21T02:29:55.757Z Compiling salsa20 v0.10.2
12912024-12-21T02:29:55.996Z Compiling icu_locid v1.5.0
12922024-12-21T02:29:56.027Z Compiling pest v2.7.14
12932024-12-21T02:29:56.511Z Compiling pbkdf2 v0.12.2
12942024-12-21T02:29:56.696Z Compiling powerfmt v0.2.0
12952024-12-21T02:29:57.017Z Compiling tracing v0.1.40
12962024-12-21T02:29:57.138Z Compiling icu_properties_data v1.5.0
12972024-12-21T02:29:57.194Z Compiling icu_provider v1.5.0
12982024-12-21T02:29:57.350Z Compiling untrusted v0.9.0
12992024-12-21T02:29:57.544Z Compiling num-conv v0.1.0
13002024-12-21T02:29:57.559Z Compiling time-core v0.1.2
13012024-12-21T02:29:57.731Z Compiling spki v0.7.3
13022024-12-21T02:29:57.837Z Compiling untrusted v0.7.1
13032024-12-21T02:29:58.034Z Compiling icu_locid_transform v1.5.0
13042024-12-21T02:29:58.135Z Compiling time-macros v0.2.18
13052024-12-21T02:29:58.403Z Compiling deranged v0.3.11
13062024-12-21T02:29:58.941Z Compiling pest_meta v2.7.14
13072024-12-21T02:29:59.005Z Compiling scrypt v0.11.0
13082024-12-21T02:29:59.060Z Compiling aes v0.8.4
13092024-12-21T02:29:59.589Z Compiling icu_properties v1.5.1
13102024-12-21T02:30:00.344Z Compiling cbc v0.1.2
13112024-12-21T02:30:00.636Z Compiling bitflags v2.6.0
13122024-12-21T02:30:00.778Z Compiling bytes v1.8.0
13132024-12-21T02:30:01.521Z Compiling indexmap v2.6.0
13142024-12-21T02:30:02.002Z Compiling tokio v1.40.0
13152024-12-21T02:30:02.113Z Compiling http v1.1.0
13162024-12-21T02:30:02.135Z Compiling semver v1.0.23
13172024-12-21T02:30:02.907Z Compiling rustc_version v0.4.1
13182024-12-21T02:30:02.971Z Compiling openssl-sys v0.9.103
13192024-12-21T02:30:03.703Z Compiling scroll_derive v0.12.0
13202024-12-21T02:30:04.126Z Compiling write16 v1.0.0
13212024-12-21T02:30:04.144Z Compiling num_threads v0.1.7
13222024-12-21T02:30:04.267Z Compiling icu_normalizer_data v1.5.0
13232024-12-21T02:30:04.278Z Compiling utf16_iter v1.0.5
13242024-12-21T02:30:04.373Z Compiling atomic-waker v1.1.2
13252024-12-21T02:30:04.520Z Compiling utf8_iter v1.0.4
13262024-12-21T02:30:04.633Z Compiling time v0.3.36
13272024-12-21T02:30:04.697Z Compiling http-body v1.0.1
13282024-12-21T02:30:04.737Z Compiling icu_normalizer v1.5.0
13292024-12-21T02:30:04.763Z Compiling pkcs5 v0.7.1
13302024-12-21T02:30:04.807Z Compiling pest_generator v2.7.14
13312024-12-21T02:30:05.177Z Compiling which v4.4.2
13322024-12-21T02:30:05.324Z Compiling scroll v0.12.0
13332024-12-21T02:30:06.000Z Compiling form_urlencoded v1.2.1
13342024-12-21T02:30:06.079Z Compiling slog v2.7.0
13352024-12-21T02:30:06.255Z Compiling try-lock v0.2.5
13362024-12-21T02:30:06.433Z Compiling want v0.3.1
13372024-12-21T02:30:06.536Z Compiling goblin v0.8.2
13382024-12-21T02:30:06.720Z Compiling idna_adapter v1.2.0
13392024-12-21T02:30:06.776Z Compiling pkcs8 v0.10.2
13402024-12-21T02:30:06.800Z Compiling httpdate v1.0.3
13412024-12-21T02:30:06.847Z Compiling idna v1.0.3
13422024-12-21T02:30:06.948Z Compiling pest_derive v2.7.14
13432024-12-21T02:30:07.392Z Compiling uuid v1.11.0
13442024-12-21T02:30:07.788Z Compiling dtrace-parser v0.2.0
13452024-12-21T02:30:10.399Z Compiling toml_datetime v0.6.8
13462024-12-21T02:30:10.494Z Compiling serde_spanned v0.6.8
13472024-12-21T02:30:10.494Z Compiling serde_tokenstream v0.2.2
13482024-12-21T02:30:10.517Z Compiling openssl v0.10.66
13492024-12-21T02:30:10.517Z Compiling match_cfg v0.1.0
13502024-12-21T02:30:10.517Z Compiling adler2 v2.0.0
13512024-12-21T02:30:10.517Z Compiling foreign-types-shared v0.1.1
13522024-12-21T02:30:10.517Z Compiling base64 v0.22.1
13532024-12-21T02:30:10.517Z Compiling iana-time-zone v0.1.61
13542024-12-21T02:30:10.517Z Compiling tower-service v0.3.3
13552024-12-21T02:30:10.517Z Compiling rustversion v1.0.17
13562024-12-21T02:30:10.517Z Compiling chrono v0.4.38
13572024-12-21T02:30:10.517Z Compiling foreign-types v0.3.2
13582024-12-21T02:30:10.517Z Compiling miniz_oxide v0.8.0
13592024-12-21T02:30:10.517Z Compiling hostname v0.3.1
13602024-12-21T02:30:10.519Z Compiling url v2.5.3
13612024-12-21T02:30:10.519Z Compiling async-trait v0.1.83
13622024-12-21T02:30:11.518Z Compiling tokio-util v0.7.12
13632024-12-21T02:30:11.652Z Compiling openssl-macros v0.1.1
13642024-12-21T02:30:12.050Z Compiling dirs-sys-next v0.1.2
13652024-12-21T02:30:12.419Z Compiling dof v0.3.0
13662024-12-21T02:30:12.718Z Compiling h2 v0.4.6
13672024-12-21T02:30:12.960Z Compiling native-tls v0.2.12
13682024-12-21T02:30:13.042Z Compiling rustls v0.22.4
13692024-12-21T02:30:13.277Z Compiling usdt-impl v0.5.0
13702024-12-21T02:30:13.297Z Compiling siphasher v0.3.11
13712024-12-21T02:30:13.637Z Compiling data-encoding v2.6.0
13722024-12-21T02:30:13.659Z Compiling rustls v0.23.19
13732024-12-21T02:30:13.921Z Compiling syn v1.0.109
13742024-12-21T02:30:14.643Z Compiling dirs-next v2.0.0
13752024-12-21T02:30:14.900Z Compiling crossbeam-epoch v0.9.18
13762024-12-21T02:30:15.747Z Compiling http-body-util v0.1.2
13772024-12-21T02:30:16.086Z Compiling heapless v0.7.17
13782024-12-21T02:30:16.287Z Compiling sha1 v0.10.6
13792024-12-21T02:30:16.322Z Compiling signature v2.2.0
13802024-12-21T02:30:16.522Z Compiling bzip2-sys v0.1.11+1.0.8
13812024-12-21T02:30:16.622Z Compiling serde_derive_internals v0.29.1
13822024-12-21T02:30:16.715Z Compiling thread_local v1.1.8
13832024-12-21T02:30:16.971Z Compiling cookie v0.18.1
13842024-12-21T02:30:17.013Z Compiling multer v3.1.0
13852024-12-21T02:30:17.253Z Compiling encoding_rs v0.8.34
13862024-12-21T02:30:17.278Z Compiling mime v0.3.17
13872024-12-21T02:30:17.303Z Compiling ipnet v2.10.1
13882024-12-21T02:30:17.660Z Compiling slog-async v2.8.0
13892024-12-21T02:30:17.847Z Compiling gimli v0.31.1
13902024-12-21T02:30:18.202Z Compiling unicode-properties v0.1.3
13912024-12-21T02:30:18.562Z Compiling signal-hook v0.3.17
13922024-12-21T02:30:18.598Z Compiling openssl-probe v0.1.5
13932024-12-21T02:30:18.767Z Compiling rayon-core v1.12.1
13942024-12-21T02:30:18.943Z Compiling schemars v0.8.21
13952024-12-21T02:30:19.088Z Compiling stringprep v0.1.5
13962024-12-21T02:30:19.368Z Compiling schemars_derive v0.8.21
13972024-12-21T02:30:19.388Z Compiling toml_edit v0.22.22
13982024-12-21T02:30:20.372Z Compiling hyper v1.5.0
13992024-12-21T02:30:22.459Z Compiling addr2line v0.24.2
14002024-12-21T02:30:22.814Z Compiling hyper-util v0.1.10
14012024-12-21T02:30:23.259Z Compiling usdt-macro v0.5.0
14022024-12-21T02:30:23.350Z Compiling usdt-attr-macro v0.5.0
14032024-12-21T02:30:23.564Z Compiling crossbeam-deque v0.8.5
14042024-12-21T02:30:23.892Z Compiling term v0.7.0
14052024-12-21T02:30:24.609Z Compiling slog-json v2.6.1
14062024-12-21T02:30:24.682Z Compiling serde_urlencoded v0.7.1
14072024-12-21T02:30:24.964Z Compiling crossbeam-channel v0.5.13
14082024-12-21T02:30:25.006Z Compiling curve25519-dalek v4.1.3
14092024-12-21T02:30:25.214Z Compiling futures-executor v0.3.31
14102024-12-21T02:30:25.434Z Compiling enum-as-inner v0.6.1
14112024-12-21T02:30:25.680Z Compiling md-5 v0.10.6
14122024-12-21T02:30:25.837Z Compiling rustls-pemfile v2.2.0
14132024-12-21T02:30:25.970Z Compiling async-stream-impl v0.3.6
14142024-12-21T02:30:25.992Z Compiling num-integer v0.1.46
14152024-12-21T02:30:26.182Z Compiling idna v0.4.0
14162024-12-21T02:30:26.192Z Compiling idna v0.3.0
14172024-12-21T02:30:26.482Z Compiling hash32 v0.2.1
14182024-12-21T02:30:26.788Z Compiling ff v0.13.0
14192024-12-21T02:30:26.853Z Compiling is-terminal v0.4.13
14202024-12-21T02:30:26.984Z Compiling dropshot v0.12.0
14212024-12-21T02:30:27.004Z Compiling object v0.36.5
14222024-12-21T02:30:27.271Z Compiling portable-atomic v1.9.0
14232024-12-21T02:30:27.326Z Compiling fallible-iterator v0.2.0
14242024-12-21T02:30:27.812Z Compiling quick-error v1.2.3
14252024-12-21T02:30:27.857Z Compiling utf-8 v0.7.6
14262024-12-21T02:30:27.857Z Compiling num-bigint-dig v0.8.4
14272024-12-21T02:30:28.060Z Compiling dyn-clone v1.0.17
14282024-12-21T02:30:28.073Z Compiling take_mut v0.2.2
14292024-12-21T02:30:28.183Z Compiling rustc-demangle v0.1.24
14302024-12-21T02:30:28.201Z Compiling base16ct v0.2.0
14312024-12-21T02:30:28.239Z Compiling psl-types v2.0.11
14322024-12-21T02:30:28.256Z Compiling linked-hash-map v0.5.6
14332024-12-21T02:30:28.311Z Compiling smoltcp v0.9.1
14342024-12-21T02:30:28.388Z Compiling anyhow v1.0.93
14352024-12-21T02:30:28.503Z Compiling publicsuffix v2.2.3
14362024-12-21T02:30:28.587Z Compiling lru-cache v0.1.2
14372024-12-21T02:30:32.935Z Compiling sec1 v0.7.3
14382024-12-21T02:30:32.935Z Compiling tungstenite v0.24.0
14392024-12-21T02:30:32.935Z Compiling postgres-protocol v0.6.7
14402024-12-21T02:30:32.935Z Compiling resolv-conf v0.7.0
14412024-12-21T02:30:32.935Z Compiling async-stream v0.3.6
14422024-12-21T02:30:32.935Z Compiling hickory-proto v0.24.1
14432024-12-21T02:30:32.935Z Compiling usdt v0.5.0
14442024-12-21T02:30:32.935Z Compiling group v0.13.0
14452024-12-21T02:30:32.935Z Compiling slog-term v2.9.1
14462024-12-21T02:30:32.935Z Compiling num-iter v0.1.45
14472024-12-21T02:30:32.935Z Compiling futures v0.3.31
14482024-12-21T02:30:32.936Z Compiling slog-bunyan v2.5.0
14492024-12-21T02:30:32.936Z Compiling toml v0.8.19
14502024-12-21T02:30:33.406Z Compiling tokio-native-tls v0.3.1
14512024-12-21T02:30:33.681Z Compiling camino v1.1.9
14522024-12-21T02:30:34.169Z Compiling phf_shared v0.11.2
14532024-12-21T02:30:34.189Z Compiling dropshot_endpoint v0.12.0
14542024-12-21T02:30:34.565Z Compiling backtrace v0.3.74
14552024-12-21T02:30:34.655Z Compiling terminal_size v0.4.0
14562024-12-21T02:30:34.880Z Compiling waitgroup v0.1.2
14572024-12-21T02:30:35.066Z Compiling openapiv3 v2.0.0
14582024-12-21T02:30:35.113Z Compiling serde_path_to_error v0.1.16
14592024-12-21T02:30:35.134Z Compiling hkdf v0.12.4
14602024-12-21T02:30:35.415Z Compiling crypto-bigint v0.5.5
14612024-12-21T02:30:35.988Z Compiling webpki-roots v0.26.6
14622024-12-21T02:30:36.217Z Compiling curve25519-dalek-derive v0.1.1
14632024-12-21T02:30:37.800Z Compiling zerocopy-derive v0.6.6
14642024-12-21T02:30:38.261Z Compiling idna v0.5.0
14652024-12-21T02:30:38.742Z Compiling hubpack_derive v0.1.1
14662024-12-21T02:30:38.831Z Compiling hostname v0.4.0
14672024-12-21T02:30:39.098Z Compiling fs-err v2.11.0
14682024-12-21T02:30:39.390Z Compiling ahash v0.8.11
14692024-12-21T02:30:39.592Z Compiling crc32fast v1.4.2
14702024-12-21T02:30:39.629Z Compiling managed v0.8.0
14712024-12-21T02:30:39.736Z Compiling bitflags v1.3.2
14722024-12-21T02:30:39.851Z Compiling winnow v0.5.40
14732024-12-21T02:30:39.873Z Compiling debug-ignore v1.0.5
14742024-12-21T02:30:39.920Z Compiling clap_builder v4.5.21
14752024-12-21T02:30:40.056Z Compiling strum_macros v0.25.3
14762024-12-21T02:30:40.093Z Compiling zerocopy v0.6.6
14772024-12-21T02:30:40.934Z Compiling console v0.15.8
14782024-12-21T02:30:41.047Z Compiling flate2 v1.0.34
14792024-12-21T02:30:41.825Z Compiling hubpack v0.1.2
14802024-12-21T02:30:42.173Z Compiling cookie_store v0.21.0
14812024-12-21T02:30:42.192Z Compiling elliptic-curve v0.13.8
14822024-12-21T02:30:42.475Z Compiling hickory-resolver v0.24.1
14832024-12-21T02:30:43.760Z Compiling toml_edit v0.19.15
14842024-12-21T02:30:43.784Z Compiling phf v0.11.2
14852024-12-21T02:30:43.972Z Compiling signal-hook-mio v0.2.4
14862024-12-21T02:30:44.069Z Compiling hyper-tls v0.6.0
14872024-12-21T02:30:44.142Z Compiling rayon v1.10.0
14882024-12-21T02:30:44.265Z Compiling bzip2 v0.4.4
14892024-12-21T02:30:44.658Z Compiling tokio-tungstenite v0.24.0
14902024-12-21T02:30:45.223Z Compiling postgres-types v0.2.8
14912024-12-21T02:30:48.213Z Compiling ed25519 v2.2.3
14922024-12-21T02:30:49.024Z Compiling phf_shared v0.10.0
14932024-12-21T02:30:49.293Z Compiling tokio-stream v0.1.16
14942024-12-21T02:30:49.429Z Compiling pkcs1 v0.7.5
14952024-12-21T02:30:49.570Z Compiling serde-big-array v0.5.1
14962024-12-21T02:30:49.789Z Compiling clap_derive v4.5.18
14972024-12-21T02:30:50.129Z Compiling rfc6979 v0.4.0
14982024-12-21T02:30:50.326Z Compiling serde_repr v0.1.19
14992024-12-21T02:30:50.410Z Compiling derive-where v1.2.7
15002024-12-21T02:30:50.446Z Compiling float-cmp v0.9.0
15012024-12-21T02:30:50.487Z Compiling bstr v1.10.0
15022024-12-21T02:30:50.686Z Compiling sync_wrapper v1.0.1
15032024-12-21T02:30:50.839Z Compiling precomputed-hash v0.1.1
15042024-12-21T02:30:50.964Z Compiling number_prefix v0.4.0
15052024-12-21T02:30:51.204Z Compiling normalize-line-endings v0.3.0
15062024-12-21T02:30:51.340Z Compiling whoami v1.5.2
15072024-12-21T02:30:51.506Z Compiling difflib v0.4.0
15082024-12-21T02:30:51.993Z Compiling unicode-width v0.2.0
15092024-12-21T02:30:52.014Z Compiling unicode-segmentation v1.12.0
15102024-12-21T02:30:52.304Z Compiling bit-vec v0.6.3
15112024-12-21T02:30:52.529Z Compiling predicates-core v1.0.8
15122024-12-21T02:30:52.761Z Compiling new_debug_unreachable v1.0.6
15132024-12-21T02:30:52.868Z Compiling static_assertions v1.1.0
15142024-12-21T02:30:52.896Z Compiling fixedbitset v0.4.2
15152024-12-21T02:30:52.900Z Compiling string_cache v0.8.7
15162024-12-21T02:30:52.971Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172024-12-21T02:30:53.180Z Compiling petgraph v0.6.5
15182024-12-21T02:30:53.368Z Compiling predicates v3.1.2
15192024-12-21T02:30:53.389Z Compiling similar v2.6.0
15202024-12-21T02:30:54.017Z Compiling bit-set v0.5.3
15212024-12-21T02:30:54.323Z Compiling indicatif v0.17.9
15222024-12-21T02:30:54.936Z Compiling clap v4.5.21
15232024-12-21T02:30:55.072Z Compiling tokio-postgres v0.7.12
15242024-12-21T02:30:55.144Z Compiling ecdsa v0.16.9
15252024-12-21T02:30:55.860Z Compiling rsa v0.9.6
15262024-12-21T02:30:56.081Z Compiling ed25519-dalek v2.1.1
15272024-12-21T02:30:56.647Z Compiling toml v0.7.8
15282024-12-21T02:30:57.359Z Compiling zip v0.6.6
15292024-12-21T02:30:57.380Z Compiling crossterm v0.28.1
15302024-12-21T02:30:58.985Z Compiling hex v0.4.3
15312024-12-21T02:30:59.294Z Compiling x509-cert v0.2.5
15322024-12-21T02:30:59.423Z Compiling itertools v0.10.5
15332024-12-21T02:30:59.580Z Compiling peg-runtime v0.8.3
15342024-12-21T02:30:59.754Z Compiling unicode-xid v0.2.6
15352024-12-21T02:30:59.944Z Compiling lalrpop-util v0.19.12
15362024-12-21T02:31:00.274Z Compiling strum_macros v0.26.4
15372024-12-21T02:31:00.328Z Compiling xattr v1.3.1
15382024-12-21T02:31:00.617Z Compiling filetime v0.2.25
15392024-12-21T02:31:00.903Z Compiling tar v0.4.42
15402024-12-21T02:31:05.189Z Compiling strum v0.26.3
15412024-12-21T02:31:07.988Z Compiling aws-lc-sys v0.22.0
15422024-12-21T02:31:39.926Z Compiling rustls-webpki v0.102.8
15432024-12-21T02:31:43.301Z Compiling tokio-rustls v0.25.0
15442024-12-21T02:31:44.926Z Compiling tokio-rustls v0.26.0
15452024-12-21T02:31:45.387Z Compiling hyper-rustls v0.27.3
15462024-12-21T02:31:45.674Z Compiling reqwest v0.12.9
15472024-12-21T02:31:46.756Z Compiling qorb v0.2.1
15482024-12-21T02:31:51.519Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15492024-12-21T02:31:51.752Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15502024-12-21T02:31:57.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15512024-12-21T02:31:57.678Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15522024-12-21T02:31:57.728ZDec 21 02:31:57.084 INFO Starting download, target: Clickhouse
15532024-12-21T02:31:57.728ZDec 21 02:31:57.084 INFO Starting download, target: Cockroach
15542024-12-21T02:31:57.729ZDec 21 02:31:57.084 INFO Starting download, target: Console
15552024-12-21T02:31:57.731ZDec 21 02:31:57.084 INFO Starting download, target: DendriteOpenapi
15562024-12-21T02:31:57.731ZDec 21 02:31:57.084 INFO Starting download, target: DendriteStub
15572024-12-21T02:31:57.731ZDec 21 02:31:57.084 INFO Starting download, target: MaghemiteMgd
15582024-12-21T02:31:57.731ZDec 21 02:31:57.084 INFO Starting download, target: TransceiverControl
15592024-12-21T02:31:57.731ZDec 21 02:31:57.085 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15602024-12-21T02:31:57.731ZDec 21 02:31:57.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15612024-12-21T02:31:57.731ZDec 21 02:31:57.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15622024-12-21T02:31:57.731ZDec 21 02:31:57.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15632024-12-21T02:31:57.732ZDec 21 02:31:57.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15642024-12-21T02:31:57.732ZDec 21 02:31:57.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15652024-12-21T02:31:57.733ZDec 21 02:31:57.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15662024-12-21T02:31:57.912ZDec 21 02:31:57.257 INFO Download complete, target: DendriteOpenapi
15672024-12-21T02:31:58.359ZDec 21 02:31:57.691 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15682024-12-21T02:31:58.533ZDec 21 02:31:57.833 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15692024-12-21T02:31:58.751ZDec 21 02:31:58.013 INFO Download complete, target: Console
15702024-12-21T02:31:59.110ZDec 21 02:31:58.451 INFO Download complete, target: TransceiverControl
15712024-12-21T02:31:59.473ZDec 21 02:31:58.801 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15722024-12-21T02:31:59.591ZDec 21 02:31:58.943 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15732024-12-21T02:31:59.840ZDec 21 02:31:59.175 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15742024-12-21T02:32:00.155ZDec 21 02:31:59.510 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15752024-12-21T02:32:00.155ZDec 21 02:31:59.510 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15762024-12-21T02:32:02.364ZDec 21 02:32:01.719 INFO Download complete, target: DendriteStub
15772024-12-21T02:32:02.523ZDec 21 02:32:01.878 INFO Download complete, target: MaghemiteMgd
15782024-12-21T02:32:07.806ZDec 21 02:32:07.125 INFO Checking that binary works, target: Cockroach
15792024-12-21T02:32:07.928ZDec 21 02:32:07.277 INFO Download complete, target: Cockroach
15802024-12-21T02:32:12.600ZDec 21 02:32:11.953 INFO Checking that binary works, target: Clickhouse
15812024-12-21T02:32:13.055ZDec 21 02:32:12.368 INFO Download complete, target: Clickhouse
15822024-12-21T02:32:13.122ZAll builder prerequisites installed successfully, and PATH looks valid
15832024-12-21T02:32:13.122Z
15842024-12-21T02:32:13.122Zreal 6:38.075879124
15852024-12-21T02:32:13.122Zuser 16:29.142783450
15862024-12-21T02:32:13.123Zsys 3:15.269357287
15872024-12-21T02:32:13.123Ztrap 0.525263725
15882024-12-21T02:32:13.123Ztflt 5.077519673
15892024-12-21T02:32:13.123Zdflt 4.591773115
15902024-12-21T02:32:13.124Zkflt 0.173789836
15912024-12-21T02:32:13.124Zlock 29:31.145299236
15922024-12-21T02:32:13.124Zslp 1:05:26.872385486
15932024-12-21T02:32:13.124Zlat 55.232004381
15942024-12-21T02:32:13.124Zstop 2:15.390197314
15952024-12-21T02:32:13.124Z+ banner hack-check
15962024-12-21T02:32:13.124Z
15972024-12-21T02:32:13.124Z # # ## #### # # #### # # ###### #### # #
15982024-12-21T02:32:13.124Z # # # # # # # # # # # # # # # # #
15992024-12-21T02:32:13.124Z ###### # # # #### ##### # ###### ##### # ####
16002024-12-21T02:32:13.124Z # # ###### # # # # # # # # # #
16012024-12-21T02:32:13.125Z # # # # # # # # # # # # # # # # #
16022024-12-21T02:32:13.125Z # # # # #### # # #### # # ###### #### # #
16032024-12-21T02:32:13.125Z
16042024-12-21T02:32:13.125Z+ export CARGO_INCREMENTAL=0
16052024-12-21T02:32:13.125Z+ CARGO_INCREMENTAL=0
16062024-12-21T02:32:13.125Z+ ptime -m timeout 2h cargo xtask check-features --ci
16072024-12-21T02:32:13.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16082024-12-21T02:32:17.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
16092024-12-21T02:32:17.126Z Running `target/debug/xtask check-features --ci`
16102024-12-21T02:32:17.145Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16112024-12-21T02:32:17.147Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16122024-12-21T02:32:17.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16132024-12-21T02:32:17.605Z Running `target/debug/xtask download cargo-hack`
16142024-12-21T02:32:18.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16152024-12-21T02:32:18.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16162024-12-21T02:32:23.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
16172024-12-21T02:32:23.919Z Running `target/debug/xtask-downloader cargo-hack`
16182024-12-21T02:32:23.952ZDec 21 02:32:23.303 INFO Starting download, target: CargoHack
16192024-12-21T02:32:23.955ZDec 21 02:32:23.304 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16202024-12-21T02:32:24.402ZDec 21 02:32:23.753 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16212024-12-21T02:32:24.492ZDec 21 02:32:23.843 INFO Download complete, target: CargoHack
16222024-12-21T02:32:24.495Zrunning: "/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"
16232024-12-21T02:32:24.511Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16242024-12-21T02:32:24.676Zinfo: running `cargo check --bins` on api_identity (1/176)
16252024-12-21T02:32:25.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-21T02:32:25.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-21T02:32:25.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-21T02:32:25.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16292024-12-21T02:32:25.267Z
16302024-12-21T02:32:25.267Zinfo: running `cargo check --bins` on bootstore (2/176)
16312024-12-21T02:32:25.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-21T02:32:25.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-21T02:32:25.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-21T02:32:25.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16352024-12-21T02:32:25.921Z
16362024-12-21T02:32:25.921Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16372024-12-21T02:32:26.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-21T02:32:26.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-21T02:32:26.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-21T02:32:26.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16412024-12-21T02:32:26.529Z
16422024-12-21T02:32:26.529Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16432024-12-21T02:32:27.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-21T02:32:27.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-21T02:32:27.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-21T02:32:27.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16472024-12-21T02:32:27.140Z
16482024-12-21T02:32:27.140Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16492024-12-21T02:32:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-21T02:32:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-21T02:32:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-21T02:32:27.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16532024-12-21T02:32:27.546Z
16542024-12-21T02:32:27.546Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16552024-12-21T02:32:27.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-21T02:32:27.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-21T02:32:27.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-21T02:32:27.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16592024-12-21T02:32:27.958Z
16602024-12-21T02:32:27.958Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16612024-12-21T02:32:28.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-21T02:32:28.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-21T02:32:28.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-21T02:32:28.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16652024-12-21T02:32:28.369Z
16662024-12-21T02:32:28.369Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16672024-12-21T02:32:28.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-21T02:32:28.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-21T02:32:28.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-21T02:32:28.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-12-21T02:32:28.788Z
16722024-12-21T02:32:28.788Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16732024-12-21T02:32:29.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-21T02:32:29.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-21T02:32:29.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-21T02:32:29.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-12-21T02:32:29.204Z
16782024-12-21T02:32:29.204Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16792024-12-21T02:32:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-21T02:32:29.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-21T02:32:29.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-21T02:32:29.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-12-21T02:32:29.618Z
16842024-12-21T02:32:29.618Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16852024-12-21T02:32:29.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-21T02:32:29.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-21T02:32:29.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-21T02:32:29.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-12-21T02:32:30.037Z
16902024-12-21T02:32:30.037Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16912024-12-21T02:32:30.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-21T02:32:30.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-21T02:32:30.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-21T02:32:30.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-12-21T02:32:30.455Z
16962024-12-21T02:32:30.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16972024-12-21T02:32:30.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-21T02:32:30.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-21T02:32:30.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-21T02:32:30.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012024-12-21T02:32:30.868Z
17022024-12-21T02:32:30.868Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17032024-12-21T02:32:31.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-21T02:32:31.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-21T02:32:31.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-21T02:32:31.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072024-12-21T02:32:31.283Z
17082024-12-21T02:32:31.283Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17092024-12-21T02:32:31.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-21T02:32:31.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-21T02:32:31.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-21T02:32:31.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132024-12-21T02:32:31.697Z
17142024-12-21T02:32:31.697Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17152024-12-21T02:32:32.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-21T02:32:32.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-21T02:32:32.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-21T02:32:32.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192024-12-21T02:32:32.115Z
17202024-12-21T02:32:32.115Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17212024-12-21T02:32:32.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-21T02:32:32.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-21T02:32:32.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-21T02:32:32.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17252024-12-21T02:32:32.530Z
17262024-12-21T02:32:32.530Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17272024-12-21T02:32:32.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-21T02:32:32.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-21T02:32:32.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-21T02:32:32.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17312024-12-21T02:32:32.955Z
17322024-12-21T02:32:32.955Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17332024-12-21T02:32:33.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-21T02:32:33.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-21T02:32:33.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-21T02:32:33.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-12-21T02:32:33.379Z
17382024-12-21T02:32:33.379Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17392024-12-21T02:32:33.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-21T02:32:33.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-21T02:32:33.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-21T02:32:33.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17432024-12-21T02:32:33.800Z
17442024-12-21T02:32:33.800Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17452024-12-21T02:32:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-21T02:32:34.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-21T02:32:34.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-21T02:32:34.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-12-21T02:32:34.217Z
17502024-12-21T02:32:34.217Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17512024-12-21T02:32:34.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-21T02:32:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-21T02:32:34.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-21T02:32:34.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-21T02:32:34.641Z
17562024-12-21T02:32:34.641Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17572024-12-21T02:32:35.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-21T02:32:35.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-21T02:32:35.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-21T02:32:35.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17612024-12-21T02:32:35.062Z
17622024-12-21T02:32:35.062Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17632024-12-21T02:32:35.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-21T02:32:35.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-21T02:32:35.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-21T02:32:35.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17672024-12-21T02:32:35.479Z
17682024-12-21T02:32:35.479Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17692024-12-21T02:32:36.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-21T02:32:36.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-21T02:32:36.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-21T02:32:36.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17732024-12-21T02:32:36.112Z
17742024-12-21T02:32:36.112Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17752024-12-21T02:32:36.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-21T02:32:36.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-21T02:32:36.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-21T02:32:36.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17792024-12-21T02:32:36.738Z
17802024-12-21T02:32:36.738Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17812024-12-21T02:32:37.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-21T02:32:37.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-21T02:32:37.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-12-21T02:32:37.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17852024-12-21T02:32:37.368Z
17862024-12-21T02:32:37.368Zinfo: running `cargo check --bins` on oxlog (28/176)
17872024-12-21T02:32:37.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-12-21T02:32:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-12-21T02:32:37.983Z Checking cfg-if v1.0.0
17902024-12-21T02:32:37.986Z Checking libc v0.2.162
17912024-12-21T02:32:38.089Z Checking serde v1.0.215
17922024-12-21T02:32:38.091Z Checking zeroize v1.8.1
17932024-12-21T02:32:38.106Z Checking memchr v2.7.4
17942024-12-21T02:32:38.110Z Checking typenum v1.17.0
17952024-12-21T02:32:38.126Z Checking scopeguard v1.2.0
17962024-12-21T02:32:38.137Z Checking subtle v2.6.1
17972024-12-21T02:32:38.151Z Checking value-bag v1.9.0
17982024-12-21T02:32:38.263Z Checking lock_api v0.4.12
17992024-12-21T02:32:38.323Z Checking smallvec v1.13.2
18002024-12-21T02:32:38.388Z Checking const-oid v0.9.6
18012024-12-21T02:32:38.563Z Checking log v0.4.22
18022024-12-21T02:32:38.663Z Checking itoa v1.0.11
18032024-12-21T02:32:38.683Z Checking pin-project-lite v0.2.14
18042024-12-21T02:32:38.800Z Checking byteorder v1.5.0
18052024-12-21T02:32:38.870Z Checking futures-core v0.3.31
18062024-12-21T02:32:38.949Z Checking once_cell v1.20.2
18072024-12-21T02:32:39.057Z Checking cpufeatures v0.2.14
18082024-12-21T02:32:39.084Z Checking futures-sink v0.3.31
18092024-12-21T02:32:39.142Z Checking stable_deref_trait v1.2.0
18102024-12-21T02:32:39.208Z Checking spin v0.9.8
18112024-12-21T02:32:39.221Z Checking zerocopy v0.7.35
18122024-12-21T02:32:39.239Z Checking zerofrom v0.1.4
18132024-12-21T02:32:39.253Z Checking slab v0.4.9
18142024-12-21T02:32:39.270Z Checking getrandom v0.2.15
18152024-12-21T02:32:39.369Z Checking generic-array v0.14.7
18162024-12-21T02:32:39.446Z Checking parking_lot_core v0.9.10
18172024-12-21T02:32:39.486Z Checking rand_core v0.6.4
18182024-12-21T02:32:39.505Z Checking signal-hook-registry v1.4.2
18192024-12-21T02:32:39.542Z Checking mio v1.0.2
18202024-12-21T02:32:39.741Z Checking socket2 v0.5.7
18212024-12-21T02:32:39.761Z Checking parking_lot v0.12.3
18222024-12-21T02:32:39.792Z Checking yoke v0.7.4
18232024-12-21T02:32:40.096Z Checking futures-channel v0.3.31
18242024-12-21T02:32:40.122Z Checking equivalent v1.0.1
18252024-12-21T02:32:40.136Z Checking foldhash v0.1.3
18262024-12-21T02:32:40.198Z Checking futures-task v0.3.31
18272024-12-21T02:32:40.215Z Checking futures-io v0.3.31
18282024-12-21T02:32:40.243Z Checking pin-utils v0.1.0
18292024-12-21T02:32:40.331Z Checking allocator-api2 v0.2.18
18302024-12-21T02:32:40.334Z Checking zerovec v0.10.4
18312024-12-21T02:32:40.386Z Checking tinyvec_macros v0.1.1
18322024-12-21T02:32:40.427Z Checking ryu v1.0.18
18332024-12-21T02:32:40.446Z Checking futures-util v0.3.31
18342024-12-21T02:32:40.468Z Checking tinyvec v1.8.0
18352024-12-21T02:32:40.573Z Checking crypto-common v0.1.6
18362024-12-21T02:32:40.637Z Checking block-buffer v0.10.4
18372024-12-21T02:32:40.652Z Checking block-padding v0.3.3
18382024-12-21T02:32:40.751Z Checking fnv v1.0.7
18392024-12-21T02:32:40.851Z Checking digest v0.10.7
18402024-12-21T02:32:40.867Z Checking inout v0.1.3
18412024-12-21T02:32:40.869Z Checking libm v0.2.8
18422024-12-21T02:32:40.957Z Checking hashbrown v0.15.1
18432024-12-21T02:32:41.096Z Checking cipher v0.4.4
18442024-12-21T02:32:41.225Z Checking hmac v0.12.1
18452024-12-21T02:32:41.441Z Checking sha2 v0.10.8
18462024-12-21T02:32:41.517Z Checking unicode-bidi v0.3.17
18472024-12-21T02:32:41.778Z Checking base64ct v1.6.0
18482024-12-21T02:32:41.801Z Checking unicode-normalization v0.1.24
18492024-12-21T02:32:42.005Z Checking tinystr v0.7.6
18502024-12-21T02:32:42.025Z Checking writeable v0.5.5
18512024-12-21T02:32:42.079Z Checking litemap v0.7.3
18522024-12-21T02:32:42.145Z Checking num-traits v0.2.19
18532024-12-21T02:32:42.219Z Checking pem-rfc7468 v0.7.0
18542024-12-21T02:32:42.335Z Checking ppv-lite86 v0.2.20
18552024-12-21T02:32:42.386Z Checking flagset v0.4.6
18562024-12-21T02:32:42.431Z Checking icu_locid v1.5.0
18572024-12-21T02:32:42.474Z Checking tracing-core v0.1.32
18582024-12-21T02:32:42.566Z Checking der v0.7.9
18592024-12-21T02:32:42.689Z Checking thiserror v1.0.69
18602024-12-21T02:32:42.815Z Checking rustls-pki-types v1.10.0
18612024-12-21T02:32:42.990Z Checking bytes v1.8.0
18622024-12-21T02:32:43.087Z Checking indexmap v2.6.0
18632024-12-21T02:32:43.136Z Checking serde_json v1.0.132
18642024-12-21T02:32:43.431Z Checking rand_chacha v0.3.1
18652024-12-21T02:32:43.500Z Checking icu_provider v1.5.0
18662024-12-21T02:32:43.798Z Checking bitflags v2.6.0
18672024-12-21T02:32:43.801Z Checking tokio v1.40.0
18682024-12-21T02:32:43.834Z Checking http v1.1.0
18692024-12-21T02:32:44.088Z Checking icu_locid_transform_data v1.5.0
18702024-12-21T02:32:44.165Z Checking percent-encoding v2.3.1
18712024-12-21T02:32:44.181Z Checking icu_locid_transform v1.5.0
18722024-12-21T02:32:44.357Z Checking rand v0.8.5
18732024-12-21T02:32:44.357Z Checking tracing v0.1.40
18742024-12-21T02:32:44.389Z Checking spki v0.7.3
18752024-12-21T02:32:44.678Z Checking icu_collections v1.5.0
18762024-12-21T02:32:44.696Z Checking salsa20 v0.10.2
18772024-12-21T02:32:44.897Z Checking pbkdf2 v0.12.2
18782024-12-21T02:32:44.913Z Checking aws-lc-sys v0.22.0
18792024-12-21T02:32:45.052Z Checking httparse v1.9.5
18802024-12-21T02:32:45.134Z Checking powerfmt v0.2.0
18812024-12-21T02:32:45.137Z Checking mirai-annotations v1.12.0
18822024-12-21T02:32:45.310Z Checking untrusted v0.7.1
18832024-12-21T02:32:45.330Z Checking untrusted v0.9.0
18842024-12-21T02:32:45.407Z Checking icu_properties_data v1.5.0
18852024-12-21T02:32:45.480Z Checking deranged v0.3.11
18862024-12-21T02:32:45.483Z Checking ring v0.17.8
18872024-12-21T02:32:45.507Z Checking scrypt v0.11.0
18882024-12-21T02:32:45.589Z Checking cbc v0.1.2
18892024-12-21T02:32:45.649Z Checking icu_properties v1.5.1
18902024-12-21T02:32:45.698Z Checking aes v0.8.4
18912024-12-21T02:32:45.715Z Checking crossbeam-utils v0.8.20
18922024-12-21T02:32:45.780Z Checking num_threads v0.1.7
18932024-12-21T02:32:45.892Z Checking num-conv v0.1.0
18942024-12-21T02:32:46.150Z Checking time-core v0.1.2
18952024-12-21T02:32:46.300Z Checking atomic-waker v1.1.2
18962024-12-21T02:32:46.425Z Checking utf8_iter v1.0.4
18972024-12-21T02:32:46.440Z Checking utf16_iter v1.0.5
18982024-12-21T02:32:46.601Z Checking icu_normalizer_data v1.5.0
18992024-12-21T02:32:46.614Z Checking write16 v1.0.0
19002024-12-21T02:32:46.627Z Checking pkcs5 v0.7.1
19012024-12-21T02:32:46.693Z Checking http-body v1.0.1
19022024-12-21T02:32:46.733Z Checking form_urlencoded v1.2.1
19032024-12-21T02:32:46.890Z Checking try-lock v0.2.5
19042024-12-21T02:32:46.930Z Checking unicode-ident v1.0.13
19052024-12-21T02:32:47.017Z Checking want v0.3.1
19062024-12-21T02:32:47.078Z Checking httpdate v1.0.3
19072024-12-21T02:32:47.116Z Checking pkcs8 v0.10.2
19082024-12-21T02:32:47.184Z Checking proc-macro2 v1.0.89
19092024-12-21T02:32:47.280Z Checking time v0.3.36
19102024-12-21T02:32:47.298Z Checking toml_datetime v0.6.8
19112024-12-21T02:32:47.314Z Checking uuid v1.11.0
19122024-12-21T02:32:47.420Z Checking serde_spanned v0.6.8
19132024-12-21T02:32:47.436Z Checking aws-lc-rs v1.10.0
19142024-12-21T02:32:47.575Z Checking slog v2.7.0
19152024-12-21T02:32:47.611Z Checking scroll v0.12.0
19162024-12-21T02:32:47.803Z Checking plain v0.2.3
19172024-12-21T02:32:47.949Z Checking match_cfg v0.1.0
19182024-12-21T02:32:47.964Z Checking iana-time-zone v0.1.61
19192024-12-21T02:32:48.033Z Checking ucd-trie v0.1.7
19202024-12-21T02:32:48.051Z Checking base64 v0.22.1
19212024-12-21T02:32:48.074Z Checking adler2 v2.0.0
19222024-12-21T02:32:48.091Z Checking tower-service v0.3.3
19232024-12-21T02:32:48.208Z Checking foreign-types-shared v0.1.1
19242024-12-21T02:32:48.227Z Checking miniz_oxide v0.8.0
19252024-12-21T02:32:48.241Z Checking pest v2.7.14
19262024-12-21T02:32:48.312Z Checking foreign-types v0.3.2
19272024-12-21T02:32:48.400Z Checking chrono v0.4.38
19282024-12-21T02:32:48.538Z Checking goblin v0.8.2
19292024-12-21T02:32:48.910Z Checking icu_normalizer v1.5.0
19302024-12-21T02:32:48.980Z Checking hostname v0.3.1
19312024-12-21T02:32:49.105Z Checking quote v1.0.37
19322024-12-21T02:32:49.273Z Checking rustls-webpki v0.102.8
19332024-12-21T02:32:49.434Z Checking openssl-sys v0.9.103
19342024-12-21T02:32:49.705Z Checking idna_adapter v1.2.0
19352024-12-21T02:32:49.851Z Checking dirs-sys-next v0.1.2
19362024-12-21T02:32:49.882Z Checking idna v1.0.3
19372024-12-21T02:32:50.015Z Checking errno v0.3.9
19382024-12-21T02:32:50.110Z Checking aho-corasick v1.1.3
19392024-12-21T02:32:50.196Z Checking regex-syntax v0.8.5
19402024-12-21T02:32:50.380Z Checking url v2.5.3
19412024-12-21T02:32:50.472Z Checking pretty-hex v0.4.1
19422024-12-21T02:32:50.638Z Checking data-encoding v2.6.0
19432024-12-21T02:32:50.661Z Checking siphasher v0.3.11
19442024-12-21T02:32:50.754Z Checking dtrace-parser v0.2.0
19452024-12-21T02:32:50.961Z Checking openssl v0.10.66
19462024-12-21T02:32:51.124Z Checking tokio-util v0.7.12
19472024-12-21T02:32:51.203Z Checking rustix v0.38.37
19482024-12-21T02:32:51.238Z Checking dirs-next v2.0.0
19492024-12-21T02:32:51.262Z Checking syn v2.0.87
19502024-12-21T02:32:51.369Z Checking http-body-util v0.1.2
19512024-12-21T02:32:51.755Z Checking crossbeam-epoch v0.9.18
19522024-12-21T02:32:51.804Z Checking sha1 v0.10.6
19532024-12-21T02:32:52.045Z Checking h2 v0.4.6
19542024-12-21T02:32:52.068Z Checking signature v2.2.0
19552024-12-21T02:32:52.180Z Checking lazy_static v1.5.0
19562024-12-21T02:32:52.261Z Checking thread-id v4.2.2
19572024-12-21T02:32:52.298Z Checking thread_local v1.1.8
19582024-12-21T02:32:52.368Z Checking encoding_rs v0.8.34
19592024-12-21T02:32:52.578Z Checking unicode-properties v0.1.3
19602024-12-21T02:32:52.927Z Checking gimli v0.31.1
19612024-12-21T02:32:53.489Z Checking dof v0.3.0
19622024-12-21T02:32:53.579Z Checking regex-automata v0.4.8
19632024-12-21T02:32:54.132Z Checking anstyle v1.0.10
19642024-12-21T02:32:54.458Z Checking ipnet v2.10.1
19652024-12-21T02:32:54.683Z Checking either v1.13.0
19662024-12-21T02:32:54.707Z Checking mime v0.3.17
19672024-12-21T02:32:55.262Z Checking openssl-probe v0.1.5
19682024-12-21T02:32:55.286Z Checking utf8parse v0.2.2
19692024-12-21T02:32:55.287Z Checking winnow v0.6.20
19702024-12-21T02:32:55.287Z Checking stringprep v0.1.5
19712024-12-21T02:32:55.287Z Checking anstyle-parse v0.2.5
19722024-12-21T02:32:55.369Z Checking crossbeam-deque v0.8.5
19732024-12-21T02:32:55.463Z Checking term v0.7.0
19742024-12-21T02:32:55.682Z Checking rustls v0.23.19
19752024-12-21T02:32:55.877Z Checking rustls v0.22.4
19762024-12-21T02:32:56.417Z Checking native-tls v0.2.12
19772024-12-21T02:32:56.732Z Checking slog-json v2.6.1
19782024-12-21T02:32:57.001Z Checking serde_urlencoded v0.7.1
19792024-12-21T02:32:57.052Z Checking addr2line v0.24.2
19802024-12-21T02:32:57.438Z Checking crossbeam-channel v0.5.13
19812024-12-21T02:32:57.564Z Checking futures-executor v0.3.31
19822024-12-21T02:32:57.623Z Checking usdt-impl v0.5.0
19832024-12-21T02:32:57.778Z Checking num-integer v0.1.46
19842024-12-21T02:32:58.054Z Checking toml_edit v0.22.22
19852024-12-21T02:32:58.113Z Checking hyper v1.5.0
19862024-12-21T02:32:58.143Z Checking rustls-pemfile v2.2.0
19872024-12-21T02:32:58.145Z Checking idna v0.3.0
19882024-12-21T02:32:58.245Z Checking idna v0.4.0
19892024-12-21T02:32:58.276Z Checking md-5 v0.10.6
19902024-12-21T02:32:58.362Z Checking ff v0.13.0
19912024-12-21T02:32:58.478Z Checking memmap v0.7.0
19922024-12-21T02:32:58.575Z Checking is-terminal v0.4.13
19932024-12-21T02:32:58.677Z Checking hash32 v0.2.1
19942024-12-21T02:32:58.693Z Checking object v0.36.5
19952024-12-21T02:32:58.960Z Checking fallible-iterator v0.2.0
19962024-12-21T02:32:58.995Z Checking is_terminal_polyfill v1.70.1
19972024-12-21T02:32:59.108Z Checking base16ct v0.2.0
19982024-12-21T02:32:59.124Z Checking utf-8 v0.7.6
19992024-12-21T02:32:59.293Z Checking psl-types v2.0.11
20002024-12-21T02:32:59.314Z Checking anstyle-query v1.1.1
20012024-12-21T02:32:59.431Z Checking linked-hash-map v0.5.6
20022024-12-21T02:32:59.457Z Checking dyn-clone v1.0.17
20032024-12-21T02:32:59.472Z Checking rustc-demangle v0.1.24
20042024-12-21T02:32:59.553Z Checking quick-error v1.2.3
20052024-12-21T02:32:59.598Z Checking colorchoice v1.0.2
20062024-12-21T02:32:59.693Z Checking take_mut v0.2.2
20072024-12-21T02:32:59.729Z Checking anstream v0.6.15
20082024-12-21T02:32:59.746Z Checking lru-cache v0.1.2
20092024-12-21T02:32:59.834Z Checking slog-async v2.8.0
20102024-12-21T02:32:59.892Z Checking resolv-conf v0.7.0
20112024-12-21T02:32:59.923Z Checking schemars v0.8.21
20122024-12-21T02:33:00.103Z Checking postgres-protocol v0.6.7
20132024-12-21T02:33:00.120Z Checking tokio-rustls v0.25.0
20142024-12-21T02:33:00.224Z Checking publicsuffix v2.2.3
20152024-12-21T02:33:00.227Z Checking hyper-util v0.1.10
20162024-12-21T02:33:00.463Z Checking tungstenite v0.24.0
20172024-12-21T02:33:00.478Z Checking sec1 v0.7.3
20182024-12-21T02:33:00.627Z Checking toml v0.8.19
20192024-12-21T02:33:00.801Z Checking hickory-proto v0.24.1
20202024-12-21T02:33:00.874Z Checking heapless v0.7.17
20212024-12-21T02:33:01.140Z Checking tokio-rustls v0.26.0
20222024-12-21T02:33:01.338Z Checking slog-term v2.9.1
20232024-12-21T02:33:01.389Z Checking usdt v0.5.0
20242024-12-21T02:33:01.544Z Checking group v0.13.0
20252024-12-21T02:33:01.581Z Checking num-iter v0.1.45
20262024-12-21T02:33:01.631Z Checking futures v0.3.31
20272024-12-21T02:33:01.736Z Checking slog-bunyan v2.5.0
20282024-12-21T02:33:01.736Z Checking tokio-native-tls v0.3.1
20292024-12-21T02:33:01.786Z Checking rayon-core v1.12.1
20302024-12-21T02:33:01.821Z Checking multer v3.1.0
20312024-12-21T02:33:01.875Z Checking terminal_size v0.4.0
20322024-12-21T02:33:01.890Z Checking phf_shared v0.11.2
20332024-12-21T02:33:01.985Z Checking cookie v0.18.1
20342024-12-21T02:33:02.044Z Checking async-stream v0.3.6
20352024-12-21T02:33:02.163Z Checking bzip2-sys v0.1.11+1.0.8
20362024-12-21T02:33:02.216Z Checking camino v1.1.9
20372024-12-21T02:33:02.234Z Checking signal-hook v0.3.17
20382024-12-21T02:33:02.281Z Checking waitgroup v0.1.2
20392024-12-21T02:33:02.284Z Checking openapiv3 v2.0.0
20402024-12-21T02:33:02.410Z Checking webpki-roots v0.26.6
20412024-12-21T02:33:02.426Z Checking serde_path_to_error v0.1.16
20422024-12-21T02:33:02.439Z Checking idna v0.5.0
20432024-12-21T02:33:02.575Z Checking hkdf v0.12.4
20442024-12-21T02:33:02.618Z Checking crypto-bigint v0.5.5
20452024-12-21T02:33:02.787Z Checking hostname v0.4.0
20462024-12-21T02:33:02.802Z Checking crc32fast v1.4.2
20472024-12-21T02:33:02.917Z Checking winnow v0.5.40
20482024-12-21T02:33:03.003Z Checking managed v0.8.0
20492024-12-21T02:33:03.048Z Checking bitflags v1.3.2
20502024-12-21T02:33:03.145Z Checking strsim v0.11.1
20512024-12-21T02:33:03.282Z Checking clap_lex v0.7.2
20522024-12-21T02:33:03.360Z Checking debug-ignore v1.0.5
20532024-12-21T02:33:03.423Z Checking unicode-width v0.1.14
20542024-12-21T02:33:03.495Z Checking smoltcp v0.9.1
20552024-12-21T02:33:03.513Z Checking clap_builder v4.5.21
20562024-12-21T02:33:03.908Z Checking console v0.15.8
20572024-12-21T02:33:04.488Z Checking cookie_store v0.21.0
20582024-12-21T02:33:04.979Z Checking flate2 v1.0.34
20592024-12-21T02:33:05.118Z Checking backtrace v0.3.74
20602024-12-21T02:33:05.179Z Checking hyper-rustls v0.27.3
20612024-12-21T02:33:05.517Z Checking signal-hook-mio v0.2.4
20622024-12-21T02:33:05.540Z Checking hickory-resolver v0.24.1
20632024-12-21T02:33:05.559Z Checking elliptic-curve v0.13.8
20642024-12-21T02:33:05.624Z Checking rayon v1.10.0
20652024-12-21T02:33:05.649Z Checking hyper-tls v0.6.0
20662024-12-21T02:33:05.678Z Checking anyhow v1.0.93
20672024-12-21T02:33:05.788Z Checking dropshot v0.12.0
20682024-12-21T02:33:05.915Z Checking bzip2 v0.4.4
20692024-12-21T02:33:05.929Z Checking toml_edit v0.19.15
20702024-12-21T02:33:06.062Z Checking phf v0.11.2
20712024-12-21T02:33:06.177Z Checking num-bigint-dig v0.8.4
20722024-12-21T02:33:06.198Z Checking tokio-tungstenite v0.24.0
20732024-12-21T02:33:06.335Z Checking postgres-types v0.2.8
20742024-12-21T02:33:06.559Z Checking regex v1.11.1
20752024-12-21T02:33:06.640Z Checking bstr v1.10.0
20762024-12-21T02:33:07.090Z Checking ed25519 v2.2.3
20772024-12-21T02:33:07.111Z Checking tokio-stream v0.1.16
20782024-12-21T02:33:07.205Z Checking phf_shared v0.10.0
20792024-12-21T02:33:07.395Z Checking zerocopy v0.6.6
20802024-12-21T02:33:07.479Z Checking curve25519-dalek v4.1.3
20812024-12-21T02:33:07.585Z Checking pkcs1 v0.7.5
20822024-12-21T02:33:07.958Z Checking hubpack v0.1.2
20832024-12-21T02:33:07.977Z Checking portable-atomic v1.9.0
20842024-12-21T02:33:08.170Z Checking float-cmp v0.9.0
20852024-12-21T02:33:08.254Z Checking serde-big-array v0.5.1
20862024-12-21T02:33:08.270Z Checking rfc6979 v0.4.0
20872024-12-21T02:33:08.344Z Checking sync_wrapper v1.0.1
20882024-12-21T02:33:08.415Z Checking static_assertions v1.1.0
20892024-12-21T02:33:08.441Z Checking precomputed-hash v0.1.1
20902024-12-21T02:33:08.473Z Checking unicode-width v0.2.0
20912024-12-21T02:33:08.487Z Checking bit-vec v0.6.3
20922024-12-21T02:33:08.509Z Checking unicode-segmentation v1.12.0
20932024-12-21T02:33:08.548Z Checking whoami v1.5.2
20942024-12-21T02:33:08.810Z Checking predicates-core v1.0.8
20952024-12-21T02:33:08.845Z Checking minimal-lexical v0.2.1
20962024-12-21T02:33:08.927Z Checking fixedbitset v0.4.2
20972024-12-21T02:33:08.979Z Checking number_prefix v0.4.0
20982024-12-21T02:33:09.004Z Checking new_debug_unreachable v1.0.6
20992024-12-21T02:33:09.091Z Checking normalize-line-endings v0.3.0
21002024-12-21T02:33:09.164Z Checking difflib v0.4.0
21012024-12-21T02:33:09.178Z Checking similar v2.6.0
21022024-12-21T02:33:09.180Z Checking petgraph v0.6.5
21032024-12-21T02:33:09.202Z Checking string_cache v0.8.7
21042024-12-21T02:33:09.219Z Checking nom v7.1.3
21052024-12-21T02:33:09.342Z Checking ed25519-dalek v2.1.1
21062024-12-21T02:33:09.414Z Checking qorb v0.2.1
21072024-12-21T02:33:09.453Z Checking tokio-postgres v0.7.12
21082024-12-21T02:33:09.469Z Checking predicates v3.1.2
21092024-12-21T02:33:09.472Z Checking indicatif v0.17.9
21102024-12-21T02:33:09.741Z Checking bit-set v0.5.3
21112024-12-21T02:33:09.992Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21122024-12-21T02:33:10.017Z Checking reqwest v0.12.9
21132024-12-21T02:33:10.135Z Checking ecdsa v0.16.9
21142024-12-21T02:33:10.249Z Checking toml v0.7.8
21152024-12-21T02:33:10.872Z Checking rsa v0.9.6
21162024-12-21T02:33:11.008Z Checking clap v4.5.21
21172024-12-21T02:33:11.127Z Checking zip v0.6.6
21182024-12-21T02:33:11.826Z Checking crossterm v0.28.1
21192024-12-21T02:33:11.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21202024-12-21T02:33:11.904Z Checking itertools v0.12.1
21212024-12-21T02:33:11.940Z Checking itertools v0.10.5
21222024-12-21T02:33:11.998Z Checking ahash v0.8.11
21232024-12-21T02:33:12.035Z Checking fs-err v2.11.0
21242024-12-21T02:33:12.550Z Checking x509-cert v0.2.5
21252024-12-21T02:33:12.567Z Checking hex v0.4.3
21262024-12-21T02:33:12.572Z Checking semver v1.0.23
21272024-12-21T02:33:12.572Z Checking lalrpop-util v0.19.12
21282024-12-21T02:33:12.846Z Checking peg-runtime v0.8.3
21292024-12-21T02:33:12.981Z Checking sigpipe v0.1.3
21302024-12-21T02:33:14.673Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21312024-12-21T02:33:14.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s
21322024-12-21T02:33:15.135Z
21332024-12-21T02:33:15.135Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21342024-12-21T02:33:15.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-12-21T02:33:15.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-12-21T02:33:15.804Z Compiling hashbrown v0.14.5
21372024-12-21T02:33:15.920Z Checking heck v0.5.0
21382024-12-21T02:33:15.931Z Compiling unsafe-libyaml v0.2.11
21392024-12-21T02:33:15.944Z Compiling ident_case v1.0.1
21402024-12-21T02:33:15.956Z Checking progenitor-client v0.8.0
21412024-12-21T02:33:15.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21422024-12-21T02:33:15.984Z Compiling proc-macro-crate v1.3.1
21432024-12-21T02:33:16.077Z Compiling darling_core v0.20.10
21442024-12-21T02:33:16.107Z Checking ipnetwork v0.20.0
21452024-12-21T02:33:16.299Z Compiling structmeta-derive v0.3.0
21462024-12-21T02:33:16.318Z Compiling newtype-uuid v1.1.3
21472024-12-21T02:33:16.450Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21482024-12-21T02:33:16.636Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21492024-12-21T02:33:16.755Z Compiling lzma-sys v0.1.20
21502024-12-21T02:33:16.977Z Compiling foreign-types-macros v0.2.3
21512024-12-21T02:33:17.055Z Checking regress v0.10.1
21522024-12-21T02:33:17.071Z Compiling num_enum_derive v0.5.11
21532024-12-21T02:33:17.522Z Compiling serde_yaml v0.9.34+deprecated
21542024-12-21T02:33:17.852Z Compiling dropshot v0.13.0
21552024-12-21T02:33:18.114Z Checking arc-swap v1.7.1
21562024-12-21T02:33:18.250Z Checking foreign-types-shared v0.3.1
21572024-12-21T02:33:18.364Z Checking foreign-types v0.5.0
21582024-12-21T02:33:18.558Z Checking slog-scope v4.4.0
21592024-12-21T02:33:18.581Z Compiling proc-macro-error v1.0.4
21602024-12-21T02:33:19.231Z Compiling structmeta v0.3.0
21612024-12-21T02:33:19.266Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21622024-12-21T02:33:19.282Z Checking tungstenite v0.21.0
21632024-12-21T02:33:19.375Z Compiling heck v0.3.3
21642024-12-21T02:33:19.595Z Checking num_enum v0.5.11
21652024-12-21T02:33:19.649Z Compiling parse-display-derive v0.10.0
21662024-12-21T02:33:19.737Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672024-12-21T02:33:19.797Z Compiling dropshot_endpoint v0.13.0
21682024-12-21T02:33:20.216Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-12-21T02:33:20.602Z Checking cstr-argument v0.1.2
21702024-12-21T02:33:20.618Z Checking typify-impl v0.2.0
21712024-12-21T02:33:20.774Z Checking instant v0.1.13
21722024-12-21T02:33:20.895Z Checking pretty-hex v0.2.1
21732024-12-21T02:33:21.042Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21742024-12-21T02:33:21.322Z Checking fastrand v2.1.1
21752024-12-21T02:33:21.650Z Checking base64 v0.21.7
21762024-12-21T02:33:21.818Z Checking tempfile v3.13.0
21772024-12-21T02:33:22.160Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782024-12-21T02:33:22.197Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21792024-12-21T02:33:22.297Z Checking backoff v0.4.0
21802024-12-21T02:33:22.337Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21812024-12-21T02:33:22.474Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21822024-12-21T02:33:22.603Z Checking tokio-tungstenite v0.21.0
21832024-12-21T02:33:22.623Z Compiling zone_cfg_derive v0.1.2
21842024-12-21T02:33:22.639Z Checking strum v0.26.3
21852024-12-21T02:33:22.794Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21862024-12-21T02:33:23.106Z Compiling darling_macro v0.20.10
21872024-12-21T02:33:23.122Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21882024-12-21T02:33:23.140Z Checking slog-stdlog v4.1.1
21892024-12-21T02:33:23.344Z Checking regress v0.9.1
21902024-12-21T02:33:23.454Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21912024-12-21T02:33:23.533Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-12-21T02:33:23.591Z Checking colored v2.1.0
21932024-12-21T02:33:23.810Z Checking macaddr v1.0.1
21942024-12-21T02:33:23.863Z Checking base64 v0.13.1
21952024-12-21T02:33:24.034Z Compiling darling v0.20.10
21962024-12-21T02:33:24.109Z Checking zone v0.1.8
21972024-12-21T02:33:24.163Z Compiling serde_with_macros v3.11.0
21982024-12-21T02:33:24.238Z Checking ron v0.7.1
21992024-12-21T02:33:24.267Z Checking parse-display v0.10.0
22002024-12-21T02:33:24.488Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22012024-12-21T02:33:24.759Z Checking xz2 v0.1.7
22022024-12-21T02:33:24.918Z Checking slog-envlogger v2.2.0
22032024-12-21T02:33:25.064Z Checking tabwriter v1.4.0
22042024-12-21T02:33:25.136Z Checking xattr v1.3.1
22052024-12-21T02:33:25.294Z Checking pem v3.0.4
22062024-12-21T02:33:25.346Z Checking yasna v0.5.2
22072024-12-21T02:33:25.387Z Checking headers-core v0.3.0
22082024-12-21T02:33:25.531Z Checking smf v0.2.3
22092024-12-21T02:33:25.581Z Checking filetime v0.2.25
22102024-12-21T02:33:25.800Z Checking same-file v1.0.6
22112024-12-21T02:33:25.970Z Checking walkdir v2.5.0
22122024-12-21T02:33:26.010Z Checking tar v0.4.42
22132024-12-21T02:33:26.098Z Checking headers v0.4.0
22142024-12-21T02:33:26.237Z Checking atomicwrites v0.4.4
22152024-12-21T02:33:26.266Z Checking rcgen v0.12.1
22162024-12-21T02:33:26.444Z Checking camino-tempfile v1.1.1
22172024-12-21T02:33:26.729Z Checking subprocess v0.2.9
22182024-12-21T02:33:27.078Z Checking serde_with v3.11.0
22192024-12-21T02:33:31.157Z Compiling typify-macro v0.2.0
22202024-12-21T02:33:33.006Z Compiling typify v0.2.0
22212024-12-21T02:33:33.074Z Compiling progenitor-impl v0.8.0
22222024-12-21T02:33:36.319Z Compiling progenitor-macro v0.8.0
22232024-12-21T02:33:41.078Z Checking progenitor v0.8.0
22242024-12-21T02:33:41.229Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22252024-12-21T02:33:41.232Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22262024-12-21T02:33:43.902Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22272024-12-21T02:33:44.193Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22282024-12-21T02:33:50.440Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22292024-12-21T02:33:52.026Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-21T02:33:53.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s
22312024-12-21T02:33:53.456Z
22322024-12-21T02:33:53.456Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22332024-12-21T02:33:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-21T02:33:54.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-21T02:33:54.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362024-12-21T02:33:55.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
22372024-12-21T02:33:55.711Z
22382024-12-21T02:33:55.711Zinfo: running `cargo check --bins` on nexus-config (31/176)
22392024-12-21T02:33:56.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-21T02:33:56.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-21T02:33:56.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-21T02:33:56.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22432024-12-21T02:33:56.329Z
22442024-12-21T02:33:56.329Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22452024-12-21T02:33:56.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-21T02:33:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-21T02:33:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-21T02:33:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22492024-12-21T02:33:56.936Z
22502024-12-21T02:33:56.936Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22512024-12-21T02:33:57.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-21T02:33:57.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-21T02:33:57.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-12-21T02:33:57.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22552024-12-21T02:33:57.554Z
22562024-12-21T02:33:57.555Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22572024-12-21T02:33:58.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-12-21T02:33:58.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-12-21T02:33:58.228Z Compiling zerocopy v0.8.10
22602024-12-21T02:33:58.228Z Compiling progenitor-client v0.8.0
22612024-12-21T02:33:58.228Z Compiling itertools v0.13.0
22622024-12-21T02:33:58.228Z Compiling zerocopy-derive v0.8.10
22632024-12-21T02:33:58.230Z Compiling heapless v0.8.0
22642024-12-21T02:33:58.230Z Compiling newtype-uuid v1.1.3
22652024-12-21T02:33:58.230Z Compiling ipnetwork v0.20.0
22662024-12-21T02:33:58.230Z Checking hash32 v0.3.1
22672024-12-21T02:33:58.518Z Compiling instant v0.1.13
22682024-12-21T02:33:58.618Z Compiling smoltcp v0.11.0
22692024-12-21T02:33:58.667Z Compiling backoff v0.4.0
22702024-12-21T02:33:58.849Z Compiling progenitor v0.8.0
22712024-12-21T02:33:59.026Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22722024-12-21T02:33:59.101Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22732024-12-21T02:33:59.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742024-12-21T02:33:59.276Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752024-12-21T02:33:59.315Z Compiling serde_with v3.11.0
22762024-12-21T02:33:59.445Z Compiling dropshot v0.13.0
22772024-12-21T02:33:59.579Z Compiling parse-display v0.10.0
22782024-12-21T02:33:59.787Z Checking num-rational v0.4.2
22792024-12-21T02:34:00.160Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22802024-12-21T02:34:00.321Z Compiling regress v0.9.1
22812024-12-21T02:34:00.455Z Compiling phf_generator v0.11.2
22822024-12-21T02:34:00.638Z Checking num-complex v0.4.6
22832024-12-21T02:34:01.482Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22842024-12-21T02:34:02.061Z Compiling macaddr v1.0.1
22852024-12-21T02:34:02.519Z Checking cobs v0.2.3
22862024-12-21T02:34:02.651Z Compiling num v0.4.3
22872024-12-21T02:34:02.696Z Checking postcard v1.0.10
22882024-12-21T02:34:02.863Z Compiling phf_codegen v0.11.2
22892024-12-21T02:34:03.276Z Compiling parse-zoneinfo v0.3.1
22902024-12-21T02:34:03.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-21T02:34:03.612Z Compiling float-ord v0.3.2
22922024-12-21T02:34:03.915Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932024-12-21T02:34:04.058Z Compiling convert_case v0.4.0
22942024-12-21T02:34:04.514Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952024-12-21T02:34:05.068Z Compiling derive_more v0.99.18
22962024-12-21T02:34:05.291Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22972024-12-21T02:34:05.546Z Compiling chrono-tz-build v0.4.0
22982024-12-21T02:34:06.262Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22992024-12-21T02:34:07.044Z Compiling crucible-workspace-hack v0.1.0
23002024-12-21T02:34:07.158Z Compiling thiserror v2.0.3
23012024-12-21T02:34:07.294Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23022024-12-21T02:34:07.449Z Compiling chrono-tz v0.10.0
23032024-12-21T02:34:07.582Z Checking newline-converter v0.3.0
23042024-12-21T02:34:08.093Z Checking prettyplease v0.2.25
23052024-12-21T02:34:08.116Z Compiling thiserror-impl v2.0.3
23062024-12-21T02:34:08.761Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072024-12-21T02:34:08.899Z Compiling slog-dtrace v0.3.0
23082024-12-21T02:34:08.955Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23092024-12-21T02:34:09.184Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-12-21T02:34:09.548Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23112024-12-21T02:34:10.271Z Checking expectorate v1.1.0
23122024-12-21T02:34:10.432Z Compiling zone_cfg_derive v0.3.0
23132024-12-21T02:34:10.505Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23142024-12-21T02:34:10.580Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152024-12-21T02:34:10.888Z Compiling const_format_proc_macros v0.2.33
23162024-12-21T02:34:11.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23172024-12-21T02:34:11.783Z Compiling num-derive v0.4.2
23182024-12-21T02:34:11.873Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192024-12-21T02:34:11.950Z Checking highway v1.2.0
23202024-12-21T02:34:12.038Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23212024-12-21T02:34:12.329Z Checking zone v0.3.0
23222024-12-21T02:34:12.382Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23232024-12-21T02:34:12.385Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23242024-12-21T02:34:13.030Z Checking const_format v0.2.33
23252024-12-21T02:34:13.106Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23262024-12-21T02:34:13.225Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-21T02:34:13.462Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23282024-12-21T02:34:13.512Z Checking gethostname v0.5.0
23292024-12-21T02:34:13.636Z Checking bcs v0.1.6
23302024-12-21T02:34:13.865Z Compiling async-recursion v1.1.1
23312024-12-21T02:34:14.113Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23322024-12-21T02:34:14.913Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23332024-12-21T02:34:15.318Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23342024-12-21T02:34:20.979Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23352024-12-21T02:34:24.276Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362024-12-21T02:34:26.885Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23372024-12-21T02:34:28.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s
23382024-12-21T02:34:28.254Z
23392024-12-21T02:34:28.255Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23402024-12-21T02:34:28.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-21T02:34:28.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-21T02:34:28.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-12-21T02:34:28.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23442024-12-21T02:34:28.883Z
23452024-12-21T02:34:28.883Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23462024-12-21T02:34:29.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-21T02:34:29.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-21T02:34:29.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492024-12-21T02:34:29.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23502024-12-21T02:34:29.519Z
23512024-12-21T02:34:29.519Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23522024-12-21T02:34:30.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-21T02:34:30.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-21T02:34:30.174Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-12-21T02:34:30.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23562024-12-21T02:34:30.986Z
23572024-12-21T02:34:30.986Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23582024-12-21T02:34:31.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-12-21T02:34:31.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-12-21T02:34:31.657Z Compiling cfg_aliases v0.1.1
23612024-12-21T02:34:31.660Z Compiling vte_generate_state_changes v0.1.2
23622024-12-21T02:34:31.660Z Checking fd-lock v4.0.2
23632024-12-21T02:34:31.660Z Checking nibble_vec v0.1.0
23642024-12-21T02:34:31.760Z Checking endian-type v0.1.2
23652024-12-21T02:34:31.763Z Checking bytecount v0.6.8
23662024-12-21T02:34:31.768Z Compiling tabled_derive v0.7.0
23672024-12-21T02:34:31.813Z Compiling peg-macros v0.8.4
23682024-12-21T02:34:31.831Z Compiling nix v0.28.0
23692024-12-21T02:34:31.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23702024-12-21T02:34:31.931Z Checking papergrid v0.11.0
23712024-12-21T02:34:31.934Z Compiling sqlparser_derive v0.2.2
23722024-12-21T02:34:31.962Z Checking radix_trie v0.2.1
23732024-12-21T02:34:32.348Z Checking home v0.5.9
23742024-12-21T02:34:32.372Z Checking vte v0.11.1
23752024-12-21T02:34:32.494Z Checking nu-ansi-term v0.50.1
23762024-12-21T02:34:32.908Z Checking unicode_categories v0.1.1
23772024-12-21T02:34:33.019Z Checking sqlparser v0.45.0
23782024-12-21T02:34:33.096Z Checking display-error-chain v0.2.2
23792024-12-21T02:34:33.201Z Checking sqlformat v0.2.6
23802024-12-21T02:34:33.735Z Checking strip-ansi-escapes v0.2.0
23812024-12-21T02:34:33.894Z Checking reedline v0.35.0
23822024-12-21T02:34:34.077Z Checking tabled v0.15.0
23832024-12-21T02:34:34.751Z Checking peg v0.8.4
23842024-12-21T02:34:35.079Z Checking rustyline v14.0.0
23852024-12-21T02:34:43.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
23862024-12-21T02:34:43.895Z
23872024-12-21T02:34:43.895Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23882024-12-21T02:34:44.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-21T02:34:44.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-21T02:34:44.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-21T02:34:49.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
23922024-12-21T02:34:49.726Z
23932024-12-21T02:34:49.726Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23942024-12-21T02:34:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-21T02:34:50.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-21T02:34:50.404Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-21T02:34:54.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
23982024-12-21T02:34:54.295Z
23992024-12-21T02:34:54.295Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24002024-12-21T02:34:54.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-21T02:34:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-21T02:34:54.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-21T02:34:59.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
24042024-12-21T02:34:59.794Z
24052024-12-21T02:34:59.794Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24062024-12-21T02:35:00.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-21T02:35:00.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-21T02:35:00.460Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-21T02:35:05.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
24102024-12-21T02:35:05.295Z
24112024-12-21T02:35:05.295Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24122024-12-21T02:35:05.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-21T02:35:05.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-21T02:35:05.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-21T02:35:09.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24162024-12-21T02:35:10.035Z
24172024-12-21T02:35:10.035Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24182024-12-21T02:35:10.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-21T02:35:10.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-21T02:35:10.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-21T02:35:14.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
24222024-12-21T02:35:14.844Z
24232024-12-21T02:35:14.844Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24242024-12-21T02:35:15.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-21T02:35:15.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-21T02:35:15.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24272024-12-21T02:35:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
24282024-12-21T02:35:20.610Z
24292024-12-21T02:35:20.610Zinfo: running `cargo check --bins` on oximeter (46/176)
24302024-12-21T02:35:21.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-21T02:35:21.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-21T02:35:21.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-21T02:35:21.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24342024-12-21T02:35:21.245Z
24352024-12-21T02:35:21.245Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24362024-12-21T02:35:21.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-21T02:35:21.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-21T02:35:21.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-12-21T02:35:21.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24402024-12-21T02:35:21.847Z
24412024-12-21T02:35:21.847Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24422024-12-21T02:35:22.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-21T02:35:22.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-21T02:35:22.477Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452024-12-21T02:35:22.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24462024-12-21T02:35:23.084Z
24472024-12-21T02:35:23.084Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24482024-12-21T02:35:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-21T02:35:23.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-21T02:35:23.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-21T02:35:23.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24522024-12-21T02:35:23.716Z
24532024-12-21T02:35:23.716Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24542024-12-21T02:35:24.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-21T02:35:24.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-21T02:35:24.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-21T02:35:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24582024-12-21T02:35:24.347Z
24592024-12-21T02:35:24.347Zinfo: running `cargo check --bins` on oxql-types (51/176)
24602024-12-21T02:35:24.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-21T02:35:24.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-21T02:35:24.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-21T02:35:24.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24642024-12-21T02:35:24.981Z
24652024-12-21T02:35:24.981Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24662024-12-21T02:35:25.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-21T02:35:25.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-21T02:35:25.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-21T02:35:25.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24702024-12-21T02:35:25.631Z
24712024-12-21T02:35:25.631Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24722024-12-21T02:35:26.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-21T02:35:26.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-21T02:35:26.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-21T02:35:26.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762024-12-21T02:35:26.265Z
24772024-12-21T02:35:26.265Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24782024-12-21T02:35:26.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-21T02:35:26.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-21T02:35:26.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-21T02:35:26.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24822024-12-21T02:35:26.909Z
24832024-12-21T02:35:26.909Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24842024-12-21T02:35:27.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-21T02:35:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-21T02:35:27.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-21T02:35:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24882024-12-21T02:35:27.533Z
24892024-12-21T02:35:27.533Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24902024-12-21T02:35:28.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-21T02:35:28.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-21T02:35:28.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-21T02:35:28.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24942024-12-21T02:35:28.163Z
24952024-12-21T02:35:28.163Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24962024-12-21T02:35:28.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-21T02:35:28.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-21T02:35:28.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-21T02:35:28.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25002024-12-21T02:35:28.802Z
25012024-12-21T02:35:28.802Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25022024-12-21T02:35:29.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-21T02:35:29.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-21T02:35:29.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-21T02:35:29.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25062024-12-21T02:35:29.412Z
25072024-12-21T02:35:29.412Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25082024-12-21T02:35:29.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-21T02:35:29.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-21T02:35:29.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-21T02:35:29.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122024-12-21T02:35:30.065Z
25132024-12-21T02:35:30.065Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25142024-12-21T02:35:30.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-21T02:35:30.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-21T02:35:30.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-21T02:35:30.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25182024-12-21T02:35:30.694Z
25192024-12-21T02:35:30.694Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25202024-12-21T02:35:31.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-21T02:35:31.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-21T02:35:31.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-21T02:35:31.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25242024-12-21T02:35:31.310Z
25252024-12-21T02:35:31.310Zinfo: running `cargo check --bins` on dpd-client (62/176)
25262024-12-21T02:35:31.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-21T02:35:31.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-21T02:35:31.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-21T02:35:31.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25302024-12-21T02:35:31.927Z
25312024-12-21T02:35:31.927Zinfo: running `cargo check --bins` on gateway-client (63/176)
25322024-12-21T02:35:32.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-21T02:35:32.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-21T02:35:32.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-21T02:35:32.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25362024-12-21T02:35:32.533Z
25372024-12-21T02:35:32.533Zinfo: running `cargo check --bins` on installinator-client (64/176)
25382024-12-21T02:35:33.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-21T02:35:33.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-21T02:35:33.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-21T02:35:33.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25422024-12-21T02:35:33.169Z
25432024-12-21T02:35:33.169Zinfo: running `cargo check --bins` on installinator-common (65/176)
25442024-12-21T02:35:33.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-21T02:35:33.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-21T02:35:33.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-21T02:35:33.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25482024-12-21T02:35:33.805Z
25492024-12-21T02:35:33.805Zinfo: running `cargo check --bins` on update-engine (66/176)
25502024-12-21T02:35:34.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-21T02:35:34.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-21T02:35:34.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-21T02:35:34.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25542024-12-21T02:35:34.409Z
25552024-12-21T02:35:34.409Zinfo: running `cargo check --bins` on nexus-client (67/176)
25562024-12-21T02:35:34.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-21T02:35:34.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-21T02:35:34.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-21T02:35:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25602024-12-21T02:35:35.054Z
25612024-12-21T02:35:35.054Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25622024-12-21T02:35:35.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-21T02:35:35.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-21T02:35:35.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-21T02:35:35.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25662024-12-21T02:35:35.685Z
25672024-12-21T02:35:35.685Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25682024-12-21T02:35:36.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-21T02:35:36.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-21T02:35:36.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-21T02:35:36.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25722024-12-21T02:35:36.287Z
25732024-12-21T02:35:36.287Zinfo: running `cargo check --bins` on nexus-types (70/176)
25742024-12-21T02:35:36.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-21T02:35:36.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-21T02:35:36.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-21T02:35:36.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25782024-12-21T02:35:36.934Z
25792024-12-21T02:35:36.934Zinfo: running `cargo check --bins` on oxide-client (71/176)
25802024-12-21T02:35:37.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-21T02:35:37.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-21T02:35:37.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-21T02:35:37.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25842024-12-21T02:35:37.540Z
25852024-12-21T02:35:37.540Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25862024-12-21T02:35:38.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-21T02:35:38.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-21T02:35:38.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-21T02:35:38.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25902024-12-21T02:35:38.158Z
25912024-12-21T02:35:38.159Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25922024-12-21T02:35:38.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-21T02:35:38.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-21T02:35:38.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-21T02:35:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25962024-12-21T02:35:38.765Z
25972024-12-21T02:35:38.765Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25982024-12-21T02:35:39.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-21T02:35:39.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-21T02:35:39.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-21T02:35:39.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26022024-12-21T02:35:39.397Z
26032024-12-21T02:35:39.397Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26042024-12-21T02:35:39.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-21T02:35:39.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-21T02:35:39.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-21T02:35:39.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26082024-12-21T02:35:40.054Z
26092024-12-21T02:35:40.054Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26102024-12-21T02:35:40.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-21T02:35:40.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-21T02:35:40.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-21T02:35:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26142024-12-21T02:35:40.706Z
26152024-12-21T02:35:40.706Zinfo: running `cargo check --bins` on wicket-common (77/176)
26162024-12-21T02:35:41.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-21T02:35:41.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-21T02:35:41.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-12-21T02:35:41.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26202024-12-21T02:35:41.373Z
26212024-12-21T02:35:41.373Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26222024-12-21T02:35:41.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-12-21T02:35:41.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-12-21T02:35:42.007Z Checking csv-core v0.1.11
26252024-12-21T02:35:42.012Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26262024-12-21T02:35:42.012Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26272024-12-21T02:35:42.304Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26282024-12-21T02:35:42.318Z Checking csv v1.3.0
26292024-12-21T02:35:42.861Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26302024-12-21T02:35:43.200Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26312024-12-21T02:35:44.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
26322024-12-21T02:35:44.620Z
26332024-12-21T02:35:44.620Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26342024-12-21T02:35:45.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-21T02:35:45.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-21T02:35:45.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-21T02:35:45.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26382024-12-21T02:35:45.236Z
26392024-12-21T02:35:45.236Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26402024-12-21T02:35:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-21T02:35:45.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-21T02:35:45.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-21T02:35:45.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26442024-12-21T02:35:45.880Z
26452024-12-21T02:35:45.880Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26462024-12-21T02:35:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-21T02:35:46.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-21T02:35:46.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-21T02:35:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26502024-12-21T02:35:46.599Z
26512024-12-21T02:35:46.599Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26522024-12-21T02:35:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-21T02:35:47.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-21T02:35:47.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-12-21T02:35:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26562024-12-21T02:35:47.301Z
26572024-12-21T02:35:47.301Zinfo: running `cargo check --bins` on dns-server (83/176)
26582024-12-21T02:35:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-12-21T02:35:47.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-12-21T02:35:47.937Z Compiling parking_lot_core v0.8.6
26612024-12-21T02:35:47.940Z Checking fxhash v0.2.1
26622024-12-21T02:35:47.940Z Checking hickory-server v0.24.1
26632024-12-21T02:35:47.940Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26642024-12-21T02:35:48.038Z Checking hickory-client v0.24.1
26652024-12-21T02:35:48.635Z Checking parking_lot v0.11.2
26662024-12-21T02:35:48.771Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26672024-12-21T02:35:48.774Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682024-12-21T02:35:48.890Z Checking sled v0.34.7
26692024-12-21T02:35:50.618Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702024-12-21T02:35:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
26712024-12-21T02:35:52.091Z
26722024-12-21T02:35:52.091Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26732024-12-21T02:35:52.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-21T02:35:52.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-21T02:35:52.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-21T02:35:52.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26772024-12-21T02:35:52.641Z
26782024-12-21T02:35:52.642Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26792024-12-21T02:35:53.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-21T02:35:53.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-21T02:35:53.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-21T02:35:53.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26832024-12-21T02:35:53.311Z
26842024-12-21T02:35:53.311Zinfo: running `cargo check --bins` on gateway-types (86/176)
26852024-12-21T02:35:53.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-21T02:35:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-21T02:35:53.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-21T02:35:53.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26892024-12-21T02:35:53.926Z
26902024-12-21T02:35:53.926Zinfo: running `cargo check --bins` on ipcc (87/176)
26912024-12-21T02:35:54.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-21T02:35:54.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-21T02:35:54.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-12-21T02:35:54.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26952024-12-21T02:35:54.547Z
26962024-12-21T02:35:54.547Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26972024-12-21T02:35:55.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-12-21T02:35:55.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-12-21T02:35:55.237Z Compiling radium v0.7.0
27002024-12-21T02:35:55.239Z Compiling semver v0.1.20
27012024-12-21T02:35:55.349Z Compiling maybe-uninit v2.0.0
27022024-12-21T02:35:55.352Z Checking tap v1.0.1
27032024-12-21T02:35:55.357Z Checking password-hash v0.5.0
27042024-12-21T02:35:55.357Z Checking blake2 v0.10.6
27052024-12-21T02:35:55.357Z Compiling owo-colors v4.1.0
27062024-12-21T02:35:55.357Z Compiling cancel-safe-futures v0.1.5
27072024-12-21T02:35:55.499Z Checking wyz v0.5.1
27082024-12-21T02:35:55.676Z Compiling rustc_version v0.1.7
27092024-12-21T02:35:55.714Z Checking crc-catalog v2.4.0
27102024-12-21T02:35:55.770Z Checking funty v2.0.0
27112024-12-21T02:35:55.852Z Compiling packed_struct v0.10.1
27122024-12-21T02:35:55.854Z Checking crc v3.2.1
27132024-12-21T02:35:55.854Z Checking argon2 v0.5.3
27142024-12-21T02:35:55.996Z Compiling packed_struct_codegen v0.10.1
27152024-12-21T02:35:56.017Z Checking half v2.4.1
27162024-12-21T02:35:56.154Z Compiling indexmap v1.9.3
27172024-12-21T02:35:56.170Z Compiling newtype_derive v0.1.6
27182024-12-21T02:35:56.315Z Checking ciborium-io v0.2.2
27192024-12-21T02:35:56.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27202024-12-21T02:35:56.428Z Checking nodrop v0.1.14
27212024-12-21T02:35:56.462Z Checking ciborium-ll v0.2.2
27222024-12-21T02:35:56.526Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27232024-12-21T02:35:56.543Z Checking array-init v0.0.4
27242024-12-21T02:35:56.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27252024-12-21T02:35:56.706Z Checking bitvec v1.0.1
27262024-12-21T02:35:56.745Z Checking smallvec v0.6.14
27272024-12-21T02:35:56.835Z Checking libsw v3.3.1
27282024-12-21T02:35:57.110Z Compiling memoffset v0.9.1
27292024-12-21T02:35:57.141Z Checking hashbrown v0.12.3
27302024-12-21T02:35:57.240Z Checking bitfield v0.14.0
27312024-12-21T02:35:57.368Z Checking indent_write v2.2.0
27322024-12-21T02:35:57.397Z Checking linear-map v1.2.0
27332024-12-21T02:35:57.504Z Checking swrite v0.1.0
27342024-12-21T02:35:57.532Z Checking termcolor v1.4.1
27352024-12-21T02:35:57.565Z Checking serde-hex v0.1.0
27362024-12-21T02:35:57.625Z Checking ron v0.8.1
27372024-12-21T02:35:57.871Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27382024-12-21T02:35:57.960Z Checking env_logger v0.10.2
27392024-12-21T02:35:58.320Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27402024-12-21T02:35:58.383Z Checking steno v0.4.1
27412024-12-21T02:35:58.845Z Checking ciborium v0.2.2
27422024-12-21T02:35:58.901Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27432024-12-21T02:35:59.053Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27442024-12-21T02:35:59.162Z Checking hashbrown v0.13.2
27452024-12-21T02:35:59.555Z Checking crc-any v2.5.0
27462024-12-21T02:35:59.859Z Checking humantime v2.1.0
27472024-12-21T02:35:59.948Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482024-12-21T02:36:00.161Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27492024-12-21T02:36:00.210Z Checking object v0.30.4
27502024-12-21T02:36:00.548Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27512024-12-21T02:36:00.590Z Checking path-slash v0.1.5
27522024-12-21T02:36:00.671Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27532024-12-21T02:36:00.733Z Checking nix v0.27.1
27542024-12-21T02:36:00.907Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27552024-12-21T02:36:01.308Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562024-12-21T02:36:01.490Z Checking tungstenite v0.23.0
27572024-12-21T02:36:01.548Z Checking kstat-rs v0.2.4
27582024-12-21T02:36:01.644Z Checking signal-hook-tokio v0.3.1
27592024-12-21T02:36:01.903Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27602024-12-21T02:36:02.260Z Checking tokio-tungstenite v0.23.1
27612024-12-21T02:36:03.089Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27622024-12-21T02:36:03.415Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632024-12-21T02:36:03.568Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27642024-12-21T02:36:10.014Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27652024-12-21T02:36:11.296Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27662024-12-21T02:36:13.991Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27672024-12-21T02:36:19.662Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27682024-12-21T02:36:20.365Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692024-12-21T02:36:23.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s
27702024-12-21T02:36:23.349Z
27712024-12-21T02:36:23.349Zinfo: running `cargo check --bins` on gateway-api (89/176)
27722024-12-21T02:36:23.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-21T02:36:23.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-21T02:36:23.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-21T02:36:23.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27762024-12-21T02:36:23.969Z
27772024-12-21T02:36:23.969Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27782024-12-21T02:36:24.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-21T02:36:24.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-21T02:36:24.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-21T02:36:24.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27822024-12-21T02:36:24.570Z
27832024-12-21T02:36:24.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27842024-12-21T02:36:25.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-21T02:36:25.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-21T02:36:25.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-21T02:36:25.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27882024-12-21T02:36:25.188Z
27892024-12-21T02:36:25.189Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27902024-12-21T02:36:25.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-21T02:36:25.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-21T02:36:25.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-21T02:36:25.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27942024-12-21T02:36:25.812Z
27952024-12-21T02:36:25.813Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27962024-12-21T02:36:26.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-21T02:36:26.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-21T02:36:26.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-21T02:36:26.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28002024-12-21T02:36:26.432Z
28012024-12-21T02:36:26.432Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28022024-12-21T02:36:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-21T02:36:26.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-21T02:36:26.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-21T02:36:26.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28062024-12-21T02:36:27.054Z
28072024-12-21T02:36:27.054Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28082024-12-21T02:36:27.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-21T02:36:27.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-21T02:36:27.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-21T02:36:27.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28122024-12-21T02:36:27.678Z
28132024-12-21T02:36:27.678Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28142024-12-21T02:36:28.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-21T02:36:28.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-21T02:36:28.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-21T02:36:28.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28182024-12-21T02:36:28.303Z
28192024-12-21T02:36:28.303Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28202024-12-21T02:36:28.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-21T02:36:28.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-21T02:36:28.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-21T02:36:28.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28242024-12-21T02:36:28.947Z
28252024-12-21T02:36:28.947Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28262024-12-21T02:36:29.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-21T02:36:29.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-21T02:36:29.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292024-12-21T02:36:29.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28302024-12-21T02:36:29.565Z
28312024-12-21T02:36:29.565Zinfo: running `cargo check --bins` on sp-sim (99/176)
28322024-12-21T02:36:30.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-21T02:36:30.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-21T02:36:30.198Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28352024-12-21T02:36:32.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28362024-12-21T02:36:32.224Z
28372024-12-21T02:36:32.224Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28382024-12-21T02:36:32.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-21T02:36:32.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-21T02:36:32.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-21T02:36:32.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28422024-12-21T02:36:32.883Z
28432024-12-21T02:36:32.883Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28442024-12-21T02:36:33.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-21T02:36:33.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-21T02:36:33.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-21T02:36:33.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28482024-12-21T02:36:33.552Z
28492024-12-21T02:36:33.552Zinfo: running `cargo check --bins` on db-macros (102/176)
28502024-12-21T02:36:34.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-21T02:36:34.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-21T02:36:34.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-21T02:36:34.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28542024-12-21T02:36:34.161Z
28552024-12-21T02:36:34.161Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28562024-12-21T02:36:34.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-21T02:36:34.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-21T02:36:34.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-21T02:36:34.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28602024-12-21T02:36:34.771Z
28612024-12-21T02:36:34.771Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28622024-12-21T02:36:35.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-21T02:36:35.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-21T02:36:35.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-21T02:36:35.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28662024-12-21T02:36:35.432Z
28672024-12-21T02:36:35.432Zinfo: running `cargo check --bins` on authz-macros (105/176)
28682024-12-21T02:36:35.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-21T02:36:35.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-21T02:36:35.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-21T02:36:35.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28722024-12-21T02:36:36.037Z
28732024-12-21T02:36:36.037Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28742024-12-21T02:36:36.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-21T02:36:36.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-21T02:36:36.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-21T02:36:36.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-21T02:36:36.686Z
28792024-12-21T02:36:36.687Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28802024-12-21T02:36:37.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-21T02:36:37.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-21T02:36:37.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-21T02:36:37.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28842024-12-21T02:36:37.343Z
28852024-12-21T02:36:37.343Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28862024-12-21T02:36:37.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-21T02:36:37.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-21T02:36:37.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-21T02:36:37.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28902024-12-21T02:36:37.973Z
28912024-12-21T02:36:37.973Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28922024-12-21T02:36:38.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-21T02:36:38.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-21T02:36:38.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-21T02:36:38.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28962024-12-21T02:36:38.625Z
28972024-12-21T02:36:38.625Zinfo: running `cargo check --bins` on typed-rng (110/176)
28982024-12-21T02:36:39.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-21T02:36:39.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-21T02:36:39.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-12-21T02:36:39.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022024-12-21T02:36:39.230Z
29032024-12-21T02:36:39.232Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29042024-12-21T02:36:39.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-12-21T02:36:39.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-12-21T02:36:39.968Z Checking keccak v0.1.5
29072024-12-21T02:36:40.078Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29082024-12-21T02:36:40.081Z Checking secrecy v0.8.0
29092024-12-21T02:36:40.081Z Compiling unicase v2.7.0
29102024-12-21T02:36:40.081Z Compiling same-file v1.0.6
29112024-12-21T02:36:40.101Z Compiling tempfile v3.13.0
29122024-12-21T02:36:40.125Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29132024-12-21T02:36:40.127Z Compiling thiserror-impl-no-std v2.0.2
29142024-12-21T02:36:40.252Z Compiling walkdir v2.5.0
29152024-12-21T02:36:40.358Z Checking sha3 v0.10.8
29162024-12-21T02:36:40.374Z Checking universal-hash v0.5.1
29172024-12-21T02:36:40.459Z Compiling blake3 v1.5.4
29182024-12-21T02:36:40.525Z Checking opaque-debug v0.3.1
29192024-12-21T02:36:40.607Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29202024-12-21T02:36:40.625Z Checking poly1305 v0.8.0
29212024-12-21T02:36:40.695Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29222024-12-21T02:36:40.749Z Checking chacha20 v0.9.1
29232024-12-21T02:36:40.903Z Checking aead v0.5.2
29242024-12-21T02:36:40.990Z Compiling memmap2 v0.9.5
29252024-12-21T02:36:41.007Z Compiling salty v0.3.0
29262024-12-21T02:36:41.112Z Compiling arrayvec v0.7.6
29272024-12-21T02:36:41.131Z Compiling arrayref v0.3.9
29282024-12-21T02:36:41.145Z Compiling constant_time_eq v0.3.1
29292024-12-21T02:36:41.233Z Compiling libefi-sys v0.1.0
29302024-12-21T02:36:41.316Z Checking chacha20poly1305 v0.10.1
29312024-12-21T02:36:41.441Z Compiling toolchain_find v0.4.0
29322024-12-21T02:36:41.484Z Compiling camino-tempfile v1.1.1
29332024-12-21T02:36:41.502Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29342024-12-21T02:36:41.537Z Compiling bitfield-struct v0.6.2
29352024-12-21T02:36:41.845Z Compiling topological-sort v0.2.2
29362024-12-21T02:36:41.930Z Compiling mime_guess v2.0.5
29372024-12-21T02:36:42.034Z Compiling rustfmt-wrapper v0.2.1
29382024-12-21T02:36:42.468Z Compiling omicron-zone-package v0.12.0
29392024-12-21T02:36:42.604Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29402024-12-21T02:36:42.673Z Checking primeorder v0.13.6
29412024-12-21T02:36:42.914Z Checking env_filter v0.1.2
29422024-12-21T02:36:42.991Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-12-21T02:36:42.994Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29442024-12-21T02:36:43.139Z Checking env_logger v0.11.5
29452024-12-21T02:36:43.159Z Checking p384 v0.13.0
29462024-12-21T02:36:43.266Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29472024-12-21T02:36:43.336Z Checking thiserror-no-std v2.0.2
29482024-12-21T02:36:43.350Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29492024-12-21T02:36:43.351Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29502024-12-21T02:36:43.437Z Checking vsss-rs v3.3.4
29512024-12-21T02:36:43.582Z Checking bumpalo v3.16.0
29522024-12-21T02:36:43.599Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29532024-12-21T02:36:43.734Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29542024-12-21T02:36:43.878Z Checking simd-adler32 v0.3.7
29552024-12-21T02:36:43.907Z Checking lockfree-object-pool v0.1.6
29562024-12-21T02:36:44.016Z Compiling zip v2.1.3
29572024-12-21T02:36:44.069Z Checking http-range v0.1.5
29582024-12-21T02:36:44.139Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29592024-12-21T02:36:44.216Z Checking zopfli v0.8.1
29602024-12-21T02:36:44.257Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29612024-12-21T02:36:44.336Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29622024-12-21T02:36:44.547Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29632024-12-21T02:36:44.867Z Checking nanorand v0.7.0
29642024-12-21T02:36:44.960Z Checking atty v0.2.14
29652024-12-21T02:36:44.991Z Checking glob v0.3.1
29662024-12-21T02:36:45.095Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29672024-12-21T02:36:45.241Z Checking flume v0.11.1
29682024-12-21T02:36:45.320Z Checking hyper-staticfile v0.10.1
29692024-12-21T02:36:45.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29702024-12-21T02:36:45.796Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29712024-12-21T02:36:46.572Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29722024-12-21T02:36:46.597Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29732024-12-21T02:36:46.926Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29742024-12-21T02:36:47.016Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29752024-12-21T02:36:47.304Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29762024-12-21T02:36:47.614Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29772024-12-21T02:36:47.918Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29782024-12-21T02:36:48.091Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29792024-12-21T02:36:48.844Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29802024-12-21T02:36:49.241Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29812024-12-21T02:36:52.071Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29822024-12-21T02:36:52.071Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29832024-12-21T02:37:00.860Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-12-21T02:37:14.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s
29852024-12-21T02:37:14.562Z
29862024-12-21T02:37:14.562Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29872024-12-21T02:37:15.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-12-21T02:37:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-12-21T02:37:15.294Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-12-21T02:37:28.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
29912024-12-21T02:37:29.176Z
29922024-12-21T02:37:29.176Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
29932024-12-21T02:37:29.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-12-21T02:37:29.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-12-21T02:37:29.911Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-12-21T02:37:43.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
29972024-12-21T02:37:43.731Z
29982024-12-21T02:37:43.731Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
29992024-12-21T02:37:44.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-12-21T02:37:44.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-12-21T02:37:44.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-12-21T02:37:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
30032024-12-21T02:37:58.206Z
30042024-12-21T02:37:58.206Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30052024-12-21T02:37:58.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-12-21T02:37:58.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-12-21T02:37:58.933Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-12-21T02:38:12.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
30092024-12-21T02:38:12.719Z
30102024-12-21T02:38:12.719Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30112024-12-21T02:38:13.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-12-21T02:38:13.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-12-21T02:38:13.443Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-12-21T02:38:27.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
30152024-12-21T02:38:27.352Z
30162024-12-21T02:38:27.352Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30172024-12-21T02:38:27.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-12-21T02:38:27.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-12-21T02:38:28.087Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-12-21T02:38:41.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
30212024-12-21T02:38:41.970Z
30222024-12-21T02:38:41.970Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30232024-12-21T02:38:42.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-12-21T02:38:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-12-21T02:38:42.704Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262024-12-21T02:38:56.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
30272024-12-21T02:38:56.453Z
30282024-12-21T02:38:56.453Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30292024-12-21T02:38:57.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-12-21T02:38:57.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-12-21T02:38:57.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-12-21T02:38:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30332024-12-21T02:38:57.104Z
30342024-12-21T02:38:57.104Zinfo: running `cargo check --bins` on key-manager (120/176)
30352024-12-21T02:38:57.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-12-21T02:38:57.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-12-21T02:38:57.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-12-21T02:38:57.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30392024-12-21T02:38:57.723Z
30402024-12-21T02:38:57.724Zinfo: running `cargo check --bins` on range-requests (121/176)
30412024-12-21T02:38:58.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-12-21T02:38:58.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-12-21T02:38:58.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-12-21T02:38:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30452024-12-21T02:38:58.329Z
30462024-12-21T02:38:58.329Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30472024-12-21T02:38:58.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-12-21T02:38:58.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-12-21T02:38:58.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-12-21T02:38:58.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30512024-12-21T02:38:58.953Z
30522024-12-21T02:38:58.953Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30532024-12-21T02:38:59.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-12-21T02:38:59.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-12-21T02:38:59.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-12-21T02:38:59.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30572024-12-21T02:38:59.601Z
30582024-12-21T02:38:59.601Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30592024-12-21T02:39:00.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-12-21T02:39:00.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-12-21T02:39:00.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-12-21T02:39:00.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632024-12-21T02:39:00.202Z
30642024-12-21T02:39:00.202Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30652024-12-21T02:39:00.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-12-21T02:39:00.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-12-21T02:39:00.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-12-21T02:39:00.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30692024-12-21T02:39:00.840Z
30702024-12-21T02:39:00.840Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30712024-12-21T02:39:01.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-12-21T02:39:01.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-12-21T02:39:01.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-12-21T02:39:01.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30752024-12-21T02:39:01.478Z
30762024-12-21T02:39:01.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30772024-12-21T02:39:02.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-12-21T02:39:02.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-12-21T02:39:02.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-12-21T02:39:02.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30812024-12-21T02:39:02.120Z
30822024-12-21T02:39:02.120Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30832024-12-21T02:39:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-21T02:39:02.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-21T02:39:02.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-21T02:39:02.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30872024-12-21T02:39:02.774Z
30882024-12-21T02:39:02.774Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
30892024-12-21T02:39:03.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-21T02:39:03.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-21T02:39:03.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922024-12-21T02:39:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30932024-12-21T02:39:03.416Z
30942024-12-21T02:39:03.417Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
30952024-12-21T02:39:03.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-21T02:39:03.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-21T02:39:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982024-12-21T02:39:03.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30992024-12-21T02:39:04.065Z
31002024-12-21T02:39:04.065Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31012024-12-21T02:39:04.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-21T02:39:04.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-21T02:39:04.748Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042024-12-21T02:39:04.748Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31052024-12-21T02:39:05.610Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31062024-12-21T02:39:07.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
31072024-12-21T02:39:07.789Z
31082024-12-21T02:39:07.789Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31092024-12-21T02:39:08.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-21T02:39:08.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-21T02:39:08.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-12-21T02:39:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31132024-12-21T02:39:08.410Z
31142024-12-21T02:39:08.410Zinfo: running `cargo check --bins` on cert-dev (133/176)
31152024-12-21T02:39:08.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-21T02:39:08.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-21T02:39:09.023Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31182024-12-21T02:39:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31192024-12-21T02:39:09.450Z
31202024-12-21T02:39:09.450Zinfo: running `cargo check --bins` on clickana (134/176)
31212024-12-21T02:39:10.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-21T02:39:10.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-21T02:39:10.099Z Checking castaway v0.2.3
31242024-12-21T02:39:10.099Z Checking unicode-truncate v1.1.0
31252024-12-21T02:39:10.101Z Checking lru v0.12.5
31262024-12-21T02:39:10.102Z Compiling instability v0.3.2
31272024-12-21T02:39:10.102Z Checking cassowary v0.3.0
31282024-12-21T02:39:10.102Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292024-12-21T02:39:10.308Z Checking compact_str v0.8.0
31302024-12-21T02:39:10.917Z Checking ratatui v0.28.1
31312024-12-21T02:39:12.787Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31322024-12-21T02:39:13.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
31332024-12-21T02:39:13.783Z
31342024-12-21T02:39:13.783Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31352024-12-21T02:39:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-21T02:39:14.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-21T02:39:14.462Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31382024-12-21T02:39:14.462Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31392024-12-21T02:39:15.042Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31402024-12-21T02:39:15.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31412024-12-21T02:39:15.588Z
31422024-12-21T02:39:15.588Zinfo: running `cargo check --bins` on ch-dev (136/176)
31432024-12-21T02:39:16.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-21T02:39:16.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-21T02:39:16.249Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31462024-12-21T02:39:16.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31472024-12-21T02:39:17.127Z
31482024-12-21T02:39:17.127Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31492024-12-21T02:39:17.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-12-21T02:39:17.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-12-21T02:39:17.785Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31522024-12-21T02:39:18.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31532024-12-21T02:39:18.327Z
31542024-12-21T02:39:18.327Zinfo: running `cargo check --bins` on db-dev (138/176)
31552024-12-21T02:39:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-21T02:39:18.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-21T02:39:18.986Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31582024-12-21T02:39:19.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31592024-12-21T02:39:19.887Z
31602024-12-21T02:39:19.887Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31612024-12-21T02:39:20.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-12-21T02:39:20.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-12-21T02:39:20.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-12-21T02:39:20.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31652024-12-21T02:39:20.527Z
31662024-12-21T02:39:20.527Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31672024-12-21T02:39:21.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-12-21T02:39:21.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-12-21T02:39:21.145Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31702024-12-21T02:39:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31712024-12-21T02:39:22.188Z
31722024-12-21T02:39:22.188Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31732024-12-21T02:39:22.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-12-21T02:39:22.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-12-21T02:39:22.805Z Checking cargo-platform v0.1.8
31762024-12-21T02:39:23.071Z Checking cargo_metadata v0.18.1
31772024-12-21T02:39:24.041Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782024-12-21T02:39:24.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31792024-12-21T02:39:25.019Z
31802024-12-21T02:39:25.019Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31812024-12-21T02:39:25.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-12-21T02:39:25.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-12-21T02:39:25.731Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31842024-12-21T02:39:26.455Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31852024-12-21T02:39:27.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31862024-12-21T02:39:27.200Z
31872024-12-21T02:39:27.200Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
31882024-12-21T02:39:27.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-12-21T02:39:27.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-12-21T02:39:27.987Z Compiling crunchy v0.2.2
31912024-12-21T02:39:27.987Z Compiling tiny-keccak v2.0.2
31922024-12-21T02:39:27.990Z Compiling dsl_auto_type v0.1.2
31932024-12-21T02:39:27.990Z Checking scheduled-thread-pool v0.2.7
31942024-12-21T02:39:27.990Z Compiling diesel_table_macro_syntax v0.2.0
31952024-12-21T02:39:28.100Z Compiling ascii-canvas v3.0.0
31962024-12-21T02:39:28.109Z Compiling ena v0.14.3
31972024-12-21T02:39:28.117Z Compiling diff v0.1.13
31982024-12-21T02:39:28.296Z Checking r2d2 v0.8.10
31992024-12-21T02:39:28.406Z Compiling regex-syntax v0.6.29
32002024-12-21T02:39:28.555Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32012024-12-21T02:39:28.560Z Compiling ref-cast v1.0.23
32022024-12-21T02:39:28.631Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32032024-12-21T02:39:28.668Z Compiling derive_builder_core v0.20.2
32042024-12-21T02:39:28.802Z Compiling libxml v0.3.3
32052024-12-21T02:39:28.823Z Compiling ref-cast-impl v1.0.23
32062024-12-21T02:39:28.915Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32072024-12-21T02:39:29.194Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32082024-12-21T02:39:29.213Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32092024-12-21T02:39:29.413Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32102024-12-21T02:39:29.445Z Compiling strum_macros v0.24.3
32112024-12-21T02:39:29.486Z Compiling samael v0.0.17
32122024-12-21T02:39:29.676Z Compiling diesel_derives v2.2.3
32132024-12-21T02:39:29.820Z Compiling indoc v1.0.9
32142024-12-21T02:39:30.824Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32152024-12-21T02:39:31.050Z Compiling derive_builder_macro v0.20.2
32162024-12-21T02:39:31.093Z Compiling oso-derive v0.27.3
32172024-12-21T02:39:31.921Z Compiling lalrpop v0.19.12
32182024-12-21T02:39:31.990Z Checking derive_builder v0.20.2
32192024-12-21T02:39:32.104Z Compiling impl-trait-for-tuples v0.2.2
32202024-12-21T02:39:32.148Z Checking quick-xml v0.33.0
32212024-12-21T02:39:32.674Z Compiling diesel-dtrace v0.4.2
32222024-12-21T02:39:32.970Z Checking maplit v1.0.2
32232024-12-21T02:39:33.170Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32242024-12-21T02:39:33.194Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32252024-12-21T02:39:33.471Z Checking bb8 v0.8.5
32262024-12-21T02:39:33.635Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32272024-12-21T02:39:33.925Z Checking rand_seeder v0.3.0
32282024-12-21T02:39:33.977Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32292024-12-21T02:39:34.163Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32302024-12-21T02:39:34.351Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32312024-12-21T02:39:34.437Z Checking smawk v0.3.2
32322024-12-21T02:39:34.614Z Checking unicode-linebreak v0.1.5
32332024-12-21T02:39:34.643Z Checking is_ci v1.2.0
32342024-12-21T02:39:34.784Z Checking supports-color v3.0.1
32352024-12-21T02:39:34.884Z Checking multimap v0.10.0
32362024-12-21T02:39:35.041Z Checking textwrap v0.16.1
32372024-12-21T02:39:35.864Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382024-12-21T02:39:38.640Z Checking diesel v2.2.6
32392024-12-21T02:40:05.089Z Compiling polar-core v0.27.3
32402024-12-21T02:40:07.433Z Checking async-bb8-diesel v0.2.1
32412024-12-21T02:40:12.485Z Checking oso v0.27.3
32422024-12-21T02:41:20.563Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32432024-12-21T02:41:26.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32442024-12-21T02:41:26.900Z
32452024-12-21T02:41:26.900Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32462024-12-21T02:41:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472024-12-21T02:41:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482024-12-21T02:41:27.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492024-12-21T02:41:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32502024-12-21T02:41:27.584Z
32512024-12-21T02:41:27.584Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32522024-12-21T02:41:28.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532024-12-21T02:41:28.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542024-12-21T02:41:28.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552024-12-21T02:41:28.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32562024-12-21T02:41:28.264Z
32572024-12-21T02:41:28.264Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32582024-12-21T02:41:28.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-12-21T02:41:28.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-12-21T02:41:28.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612024-12-21T02:41:28.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32622024-12-21T02:41:28.881Z
32632024-12-21T02:41:28.881Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32642024-12-21T02:41:29.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-12-21T02:41:29.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-12-21T02:41:29.669Z Compiling libz-sys v1.1.20
32672024-12-21T02:41:29.672Z Compiling libgit2-sys v0.17.0+1.8.1
32682024-12-21T02:41:29.794Z Compiling vergen v8.3.2
32692024-12-21T02:41:29.797Z Compiling cargo-platform v0.1.8
32702024-12-21T02:41:29.797Z Compiling pin-project-internal v1.1.6
32712024-12-21T02:41:29.827Z Compiling libsqlite3-sys v0.30.1
32722024-12-21T02:41:29.830Z Compiling snafu-derive v0.8.5
32732024-12-21T02:41:29.831Z Compiling rustls v0.21.12
32742024-12-21T02:41:30.056Z Compiling cfg_aliases v0.2.1
32752024-12-21T02:41:30.084Z Compiling buf-list v1.0.3
32762024-12-21T02:41:30.155Z Compiling cargo_metadata v0.18.1
32772024-12-21T02:41:30.355Z Compiling nix v0.29.0
32782024-12-21T02:41:30.409Z Checking globset v0.4.15
32792024-12-21T02:41:30.783Z Checking olpc-cjson v0.1.4
32802024-12-21T02:41:30.804Z Checking rustls-webpki v0.101.7
32812024-12-21T02:41:30.975Z Checking sct v0.7.1
32822024-12-21T02:41:31.001Z Checking serde_plain v1.0.2
32832024-12-21T02:41:31.162Z Checking typed-path v0.9.3
32842024-12-21T02:41:31.565Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32852024-12-21T02:41:31.692Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32862024-12-21T02:41:31.843Z Checking hashlink v0.9.1
32872024-12-21T02:41:31.945Z Checking parse-size v1.1.0
32882024-12-21T02:41:32.131Z Checking fallible-streaming-iterator v0.1.9
32892024-12-21T02:41:32.373Z Checking fallible-iterator v0.3.0
32902024-12-21T02:41:32.810Z Checking pin-project v1.1.6
32912024-12-21T02:41:32.936Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32922024-12-21T02:41:32.976Z Checking rusqlite v0.32.1
32932024-12-21T02:41:33.025Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32942024-12-21T02:41:33.189Z Checking rustls-pemfile v1.0.4
32952024-12-21T02:41:33.385Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962024-12-21T02:41:33.710Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32972024-12-21T02:41:33.851Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32982024-12-21T02:41:33.977Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32992024-12-21T02:41:34.021Z Checking twox-hash v1.6.3
33002024-12-21T02:41:34.106Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33012024-12-21T02:41:34.496Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33022024-12-21T02:41:34.568Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33032024-12-21T02:41:34.745Z Checking tokio-rustls v0.24.1
33042024-12-21T02:41:35.035Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052024-12-21T02:41:35.096Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33062024-12-21T02:41:35.099Z Checking fatfs v0.3.6
33072024-12-21T02:41:35.386Z Checking snafu v0.8.5
33082024-12-21T02:41:35.862Z Checking tough v0.19.0
33092024-12-21T02:41:36.073Z Checking assert_matches v1.5.0
33102024-12-21T02:41:39.977Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33112024-12-21T02:41:41.381Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122024-12-21T02:41:42.152Z Compiling git2 v0.19.0
33132024-12-21T02:41:46.875Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33142024-12-21T02:42:39.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33152024-12-21T02:42:39.639Z
33162024-12-21T02:42:39.642Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33172024-12-21T02:42:40.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-12-21T02:42:40.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-12-21T02:42:40.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-12-21T02:42:40.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33212024-12-21T02:42:40.325Z
33222024-12-21T02:42:40.326Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33232024-12-21T02:42:40.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-12-21T02:42:40.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-12-21T02:42:40.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-12-21T02:42:40.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33272024-12-21T02:42:40.933Z
33282024-12-21T02:42:40.933Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33292024-12-21T02:42:41.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-12-21T02:42:41.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-12-21T02:42:41.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-12-21T02:42:41.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33332024-12-21T02:42:41.585Z
33342024-12-21T02:42:41.585Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33352024-12-21T02:42:42.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-12-21T02:42:42.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-12-21T02:42:42.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382024-12-21T02:42:42.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33392024-12-21T02:42:42.263Z
33402024-12-21T02:42:42.263Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33412024-12-21T02:42:42.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-12-21T02:42:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-12-21T02:42:42.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442024-12-21T02:42:42.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33452024-12-21T02:42:42.933Z
33462024-12-21T02:42:42.933Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33472024-12-21T02:42:43.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-12-21T02:42:43.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-12-21T02:42:43.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502024-12-21T02:42:43.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33512024-12-21T02:42:43.601Z
33522024-12-21T02:42:43.601Zinfo: running `cargo check --bins` on update-common (154/176)
33532024-12-21T02:42:44.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-12-21T02:42:44.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-12-21T02:42:44.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-12-21T02:42:44.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33572024-12-21T02:42:44.252Z
33582024-12-21T02:42:44.252Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33592024-12-21T02:42:44.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-12-21T02:42:44.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-12-21T02:42:44.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622024-12-21T02:42:44.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33632024-12-21T02:42:44.904Z
33642024-12-21T02:42:44.905Zinfo: running `cargo check --bins` on tufaceous (156/176)
33652024-12-21T02:42:45.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-12-21T02:42:45.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-12-21T02:42:45.568Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33682024-12-21T02:42:46.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33692024-12-21T02:42:46.720Z
33702024-12-21T02:42:46.720Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33712024-12-21T02:42:47.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-12-21T02:42:47.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-12-21T02:42:47.573Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33742024-12-21T02:42:47.698Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33752024-12-21T02:42:47.698Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33762024-12-21T02:42:47.700Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33772024-12-21T02:43:13.414Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33782024-12-21T02:43:13.414Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33792024-12-21T02:43:13.417Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33802024-12-21T02:43:13.417Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33812024-12-21T02:43:13.417Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33822024-12-21T02:43:14.249Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33832024-12-21T02:43:15.527Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33842024-12-21T02:43:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33852024-12-21T02:43:53.189Z
33862024-12-21T02:43:53.189Zinfo: running `cargo check --bins` on openapi-manager (158/176)
33872024-12-21T02:43:53.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-12-21T02:43:53.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-12-21T02:43:53.892Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33902024-12-21T02:43:53.892Z Checking heck v0.4.1
33912024-12-21T02:43:53.897Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33922024-12-21T02:43:54.129Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33932024-12-21T02:43:55.536Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33942024-12-21T02:43:56.398Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33952024-12-21T02:43:57.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
33962024-12-21T02:43:57.680Z
33972024-12-21T02:43:57.680Zinfo: running `cargo check --bins` on installinator-api (159/176)
33982024-12-21T02:43:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-12-21T02:43:58.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-12-21T02:43:58.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012024-12-21T02:43:58.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34022024-12-21T02:43:58.335Z
34032024-12-21T02:43:58.335Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34042024-12-21T02:43:58.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052024-12-21T02:43:58.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062024-12-21T02:43:58.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072024-12-21T02:43:58.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34082024-12-21T02:43:58.990Z
34092024-12-21T02:43:58.990Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34102024-12-21T02:43:59.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-21T02:43:59.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-21T02:43:59.683Z Compiling petname v2.0.2
34132024-12-21T02:43:59.686Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34142024-12-21T02:43:59.686Z Checking sync-ptr v0.1.1
34152024-12-21T02:44:01.093Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34162024-12-21T02:44:02.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
34172024-12-21T02:44:02.848Z
34182024-12-21T02:44:02.848Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34192024-12-21T02:44:03.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202024-12-21T02:44:03.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212024-12-21T02:44:03.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222024-12-21T02:44:03.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34232024-12-21T02:44:03.506Z
34242024-12-21T02:44:03.506Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34252024-12-21T02:44:05.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-12-21T02:44:05.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-12-21T02:44:05.085Z Checking memmap2 v0.9.5
34282024-12-21T02:44:05.085Z Checking arrayvec v0.7.6
34292024-12-21T02:44:05.085Z Checking arrayref v0.3.9
34302024-12-21T02:44:05.085Z Checking constant_time_eq v0.3.1
34312024-12-21T02:44:05.085Z Checking topological-sort v0.2.2
34322024-12-21T02:44:05.085Z Checking shell-words v1.1.0
34332024-12-21T02:44:05.085Z Checking blake3 v1.5.4
34342024-12-21T02:44:05.085Z Checking omicron-zone-package v0.12.0
34352024-12-21T02:44:06.127Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34362024-12-21T02:44:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
34372024-12-21T02:44:07.201Z
34382024-12-21T02:44:07.201Zinfo: running `cargo check --bins` on xtask (164/176)
34392024-12-21T02:44:07.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402024-12-21T02:44:07.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412024-12-21T02:44:07.627Z Checking bitflags v2.6.0
34422024-12-21T02:44:07.629Z Checking serde v1.0.215
34432024-12-21T02:44:07.629Z Checking thiserror v1.0.69
34442024-12-21T02:44:07.717Z Checking scroll v0.12.0
34452024-12-21T02:44:07.725Z Checking hashbrown v0.15.1
34462024-12-21T02:44:07.728Z Checking log v0.4.22
34472024-12-21T02:44:07.728Z Checking zerocopy v0.7.35
34482024-12-21T02:44:07.754Z Checking syn v2.0.87
34492024-12-21T02:44:07.817Z Checking pest v2.7.14
34502024-12-21T02:44:07.942Z Checking rustix v0.38.37
34512024-12-21T02:44:07.971Z Checking once_cell v1.20.2
34522024-12-21T02:44:08.149Z Checking goblin v0.8.2
34532024-12-21T02:44:08.264Z Checking fs-err v2.11.0
34542024-12-21T02:44:08.565Z Checking anyhow v1.0.93
34552024-12-21T02:44:08.805Z Checking indexmap v2.6.0
34562024-12-21T02:44:08.969Z Checking tabled v0.15.0
34572024-12-21T02:44:09.965Z Checking terminal_size v0.4.0
34582024-12-21T02:44:09.966Z Checking tempfile v3.13.0
34592024-12-21T02:44:10.127Z Checking clap_builder v4.5.21
34602024-12-21T02:44:10.400Z Checking dtrace-parser v0.2.0
34612024-12-21T02:44:11.872Z Checking serde_json v1.0.132
34622024-12-21T02:44:11.872Z Checking toml_datetime v0.6.8
34632024-12-21T02:44:11.874Z Checking serde_spanned v0.6.8
34642024-12-21T02:44:11.874Z Checking camino v1.1.9
34652024-12-21T02:44:11.874Z Checking cargo-platform v0.1.8
34662024-12-21T02:44:12.085Z Checking semver v1.0.23
34672024-12-21T02:44:12.145Z Checking toml_edit v0.22.22
34682024-12-21T02:44:12.169Z Checking macaddr v1.0.1
34692024-12-21T02:44:12.470Z Checking camino-tempfile v1.1.1
34702024-12-21T02:44:12.541Z Checking clap v4.5.21
34712024-12-21T02:44:13.098Z Checking dof v0.3.0
34722024-12-21T02:44:13.098Z Checking cargo_metadata v0.18.1
34732024-12-21T02:44:13.497Z Checking usdt-impl v0.5.0
34742024-12-21T02:44:13.865Z Checking usdt v0.5.0
34752024-12-21T02:44:13.984Z Checking toml v0.8.19
34762024-12-21T02:44:14.451Z Checking cargo_toml v0.20.5
34772024-12-21T02:44:15.658Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34782024-12-21T02:44:16.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
34792024-12-21T02:44:16.364Z
34802024-12-21T02:44:16.364Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
34812024-12-21T02:44:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822024-12-21T02:44:16.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832024-12-21T02:44:17.121Z Checking polyval v0.6.2
34842024-12-21T02:44:17.233Z Checking ctr v0.9.2
34852024-12-21T02:44:17.243Z Checking ssh-encoding v0.2.0
34862024-12-21T02:44:17.245Z Checking blowfish v0.9.1
34872024-12-21T02:44:17.264Z Checking password-hash v0.4.2
34882024-12-21T02:44:17.267Z Checking matches v0.1.10
34892024-12-21T02:44:17.293Z Checking p256 v0.13.2
34902024-12-21T02:44:17.293Z Checking p521 v0.13.3
34912024-12-21T02:44:17.360Z Checking idna v0.2.3
34922024-12-21T02:44:17.464Z Checking ghash v0.5.1
34932024-12-21T02:44:17.482Z Checking bcrypt-pbkdf v0.10.0
34942024-12-21T02:44:17.485Z Compiling enum-as-inner v0.5.1
34952024-12-21T02:44:17.549Z Checking russh-cryptovec v0.7.3
34962024-12-21T02:44:17.624Z Checking aes-gcm v0.10.3
34972024-12-21T02:44:17.651Z Checking pbkdf2 v0.11.0
34982024-12-21T02:44:17.746Z Checking md5 v0.7.0
34992024-12-21T02:44:17.766Z Checking num-bigint v0.4.6
35002024-12-21T02:44:17.785Z Checking des v0.8.1
35012024-12-21T02:44:17.865Z Checking ssh-cipher v0.2.0
35022024-12-21T02:44:17.927Z Checking hex-literal v0.4.1
35032024-12-21T02:44:18.035Z Compiling dhcproto-macros v0.1.0
35042024-12-21T02:44:18.058Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35052024-12-21T02:44:18.058Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35062024-12-21T02:44:18.144Z Checking ssh-key v0.6.6
35072024-12-21T02:44:18.179Z Checking internet-checksum v0.2.1
35082024-12-21T02:44:18.497Z Checking trust-dns-proto v0.22.0
35092024-12-21T02:44:19.473Z Checking russh-keys v0.45.0
35102024-12-21T02:44:20.404Z Checking russh v0.45.0
35112024-12-21T02:44:21.045Z Checking dhcproto v0.12.0
35122024-12-21T02:44:38.059Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35132024-12-21T02:44:39.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.10s
35142024-12-21T02:44:39.669Z
35152024-12-21T02:44:39.669Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35162024-12-21T02:44:40.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-21T02:44:40.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-21T02:44:40.313Z Checking termios v0.3.3
35192024-12-21T02:44:40.526Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35202024-12-21T02:44:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35212024-12-21T02:44:41.472Z
35222024-12-21T02:44:41.472Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35232024-12-21T02:44:42.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-21T02:44:42.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-21T02:44:42.170Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35262024-12-21T02:44:44.184Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-21T02:44:46.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
35282024-12-21T02:44:46.269Z
35292024-12-21T02:44:46.269Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35302024-12-21T02:44:46.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-21T02:44:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-21T02:44:46.846Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35332024-12-21T02:44:47.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35342024-12-21T02:44:47.510Z
35352024-12-21T02:44:47.510Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35362024-12-21T02:44:48.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372024-12-21T02:44:48.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382024-12-21T02:44:48.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392024-12-21T02:44:48.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35402024-12-21T02:44:48.117Z
35412024-12-21T02:44:48.117Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35422024-12-21T02:44:48.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432024-12-21T02:44:48.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442024-12-21T02:44:48.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452024-12-21T02:44:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35462024-12-21T02:44:48.727Z
35472024-12-21T02:44:48.727Zinfo: running `cargo check --bins` on omicron-package (171/176)
35482024-12-21T02:44:49.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-21T02:44:49.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-21T02:44:49.393Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35512024-12-21T02:44:50.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
35522024-12-21T02:44:50.956Z
35532024-12-21T02:44:50.956Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
35542024-12-21T02:44:51.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552024-12-21T02:44:51.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562024-12-21T02:44:51.656Z Checking rtoolbox v0.0.2
35572024-12-21T02:44:51.656Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35582024-12-21T02:44:51.659Z Checking tui-tree-widget v0.22.0
35592024-12-21T02:44:51.876Z Checking rpassword v7.3.1
35602024-12-21T02:44:55.995Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35612024-12-21T02:44:58.949Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35622024-12-21T02:45:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
35632024-12-21T02:45:00.407Z
35642024-12-21T02:45:00.407Zinfo: running `cargo check --bins` on wicket (173/176)
35652024-12-21T02:45:01.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662024-12-21T02:45:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672024-12-21T02:45:01.111Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35682024-12-21T02:45:01.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35692024-12-21T02:45:01.739Z
35702024-12-21T02:45:01.739Zinfo: running `cargo check --bins` on wicketd (174/176)
35712024-12-21T02:45:02.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722024-12-21T02:45:02.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732024-12-21T02:45:02.456Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35742024-12-21T02:45:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
35752024-12-21T02:45:06.578Z
35762024-12-21T02:45:06.578Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
35772024-12-21T02:45:07.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782024-12-21T02:45:07.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792024-12-21T02:45:07.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802024-12-21T02:45:07.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35812024-12-21T02:45:07.189Z
35822024-12-21T02:45:07.189Zinfo: running `cargo check --bins` on zone-setup (176/176)
35832024-12-21T02:45:07.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842024-12-21T02:45:07.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852024-12-21T02:45:07.917Z Checking uzers v0.12.1
35862024-12-21T02:45:08.255Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35872024-12-21T02:45:09.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
35882024-12-21T02:45:09.636Z
35892024-12-21T02:45:09.636Zreal 12:56.411989453
35902024-12-21T02:45:09.636Zuser 24:06.249633904
35912024-12-21T02:45:09.636Zsys 5:24.882400332
35922024-12-21T02:45:09.636Ztrap 0.465075097
35932024-12-21T02:45:09.636Ztflt 2.289501768
35942024-12-21T02:45:09.636Zdflt 3.134527691
35952024-12-21T02:45:09.636Zkflt 0.000823243
35962024-12-21T02:45:09.636Zlock 45:39.888945626
35972024-12-21T02:45:09.636Zslp 2:05:33.034399786
35982024-12-21T02:45:09.636Zlat 1:00.566294966
35992024-12-21T02:45:09.636Zstop 3:13.579011051
36002024-12-21T02:45:09.639Zprocess exited: duration 1174813 ms, exit code 0
 
36012024-12-21T02:45:09.644Zfound 0 output files