01JFE408E1WM3S44BYEYMX1Y1S: 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: 01JFE410Y5WS4595WDC083RAZH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T00:11:24.582Zjob assigned to worker 01JFE415WFDHHRDXZ2DM3ZBGG9 [factory aws, i-0fd471a3b343726e9] (queued for 48 s)
 
22024-12-19T00:11:32.114Zstarting task 0: "setup"
32024-12-19T00:11:32.122Z++ uname -s
42024-12-19T00:11:32.125Z+ kern=SunOS
52024-12-19T00:11:32.125Z+ case "$kern" in
62024-12-19T00:11:32.125Z+ groupadd -g 12345 build
72024-12-19T00:11:32.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T00:11:34.135Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T00:11:34.299Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T00:11:34.301Z+ home_fs=zfs
112024-12-19T00:11:34.301Z+ [[ zfs == autofs ]]
122024-12-19T00:11:34.301Z+ mkdir -p /home/build
132024-12-19T00:11:34.304Z+ chown build:build /home/build /work
142024-12-19T00:11:36.305Z+ chmod 0700 /home/build /work
152024-12-19T00:11:36.307Zprocess exited: duration 4195 ms, exit code 0
 
162024-12-19T00:11:36.314Zstarting task 1: "rust-toolchain"
172024-12-19T00:11:36.318Z+ printf ' * toolchain channel = "%s"
182024-12-19T00:11:36.318Z' 1.81.0
192024-12-19T00:11:36.322Z+ printf ' * toolchain profile = "%s"
202024-12-19T00:11:36.322Z * toolchain channel = "1.81.0"
212024-12-19T00:11:36.322Z * toolchain profile = "default"
222024-12-19T00:11:36.322Z' default
232024-12-19T00:11:36.322Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T00:11:36.322Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T00:11:36.440Zinfo: downloading installer
262024-12-19T00:11:37.846Zinfo: profile set to 'default'
272024-12-19T00:11:37.846Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T00:11:37.849Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T00:11:38.000Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T00:11:38.000Zinfo: downloading component 'cargo'
312024-12-19T00:11:38.847Zinfo: downloading component 'clippy'
322024-12-19T00:11:39.161Zinfo: downloading component 'rust-docs'
332024-12-19T00:11:40.331Zinfo: downloading component 'rust-std'
342024-12-19T00:11:42.204Zinfo: downloading component 'rustc'
352024-12-19T00:11:48.836Zinfo: downloading component 'rustfmt'
362024-12-19T00:11:49.085Zinfo: installing component 'cargo'
372024-12-19T00:11:49.925Zinfo: installing component 'clippy'
382024-12-19T00:11:50.303Zinfo: installing component 'rust-docs'
392024-12-19T00:11:51.926Zinfo: installing component 'rust-std'
402024-12-19T00:11:53.748Zinfo: installing component 'rustc'
412024-12-19T00:11:59.565Zinfo: installing component 'rustfmt'
422024-12-19T00:11:59.885Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T00:11:59.885Z
442024-12-19T00:12:00.249Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T00:12:00.249Z
462024-12-19T00:12:00.252Z
472024-12-19T00:12:00.252ZRust is installed now. Great!
482024-12-19T00:12:00.252Z
492024-12-19T00:12:00.252ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T00:12:00.252Zenvironment variable. This has not been done automatically.
512024-12-19T00:12:00.252Z
522024-12-19T00:12:00.252ZTo configure your current shell, you need to source
532024-12-19T00:12:00.252Zthe corresponding env file under $HOME/.cargo.
542024-12-19T00:12:00.252Z
552024-12-19T00:12:00.252ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T00:12:00.252Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T00:12:00.252Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T00:12:00.323Z+ rustc --version
592024-12-19T00:12:00.387Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T00:12:00.390Zprocess exited: duration 24077 ms, exit code 0
 
612024-12-19T00:12:00.396Zstarting task 2: "authentication"
622024-12-19T00:12:00.419Zprocess exited: duration 21 ms, exit code 0
 
632024-12-19T00:12:00.424Zstarting task 3: "clone repository"
642024-12-19T00:12:00.430Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T00:12:00.432Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T00:12:00.474ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T00:12:07.598Z+ cd /work/oxidecomputer/omicron
682024-12-19T00:12:07.602Z+ git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5
692024-12-19T00:12:08.152ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T00:12:08.152Z * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD
712024-12-19T00:12:08.159Z+ [[ -n '' ]]
722024-12-19T00:12:08.159Z+ git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5
732024-12-19T00:12:08.331ZHEAD is now at b1dfbe761 how the hell did this happen?
742024-12-19T00:12:08.334Zprocess exited: duration 7908 ms, exit code 0
 
752024-12-19T00:12:08.339Zstarting task 4: "build"
762024-12-19T00:12:08.344Z+ source .github/buildomat/ci-env.sh
772024-12-19T00:12:08.344Z++ export CARGO_TERM_COLOR=always
782024-12-19T00:12:08.344Z++ CARGO_TERM_COLOR=always
792024-12-19T00:12:08.344Z+ cargo --version
802024-12-19T00:12:08.405Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T00:12:08.414Z+ rustc --version
822024-12-19T00:12:08.464Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T00:12:08.467Z+ source ./env.sh
842024-12-19T00:12:08.467Z++ OLD_SHELL_OPTS=ehxB
852024-12-19T00:12:08.467Z++ set -o xtrace
862024-12-19T00:12:08.470Z++++ dirname ./env.sh
872024-12-19T00:12:08.473Z+++ readlink -f .
882024-12-19T00:12:08.475Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-12-19T00:12:08.475Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-12-19T00:12:08.475Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-12-19T00:12:08.475Z++ 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
922024-12-19T00:12:08.475Z++ 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
932024-12-19T00:12:08.475Z++ 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
942024-12-19T00:12:08.475Z++ 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
952024-12-19T00:12:08.476Z++ 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
962024-12-19T00:12:08.476Z++ 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
972024-12-19T00:12:08.476Z++ case $OLD_SHELL_OPTS in
982024-12-19T00:12:08.476Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-12-19T00:12:08.476Z+ 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
1002024-12-19T00:12:08.476Z+ 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
1012024-12-19T00:12:08.476Z+ banner prerequisites
1022024-12-19T00:12:08.478Z
1032024-12-19T00:12:08.478Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-12-19T00:12:08.478Z # # # # # # # # # # # # # # #
1052024-12-19T00:12:08.478Z # # # # ##### # # ##### # # # # # #### #
1062024-12-19T00:12:08.478Z ##### ##### # ##### # # # # # # # # #
1072024-12-19T00:12:08.478Z # # # # # # # # # # # # # # #
1082024-12-19T00:12:08.478Z # # # ###### # # ###### ### # #### # #### #
1092024-12-19T00:12:08.478Z
1102024-12-19T00:12:08.478Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-12-19T00:12:16.206Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-19T00:12:20.199Z Startup: Caching catalogs ... Done
1132024-12-19T00:12:30.916ZPlanning: Solver setup ... Done (9.865s)
1142024-12-19T00:12:31.046ZPlanning: Running solver ... Done (0.131s)
1152024-12-19T00:12:31.148ZPlanning: Finding local manifests ... Done (0.003s)
1162024-12-19T00:12:31.161ZPlanning: Fetching manifests: 0/5 0% complete
1172024-12-19T00:12:31.775ZPlanning: Fetching manifests: 5/5 100% complete
1182024-12-19T00:12:31.871ZPlanning: Package planning ... Done (0.097s)
1192024-12-19T00:12:31.928ZPlanning: Merging actions ... Done (0.057s)
1202024-12-19T00:12:32.118ZPlanning: Checking for conflicting actions ... Done (0.190s)
1212024-12-19T00:12:33.859ZPlanning: Consolidating action changes ... Done (1.738s)
1222024-12-19T00:12:34.259ZPlanning: Evaluating mediators ... Done (0.401s)
1232024-12-19T00:12:34.338ZPlanning: Planning completed in 14.05 seconds
1242024-12-19T00:12:34.604Z Packages to install: 4
1252024-12-19T00:12:34.604Z Packages to update: 1
1262024-12-19T00:12:34.607Z Mediators to change: 2
1272024-12-19T00:12:34.607Z Services to change: 1
1282024-12-19T00:12:34.607Z Estimated space available: 155.64 GB
1292024-12-19T00:12:34.607ZEstimated space to be consumed: 1.61 GB
1302024-12-19T00:12:34.607Z Create boot environment: No
1312024-12-19T00:12:34.607ZCreate backup boot environment: Yes
1322024-12-19T00:12:34.607Z Rebuild boot archive: No
1332024-12-19T00:12:34.607Z
1342024-12-19T00:12:34.607ZChanged mediators:
1352024-12-19T00:12:34.607Z mediator clang:
1362024-12-19T00:12:34.607Z version: None -> 15 (system default)
1372024-12-19T00:12:34.607Z
1382024-12-19T00:12:34.607Z mediator llvm:
1392024-12-19T00:12:34.607Z version: 14 (system default) -> 15 (system default)
1402024-12-19T00:12:34.607Z
1412024-12-19T00:12:34.607ZChanged packages:
1422024-12-19T00:12:34.607Zhelios-dev
1432024-12-19T00:12:34.607Z developer/build-essential
1442024-12-19T00:12:34.608Z None -> 11-2.0
1452024-12-19T00:12:34.608Z library/libxmlsec1
1462024-12-19T00:12:34.608Z None -> 1.2.35-2.0
1472024-12-19T00:12:34.608Z ooce/developer/clang-15
1482024-12-19T00:12:34.608Z None -> 15.0.7-2.0
1492024-12-19T00:12:34.608Z ooce/developer/llvm-15
1502024-12-19T00:12:34.608Z None -> 15.0.7-2.0
1512024-12-19T00:12:34.608Z package/pkg
1522024-12-19T00:12:34.608Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-12-19T00:12:34.608Z
1542024-12-19T00:12:34.608ZServices:
1552024-12-19T00:12:34.608Z restart_fmri:
1562024-12-19T00:12:34.608Z svc:/system/update-man-index:default
1572024-12-19T00:12:34.608Z
1582024-12-19T00:12:34.608ZEditable files to change:
1592024-12-19T00:12:34.608Z Update:
1602024-12-19T00:12:34.608Z usr/share/lib/pkg/web/config.shtml
1612024-12-19T00:12:34.682Z
1622024-12-19T00:12:34.682ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-12-19T00:12:39.682ZDownload: 419/4281 items 16.8/220.6MB 7% complete (3.5M/s)
1642024-12-19T00:12:44.685ZDownload: 1075/4281 items 19.6/220.6MB 8% complete (2.0M/s)
1652024-12-19T00:12:50.391ZDownload: 1196/4281 items 83.4/220.6MB 37% complete (8.3M/s)
1662024-12-19T00:13:03.947ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1672024-12-19T00:13:10.321ZDownload: 2220/4281 items 118.5/220.6MB 53% complete (8.4M/s)
1682024-12-19T00:13:16.731ZDownload: 2221/4281 items 118.5/220.6MB 53% complete (8.2M/s)
1692024-12-19T00:13:21.732ZDownload: 3230/4281 items 167.3/220.6MB 75% complete (9.6M/s)
1702024-12-19T00:13:26.751ZDownload: 3406/4281 items 214.9/220.6MB 97% complete (9.8M/s)
1712024-12-19T00:13:31.751ZDownload: 4124/4281 items 219.5/220.6MB 99% complete (6.3M/s)
1722024-12-19T00:13:35.026ZDownload: Completed 220.60 MB in 60.34 seconds (3.7M/s)
1732024-12-19T00:13:37.173Z Actions: 1/5063 actions (Removing old actions)
1742024-12-19T00:13:37.191Z Actions: 194/5063 actions (Installing new actions)
1752024-12-19T00:13:41.998Z Actions: 4226/5063 actions (Updating modified actions)
1762024-12-19T00:13:42.303Z Actions: Completed 5063 actions in 5.13 seconds.
1772024-12-19T00:13:42.696Z Done (0.385s)
1782024-12-19T00:13:42.698Z Done (0.000s)
1792024-12-19T00:13:43.279Z Done (0.582s)
1802024-12-19T00:13:47.591Z Done (4.086s)
1812024-12-19T00:13:47.678Z Done (0.018s)
1822024-12-19T00:13:47.680Z Done (0.000s)
1832024-12-19T00:13:47.852Z Done (0.000s)
1842024-12-19T00:13:48.535ZPlanning: Evaluating mediator changes ... Done
1852024-12-19T00:13:48.696ZPlanning: Checking for conflicting actions ... Done
1862024-12-19T00:13:48.699ZPlanning: Consolidating action changes ... Done
1872024-12-19T00:13:48.965ZPlanning: Evaluating mediators ... Done
1882024-12-19T00:13:48.967ZPlanning: Planning completed in 0.43 seconds
1892024-12-19T00:13:49.004Z Mediators to change: 2
1902024-12-19T00:13:49.004Z Create boot environment: No
1912024-12-19T00:13:49.007ZCreate backup boot environment: No
1922024-12-19T00:13:49.102Z Done
1932024-12-19T00:13:49.103Z Done
1942024-12-19T00:13:49.455Z Done
1952024-12-19T00:13:53.034Z Done
1962024-12-19T00:13:53.122Z Done
1972024-12-19T00:13:53.124Z Done
1982024-12-19T00:13:53.248Z Done
1992024-12-19T00:13:53.859ZPlanning: Evaluating mediator changes ... Done
2002024-12-19T00:13:53.861ZPlanning: Merging actions ... Done
2012024-12-19T00:13:54.048ZPlanning: Checking for conflicting actions ... Done
2022024-12-19T00:13:54.050ZPlanning: Consolidating action changes ... Done
2032024-12-19T00:13:54.314ZPlanning: Evaluating mediators ... Done
2042024-12-19T00:13:54.367ZPlanning: Planning completed in 0.75 seconds
2052024-12-19T00:13:54.408Z Packages to change: 1
2062024-12-19T00:13:54.408Z Mediators to change: 1
2072024-12-19T00:13:54.411Z Services to change: 1
2082024-12-19T00:13:54.411Z Create boot environment: No
2092024-12-19T00:13:54.411ZCreate backup boot environment: Yes
2102024-12-19T00:13:56.673Z Actions: 1/6 actions (Updating modified actions)
2112024-12-19T00:13:56.677Z Actions: Completed 6 actions in 0.00 seconds.
2122024-12-19T00:13:56.677Z Done
2132024-12-19T00:13:56.677Z Done
2142024-12-19T00:13:56.791Z Done
2152024-12-19T00:14:00.381Z Done
2162024-12-19T00:14:00.472Z Done
2172024-12-19T00:14:00.475Z Done
2182024-12-19T00:14:00.622Z Done
2192024-12-19T00:14:01.056ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-12-19T00:14:01.056Zclang system 15 system
2212024-12-19T00:14:01.056Zcsh system system illumos
2222024-12-19T00:14:01.056Zctags system system illumos
2232024-12-19T00:14:01.056Zgcc vendor 12 vendor
2242024-12-19T00:14:01.056Zgcc system 10 system
2252024-12-19T00:14:01.056Zgcc system 7 system
2262024-12-19T00:14:01.056Zgo system 1.20 system
2272024-12-19T00:14:01.056Zgo system 1.19 system
2282024-12-19T00:14:01.056Zllvm system 15 system
2292024-12-19T00:14:01.056Zllvm system 14 system
2302024-12-19T00:14:01.056Zmariadb system 10.6 system
2312024-12-19T00:14:01.056Zmta vendor vendor dma
2322024-12-19T00:14:01.056Zopenjdk system 17 system
2332024-12-19T00:14:01.056Zopenjdk system 11 system
2342024-12-19T00:14:01.056Zopenjdk system 1.8 system
2352024-12-19T00:14:01.056Zopenssl vendor 3 vendor
2362024-12-19T00:14:01.056Zperl system 5.36 system
2372024-12-19T00:14:01.056Zpostgresql system 15 system
2382024-12-19T00:14:01.056Zpostgresql system 13 system
2392024-12-19T00:14:01.056Zpython vendor 3 vendor
2402024-12-19T00:14:01.056Zpython system 2 system
2412024-12-19T00:14:01.056Zpython3 system 3.11 system
2422024-12-19T00:14:01.056Zruby system 3.0 system
2432024-12-19T00:14:01.056Zwords vendor vendor american-english
2442024-12-19T00:14:01.056Zwords system system australian-english
2452024-12-19T00:14:01.056Zwords system system british-english
2462024-12-19T00:14:01.057Zwords system system canadian-english
2472024-12-19T00:14:01.057Zwords system system french
2482024-12-19T00:14:01.057Zwords system system italian
2492024-12-19T00:14:01.057Zwords system system ngerman
2502024-12-19T00:14:01.057Zwords system system ogerman
2512024-12-19T00:14:01.057Zwords system system spanish
2522024-12-19T00:14:01.383ZPUBLISHER TYPE STATUS P LOCATION
2532024-12-19T00:14:01.383Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-12-19T00:14:04.088ZFMRI IFO
2552024-12-19T00:14:04.088Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-12-19T00:14:04.089Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-12-19T00:14:04.089Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-12-19T00:14:04.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-12-19T00:14:04.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-12-19T00:14:04.089Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-12-19T00:14:04.089Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-12-19T00:14:04.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-12-19T00:14:04.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-12-19T00:14:04.089Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-12-19T00:14:04.089Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-12-19T00:14:04.089Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-12-19T00:14:04.089Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-12-19T00:14:04.089Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-12-19T00:14:04.089Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-12-19T00:14:04.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-12-19T00:14:05.131Z Updating crates.io index
2722024-12-19T00:14:05.133Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-12-19T00:14:05.681Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-12-19T00:14:05.979Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-12-19T00:14:06.275Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-12-19T00:14:06.568Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-12-19T00:14:07.495Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-12-19T00:14:09.027Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-12-19T00:14:09.703Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-12-19T00:14:10.501Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-12-19T00:14:10.790Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-12-19T00:14:11.146Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-12-19T00:14:11.904Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-12-19T00:14:12.222Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-12-19T00:14:12.513Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-12-19T00:14:12.798Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-12-19T00:14:13.056Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-12-19T00:14:13.321Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-12-19T00:14:13.667Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-12-19T00:14:13.979Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-12-19T00:14:14.315Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-12-19T00:14:14.641Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-12-19T00:14:15.092Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-12-19T00:14:15.376Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-12-19T00:14:15.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-12-19T00:14:16.233Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-12-19T00:14:16.536Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-12-19T00:14:16.818Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-12-19T00:14:17.070Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-12-19T00:14:18.382Z Downloading crates ...
3012024-12-19T00:14:18.463Z Downloaded anstream v0.6.15
3022024-12-19T00:14:18.468Z Downloaded colorchoice v1.0.2
3032024-12-19T00:14:18.470Z Downloaded generic-array v0.14.7
3042024-12-19T00:14:18.474Z Downloaded is_terminal_polyfill v1.70.1
3052024-12-19T00:14:18.477Z Downloaded anyhow v1.0.93
3062024-12-19T00:14:18.479Z Downloaded equivalent v1.0.1
3072024-12-19T00:14:18.479Z Downloaded dtrace-parser v0.2.0
3082024-12-19T00:14:18.491Z Downloaded swrite v0.1.0
3092024-12-19T00:14:18.494Z Downloaded scroll_derive v0.12.0
3102024-12-19T00:14:18.498Z Downloaded usdt-macro v0.5.0
3112024-12-19T00:14:18.500Z Downloaded pretty-hex v0.4.1
3122024-12-19T00:14:18.509Z Downloaded fnv v1.0.7
3132024-12-19T00:14:18.511Z Downloaded usdt-attr-macro v0.5.0
3142024-12-19T00:14:18.515Z Downloaded fs-err v2.11.0
3152024-12-19T00:14:18.517Z Downloaded itoa v1.0.11
3162024-12-19T00:14:18.520Z Downloaded clap_lex v0.7.2
3172024-12-19T00:14:18.520Z Downloaded crypto-common v0.1.6
3182024-12-19T00:14:18.522Z Downloaded autocfg v1.4.0
3192024-12-19T00:14:18.522Z Downloaded byteorder v1.5.0
3202024-12-19T00:14:18.525Z Downloaded macaddr v1.0.1
3212024-12-19T00:14:18.527Z Downloaded heck v0.5.0
3222024-12-19T00:14:18.527Z Downloaded errno v0.3.9
3232024-12-19T00:14:18.528Z Downloaded cargo_metadata v0.18.1
3242024-12-19T00:14:18.530Z Downloaded digest v0.10.7
3252024-12-19T00:14:18.533Z Downloaded plain v0.2.3
3262024-12-19T00:14:18.533Z Downloaded cpufeatures v0.2.14
3272024-12-19T00:14:18.533Z Downloaded toml_datetime v0.6.8
3282024-12-19T00:14:18.535Z Downloaded cargo-platform v0.1.8
3292024-12-19T00:14:18.535Z Downloaded thread-id v4.2.2
3302024-12-19T00:14:18.537Z Downloaded tabled_derive v0.7.0
3312024-12-19T00:14:18.537Z Downloaded serde_tokenstream v0.2.2
3322024-12-19T00:14:18.539Z Downloaded thiserror-impl v1.0.69
3332024-12-19T00:14:18.540Z Downloaded bytecount v0.6.8
3342024-12-19T00:14:18.542Z Downloaded anstyle v1.0.10
3352024-12-19T00:14:18.542Z Downloaded strsim v0.11.1
3362024-12-19T00:14:18.545Z Downloaded serde_spanned v0.6.8
3372024-12-19T00:14:18.545Z Downloaded unicode-linebreak v0.1.5
3382024-12-19T00:14:18.547Z Downloaded dof v0.3.0
3392024-12-19T00:14:18.550Z Downloaded block-buffer v0.10.4
3402024-12-19T00:14:18.550Z Downloaded anstyle-query v1.1.1
3412024-12-19T00:14:18.554Z Downloaded smawk v0.3.2
3422024-12-19T00:14:18.557Z Downloaded utf8parse v0.2.2
3432024-12-19T00:14:18.557Z Downloaded terminal_size v0.4.0
3442024-12-19T00:14:18.559Z Downloaded memmap v0.7.0
3452024-12-19T00:14:18.559Z Downloaded proc-macro-error-attr v1.0.4
3462024-12-19T00:14:18.561Z Downloaded fastrand v2.1.1
3472024-12-19T00:14:18.564Z Downloaded camino v1.1.9
3482024-12-19T00:14:18.566Z Downloaded version_check v0.9.5
3492024-12-19T00:14:18.569Z Downloaded heck v0.4.1
3502024-12-19T00:14:18.569Z Downloaded cfg-if v1.0.0
3512024-12-19T00:14:18.572Z Downloaded clap_derive v4.5.18
3522024-12-19T00:14:18.575Z Downloaded camino-tempfile v1.1.1
3532024-12-19T00:14:18.575Z Downloaded usdt v0.5.0
3542024-12-19T00:14:18.578Z Downloaded tempfile v3.13.0
3552024-12-19T00:14:18.578Z Downloaded thiserror v1.0.69
3562024-12-19T00:14:18.582Z Downloaded zerocopy-derive v0.7.35
3572024-12-19T00:14:18.586Z Downloaded semver v1.0.23
3582024-12-19T00:14:18.589Z Downloaded scroll v0.12.0
3592024-12-19T00:14:18.589Z Downloaded proc-macro-error v1.0.4
3602024-12-19T00:14:18.592Z Downloaded anstyle-parse v0.2.5
3612024-12-19T00:14:18.594Z Downloaded quote v1.0.37
3622024-12-19T00:14:18.596Z Downloaded usdt-impl v0.5.0
3632024-12-19T00:14:18.599Z Downloaded sha2 v0.10.8
3642024-12-19T00:14:18.599Z Downloaded once_cell v1.20.2
3652024-12-19T00:14:18.602Z Downloaded cargo_toml v0.20.5
3662024-12-19T00:14:18.604Z Downloaded bitflags v2.6.0
3672024-12-19T00:14:18.606Z Downloaded log v0.4.22
3682024-12-19T00:14:18.608Z Downloaded ryu v1.0.18
3692024-12-19T00:14:18.611Z Downloaded ucd-trie v0.1.7
3702024-12-19T00:14:18.613Z Downloaded pest_generator v2.7.14
3712024-12-19T00:14:18.613Z Downloaded pest_meta v2.7.14
3722024-12-19T00:14:18.615Z Downloaded pest_derive v2.7.14
3732024-12-19T00:14:18.617Z Downloaded typenum v1.17.0
3742024-12-19T00:14:18.619Z Downloaded proc-macro2 v1.0.89
3752024-12-19T00:14:18.622Z Downloaded toml v0.8.19
3762024-12-19T00:14:18.624Z Downloaded unicode-ident v1.0.13
3772024-12-19T00:14:18.636Z Downloaded textwrap v0.16.1
3782024-12-19T00:14:18.638Z Downloaded papergrid v0.11.0
3792024-12-19T00:14:18.642Z Downloaded clap v4.5.21
3802024-12-19T00:14:18.650Z Downloaded serde v1.0.215
3812024-12-19T00:14:18.653Z Downloaded serde_derive v1.0.215
3822024-12-19T00:14:18.656Z Downloaded indexmap v2.6.0
3832024-12-19T00:14:18.660Z Downloaded memchr v2.7.4
3842024-12-19T00:14:18.668Z Downloaded toml_edit v0.22.22
3852024-12-19T00:14:18.687Z Downloaded hashbrown v0.15.0
3862024-12-19T00:14:18.695Z Downloaded pest v2.7.14
3872024-12-19T00:14:18.702Z Downloaded clap_builder v4.5.21
3882024-12-19T00:14:18.708Z Downloaded serde_json v1.0.132
3892024-12-19T00:14:18.715Z Downloaded zerocopy v0.7.35
3902024-12-19T00:14:18.729Z Downloaded winnow v0.6.20
3912024-12-19T00:14:18.739Z Downloaded tabled v0.15.0
3922024-12-19T00:14:18.751Z Downloaded goblin v0.8.2
3932024-12-19T00:14:18.756Z Downloaded syn v1.0.109
3942024-12-19T00:14:18.766Z Downloaded unicode-width v0.1.14
3952024-12-19T00:14:18.771Z Downloaded syn v2.0.87
3962024-12-19T00:14:18.781Z Downloaded rustix v0.38.37
3972024-12-19T00:14:18.809Z Downloaded libc v0.2.162
3982024-12-19T00:14:19.116Z Compiling proc-macro2 v1.0.89
3992024-12-19T00:14:19.116Z Compiling unicode-ident v1.0.13
4002024-12-19T00:14:19.116Z Compiling serde v1.0.215
4012024-12-19T00:14:19.116Z Compiling version_check v0.9.5
4022024-12-19T00:14:19.119Z Compiling thiserror v1.0.69
4032024-12-19T00:14:19.119Z Compiling memchr v2.7.4
4042024-12-19T00:14:19.119Z Compiling libc v0.2.162
4052024-12-19T00:14:19.119Z Compiling ucd-trie v0.1.7
4062024-12-19T00:14:19.378Z Compiling itoa v1.0.11
4072024-12-19T00:14:19.610Z Compiling ryu v1.0.18
4082024-12-19T00:14:19.850Z Compiling once_cell v1.20.2
4092024-12-19T00:14:19.926Z Compiling byteorder v1.5.0
4102024-12-19T00:14:20.206Z Compiling rustix v0.38.37
4112024-12-19T00:14:20.670Z Compiling serde_json v1.0.132
4122024-12-19T00:14:20.673Z Compiling bitflags v2.6.0
4132024-12-19T00:14:20.864Z Compiling proc-macro-error-attr v1.0.4
4142024-12-19T00:14:21.062Z Compiling usdt-impl v0.5.0
4152024-12-19T00:14:21.067Z Compiling syn v1.0.109
4162024-12-19T00:14:21.112Z Compiling proc-macro-error v1.0.4
4172024-12-19T00:14:21.112Z Compiling log v0.4.22
4182024-12-19T00:14:21.269Z Compiling camino v1.1.9
4192024-12-19T00:14:21.593Z Compiling equivalent v1.0.1
4202024-12-19T00:14:21.679Z Compiling plain v0.2.3
4212024-12-19T00:14:21.705Z Compiling quote v1.0.37
4222024-12-19T00:14:21.730Z Compiling utf8parse v0.2.2
4232024-12-19T00:14:21.826Z Compiling hashbrown v0.15.0
4242024-12-19T00:14:21.885Z Compiling thread-id v4.2.2
4252024-12-19T00:14:21.959Z Compiling anstyle-parse v0.2.5
4262024-12-19T00:14:21.995Z Compiling errno v0.3.9
4272024-12-19T00:14:22.118Z Compiling syn v2.0.87
4282024-12-19T00:14:22.309Z Compiling anstyle-query v1.1.1
4292024-12-19T00:14:22.340Z Compiling colorchoice v1.0.2
4302024-12-19T00:14:22.423Z Compiling unicode-width v0.1.14
4312024-12-19T00:14:22.463Z Compiling anstyle v1.0.10
4322024-12-19T00:14:22.504Z Compiling pretty-hex v0.4.1
4332024-12-19T00:14:22.718Z Compiling semver v1.0.23
4342024-12-19T00:14:22.924Z Compiling autocfg v1.4.0
4352024-12-19T00:14:22.949Z Compiling indexmap v2.6.0
4362024-12-19T00:14:23.030Z Compiling is_terminal_polyfill v1.70.1
4372024-12-19T00:14:23.172Z Compiling winnow v0.6.20
4382024-12-19T00:14:23.291Z Compiling anstream v0.6.15
4392024-12-19T00:14:23.977Z Compiling cfg-if v1.0.0
4402024-12-19T00:14:24.048Z Compiling heck v0.4.1
4412024-12-19T00:14:24.075Z Compiling fastrand v2.1.1
4422024-12-19T00:14:24.101Z Compiling fs-err v2.11.0
4432024-12-19T00:14:24.349Z Compiling bytecount v0.6.8
4442024-12-19T00:14:24.380Z Compiling terminal_size v0.4.0
4452024-12-19T00:14:24.523Z Compiling fnv v1.0.7
4462024-12-19T00:14:24.585Z Compiling strsim v0.11.1
4472024-12-19T00:14:24.642Z Compiling anyhow v1.0.93
4482024-12-19T00:14:24.668Z Compiling heck v0.5.0
4492024-12-19T00:14:25.038Z Compiling clap_lex v0.7.2
4502024-12-19T00:14:25.206Z Compiling tempfile v3.13.0
4512024-12-19T00:14:25.497Z Compiling clap_builder v4.5.21
4522024-12-19T00:14:25.596Z Compiling papergrid v0.11.0
4532024-12-19T00:14:25.870Z Compiling memmap v0.7.0
4542024-12-19T00:14:25.893Z Compiling unicode-linebreak v0.1.5
4552024-12-19T00:14:26.135Z Compiling smawk v0.3.2
4562024-12-19T00:14:26.368Z Compiling textwrap v0.16.1
4572024-12-19T00:14:26.834Z Compiling swrite v0.1.0
4582024-12-19T00:14:27.961Z Compiling tabled_derive v0.7.0
4592024-12-19T00:14:29.544Z Compiling tabled v0.15.0
4602024-12-19T00:14:31.062Z Compiling serde_derive v1.0.215
4612024-12-19T00:14:31.065Z Compiling thiserror-impl v1.0.69
4622024-12-19T00:14:31.065Z Compiling zerocopy-derive v0.7.35
4632024-12-19T00:14:31.065Z Compiling scroll_derive v0.12.0
4642024-12-19T00:14:31.241Z Compiling clap_derive v4.5.18
4652024-12-19T00:14:32.311Z Compiling scroll v0.12.0
4662024-12-19T00:14:32.792Z Compiling goblin v0.8.2
4672024-12-19T00:14:32.900Z Compiling zerocopy v0.7.35
4682024-12-19T00:14:33.910Z Compiling pest v2.7.14
4692024-12-19T00:14:34.975Z Compiling clap v4.5.21
4702024-12-19T00:14:36.169Z Compiling pest_meta v2.7.14
4712024-12-19T00:14:36.961Z Compiling pest_generator v2.7.14
4722024-12-19T00:14:38.878Z Compiling pest_derive v2.7.14
4732024-12-19T00:14:39.603Z Compiling dtrace-parser v0.2.0
4742024-12-19T00:14:41.244Z Compiling serde_tokenstream v0.2.2
4752024-12-19T00:14:41.327Z Compiling serde_spanned v0.6.8
4762024-12-19T00:14:41.329Z Compiling toml_datetime v0.6.8
4772024-12-19T00:14:41.576Z Compiling cargo-platform v0.1.8
4782024-12-19T00:14:41.743Z Compiling toml_edit v0.22.22
4792024-12-19T00:14:41.850Z Compiling macaddr v1.0.1
4802024-12-19T00:14:42.093Z Compiling camino-tempfile v1.1.1
4812024-12-19T00:14:42.710Z Compiling dof v0.3.0
4822024-12-19T00:14:42.961Z Compiling cargo_metadata v0.18.1
4832024-12-19T00:14:44.493Z Compiling usdt-macro v0.5.0
4842024-12-19T00:14:44.493Z Compiling usdt-attr-macro v0.5.0
4852024-12-19T00:14:44.621Z Compiling toml v0.8.19
4862024-12-19T00:14:45.460Z Compiling cargo_toml v0.20.5
4872024-12-19T00:14:45.813Z Compiling usdt v0.5.0
4882024-12-19T00:14:49.039Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-12-19T00:14:53.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.62s
4902024-12-19T00:14:53.506Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-12-19T00:14:54.029Z Downloading crates ...
4922024-12-19T00:14:54.152Z Downloaded async-stream-impl v0.3.6
4932024-12-19T00:14:54.156Z Downloaded atomicwrites v0.4.4
4942024-12-19T00:14:54.161Z Downloaded async-stream v0.3.6
4952024-12-19T00:14:54.168Z Downloaded arrayref v0.3.9
4962024-12-19T00:14:54.170Z Downloaded adler2 v2.0.0
4972024-12-19T00:14:54.173Z Downloaded ciborium-io v0.2.2
4982024-12-19T00:14:54.179Z Downloaded cfg_aliases v0.1.1
4992024-12-19T00:14:54.181Z Downloaded atty v0.2.14
5002024-12-19T00:14:54.196Z Downloaded crucible-workspace-hack v0.1.0
5012024-12-19T00:14:54.199Z Downloaded http-range v0.1.5
5022024-12-19T00:14:54.203Z Downloaded http-body v1.0.1
5032024-12-19T00:14:54.205Z Downloaded hubpack_derive v0.1.1
5042024-12-19T00:14:54.208Z Downloaded atomic-waker v1.1.2
5052024-12-19T00:14:54.210Z Downloaded http-body-util v0.1.2
5062024-12-19T00:14:54.212Z Downloaded crunchy v0.2.2
5072024-12-19T00:14:54.212Z Downloaded arrayvec v0.7.6
5082024-12-19T00:14:54.215Z Downloaded ident_case v1.0.1
5092024-12-19T00:14:54.217Z Downloaded headers-core v0.3.0
5102024-12-19T00:14:54.217Z Downloaded aead v0.5.2
5112024-12-19T00:14:54.219Z Downloaded instant v0.1.13
5122024-12-19T00:14:54.222Z Downloaded cstr-argument v0.1.2
5132024-12-19T00:14:54.222Z Downloaded array-init v0.0.4
5142024-12-19T00:14:54.224Z Downloaded assert_matches v1.5.0
5152024-12-19T00:14:54.224Z Downloaded ciborium-ll v0.2.2
5162024-12-19T00:14:54.227Z Downloaded cmake v0.1.51
5172024-12-19T00:14:54.229Z Downloaded md5 v0.7.0
5182024-12-19T00:14:54.229Z Downloaded matches v0.1.10
5192024-12-19T00:14:54.231Z Downloaded chrono-tz-build v0.4.0
5202024-12-19T00:14:54.231Z Downloaded bit-set v0.5.3
5212024-12-19T00:14:54.234Z Downloaded match_cfg v0.1.0
5222024-12-19T00:14:54.236Z Downloaded newtype_derive v0.1.6
5232024-12-19T00:14:54.236Z Downloaded new_debug_unreachable v1.0.6
5242024-12-19T00:14:54.239Z Downloaded cassowary v0.3.0
5252024-12-19T00:14:54.239Z Downloaded bitfield-struct v0.6.2
5262024-12-19T00:14:54.241Z Downloaded crc v3.2.1
5272024-12-19T00:14:54.244Z Downloaded mirai-annotations v1.12.0
5282024-12-19T00:14:54.246Z Downloaded is_ci v1.2.0
5292024-12-19T00:14:54.246Z Downloaded idna_adapter v1.2.0
5302024-12-19T00:14:54.248Z Downloaded icu_provider_macros v1.5.0
5312024-12-19T00:14:54.248Z Downloaded convert_case v0.4.0
5322024-12-19T00:14:54.251Z Downloaded hyper-tls v0.6.0
5332024-12-19T00:14:54.253Z Downloaded httpdate v1.0.3
5342024-12-19T00:14:54.255Z Downloaded cfg_aliases v0.2.1
5352024-12-19T00:14:54.255Z Downloaded blowfish v0.9.1
5362024-12-19T00:14:54.258Z Downloaded hyper-rustls v0.27.3
5372024-12-19T00:14:54.260Z Downloaded humantime v2.1.0
5382024-12-19T00:14:54.262Z Downloaded icu_locid_transform v1.5.0
5392024-12-19T00:14:54.266Z Downloaded newline-converter v0.3.0
5402024-12-19T00:14:54.268Z Downloaded maplit v1.0.2
5412024-12-19T00:14:54.268Z Downloaded lru v0.12.5
5422024-12-19T00:14:54.271Z Downloaded cobs v0.2.3
5432024-12-19T00:14:54.273Z Downloaded linked-hash-map v0.5.6
5442024-12-19T00:14:54.273Z Downloaded memoffset v0.9.1
5452024-12-19T00:14:54.276Z Downloaded lockfree-object-pool v0.1.6
5462024-12-19T00:14:54.278Z Downloaded linear-map v1.2.0
5472024-12-19T00:14:54.281Z Downloaded maybe-uninit v2.0.0
5482024-12-19T00:14:54.283Z Downloaded libefi-sys v0.1.0
5492024-12-19T00:14:54.283Z Downloaded nanorand v0.7.0
5502024-12-19T00:14:54.285Z Downloaded lazycell v1.3.0
5512024-12-19T00:14:54.288Z Downloaded nibble_vec v0.1.0
5522024-12-19T00:14:54.290Z Downloaded ctr v0.9.2
5532024-12-19T00:14:54.292Z Downloaded is-terminal v0.4.13
5542024-12-19T00:14:54.294Z Downloaded curve25519-dalek-derive v0.1.1
5552024-12-19T00:14:54.296Z Downloaded kstat-rs v0.2.4
5562024-12-19T00:14:54.299Z Downloaded cancel-safe-futures v0.1.5
5572024-12-19T00:14:54.302Z Downloaded block-padding v0.3.3
5582024-12-19T00:14:54.302Z Downloaded keccak v0.1.5
5592024-12-19T00:14:54.304Z Downloaded hyper-staticfile v0.10.1
5602024-12-19T00:14:54.306Z Downloaded cookie_store v0.21.0
5612024-12-19T00:14:54.308Z Downloaded console v0.15.8
5622024-12-19T00:14:54.311Z Downloaded newtype-uuid v1.1.3
5632024-12-19T00:14:54.313Z Downloaded darling v0.20.10
5642024-12-19T00:14:54.318Z Downloaded yoke-derive v0.7.4
5652024-12-19T00:14:54.320Z Downloaded ahash v0.8.11
5662024-12-19T00:14:54.323Z Downloaded crossbeam-deque v0.8.5
5672024-12-19T00:14:54.325Z Downloaded crc-catalog v2.4.0
5682024-12-19T00:14:54.328Z Downloaded lock_api v0.4.12
5692024-12-19T00:14:54.328Z Downloaded litemap v0.7.3
5702024-12-19T00:14:54.330Z Downloaded libloading v0.8.5
5712024-12-19T00:14:54.333Z Downloaded mime_guess v2.0.5
5722024-12-19T00:14:54.335Z Downloaded colored v2.1.0
5732024-12-19T00:14:54.338Z Downloaded base64ct v1.6.0
5742024-12-19T00:14:54.341Z Downloaded multer v3.1.0
5752024-12-19T00:14:54.343Z Downloaded take_mut v0.2.2
5762024-12-19T00:14:54.345Z Downloaded base16ct v0.2.0
5772024-12-19T00:14:54.347Z Downloaded jobserver v0.1.32
5782024-12-19T00:14:54.349Z Downloaded icu_locid v1.5.0
5792024-12-19T00:14:54.353Z Downloaded ref-cast-impl v1.0.23
5802024-12-19T00:14:54.355Z Downloaded same-file v1.0.6
5812024-12-19T00:14:54.358Z Downloaded zone_cfg_derive v0.3.0
5822024-12-19T00:14:54.358Z Downloaded zone_cfg_derive v0.1.2
5832024-12-19T00:14:54.358Z Downloaded icu_properties v1.5.1
5842024-12-19T00:14:54.361Z Downloaded darling_macro v0.20.10
5852024-12-19T00:14:54.364Z Downloaded static_assertions v1.1.0
5862024-12-19T00:14:54.364Z Downloaded stable_deref_trait v1.2.0
5872024-12-19T00:14:54.366Z Downloaded crossbeam-epoch v0.9.18
5882024-12-19T00:14:54.370Z Downloaded bzip2 v0.4.4
5892024-12-19T00:14:54.372Z Downloaded foreign-types-shared v0.3.1
5902024-12-19T00:14:54.372Z Downloaded const-oid v0.9.6
5912024-12-19T00:14:54.374Z Downloaded foreign-types-shared v0.1.1
5922024-12-19T00:14:54.376Z Downloaded foreign-types-macros v0.2.3
5932024-12-19T00:14:54.376Z Downloaded csv-core v0.1.11
5942024-12-19T00:14:54.379Z Downloaded crc-any v2.5.0
5952024-12-19T00:14:54.382Z Downloaded foreign-types v0.3.2
5962024-12-19T00:14:54.382Z Downloaded salsa20 v0.10.2
5972024-12-19T00:14:54.384Z Downloaded rustls-pemfile v1.0.4
5982024-12-19T00:14:54.384Z Downloaded cookie v0.18.1
5992024-12-19T00:14:54.387Z Downloaded clang-sys v1.8.1
6002024-12-19T00:14:54.389Z Downloaded serde_urlencoded v0.7.1
6012024-12-19T00:14:54.392Z Downloaded ciborium v0.2.2
6022024-12-19T00:14:54.394Z Downloaded icu_normalizer v1.5.0
6032024-12-19T00:14:54.397Z Downloaded multimap v0.10.0
6042024-12-19T00:14:54.400Z Downloaded httparse v1.9.5
6052024-12-19T00:14:54.403Z Downloaded hostname v0.4.0
6062024-12-19T00:14:54.403Z Downloaded hostname v0.3.1
6072024-12-19T00:14:54.405Z Downloaded hex-literal v0.4.1
6082024-12-19T00:14:54.407Z Downloaded smallvec v0.6.14
6092024-12-19T00:14:54.407Z Downloaded simd-adler32 v0.3.7
6102024-12-19T00:14:54.410Z Downloaded bcrypt-pbkdf v0.10.0
6112024-12-19T00:14:54.410Z Downloaded mime v0.3.17
6122024-12-19T00:14:54.413Z Downloaded managed v0.8.0
6132024-12-19T00:14:54.413Z Downloaded peg-runtime v0.8.3
6142024-12-19T00:14:54.415Z Downloaded opaque-debug v0.3.1
6152024-12-19T00:14:54.415Z Downloaded russh-cryptovec v0.7.3
6162024-12-19T00:14:54.418Z Downloaded strum_macros v0.25.3
6172024-12-19T00:14:54.418Z Downloaded ipnet v2.10.1
6182024-12-19T00:14:54.421Z Downloaded bitfield v0.14.0
6192024-12-19T00:14:54.423Z Downloaded arc-swap v1.7.1
6202024-12-19T00:14:54.426Z Downloaded vte_generate_state_changes v0.1.2
6212024-12-19T00:14:54.428Z Downloaded tokio-native-tls v0.3.1
6222024-12-19T00:14:54.430Z Downloaded tokio-macros v2.4.0
6232024-12-19T00:14:54.430Z Downloaded tap v1.0.1
6242024-12-19T00:14:54.432Z Downloaded const_format_proc_macros v0.2.33
6252024-12-19T00:14:54.435Z Downloaded bit-vec v0.6.3
6262024-12-19T00:14:54.437Z Downloaded wait-timeout v0.2.0
6272024-12-19T00:14:54.437Z Downloaded internet-checksum v0.2.1
6282024-12-19T00:14:54.439Z Downloaded icu_normalizer_data v1.5.0
6292024-12-19T00:14:54.441Z Downloaded iana-time-zone v0.1.61
6302024-12-19T00:14:54.444Z Downloaded mockall_derive v0.13.0
6312024-12-19T00:14:54.446Z Downloaded memmap2 v0.9.5
6322024-12-19T00:14:54.449Z Downloaded base64 v0.13.1
6332024-12-19T00:14:54.451Z Downloaded compact_str v0.8.0
6342024-12-19T00:14:54.455Z Downloaded foldhash v0.1.3
6352024-12-19T00:14:54.458Z Downloaded icu_locid_transform_data v1.5.0
6362024-12-19T00:14:54.460Z Downloaded hyper-util v0.1.10
6372024-12-19T00:14:54.464Z Downloaded zerovec-derive v0.10.3
6382024-12-19T00:14:54.466Z Downloaded serde_with_macros v3.11.0
6392024-12-19T00:14:54.468Z Downloaded fallible-iterator v0.2.0
6402024-12-19T00:14:54.471Z Downloaded strum v0.26.3
6412024-12-19T00:14:54.471Z Downloaded chacha20poly1305 v0.10.1
6422024-12-19T00:14:54.474Z Downloaded time-core v0.1.2
6432024-12-19T00:14:54.474Z Downloaded blake2 v0.10.6
6442024-12-19T00:14:54.476Z Downloaded fragile v2.0.0
6452024-12-19T00:14:54.479Z Downloaded hex v0.4.3
6462024-12-19T00:14:54.481Z Downloaded sigpipe v0.1.3
6472024-12-19T00:14:54.481Z Downloaded slog-term v2.9.1
6482024-12-19T00:14:54.484Z Downloaded sqlparser_derive v0.2.2
6492024-12-19T00:14:54.486Z Downloaded chacha20 v0.9.1
6502024-12-19T00:14:54.489Z Downloaded form_urlencoded v1.2.1
6512024-12-19T00:14:54.489Z Downloaded highway v1.2.0
6522024-12-19T00:14:54.491Z Downloaded signal-hook-tokio v0.3.1
6532024-12-19T00:14:54.494Z Downloaded foreign-types v0.5.0
6542024-12-19T00:14:54.494Z Downloaded time-macros v0.2.18
6552024-12-19T00:14:54.497Z Downloaded either v1.13.0
6562024-12-19T00:14:54.499Z Downloaded ref-cast v1.0.23
6572024-12-19T00:14:54.501Z Downloaded tokio-rustls v0.26.0
6582024-12-19T00:14:54.503Z Downloaded smallvec v1.13.2
6592024-12-19T00:14:54.507Z Downloaded vsss-rs v3.3.4
6602024-12-19T00:14:54.510Z Downloaded crossbeam-utils v0.8.20
6612024-12-19T00:14:54.512Z Downloaded indicatif v0.17.9
6622024-12-19T00:14:54.516Z Downloaded base64 v0.21.7
6632024-12-19T00:14:54.521Z Downloaded psl-types v2.0.11
6642024-12-19T00:14:54.523Z Downloaded tokio-tungstenite v0.23.1
6652024-12-19T00:14:54.527Z Downloaded packed_struct_codegen v0.10.1
6662024-12-19T00:14:54.527Z Downloaded bytes v1.8.0
6672024-12-19T00:14:54.530Z Downloaded progenitor-macro v0.8.0
6682024-12-19T00:14:54.532Z Downloaded slog-stdlog v4.1.1
6692024-12-19T00:14:54.535Z Downloaded env_logger v0.11.5
6702024-12-19T00:14:54.537Z Downloaded defmt-macros v0.3.9
6712024-12-19T00:14:54.540Z Downloaded xattr v1.3.1
6722024-12-19T00:14:54.544Z Downloaded unarray v0.1.4
6732024-12-19T00:14:54.544Z Downloaded const_format v0.2.33
6742024-12-19T00:14:54.548Z Downloaded defmt-parser v0.3.4
6752024-12-19T00:14:54.550Z Downloaded termios v0.3.3
6762024-12-19T00:14:54.556Z Downloaded number_prefix v0.4.0
6772024-12-19T00:14:54.556Z Downloaded parking_lot v0.11.2
6782024-12-19T00:14:54.556Z Downloaded num-rational v0.4.2
6792024-12-19T00:14:54.559Z Downloaded hickory-client v0.24.1
6802024-12-19T00:14:54.561Z Downloaded precomputed-hash v0.1.1
6812024-12-19T00:14:54.563Z Downloaded thread_local v1.1.8
6822024-12-19T00:14:54.563Z Downloaded pem v3.0.4
6832024-12-19T00:14:54.566Z Downloaded zerocopy v0.6.6
6842024-12-19T00:14:54.568Z Downloaded uuid v1.11.0
6852024-12-19T00:14:54.581Z Downloaded serde-big-array v0.5.1
6862024-12-19T00:14:54.584Z Downloaded sync_wrapper v1.0.1
6872024-12-19T00:14:54.586Z Downloaded sync-ptr v0.1.1
6882024-12-19T00:14:54.586Z Downloaded pin-project-internal v1.1.6
6892024-12-19T00:14:54.589Z Downloaded tar v0.4.42
6902024-12-19T00:14:54.591Z Downloaded unicase v2.7.0
6912024-12-19T00:14:54.594Z Downloaded tracing-attributes v0.1.27
6922024-12-19T00:14:54.596Z Downloaded http v1.1.0
6932024-12-19T00:14:54.600Z Downloaded sqlformat v0.2.6
6942024-12-19T00:14:54.602Z Downloaded samael v0.0.17
6952024-12-19T00:14:54.608Z Downloaded pkg-config v0.3.31
6962024-12-19T00:14:54.611Z Downloaded rsa v0.9.6
6972024-12-19T00:14:54.615Z Downloaded parking_lot v0.12.3
6982024-12-19T00:14:54.618Z Downloaded write16 v1.0.0
6992024-12-19T00:14:54.621Z Downloaded num_threads v0.1.7
7002024-12-19T00:14:54.623Z Downloaded mio v1.0.2
7012024-12-19T00:14:54.627Z Downloaded num-traits v0.2.19
7022024-12-19T00:14:54.630Z Downloaded oso-derive v0.27.3
7032024-12-19T00:14:54.633Z Downloaded normalize-line-endings v0.3.0
7042024-12-19T00:14:54.633Z Downloaded proc-macro-crate v1.3.1
7052024-12-19T00:14:54.633Z Downloaded smf v0.2.3
7062024-12-19T00:14:54.636Z Downloaded omicron-zone-package v0.11.1
7072024-12-19T00:14:54.639Z Downloaded twox-hash v1.6.3
7082024-12-19T00:14:54.642Z Downloaded supports-color v3.0.1
7092024-12-19T00:14:54.645Z Downloaded subtle v2.6.1
7102024-12-19T00:14:54.645Z Downloaded progenitor-impl v0.8.0
7112024-12-19T00:14:54.647Z Downloaded vergen v8.3.2
7122024-12-19T00:14:54.650Z Downloaded cc v1.1.30
7132024-12-19T00:14:54.663Z Downloaded serde_path_to_error v0.1.16
7142024-12-19T00:14:54.666Z Downloaded getrandom v0.2.15
7152024-12-19T00:14:54.666Z Downloaded xz2 v0.1.7
7162024-12-19T00:14:54.666Z Downloaded strip-ansi-escapes v0.2.0
7172024-12-19T00:14:54.666Z Downloaded ghash v0.5.1
7182024-12-19T00:14:54.666Z Downloaded untrusted v0.7.1
7192024-12-19T00:14:54.666Z Downloaded hashlink v0.9.1
7202024-12-19T00:14:54.669Z Downloaded minimal-lexical v0.2.1
7212024-12-19T00:14:54.672Z Downloaded bumpalo v3.16.0
7222024-12-19T00:14:54.675Z Downloaded hash32 v0.3.1
7232024-12-19T00:14:54.678Z Downloaded futures-core v0.3.31
7242024-12-19T00:14:54.680Z Downloaded fallible-streaming-iterator v0.1.9
7252024-12-19T00:14:54.680Z Downloaded crossbeam-channel v0.5.13
7262024-12-19T00:14:54.684Z Downloaded endian-type v0.1.2
7272024-12-19T00:14:54.687Z Downloaded writeable v0.5.5
7282024-12-19T00:14:54.689Z Downloaded rustc-demangle v0.1.24
7292024-12-19T00:14:54.689Z Downloaded value-bag v1.9.0
7302024-12-19T00:14:54.692Z Downloaded termtree v0.4.1
7312024-12-19T00:14:54.695Z Downloaded ena v0.14.3
7322024-12-19T00:14:54.697Z Downloaded unicode-bidi v0.3.17
7332024-12-19T00:14:54.699Z Downloaded tracing-core v0.1.32
7342024-12-19T00:14:54.702Z Downloaded num-conv v0.1.0
7352024-12-19T00:14:54.704Z Downloaded display-error-chain v0.2.2
7362024-12-19T00:14:54.704Z Downloaded polyval v0.6.2
7372024-12-19T00:14:54.707Z Downloaded rustfmt-wrapper v0.2.1
7382024-12-19T00:14:54.710Z Downloaded dirs-sys-next v0.1.2
7392024-12-19T00:14:54.710Z Downloaded wyz v0.5.1
7402024-12-19T00:14:54.712Z Downloaded num_enum v0.5.11
7412024-12-19T00:14:54.716Z Downloaded fixedbitset v0.4.2
7422024-12-19T00:14:54.719Z Downloaded utf8_iter v1.0.4
7432024-12-19T00:14:54.722Z Downloaded tokio-postgres v0.7.12
7442024-12-19T00:14:54.724Z Downloaded shlex v1.3.0
7452024-12-19T00:14:54.727Z Downloaded aes v0.8.4
7462024-12-19T00:14:54.730Z Downloaded parse-size v1.1.0
7472024-12-19T00:14:54.733Z Downloaded rand_xorshift v0.3.0
7482024-12-19T00:14:54.733Z Downloaded phf_generator v0.11.2
7492024-12-19T00:14:54.735Z Downloaded futures-channel v0.3.31
7502024-12-19T00:14:54.738Z Downloaded fs_extra v1.3.0
7512024-12-19T00:14:54.740Z Downloaded rand_core v0.6.4
7522024-12-19T00:14:54.743Z Downloaded displaydoc v0.2.5
7532024-12-19T00:14:54.745Z Downloaded deranged v0.3.11
7542024-12-19T00:14:54.746Z Downloaded expectorate v1.1.0
7552024-12-19T00:14:54.748Z Downloaded zeroize_derive v1.4.2
7562024-12-19T00:14:54.751Z Downloaded zeroize v1.8.1
7572024-12-19T00:14:54.751Z Downloaded thiserror-impl-no-std v2.0.2
7582024-12-19T00:14:54.753Z Downloaded owo-colors v4.1.0
7592024-12-19T00:14:54.756Z Downloaded ed25519-dalek v2.1.1
7602024-12-19T00:14:54.758Z Downloaded waitgroup v0.1.2
7612024-12-19T00:14:54.761Z Downloaded rustc_version v0.4.1
7622024-12-19T00:14:54.761Z Downloaded hickory-resolver v0.24.1
7632024-12-19T00:14:54.766Z Downloaded diesel_table_macro_syntax v0.2.0
7642024-12-19T00:14:54.769Z Downloaded futures-task v0.3.31
7652024-12-19T00:14:54.769Z Downloaded termcolor v1.4.1
7662024-12-19T00:14:54.772Z Downloaded structmeta v0.3.0
7672024-12-19T00:14:54.772Z Downloaded stringprep v0.1.5
7682024-12-19T00:14:54.775Z Downloaded libxml v0.3.3
7692024-12-19T00:14:54.779Z Downloaded olpc-cjson v0.1.4
7702024-12-19T00:14:54.782Z Downloaded futures-sink v0.3.31
7712024-12-19T00:14:54.785Z Downloaded futures-macro v0.3.31
7722024-12-19T00:14:54.785Z Downloaded futures-io v0.3.31
7732024-12-19T00:14:54.789Z Downloaded futures-executor v0.3.31
7742024-12-19T00:14:54.789Z Downloaded float-ord v0.3.2
7752024-12-19T00:14:54.789Z Downloaded zerofrom-derive v0.1.4
7762024-12-19T00:14:54.792Z Downloaded futures v0.3.31
7772024-12-19T00:14:54.794Z Downloaded serde_repr v0.1.19
7782024-12-19T00:14:54.797Z Downloaded tower-service v0.3.3
7792024-12-19T00:14:54.800Z Downloaded serde_plain v1.0.2
7802024-12-19T00:14:54.800Z Downloaded schemars_derive v0.8.21
7812024-12-19T00:14:54.803Z Downloaded thiserror-no-std v2.0.2
7822024-12-19T00:14:54.805Z Downloaded signal-hook-registry v1.4.2
7832024-12-19T00:14:54.808Z Downloaded signal-hook-mio v0.2.4
7842024-12-19T00:14:54.808Z Downloaded sha1 v0.10.6
7852024-12-19T00:14:54.811Z Downloaded rustversion v1.0.17
7862024-12-19T00:14:54.814Z Downloaded pkcs5 v0.7.1
7872024-12-19T00:14:54.817Z Downloaded headers v0.4.0
7882024-12-19T00:14:54.823Z Downloaded dyn-clone v1.0.17
7892024-12-19T00:14:54.825Z Downloaded aes-gcm v0.10.3
7902024-12-19T00:14:54.829Z Downloaded itertools v0.13.0
7912024-12-19T00:14:54.837Z Downloaded embedded-io v0.4.0
7922024-12-19T00:14:54.839Z Downloaded signal-hook v0.3.17
7932024-12-19T00:14:54.842Z Downloaded want v0.3.1
7942024-12-19T00:14:54.844Z Downloaded dirs-next v2.0.0
7952024-12-19T00:14:54.846Z Downloaded fxhash v0.2.1
7962024-12-19T00:14:54.846Z Downloaded term v0.7.0
7972024-12-19T00:14:54.851Z Downloaded rusty-fork v0.3.0
7982024-12-19T00:14:54.854Z Downloaded tls_codec v0.4.1
7992024-12-19T00:14:54.854Z Downloaded derive-where v1.2.7
8002024-12-19T00:14:54.856Z Downloaded radium v0.7.0
8012024-12-19T00:14:54.859Z Downloaded r2d2 v0.8.10
8022024-12-19T00:14:54.862Z Downloaded pretty-hex v0.2.1
8032024-12-19T00:14:54.862Z Downloaded x509-cert v0.2.5
8042024-12-19T00:14:54.868Z Downloaded parse-display-derive v0.10.0
8052024-12-19T00:14:54.871Z Downloaded quinn-udp v0.5.5
8062024-12-19T00:14:54.874Z Downloaded quick-error v1.2.3
8072024-12-19T00:14:54.874Z Downloaded walkdir v2.5.0
8082024-12-19T00:14:54.876Z Downloaded toolchain_find v0.4.0
8092024-12-19T00:14:54.876Z Downloaded crossterm v0.28.1
8102024-12-19T00:14:54.884Z Downloaded universal-hash v0.5.1
8112024-12-19T00:14:54.887Z Downloaded itertools v0.10.5
8122024-12-19T00:14:54.893Z Downloaded openssl-probe v0.1.5
8132024-12-19T00:14:54.896Z Downloaded tinyvec_macros v0.1.1
8142024-12-19T00:14:54.896Z Downloaded openssl-macros v0.1.1
8152024-12-19T00:14:54.896Z Downloaded difflib v0.4.0
8162024-12-19T00:14:54.896Z Downloaded slog-async v2.8.0
8172024-12-19T00:14:54.898Z Downloaded slog-dtrace v0.3.0
8182024-12-19T00:14:54.901Z Downloaded path-slash v0.1.5
8192024-12-19T00:14:54.901Z Downloaded gethostname v0.5.0
8202024-12-19T00:14:54.903Z Downloaded password-hash v0.4.2
8212024-12-19T00:14:54.906Z Downloaded p256 v0.13.2
8222024-12-19T00:14:54.909Z Downloaded heck v0.3.3
8232024-12-19T00:14:54.911Z Downloaded slog-bunyan v2.5.0
8242024-12-19T00:14:54.911Z Downloaded similar v2.6.0
8252024-12-19T00:14:54.916Z Downloaded try-lock v0.2.5
8262024-12-19T00:14:54.918Z Downloaded phf_shared v0.10.0
8272024-12-19T00:14:54.918Z Downloaded dhcproto-macros v0.1.0
8282024-12-19T00:14:54.920Z Downloaded hashbrown v0.14.5
8292024-12-19T00:14:54.924Z Downloaded predicates-tree v1.0.11
8302024-12-19T00:14:54.926Z Downloaded zip v2.1.3
8312024-12-19T00:14:54.931Z Downloaded utf-8 v0.7.6
8322024-12-19T00:14:54.933Z Downloaded tls_codec_derive v0.4.1
8332024-12-19T00:14:54.936Z Downloaded ecdsa v0.16.9
8342024-12-19T00:14:54.936Z Downloaded openssl-sys v0.9.103
8352024-12-19T00:14:54.941Z Downloaded test-strategy v0.3.1
8362024-12-19T00:14:54.945Z Downloaded num_enum_derive v0.5.11
8372024-12-19T00:14:54.947Z Downloaded diesel-dtrace v0.3.0
8382024-12-19T00:14:54.949Z Downloaded topological-sort v0.2.2
8392024-12-19T00:14:54.949Z Downloaded float-cmp v0.9.0
8402024-12-19T00:14:54.952Z Downloaded flagset v0.4.6
8412024-12-19T00:14:54.955Z Downloaded dsl_auto_type v0.1.2
8422024-12-19T00:14:54.955Z Downloaded parse-display v0.10.0
8432024-12-19T00:14:54.955Z Downloaded packed_struct v0.10.1
8442024-12-19T00:14:54.958Z Downloaded filetime v0.2.25
8452024-12-19T00:14:54.960Z Downloaded group v0.13.0
8462024-12-19T00:14:54.962Z Downloaded globset v0.4.15
8472024-12-19T00:14:54.963Z Downloaded unicode-segmentation v1.12.0
8482024-12-19T00:14:54.966Z Downloaded schemars v0.8.21
8492024-12-19T00:14:54.978Z Downloaded zerofrom v0.1.4
8502024-12-19T00:14:54.980Z Downloaded tui-tree-widget v0.22.0
8512024-12-19T00:14:54.983Z Downloaded subprocess v0.2.9
8522024-12-19T00:14:54.989Z Downloaded tinystr v0.7.6
8532024-12-19T00:14:54.989Z Downloaded fallible-iterator v0.3.0
8542024-12-19T00:14:54.989Z Downloaded home v0.5.9
8552024-12-19T00:14:54.989Z Downloaded elliptic-curve v0.13.8
8562024-12-19T00:14:54.993Z Downloaded derive_builder_macro v0.20.2
8572024-12-19T00:14:54.996Z Downloaded paste v1.0.15
8582024-12-19T00:14:54.999Z Downloaded rtoolbox v0.0.2
8592024-12-19T00:14:54.999Z Downloaded unicode-properties v0.1.3
8602024-12-19T00:14:55.001Z Downloaded rfc6979 v0.4.0
8612024-12-19T00:14:55.001Z Downloaded prettyplease v0.2.25
8622024-12-19T00:14:55.004Z Downloaded typify-macro v0.2.0
8632024-12-19T00:14:55.008Z Downloaded quinn v0.11.5
8642024-12-19T00:14:55.011Z Downloaded downcast v0.11.0
8652024-12-19T00:14:55.011Z Downloaded utf16_iter v1.0.5
8662024-12-19T00:14:55.013Z Downloaded predicates v3.1.2
8672024-12-19T00:14:55.016Z Downloaded flume v0.11.1
8682024-12-19T00:14:55.019Z Downloaded untrusted v0.9.0
8692024-12-19T00:14:55.023Z Downloaded aho-corasick v1.1.3
8702024-12-19T00:14:55.028Z Downloaded phf v0.11.2
8712024-12-19T00:14:55.031Z Downloaded toml_edit v0.19.15
8722024-12-19T00:14:55.045Z Downloaded fd-lock v4.0.2
8732024-12-19T00:14:55.048Z Downloaded aws-lc-rs v1.10.0
8742024-12-19T00:14:55.057Z Downloaded ssh-encoding v0.2.0
8752024-12-19T00:14:55.059Z Downloaded rpassword v7.3.1
8762024-12-19T00:14:55.061Z Downloaded rustls-pki-types v1.9.0
8772024-12-19T00:14:55.064Z Downloaded ron v0.8.1
8782024-12-19T00:14:55.069Z Downloaded slog-envlogger v2.2.0
8792024-12-19T00:14:55.070Z Downloaded unicode-truncate v1.1.0
8802024-12-19T00:14:55.072Z Downloaded diff v0.1.13
8812024-12-19T00:14:55.075Z Downloaded slab v0.4.9
8822024-12-19T00:14:55.078Z Downloaded unicode-xid v0.2.6
8832024-12-19T00:14:55.080Z Downloaded uzers v0.12.1
8842024-12-19T00:14:55.080Z Downloaded half v2.4.1
8852024-12-19T00:14:55.083Z Downloaded pin-project-lite v0.2.14
8862024-12-19T00:14:55.088Z Downloaded peg v0.8.4
8872024-12-19T00:14:55.092Z Downloaded spki v0.7.3
8882024-12-19T00:14:55.094Z Downloaded which v4.4.2
8892024-12-19T00:14:55.096Z Downloaded postgres-protocol v0.6.7
8902024-12-19T00:14:55.099Z Downloaded yoke v0.7.4
8912024-12-19T00:14:55.101Z Downloaded yasna v0.5.2
8922024-12-19T00:14:55.101Z Downloaded whoami v1.5.2
8932024-12-19T00:14:55.104Z Downloaded reedline v0.35.0
8942024-12-19T00:14:55.111Z Downloaded postcard v1.0.10
8952024-12-19T00:14:55.114Z Downloaded ff v0.13.0
8962024-12-19T00:14:55.117Z Downloaded icu_properties_data v1.5.0
8972024-12-19T00:14:55.127Z Downloaded num v0.4.3
8982024-12-19T00:14:55.129Z Downloaded snafu v0.8.5
8992024-12-19T00:14:55.134Z Downloaded embedded-io v0.6.1
9002024-12-19T00:14:55.137Z Downloaded num-derive v0.4.2
9012024-12-19T00:14:55.139Z Downloaded socket2 v0.5.7
9022024-12-19T00:14:55.142Z Downloaded tungstenite v0.23.0
9032024-12-19T00:14:55.145Z Downloaded diesel_derives v2.2.3
9042024-12-19T00:14:55.148Z Downloaded tungstenite v0.21.0
9052024-12-19T00:14:55.152Z Downloaded nodrop v0.1.14
9062024-12-19T00:14:55.155Z Downloaded typify v0.2.0
9072024-12-19T00:14:55.160Z Downloaded url v2.5.3
9082024-12-19T00:14:55.160Z Downloaded derive_more v0.99.18
9092024-12-19T00:14:55.163Z Downloaded zerovec v0.10.4
9102024-12-19T00:14:55.170Z Downloaded dropshot_endpoint v0.12.0
9112024-12-19T00:14:55.173Z Downloaded rand v0.8.5
9122024-12-19T00:14:55.177Z Downloaded hmac v0.12.1
9132024-12-19T00:14:55.180Z Downloaded salty v0.3.0
9142024-12-19T00:14:55.186Z Downloaded tungstenite v0.24.0
9152024-12-19T00:14:55.189Z Downloaded spin v0.9.8
9162024-12-19T00:14:55.191Z Downloaded qorb v0.2.1
9172024-12-19T00:14:55.196Z Downloaded time v0.3.36
9182024-12-19T00:14:55.203Z Downloaded num-complex v0.4.6
9192024-12-19T00:14:55.206Z Downloaded fatfs v0.3.6
9202024-12-19T00:14:55.208Z Downloaded rayon-core v1.12.1
9212024-12-19T00:14:55.212Z Downloaded env_logger v0.10.2
9222024-12-19T00:14:55.215Z Downloaded proptest v1.5.0
9232024-12-19T00:14:55.225Z Downloaded bitvec v1.0.1
9242024-12-19T00:14:55.241Z Downloaded unsafe-libyaml v0.2.11
9252024-12-19T00:14:55.245Z Downloaded idna v0.4.0
9262024-12-19T00:14:55.252Z Downloaded heapless v0.7.17
9272024-12-19T00:14:55.255Z Downloaded unicode_categories v0.1.1
9282024-12-19T00:14:55.258Z Downloaded hashbrown v0.13.2
9292024-12-19T00:14:55.262Z Downloaded rcgen v0.12.1
9302024-12-19T00:14:55.265Z Downloaded chrono v0.4.38
9312024-12-19T00:14:55.274Z Downloaded ron v0.7.1
9322024-12-19T00:14:55.278Z Downloaded nix v0.27.1
9332024-12-19T00:14:55.289Z Downloaded idna v0.3.0
9342024-12-19T00:14:55.296Z Downloaded bindgen v0.69.5
9352024-12-19T00:14:55.303Z Downloaded typed-path v0.9.3
9362024-12-19T00:14:55.310Z Downloaded quick-xml v0.33.0
9372024-12-19T00:14:55.317Z Downloaded steno v0.4.1
9382024-12-19T00:14:55.321Z Downloaded num-bigint v0.4.6
9392024-12-19T00:14:55.326Z Downloaded winnow v0.5.40
9402024-12-19T00:14:55.335Z Downloaded p521 v0.13.3
9412024-12-19T00:14:55.339Z Downloaded idna v0.5.0
9422024-12-19T00:14:55.346Z Downloaded russh v0.45.0
9432024-12-19T00:14:55.352Z Downloaded h2 v0.4.6
9442024-12-19T00:14:55.359Z Downloaded rayon v1.10.0
9452024-12-19T00:14:55.369Z Downloaded nix v0.28.0
9462024-12-19T00:14:55.381Z Downloaded flate2 v1.0.34
9472024-12-19T00:14:55.386Z Downloaded quinn-proto v0.11.8
9482024-12-19T00:14:55.393Z Downloaded rusqlite v0.32.1
9492024-12-19T00:14:55.400Z Downloaded ssh-key v0.6.6
9502024-12-19T00:14:55.408Z Downloaded hkdf v0.12.4
9512024-12-19T00:14:55.410Z Downloaded petname v2.0.2
9522024-12-19T00:14:55.416Z Downloaded hashbrown v0.12.3
9532024-12-19T00:14:55.420Z Downloaded trust-dns-proto v0.22.0
9542024-12-19T00:14:55.433Z Downloaded openssl v0.10.66
9552024-12-19T00:14:55.442Z Downloaded rustls-webpki v0.101.7
9562024-12-19T00:14:55.457Z Downloaded zerocopy v0.8.10
9572024-12-19T00:14:55.482Z Downloaded radix_trie v0.2.1
9582024-12-19T00:14:55.486Z Downloaded gimli v0.31.1
9592024-12-19T00:14:55.496Z Downloaded portable-atomic v1.9.0
9602024-12-19T00:14:55.503Z Downloaded object v0.30.4
9612024-12-19T00:14:55.521Z Downloaded unicode-width v0.2.0
9622024-12-19T00:14:55.529Z Downloaded rustls-webpki v0.102.8
9632024-12-19T00:14:55.555Z Downloaded git2 v0.19.0
9642024-12-19T00:14:55.566Z Downloaded openapiv3 v2.0.0
9652024-12-19T00:14:55.582Z Downloaded dropshot v0.13.0
9662024-12-19T00:14:55.603Z Downloaded diesel v2.2.4
9672024-12-19T00:14:55.621Z Downloaded bstr v1.10.0
9682024-12-19T00:14:55.631Z Downloaded p384 v0.13.0
9692024-12-19T00:14:55.637Z Downloaded webpki-roots v0.26.6
9702024-12-19T00:14:55.642Z Downloaded rustls v0.23.14
9712024-12-19T00:14:55.654Z Downloaded chrono-tz v0.10.0
9722024-12-19T00:14:55.661Z Downloaded object v0.36.5
9732024-12-19T00:14:55.672Z Downloaded rustls v0.22.4
9742024-12-19T00:14:55.686Z Downloaded smoltcp v0.11.0
9752024-12-19T00:14:55.698Z Downloaded regex-syntax v0.6.29
9762024-12-19T00:14:55.705Z Downloaded regex-automata v0.4.8
9772024-12-19T00:14:55.722Z Downloaded typify-impl v0.2.0
9782024-12-19T00:14:55.736Z Downloaded dropshot v0.12.0
9792024-12-19T00:14:55.755Z Downloaded regress v0.10.1
9802024-12-19T00:14:55.764Z Downloaded lzma-sys v0.1.20
9812024-12-19T00:14:55.793Z Downloaded nix v0.29.0
9822024-12-19T00:14:55.804Z Downloaded regex-syntax v0.8.5
9832024-12-19T00:14:55.812Z Downloaded smoltcp v0.9.1
9842024-12-19T00:14:55.823Z Downloaded rustls v0.21.12
9852024-12-19T00:14:55.834Z Downloaded ratatui v0.28.1
9862024-12-19T00:14:55.854Z Downloaded libz-sys v1.1.20
9872024-12-19T00:14:55.874Z Downloaded regress v0.9.1
9882024-12-19T00:14:55.882Z Downloaded hickory-proto v0.24.1
9892024-12-19T00:14:55.896Z Downloaded sled v0.34.7
9902024-12-19T00:14:55.905Z Downloaded polar-core v0.27.3
9912024-12-19T00:14:55.913Z Downloaded zerocopy-derive v0.6.6
9922024-12-19T00:14:55.922Z Downloaded vcpkg v0.2.15
9932024-12-19T00:14:55.961Z Downloaded bzip2-sys v0.1.11+1.0.8
9942024-12-19T00:14:55.973Z Downloaded regex v1.11.1
9952024-12-19T00:14:55.987Z Downloaded curve25519-dalek v4.1.3
9962024-12-19T00:14:55.996Z Downloaded tough v0.19.0
9972024-12-19T00:14:56.005Z Downloaded futures-util v0.3.31
9982024-12-19T00:14:56.018Z Downloaded idna v0.2.3
9992024-12-19T00:14:56.024Z Downloaded petgraph v0.6.5
10002024-12-19T00:14:56.041Z Downloaded tracing v0.1.40
10012024-12-19T00:14:56.045Z Downloaded reqwest v0.12.9
10022024-12-19T00:14:56.054Z Downloaded sqlparser v0.45.0
10032024-12-19T00:14:56.059Z Downloaded snafu-derive v0.8.5
10042024-12-19T00:14:56.061Z Downloaded rustyline v14.0.0
10052024-12-19T00:14:56.066Z Downloaded num-bigint-dig v0.8.4
10062024-12-19T00:14:56.070Z Downloaded peg-macros v0.8.4
10072024-12-19T00:14:56.073Z Downloaded lalrpop v0.19.12
10082024-12-19T00:14:56.083Z Downloaded heapless v0.8.0
10092024-12-19T00:14:56.087Z Downloaded tokio v1.40.0
10102024-12-19T00:14:56.124Z Downloaded slog-json v2.6.1
10112024-12-19T00:14:56.127Z Downloaded num-iter v0.1.45
10122024-12-19T00:14:56.127Z Downloaded csv v1.3.0
10132024-12-19T00:14:56.146Z Downloaded derive_builder_core v0.20.2
10142024-12-19T00:14:56.148Z Downloaded pem-rfc7468 v0.7.0
10152024-12-19T00:14:56.150Z Downloaded parse-zoneinfo v0.3.1
10162024-12-19T00:14:56.152Z Downloaded nom v7.1.3
10172024-12-19T00:14:56.158Z Downloaded sha3 v0.10.8
10182024-12-19T00:14:56.163Z Downloaded serde_with v3.11.0
10192024-12-19T00:14:56.172Z Downloaded serde_yaml v0.9.34+deprecated
10202024-12-19T00:14:56.176Z Downloaded siphasher v0.3.11
10212024-12-19T00:14:56.179Z Downloaded hash32 v0.2.1
10222024-12-19T00:14:56.181Z Downloaded derive_builder v0.20.2
10232024-12-19T00:14:56.184Z Downloaded tinyvec v1.8.0
10242024-12-19T00:14:56.187Z Downloaded phf_codegen v0.11.2
10252024-12-19T00:14:56.187Z Downloaded string_cache v0.8.7
10262024-12-19T00:14:56.189Z Downloaded phf_shared v0.11.2
10272024-12-19T00:14:56.191Z Downloaded encoding_rs v0.8.34
10282024-12-19T00:14:56.212Z Downloaded zerocopy-derive v0.8.10
10292024-12-19T00:14:56.218Z Downloaded unicode-normalization v0.1.24
10302024-12-19T00:14:56.222Z Downloaded blake3 v1.5.4
10312024-12-19T00:14:56.231Z Downloaded parking_lot_core v0.9.10
10322024-12-19T00:14:56.233Z Downloaded tokio-util v0.7.12
10332024-12-19T00:14:56.239Z Downloaded num-integer v0.1.46
10342024-12-19T00:14:56.241Z Downloaded glob v0.3.1
10352024-12-19T00:14:56.243Z Downloaded dhcproto v0.12.0
10362024-12-19T00:14:56.246Z Downloaded publicsuffix v2.2.3
10372024-12-19T00:14:56.248Z Downloaded predicates-core v1.0.8
10382024-12-19T00:14:56.250Z Downloaded shell-words v1.1.0
10392024-12-19T00:14:56.250Z Downloaded der v0.7.9
10402024-12-19T00:14:56.254Z Downloaded pbkdf2 v0.12.2
10412024-12-19T00:14:56.256Z Downloaded pbkdf2 v0.11.0
10422024-12-19T00:14:56.258Z Downloaded der_derive v0.7.3
10432024-12-19T00:14:56.260Z Downloaded toml v0.7.8
10442024-12-19T00:14:56.263Z Downloaded hickory-server v0.24.1
10452024-12-19T00:14:56.268Z Downloaded oso v0.27.3
10462024-12-19T00:14:56.281Z Downloaded scheduled-thread-pool v0.2.7
10472024-12-19T00:14:56.286Z Downloaded pin-utils v0.1.0
10482024-12-19T00:14:56.286Z Downloaded rand_chacha v0.3.1
10492024-12-19T00:14:56.286Z Downloaded tabwriter v1.4.0
10502024-12-19T00:14:56.286Z Downloaded synstructure v0.13.1
10512024-12-19T00:14:56.287Z Downloaded structmeta-derive v0.3.0
10522024-12-19T00:14:56.287Z Downloaded structmeta-derive v0.2.0
10532024-12-19T00:14:56.287Z Downloaded structmeta v0.2.0
10542024-12-19T00:14:56.287Z Downloaded zip v0.6.6
10552024-12-19T00:14:56.291Z Downloaded itertools v0.12.1
10562024-12-19T00:14:56.293Z Downloaded idna v1.0.3
10572024-12-19T00:14:56.297Z Downloaded libgit2-sys v0.17.0+1.8.1
10582024-12-19T00:14:56.359Z Downloaded nu-ansi-term v0.50.1
10592024-12-19T00:14:56.362Z Downloaded des v0.8.1
10602024-12-19T00:14:56.365Z Downloaded spin v0.5.2
10612024-12-19T00:14:56.367Z Downloaded pkcs8 v0.10.2
10622024-12-19T00:14:56.369Z Downloaded pkcs1 v0.7.5
10632024-12-19T00:14:56.371Z Downloaded serde_derive_internals v0.29.1
10642024-12-19T00:14:56.374Z Downloaded hyper v1.5.0
10652024-12-19T00:14:56.378Z Downloaded libm v0.2.8
10662024-12-19T00:14:56.386Z Downloaded password-hash v0.5.0
10672024-12-19T00:14:56.389Z Downloaded pin-project v1.1.6
10682024-12-19T00:14:56.399Z Downloaded slog-scope v4.4.0
10692024-12-19T00:14:56.402Z Downloaded serde-hex v0.1.0
10702024-12-19T00:14:56.406Z Downloaded semver v0.1.20
10712024-12-19T00:14:56.406Z Downloaded scopeguard v1.2.0
10722024-12-19T00:14:56.406Z Downloaded rustc-hash v2.0.0
10732024-12-19T00:14:56.409Z Downloaded rustc-hash v1.1.0
10742024-12-19T00:14:56.409Z Downloaded resolv-conf v0.7.0
10752024-12-19T00:14:56.409Z Downloaded progenitor v0.8.0
10762024-12-19T00:14:56.411Z Downloaded primeorder v0.13.6
10772024-12-19T00:14:56.411Z Downloaded percent-encoding v2.3.1
10782024-12-19T00:14:56.411Z Downloaded darling_core v0.20.10
10792024-12-19T00:14:56.415Z Downloaded zopfli v0.8.1
10802024-12-19T00:14:56.419Z Downloaded sec1 v0.7.3
10812024-12-19T00:14:56.422Z Downloaded sct v0.7.1
10822024-12-19T00:14:56.425Z Downloaded rustls-pemfile v2.2.0
10832024-12-19T00:14:56.425Z Downloaded dropshot_endpoint v0.13.0
10842024-12-19T00:14:56.428Z Downloaded backtrace v0.3.74
10852024-12-19T00:14:56.433Z Downloaded crypto-bigint v0.5.5
10862024-12-19T00:14:56.440Z Downloaded progenitor-client v0.8.0
10872024-12-19T00:14:56.442Z Downloaded funty v2.0.0
10882024-12-19T00:14:56.442Z Downloaded env_filter v0.1.2
10892024-12-19T00:14:56.445Z Downloaded enum-as-inner v0.6.1
10902024-12-19T00:14:56.445Z Downloaded enum-as-inner v0.5.1
10912024-12-19T00:14:56.447Z Downloaded dunce v1.0.5
10922024-12-19T00:14:56.449Z Downloaded zone v0.3.0
10932024-12-19T00:14:56.449Z Downloaded zone v0.1.8
10942024-12-19T00:14:56.449Z Downloaded postgres-types v0.2.8
10952024-12-19T00:14:56.452Z Downloaded poly1305 v0.8.0
10962024-12-19T00:14:56.454Z Downloaded parking_lot_core v0.8.6
10972024-12-19T00:14:56.456Z Downloaded tokio-stream v0.1.16
10982024-12-19T00:14:56.461Z Downloaded tokio-rustls v0.25.0
10992024-12-19T00:14:56.463Z Downloaded tiny-keccak v2.0.2
11002024-12-19T00:14:56.466Z Downloaded strum_macros v0.24.3
11012024-12-19T00:14:56.469Z Downloaded base64 v0.22.1
11022024-12-19T00:14:56.474Z Downloaded ssh-cipher v0.2.0
11032024-12-19T00:14:56.476Z Downloaded signature v2.2.0
11042024-12-19T00:14:56.478Z Downloaded secrecy v0.8.0
11052024-12-19T00:14:56.478Z Downloaded scrypt v0.11.0
11062024-12-19T00:14:56.480Z Downloaded rand_seeder v0.3.0
11072024-12-19T00:14:56.484Z Downloaded vte v0.11.1
11082024-12-19T00:14:56.486Z Downloaded strum_macros v0.26.4
11092024-12-19T00:14:56.486Z Downloaded slog v2.7.0
11102024-12-19T00:14:56.489Z Downloaded tokio-rustls v0.24.1
11112024-12-19T00:14:56.492Z Downloaded indexmap v1.9.3
11122024-12-19T00:14:56.495Z Downloaded ppv-lite86 v0.2.20
11132024-12-19T00:14:56.498Z Downloaded powerfmt v0.2.0
11142024-12-19T00:14:56.498Z Downloaded tokio-tungstenite v0.24.0
11152024-12-19T00:14:56.500Z Downloaded tokio-tungstenite v0.21.0
11162024-12-19T00:14:56.502Z Downloaded defmt v0.3.8
11172024-12-19T00:14:56.505Z Downloaded debug-ignore v1.0.5
11182024-12-19T00:14:56.507Z Downloaded data-encoding v2.6.0
11192024-12-19T00:14:56.510Z Downloaded icu_collections v1.5.0
11202024-12-19T00:14:56.515Z Downloaded rustc_version v0.1.7
11212024-12-19T00:14:56.517Z Downloaded ed25519 v2.2.3
11222024-12-19T00:14:56.520Z Downloaded russh-keys v0.45.0
11232024-12-19T00:14:56.522Z Downloaded native-tls v0.2.12
11242024-12-19T00:14:56.525Z Downloaded miniz_oxide v0.8.0
11252024-12-19T00:14:56.528Z Downloaded icu_provider v1.5.0
11262024-12-19T00:14:56.531Z Downloaded allocator-api2 v0.2.18
11272024-12-19T00:14:56.533Z Downloaded bcs v0.1.6
11282024-12-19T00:14:56.537Z Downloaded async-trait v0.1.83
11292024-12-19T00:14:56.539Z Downloaded cexpr v0.6.0
11302024-12-19T00:14:56.542Z Downloaded instability v0.3.2
11312024-12-19T00:14:56.542Z Downloaded indent_write v2.2.0
11322024-12-19T00:14:56.545Z Downloaded cipher v0.4.4
11332024-12-19T00:14:56.545Z Downloaded argon2 v0.5.3
11342024-12-19T00:14:56.548Z Downloaded mockall v0.13.0
11352024-12-19T00:14:56.548Z Downloaded md-5 v0.10.6
11362024-12-19T00:14:56.551Z Downloaded lru-cache v0.1.2
11372024-12-19T00:14:56.551Z Downloaded crc32fast v1.4.2
11382024-12-19T00:14:56.554Z Downloaded lazy_static v1.5.0
11392024-12-19T00:14:56.556Z Downloaded lalrpop-util v0.19.12
11402024-12-19T00:14:56.556Z Downloaded hubpack v0.1.2
11412024-12-19T00:14:56.558Z Downloaded backoff v0.4.0
11422024-12-19T00:14:56.561Z Downloaded ascii-canvas v3.0.0
11432024-12-19T00:14:56.561Z Downloaded async-bb8-diesel v0.2.1
11442024-12-19T00:14:56.563Z Downloaded addr2line v0.24.2
11452024-12-19T00:14:56.567Z Downloaded libsw v3.3.1
11462024-12-19T00:14:56.567Z Downloaded ipnetwork v0.20.0
11472024-12-19T00:14:56.569Z Downloaded inout v0.1.3
11482024-12-19T00:14:56.569Z Downloaded indoc v1.0.9
11492024-12-19T00:14:56.572Z Downloaded impl-trait-for-tuples v0.2.2
11502024-12-19T00:14:56.576Z Downloaded bb8 v0.8.5
11512024-12-19T00:14:56.577Z Downloaded constant_time_eq v0.3.1
11522024-12-19T00:14:56.579Z Downloaded cbc v0.1.2
11532024-12-19T00:14:56.579Z Downloaded castaway v0.2.3
11542024-12-19T00:14:56.581Z Downloaded buf-list v1.0.3
11552024-12-19T00:14:56.584Z Downloaded bitflags v1.3.2
11562024-12-19T00:14:56.587Z Downloaded async-recursion v1.1.1
11572024-12-19T00:14:56.699Z Downloaded ring v0.17.8
11582024-12-19T00:14:56.812Z Downloaded libsqlite3-sys v0.30.1
11592024-12-19T00:14:57.031Z Downloaded ring v0.16.20
11602024-12-19T00:14:57.295Z Downloaded aws-lc-sys v0.22.0
11612024-12-19T00:14:57.599Z Compiling serde v1.0.215
11622024-12-19T00:14:57.601Z Compiling lock_api v0.4.12
11632024-12-19T00:14:57.602Z Compiling scopeguard v1.2.0
11642024-12-19T00:14:57.602Z Compiling value-bag v1.9.0
11652024-12-19T00:14:57.602Z Compiling typenum v1.17.0
11662024-12-19T00:14:57.602Z Compiling generic-array v0.14.7
11672024-12-19T00:14:57.788Z Compiling syn v2.0.87
11682024-12-19T00:14:57.799Z Compiling getrandom v0.2.15
11692024-12-19T00:14:57.910Z Compiling shlex v1.3.0
11702024-12-19T00:14:58.093Z Compiling rand_core v0.6.4
11712024-12-19T00:14:58.230Z Compiling log v0.4.22
11722024-12-19T00:14:58.306Z Compiling subtle v2.6.1
11732024-12-19T00:14:58.326Z Compiling jobserver v0.1.32
11742024-12-19T00:14:58.368Z Compiling const-oid v0.9.6
11752024-12-19T00:14:58.601Z Compiling smallvec v1.13.2
11762024-12-19T00:14:58.621Z Compiling spin v0.9.8
11772024-12-19T00:14:58.671Z Compiling cc v1.1.30
11782024-12-19T00:14:59.010Z Compiling pin-project-lite v0.2.14
11792024-12-19T00:14:59.031Z Compiling rustix v0.38.37
11802024-12-19T00:14:59.094Z Compiling parking_lot_core v0.9.10
11812024-12-19T00:14:59.143Z Compiling futures-core v0.3.31
11822024-12-19T00:14:59.269Z Compiling signal-hook-registry v1.4.2
11832024-12-19T00:14:59.382Z Compiling mio v1.0.2
11842024-12-19T00:14:59.929Z Compiling parking_lot v0.12.3
11852024-12-19T00:15:00.062Z Compiling aho-corasick v1.1.3
11862024-12-19T00:15:00.225Z Compiling cpufeatures v0.2.14
11872024-12-19T00:15:00.309Z Compiling regex-syntax v0.8.5
11882024-12-19T00:15:00.334Z Compiling either v1.13.0
11892024-12-19T00:15:00.465Z Compiling lazy_static v1.5.0
11902024-12-19T00:15:00.688Z Compiling glob v0.3.1
11912024-12-19T00:15:00.737Z Compiling futures-sink v0.3.31
11922024-12-19T00:15:00.848Z Compiling stable_deref_trait v1.2.0
11932024-12-19T00:15:00.884Z Compiling socket2 v0.5.7
11942024-12-19T00:15:00.972Z Compiling slab v0.4.9
11952024-12-19T00:15:01.020Z Compiling prettyplease v0.2.25
11962024-12-19T00:15:01.381Z Compiling minimal-lexical v0.2.1
11972024-12-19T00:15:01.706Z Compiling clang-sys v1.8.1
11982024-12-19T00:15:01.749Z Compiling libloading v0.8.5
11992024-12-19T00:15:01.896Z Compiling nom v7.1.3
12002024-12-19T00:15:01.925Z Compiling serde_json v1.0.132
12012024-12-19T00:15:02.178Z Compiling home v0.5.9
12022024-12-19T00:15:02.242Z Compiling bindgen v0.69.5
12032024-12-19T00:15:02.471Z Compiling futures-channel v0.3.31
12042024-12-19T00:15:02.924Z Compiling itertools v0.12.1
12052024-12-19T00:15:03.078Z Compiling futures-task v0.3.31
12062024-12-19T00:15:03.228Z Compiling rustc-hash v1.1.0
12072024-12-19T00:15:03.393Z Compiling allocator-api2 v0.2.18
12082024-12-19T00:15:03.414Z Compiling foldhash v0.1.3
12092024-12-19T00:15:03.723Z Compiling futures-io v0.3.31
12102024-12-19T00:15:04.039Z Compiling lazycell v1.3.0
12112024-12-19T00:15:04.217Z Compiling regex-automata v0.4.8
12122024-12-19T00:15:04.257Z Compiling pin-utils v0.1.0
12132024-12-19T00:15:04.349Z Compiling hashbrown v0.15.0
12142024-12-19T00:15:05.704Z Compiling synstructure v0.13.1
12152024-12-19T00:15:05.875Z Compiling cexpr v0.6.0
12162024-12-19T00:15:06.077Z Compiling cmake v0.1.51
12172024-12-19T00:15:07.142Z Compiling libm v0.2.8
12182024-12-19T00:15:07.408Z Compiling pkg-config v0.3.31
12192024-12-19T00:15:07.459Z Compiling dunce v1.0.5
12202024-12-19T00:15:07.522Z Compiling fs_extra v1.3.0
12212024-12-19T00:15:07.597Z Compiling tinyvec_macros v0.1.1
12222024-12-19T00:15:07.692Z Compiling tinyvec v1.8.0
12232024-12-19T00:15:07.740Z Compiling num-traits v0.2.19
12242024-12-19T00:15:08.261Z Compiling ring v0.17.8
12252024-12-19T00:15:08.980Z Compiling unicode-bidi v0.3.17
12262024-12-19T00:15:09.001Z Compiling writeable v0.5.5
12272024-12-19T00:15:09.213Z Compiling unicode-normalization v0.1.24
12282024-12-19T00:15:09.383Z Compiling paste v1.0.15
12292024-12-19T00:15:09.527Z Compiling litemap v0.7.3
12302024-12-19T00:15:09.578Z Compiling base64ct v1.6.0
12312024-12-19T00:15:09.877Z Compiling regex v1.11.1
12322024-12-19T00:15:10.152Z Compiling pem-rfc7468 v0.7.0
12332024-12-19T00:15:10.407Z Compiling aws-lc-rs v1.10.0
12342024-12-19T00:15:10.784Z Compiling flagset v0.4.6
12352024-12-19T00:15:10.831Z Compiling httparse v1.9.5
12362024-12-19T00:15:11.008Z Compiling tracing-core v0.1.32
12372024-12-19T00:15:11.671Z Compiling crossbeam-utils v0.8.20
12382024-12-19T00:15:12.116Z Compiling rustls-pki-types v1.9.0
12392024-12-19T00:15:12.201Z Compiling icu_locid_transform_data v1.5.0
12402024-12-19T00:15:12.283Z Compiling percent-encoding v2.3.1
12412024-12-19T00:15:12.346Z Compiling powerfmt v0.2.0
12422024-12-19T00:15:12.381Z Compiling serde_derive v1.0.215
12432024-12-19T00:15:12.644Z Compiling zeroize_derive v1.4.2
12442024-12-19T00:15:12.676Z Compiling zerocopy-derive v0.7.35
12452024-12-19T00:15:13.005Z Compiling tokio-macros v2.4.0
12462024-12-19T00:15:13.094Z Compiling zerofrom-derive v0.1.4
12472024-12-19T00:15:14.202Z Compiling zeroize v1.8.1
12482024-12-19T00:15:14.564Z Compiling thiserror-impl v1.0.69
12492024-12-19T00:15:14.567Z Compiling yoke-derive v0.7.4
12502024-12-19T00:15:14.999Z Compiling zerocopy v0.7.35
12512024-12-19T00:15:15.916Z Compiling crypto-common v0.1.6
12522024-12-19T00:15:16.157Z Compiling block-buffer v0.10.4
12532024-12-19T00:15:16.397Z Compiling digest v0.10.7
12542024-12-19T00:15:16.626Z Compiling zerovec-derive v0.10.3
12552024-12-19T00:15:16.876Z Compiling hmac v0.12.1
12562024-12-19T00:15:17.111Z Compiling futures-macro v0.3.31
12572024-12-19T00:15:17.136Z Compiling block-padding v0.3.3
12582024-12-19T00:15:17.237Z Compiling zerofrom v0.1.4
12592024-12-19T00:15:17.363Z Compiling displaydoc v0.2.5
12602024-12-19T00:15:17.457Z Compiling inout v0.1.3
12612024-12-19T00:15:17.748Z Compiling cipher v0.4.4
12622024-12-19T00:15:17.916Z Compiling yoke v0.7.4
12632024-12-19T00:15:17.955Z Compiling thiserror v1.0.69
12642024-12-19T00:15:18.102Z Compiling sha2 v0.10.8
12652024-12-19T00:15:18.251Z Compiling ppv-lite86 v0.2.20
12662024-12-19T00:15:18.281Z Compiling icu_provider_macros v1.5.0
12672024-12-19T00:15:18.979Z Compiling der_derive v0.7.3
12682024-12-19T00:15:18.999Z Compiling futures-util v0.3.31
12692024-12-19T00:15:19.123Z Compiling rand_chacha v0.3.1
12702024-12-19T00:15:19.293Z Compiling zerovec v0.10.4
12712024-12-19T00:15:19.333Z Compiling tracing-attributes v0.1.27
12722024-12-19T00:15:20.381Z Compiling rand v0.8.5
12732024-12-19T00:15:21.440Z Compiling tinystr v0.7.6
12742024-12-19T00:15:21.532Z Compiling der v0.7.9
12752024-12-19T00:15:21.568Z Compiling icu_collections v1.5.0
12762024-12-19T00:15:21.606Z Compiling salsa20 v0.10.2
12772024-12-19T00:15:21.840Z Compiling icu_locid v1.5.0
12782024-12-19T00:15:21.905Z Compiling pest v2.7.14
12792024-12-19T00:15:22.611Z Compiling pbkdf2 v0.12.2
12802024-12-19T00:15:22.801Z Compiling num-conv v0.1.0
12812024-12-19T00:15:23.032Z Compiling icu_provider v1.5.0
12822024-12-19T00:15:23.072Z Compiling vcpkg v0.2.15
12832024-12-19T00:15:23.163Z Compiling tracing v0.1.40
12842024-12-19T00:15:23.681Z Compiling spki v0.7.3
12852024-12-19T00:15:24.071Z Compiling icu_locid_transform v1.5.0
12862024-12-19T00:15:24.116Z Compiling untrusted v0.7.1
12872024-12-19T00:15:24.289Z Compiling mirai-annotations v1.12.0
12882024-12-19T00:15:24.312Z Compiling time-core v0.1.2
12892024-12-19T00:15:24.479Z Compiling untrusted v0.9.0
12902024-12-19T00:15:24.500Z Compiling icu_properties_data v1.5.0
12912024-12-19T00:15:24.755Z Compiling time-macros v0.2.18
12922024-12-19T00:15:24.930Z Compiling pest_meta v2.7.14
12932024-12-19T00:15:24.974Z Compiling scrypt v0.11.0
12942024-12-19T00:15:25.217Z Compiling icu_properties v1.5.1
12952024-12-19T00:15:25.261Z Compiling openssl-sys v0.9.103
12962024-12-19T00:15:25.575Z Compiling cbc v0.1.2
12972024-12-19T00:15:25.826Z Compiling aes v0.8.4
12982024-12-19T00:15:26.386Z Compiling bitflags v2.6.0
12992024-12-19T00:15:26.779Z Compiling bytes v1.8.0
13002024-12-19T00:15:28.038Z Compiling tokio v1.40.0
13012024-12-19T00:15:28.134Z Compiling indexmap v2.6.0
13022024-12-19T00:15:28.552Z Compiling http v1.1.0
13032024-12-19T00:15:28.767Z Compiling semver v1.0.23
13042024-12-19T00:15:29.556Z Compiling rustc_version v0.4.1
13052024-12-19T00:15:29.630Z Compiling deranged v0.3.11
13062024-12-19T00:15:30.083Z Compiling scroll_derive v0.12.0
13072024-12-19T00:15:30.275Z Compiling atomic-waker v1.1.2
13082024-12-19T00:15:30.341Z Compiling num_threads v0.1.7
13092024-12-19T00:15:30.453Z Compiling utf8_iter v1.0.4
13102024-12-19T00:15:30.473Z Compiling utf16_iter v1.0.5
13112024-12-19T00:15:30.710Z Compiling write16 v1.0.0
13122024-12-19T00:15:30.730Z Compiling icu_normalizer_data v1.5.0
13132024-12-19T00:15:30.840Z Compiling which v4.4.2
13142024-12-19T00:15:30.858Z Compiling icu_normalizer v1.5.0
13152024-12-19T00:15:31.099Z Compiling http-body v1.0.1
13162024-12-19T00:15:31.454Z Compiling pkcs5 v0.7.1
13172024-12-19T00:15:31.578Z Compiling time v0.3.36
13182024-12-19T00:15:31.608Z Compiling scroll v0.12.0
13192024-12-19T00:15:31.668Z Compiling pest_generator v2.7.14
13202024-12-19T00:15:32.190Z Compiling form_urlencoded v1.2.1
13212024-12-19T00:15:32.296Z Compiling try-lock v0.2.5
13222024-12-19T00:15:32.456Z Compiling slog v2.7.0
13232024-12-19T00:15:32.535Z Compiling want v0.3.1
13242024-12-19T00:15:32.702Z Compiling goblin v0.8.2
13252024-12-19T00:15:32.817Z Compiling pkcs8 v0.10.2
13262024-12-19T00:15:32.889Z Compiling idna_adapter v1.2.0
13272024-12-19T00:15:33.067Z Compiling httpdate v1.0.3
13282024-12-19T00:15:33.126Z Compiling idna v1.0.3
13292024-12-19T00:15:33.565Z Compiling serde_tokenstream v0.2.2
13302024-12-19T00:15:33.698Z Compiling pest_derive v2.7.14
13312024-12-19T00:15:34.156Z Compiling toml_datetime v0.6.8
13322024-12-19T00:15:34.397Z Compiling uuid v1.11.0
13332024-12-19T00:15:34.526Z Compiling dtrace-parser v0.2.0
13342024-12-19T00:15:34.669Z Compiling serde_spanned v0.6.8
13352024-12-19T00:15:34.909Z Compiling iana-time-zone v0.1.61
13362024-12-19T00:15:34.988Z Compiling foreign-types-shared v0.1.1
13372024-12-19T00:15:35.099Z Compiling rustversion v1.0.17
13382024-12-19T00:15:35.370Z Compiling match_cfg v0.1.0
13392024-12-19T00:15:35.469Z Compiling base64 v0.22.1
13402024-12-19T00:15:35.829Z Compiling tower-service v0.3.3
13412024-12-19T00:15:35.862Z Compiling adler2 v2.0.0
13422024-12-19T00:15:35.963Z Compiling openssl v0.10.66
13432024-12-19T00:15:36.086Z Compiling miniz_oxide v0.8.0
13442024-12-19T00:15:36.331Z Compiling hostname v0.3.1
13452024-12-19T00:15:36.424Z Compiling foreign-types v0.3.2
13462024-12-19T00:15:36.528Z Compiling tokio-util v0.7.12
13472024-12-19T00:15:36.594Z Compiling chrono v0.4.38
13482024-12-19T00:15:36.797Z Compiling url v2.5.3
13492024-12-19T00:15:37.654Z Compiling h2 v0.4.6
13502024-12-19T00:15:37.973Z Compiling openssl-macros v0.1.1
13512024-12-19T00:15:38.267Z Compiling async-trait v0.1.83
13522024-12-19T00:15:38.750Z Compiling dof v0.3.0
13532024-12-19T00:15:38.837Z Compiling dirs-sys-next v0.1.2
13542024-12-19T00:15:39.524Z Compiling usdt-impl v0.5.0
13552024-12-19T00:15:40.410Z Compiling syn v1.0.109
13562024-12-19T00:15:41.030Z Compiling rustls v0.22.4
13572024-12-19T00:15:41.075Z Compiling siphasher v0.3.11
13582024-12-19T00:15:41.131Z Compiling native-tls v0.2.12
13592024-12-19T00:15:41.150Z Compiling data-encoding v2.6.0
13602024-12-19T00:15:41.294Z Compiling rustls v0.23.14
13612024-12-19T00:15:41.511Z Compiling dirs-next v2.0.0
13622024-12-19T00:15:41.700Z Compiling http-body-util v0.1.2
13632024-12-19T00:15:42.249Z Compiling crossbeam-epoch v0.9.18
13642024-12-19T00:15:42.987Z Compiling heapless v0.7.17
13652024-12-19T00:15:43.037Z Compiling sha1 v0.10.6
13662024-12-19T00:15:43.099Z Compiling signature v2.2.0
13672024-12-19T00:15:43.394Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-12-19T00:15:43.414Z Compiling serde_derive_internals v0.29.1
13692024-12-19T00:15:43.451Z Compiling thread_local v1.1.8
13702024-12-19T00:15:43.632Z Compiling cookie v0.18.1
13712024-12-19T00:15:43.690Z Compiling multer v3.1.0
13722024-12-19T00:15:43.903Z Compiling encoding_rs v0.8.34
13732024-12-19T00:15:43.925Z Compiling openssl-probe v0.1.5
13742024-12-19T00:15:43.988Z Compiling slog-async v2.8.0
13752024-12-19T00:15:44.022Z Compiling rayon-core v1.12.1
13762024-12-19T00:15:44.265Z Compiling ipnet v2.10.1
13772024-12-19T00:15:44.284Z Compiling schemars v0.8.21
13782024-12-19T00:15:44.506Z Compiling gimli v0.31.1
13792024-12-19T00:15:44.596Z Compiling signal-hook v0.3.17
13802024-12-19T00:15:44.878Z Compiling hyper v1.5.0
13812024-12-19T00:15:45.618Z Compiling unicode-properties v0.1.3
13822024-12-19T00:15:46.026Z Compiling mime v0.3.17
13832024-12-19T00:15:46.179Z Compiling schemars_derive v0.8.21
13842024-12-19T00:15:46.642Z Compiling stringprep v0.1.5
13852024-12-19T00:15:47.903Z Compiling hyper-util v0.1.10
13862024-12-19T00:15:48.694Z Compiling toml_edit v0.22.22
13872024-12-19T00:15:49.092Z Compiling addr2line v0.24.2
13882024-12-19T00:15:49.564Z Compiling usdt-macro v0.5.0
13892024-12-19T00:15:49.748Z Compiling usdt-attr-macro v0.5.0
13902024-12-19T00:15:49.809Z Compiling crossbeam-deque v0.8.5
13912024-12-19T00:15:50.157Z Compiling term v0.7.0
13922024-12-19T00:15:50.845Z Compiling slog-json v2.6.1
13932024-12-19T00:15:51.018Z Compiling serde_urlencoded v0.7.1
13942024-12-19T00:15:51.110Z Compiling crossbeam-channel v0.5.13
13952024-12-19T00:15:51.209Z Compiling curve25519-dalek v4.1.3
13962024-12-19T00:15:51.386Z Compiling futures-executor v0.3.31
13972024-12-19T00:15:51.538Z Compiling enum-as-inner v0.6.1
13982024-12-19T00:15:51.702Z Compiling md-5 v0.10.6
13992024-12-19T00:15:51.813Z Compiling rustls-pemfile v2.2.0
14002024-12-19T00:15:51.930Z Compiling async-stream-impl v0.3.6
14012024-12-19T00:15:51.981Z Compiling num-integer v0.1.46
14022024-12-19T00:15:52.150Z Compiling idna v0.3.0
14032024-12-19T00:15:52.229Z Compiling idna v0.4.0
14042024-12-19T00:15:52.652Z Compiling ff v0.13.0
14052024-12-19T00:15:52.820Z Compiling hash32 v0.2.1
14062024-12-19T00:15:52.884Z Compiling is-terminal v0.4.13
14072024-12-19T00:15:53.021Z Compiling object v0.36.5
14082024-12-19T00:15:53.214Z Compiling dropshot v0.12.0
14092024-12-19T00:15:53.294Z Compiling base16ct v0.2.0
14102024-12-19T00:15:53.488Z Compiling take_mut v0.2.2
14112024-12-19T00:15:53.636Z Compiling smoltcp v0.9.1
14122024-12-19T00:15:53.658Z Compiling rustc-demangle v0.1.24
14132024-12-19T00:15:53.829Z Compiling linked-hash-map v0.5.6
14142024-12-19T00:15:53.884Z Compiling psl-types v2.0.11
14152024-12-19T00:15:54.078Z Compiling num-bigint-dig v0.8.4
14162024-12-19T00:15:54.200Z Compiling dyn-clone v1.0.17
14172024-12-19T00:15:54.355Z Compiling quick-error v1.2.3
14182024-12-19T00:15:54.375Z Compiling anyhow v1.0.93
14192024-12-19T00:15:54.407Z Compiling portable-atomic v1.9.0
14202024-12-19T00:15:54.503Z Compiling utf-8 v0.7.6
14212024-12-19T00:15:54.654Z Compiling fallible-iterator v0.2.0
14222024-12-19T00:15:54.832Z Compiling tungstenite v0.24.0
14232024-12-19T00:15:55.378Z Compiling postgres-protocol v0.6.7
14242024-12-19T00:15:55.399Z Compiling resolv-conf v0.7.0
14252024-12-19T00:15:56.279Z Compiling lru-cache v0.1.2
14262024-12-19T00:15:56.485Z Compiling publicsuffix v2.2.3
14272024-12-19T00:15:56.778Z Compiling sec1 v0.7.3
14282024-12-19T00:15:57.245Z Compiling async-stream v0.3.6
14292024-12-19T00:15:57.333Z Compiling hickory-proto v0.24.1
14302024-12-19T00:15:57.542Z Compiling usdt v0.5.0
14312024-12-19T00:15:58.038Z Compiling slog-term v2.9.1
14322024-12-19T00:15:58.055Z Compiling group v0.13.0
14332024-12-19T00:15:58.381Z Compiling num-iter v0.1.45
14342024-12-19T00:15:58.455Z Compiling toml v0.8.19
14352024-12-19T00:15:58.690Z Compiling futures v0.3.31
14362024-12-19T00:15:58.820Z Compiling slog-bunyan v2.5.0
14372024-12-19T00:15:59.534Z Compiling tokio-native-tls v0.3.1
14382024-12-19T00:16:00.295Z Compiling camino v1.1.9
14392024-12-19T00:16:01.010Z Compiling backtrace v0.3.74
14402024-12-19T00:16:01.053Z Compiling phf_shared v0.11.2
14412024-12-19T00:16:01.291Z Compiling dropshot_endpoint v0.12.0
14422024-12-19T00:16:01.388Z Compiling terminal_size v0.4.0
14432024-12-19T00:16:01.456Z Compiling waitgroup v0.1.2
14442024-12-19T00:16:01.505Z Compiling openapiv3 v2.0.0
14452024-12-19T00:16:01.619Z Compiling serde_path_to_error v0.1.16
14462024-12-19T00:16:01.693Z Compiling hkdf v0.12.4
14472024-12-19T00:16:01.963Z Compiling crypto-bigint v0.5.5
14482024-12-19T00:16:02.487Z Compiling webpki-roots v0.26.6
14492024-12-19T00:16:02.695Z Compiling zerocopy-derive v0.6.6
14502024-12-19T00:16:04.793Z Compiling curve25519-dalek-derive v0.1.1
14512024-12-19T00:16:04.911Z Compiling hubpack_derive v0.1.1
14522024-12-19T00:16:05.026Z Compiling idna v0.5.0
14532024-12-19T00:16:05.851Z Compiling hostname v0.4.0
14542024-12-19T00:16:05.960Z Compiling ahash v0.8.11
14552024-12-19T00:16:05.985Z Compiling fs-err v2.11.0
14562024-12-19T00:16:06.120Z Compiling crc32fast v1.4.2
14572024-12-19T00:16:06.273Z Compiling bitflags v1.3.2
14582024-12-19T00:16:06.292Z Compiling managed v0.8.0
14592024-12-19T00:16:06.393Z Compiling winnow v0.5.40
14602024-12-19T00:16:06.408Z Compiling debug-ignore v1.0.5
14612024-12-19T00:16:06.502Z Compiling clap_builder v4.5.21
14622024-12-19T00:16:06.569Z Compiling console v0.15.8
14632024-12-19T00:16:06.749Z Compiling strum_macros v0.25.3
14642024-12-19T00:16:08.203Z Compiling flate2 v1.0.34
14652024-12-19T00:16:08.440Z Compiling cookie_store v0.21.0
14662024-12-19T00:16:08.873Z Compiling hubpack v0.1.2
14672024-12-19T00:16:09.178Z Compiling elliptic-curve v0.13.8
14682024-12-19T00:16:09.343Z Compiling zerocopy v0.6.6
14692024-12-19T00:16:10.056Z Compiling toml_edit v0.19.15
14702024-12-19T00:16:10.092Z Compiling hickory-resolver v0.24.1
14712024-12-19T00:16:10.324Z Compiling phf v0.11.2
14722024-12-19T00:16:10.656Z Compiling signal-hook-mio v0.2.4
14732024-12-19T00:16:10.833Z Compiling rayon v1.10.0
14742024-12-19T00:16:11.015Z Compiling hyper-tls v0.6.0
14752024-12-19T00:16:11.087Z Compiling bzip2 v0.4.4
14762024-12-19T00:16:11.508Z Compiling postgres-types v0.2.8
14772024-12-19T00:16:13.127Z Compiling tokio-tungstenite v0.24.0
14782024-12-19T00:16:15.052Z Compiling ed25519 v2.2.3
14792024-12-19T00:16:15.794Z Compiling phf_shared v0.10.0
14802024-12-19T00:16:15.932Z Compiling tokio-stream v0.1.16
14812024-12-19T00:16:16.029Z Compiling pkcs1 v0.7.5
14822024-12-19T00:16:16.216Z Compiling serde-big-array v0.5.1
14832024-12-19T00:16:16.467Z Compiling clap_derive v4.5.18
14842024-12-19T00:16:16.970Z Compiling rfc6979 v0.4.0
14852024-12-19T00:16:17.014Z Compiling derive-where v1.2.7
14862024-12-19T00:16:17.050Z Compiling serde_repr v0.1.19
14872024-12-19T00:16:17.072Z Compiling float-cmp v0.9.0
14882024-12-19T00:16:17.148Z Compiling bstr v1.10.0
14892024-12-19T00:16:17.292Z Compiling sync_wrapper v1.0.1
14902024-12-19T00:16:17.458Z Compiling bit-vec v0.6.3
14912024-12-19T00:16:17.953Z Compiling difflib v0.4.0
14922024-12-19T00:16:18.244Z Compiling unicode-width v0.2.0
14932024-12-19T00:16:18.289Z Compiling unicode-segmentation v1.12.0
14942024-12-19T00:16:18.792Z Compiling precomputed-hash v0.1.1
14952024-12-19T00:16:18.913Z Compiling fixedbitset v0.4.2
14962024-12-19T00:16:18.948Z Compiling static_assertions v1.1.0
14972024-12-19T00:16:19.055Z Compiling normalize-line-endings v0.3.0
14982024-12-19T00:16:19.187Z Compiling number_prefix v0.4.0
14992024-12-19T00:16:19.207Z Compiling new_debug_unreachable v1.0.6
15002024-12-19T00:16:19.306Z Compiling predicates-core v1.0.8
15012024-12-19T00:16:19.382Z Compiling whoami v1.5.2
15022024-12-19T00:16:19.438Z Compiling indicatif v0.17.9
15032024-12-19T00:16:19.596Z Compiling predicates v3.1.2
15042024-12-19T00:16:19.670Z Compiling string_cache v0.8.7
15052024-12-19T00:16:20.015Z Compiling tokio-postgres v0.7.12
15062024-12-19T00:16:20.147Z Compiling petgraph v0.6.5
15072024-12-19T00:16:20.608Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15082024-12-19T00:16:21.459Z Compiling similar v2.6.0
15092024-12-19T00:16:21.746Z Compiling bit-set v0.5.3
15102024-12-19T00:16:21.766Z Compiling clap v4.5.21
15112024-12-19T00:16:21.895Z Compiling ecdsa v0.16.9
15122024-12-19T00:16:22.036Z Compiling rsa v0.9.6
15132024-12-19T00:16:22.781Z Compiling ed25519-dalek v2.1.1
15142024-12-19T00:16:23.894Z Compiling toml v0.7.8
15152024-12-19T00:16:24.078Z Compiling zip v0.6.6
15162024-12-19T00:16:24.484Z Compiling crossterm v0.28.1
15172024-12-19T00:16:25.822Z Compiling hex v0.4.3
15182024-12-19T00:16:26.021Z Compiling x509-cert v0.2.5
15192024-12-19T00:16:26.356Z Compiling itertools v0.10.5
15202024-12-19T00:16:26.474Z Compiling peg-runtime v0.8.3
15212024-12-19T00:16:26.477Z Compiling lalrpop-util v0.19.12
15222024-12-19T00:16:26.833Z Compiling unicode-xid v0.2.6
15232024-12-19T00:16:27.019Z Compiling strum_macros v0.26.4
15242024-12-19T00:16:27.153Z Compiling xattr v1.3.1
15252024-12-19T00:16:27.427Z Compiling filetime v0.2.25
15262024-12-19T00:16:27.753Z Compiling tar v0.4.42
15272024-12-19T00:16:32.044Z Compiling strum v0.26.3
15282024-12-19T00:16:34.829Z Compiling aws-lc-sys v0.22.0
15292024-12-19T00:17:03.326Z Compiling rustls-webpki v0.102.8
15302024-12-19T00:17:06.691Z Compiling tokio-rustls v0.25.0
15312024-12-19T00:17:08.407Z Compiling tokio-rustls v0.26.0
15322024-12-19T00:17:08.727Z Compiling hyper-rustls v0.27.3
15332024-12-19T00:17:09.089Z Compiling reqwest v0.12.9
15342024-12-19T00:17:10.249Z Compiling qorb v0.2.1
15352024-12-19T00:17:15.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362024-12-19T00:17:15.299Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372024-12-19T00:17:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15382024-12-19T00:17:21.289Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392024-12-19T00:17:21.339ZDec 19 00:17:20.506 INFO Starting download, target: Clickhouse
15402024-12-19T00:17:21.339ZDec 19 00:17:20.506 INFO Starting download, target: Cockroach
15412024-12-19T00:17:21.339ZDec 19 00:17:20.506 INFO Starting download, target: Console
15422024-12-19T00:17:21.339ZDec 19 00:17:20.506 INFO Starting download, target: DendriteOpenapi
15432024-12-19T00:17:21.341ZDec 19 00:17:20.506 INFO Starting download, target: DendriteStub
15442024-12-19T00:17:21.342ZDec 19 00:17:20.506 INFO Starting download, target: MaghemiteMgd
15452024-12-19T00:17:21.342ZDec 19 00:17:20.506 INFO Starting download, target: TransceiverControl
15462024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15472024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15482024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15492024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15502024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522024-12-19T00:17:21.342ZDec 19 00:17:20.507 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532024-12-19T00:17:21.530ZDec 19 00:17:20.685 INFO Download complete, target: DendriteOpenapi
15542024-12-19T00:17:21.724ZDec 19 00:17:20.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552024-12-19T00:17:21.857ZDec 19 00:17:21.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562024-12-19T00:17:22.197ZDec 19 00:17:21.360 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15572024-12-19T00:17:22.206ZDec 19 00:17:21.368 INFO Download complete, target: Console
15582024-12-19T00:17:22.309ZDec 19 00:17:21.476 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15592024-12-19T00:17:22.415ZDec 19 00:17:21.577 INFO Download complete, target: TransceiverControl
15602024-12-19T00:17:22.793ZDec 19 00:17:21.961 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612024-12-19T00:17:22.793ZDec 19 00:17:21.961 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622024-12-19T00:17:23.207ZDec 19 00:17:22.375 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-12-19T00:17:24.945ZDec 19 00:17:24.112 INFO Download complete, target: DendriteStub
15642024-12-19T00:17:25.153ZDec 19 00:17:24.320 INFO Download complete, target: MaghemiteMgd
15652024-12-19T00:17:30.085ZDec 19 00:17:29.252 INFO Checking that binary works, target: Cockroach
15662024-12-19T00:17:30.244ZDec 19 00:17:29.412 INFO Download complete, target: Cockroach
15672024-12-19T00:17:35.419ZDec 19 00:17:34.585 INFO Checking that binary works, target: Clickhouse
15682024-12-19T00:17:35.531ZDec 19 00:17:34.699 INFO Download complete, target: Clickhouse
15692024-12-19T00:17:35.552ZAll builder prerequisites installed successfully, and PATH looks valid
15702024-12-19T00:17:35.555Z
15712024-12-19T00:17:35.555Zreal 5:27.072745538
15722024-12-19T00:17:35.555Zuser 16:34.915587157
15732024-12-19T00:17:35.555Zsys 3:16.172952968
15742024-12-19T00:17:35.556Ztrap 0.534860893
15752024-12-19T00:17:35.556Ztflt 4.113049984
15762024-12-19T00:17:35.556Zdflt 4.563595562
15772024-12-19T00:17:35.556Zkflt 0.031107101
15782024-12-19T00:17:35.556Zlock 29:29.579949122
15792024-12-19T00:17:35.556Zslp 1:03:27.126160282
15802024-12-19T00:17:35.556Zlat 55.900048012
15812024-12-19T00:17:35.556Zstop 2:18.178331600
15822024-12-19T00:17:35.556Z+ banner hack-check
15832024-12-19T00:17:35.559Z
15842024-12-19T00:17:35.559Z # # ## #### # # #### # # ###### #### # #
15852024-12-19T00:17:35.559Z # # # # # # # # # # # # # # # # #
15862024-12-19T00:17:35.560Z ###### # # # #### ##### # ###### ##### # ####
15872024-12-19T00:17:35.560Z # # ###### # # # # # # # # # #
15882024-12-19T00:17:35.560Z # # # # # # # # # # # # # # # # #
15892024-12-19T00:17:35.560Z # # # # #### # # #### # # ###### #### # #
15902024-12-19T00:17:35.560Z
15912024-12-19T00:17:35.560Z+ export CARGO_INCREMENTAL=0
15922024-12-19T00:17:35.560Z+ CARGO_INCREMENTAL=0
15932024-12-19T00:17:35.560Z+ ptime -m timeout 2h cargo xtask check-features --ci
15942024-12-19T00:17:36.084Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15952024-12-19T00:17:39.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
15962024-12-19T00:17:39.648Z Running `target/debug/xtask check-features --ci`
15972024-12-19T00:17:39.668Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15982024-12-19T00:17:39.669Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15992024-12-19T00:17:40.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16002024-12-19T00:17:40.130Z Running `target/debug/xtask download cargo-hack`
16012024-12-19T00:17:40.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022024-12-19T00:17:41.319Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032024-12-19T00:17:46.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
16042024-12-19T00:17:46.501Z Running `target/debug/xtask-downloader cargo-hack`
16052024-12-19T00:17:46.535ZDec 19 00:17:45.702 INFO Starting download, target: CargoHack
16062024-12-19T00:17:46.538ZDec 19 00:17:45.703 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16072024-12-19T00:17:47.092ZDec 19 00:17:46.259 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16082024-12-19T00:17:47.178ZDec 19 00:17:46.346 INFO Download complete, target: CargoHack
16092024-12-19T00:17:47.181Zrunning: "/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"
16102024-12-19T00:17:47.198Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16112024-12-19T00:17:47.367Zinfo: running `cargo check --bins` on api_identity (1/174)
16122024-12-19T00:17:47.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-12-19T00:17:47.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-12-19T00:17:47.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-12-19T00:17:47.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16162024-12-19T00:17:47.967Z
16172024-12-19T00:17:47.967Zinfo: running `cargo check --bins` on bootstore (2/174)
16182024-12-19T00:17:48.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-12-19T00:17:48.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-12-19T00:17:48.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-12-19T00:17:48.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16222024-12-19T00:17:48.622Z
16232024-12-19T00:17:48.622Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16242024-12-19T00:17:49.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-12-19T00:17:49.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-12-19T00:17:49.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-12-19T00:17:49.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16282024-12-19T00:17:49.222Z
16292024-12-19T00:17:49.223Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16302024-12-19T00:17:49.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-12-19T00:17:49.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-12-19T00:17:49.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-12-19T00:17:49.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16342024-12-19T00:17:49.869Z
16352024-12-19T00:17:49.869Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16362024-12-19T00:17:50.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-12-19T00:17:50.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-12-19T00:17:50.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-12-19T00:17:50.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16402024-12-19T00:17:50.283Z
16412024-12-19T00:17:50.283Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16422024-12-19T00:17:50.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-19T00:17:50.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-19T00:17:50.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-19T00:17:50.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-12-19T00:17:50.705Z
16472024-12-19T00:17:50.705Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16482024-12-19T00:17:51.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-19T00:17:51.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-19T00:17:51.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-19T00:17:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-12-19T00:17:51.119Z
16532024-12-19T00:17:51.119Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16542024-12-19T00:17:51.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-19T00:17:51.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-19T00:17:51.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-19T00:17:51.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16582024-12-19T00:17:51.545Z
16592024-12-19T00:17:51.545Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16602024-12-19T00:17:51.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-19T00:17:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-19T00:17:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-19T00:17:51.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-12-19T00:17:51.963Z
16652024-12-19T00:17:51.963Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16662024-12-19T00:17:52.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-19T00:17:52.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-19T00:17:52.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-19T00:17:52.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-12-19T00:17:52.381Z
16712024-12-19T00:17:52.381Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16722024-12-19T00:17:52.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-19T00:17:52.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-19T00:17:52.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-19T00:17:52.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-12-19T00:17:52.795Z
16772024-12-19T00:17:52.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16782024-12-19T00:17:53.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-19T00:17:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-19T00:17:53.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-19T00:17:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822024-12-19T00:17:53.213Z
16832024-12-19T00:17:53.213Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16842024-12-19T00:17:53.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-19T00:17:53.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-19T00:17:53.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-19T00:17:53.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882024-12-19T00:17:53.633Z
16892024-12-19T00:17:53.633Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16902024-12-19T00:17:54.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-19T00:17:54.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-19T00:17:54.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-19T00:17:54.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942024-12-19T00:17:54.046Z
16952024-12-19T00:17:54.046Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
16962024-12-19T00:17:54.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-19T00:17:54.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-19T00:17:54.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-19T00:17:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-12-19T00:17:54.462Z
17012024-12-19T00:17:54.462Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17022024-12-19T00:17:54.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-19T00:17:54.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-19T00:17:54.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-19T00:17:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-12-19T00:17:54.880Z
17072024-12-19T00:17:54.880Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17082024-12-19T00:17:55.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-19T00:17:55.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-19T00:17:55.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-19T00:17:55.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-12-19T00:17:55.296Z
17132024-12-19T00:17:55.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17142024-12-19T00:17:55.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-19T00:17:55.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-19T00:17:55.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-19T00:17:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17182024-12-19T00:17:55.713Z
17192024-12-19T00:17:55.713Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17202024-12-19T00:17:56.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-19T00:17:56.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-19T00:17:56.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-19T00:17:56.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17242024-12-19T00:17:56.135Z
17252024-12-19T00:17:56.135Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17262024-12-19T00:17:56.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-19T00:17:56.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-19T00:17:56.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-19T00:17:56.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-12-19T00:17:56.554Z
17312024-12-19T00:17:56.554Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17322024-12-19T00:17:56.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-19T00:17:56.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-19T00:17:56.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-19T00:17:56.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362024-12-19T00:17:56.977Z
17372024-12-19T00:17:56.977Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17382024-12-19T00:17:57.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-19T00:17:57.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-19T00:17:57.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-19T00:17:57.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422024-12-19T00:17:57.394Z
17432024-12-19T00:17:57.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17442024-12-19T00:17:57.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-19T00:17:57.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-19T00:17:57.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-19T00:17:57.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17482024-12-19T00:17:57.817Z
17492024-12-19T00:17:57.817Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17502024-12-19T00:17:58.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-19T00:17:58.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-19T00:17:58.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-19T00:17:58.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542024-12-19T00:17:58.232Z
17552024-12-19T00:17:58.232Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17562024-12-19T00:17:58.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-19T00:17:58.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-19T00:17:58.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-19T00:17:58.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17602024-12-19T00:17:58.859Z
17612024-12-19T00:17:58.859Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17622024-12-19T00:17:59.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-19T00:17:59.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-19T00:17:59.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-19T00:17:59.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17662024-12-19T00:17:59.485Z
17672024-12-19T00:17:59.485Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17682024-12-19T00:18:00.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-19T00:18:00.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-19T00:18:00.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-19T00:18:00.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17722024-12-19T00:18:00.112Z
17732024-12-19T00:18:00.112Zinfo: running `cargo check --bins` on oxlog (28/174)
17742024-12-19T00:18:00.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-19T00:18:00.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-19T00:18:00.722Z Checking cfg-if v1.0.0
17772024-12-19T00:18:00.724Z Checking libc v0.2.162
17782024-12-19T00:18:00.827Z Checking serde v1.0.215
17792024-12-19T00:18:00.830Z Checking zeroize v1.8.1
17802024-12-19T00:18:00.846Z Checking memchr v2.7.4
17812024-12-19T00:18:00.857Z Checking typenum v1.17.0
17822024-12-19T00:18:00.857Z Checking scopeguard v1.2.0
17832024-12-19T00:18:00.874Z Checking subtle v2.6.1
17842024-12-19T00:18:00.888Z Checking value-bag v1.9.0
17852024-12-19T00:18:01.047Z Checking const-oid v0.9.6
17862024-12-19T00:18:01.117Z Checking itoa v1.0.11
17872024-12-19T00:18:01.251Z Checking log v0.4.22
17882024-12-19T00:18:01.321Z Checking smallvec v1.13.2
17892024-12-19T00:18:01.678Z Checking pin-project-lite v0.2.14
17902024-12-19T00:18:01.727Z Checking byteorder v1.5.0
17912024-12-19T00:18:01.743Z Checking futures-core v0.3.31
17922024-12-19T00:18:01.789Z Checking once_cell v1.20.2
17932024-12-19T00:18:01.848Z Checking getrandom v0.2.15
17942024-12-19T00:18:01.920Z Checking signal-hook-registry v1.4.2
17952024-12-19T00:18:02.016Z Checking lock_api v0.4.12
17962024-12-19T00:18:02.049Z Checking generic-array v0.14.7
17972024-12-19T00:18:02.061Z Checking parking_lot_core v0.9.10
17982024-12-19T00:18:02.077Z Checking rand_core v0.6.4
17992024-12-19T00:18:02.109Z Checking mio v1.0.2
18002024-12-19T00:18:02.177Z Checking cpufeatures v0.2.14
18012024-12-19T00:18:02.274Z Checking stable_deref_trait v1.2.0
18022024-12-19T00:18:02.374Z Checking futures-sink v0.3.31
18032024-12-19T00:18:02.376Z Checking socket2 v0.5.7
18042024-12-19T00:18:02.399Z Checking zerocopy v0.7.35
18052024-12-19T00:18:02.442Z Checking parking_lot v0.12.3
18062024-12-19T00:18:02.514Z Checking spin v0.9.8
18072024-12-19T00:18:02.708Z Checking slab v0.4.9
18082024-12-19T00:18:02.778Z Checking zerofrom v0.1.4
18092024-12-19T00:18:02.798Z Checking futures-channel v0.3.31
18102024-12-19T00:18:02.860Z Checking equivalent v1.0.1
18112024-12-19T00:18:02.875Z Checking futures-task v0.3.31
18122024-12-19T00:18:02.955Z Checking futures-io v0.3.31
18132024-12-19T00:18:02.970Z Checking pin-utils v0.1.0
18142024-12-19T00:18:02.983Z Checking yoke v0.7.4
18152024-12-19T00:18:03.051Z Checking foldhash v0.1.3
18162024-12-19T00:18:03.101Z Checking allocator-api2 v0.2.18
18172024-12-19T00:18:03.120Z Checking tinyvec_macros v0.1.1
18182024-12-19T00:18:03.167Z Checking futures-util v0.3.31
18192024-12-19T00:18:03.183Z Checking crypto-common v0.1.6
18202024-12-19T00:18:03.209Z Checking block-buffer v0.10.4
18212024-12-19T00:18:03.244Z Checking block-padding v0.3.3
18222024-12-19T00:18:03.299Z Checking zerovec v0.10.4
18232024-12-19T00:18:03.354Z Checking ryu v1.0.18
18242024-12-19T00:18:03.430Z Checking digest v0.10.7
18252024-12-19T00:18:03.444Z Checking inout v0.1.3
18262024-12-19T00:18:03.596Z Checking tinyvec v1.8.0
18272024-12-19T00:18:03.671Z Checking fnv v1.0.7
18282024-12-19T00:18:03.722Z Checking hashbrown v0.15.0
18292024-12-19T00:18:03.791Z Checking hmac v0.12.1
18302024-12-19T00:18:03.793Z Checking sha2 v0.10.8
18312024-12-19T00:18:03.793Z Checking cipher v0.4.4
18322024-12-19T00:18:04.008Z Checking libm v0.2.8
18332024-12-19T00:18:04.213Z Checking base64ct v1.6.0
18342024-12-19T00:18:04.389Z Checking unicode-bidi v0.3.17
18352024-12-19T00:18:04.691Z Checking litemap v0.7.3
18362024-12-19T00:18:04.883Z Checking writeable v0.5.5
18372024-12-19T00:18:04.914Z Checking tinystr v0.7.6
18382024-12-19T00:18:04.928Z Checking unicode-normalization v0.1.24
18392024-12-19T00:18:04.979Z Checking num-traits v0.2.19
18402024-12-19T00:18:05.025Z Checking pem-rfc7468 v0.7.0
18412024-12-19T00:18:05.048Z Checking ppv-lite86 v0.2.20
18422024-12-19T00:18:05.201Z Checking flagset v0.4.6
18432024-12-19T00:18:05.276Z Checking tracing-core v0.1.32
18442024-12-19T00:18:05.304Z Checking icu_locid v1.5.0
18452024-12-19T00:18:05.387Z Checking der v0.7.9
18462024-12-19T00:18:05.623Z Checking bytes v1.8.0
18472024-12-19T00:18:05.793Z Checking indexmap v2.6.0
18482024-12-19T00:18:05.838Z Checking serde_json v1.0.132
18492024-12-19T00:18:05.948Z Checking rand_chacha v0.3.1
18502024-12-19T00:18:06.338Z Checking icu_provider v1.5.0
18512024-12-19T00:18:06.365Z Checking bitflags v2.6.0
18522024-12-19T00:18:06.423Z Checking tokio v1.40.0
18532024-12-19T00:18:06.659Z Checking http v1.1.0
18542024-12-19T00:18:06.673Z Checking thiserror v1.0.69
18552024-12-19T00:18:06.802Z Checking percent-encoding v2.3.1
18562024-12-19T00:18:07.004Z Checking icu_locid_transform_data v1.5.0
18572024-12-19T00:18:07.007Z Checking rustls-pki-types v1.9.0
18582024-12-19T00:18:07.090Z Checking rand v0.8.5
18592024-12-19T00:18:07.104Z Checking icu_locid_transform v1.5.0
18602024-12-19T00:18:07.284Z Checking spki v0.7.3
18612024-12-19T00:18:07.575Z Checking tracing v0.1.40
18622024-12-19T00:18:07.621Z Checking icu_collections v1.5.0
18632024-12-19T00:18:07.644Z Checking salsa20 v0.10.2
18642024-12-19T00:18:07.861Z Checking pbkdf2 v0.12.2
18652024-12-19T00:18:07.925Z Checking aws-lc-sys v0.22.0
18662024-12-19T00:18:08.032Z Checking httparse v1.9.5
18672024-12-19T00:18:08.049Z Checking powerfmt v0.2.0
18682024-12-19T00:18:08.087Z Checking mirai-annotations v1.12.0
18692024-12-19T00:18:08.266Z Checking icu_properties_data v1.5.0
18702024-12-19T00:18:08.288Z Checking untrusted v0.7.1
18712024-12-19T00:18:08.290Z Checking untrusted v0.9.0
18722024-12-19T00:18:08.317Z Checking deranged v0.3.11
18732024-12-19T00:18:08.378Z Checking scrypt v0.11.0
18742024-12-19T00:18:08.429Z Checking aes v0.8.4
18752024-12-19T00:18:08.446Z Checking ring v0.17.8
18762024-12-19T00:18:08.461Z Checking cbc v0.1.2
18772024-12-19T00:18:08.494Z Checking icu_properties v1.5.1
18782024-12-19T00:18:08.593Z Checking crossbeam-utils v0.8.20
18792024-12-19T00:18:08.662Z Checking utf8_iter v1.0.4
18802024-12-19T00:18:08.866Z Checking num-conv v0.1.0
18812024-12-19T00:18:09.102Z Checking write16 v1.0.0
18822024-12-19T00:18:09.217Z Checking utf16_iter v1.0.5
18832024-12-19T00:18:09.323Z Checking atomic-waker v1.1.2
18842024-12-19T00:18:09.380Z Checking num_threads v0.1.7
18852024-12-19T00:18:09.395Z Checking icu_normalizer_data v1.5.0
18862024-12-19T00:18:09.458Z Checking time-core v0.1.2
18872024-12-19T00:18:09.488Z Checking pkcs5 v0.7.1
18882024-12-19T00:18:09.503Z Checking http-body v1.0.1
18892024-12-19T00:18:09.627Z Checking form_urlencoded v1.2.1
18902024-12-19T00:18:09.712Z Checking try-lock v0.2.5
18912024-12-19T00:18:09.839Z Checking unicode-ident v1.0.13
18922024-12-19T00:18:09.857Z Checking want v0.3.1
18932024-12-19T00:18:09.998Z Checking pkcs8 v0.10.2
18942024-12-19T00:18:10.001Z Checking httpdate v1.0.3
18952024-12-19T00:18:10.028Z Checking proc-macro2 v1.0.89
18962024-12-19T00:18:10.116Z Checking time v0.3.36
18972024-12-19T00:18:10.246Z Checking uuid v1.11.0
18982024-12-19T00:18:10.285Z Checking serde_spanned v0.6.8
18992024-12-19T00:18:10.300Z Checking toml_datetime v0.6.8
19002024-12-19T00:18:10.467Z Checking slog v2.7.0
19012024-12-19T00:18:10.534Z Checking aws-lc-rs v1.10.0
19022024-12-19T00:18:10.574Z Checking scroll v0.12.0
19032024-12-19T00:18:10.691Z Checking foreign-types-shared v0.1.1
19042024-12-19T00:18:10.802Z Checking plain v0.2.3
19052024-12-19T00:18:10.851Z Checking adler2 v2.0.0
19062024-12-19T00:18:10.940Z Checking ucd-trie v0.1.7
19072024-12-19T00:18:10.957Z Checking tower-service v0.3.3
19082024-12-19T00:18:11.002Z Checking iana-time-zone v0.1.61
19092024-12-19T00:18:11.021Z Checking base64 v0.22.1
19102024-12-19T00:18:11.074Z Checking match_cfg v0.1.0
19112024-12-19T00:18:11.144Z Checking chrono v0.4.38
19122024-12-19T00:18:11.160Z Checking pest v2.7.14
19132024-12-19T00:18:11.175Z Checking hostname v0.3.1
19142024-12-19T00:18:11.297Z Checking goblin v0.8.2
19152024-12-19T00:18:11.483Z Checking miniz_oxide v0.8.0
19162024-12-19T00:18:11.862Z Checking icu_normalizer v1.5.0
19172024-12-19T00:18:12.192Z Checking foreign-types v0.3.2
19182024-12-19T00:18:12.282Z Checking quote v1.0.37
19192024-12-19T00:18:12.387Z Checking rustls-webpki v0.102.8
19202024-12-19T00:18:12.620Z Checking openssl-sys v0.9.103
19212024-12-19T00:18:12.651Z Checking idna_adapter v1.2.0
19222024-12-19T00:18:12.654Z Checking errno v0.3.9
19232024-12-19T00:18:12.823Z Checking dirs-sys-next v0.1.2
19242024-12-19T00:18:12.847Z Checking idna v1.0.3
19252024-12-19T00:18:13.007Z Checking aho-corasick v1.1.3
19262024-12-19T00:18:13.219Z Checking pretty-hex v0.4.1
19272024-12-19T00:18:13.331Z Checking url v2.5.3
19282024-12-19T00:18:13.347Z Checking data-encoding v2.6.0
19292024-12-19T00:18:13.393Z Checking siphasher v0.3.11
19302024-12-19T00:18:13.583Z Checking regex-syntax v0.8.5
19312024-12-19T00:18:13.699Z Checking dtrace-parser v0.2.0
19322024-12-19T00:18:13.715Z Checking tokio-util v0.7.12
19332024-12-19T00:18:13.852Z Checking openssl v0.10.66
19342024-12-19T00:18:13.973Z Checking dirs-next v2.0.0
19352024-12-19T00:18:14.105Z Checking rustix v0.38.37
19362024-12-19T00:18:14.164Z Checking syn v2.0.87
19372024-12-19T00:18:14.180Z Checking http-body-util v0.1.2
19382024-12-19T00:18:14.617Z Checking h2 v0.4.6
19392024-12-19T00:18:14.641Z Checking crossbeam-epoch v0.9.18
19402024-12-19T00:18:14.673Z Checking sha1 v0.10.6
19412024-12-19T00:18:14.942Z Checking signature v2.2.0
19422024-12-19T00:18:15.085Z Checking lazy_static v1.5.0
19432024-12-19T00:18:15.139Z Checking thread_local v1.1.8
19442024-12-19T00:18:15.198Z Checking thread-id v4.2.2
19452024-12-19T00:18:15.312Z Checking encoding_rs v0.8.34
19462024-12-19T00:18:15.422Z Checking mime v0.3.17
19472024-12-19T00:18:15.729Z Checking ipnet v2.10.1
19482024-12-19T00:18:16.177Z Checking openssl-probe v0.1.5
19492024-12-19T00:18:16.241Z Checking dof v0.3.0
19502024-12-19T00:18:16.337Z Checking either v1.13.0
19512024-12-19T00:18:16.710Z Checking utf8parse v0.2.2
19522024-12-19T00:18:16.866Z Checking winnow v0.6.20
19532024-12-19T00:18:16.886Z Checking gimli v0.31.1
19542024-12-19T00:18:17.003Z Checking regex-automata v0.4.8
19552024-12-19T00:18:17.564Z Checking anstyle v1.0.10
19562024-12-19T00:18:17.671Z Checking unicode-properties v0.1.3
19572024-12-19T00:18:17.909Z Checking anstyle-parse v0.2.5
19582024-12-19T00:18:18.048Z Checking stringprep v0.1.5
19592024-12-19T00:18:18.189Z Checking crossbeam-deque v0.8.5
19602024-12-19T00:18:18.330Z Checking term v0.7.0
19612024-12-19T00:18:18.516Z Checking rustls v0.22.4
19622024-12-19T00:18:18.765Z Checking rustls v0.23.14
19632024-12-19T00:18:19.276Z Checking native-tls v0.2.12
19642024-12-19T00:18:19.617Z Checking slog-json v2.6.1
19652024-12-19T00:18:19.858Z Checking serde_urlencoded v0.7.1
19662024-12-19T00:18:19.961Z Checking toml_edit v0.22.22
19672024-12-19T00:18:20.288Z Checking crossbeam-channel v0.5.13
19682024-12-19T00:18:20.575Z Checking usdt-impl v0.5.0
19692024-12-19T00:18:20.879Z Checking hyper v1.5.0
19702024-12-19T00:18:20.913Z Checking addr2line v0.24.2
19712024-12-19T00:18:21.002Z Checking futures-executor v0.3.31
19722024-12-19T00:18:21.129Z Checking rustls-pemfile v2.2.0
19732024-12-19T00:18:21.235Z Checking num-integer v0.1.46
19742024-12-19T00:18:21.341Z Checking idna v0.4.0
19752024-12-19T00:18:21.408Z Checking idna v0.3.0
19762024-12-19T00:18:21.722Z Checking md-5 v0.10.6
19772024-12-19T00:18:21.741Z Checking ff v0.13.0
19782024-12-19T00:18:21.953Z Checking hash32 v0.2.1
19792024-12-19T00:18:21.969Z Checking is-terminal v0.4.13
19802024-12-19T00:18:22.083Z Checking memmap v0.7.0
19812024-12-19T00:18:22.197Z Checking object v0.36.5
19822024-12-19T00:18:22.213Z Checking linked-hash-map v0.5.6
19832024-12-19T00:18:22.272Z Checking quick-error v1.2.3
19842024-12-19T00:18:22.305Z Checking psl-types v2.0.11
19852024-12-19T00:18:22.322Z Checking dyn-clone v1.0.17
19862024-12-19T00:18:22.398Z Checking is_terminal_polyfill v1.70.1
19872024-12-19T00:18:22.464Z Checking base16ct v0.2.0
19882024-12-19T00:18:22.479Z Checking rustc-demangle v0.1.24
19892024-12-19T00:18:22.520Z Checking anstyle-query v1.1.1
19902024-12-19T00:18:22.536Z Checking take_mut v0.2.2
19912024-12-19T00:18:22.578Z Checking utf-8 v0.7.6
19922024-12-19T00:18:22.641Z Checking colorchoice v1.0.2
19932024-12-19T00:18:22.658Z Checking fallible-iterator v0.2.0
19942024-12-19T00:18:22.676Z Checking slog-async v2.8.0
19952024-12-19T00:18:22.771Z Checking tungstenite v0.24.0
19962024-12-19T00:18:22.787Z Checking anstream v0.6.15
19972024-12-19T00:18:22.883Z Checking sec1 v0.7.3
19982024-12-19T00:18:22.919Z Checking hyper-util v0.1.10
19992024-12-19T00:18:22.939Z Checking toml v0.8.19
20002024-12-19T00:18:23.163Z Checking lru-cache v0.1.2
20012024-12-19T00:18:23.259Z Checking postgres-protocol v0.6.7
20022024-12-19T00:18:23.274Z Checking publicsuffix v2.2.3
20032024-12-19T00:18:23.351Z Checking schemars v0.8.21
20042024-12-19T00:18:23.518Z Checking resolv-conf v0.7.0
20052024-12-19T00:18:23.673Z Checking usdt v0.5.0
20062024-12-19T00:18:23.694Z Checking heapless v0.7.17
20072024-12-19T00:18:23.848Z Checking tokio-rustls v0.25.0
20082024-12-19T00:18:23.937Z Checking hickory-proto v0.24.1
20092024-12-19T00:18:23.952Z Checking slog-term v2.9.1
20102024-12-19T00:18:24.222Z Checking group v0.13.0
20112024-12-19T00:18:24.291Z Checking tokio-rustls v0.26.0
20122024-12-19T00:18:24.466Z Checking num-iter v0.1.45
20132024-12-19T00:18:24.486Z Checking futures v0.3.31
20142024-12-19T00:18:24.602Z Checking slog-bunyan v2.5.0
20152024-12-19T00:18:24.642Z Checking tokio-native-tls v0.3.1
20162024-12-19T00:18:24.707Z Checking rayon-core v1.12.1
20172024-12-19T00:18:24.746Z Checking multer v3.1.0
20182024-12-19T00:18:24.762Z Checking terminal_size v0.4.0
20192024-12-19T00:18:24.891Z Checking phf_shared v0.11.2
20202024-12-19T00:18:24.918Z Checking cookie v0.18.1
20212024-12-19T00:18:24.947Z Checking async-stream v0.3.6
20222024-12-19T00:18:24.963Z Checking bzip2-sys v0.1.11+1.0.8
20232024-12-19T00:18:25.086Z Checking signal-hook v0.3.17
20242024-12-19T00:18:25.141Z Checking camino v1.1.9
20252024-12-19T00:18:25.159Z Checking waitgroup v0.1.2
20262024-12-19T00:18:25.162Z Checking openapiv3 v2.0.0
20272024-12-19T00:18:25.294Z Checking webpki-roots v0.26.6
20282024-12-19T00:18:25.363Z Checking idna v0.5.0
20292024-12-19T00:18:25.379Z Checking serde_path_to_error v0.1.16
20302024-12-19T00:18:25.410Z Checking hkdf v0.12.4
20312024-12-19T00:18:25.512Z Checking crypto-bigint v0.5.5
20322024-12-19T00:18:25.624Z Checking hostname v0.4.0
20332024-12-19T00:18:25.709Z Checking crc32fast v1.4.2
20342024-12-19T00:18:25.770Z Checking unicode-width v0.1.14
20352024-12-19T00:18:25.932Z Checking managed v0.8.0
20362024-12-19T00:18:25.999Z Checking strsim v0.11.1
20372024-12-19T00:18:26.203Z Checking winnow v0.5.40
20382024-12-19T00:18:26.222Z Checking debug-ignore v1.0.5
20392024-12-19T00:18:26.291Z Checking clap_lex v0.7.2
20402024-12-19T00:18:26.306Z Checking bitflags v1.3.2
20412024-12-19T00:18:26.341Z Checking console v0.15.8
20422024-12-19T00:18:26.407Z Checking smoltcp v0.9.1
20432024-12-19T00:18:26.545Z Checking clap_builder v4.5.21
20442024-12-19T00:18:26.937Z Checking cookie_store v0.21.0
20452024-12-19T00:18:27.663Z Checking flate2 v1.0.34
20462024-12-19T00:18:27.947Z Checking hyper-rustls v0.27.3
20472024-12-19T00:18:28.311Z Checking signal-hook-mio v0.2.4
20482024-12-19T00:18:28.326Z Checking rayon v1.10.0
20492024-12-19T00:18:28.341Z Checking elliptic-curve v0.13.8
20502024-12-19T00:18:28.441Z Checking phf v0.11.2
20512024-12-19T00:18:28.684Z Checking backtrace v0.3.74
20522024-12-19T00:18:28.701Z Checking dropshot v0.12.0
20532024-12-19T00:18:28.721Z Checking bzip2 v0.4.4
20542024-12-19T00:18:28.883Z Checking hickory-resolver v0.24.1
20552024-12-19T00:18:28.967Z Checking hyper-tls v0.6.0
20562024-12-19T00:18:28.995Z Checking num-bigint-dig v0.8.4
20572024-12-19T00:18:29.202Z Checking toml_edit v0.19.15
20582024-12-19T00:18:29.234Z Checking postgres-types v0.2.8
20592024-12-19T00:18:29.249Z Checking anyhow v1.0.93
20602024-12-19T00:18:29.616Z Checking tokio-tungstenite v0.24.0
20612024-12-19T00:18:29.663Z Checking bstr v1.10.0
20622024-12-19T00:18:29.992Z Checking regex v1.11.1
20632024-12-19T00:18:30.105Z Checking ed25519 v2.2.3
20642024-12-19T00:18:30.404Z Checking tokio-stream v0.1.16
20652024-12-19T00:18:30.494Z Checking phf_shared v0.10.0
20662024-12-19T00:18:30.631Z Checking curve25519-dalek v4.1.3
20672024-12-19T00:18:30.646Z Checking zerocopy v0.6.6
20682024-12-19T00:18:30.761Z Checking pkcs1 v0.7.5
20692024-12-19T00:18:31.131Z Checking hubpack v0.1.2
20702024-12-19T00:18:31.156Z Checking portable-atomic v1.9.0
20712024-12-19T00:18:31.303Z Checking float-cmp v0.9.0
20722024-12-19T00:18:31.418Z Checking serde-big-array v0.5.1
20732024-12-19T00:18:31.432Z Checking rfc6979 v0.4.0
20742024-12-19T00:18:31.486Z Checking sync_wrapper v1.0.1
20752024-12-19T00:18:31.605Z Checking whoami v1.5.2
20762024-12-19T00:18:31.622Z Checking unicode-segmentation v1.12.0
20772024-12-19T00:18:31.636Z Checking number_prefix v0.4.0
20782024-12-19T00:18:31.654Z Checking difflib v0.4.0
20792024-12-19T00:18:31.812Z Checking minimal-lexical v0.2.1
20802024-12-19T00:18:31.901Z Checking predicates-core v1.0.8
20812024-12-19T00:18:31.963Z Checking normalize-line-endings v0.3.0
20822024-12-19T00:18:32.082Z Checking static_assertions v1.1.0
20832024-12-19T00:18:32.087Z Checking bit-vec v0.6.3
20842024-12-19T00:18:32.176Z Checking fixedbitset v0.4.2
20852024-12-19T00:18:32.192Z Checking new_debug_unreachable v1.0.6
20862024-12-19T00:18:32.211Z Checking precomputed-hash v0.1.1
20872024-12-19T00:18:32.238Z Checking unicode-width v0.2.0
20882024-12-19T00:18:32.276Z Checking nom v7.1.3
20892024-12-19T00:18:32.292Z Checking similar v2.6.0
20902024-12-19T00:18:32.313Z Checking string_cache v0.8.7
20912024-12-19T00:18:32.408Z Checking bit-set v0.5.3
20922024-12-19T00:18:32.442Z Checking petgraph v0.6.5
20932024-12-19T00:18:32.473Z Checking qorb v0.2.1
20942024-12-19T00:18:32.498Z Checking ed25519-dalek v2.1.1
20952024-12-19T00:18:32.569Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20962024-12-19T00:18:32.652Z Checking predicates v3.1.2
20972024-12-19T00:18:32.688Z Checking indicatif v0.17.9
20982024-12-19T00:18:32.905Z Checking tokio-postgres v0.7.12
20992024-12-19T00:18:33.123Z Checking toml v0.7.8
21002024-12-19T00:18:33.334Z Checking reqwest v0.12.9
21012024-12-19T00:18:33.482Z Checking ecdsa v0.16.9
21022024-12-19T00:18:33.815Z Checking rsa v0.9.6
21032024-12-19T00:18:34.214Z Checking clap v4.5.21
21042024-12-19T00:18:34.340Z Checking zip v0.6.6
21052024-12-19T00:18:34.879Z Checking crossterm v0.28.1
21062024-12-19T00:18:35.025Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072024-12-19T00:18:35.053Z Checking itertools v0.10.5
21082024-12-19T00:18:35.072Z Checking itertools v0.12.1
21092024-12-19T00:18:35.107Z Checking ahash v0.8.11
21102024-12-19T00:18:35.257Z Checking fs-err v2.11.0
21112024-12-19T00:18:35.793Z Checking x509-cert v0.2.5
21122024-12-19T00:18:35.802Z Checking hex v0.4.3
21132024-12-19T00:18:35.832Z Checking semver v1.0.23
21142024-12-19T00:18:36.070Z Checking lalrpop-util v0.19.12
21152024-12-19T00:18:36.264Z Checking peg-runtime v0.8.3
21162024-12-19T00:18:36.295Z Checking sigpipe v0.1.3
21172024-12-19T00:18:37.460Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21182024-12-19T00:18:37.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s
21192024-12-19T00:18:37.929Z
21202024-12-19T00:18:37.929Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21212024-12-19T00:18:38.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-12-19T00:18:38.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-12-19T00:18:38.577Z Compiling hashbrown v0.14.5
21242024-12-19T00:18:38.696Z Checking heck v0.5.0
21252024-12-19T00:18:38.708Z Compiling unsafe-libyaml v0.2.11
21262024-12-19T00:18:38.723Z Compiling ident_case v1.0.1
21272024-12-19T00:18:38.737Z Checking progenitor-client v0.8.0
21282024-12-19T00:18:38.754Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21292024-12-19T00:18:38.768Z Compiling proc-macro-crate v1.3.1
21302024-12-19T00:18:38.854Z Checking ipnetwork v0.20.0
21312024-12-19T00:18:38.894Z Compiling darling_core v0.20.10
21322024-12-19T00:18:39.091Z Compiling structmeta-derive v0.3.0
21332024-12-19T00:18:39.105Z Compiling newtype-uuid v1.1.3
21342024-12-19T00:18:39.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352024-12-19T00:18:39.428Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-19T00:18:39.517Z Compiling lzma-sys v0.1.20
21372024-12-19T00:18:39.779Z Compiling foreign-types-macros v0.2.3
21382024-12-19T00:18:39.840Z Checking regress v0.10.1
21392024-12-19T00:18:39.896Z Compiling num_enum_derive v0.5.11
21402024-12-19T00:18:40.295Z Compiling serde_yaml v0.9.34+deprecated
21412024-12-19T00:18:40.655Z Compiling dropshot v0.13.0
21422024-12-19T00:18:40.931Z Checking foreign-types-shared v0.3.1
21432024-12-19T00:18:41.039Z Checking arc-swap v1.7.1
21442024-12-19T00:18:41.056Z Checking foreign-types v0.5.0
21452024-12-19T00:18:41.278Z Compiling proc-macro-error v1.0.4
21462024-12-19T00:18:41.487Z Checking slog-scope v4.4.0
21472024-12-19T00:18:42.050Z Compiling structmeta v0.3.0
21482024-12-19T00:18:42.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21492024-12-19T00:18:42.121Z Checking tungstenite v0.21.0
21502024-12-19T00:18:42.194Z Compiling heck v0.3.3
21512024-12-19T00:18:42.497Z Compiling parse-display-derive v0.10.0
21522024-12-19T00:18:42.518Z Checking num_enum v0.5.11
21532024-12-19T00:18:42.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542024-12-19T00:18:42.670Z Compiling dropshot_endpoint v0.13.0
21552024-12-19T00:18:43.060Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21562024-12-19T00:18:43.424Z Checking cstr-argument v0.1.2
21572024-12-19T00:18:43.427Z Checking typify-impl v0.2.0
21582024-12-19T00:18:43.599Z Checking instant v0.1.13
21592024-12-19T00:18:43.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21602024-12-19T00:18:44.079Z Checking base64 v0.21.7
21612024-12-19T00:18:44.615Z Checking fastrand v2.1.1
21622024-12-19T00:18:44.667Z Checking pretty-hex v0.2.1
21632024-12-19T00:18:44.834Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21642024-12-19T00:18:44.958Z Checking tempfile v3.13.0
21652024-12-19T00:18:45.132Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-12-19T00:18:45.154Z Checking backoff v0.4.0
21672024-12-19T00:18:45.277Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21682024-12-19T00:18:45.343Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21692024-12-19T00:18:45.468Z Checking tokio-tungstenite v0.21.0
21702024-12-19T00:18:45.493Z Checking strum v0.26.3
21712024-12-19T00:18:45.592Z Compiling zone_cfg_derive v0.1.2
21722024-12-19T00:18:45.651Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21732024-12-19T00:18:45.982Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21742024-12-19T00:18:45.984Z Compiling darling_macro v0.20.10
21752024-12-19T00:18:46.015Z Checking slog-stdlog v4.1.1
21762024-12-19T00:18:46.216Z Checking regress v0.9.1
21772024-12-19T00:18:46.347Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-12-19T00:18:46.402Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21792024-12-19T00:18:46.492Z Checking colored v2.1.0
21802024-12-19T00:18:46.669Z Checking macaddr v1.0.1
21812024-12-19T00:18:46.781Z Checking base64 v0.13.1
21822024-12-19T00:18:46.931Z Compiling darling v0.20.10
21832024-12-19T00:18:47.047Z Compiling serde_with_macros v3.11.0
21842024-12-19T00:18:47.086Z Checking zone v0.1.8
21852024-12-19T00:18:47.153Z Checking ron v0.7.1
21862024-12-19T00:18:47.156Z Checking parse-display v0.10.0
21872024-12-19T00:18:47.410Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-12-19T00:18:47.742Z Checking xz2 v0.1.7
21892024-12-19T00:18:47.866Z Checking slog-envlogger v2.2.0
21902024-12-19T00:18:48.059Z Checking tabwriter v1.4.0
21912024-12-19T00:18:48.089Z Checking xattr v1.3.1
21922024-12-19T00:18:48.289Z Checking pem v3.0.4
21932024-12-19T00:18:48.291Z Checking yasna v0.5.2
21942024-12-19T00:18:48.330Z Checking headers-core v0.3.0
21952024-12-19T00:18:48.477Z Checking smf v0.2.3
21962024-12-19T00:18:48.553Z Checking filetime v0.2.25
21972024-12-19T00:18:48.770Z Checking same-file v1.0.6
21982024-12-19T00:18:48.943Z Checking tar v0.4.42
21992024-12-19T00:18:48.947Z Checking walkdir v2.5.0
22002024-12-19T00:18:48.974Z Checking headers v0.4.0
22012024-12-19T00:18:49.179Z Checking rcgen v0.12.1
22022024-12-19T00:18:49.229Z Checking atomicwrites v0.4.4
22032024-12-19T00:18:49.471Z Checking camino-tempfile v1.1.1
22042024-12-19T00:18:49.741Z Checking subprocess v0.2.9
22052024-12-19T00:18:49.941Z Checking serde_with v3.11.0
22062024-12-19T00:18:53.873Z Compiling typify-macro v0.2.0
22072024-12-19T00:18:55.744Z Compiling typify v0.2.0
22082024-12-19T00:18:55.814Z Compiling progenitor-impl v0.8.0
22092024-12-19T00:18:58.986Z Compiling progenitor-macro v0.8.0
22102024-12-19T00:19:04.317Z Checking progenitor v0.8.0
22112024-12-19T00:19:04.478Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22122024-12-19T00:19:04.481Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22132024-12-19T00:19:07.168Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22142024-12-19T00:19:07.532Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22152024-12-19T00:19:13.983Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22162024-12-19T00:19:15.566Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22172024-12-19T00:19:16.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
22182024-12-19T00:19:17.025Z
22192024-12-19T00:19:17.025Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22202024-12-19T00:19:17.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-12-19T00:19:17.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-12-19T00:19:17.668Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-19T00:19:19.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22242024-12-19T00:19:19.274Z
22252024-12-19T00:19:19.274Zinfo: running `cargo check --bins` on nexus-config (31/174)
22262024-12-19T00:19:19.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-19T00:19:19.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-19T00:19:19.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-12-19T00:19:19.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22302024-12-19T00:19:19.894Z
22312024-12-19T00:19:19.894Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22322024-12-19T00:19:20.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-19T00:19:20.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-19T00:19:20.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-19T00:19:20.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362024-12-19T00:19:20.488Z
22372024-12-19T00:19:20.489Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22382024-12-19T00:19:21.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-19T00:19:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-19T00:19:21.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-19T00:19:21.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22422024-12-19T00:19:21.111Z
22432024-12-19T00:19:21.111Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22442024-12-19T00:19:21.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-19T00:19:21.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-19T00:19:21.782Z Compiling zerocopy v0.8.10
22472024-12-19T00:19:21.782Z Compiling progenitor-client v0.8.0
22482024-12-19T00:19:21.785Z Compiling itertools v0.13.0
22492024-12-19T00:19:21.785Z Compiling zerocopy-derive v0.8.10
22502024-12-19T00:19:21.785Z Compiling heapless v0.8.0
22512024-12-19T00:19:21.785Z Compiling newtype-uuid v1.1.3
22522024-12-19T00:19:21.785Z Compiling ipnetwork v0.20.0
22532024-12-19T00:19:21.785Z Checking hash32 v0.3.1
22542024-12-19T00:19:22.081Z Compiling instant v0.1.13
22552024-12-19T00:19:22.222Z Compiling smoltcp v0.11.0
22562024-12-19T00:19:22.225Z Compiling backoff v0.4.0
22572024-12-19T00:19:22.357Z Compiling progenitor v0.8.0
22582024-12-19T00:19:22.583Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22592024-12-19T00:19:22.615Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22602024-12-19T00:19:22.973Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612024-12-19T00:19:22.977Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622024-12-19T00:19:22.977Z Compiling dropshot v0.13.0
22632024-12-19T00:19:23.018Z Compiling serde_with v3.11.0
22642024-12-19T00:19:23.150Z Compiling parse-display v0.10.0
22652024-12-19T00:19:23.434Z Checking num-rational v0.4.2
22662024-12-19T00:19:23.666Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-12-19T00:19:23.901Z Compiling regress v0.9.1
22682024-12-19T00:19:24.102Z Compiling phf_generator v0.11.2
22692024-12-19T00:19:24.292Z Checking num-complex v0.4.6
22702024-12-19T00:19:25.124Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22712024-12-19T00:19:25.637Z Compiling macaddr v1.0.1
22722024-12-19T00:19:26.060Z Checking cobs v0.2.3
22732024-12-19T00:19:26.250Z Checking postcard v1.0.10
22742024-12-19T00:19:26.328Z Compiling num v0.4.3
22752024-12-19T00:19:26.553Z Compiling phf_codegen v0.11.2
22762024-12-19T00:19:26.829Z Compiling parse-zoneinfo v0.3.1
22772024-12-19T00:19:27.127Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22782024-12-19T00:19:27.418Z Checking float-ord v0.3.2
22792024-12-19T00:19:27.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22802024-12-19T00:19:27.730Z Compiling convert_case v0.4.0
22812024-12-19T00:19:28.103Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822024-12-19T00:19:28.886Z Compiling derive_more v0.99.18
22832024-12-19T00:19:28.909Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842024-12-19T00:19:29.157Z Compiling chrono-tz-build v0.4.0
22852024-12-19T00:19:29.930Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22862024-12-19T00:19:30.687Z Compiling crucible-workspace-hack v0.1.0
22872024-12-19T00:19:30.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22882024-12-19T00:19:30.929Z Compiling chrono-tz v0.10.0
22892024-12-19T00:19:31.006Z Checking newline-converter v0.3.0
22902024-12-19T00:19:31.172Z Checking prettyplease v0.2.25
22912024-12-19T00:19:31.187Z Compiling slog-dtrace v0.3.0
22922024-12-19T00:19:31.477Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22932024-12-19T00:19:32.245Z Checking expectorate v1.1.0
22942024-12-19T00:19:32.363Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22952024-12-19T00:19:32.403Z Compiling zone_cfg_derive v0.3.0
22962024-12-19T00:19:32.430Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22972024-12-19T00:19:32.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22982024-12-19T00:19:32.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22992024-12-19T00:19:33.173Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-19T00:19:33.495Z Compiling const_format_proc_macros v0.2.33
23012024-12-19T00:19:33.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23022024-12-19T00:19:33.849Z Compiling num-derive v0.4.2
23032024-12-19T00:19:33.932Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23042024-12-19T00:19:34.212Z Checking highway v1.2.0
23052024-12-19T00:19:34.712Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23062024-12-19T00:19:35.065Z Checking zone v0.3.0
23072024-12-19T00:19:35.502Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23082024-12-19T00:19:35.628Z Checking const_format v0.2.33
23092024-12-19T00:19:35.644Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23102024-12-19T00:19:36.123Z Checking gethostname v0.5.0
23112024-12-19T00:19:36.182Z Checking bcs v0.1.6
23122024-12-19T00:19:36.256Z Compiling async-recursion v1.1.1
23132024-12-19T00:19:36.344Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23142024-12-19T00:19:36.855Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23152024-12-19T00:19:37.002Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23162024-12-19T00:19:37.005Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23172024-12-19T00:19:38.102Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23182024-12-19T00:19:38.756Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23192024-12-19T00:19:44.600Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23202024-12-19T00:19:47.873Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23212024-12-19T00:19:50.522Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23222024-12-19T00:19:51.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.61s
23232024-12-19T00:19:51.906Z
23242024-12-19T00:19:51.906Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23252024-12-19T00:19:52.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-12-19T00:19:52.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-12-19T00:19:52.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-12-19T00:19:52.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23292024-12-19T00:19:52.527Z
23302024-12-19T00:19:52.527Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23312024-12-19T00:19:53.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-12-19T00:19:53.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-12-19T00:19:53.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-12-19T00:19:53.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23352024-12-19T00:19:53.150Z
23362024-12-19T00:19:53.150Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23372024-12-19T00:19:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-12-19T00:19:53.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-12-19T00:19:53.798Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23402024-12-19T00:19:54.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23412024-12-19T00:19:54.606Z
23422024-12-19T00:19:54.606Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23432024-12-19T00:19:55.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-12-19T00:19:55.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-12-19T00:19:55.263Z Compiling cfg_aliases v0.1.1
23462024-12-19T00:19:55.265Z Compiling vte_generate_state_changes v0.1.2
23472024-12-19T00:19:55.266Z Checking fd-lock v4.0.2
23482024-12-19T00:19:55.376Z Checking nibble_vec v0.1.0
23492024-12-19T00:19:55.385Z Checking bytecount v0.6.8
23502024-12-19T00:19:55.395Z Checking endian-type v0.1.2
23512024-12-19T00:19:55.398Z Compiling tabled_derive v0.7.0
23522024-12-19T00:19:55.433Z Compiling peg-macros v0.8.4
23532024-12-19T00:19:55.448Z Compiling nix v0.28.0
23542024-12-19T00:19:55.518Z Checking papergrid v0.11.0
23552024-12-19T00:19:55.535Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23562024-12-19T00:19:55.553Z Compiling sqlparser_derive v0.2.2
23572024-12-19T00:19:55.616Z Checking radix_trie v0.2.1
23582024-12-19T00:19:55.977Z Checking vte v0.11.1
23592024-12-19T00:19:56.032Z Checking home v0.5.9
23602024-12-19T00:19:56.182Z Checking nu-ansi-term v0.50.1
23612024-12-19T00:19:56.560Z Checking unicode_categories v0.1.1
23622024-12-19T00:19:56.663Z Checking sqlparser v0.45.0
23632024-12-19T00:19:56.732Z Checking display-error-chain v0.2.2
23642024-12-19T00:19:56.860Z Checking sqlformat v0.2.6
23652024-12-19T00:19:57.317Z Checking strip-ansi-escapes v0.2.0
23662024-12-19T00:19:57.465Z Checking reedline v0.35.0
23672024-12-19T00:19:57.818Z Checking tabled v0.15.0
23682024-12-19T00:19:58.202Z Checking peg v0.8.4
23692024-12-19T00:19:58.634Z Checking rustyline v14.0.0
23702024-12-19T00:20:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
23712024-12-19T00:20:07.740Z
23722024-12-19T00:20:07.740Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23732024-12-19T00:20:08.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-12-19T00:20:08.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-12-19T00:20:08.394Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23762024-12-19T00:20:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23772024-12-19T00:20:13.536Z
23782024-12-19T00:20:13.536Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23792024-12-19T00:20:14.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-12-19T00:20:14.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-12-19T00:20:14.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-12-19T00:20:17.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
23832024-12-19T00:20:18.076Z
23842024-12-19T00:20:18.076Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23852024-12-19T00:20:18.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-12-19T00:20:18.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-12-19T00:20:18.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-19T00:20:23.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
23892024-12-19T00:20:23.675Z
23902024-12-19T00:20:23.675Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
23912024-12-19T00:20:24.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-12-19T00:20:24.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-12-19T00:20:24.330Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-12-19T00:20:29.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
23952024-12-19T00:20:29.242Z
23962024-12-19T00:20:29.242Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
23972024-12-19T00:20:29.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-19T00:20:29.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-19T00:20:29.902Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-19T00:20:33.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
24012024-12-19T00:20:33.973Z
24022024-12-19T00:20:33.973Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24032024-12-19T00:20:34.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-19T00:20:34.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-19T00:20:34.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-19T00:20:38.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
24072024-12-19T00:20:38.777Z
24082024-12-19T00:20:38.777Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24092024-12-19T00:20:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-19T00:20:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-19T00:20:39.436Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-19T00:20:44.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
24132024-12-19T00:20:44.616Z
24142024-12-19T00:20:44.616Zinfo: running `cargo check --bins` on oximeter (46/174)
24152024-12-19T00:20:45.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-19T00:20:45.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-19T00:20:45.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-12-19T00:20:45.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24192024-12-19T00:20:45.237Z
24202024-12-19T00:20:45.237Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24212024-12-19T00:20:45.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-19T00:20:45.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-19T00:20:45.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-12-19T00:20:45.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24252024-12-19T00:20:45.836Z
24262024-12-19T00:20:45.836Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24272024-12-19T00:20:46.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-19T00:20:46.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-19T00:20:46.465Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24302024-12-19T00:20:46.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24312024-12-19T00:20:47.079Z
24322024-12-19T00:20:47.079Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24332024-12-19T00:20:47.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-19T00:20:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-19T00:20:47.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-12-19T00:20:47.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24372024-12-19T00:20:47.695Z
24382024-12-19T00:20:47.695Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24392024-12-19T00:20:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-19T00:20:48.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-19T00:20:48.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-19T00:20:48.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24432024-12-19T00:20:48.315Z
24442024-12-19T00:20:48.315Zinfo: running `cargo check --bins` on oxql-types (51/174)
24452024-12-19T00:20:48.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-19T00:20:48.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-19T00:20:48.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-19T00:20:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24492024-12-19T00:20:48.938Z
24502024-12-19T00:20:48.938Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24512024-12-19T00:20:49.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-19T00:20:49.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-19T00:20:49.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-12-19T00:20:49.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24552024-12-19T00:20:49.587Z
24562024-12-19T00:20:49.587Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24572024-12-19T00:20:50.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-19T00:20:50.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-19T00:20:50.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-19T00:20:50.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24612024-12-19T00:20:50.214Z
24622024-12-19T00:20:50.214Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24632024-12-19T00:20:50.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-19T00:20:50.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-19T00:20:50.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-19T00:20:50.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672024-12-19T00:20:50.844Z
24682024-12-19T00:20:50.844Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24692024-12-19T00:20:51.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-19T00:20:51.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-19T00:20:51.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-19T00:20:51.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-12-19T00:20:51.472Z
24742024-12-19T00:20:51.472Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24752024-12-19T00:20:52.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-19T00:20:52.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-19T00:20:52.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-19T00:20:52.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24792024-12-19T00:20:52.098Z
24802024-12-19T00:20:52.098Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24812024-12-19T00:20:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-19T00:20:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-19T00:20:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-19T00:20:52.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852024-12-19T00:20:52.727Z
24862024-12-19T00:20:52.728Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24872024-12-19T00:20:53.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-19T00:20:53.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-19T00:20:53.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-19T00:20:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24912024-12-19T00:20:53.334Z
24922024-12-19T00:20:53.334Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
24932024-12-19T00:20:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-19T00:20:53.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-19T00:20:53.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-19T00:20:53.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24972024-12-19T00:20:53.964Z
24982024-12-19T00:20:53.964Zinfo: running `cargo check --bins` on dns-service-client (60/174)
24992024-12-19T00:20:54.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-19T00:20:54.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-19T00:20:54.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-19T00:20:54.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-12-19T00:20:54.585Z
25042024-12-19T00:20:54.585Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25052024-12-19T00:20:55.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-19T00:20:55.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-19T00:20:55.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-19T00:20:55.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-12-19T00:20:55.216Z
25102024-12-19T00:20:55.216Zinfo: running `cargo check --bins` on dpd-client (62/174)
25112024-12-19T00:20:55.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-19T00:20:55.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-19T00:20:55.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-19T00:20:55.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-12-19T00:20:55.841Z
25162024-12-19T00:20:55.841Zinfo: running `cargo check --bins` on gateway-client (63/174)
25172024-12-19T00:20:56.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-19T00:20:56.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-19T00:20:56.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-19T00:20:56.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25212024-12-19T00:20:56.455Z
25222024-12-19T00:20:56.455Zinfo: running `cargo check --bins` on installinator-client (64/174)
25232024-12-19T00:20:57.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-19T00:20:57.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-19T00:20:57.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-19T00:20:57.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25272024-12-19T00:20:57.100Z
25282024-12-19T00:20:57.100Zinfo: running `cargo check --bins` on installinator-common (65/174)
25292024-12-19T00:20:57.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-19T00:20:57.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-19T00:20:57.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-19T00:20:57.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25332024-12-19T00:20:57.745Z
25342024-12-19T00:20:57.745Zinfo: running `cargo check --bins` on update-engine (66/174)
25352024-12-19T00:20:58.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-19T00:20:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-19T00:20:58.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-19T00:20:58.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-12-19T00:20:58.362Z
25402024-12-19T00:20:58.362Zinfo: running `cargo check --bins` on nexus-client (67/174)
25412024-12-19T00:20:58.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-19T00:20:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-19T00:20:58.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-19T00:20:58.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25452024-12-19T00:20:59.016Z
25462024-12-19T00:20:59.016Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25472024-12-19T00:20:59.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-19T00:20:59.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-19T00:20:59.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-19T00:20:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-12-19T00:20:59.663Z
25522024-12-19T00:20:59.663Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25532024-12-19T00:21:00.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-19T00:21:00.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-19T00:21:00.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-19T00:21:00.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25572024-12-19T00:21:00.266Z
25582024-12-19T00:21:00.266Zinfo: running `cargo check --bins` on nexus-types (70/174)
25592024-12-19T00:21:00.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-19T00:21:00.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-19T00:21:00.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-19T00:21:00.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25632024-12-19T00:21:00.909Z
25642024-12-19T00:21:00.909Zinfo: running `cargo check --bins` on oxide-client (71/174)
25652024-12-19T00:21:01.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-19T00:21:01.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-19T00:21:01.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-19T00:21:01.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25692024-12-19T00:21:01.516Z
25702024-12-19T00:21:01.516Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25712024-12-19T00:21:02.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-19T00:21:02.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-19T00:21:02.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-19T00:21:02.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25752024-12-19T00:21:02.132Z
25762024-12-19T00:21:02.132Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25772024-12-19T00:21:02.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-19T00:21:02.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-19T00:21:02.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-19T00:21:02.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812024-12-19T00:21:02.740Z
25822024-12-19T00:21:02.740Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25832024-12-19T00:21:03.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-19T00:21:03.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-19T00:21:03.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-19T00:21:03.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25872024-12-19T00:21:03.374Z
25882024-12-19T00:21:03.374Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25892024-12-19T00:21:03.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-19T00:21:03.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-19T00:21:03.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-19T00:21:03.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25932024-12-19T00:21:04.028Z
25942024-12-19T00:21:04.028Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
25952024-12-19T00:21:04.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-19T00:21:04.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-19T00:21:04.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-19T00:21:04.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25992024-12-19T00:21:04.682Z
26002024-12-19T00:21:04.682Zinfo: running `cargo check --bins` on wicket-common (77/174)
26012024-12-19T00:21:05.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-19T00:21:05.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-19T00:21:05.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-19T00:21:05.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26052024-12-19T00:21:05.323Z
26062024-12-19T00:21:05.323Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26072024-12-19T00:21:05.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-19T00:21:05.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-19T00:21:05.977Z Checking csv-core v0.1.11
26102024-12-19T00:21:05.977Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26112024-12-19T00:21:05.980Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26122024-12-19T00:21:06.287Z Checking csv v1.3.0
26132024-12-19T00:21:06.300Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26142024-12-19T00:21:06.866Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26152024-12-19T00:21:07.226Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26162024-12-19T00:21:08.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
26172024-12-19T00:21:08.615Z
26182024-12-19T00:21:08.615Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26192024-12-19T00:21:09.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-19T00:21:09.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-19T00:21:09.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-12-19T00:21:09.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26232024-12-19T00:21:09.239Z
26242024-12-19T00:21:09.239Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26252024-12-19T00:21:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-19T00:21:09.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-19T00:21:09.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-19T00:21:09.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26292024-12-19T00:21:09.866Z
26302024-12-19T00:21:09.866Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26312024-12-19T00:21:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-19T00:21:10.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-19T00:21:10.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-19T00:21:10.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26352024-12-19T00:21:10.588Z
26362024-12-19T00:21:10.588Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26372024-12-19T00:21:11.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-19T00:21:11.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-19T00:21:11.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-19T00:21:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26412024-12-19T00:21:11.311Z
26422024-12-19T00:21:11.311Zinfo: running `cargo check --bins` on dns-server (83/174)
26432024-12-19T00:21:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-19T00:21:11.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-19T00:21:11.950Z Compiling parking_lot_core v0.8.6
26462024-12-19T00:21:11.953Z Checking fxhash v0.2.1
26472024-12-19T00:21:11.953Z Checking hickory-server v0.24.1
26482024-12-19T00:21:11.953Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26492024-12-19T00:21:12.054Z Checking hickory-client v0.24.1
26502024-12-19T00:21:12.641Z Checking parking_lot v0.11.2
26512024-12-19T00:21:12.731Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26522024-12-19T00:21:12.732Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26532024-12-19T00:21:12.875Z Checking sled v0.34.7
26542024-12-19T00:21:14.646Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26552024-12-19T00:21:15.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
26562024-12-19T00:21:16.096Z
26572024-12-19T00:21:16.096Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26582024-12-19T00:21:16.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-12-19T00:21:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-12-19T00:21:16.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-12-19T00:21:16.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26622024-12-19T00:21:16.714Z
26632024-12-19T00:21:16.714Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26642024-12-19T00:21:17.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-12-19T00:21:17.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-12-19T00:21:17.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-12-19T00:21:17.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26682024-12-19T00:21:17.381Z
26692024-12-19T00:21:17.381Zinfo: running `cargo check --bins` on gateway-types (86/174)
26702024-12-19T00:21:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-19T00:21:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-19T00:21:17.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-19T00:21:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26742024-12-19T00:21:17.998Z
26752024-12-19T00:21:17.998Zinfo: running `cargo check --bins` on ipcc (87/174)
26762024-12-19T00:21:18.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-19T00:21:18.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-19T00:21:18.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-19T00:21:18.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26802024-12-19T00:21:18.616Z
26812024-12-19T00:21:18.616Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26822024-12-19T00:21:19.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-19T00:21:19.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-19T00:21:19.304Z Compiling radium v0.7.0
26852024-12-19T00:21:19.304Z Compiling semver v0.1.20
26862024-12-19T00:21:19.419Z Compiling maybe-uninit v2.0.0
26872024-12-19T00:21:19.423Z Checking tap v1.0.1
26882024-12-19T00:21:19.431Z Checking password-hash v0.5.0
26892024-12-19T00:21:19.434Z Checking blake2 v0.10.6
26902024-12-19T00:21:19.434Z Compiling owo-colors v4.1.0
26912024-12-19T00:21:19.435Z Compiling cancel-safe-futures v0.1.5
26922024-12-19T00:21:19.549Z Checking wyz v0.5.1
26932024-12-19T00:21:19.703Z Compiling packed_struct v0.10.1
26942024-12-19T00:21:19.764Z Checking funty v2.0.0
26952024-12-19T00:21:19.832Z Compiling rustc_version v0.1.7
26962024-12-19T00:21:19.891Z Checking crc-catalog v2.4.0
26972024-12-19T00:21:19.940Z Checking argon2 v0.5.3
26982024-12-19T00:21:20.029Z Checking crc v3.2.1
26992024-12-19T00:21:20.091Z Compiling packed_struct_codegen v0.10.1
27002024-12-19T00:21:20.114Z Checking half v2.4.1
27012024-12-19T00:21:20.205Z Compiling indexmap v1.9.3
27022024-12-19T00:21:20.256Z Checking ciborium-io v0.2.2
27032024-12-19T00:21:20.311Z Compiling newtype_derive v0.1.6
27042024-12-19T00:21:20.379Z Checking nodrop v0.1.14
27052024-12-19T00:21:20.452Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27062024-12-19T00:21:20.501Z Checking array-init v0.0.4
27072024-12-19T00:21:20.579Z Checking ciborium-ll v0.2.2
27082024-12-19T00:21:20.597Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27092024-12-19T00:21:20.701Z Checking bitvec v1.0.1
27102024-12-19T00:21:20.744Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27112024-12-19T00:21:20.769Z Checking smallvec v0.6.14
27122024-12-19T00:21:20.913Z Checking libsw v3.3.1
27132024-12-19T00:21:21.158Z Compiling memoffset v0.9.1
27142024-12-19T00:21:21.190Z Checking termcolor v1.4.1
27152024-12-19T00:21:21.295Z Checking bitfield v0.14.0
27162024-12-19T00:21:21.450Z Checking swrite v0.1.0
27172024-12-19T00:21:21.453Z Checking linear-map v1.2.0
27182024-12-19T00:21:21.554Z Checking indent_write v2.2.0
27192024-12-19T00:21:21.573Z Checking hashbrown v0.12.3
27202024-12-19T00:21:21.575Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27212024-12-19T00:21:21.616Z Checking env_logger v0.10.2
27222024-12-19T00:21:21.803Z Checking serde-hex v0.1.0
27232024-12-19T00:21:21.881Z Checking ron v0.8.1
27242024-12-19T00:21:22.036Z Checking ciborium v0.2.2
27252024-12-19T00:21:22.367Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262024-12-19T00:21:23.032Z Checking steno v0.4.1
27272024-12-19T00:21:23.087Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27282024-12-19T00:21:23.151Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292024-12-19T00:21:23.256Z Checking hashbrown v0.13.2
27302024-12-19T00:21:23.341Z Checking humantime v2.1.0
27312024-12-19T00:21:23.354Z Checking crc-any v2.5.0
27322024-12-19T00:21:23.623Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-12-19T00:21:23.714Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27342024-12-19T00:21:24.005Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27352024-12-19T00:21:24.286Z Checking object v0.30.4
27362024-12-19T00:21:24.304Z Checking path-slash v0.1.5
27372024-12-19T00:21:24.384Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27382024-12-19T00:21:24.556Z Checking nix v0.27.1
27392024-12-19T00:21:25.296Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27402024-12-19T00:21:25.421Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27412024-12-19T00:21:25.687Z Checking tungstenite v0.23.0
27422024-12-19T00:21:25.864Z Checking kstat-rs v0.2.4
27432024-12-19T00:21:25.884Z Checking signal-hook-tokio v0.3.1
27442024-12-19T00:21:26.217Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27452024-12-19T00:21:26.548Z Checking tokio-tungstenite v0.23.1
27462024-12-19T00:21:27.026Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27472024-12-19T00:21:27.292Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482024-12-19T00:21:27.429Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492024-12-19T00:21:34.160Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27502024-12-19T00:21:35.431Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27512024-12-19T00:21:38.254Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522024-12-19T00:21:43.889Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532024-12-19T00:21:44.589Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27542024-12-19T00:21:47.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.80s
27552024-12-19T00:21:47.600Z
27562024-12-19T00:21:47.600Zinfo: running `cargo check --bins` on gateway-api (89/174)
27572024-12-19T00:21:48.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-12-19T00:21:48.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-12-19T00:21:48.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-12-19T00:21:48.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27612024-12-19T00:21:48.223Z
27622024-12-19T00:21:48.223Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27632024-12-19T00:21:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-12-19T00:21:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-12-19T00:21:48.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-12-19T00:21:48.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27672024-12-19T00:21:48.822Z
27682024-12-19T00:21:48.822Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27692024-12-19T00:21:49.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-19T00:21:49.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-19T00:21:49.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-19T00:21:49.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27732024-12-19T00:21:49.447Z
27742024-12-19T00:21:49.447Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27752024-12-19T00:21:49.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-19T00:21:49.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-19T00:21:49.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-19T00:21:49.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27792024-12-19T00:21:50.067Z
27802024-12-19T00:21:50.067Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27812024-12-19T00:21:50.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-19T00:21:50.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-19T00:21:50.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-19T00:21:50.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852024-12-19T00:21:50.687Z
27862024-12-19T00:21:50.687Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27872024-12-19T00:21:51.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-19T00:21:51.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-19T00:21:51.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-19T00:21:51.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-12-19T00:21:51.313Z
27922024-12-19T00:21:51.313Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
27932024-12-19T00:21:51.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-19T00:21:51.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-19T00:21:51.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-19T00:21:51.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27972024-12-19T00:21:51.944Z
27982024-12-19T00:21:51.944Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
27992024-12-19T00:21:52.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-19T00:21:52.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-19T00:21:52.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-19T00:21:52.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28032024-12-19T00:21:52.573Z
28042024-12-19T00:21:52.573Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28052024-12-19T00:21:53.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-19T00:21:53.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-19T00:21:53.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-19T00:21:53.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28092024-12-19T00:21:53.225Z
28102024-12-19T00:21:53.225Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28112024-12-19T00:21:53.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-19T00:21:53.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-19T00:21:53.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-19T00:21:53.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28152024-12-19T00:21:53.850Z
28162024-12-19T00:21:53.850Zinfo: running `cargo check --bins` on sp-sim (99/174)
28172024-12-19T00:21:54.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-19T00:21:54.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-19T00:21:54.485Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28202024-12-19T00:21:56.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28212024-12-19T00:21:56.514Z
28222024-12-19T00:21:56.514Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28232024-12-19T00:21:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-19T00:21:57.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-19T00:21:57.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-19T00:21:57.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28272024-12-19T00:21:57.180Z
28282024-12-19T00:21:57.180Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28292024-12-19T00:21:57.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-19T00:21:57.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-19T00:21:57.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-19T00:21:57.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28332024-12-19T00:21:57.857Z
28342024-12-19T00:21:57.857Zinfo: running `cargo check --bins` on db-macros (102/174)
28352024-12-19T00:21:58.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-19T00:21:58.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-19T00:21:58.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-19T00:21:58.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28392024-12-19T00:21:58.462Z
28402024-12-19T00:21:58.462Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28412024-12-19T00:21:58.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-19T00:21:58.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-19T00:21:58.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-19T00:21:59.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28452024-12-19T00:21:59.070Z
28462024-12-19T00:21:59.070Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28472024-12-19T00:21:59.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-19T00:21:59.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-19T00:21:59.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-19T00:21:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28512024-12-19T00:21:59.729Z
28522024-12-19T00:21:59.729Zinfo: running `cargo check --bins` on authz-macros (105/174)
28532024-12-19T00:22:00.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-19T00:22:00.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-19T00:22:00.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-19T00:22:00.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28572024-12-19T00:22:00.335Z
28582024-12-19T00:22:00.336Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28592024-12-19T00:22:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-19T00:22:00.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-19T00:22:00.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-19T00:22:00.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28632024-12-19T00:22:00.985Z
28642024-12-19T00:22:00.985Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28652024-12-19T00:22:01.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-19T00:22:01.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-19T00:22:01.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-19T00:22:01.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28692024-12-19T00:22:01.641Z
28702024-12-19T00:22:01.641Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28712024-12-19T00:22:02.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-19T00:22:02.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-19T00:22:02.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-19T00:22:02.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28752024-12-19T00:22:02.271Z
28762024-12-19T00:22:02.271Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28772024-12-19T00:22:02.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-19T00:22:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-19T00:22:02.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-19T00:22:02.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28812024-12-19T00:22:02.929Z
28822024-12-19T00:22:02.929Zinfo: running `cargo check --bins` on typed-rng (110/174)
28832024-12-19T00:22:03.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-19T00:22:03.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-19T00:22:03.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-19T00:22:03.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28872024-12-19T00:22:03.541Z
28882024-12-19T00:22:03.541Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
28892024-12-19T00:22:04.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-19T00:22:04.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-19T00:22:04.280Z Checking keccak v0.1.5
28922024-12-19T00:22:04.390Z Checking secrecy v0.8.0
28932024-12-19T00:22:04.392Z Compiling unicase v2.7.0
28942024-12-19T00:22:04.392Z Compiling same-file v1.0.6
28952024-12-19T00:22:04.410Z Compiling tempfile v3.13.0
28962024-12-19T00:22:04.436Z Compiling thiserror-impl-no-std v2.0.2
28972024-12-19T00:22:04.438Z Checking universal-hash v0.5.1
28982024-12-19T00:22:04.438Z Compiling blake3 v1.5.4
28992024-12-19T00:22:04.561Z Compiling walkdir v2.5.0
29002024-12-19T00:22:04.613Z Compiling ring v0.16.20
29012024-12-19T00:22:04.682Z Checking sha3 v0.10.8
29022024-12-19T00:22:04.684Z Checking opaque-debug v0.3.1
29032024-12-19T00:22:04.784Z Checking poly1305 v0.8.0
29042024-12-19T00:22:04.852Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29052024-12-19T00:22:05.091Z Checking chacha20 v0.9.1
29062024-12-19T00:22:05.154Z Checking aead v0.5.2
29072024-12-19T00:22:05.273Z Compiling memmap2 v0.9.5
29082024-12-19T00:22:05.292Z Compiling arrayref v0.3.9
29092024-12-19T00:22:05.350Z Compiling arrayvec v0.7.6
29102024-12-19T00:22:05.372Z Compiling salty v0.3.0
29112024-12-19T00:22:05.388Z Compiling spin v0.5.2
29122024-12-19T00:22:05.435Z Compiling libefi-sys v0.1.0
29132024-12-19T00:22:05.623Z Compiling constant_time_eq v0.3.1
29142024-12-19T00:22:05.680Z Checking chacha20poly1305 v0.10.1
29152024-12-19T00:22:05.759Z Compiling toolchain_find v0.4.0
29162024-12-19T00:22:05.806Z Compiling camino-tempfile v1.1.1
29172024-12-19T00:22:05.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29182024-12-19T00:22:05.864Z Compiling bitfield-struct v0.6.2
29192024-12-19T00:22:06.157Z Compiling topological-sort v0.2.2
29202024-12-19T00:22:06.270Z Compiling mime_guess v2.0.5
29212024-12-19T00:22:06.317Z Compiling rustfmt-wrapper v0.2.1
29222024-12-19T00:22:06.877Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29232024-12-19T00:22:06.880Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29242024-12-19T00:22:06.959Z Checking primeorder v0.13.6
29252024-12-19T00:22:06.995Z Checking env_filter v0.1.2
29262024-12-19T00:22:07.170Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29272024-12-19T00:22:07.228Z Checking env_logger v0.11.5
29282024-12-19T00:22:07.333Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-12-19T00:22:07.404Z Checking p384 v0.13.0
29302024-12-19T00:22:07.520Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29312024-12-19T00:22:07.539Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29322024-12-19T00:22:07.648Z Checking thiserror-no-std v2.0.2
29332024-12-19T00:22:07.762Z Checking vsss-rs v3.3.4
29342024-12-19T00:22:07.792Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29352024-12-19T00:22:07.861Z Checking http-range v0.1.5
29362024-12-19T00:22:07.878Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-19T00:22:08.033Z Checking lockfree-object-pool v0.1.6
29382024-12-19T00:22:08.118Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29392024-12-19T00:22:08.175Z Checking simd-adler32 v0.3.7
29402024-12-19T00:22:08.268Z Checking bumpalo v3.16.0
29412024-12-19T00:22:08.345Z Compiling zip v2.1.3
29422024-12-19T00:22:08.434Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29432024-12-19T00:22:08.527Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29442024-12-19T00:22:08.574Z Checking zopfli v0.8.1
29452024-12-19T00:22:08.659Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29462024-12-19T00:22:08.800Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29472024-12-19T00:22:09.245Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29482024-12-19T00:22:09.285Z Checking nanorand v0.7.0
29492024-12-19T00:22:09.373Z Checking atty v0.2.14
29502024-12-19T00:22:09.399Z Checking glob v0.3.1
29512024-12-19T00:22:09.516Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29522024-12-19T00:22:09.698Z Checking flume v0.11.1
29532024-12-19T00:22:09.735Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29542024-12-19T00:22:09.879Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29552024-12-19T00:22:10.211Z Compiling omicron-zone-package v0.11.1
29562024-12-19T00:22:10.474Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29572024-12-19T00:22:11.365Z Checking hyper-staticfile v0.10.1
29582024-12-19T00:22:11.887Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29592024-12-19T00:22:11.988Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29602024-12-19T00:22:12.274Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29612024-12-19T00:22:12.312Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29622024-12-19T00:22:12.444Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29632024-12-19T00:22:12.543Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29642024-12-19T00:22:13.121Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29652024-12-19T00:22:13.653Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29662024-12-19T00:22:14.699Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29672024-12-19T00:22:16.617Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29682024-12-19T00:22:16.620Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29692024-12-19T00:22:26.953Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29702024-12-19T00:22:40.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.92s
29712024-12-19T00:22:40.667Z
29722024-12-19T00:22:40.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29732024-12-19T00:22:41.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-12-19T00:22:41.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-12-19T00:22:41.405Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29762024-12-19T00:22:54.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
29772024-12-19T00:22:55.181Z
29782024-12-19T00:22:55.181Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29792024-12-19T00:22:55.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-12-19T00:22:55.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-12-19T00:22:55.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-12-19T00:23:09.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
29832024-12-19T00:23:09.677Z
29842024-12-19T00:23:09.677Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29852024-12-19T00:23:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-12-19T00:23:10.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-12-19T00:23:10.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-19T00:23:24.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
29892024-12-19T00:23:24.303Z
29902024-12-19T00:23:24.303Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
29912024-12-19T00:23:24.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-19T00:23:24.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-19T00:23:25.046Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-19T00:23:38.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
29952024-12-19T00:23:38.763Z
29962024-12-19T00:23:38.763Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
29972024-12-19T00:23:39.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-19T00:23:39.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-19T00:23:39.503Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-19T00:23:53.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
30012024-12-19T00:23:53.386Z
30022024-12-19T00:23:53.386Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30032024-12-19T00:23:53.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-19T00:23:54.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-19T00:23:54.107Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-19T00:24:07.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
30072024-12-19T00:24:07.936Z
30082024-12-19T00:24:07.936Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30092024-12-19T00:24:08.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-19T00:24:08.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-19T00:24:08.669Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-19T00:24:22.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
30132024-12-19T00:24:22.387Z
30142024-12-19T00:24:22.388Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30152024-12-19T00:24:22.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-19T00:24:22.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-19T00:24:22.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-12-19T00:24:22.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30192024-12-19T00:24:23.042Z
30202024-12-19T00:24:23.042Zinfo: running `cargo check --bins` on key-manager (120/174)
30212024-12-19T00:24:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-19T00:24:23.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-19T00:24:23.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-12-19T00:24:23.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30252024-12-19T00:24:23.679Z
30262024-12-19T00:24:23.679Zinfo: running `cargo check --bins` on range-requests (121/174)
30272024-12-19T00:24:24.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-19T00:24:24.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-19T00:24:24.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-12-19T00:24:24.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30312024-12-19T00:24:24.297Z
30322024-12-19T00:24:24.297Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30332024-12-19T00:24:24.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-19T00:24:24.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-19T00:24:24.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-19T00:24:24.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30372024-12-19T00:24:24.932Z
30382024-12-19T00:24:24.932Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30392024-12-19T00:24:25.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-19T00:24:25.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-19T00:24:25.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-19T00:24:25.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30432024-12-19T00:24:25.588Z
30442024-12-19T00:24:25.588Zinfo: running `cargo check --bins` on sled-hardware (124/174)
30452024-12-19T00:24:26.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-19T00:24:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-19T00:24:26.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-19T00:24:26.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492024-12-19T00:24:26.233Z
30502024-12-19T00:24:26.233Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/174)
30512024-12-19T00:24:26.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-19T00:24:26.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-19T00:24:26.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-19T00:24:26.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552024-12-19T00:24:26.880Z
30562024-12-19T00:24:26.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/174)
30572024-12-19T00:24:27.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-19T00:24:27.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-19T00:24:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-19T00:24:27.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30612024-12-19T00:24:27.527Z
30622024-12-19T00:24:27.527Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/174)
30632024-12-19T00:24:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-19T00:24:28.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-19T00:24:28.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-19T00:24:28.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30672024-12-19T00:24:28.182Z
30682024-12-19T00:24:28.182Zinfo: running `cargo check --bins` on nexus-test-interface (128/174)
30692024-12-19T00:24:28.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-19T00:24:28.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-19T00:24:28.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-19T00:24:28.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30732024-12-19T00:24:28.837Z
30742024-12-19T00:24:28.837Zinfo: running `cargo check --bins` on oximeter-collector (129/174)
30752024-12-19T00:24:29.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-19T00:24:29.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-19T00:24:29.525Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30782024-12-19T00:24:29.525Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30792024-12-19T00:24:30.266Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30802024-12-19T00:24:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
30812024-12-19T00:24:32.397Z
30822024-12-19T00:24:32.397Zinfo: running `cargo check --bins` on oximeter-api (130/174)
30832024-12-19T00:24:32.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-19T00:24:32.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-19T00:24:32.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-19T00:24:32.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30872024-12-19T00:24:33.023Z
30882024-12-19T00:24:33.023Zinfo: running `cargo check --bins` on cert-dev (131/174)
30892024-12-19T00:24:33.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-19T00:24:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-19T00:24:33.637Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30922024-12-19T00:24:33.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30932024-12-19T00:24:34.070Z
30942024-12-19T00:24:34.070Zinfo: running `cargo check --bins` on clickana (132/174)
30952024-12-19T00:24:34.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-19T00:24:34.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-19T00:24:34.712Z Checking castaway v0.2.3
30982024-12-19T00:24:34.713Z Checking unicode-truncate v1.1.0
30992024-12-19T00:24:34.715Z Checking lru v0.12.5
31002024-12-19T00:24:34.715Z Compiling instability v0.3.2
31012024-12-19T00:24:34.715Z Checking cassowary v0.3.0
31022024-12-19T00:24:34.715Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31032024-12-19T00:24:34.924Z Checking compact_str v0.8.0
31042024-12-19T00:24:35.559Z Checking ratatui v0.28.1
31052024-12-19T00:24:37.445Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31062024-12-19T00:24:38.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
31072024-12-19T00:24:38.443Z
31082024-12-19T00:24:38.443Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31092024-12-19T00:24:39.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-19T00:24:39.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-19T00:24:39.108Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31122024-12-19T00:24:39.108Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31132024-12-19T00:24:39.706Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31142024-12-19T00:24:40.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31152024-12-19T00:24:40.239Z
31162024-12-19T00:24:40.239Zinfo: running `cargo check --bins` on ch-dev (134/174)
31172024-12-19T00:24:40.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-12-19T00:24:40.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-12-19T00:24:40.894Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31202024-12-19T00:24:41.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31212024-12-19T00:24:41.778Z
31222024-12-19T00:24:41.778Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31232024-12-19T00:24:42.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-12-19T00:24:42.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-12-19T00:24:42.426Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31262024-12-19T00:24:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31272024-12-19T00:24:42.970Z
31282024-12-19T00:24:42.970Zinfo: running `cargo check --bins` on db-dev (136/174)
31292024-12-19T00:24:43.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-12-19T00:24:43.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-12-19T00:24:43.617Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31322024-12-19T00:24:44.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31332024-12-19T00:24:44.526Z
31342024-12-19T00:24:44.526Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31352024-12-19T00:24:45.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-19T00:24:45.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-19T00:24:45.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382024-12-19T00:24:45.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31392024-12-19T00:24:45.159Z
31402024-12-19T00:24:45.159Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31412024-12-19T00:24:45.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-12-19T00:24:45.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-12-19T00:24:45.762Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31442024-12-19T00:24:46.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31452024-12-19T00:24:46.821Z
31462024-12-19T00:24:46.821Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31472024-12-19T00:24:47.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-12-19T00:24:47.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-12-19T00:24:47.429Z Checking cargo-platform v0.1.8
31502024-12-19T00:24:47.697Z Checking cargo_metadata v0.18.1
31512024-12-19T00:24:48.655Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31522024-12-19T00:24:49.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31532024-12-19T00:24:49.557Z
31542024-12-19T00:24:49.557Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31552024-12-19T00:24:50.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-19T00:24:50.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-19T00:24:50.259Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31582024-12-19T00:24:50.968Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31592024-12-19T00:24:51.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31602024-12-19T00:24:51.720Z
31612024-12-19T00:24:51.720Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31622024-12-19T00:24:52.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-12-19T00:24:52.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-12-19T00:24:52.488Z Compiling crunchy v0.2.2
31652024-12-19T00:24:52.488Z Compiling tiny-keccak v2.0.2
31662024-12-19T00:24:52.491Z Compiling dsl_auto_type v0.1.2
31672024-12-19T00:24:52.491Z Checking scheduled-thread-pool v0.2.7
31682024-12-19T00:24:52.491Z Compiling diesel_table_macro_syntax v0.2.0
31692024-12-19T00:24:52.491Z Compiling ascii-canvas v3.0.0
31702024-12-19T00:24:52.602Z Compiling ena v0.14.3
31712024-12-19T00:24:52.604Z Compiling diff v0.1.13
31722024-12-19T00:24:52.872Z Checking r2d2 v0.8.10
31732024-12-19T00:24:52.892Z Compiling regex-syntax v0.6.29
31742024-12-19T00:24:53.123Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31752024-12-19T00:24:53.138Z Compiling ref-cast v1.0.23
31762024-12-19T00:24:53.166Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31772024-12-19T00:24:53.183Z Compiling derive_builder_core v0.20.2
31782024-12-19T00:24:53.251Z Compiling libxml v0.3.3
31792024-12-19T00:24:53.290Z Compiling ref-cast-impl v1.0.23
31802024-12-19T00:24:53.428Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31812024-12-19T00:24:53.662Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31822024-12-19T00:24:53.685Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31832024-12-19T00:24:53.830Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31842024-12-19T00:24:53.950Z Compiling strum_macros v0.24.3
31852024-12-19T00:24:53.953Z Compiling samael v0.0.17
31862024-12-19T00:24:54.229Z Compiling indoc v1.0.9
31872024-12-19T00:24:54.268Z Compiling diesel_derives v2.2.3
31882024-12-19T00:24:55.177Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31892024-12-19T00:24:55.446Z Compiling impl-trait-for-tuples v0.2.2
31902024-12-19T00:24:55.769Z Compiling derive_builder_macro v0.20.2
31912024-12-19T00:24:56.435Z Compiling lalrpop v0.19.12
31922024-12-19T00:24:56.669Z Checking derive_builder v0.20.2
31932024-12-19T00:24:56.827Z Compiling oso-derive v0.27.3
31942024-12-19T00:24:57.161Z Checking quick-xml v0.33.0
31952024-12-19T00:24:57.642Z Compiling diesel-dtrace v0.3.0
31962024-12-19T00:24:57.896Z Checking maplit v1.0.2
31972024-12-19T00:24:58.024Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31982024-12-19T00:24:58.047Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31992024-12-19T00:24:58.064Z Checking bb8 v0.8.5
32002024-12-19T00:24:58.359Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32012024-12-19T00:24:58.560Z Checking rand_seeder v0.3.0
32022024-12-19T00:24:58.674Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32032024-12-19T00:24:58.809Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32042024-12-19T00:24:58.858Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32052024-12-19T00:24:59.005Z Checking unicode-linebreak v0.1.5
32062024-12-19T00:24:59.132Z Checking smawk v0.3.2
32072024-12-19T00:24:59.416Z Checking is_ci v1.2.0
32082024-12-19T00:24:59.475Z Checking textwrap v0.16.1
32092024-12-19T00:24:59.559Z Checking supports-color v3.0.1
32102024-12-19T00:24:59.811Z Checking multimap v0.10.0
32112024-12-19T00:25:00.603Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32122024-12-19T00:25:03.184Z Checking diesel v2.2.4
32132024-12-19T00:25:29.549Z Compiling polar-core v0.27.3
32142024-12-19T00:25:32.498Z Checking async-bb8-diesel v0.2.1
32152024-12-19T00:25:36.994Z Checking oso v0.27.3
32162024-12-19T00:26:47.279Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172024-12-19T00:26:53.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32182024-12-19T00:26:53.498Z
32192024-12-19T00:26:53.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32202024-12-19T00:26:54.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-12-19T00:26:54.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-12-19T00:26:54.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-12-19T00:26:54.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32242024-12-19T00:26:54.162Z
32252024-12-19T00:26:54.162Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32262024-12-19T00:26:54.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-12-19T00:26:54.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-12-19T00:26:54.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-12-19T00:26:54.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32302024-12-19T00:26:54.833Z
32312024-12-19T00:26:54.833Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32322024-12-19T00:26:55.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-12-19T00:26:55.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-12-19T00:26:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-12-19T00:26:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32362024-12-19T00:26:55.494Z
32372024-12-19T00:26:55.494Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32382024-12-19T00:26:56.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-12-19T00:26:56.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-12-19T00:26:56.225Z Compiling libz-sys v1.1.20
32412024-12-19T00:26:56.339Z Compiling libgit2-sys v0.17.0+1.8.1
32422024-12-19T00:26:56.369Z Compiling vergen v8.3.2
32432024-12-19T00:26:56.373Z Compiling cargo-platform v0.1.8
32442024-12-19T00:26:56.373Z Compiling pin-project-internal v1.1.6
32452024-12-19T00:26:56.387Z Compiling libsqlite3-sys v0.30.1
32462024-12-19T00:26:56.389Z Compiling snafu-derive v0.8.5
32472024-12-19T00:26:56.389Z Compiling buf-list v1.0.3
32482024-12-19T00:26:56.637Z Compiling rustls v0.21.12
32492024-12-19T00:26:56.886Z Compiling cargo_metadata v0.18.1
32502024-12-19T00:26:56.906Z Compiling cfg_aliases v0.2.1
32512024-12-19T00:26:57.007Z Checking globset v0.4.15
32522024-12-19T00:26:57.023Z Compiling nix v0.29.0
32532024-12-19T00:26:57.136Z Checking olpc-cjson v0.1.4
32542024-12-19T00:26:57.279Z Checking sct v0.7.1
32552024-12-19T00:26:57.375Z Checking rustls-webpki v0.101.7
32562024-12-19T00:26:57.495Z Checking serde_plain v1.0.2
32572024-12-19T00:26:57.519Z Checking typed-path v0.9.3
32582024-12-19T00:26:58.057Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32592024-12-19T00:26:58.331Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32602024-12-19T00:26:58.358Z Checking hashlink v0.9.1
32612024-12-19T00:26:58.585Z Checking parse-size v1.1.0
32622024-12-19T00:26:58.767Z Checking fallible-streaming-iterator v0.1.9
32632024-12-19T00:26:58.992Z Checking fallible-iterator v0.3.0
32642024-12-19T00:26:59.241Z Checking pin-project v1.1.6
32652024-12-19T00:26:59.401Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662024-12-19T00:26:59.598Z Checking rustls-pemfile v1.0.4
32672024-12-19T00:26:59.620Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682024-12-19T00:26:59.663Z Checking rusqlite v0.32.1
32692024-12-19T00:26:59.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702024-12-19T00:27:00.079Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32712024-12-19T00:27:00.296Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32722024-12-19T00:27:00.440Z Checking twox-hash v1.6.3
32732024-12-19T00:27:00.511Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32742024-12-19T00:27:00.942Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32752024-12-19T00:27:01.231Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762024-12-19T00:27:01.324Z Checking tokio-rustls v0.24.1
32772024-12-19T00:27:01.474Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32782024-12-19T00:27:01.677Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32792024-12-19T00:27:01.793Z Checking fatfs v0.3.6
32802024-12-19T00:27:01.959Z Checking snafu v0.8.5
32812024-12-19T00:27:02.421Z Checking assert_matches v1.5.0
32822024-12-19T00:27:02.468Z Checking tough v0.19.0
32832024-12-19T00:27:06.651Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32842024-12-19T00:27:07.989Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32852024-12-19T00:27:08.441Z Compiling git2 v0.19.0
32862024-12-19T00:27:13.269Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32872024-12-19T00:28:06.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32882024-12-19T00:28:06.451Z
32892024-12-19T00:28:06.451Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
32902024-12-19T00:28:07.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-12-19T00:28:07.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-12-19T00:28:07.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932024-12-19T00:28:07.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32942024-12-19T00:28:07.127Z
32952024-12-19T00:28:07.127Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
32962024-12-19T00:28:07.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-12-19T00:28:07.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-12-19T00:28:07.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992024-12-19T00:28:07.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33002024-12-19T00:28:07.748Z
33012024-12-19T00:28:07.748Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33022024-12-19T00:28:08.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-12-19T00:28:08.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-12-19T00:28:08.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-12-19T00:28:08.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33062024-12-19T00:28:08.406Z
33072024-12-19T00:28:08.407Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33082024-12-19T00:28:08.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-12-19T00:28:08.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-12-19T00:28:08.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-12-19T00:28:08.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33122024-12-19T00:28:09.059Z
33132024-12-19T00:28:09.059Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33142024-12-19T00:28:09.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-19T00:28:09.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-19T00:28:09.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-19T00:28:09.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33182024-12-19T00:28:09.757Z
33192024-12-19T00:28:09.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33202024-12-19T00:28:10.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-19T00:28:10.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-19T00:28:10.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-19T00:28:10.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33242024-12-19T00:28:10.384Z
33252024-12-19T00:28:10.384Zinfo: running `cargo check --bins` on update-common (152/174)
33262024-12-19T00:28:10.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-19T00:28:10.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-19T00:28:10.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-19T00:28:10.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33302024-12-19T00:28:11.029Z
33312024-12-19T00:28:11.029Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33322024-12-19T00:28:11.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-19T00:28:11.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-19T00:28:11.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-12-19T00:28:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33362024-12-19T00:28:11.665Z
33372024-12-19T00:28:11.665Zinfo: running `cargo check --bins` on tufaceous (154/174)
33382024-12-19T00:28:12.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-19T00:28:12.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-19T00:28:12.324Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33412024-12-19T00:28:13.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33422024-12-19T00:28:13.474Z
33432024-12-19T00:28:13.474Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33442024-12-19T00:28:14.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-12-19T00:28:14.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-12-19T00:28:14.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33472024-12-19T00:28:14.433Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33482024-12-19T00:28:14.437Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492024-12-19T00:28:14.437Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502024-12-19T00:28:40.975Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33512024-12-19T00:28:40.978Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33522024-12-19T00:28:40.978Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33532024-12-19T00:28:40.978Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33542024-12-19T00:28:40.978Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33552024-12-19T00:28:41.919Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33562024-12-19T00:28:43.199Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33572024-12-19T00:29:22.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33582024-12-19T00:29:22.418Z
33592024-12-19T00:29:22.419Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33602024-12-19T00:29:23.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-12-19T00:29:23.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-12-19T00:29:23.127Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632024-12-19T00:29:23.127Z Checking heck v0.4.1
33642024-12-19T00:29:23.130Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33652024-12-19T00:29:23.370Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33662024-12-19T00:29:24.747Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33672024-12-19T00:29:25.614Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33682024-12-19T00:29:26.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
33692024-12-19T00:29:26.888Z
33702024-12-19T00:29:26.888Zinfo: running `cargo check --bins` on installinator-api (157/174)
33712024-12-19T00:29:27.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-12-19T00:29:27.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-12-19T00:29:27.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742024-12-19T00:29:27.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33752024-12-19T00:29:27.536Z
33762024-12-19T00:29:27.536Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33772024-12-19T00:29:28.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-12-19T00:29:28.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-12-19T00:29:28.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802024-12-19T00:29:28.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33812024-12-19T00:29:28.180Z
33822024-12-19T00:29:28.180Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33832024-12-19T00:29:28.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-12-19T00:29:28.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-12-19T00:29:28.853Z Compiling petname v2.0.2
33862024-12-19T00:29:28.856Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33872024-12-19T00:29:28.856Z Checking sync-ptr v0.1.1
33882024-12-19T00:29:30.286Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33892024-12-19T00:29:31.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
33902024-12-19T00:29:31.991Z
33912024-12-19T00:29:31.991Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
33922024-12-19T00:29:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-12-19T00:29:32.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-12-19T00:29:32.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952024-12-19T00:29:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33962024-12-19T00:29:32.651Z
33972024-12-19T00:29:32.651Zinfo: running `cargo check --bins` on omicron-releng (161/174)
33982024-12-19T00:29:33.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-12-19T00:29:33.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-12-19T00:29:33.322Z Checking memmap2 v0.9.5
34012024-12-19T00:29:33.322Z Checking arrayref v0.3.9
34022024-12-19T00:29:33.325Z Checking constant_time_eq v0.3.1
34032024-12-19T00:29:33.325Z Checking spin v0.5.2
34042024-12-19T00:29:33.325Z Checking arrayvec v0.7.6
34052024-12-19T00:29:33.325Z Checking topological-sort v0.2.2
34062024-12-19T00:29:33.439Z Checking shell-words v1.1.0
34072024-12-19T00:29:33.636Z Checking ring v0.16.20
34082024-12-19T00:29:33.728Z Checking blake3 v1.5.4
34092024-12-19T00:29:34.747Z Checking omicron-zone-package v0.11.1
34102024-12-19T00:29:35.863Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34112024-12-19T00:29:36.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34122024-12-19T00:29:36.937Z
34132024-12-19T00:29:36.937Zinfo: running `cargo check --bins` on xtask (162/174)
34142024-12-19T00:29:37.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152024-12-19T00:29:37.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162024-12-19T00:29:37.364Z Checking bitflags v2.6.0
34172024-12-19T00:29:37.367Z Checking serde v1.0.215
34182024-12-19T00:29:37.367Z Checking thiserror v1.0.69
34192024-12-19T00:29:37.457Z Checking scroll v0.12.0
34202024-12-19T00:29:37.465Z Checking hashbrown v0.15.0
34212024-12-19T00:29:37.465Z Checking log v0.4.22
34222024-12-19T00:29:37.468Z Checking zerocopy v0.7.35
34232024-12-19T00:29:37.497Z Checking syn v2.0.87
34242024-12-19T00:29:37.550Z Checking pest v2.7.14
34252024-12-19T00:29:37.692Z Checking rustix v0.38.37
34262024-12-19T00:29:37.725Z Checking once_cell v1.20.2
34272024-12-19T00:29:37.937Z Checking goblin v0.8.2
34282024-12-19T00:29:38.033Z Checking fs-err v2.11.0
34292024-12-19T00:29:38.364Z Checking anyhow v1.0.93
34302024-12-19T00:29:38.508Z Checking indexmap v2.6.0
34312024-12-19T00:29:38.752Z Checking tabled v0.15.0
34322024-12-19T00:29:39.682Z Checking terminal_size v0.4.0
34332024-12-19T00:29:39.682Z Checking tempfile v3.13.0
34342024-12-19T00:29:39.864Z Checking clap_builder v4.5.21
34352024-12-19T00:29:40.012Z Checking dtrace-parser v0.2.0
34362024-12-19T00:29:41.704Z Checking serde_json v1.0.132
34372024-12-19T00:29:41.704Z Checking serde_spanned v0.6.8
34382024-12-19T00:29:41.704Z Checking toml_datetime v0.6.8
34392024-12-19T00:29:41.725Z Checking camino v1.1.9
34402024-12-19T00:29:41.725Z Checking semver v1.0.23
34412024-12-19T00:29:41.921Z Checking cargo-platform v0.1.8
34422024-12-19T00:29:41.957Z Checking macaddr v1.0.1
34432024-12-19T00:29:42.018Z Checking toml_edit v0.22.22
34442024-12-19T00:29:42.260Z Checking camino-tempfile v1.1.1
34452024-12-19T00:29:42.383Z Checking clap v4.5.21
34462024-12-19T00:29:42.965Z Checking dof v0.3.0
34472024-12-19T00:29:42.965Z Checking cargo_metadata v0.18.1
34482024-12-19T00:29:43.378Z Checking usdt-impl v0.5.0
34492024-12-19T00:29:43.730Z Checking usdt v0.5.0
34502024-12-19T00:29:43.890Z Checking toml v0.8.19
34512024-12-19T00:29:44.349Z Checking cargo_toml v0.20.5
34522024-12-19T00:29:45.563Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34532024-12-19T00:29:46.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
34542024-12-19T00:29:46.275Z
34552024-12-19T00:29:46.275Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34562024-12-19T00:29:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572024-12-19T00:29:46.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582024-12-19T00:29:47.026Z Checking polyval v0.6.2
34592024-12-19T00:29:47.139Z Checking ctr v0.9.2
34602024-12-19T00:29:47.151Z Checking ssh-encoding v0.2.0
34612024-12-19T00:29:47.151Z Checking blowfish v0.9.1
34622024-12-19T00:29:47.174Z Checking password-hash v0.4.2
34632024-12-19T00:29:47.177Z Checking matches v0.1.10
34642024-12-19T00:29:47.206Z Checking p256 v0.13.2
34652024-12-19T00:29:47.206Z Checking p521 v0.13.3
34662024-12-19T00:29:47.281Z Checking idna v0.2.3
34672024-12-19T00:29:47.362Z Checking ghash v0.5.1
34682024-12-19T00:29:47.381Z Checking bcrypt-pbkdf v0.10.0
34692024-12-19T00:29:47.437Z Compiling enum-as-inner v0.5.1
34702024-12-19T00:29:47.485Z Checking russh-cryptovec v0.7.3
34712024-12-19T00:29:47.548Z Checking aes-gcm v0.10.3
34722024-12-19T00:29:47.573Z Checking pbkdf2 v0.11.0
34732024-12-19T00:29:47.679Z Checking md5 v0.7.0
34742024-12-19T00:29:47.698Z Checking num-bigint v0.4.6
34752024-12-19T00:29:47.716Z Checking des v0.8.1
34762024-12-19T00:29:47.780Z Checking ssh-cipher v0.2.0
34772024-12-19T00:29:47.842Z Checking hex-literal v0.4.1
34782024-12-19T00:29:47.966Z Compiling dhcproto-macros v0.1.0
34792024-12-19T00:29:47.982Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34802024-12-19T00:29:47.982Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34812024-12-19T00:29:48.076Z Checking ssh-key v0.6.6
34822024-12-19T00:29:48.124Z Checking internet-checksum v0.2.1
34832024-12-19T00:29:48.458Z Checking trust-dns-proto v0.22.0
34842024-12-19T00:29:49.381Z Checking russh-keys v0.45.0
34852024-12-19T00:29:50.289Z Checking russh v0.45.0
34862024-12-19T00:29:50.898Z Checking dhcproto v0.12.0
34872024-12-19T00:30:08.373Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34882024-12-19T00:30:09.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s
34892024-12-19T00:30:09.991Z
34902024-12-19T00:30:09.991Zinfo: running `cargo check --bins` on gateway-cli (164/174)
34912024-12-19T00:30:10.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922024-12-19T00:30:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932024-12-19T00:30:10.631Z Checking termios v0.3.3
34942024-12-19T00:30:10.848Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34952024-12-19T00:30:11.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34962024-12-19T00:30:11.804Z
34972024-12-19T00:30:11.804Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
34982024-12-19T00:30:12.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992024-12-19T00:30:12.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002024-12-19T00:30:12.544Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35012024-12-19T00:30:14.503Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35022024-12-19T00:30:16.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
35032024-12-19T00:30:16.548Z
35042024-12-19T00:30:16.548Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35052024-12-19T00:30:17.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-12-19T00:30:17.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-12-19T00:30:17.182Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35082024-12-19T00:30:17.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35092024-12-19T00:30:17.844Z
35102024-12-19T00:30:17.844Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35112024-12-19T00:30:18.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122024-12-19T00:30:18.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132024-12-19T00:30:18.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142024-12-19T00:30:18.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35152024-12-19T00:30:18.450Z
35162024-12-19T00:30:18.450Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35172024-12-19T00:30:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-12-19T00:30:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-12-19T00:30:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202024-12-19T00:30:18.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35212024-12-19T00:30:19.063Z
35222024-12-19T00:30:19.063Zinfo: running `cargo check --bins` on omicron-package (169/174)
35232024-12-19T00:30:19.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-19T00:30:19.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-19T00:30:19.727Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35262024-12-19T00:30:21.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
35272024-12-19T00:30:21.218Z
35282024-12-19T00:30:21.218Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35292024-12-19T00:30:21.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-12-19T00:30:21.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-12-19T00:30:21.916Z Checking rtoolbox v0.0.2
35322024-12-19T00:30:21.918Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35332024-12-19T00:30:21.918Z Checking tui-tree-widget v0.22.0
35342024-12-19T00:30:22.140Z Checking rpassword v7.3.1
35352024-12-19T00:30:26.200Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35362024-12-19T00:30:29.199Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35372024-12-19T00:30:30.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
35382024-12-19T00:30:30.638Z
35392024-12-19T00:30:30.638Zinfo: running `cargo check --bins` on wicket (171/174)
35402024-12-19T00:30:31.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-12-19T00:30:31.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-12-19T00:30:31.334Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35432024-12-19T00:30:31.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35442024-12-19T00:30:31.973Z
35452024-12-19T00:30:31.973Zinfo: running `cargo check --bins` on wicketd (172/174)
35462024-12-19T00:30:32.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472024-12-19T00:30:32.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482024-12-19T00:30:32.684Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35492024-12-19T00:30:36.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
35502024-12-19T00:30:36.823Z
35512024-12-19T00:30:36.823Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35522024-12-19T00:30:37.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-12-19T00:30:37.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-12-19T00:30:37.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552024-12-19T00:30:37.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562024-12-19T00:30:37.430Z
35572024-12-19T00:30:37.430Zinfo: running `cargo check --bins` on zone-setup (174/174)
35582024-12-19T00:30:38.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592024-12-19T00:30:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602024-12-19T00:30:38.161Z Checking uzers v0.12.1
35612024-12-19T00:30:38.501Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35622024-12-19T00:30:39.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35632024-12-19T00:30:39.873Z
35642024-12-19T00:30:39.877Zreal 13:04.313421978
35652024-12-19T00:30:39.877Zuser 24:12.497959250
35662024-12-19T00:30:39.877Zsys 5:31.375961850
35672024-12-19T00:30:39.877Ztrap 0.463874209
35682024-12-19T00:30:39.877Ztflt 2.366126917
35692024-12-19T00:30:39.877Zdflt 3.375894039
35702024-12-19T00:30:39.877Zkflt 0.000774064
35712024-12-19T00:30:39.877Zlock 46:13.377082058
35722024-12-19T00:30:39.877Zslp 2:06:35.914886426
35732024-12-19T00:30:39.877Zlat 1:02.085092964
35742024-12-19T00:30:39.877Zstop 3:17.987200371
35752024-12-19T00:30:39.877Zprocess exited: duration 1111534 ms, exit code 0
 
35762024-12-19T00:30:39.883Zfound 0 output files