01JFEJN7XM4V6ZY00ABVWD9D33: 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: 01JFEJNT8DP4S3X245V6QPKM35

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T04:27:30.469Zjob assigned to worker 01JFEJP0GZYW7T82NNBAJ7E4MX [factory aws, i-0a319853142ce533f] (queued for 53 s)
 
22024-12-19T04:27:38.563Zstarting task 0: "setup"
32024-12-19T04:27:38.577Z++ uname -s
42024-12-19T04:27:38.581Z+ kern=SunOS
52024-12-19T04:27:38.581Z+ case "$kern" in
62024-12-19T04:27:38.581Z+ groupadd -g 12345 build
72024-12-19T04:27:38.581Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T04:27:40.588Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T04:27:40.709Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T04:27:40.712Z+ home_fs=zfs
112024-12-19T04:27:40.712Z+ [[ zfs == autofs ]]
122024-12-19T04:27:40.712Z+ mkdir -p /home/build
132024-12-19T04:27:40.714Z+ chown build:build /home/build /work
142024-12-19T04:27:42.716Z+ chmod 0700 /home/build /work
152024-12-19T04:27:42.718Zprocess exited: duration 4154 ms, exit code 0
 
162024-12-19T04:27:42.724Zstarting task 1: "rust-toolchain"
172024-12-19T04:27:42.730Z+ printf ' * toolchain channel = "%s"
182024-12-19T04:27:42.730Z' 1.81.0
192024-12-19T04:27:42.730Z * toolchain channel = "1.81.0"
202024-12-19T04:27:42.730Z * toolchain profile = "default"
212024-12-19T04:27:42.733Z+ printf ' * toolchain profile = "%s"
222024-12-19T04:27:42.733Z' default
232024-12-19T04:27:42.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T04:27:42.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T04:27:42.852Zinfo: downloading installer
262024-12-19T04:27:44.082Zinfo: profile set to 'default'
272024-12-19T04:27:44.082Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T04:27:44.085Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T04:27:44.259Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T04:27:44.259Zinfo: downloading component 'cargo'
312024-12-19T04:27:45.269Zinfo: downloading component 'clippy'
322024-12-19T04:27:45.643Zinfo: downloading component 'rust-docs'
332024-12-19T04:27:47.051Zinfo: downloading component 'rust-std'
342024-12-19T04:27:49.244Zinfo: downloading component 'rustc'
352024-12-19T04:27:57.104Zinfo: downloading component 'rustfmt'
362024-12-19T04:27:57.397Zinfo: installing component 'cargo'
372024-12-19T04:27:58.255Zinfo: installing component 'clippy'
382024-12-19T04:27:58.634Zinfo: installing component 'rust-docs'
392024-12-19T04:28:00.257Zinfo: installing component 'rust-std'
402024-12-19T04:28:02.042Zinfo: installing component 'rustc'
412024-12-19T04:28:07.945Zinfo: installing component 'rustfmt'
422024-12-19T04:28:08.276Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T04:28:08.276Z
442024-12-19T04:28:08.642Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T04:28:08.642Z
462024-12-19T04:28:08.646Z
472024-12-19T04:28:08.646ZRust is installed now. Great!
482024-12-19T04:28:08.646Z
492024-12-19T04:28:08.646ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T04:28:08.646Zenvironment variable. This has not been done automatically.
512024-12-19T04:28:08.646Z
522024-12-19T04:28:08.646ZTo configure your current shell, you need to source
532024-12-19T04:28:08.646Zthe corresponding env file under $HOME/.cargo.
542024-12-19T04:28:08.646Z
552024-12-19T04:28:08.646ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T04:28:08.646Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T04:28:08.646Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T04:28:08.719Z+ rustc --version
592024-12-19T04:28:08.787Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T04:28:08.791Zprocess exited: duration 26062 ms, exit code 0
 
612024-12-19T04:28:08.798Zstarting task 2: "authentication"
622024-12-19T04:28:08.820Zprocess exited: duration 22 ms, exit code 0
 
632024-12-19T04:28:08.825Zstarting task 3: "clone repository"
642024-12-19T04:28:08.831Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T04:28:08.833Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T04:28:08.869ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T04:28:15.982Z+ cd /work/oxidecomputer/omicron
682024-12-19T04:28:15.982Z+ git fetch origin 2a37e9cc4984ffa5f5494a806df8431bf4e8580e
692024-12-19T04:28:16.639ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T04:28:16.639Z * branch 2a37e9cc4984ffa5f5494a806df8431bf4e8580e -> FETCH_HEAD
712024-12-19T04:28:16.648Z+ [[ -n '' ]]
722024-12-19T04:28:16.648Z+ git reset --hard 2a37e9cc4984ffa5f5494a806df8431bf4e8580e
732024-12-19T04:28:16.806ZHEAD is now at 2a37e9cc4 mroe -> more!
742024-12-19T04:28:16.810Zprocess exited: duration 7982 ms, exit code 0
 
752024-12-19T04:28:16.815Zstarting task 4: "build"
762024-12-19T04:28:16.820Z+ source .github/buildomat/ci-env.sh
772024-12-19T04:28:16.823Z++ export CARGO_TERM_COLOR=always
782024-12-19T04:28:16.823Z++ CARGO_TERM_COLOR=always
792024-12-19T04:28:16.823Z+ cargo --version
802024-12-19T04:28:16.887Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T04:28:16.900Z+ rustc --version
822024-12-19T04:28:16.943Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T04:28:16.950Z+ source ./env.sh
842024-12-19T04:28:16.950Z++ OLD_SHELL_OPTS=ehxB
852024-12-19T04:28:16.950Z++ set -o xtrace
862024-12-19T04:28:16.950Z++++ dirname ./env.sh
872024-12-19T04:28:16.953Z+++ readlink -f .
882024-12-19T04:28:16.956Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-12-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.956Z++ 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-19T04:28:16.957Z++ 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-19T04:28:16.957Z++ case $OLD_SHELL_OPTS in
982024-12-19T04:28:16.957Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-12-19T04:28:16.957Z+ 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-19T04:28:16.957Z+ 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-19T04:28:16.957Z+ banner prerequisites
1022024-12-19T04:28:16.959Z
1032024-12-19T04:28:16.959Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-12-19T04:28:16.959Z # # # # # # # # # # # # # # #
1052024-12-19T04:28:16.959Z # # # # ##### # # ##### # # # # # #### #
1062024-12-19T04:28:16.959Z ##### ##### # ##### # # # # # # # # #
1072024-12-19T04:28:16.960Z # # # # # # # # # # # # # # #
1082024-12-19T04:28:16.960Z # # # ###### # # ###### ### # #### # #### #
1092024-12-19T04:28:16.960Z
1102024-12-19T04:28:16.960Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-12-19T04:28:24.613Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-19T04:28:28.466Z Startup: Caching catalogs ... Done
1132024-12-19T04:28:39.292ZPlanning: Solver setup ... Done (9.945s)
1142024-12-19T04:28:39.424ZPlanning: Running solver ... Done (0.132s)
1152024-12-19T04:28:39.529ZPlanning: Finding local manifests ... Done (0.004s)
1162024-12-19T04:28:39.541ZPlanning: Fetching manifests: 0/5 0% complete
1172024-12-19T04:28:39.766ZPlanning: Fetching manifests: 5/5 100% complete
1182024-12-19T04:28:39.871ZPlanning: Package planning ... Done (0.104s)
1192024-12-19T04:28:39.927ZPlanning: Merging actions ... Done (0.056s)
1202024-12-19T04:28:40.122ZPlanning: Checking for conflicting actions ... Done (0.195s)
1212024-12-19T04:28:42.171ZPlanning: Consolidating action changes ... Done (2.048s)
1222024-12-19T04:28:42.609ZPlanning: Evaluating mediators ... Done (0.438s)
1232024-12-19T04:28:42.693ZPlanning: Planning completed in 14.13 seconds
1242024-12-19T04:28:42.709Z Packages to install: 4
1252024-12-19T04:28:42.709Z Packages to update: 1
1262024-12-19T04:28:42.712Z Mediators to change: 2
1272024-12-19T04:28:42.712Z Services to change: 1
1282024-12-19T04:28:42.712Z Estimated space available: 155.64 GB
1292024-12-19T04:28:42.712ZEstimated space to be consumed: 1.61 GB
1302024-12-19T04:28:42.712Z Create boot environment: No
1312024-12-19T04:28:42.712ZCreate backup boot environment: Yes
1322024-12-19T04:28:42.712Z Rebuild boot archive: No
1332024-12-19T04:28:42.712Z
1342024-12-19T04:28:42.712ZChanged mediators:
1352024-12-19T04:28:42.712Z mediator clang:
1362024-12-19T04:28:42.712Z version: None -> 15 (system default)
1372024-12-19T04:28:42.712Z
1382024-12-19T04:28:42.712Z mediator llvm:
1392024-12-19T04:28:42.712Z version: 14 (system default) -> 15 (system default)
1402024-12-19T04:28:42.712Z
1412024-12-19T04:28:42.712ZChanged packages:
1422024-12-19T04:28:42.712Zhelios-dev
1432024-12-19T04:28:42.712Z developer/build-essential
1442024-12-19T04:28:42.712Z None -> 11-2.0
1452024-12-19T04:28:42.712Z library/libxmlsec1
1462024-12-19T04:28:42.712Z None -> 1.2.35-2.0
1472024-12-19T04:28:42.712Z ooce/developer/clang-15
1482024-12-19T04:28:42.712Z None -> 15.0.7-2.0
1492024-12-19T04:28:42.712Z ooce/developer/llvm-15
1502024-12-19T04:28:42.712Z None -> 15.0.7-2.0
1512024-12-19T04:28:42.712Z package/pkg
1522024-12-19T04:28:42.712Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-12-19T04:28:42.713Z
1542024-12-19T04:28:42.713ZServices:
1552024-12-19T04:28:42.713Z restart_fmri:
1562024-12-19T04:28:42.713Z svc:/system/update-man-index:default
1572024-12-19T04:28:42.713Z
1582024-12-19T04:28:42.713ZEditable files to change:
1592024-12-19T04:28:42.713Z Update:
1602024-12-19T04:28:42.713Z usr/share/lib/pkg/web/config.shtml
1612024-12-19T04:28:42.790Z
1622024-12-19T04:28:42.790ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-12-19T04:28:47.793ZDownload: 985/4281 items 19.5/220.6MB 8% complete (3.9M/s)
1642024-12-19T04:28:52.794ZDownload: 1550/4281 items 117.2/220.6MB 53% complete (11.8M/s)
1652024-12-19T04:28:57.804ZDownload: 2259/4281 items 119.4/220.6MB 54% complete (10.0M/s)
1662024-12-19T04:29:02.822ZDownload: 3015/4281 items 121.3/220.6MB 54% complete (448k/s)
1672024-12-19T04:29:08.091ZDownload: 3274/4281 items 208.7/220.6MB 94% complete (9.0M/s)
1682024-12-19T04:29:13.093ZDownload: 3305/4281 items 212.6/220.6MB 96% complete (9.1M/s)
1692024-12-19T04:29:18.282ZDownload: 4203/4281 items 220.6/220.6MB 99% complete (1.3M/s)
1702024-12-19T04:29:20.354ZDownload: Completed 220.60 MB in 37.56 seconds (5.9M/s)
1712024-12-19T04:29:22.467Z Actions: 1/5063 actions (Removing old actions)
1722024-12-19T04:29:22.489Z Actions: 194/5063 actions (Installing new actions)
1732024-12-19T04:29:27.210Z Actions: 4226/5063 actions (Updating modified actions)
1742024-12-19T04:29:27.527Z Actions: Completed 5063 actions in 5.06 seconds.
1752024-12-19T04:29:27.928Z Done (0.392s)
1762024-12-19T04:29:27.931Z Done (0.000s)
1772024-12-19T04:29:28.507Z Done (0.576s)
1782024-12-19T04:29:33.042Z Done (4.305s)
1792024-12-19T04:29:33.137Z Done (0.018s)
1802024-12-19T04:29:33.140Z Done (0.000s)
1812024-12-19T04:29:33.307Z Done (0.000s)
1822024-12-19T04:29:34.029ZPlanning: Evaluating mediator changes ... Done
1832024-12-19T04:29:34.198ZPlanning: Checking for conflicting actions ... Done
1842024-12-19T04:29:34.200ZPlanning: Consolidating action changes ... Done
1852024-12-19T04:29:34.482ZPlanning: Evaluating mediators ... Done
1862024-12-19T04:29:34.486ZPlanning: Planning completed in 0.45 seconds
1872024-12-19T04:29:34.523Z Mediators to change: 2
1882024-12-19T04:29:34.523Z Create boot environment: No
1892024-12-19T04:29:34.526ZCreate backup boot environment: No
1902024-12-19T04:29:34.616Z Done
1912024-12-19T04:29:34.617Z Done
1922024-12-19T04:29:34.979Z Done
1932024-12-19T04:29:38.965Z Done
1942024-12-19T04:29:39.065Z Done
1952024-12-19T04:29:39.067Z Done
1962024-12-19T04:29:39.190Z Done
1972024-12-19T04:29:39.826ZPlanning: Evaluating mediator changes ... Done
1982024-12-19T04:29:39.830ZPlanning: Merging actions ... Done
1992024-12-19T04:29:40.026ZPlanning: Checking for conflicting actions ... Done
2002024-12-19T04:29:40.029ZPlanning: Consolidating action changes ... Done
2012024-12-19T04:29:40.303ZPlanning: Evaluating mediators ... Done
2022024-12-19T04:29:40.360ZPlanning: Planning completed in 0.78 seconds
2032024-12-19T04:29:40.401Z Packages to change: 1
2042024-12-19T04:29:40.401Z Mediators to change: 1
2052024-12-19T04:29:40.404Z Services to change: 1
2062024-12-19T04:29:40.404Z Create boot environment: No
2072024-12-19T04:29:40.404ZCreate backup boot environment: Yes
2082024-12-19T04:29:42.720Z Actions: 1/6 actions (Updating modified actions)
2092024-12-19T04:29:42.723Z Actions: Completed 6 actions in 0.00 seconds.
2102024-12-19T04:29:42.723Z Done
2112024-12-19T04:29:42.723Z Done
2122024-12-19T04:29:42.839Z Done
2132024-12-19T04:29:46.782Z Done
2142024-12-19T04:29:46.883Z Done
2152024-12-19T04:29:46.885Z Done
2162024-12-19T04:29:47.021Z Done
2172024-12-19T04:29:47.469ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182024-12-19T04:29:47.469Zclang system 15 system
2192024-12-19T04:29:47.469Zcsh system system illumos
2202024-12-19T04:29:47.469Zctags system system illumos
2212024-12-19T04:29:47.469Zgcc vendor 12 vendor
2222024-12-19T04:29:47.469Zgcc system 10 system
2232024-12-19T04:29:47.469Zgcc system 7 system
2242024-12-19T04:29:47.469Zgo system 1.20 system
2252024-12-19T04:29:47.469Zgo system 1.19 system
2262024-12-19T04:29:47.469Zllvm system 15 system
2272024-12-19T04:29:47.470Zllvm system 14 system
2282024-12-19T04:29:47.470Zmariadb system 10.6 system
2292024-12-19T04:29:47.470Zmta vendor vendor dma
2302024-12-19T04:29:47.470Zopenjdk system 17 system
2312024-12-19T04:29:47.470Zopenjdk system 11 system
2322024-12-19T04:29:47.470Zopenjdk system 1.8 system
2332024-12-19T04:29:47.470Zopenssl vendor 3 vendor
2342024-12-19T04:29:47.470Zperl system 5.36 system
2352024-12-19T04:29:47.470Zpostgresql system 15 system
2362024-12-19T04:29:47.470Zpostgresql system 13 system
2372024-12-19T04:29:47.470Zpython vendor 3 vendor
2382024-12-19T04:29:47.470Zpython system 2 system
2392024-12-19T04:29:47.470Zpython3 system 3.11 system
2402024-12-19T04:29:47.470Zruby system 3.0 system
2412024-12-19T04:29:47.470Zwords vendor vendor american-english
2422024-12-19T04:29:47.470Zwords system system australian-english
2432024-12-19T04:29:47.470Zwords system system british-english
2442024-12-19T04:29:47.470Zwords system system canadian-english
2452024-12-19T04:29:47.470Zwords system system french
2462024-12-19T04:29:47.470Zwords system system italian
2472024-12-19T04:29:47.470Zwords system system ngerman
2482024-12-19T04:29:47.470Zwords system system ogerman
2492024-12-19T04:29:47.470Zwords system system spanish
2502024-12-19T04:29:47.823ZPUBLISHER TYPE STATUS P LOCATION
2512024-12-19T04:29:47.823Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522024-12-19T04:29:50.571ZFMRI IFO
2532024-12-19T04:29:50.571Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542024-12-19T04:29:50.571Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552024-12-19T04:29:50.571Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562024-12-19T04:29:50.571Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572024-12-19T04:29:50.571Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582024-12-19T04:29:50.571Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-12-19T04:29:50.571Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602024-12-19T04:29:50.571Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612024-12-19T04:29:50.571Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622024-12-19T04:29:50.571Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2632024-12-19T04:29:50.571Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-12-19T04:29:50.571Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-12-19T04:29:50.571Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2662024-12-19T04:29:50.571Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-12-19T04:29:50.571Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-12-19T04:29:51.371Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-12-19T04:29:51.665Z Updating crates.io index
2702024-12-19T04:29:51.726Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712024-12-19T04:29:52.252Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2722024-12-19T04:29:52.585Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732024-12-19T04:29:52.847Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742024-12-19T04:29:53.151Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752024-12-19T04:29:54.351Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762024-12-19T04:29:55.667Z Updating git repository `https://github.com/oxidecomputer/opte`
2772024-12-19T04:29:56.291Z Updating git repository `https://github.com/oxidecomputer/falcon`
2782024-12-19T04:29:57.158Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792024-12-19T04:29:57.431Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2802024-12-19T04:29:57.732Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2812024-12-19T04:29:58.373Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2822024-12-19T04:29:58.707Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832024-12-19T04:29:59.008Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842024-12-19T04:29:59.295Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852024-12-19T04:29:59.570Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862024-12-19T04:29:59.979Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872024-12-19T04:30:00.258Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882024-12-19T04:30:00.562Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892024-12-19T04:30:00.972Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2902024-12-19T04:30:01.270Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-12-19T04:30:01.809Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-12-19T04:30:02.146Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932024-12-19T04:30:02.562Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-12-19T04:30:02.936Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2952024-12-19T04:30:03.221Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962024-12-19T04:30:03.466Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972024-12-19T04:30:03.806Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982024-12-19T04:30:05.194Z Downloading crates ...
2992024-12-19T04:30:05.284Z Downloaded block-buffer v0.10.4
3002024-12-19T04:30:05.287Z Downloaded anstyle-parse v0.2.5
3012024-12-19T04:30:05.290Z Downloaded anstream v0.6.15
3022024-12-19T04:30:05.294Z Downloaded anyhow v1.0.93
3032024-12-19T04:30:05.303Z Downloaded equivalent v1.0.1
3042024-12-19T04:30:05.306Z Downloaded usdt-attr-macro v0.5.0
3052024-12-19T04:30:05.310Z Downloaded dtrace-parser v0.2.0
3062024-12-19T04:30:05.319Z Downloaded swrite v0.1.0
3072024-12-19T04:30:05.329Z Downloaded scroll_derive v0.12.0
3082024-12-19T04:30:05.331Z Downloaded pretty-hex v0.4.1
3092024-12-19T04:30:05.338Z Downloaded cargo-platform v0.1.8
3102024-12-19T04:30:05.341Z Downloaded byteorder v1.5.0
3112024-12-19T04:30:05.344Z Downloaded usdt-macro v0.5.0
3122024-12-19T04:30:05.344Z Downloaded autocfg v1.4.0
3132024-12-19T04:30:05.356Z Downloaded anstyle v1.0.10
3142024-12-19T04:30:05.356Z Downloaded camino-tempfile v1.1.1
3152024-12-19T04:30:05.356Z Downloaded anstyle-query v1.1.1
3162024-12-19T04:30:05.356Z Downloaded thread-id v4.2.2
3172024-12-19T04:30:05.356Z Downloaded proc-macro-error-attr v1.0.4
3182024-12-19T04:30:05.356Z Downloaded heck v0.5.0
3192024-12-19T04:30:05.356Z Downloaded dof v0.3.0
3202024-12-19T04:30:05.356Z Downloaded cfg-if v1.0.0
3212024-12-19T04:30:05.356Z Downloaded colorchoice v1.0.2
3222024-12-19T04:30:05.356Z Downloaded bytecount v0.6.8
3232024-12-19T04:30:05.359Z Downloaded memmap v0.7.0
3242024-12-19T04:30:05.361Z Downloaded version_check v0.9.5
3252024-12-19T04:30:05.366Z Downloaded smawk v0.3.2
3262024-12-19T04:30:05.368Z Downloaded fnv v1.0.7
3272024-12-19T04:30:05.368Z Downloaded toml_datetime v0.6.8
3282024-12-19T04:30:05.372Z Downloaded serde_tokenstream v0.2.2
3292024-12-19T04:30:05.372Z Downloaded cpufeatures v0.2.14
3302024-12-19T04:30:05.374Z Downloaded itoa v1.0.11
3312024-12-19T04:30:05.374Z Downloaded is_terminal_polyfill v1.70.1
3322024-12-19T04:30:05.374Z Downloaded heck v0.4.1
3332024-12-19T04:30:05.377Z Downloaded usdt v0.5.0
3342024-12-19T04:30:05.377Z Downloaded pest_generator v2.7.14
3352024-12-19T04:30:05.379Z Downloaded unicode-linebreak v0.1.5
3362024-12-19T04:30:05.379Z Downloaded thiserror v1.0.69
3372024-12-19T04:30:05.383Z Downloaded errno v0.3.9
3382024-12-19T04:30:05.386Z Downloaded tabled_derive v0.7.0
3392024-12-19T04:30:05.386Z Downloaded serde_spanned v0.6.8
3402024-12-19T04:30:05.389Z Downloaded fastrand v2.1.1
3412024-12-19T04:30:05.392Z Downloaded terminal_size v0.4.0
3422024-12-19T04:30:05.399Z Downloaded clap_lex v0.7.2
3432024-12-19T04:30:05.399Z Downloaded utf8parse v0.2.2
3442024-12-19T04:30:05.401Z Downloaded thiserror-impl v1.0.69
3452024-12-19T04:30:05.401Z Downloaded macaddr v1.0.1
3462024-12-19T04:30:05.402Z Downloaded fs-err v2.11.0
3472024-12-19T04:30:05.402Z Downloaded strsim v0.11.1
3482024-12-19T04:30:05.405Z Downloaded cargo_metadata v0.18.1
3492024-12-19T04:30:05.405Z Downloaded digest v0.10.7
3502024-12-19T04:30:05.407Z Downloaded usdt-impl v0.5.0
3512024-12-19T04:30:05.407Z Downloaded plain v0.2.3
3522024-12-19T04:30:05.410Z Downloaded camino v1.1.9
3532024-12-19T04:30:05.412Z Downloaded proc-macro-error v1.0.4
3542024-12-19T04:30:05.415Z Downloaded sha2 v0.10.8
3552024-12-19T04:30:05.418Z Downloaded pest_derive v2.7.14
3562024-12-19T04:30:05.423Z Downloaded crypto-common v0.1.6
3572024-12-19T04:30:05.428Z Downloaded cargo_toml v0.20.5
3582024-12-19T04:30:05.430Z Downloaded once_cell v1.20.2
3592024-12-19T04:30:05.433Z Downloaded clap_derive v4.5.18
3602024-12-19T04:30:05.436Z Downloaded quote v1.0.37
3612024-12-19T04:30:05.439Z Downloaded tempfile v3.13.0
3622024-12-19T04:30:05.442Z Downloaded zerocopy-derive v0.7.35
3632024-12-19T04:30:05.446Z Downloaded semver v1.0.23
3642024-12-19T04:30:05.448Z Downloaded bitflags v2.6.0
3652024-12-19T04:30:05.451Z Downloaded typenum v1.17.0
3662024-12-19T04:30:05.454Z Downloaded log v0.4.22
3672024-12-19T04:30:05.458Z Downloaded generic-array v0.14.7
3682024-12-19T04:30:05.461Z Downloaded unicode-ident v1.0.13
3692024-12-19T04:30:05.463Z Downloaded textwrap v0.16.1
3702024-12-19T04:30:05.466Z Downloaded proc-macro2 v1.0.89
3712024-12-19T04:30:05.469Z Downloaded ryu v1.0.18
3722024-12-19T04:30:05.472Z Downloaded scroll v0.12.0
3732024-12-19T04:30:05.472Z Downloaded clap v4.5.21
3742024-12-19T04:30:05.481Z Downloaded serde_derive v1.0.215
3752024-12-19T04:30:05.483Z Downloaded papergrid v0.11.0
3762024-12-19T04:30:05.488Z Downloaded ucd-trie v0.1.7
3772024-12-19T04:30:05.491Z Downloaded toml v0.8.19
3782024-12-19T04:30:05.493Z Downloaded pest_meta v2.7.14
3792024-12-19T04:30:05.496Z Downloaded indexmap v2.6.0
3802024-12-19T04:30:05.515Z Downloaded serde v1.0.215
3812024-12-19T04:30:05.518Z Downloaded memchr v2.7.4
3822024-12-19T04:30:05.533Z Downloaded toml_edit v0.22.22
3832024-12-19T04:30:05.564Z Downloaded serde_json v1.0.132
3842024-12-19T04:30:05.572Z Downloaded hashbrown v0.15.0
3852024-12-19T04:30:05.578Z Downloaded pest v2.7.14
3862024-12-19T04:30:05.583Z Downloaded zerocopy v0.7.35
3872024-12-19T04:30:05.597Z Downloaded winnow v0.6.20
3882024-12-19T04:30:05.606Z Downloaded clap_builder v4.5.21
3892024-12-19T04:30:05.612Z Downloaded tabled v0.15.0
3902024-12-19T04:30:05.627Z Downloaded goblin v0.8.2
3912024-12-19T04:30:05.633Z Downloaded unicode-width v0.1.14
3922024-12-19T04:30:05.648Z Downloaded syn v2.0.87
3932024-12-19T04:30:05.659Z Downloaded syn v1.0.109
3942024-12-19T04:30:05.669Z Downloaded rustix v0.38.37
3952024-12-19T04:30:05.717Z Downloaded libc v0.2.162
3962024-12-19T04:30:06.026Z Compiling proc-macro2 v1.0.89
3972024-12-19T04:30:06.026Z Compiling unicode-ident v1.0.13
3982024-12-19T04:30:06.026Z Compiling serde v1.0.215
3992024-12-19T04:30:06.029Z Compiling version_check v0.9.5
4002024-12-19T04:30:06.029Z Compiling memchr v2.7.4
4012024-12-19T04:30:06.029Z Compiling thiserror v1.0.69
4022024-12-19T04:30:06.029Z Compiling libc v0.2.162
4032024-12-19T04:30:06.029Z Compiling ryu v1.0.18
4042024-12-19T04:30:06.292Z Compiling ucd-trie v0.1.7
4052024-12-19T04:30:06.447Z Compiling itoa v1.0.11
4062024-12-19T04:30:06.825Z Compiling once_cell v1.20.2
4072024-12-19T04:30:06.878Z Compiling byteorder v1.5.0
4082024-12-19T04:30:06.939Z Compiling serde_json v1.0.132
4092024-12-19T04:30:07.140Z Compiling rustix v0.38.37
4102024-12-19T04:30:07.352Z Compiling bitflags v2.6.0
4112024-12-19T04:30:07.391Z Compiling proc-macro-error-attr v1.0.4
4122024-12-19T04:30:07.712Z Compiling usdt-impl v0.5.0
4132024-12-19T04:30:07.745Z Compiling syn v1.0.109
4142024-12-19T04:30:07.879Z Compiling proc-macro-error v1.0.4
4152024-12-19T04:30:07.921Z Compiling plain v0.2.3
4162024-12-19T04:30:07.978Z Compiling quote v1.0.37
4172024-12-19T04:30:08.146Z Compiling hashbrown v0.15.0
4182024-12-19T04:30:08.194Z Compiling utf8parse v0.2.2
4192024-12-19T04:30:08.239Z Compiling log v0.4.22
4202024-12-19T04:30:08.369Z Compiling syn v2.0.87
4212024-12-19T04:30:08.371Z Compiling errno v0.3.9
4222024-12-19T04:30:08.632Z Compiling equivalent v1.0.1
4232024-12-19T04:30:08.706Z Compiling camino v1.1.9
4242024-12-19T04:30:08.775Z Compiling anstyle-parse v0.2.5
4252024-12-19T04:30:08.958Z Compiling thread-id v4.2.2
4262024-12-19T04:30:09.245Z Compiling unicode-width v0.1.14
4272024-12-19T04:30:09.392Z Compiling indexmap v2.6.0
4282024-12-19T04:30:09.419Z Compiling pretty-hex v0.4.1
4292024-12-19T04:30:09.444Z Compiling semver v1.0.23
4302024-12-19T04:30:09.640Z Compiling anstyle-query v1.1.1
4312024-12-19T04:30:09.776Z Compiling is_terminal_polyfill v1.70.1
4322024-12-19T04:30:09.811Z Compiling autocfg v1.4.0
4332024-12-19T04:30:09.841Z Compiling winnow v0.6.20
4342024-12-19T04:30:09.906Z Compiling anstyle v1.0.10
4352024-12-19T04:30:09.946Z Compiling colorchoice v1.0.2
4362024-12-19T04:30:10.360Z Compiling anstream v0.6.15
4372024-12-19T04:30:10.511Z Compiling bytecount v0.6.8
4382024-12-19T04:30:10.730Z Compiling terminal_size v0.4.0
4392024-12-19T04:30:10.955Z Compiling fs-err v2.11.0
4402024-12-19T04:30:10.981Z Compiling fastrand v2.1.1
4412024-12-19T04:30:11.116Z Compiling fnv v1.0.7
4422024-12-19T04:30:11.183Z Compiling heck v0.5.0
4432024-12-19T04:30:11.257Z Compiling strsim v0.11.1
4442024-12-19T04:30:11.281Z Compiling cfg-if v1.0.0
4452024-12-19T04:30:11.388Z Compiling clap_lex v0.7.2
4462024-12-19T04:30:11.522Z Compiling heck v0.4.1
4472024-12-19T04:30:11.541Z Compiling anyhow v1.0.93
4482024-12-19T04:30:11.960Z Compiling clap_builder v4.5.21
4492024-12-19T04:30:12.049Z Compiling tempfile v3.13.0
4502024-12-19T04:30:12.389Z Compiling papergrid v0.11.0
4512024-12-19T04:30:12.481Z Compiling memmap v0.7.0
4522024-12-19T04:30:12.638Z Compiling unicode-linebreak v0.1.5
4532024-12-19T04:30:12.849Z Compiling smawk v0.3.2
4542024-12-19T04:30:13.063Z Compiling textwrap v0.16.1
4552024-12-19T04:30:13.742Z Compiling swrite v0.1.0
4562024-12-19T04:30:14.613Z Compiling tabled_derive v0.7.0
4572024-12-19T04:30:16.282Z Compiling tabled v0.15.0
4582024-12-19T04:30:17.561Z Compiling serde_derive v1.0.215
4592024-12-19T04:30:17.561Z Compiling thiserror-impl v1.0.69
4602024-12-19T04:30:17.564Z Compiling zerocopy-derive v0.7.35
4612024-12-19T04:30:17.564Z Compiling scroll_derive v0.12.0
4622024-12-19T04:30:17.733Z Compiling clap_derive v4.5.18
4632024-12-19T04:30:18.740Z Compiling scroll v0.12.0
4642024-12-19T04:30:19.225Z Compiling goblin v0.8.2
4652024-12-19T04:30:19.410Z Compiling zerocopy v0.7.35
4662024-12-19T04:30:20.301Z Compiling pest v2.7.14
4672024-12-19T04:30:21.533Z Compiling clap v4.5.21
4682024-12-19T04:30:22.613Z Compiling pest_meta v2.7.14
4692024-12-19T04:30:23.428Z Compiling pest_generator v2.7.14
4702024-12-19T04:30:25.390Z Compiling pest_derive v2.7.14
4712024-12-19T04:30:26.129Z Compiling dtrace-parser v0.2.0
4722024-12-19T04:30:27.864Z Compiling serde_tokenstream v0.2.2
4732024-12-19T04:30:27.877Z Compiling serde_spanned v0.6.8
4742024-12-19T04:30:27.884Z Compiling toml_datetime v0.6.8
4752024-12-19T04:30:28.187Z Compiling toml_edit v0.22.22
4762024-12-19T04:30:28.220Z Compiling cargo-platform v0.1.8
4772024-12-19T04:30:28.397Z Compiling macaddr v1.0.1
4782024-12-19T04:30:28.562Z Compiling camino-tempfile v1.1.1
4792024-12-19T04:30:29.336Z Compiling dof v0.3.0
4802024-12-19T04:30:29.503Z Compiling cargo_metadata v0.18.1
4812024-12-19T04:30:31.041Z Compiling toml v0.8.19
4822024-12-19T04:30:31.081Z Compiling usdt-macro v0.5.0
4832024-12-19T04:30:31.081Z Compiling usdt-attr-macro v0.5.0
4842024-12-19T04:30:31.882Z Compiling cargo_toml v0.20.5
4852024-12-19T04:30:32.501Z Compiling usdt v0.5.0
4862024-12-19T04:30:35.493Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872024-12-19T04:30:39.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s
4882024-12-19T04:30:40.008Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4892024-12-19T04:30:40.568Z Downloading crates ...
4902024-12-19T04:30:40.689Z Downloaded atomicwrites v0.4.4
4912024-12-19T04:30:40.692Z Downloaded assert_matches v1.5.0
4922024-12-19T04:30:40.696Z Downloaded adler2 v2.0.0
4932024-12-19T04:30:40.698Z Downloaded addr2line v0.24.2
4942024-12-19T04:30:40.701Z Downloaded async-stream-impl v0.3.6
4952024-12-19T04:30:40.713Z Downloaded ciborium-io v0.2.2
4962024-12-19T04:30:40.716Z Downloaded cfg_aliases v0.1.1
4972024-12-19T04:30:40.720Z Downloaded home v0.5.9
4982024-12-19T04:30:40.723Z Downloaded darling v0.20.10
4992024-12-19T04:30:40.727Z Downloaded cfg_aliases v0.2.1
5002024-12-19T04:30:40.730Z Downloaded icu_provider_macros v1.5.0
5012024-12-19T04:30:40.730Z Downloaded atty v0.2.14
5022024-12-19T04:30:40.732Z Downloaded instant v0.1.13
5032024-12-19T04:30:40.735Z Downloaded cstr-argument v0.1.2
5042024-12-19T04:30:40.735Z Downloaded http-range v0.1.5
5052024-12-19T04:30:40.741Z Downloaded allocator-api2 v0.2.18
5062024-12-19T04:30:40.744Z Downloaded match_cfg v0.1.0
5072024-12-19T04:30:40.747Z Downloaded http-body v1.0.1
5082024-12-19T04:30:40.747Z Downloaded matches v0.1.10
5092024-12-19T04:30:40.749Z Downloaded async-stream v0.3.6
5102024-12-19T04:30:40.752Z Downloaded hex v0.4.3
5112024-12-19T04:30:40.752Z Downloaded hostname v0.4.0
5122024-12-19T04:30:40.754Z Downloaded hex-literal v0.4.1
5132024-12-19T04:30:40.756Z Downloaded ident_case v1.0.1
5142024-12-19T04:30:40.756Z Downloaded aead v0.5.2
5152024-12-19T04:30:40.759Z Downloaded atomic-waker v1.1.2
5162024-12-19T04:30:40.759Z Downloaded async-recursion v1.1.1
5172024-12-19T04:30:40.762Z Downloaded is_ci v1.2.0
5182024-12-19T04:30:40.766Z Downloaded hubpack_derive v0.1.1
5192024-12-19T04:30:40.766Z Downloaded convert_case v0.4.0
5202024-12-19T04:30:40.766Z Downloaded colored v2.1.0
5212024-12-19T04:30:40.768Z Downloaded md5 v0.7.0
5222024-12-19T04:30:40.769Z Downloaded headers-core v0.3.0
5232024-12-19T04:30:40.771Z Downloaded lru-cache v0.1.2
5242024-12-19T04:30:40.771Z Downloaded crc v3.2.1
5252024-12-19T04:30:40.773Z Downloaded internet-checksum v0.2.1
5262024-12-19T04:30:40.776Z Downloaded libefi-sys v0.1.0
5272024-12-19T04:30:40.776Z Downloaded chrono-tz-build v0.4.0
5282024-12-19T04:30:40.779Z Downloaded libsw v3.3.1
5292024-12-19T04:30:40.782Z Downloaded cassowary v0.3.0
5302024-12-19T04:30:40.782Z Downloaded linear-map v1.2.0
5312024-12-19T04:30:40.785Z Downloaded kstat-rs v0.2.4
5322024-12-19T04:30:40.785Z Downloaded managed v0.8.0
5332024-12-19T04:30:40.787Z Downloaded bit-vec v0.6.3
5342024-12-19T04:30:40.789Z Downloaded indent_write v2.2.0
5352024-12-19T04:30:40.789Z Downloaded crossbeam-deque v0.8.5
5362024-12-19T04:30:40.792Z Downloaded ipnetwork v0.20.0
5372024-12-19T04:30:40.794Z Downloaded instability v0.3.2
5382024-12-19T04:30:40.794Z Downloaded inout v0.1.3
5392024-12-19T04:30:40.797Z Downloaded httpdate v1.0.3
5402024-12-19T04:30:40.797Z Downloaded hickory-client v0.24.1
5412024-12-19T04:30:40.800Z Downloaded castaway v0.2.3
5422024-12-19T04:30:40.802Z Downloaded cexpr v0.6.0
5432024-12-19T04:30:40.805Z Downloaded maplit v1.0.2
5442024-12-19T04:30:40.805Z Downloaded highway v1.2.0
5452024-12-19T04:30:40.808Z Downloaded lru v0.12.5
5462024-12-19T04:30:40.810Z Downloaded lazy_static v1.5.0
5472024-12-19T04:30:40.810Z Downloaded ciborium-ll v0.2.2
5482024-12-19T04:30:40.813Z Downloaded impl-trait-for-tuples v0.2.2
5492024-12-19T04:30:40.815Z Downloaded serde-big-array v0.5.1
5502024-12-19T04:30:40.818Z Downloaded is-terminal v0.4.13
5512024-12-19T04:30:40.818Z Downloaded curve25519-dalek-derive v0.1.1
5522024-12-19T04:30:40.821Z Downloaded bit-set v0.5.3
5532024-12-19T04:30:40.821Z Downloaded md-5 v0.10.6
5542024-12-19T04:30:40.823Z Downloaded mime v0.3.17
5552024-12-19T04:30:40.826Z Downloaded cbc v0.1.2
5562024-12-19T04:30:40.826Z Downloaded memoffset v0.9.1
5572024-12-19T04:30:40.829Z Downloaded argon2 v0.5.3
5582024-12-19T04:30:40.829Z Downloaded http-body-util v0.1.2
5592024-12-19T04:30:40.831Z Downloaded icu_locid_transform v1.5.0
5602024-12-19T04:30:40.835Z Downloaded lazycell v1.3.0
5612024-12-19T04:30:40.837Z Downloaded lockfree-object-pool v0.1.6
5622024-12-19T04:30:40.837Z Downloaded humantime v2.1.0
5632024-12-19T04:30:40.840Z Downloaded hostname v0.3.1
5642024-12-19T04:30:40.842Z Downloaded jobserver v0.1.32
5652024-12-19T04:30:40.844Z Downloaded bitflags v1.3.2
5662024-12-19T04:30:40.847Z Downloaded litemap v0.7.3
5672024-12-19T04:30:40.849Z Downloaded heapless v0.7.17
5682024-12-19T04:30:40.853Z Downloaded memmap2 v0.9.5
5692024-12-19T04:30:40.855Z Downloaded heapless v0.8.0
5702024-12-19T04:30:40.859Z Downloaded lalrpop-util v0.19.12
5712024-12-19T04:30:40.862Z Downloaded ctr v0.9.2
5722024-12-19T04:30:40.865Z Downloaded ciborium v0.2.2
5732024-12-19T04:30:40.867Z Downloaded rustls-pemfile v1.0.4
5742024-12-19T04:30:40.869Z Downloaded derive_builder_macro v0.20.2
5752024-12-19T04:30:40.869Z Downloaded waitgroup v0.1.2
5762024-12-19T04:30:40.872Z Downloaded serde-hex v0.1.0
5772024-12-19T04:30:40.872Z Downloaded csv-core v0.1.11
5782024-12-19T04:30:40.875Z Downloaded sync_wrapper v1.0.1
5792024-12-19T04:30:40.875Z Downloaded rustc-hash v2.0.0
5802024-12-19T04:30:40.878Z Downloaded foreign-types-shared v0.3.1
5812024-12-19T04:30:40.878Z Downloaded take_mut v0.2.2
5822024-12-19T04:30:40.878Z Downloaded bzip2 v0.4.4
5832024-12-19T04:30:40.880Z Downloaded slog-envlogger v2.2.0
5842024-12-19T04:30:40.883Z Downloaded iana-time-zone v0.1.61
5852024-12-19T04:30:40.885Z Downloaded siphasher v0.3.11
5862024-12-19T04:30:40.885Z Downloaded maybe-uninit v2.0.0
5872024-12-19T04:30:40.888Z Downloaded lock_api v0.4.12
5882024-12-19T04:30:40.890Z Downloaded icu_locid v1.5.0
5892024-12-19T04:30:40.893Z Downloaded scopeguard v1.2.0
5902024-12-19T04:30:40.896Z Downloaded libloading v0.8.5
5912024-12-19T04:30:40.898Z Downloaded structmeta v0.3.0
5922024-12-19T04:30:40.901Z Downloaded slog-json v2.6.1
5932024-12-19T04:30:40.901Z Downloaded slog-dtrace v0.3.0
5942024-12-19T04:30:40.904Z Downloaded newtype_derive v0.1.6
5952024-12-19T04:30:40.906Z Downloaded opaque-debug v0.3.1
5962024-12-19T04:30:40.906Z Downloaded blake2 v0.10.6
5972024-12-19T04:30:40.909Z Downloaded ahash v0.8.11
5982024-12-19T04:30:40.911Z Downloaded icu_normalizer_data v1.5.0
5992024-12-19T04:30:40.914Z Downloaded topological-sort v0.2.2
6002024-12-19T04:30:40.917Z Downloaded cancel-safe-futures v0.1.5
6012024-12-19T04:30:40.919Z Downloaded unarray v0.1.4
6022024-12-19T04:30:40.922Z Downloaded signal-hook-registry v1.4.2
6032024-12-19T04:30:40.922Z Downloaded bcs v0.1.6
6042024-12-19T04:30:40.924Z Downloaded slog-bunyan v2.5.0
6052024-12-19T04:30:40.924Z Downloaded mime_guess v2.0.5
6062024-12-19T04:30:40.926Z Downloaded defmt-macros v0.3.9
6072024-12-19T04:30:40.929Z Downloaded precomputed-hash v0.1.1
6082024-12-19T04:30:40.932Z Downloaded newline-converter v0.3.0
6092024-12-19T04:30:40.932Z Downloaded new_debug_unreachable v1.0.6
6102024-12-19T04:30:40.935Z Downloaded dirs-next v2.0.0
6112024-12-19T04:30:40.935Z Downloaded fallible-iterator v0.3.0
6122024-12-19T04:30:40.937Z Downloaded fallible-iterator v0.2.0
6132024-12-19T04:30:40.937Z Downloaded difflib v0.4.0
6142024-12-19T04:30:40.941Z Downloaded semver v0.1.20
6152024-12-19T04:30:40.941Z Downloaded icu_provider v1.5.0
6162024-12-19T04:30:40.943Z Downloaded toolchain_find v0.4.0
6172024-12-19T04:30:40.946Z Downloaded structmeta v0.2.0
6182024-12-19T04:30:40.949Z Downloaded tap v1.0.1
6192024-12-19T04:30:40.949Z Downloaded zone v0.3.0
6202024-12-19T04:30:40.952Z Downloaded embedded-io v0.6.1
6212024-12-19T04:30:40.952Z Downloaded embedded-io v0.4.0
6222024-12-19T04:30:40.955Z Downloaded zone v0.1.8
6232024-12-19T04:30:40.955Z Downloaded xz2 v0.1.7
6242024-12-19T04:30:40.961Z Downloaded xattr v1.3.1
6252024-12-19T04:30:40.961Z Downloaded sigpipe v0.1.3
6262024-12-19T04:30:40.961Z Downloaded hash32 v0.2.1
6272024-12-19T04:30:40.961Z Downloaded futures-core v0.3.31
6282024-12-19T04:30:40.965Z Downloaded tokio-stream v0.1.16
6292024-12-19T04:30:40.968Z Downloaded try-lock v0.2.5
6302024-12-19T04:30:40.970Z Downloaded peg v0.8.4
6312024-12-19T04:30:40.973Z Downloaded parse-display v0.10.0
6322024-12-19T04:30:40.976Z Downloaded num_enum_derive v0.5.11
6332024-12-19T04:30:40.976Z Downloaded nibble_vec v0.1.0
6342024-12-19T04:30:40.979Z Downloaded clang-sys v1.8.1
6352024-12-19T04:30:40.981Z Downloaded write16 v1.0.0
6362024-12-19T04:30:40.981Z Downloaded const-oid v0.9.6
6372024-12-19T04:30:40.986Z Downloaded downcast v0.11.0
6382024-12-19T04:30:40.986Z Downloaded hyper-util v0.1.10
6392024-12-19T04:30:40.990Z Downloaded radium v0.7.0
6402024-12-19T04:30:40.992Z Downloaded predicates-tree v1.0.11
6412024-12-19T04:30:40.992Z Downloaded russh-cryptovec v0.7.3
6422024-12-19T04:30:40.996Z Downloaded r2d2 v0.8.10
6432024-12-19T04:30:40.998Z Downloaded signature v2.2.0
6442024-12-19T04:30:40.999Z Downloaded env_logger v0.11.5
6452024-12-19T04:30:41.001Z Downloaded icu_normalizer v1.5.0
6462024-12-19T04:30:41.004Z Downloaded phf_shared v0.11.2
6472024-12-19T04:30:41.007Z Downloaded pbkdf2 v0.12.2
6482024-12-19T04:30:41.010Z Downloaded hickory-resolver v0.24.1
6492024-12-19T04:30:41.013Z Downloaded rustversion v1.0.17
6502024-12-19T04:30:41.015Z Downloaded sha1 v0.10.6
6512024-12-19T04:30:41.018Z Downloaded parse-display-derive v0.10.0
6522024-12-19T04:30:41.018Z Downloaded futures-channel v0.3.31
6532024-12-19T04:30:41.023Z Downloaded progenitor-impl v0.8.0
6542024-12-19T04:30:41.027Z Downloaded ref-cast-impl v1.0.23
6552024-12-19T04:30:41.027Z Downloaded dyn-clone v1.0.17
6562024-12-19T04:30:41.030Z Downloaded stringprep v0.1.5
6572024-12-19T04:30:41.030Z Downloaded string_cache v0.8.7
6582024-12-19T04:30:41.030Z Downloaded yasna v0.5.2
6592024-12-19T04:30:41.033Z Downloaded tiny-keccak v2.0.2
6602024-12-19T04:30:41.036Z Downloaded typify v0.2.0
6612024-12-19T04:30:41.039Z Downloaded openssl-probe v0.1.5
6622024-12-19T04:30:41.039Z Downloaded derive_more v0.99.18
6632024-12-19T04:30:41.044Z Downloaded phf_shared v0.10.0
6642024-12-19T04:30:41.046Z Downloaded writeable v0.5.5
6652024-12-19T04:30:41.050Z Downloaded crossbeam-utils v0.8.20
6662024-12-19T04:30:41.052Z Downloaded predicates v3.1.2
6672024-12-19T04:30:41.055Z Downloaded bumpalo v3.16.0
6682024-12-19T04:30:41.059Z Downloaded base64 v0.22.1
6692024-12-19T04:30:41.061Z Downloaded http v1.1.0
6702024-12-19T04:30:41.064Z Downloaded crypto-bigint v0.5.5
6712024-12-19T04:30:41.081Z Downloaded futures-sink v0.3.31
6722024-12-19T04:30:41.085Z Downloaded foldhash v0.1.3
6732024-12-19T04:30:41.085Z Downloaded thiserror-impl v2.0.3
6742024-12-19T04:30:41.088Z Downloaded snafu-derive v0.8.5
6752024-12-19T04:30:41.088Z Downloaded signal-hook-tokio v0.3.1
6762024-12-19T04:30:41.088Z Downloaded signal-hook-mio v0.2.4
6772024-12-19T04:30:41.091Z Downloaded glob v0.3.1
6782024-12-19T04:30:41.093Z Downloaded zerovec-derive v0.10.3
6792024-12-19T04:30:41.093Z Downloaded tokio-rustls v0.24.1
6802024-12-19T04:30:41.096Z Downloaded rusty-fork v0.3.0
6812024-12-19T04:30:41.098Z Downloaded tokio-rustls v0.26.0
6822024-12-19T04:30:41.101Z Downloaded dhcproto-macros v0.1.0
6832024-12-19T04:30:41.101Z Downloaded zerofrom v0.1.4
6842024-12-19T04:30:41.103Z Downloaded sqlparser_derive v0.2.2
6852024-12-19T04:30:41.103Z Downloaded diff v0.1.13
6862024-12-19T04:30:41.105Z Downloaded serde_urlencoded v0.7.1
6872024-12-19T04:30:41.108Z Downloaded serde_repr v0.1.19
6882024-12-19T04:30:41.110Z Downloaded display-error-chain v0.2.2
6892024-12-19T04:30:41.112Z Downloaded zeroize_derive v1.4.2
6902024-12-19T04:30:41.112Z Downloaded ena v0.14.3
6912024-12-19T04:30:41.115Z Downloaded futures v0.3.31
6922024-12-19T04:30:41.119Z Downloaded russh-keys v0.45.0
6932024-12-19T04:30:41.122Z Downloaded hickory-server v0.24.1
6942024-12-19T04:30:41.128Z Downloaded structmeta-derive v0.2.0
6952024-12-19T04:30:41.130Z Downloaded strip-ansi-escapes v0.2.0
6962024-12-19T04:30:41.132Z Downloaded stable_deref_trait v1.2.0
6972024-12-19T04:30:41.132Z Downloaded ssh-encoding v0.2.0
6982024-12-19T04:30:41.135Z Downloaded ssh-cipher v0.2.0
6992024-12-19T04:30:41.135Z Downloaded mockall_derive v0.13.0
7002024-12-19T04:30:41.137Z Downloaded static_assertions v1.1.0
7012024-12-19T04:30:41.140Z Downloaded qorb v0.2.1
7022024-12-19T04:30:41.143Z Downloaded zeroize v1.8.1
7032024-12-19T04:30:41.146Z Downloaded zerofrom-derive v0.1.4
7042024-12-19T04:30:41.148Z Downloaded time-macros v0.2.18
7052024-12-19T04:30:41.151Z Downloaded omicron-zone-package v0.11.1
7062024-12-19T04:30:41.154Z Downloaded num-rational v0.4.2
7072024-12-19T04:30:41.156Z Downloaded rustc_version v0.4.1
7082024-12-19T04:30:41.156Z Downloaded phf_generator v0.11.2
7092024-12-19T04:30:41.159Z Downloaded phf_codegen v0.11.2
7102024-12-19T04:30:41.159Z Downloaded nodrop v0.1.14
7112024-12-19T04:30:41.159Z Downloaded group v0.13.0
7122024-12-19T04:30:41.161Z Downloaded enum-as-inner v0.6.1
7132024-12-19T04:30:41.164Z Downloaded rustfmt-wrapper v0.2.1
7142024-12-19T04:30:41.166Z Downloaded number_prefix v0.4.0
7152024-12-19T04:30:41.166Z Downloaded ron v0.7.1
7162024-12-19T04:30:41.170Z Downloaded rand v0.8.5
7172024-12-19T04:30:41.175Z Downloaded serde_plain v1.0.2
7182024-12-19T04:30:41.177Z Downloaded serde_path_to_error v0.1.16
7192024-12-19T04:30:41.180Z Downloaded displaydoc v0.2.5
7202024-12-19T04:30:41.182Z Downloaded termtree v0.4.1
7212024-12-19T04:30:41.185Z Downloaded sync-ptr v0.1.1
7222024-12-19T04:30:41.185Z Downloaded uzers v0.12.1
7232024-12-19T04:30:41.188Z Downloaded libm v0.2.8
7242024-12-19T04:30:41.195Z Downloaded diesel_table_macro_syntax v0.2.0
7252024-12-19T04:30:41.197Z Downloaded rustc-hash v1.1.0
7262024-12-19T04:30:41.197Z Downloaded zone_cfg_derive v0.3.0
7272024-12-19T04:30:41.200Z Downloaded untrusted v0.7.1
7282024-12-19T04:30:41.200Z Downloaded ed25519 v2.2.3
7292024-12-19T04:30:41.203Z Downloaded vsss-rs v3.3.4
7302024-12-19T04:30:41.205Z Downloaded num-traits v0.2.19
7312024-12-19T04:30:41.209Z Downloaded miniz_oxide v0.8.0
7322024-12-19T04:30:41.211Z Downloaded fixedbitset v0.4.2
7332024-12-19T04:30:41.211Z Downloaded pin-project v1.1.6
7342024-12-19T04:30:41.222Z Downloaded parking_lot_core v0.8.6
7352024-12-19T04:30:41.225Z Downloaded rand_seeder v0.3.0
7362024-12-19T04:30:41.227Z Downloaded expectorate v1.1.0
7372024-12-19T04:30:41.229Z Downloaded hashlink v0.9.1
7382024-12-19T04:30:41.231Z Downloaded elliptic-curve v0.13.8
7392024-12-19T04:30:41.235Z Downloaded termios v0.3.3
7402024-12-19T04:30:41.238Z Downloaded termcolor v1.4.1
7412024-12-19T04:30:41.240Z Downloaded progenitor-macro v0.8.0
7422024-12-19T04:30:41.241Z Downloaded thiserror-impl-no-std v2.0.2
7432024-12-19T04:30:41.243Z Downloaded socket2 v0.5.7
7442024-12-19T04:30:41.245Z Downloaded quick-error v1.2.3
7452024-12-19T04:30:41.245Z Downloaded aes v0.8.4
7462024-12-19T04:30:41.249Z Downloaded want v0.3.1
7472024-12-19T04:30:41.251Z Downloaded tinyvec_macros v0.1.1
7482024-12-19T04:30:41.251Z Downloaded either v1.13.0
7492024-12-19T04:30:41.254Z Downloaded oso-derive v0.27.3
7502024-12-19T04:30:41.254Z Downloaded pem-rfc7468 v0.7.0
7512024-12-19T04:30:41.257Z Downloaded futures-macro v0.3.31
7522024-12-19T04:30:41.259Z Downloaded futures-io v0.3.31
7532024-12-19T04:30:41.259Z Downloaded futures-executor v0.3.31
7542024-12-19T04:30:41.259Z Downloaded postgres-types v0.2.8
7552024-12-19T04:30:41.262Z Downloaded tower-service v0.3.3
7562024-12-19T04:30:41.265Z Downloaded rtoolbox v0.0.2
7572024-12-19T04:30:41.265Z Downloaded flagset v0.4.6
7582024-12-19T04:30:41.268Z Downloaded itertools v0.12.1
7592024-12-19T04:30:41.274Z Downloaded num_enum v0.5.11
7602024-12-19T04:30:41.279Z Downloaded pin-utils v0.1.0
7612024-12-19T04:30:41.281Z Downloaded globset v0.4.15
7622024-12-19T04:30:41.284Z Downloaded unicode-bidi v0.3.17
7632024-12-19T04:30:41.286Z Downloaded libxml v0.3.3
7642024-12-19T04:30:41.291Z Downloaded foreign-types v0.3.2
7652024-12-19T04:30:41.294Z Downloaded quinn-udp v0.5.5
7662024-12-19T04:30:41.296Z Downloaded parking_lot v0.12.3
7672024-12-19T04:30:41.296Z Downloaded supports-color v3.0.1
7682024-12-19T04:30:41.299Z Downloaded rustc-demangle v0.1.24
7692024-12-19T04:30:41.302Z Downloaded multimap v0.10.0
7702024-12-19T04:30:41.303Z Downloaded thiserror v2.0.3
7712024-12-19T04:30:41.308Z Downloaded subtle v2.6.1
7722024-12-19T04:30:41.310Z Downloaded slab v0.4.9
7732024-12-19T04:30:41.312Z Downloaded powerfmt v0.2.0
7742024-12-19T04:30:41.312Z Downloaded normalize-line-endings v0.3.0
7752024-12-19T04:30:41.315Z Downloaded strum_macros v0.25.3
7762024-12-19T04:30:41.315Z Downloaded which v4.4.2
7772024-12-19T04:30:41.318Z Downloaded tls_codec v0.4.1
7782024-12-19T04:30:41.322Z Downloaded polyval v0.6.2
7792024-12-19T04:30:41.322Z Downloaded strum_macros v0.24.3
7802024-12-19T04:30:41.324Z Downloaded tracing-core v0.1.32
7812024-12-19T04:30:41.326Z Downloaded scrypt v0.11.0
7822024-12-19T04:30:41.329Z Downloaded schemars_derive v0.8.21
7832024-12-19T04:30:41.332Z Downloaded serde_with_macros v3.11.0
7842024-12-19T04:30:41.332Z Downloaded openssl-macros v0.1.1
7852024-12-19T04:30:41.334Z Downloaded gethostname v0.5.0
7862024-12-19T04:30:41.335Z Downloaded slog-term v2.9.1
7872024-12-19T04:30:41.337Z Downloaded strum_macros v0.26.4
7882024-12-19T04:30:41.340Z Downloaded foreign-types v0.5.0
7892024-12-19T04:30:41.342Z Downloaded dhcproto v0.12.0
7902024-12-19T04:30:41.621Z Downloaded headers v0.4.0
7912024-12-19T04:30:41.631Z Downloaded toml_edit v0.19.15
7922024-12-19T04:30:41.631Z Downloaded num_threads v0.1.7
7932024-12-19T04:30:41.631Z Downloaded fxhash v0.2.1
7942024-12-19T04:30:41.631Z Downloaded diesel-dtrace v0.3.0
7952024-12-19T04:30:41.631Z Downloaded unicode-truncate v1.1.0
7962024-12-19T04:30:41.632Z Downloaded postcard v1.0.10
7972024-12-19T04:30:41.632Z Downloaded shlex v1.3.0
7982024-12-19T04:30:41.632Z Downloaded native-tls v0.2.12
7992024-12-19T04:30:41.632Z Downloaded nanorand v0.7.0
8002024-12-19T04:30:41.632Z Downloaded ecdsa v0.16.9
8012024-12-19T04:30:41.632Z Downloaded peg-runtime v0.8.3
8022024-12-19T04:30:41.632Z Downloaded path-slash v0.1.5
8032024-12-19T04:30:41.632Z Downloaded russh v0.45.0
8042024-12-19T04:30:41.632Z Downloaded aho-corasick v1.1.3
8052024-12-19T04:30:41.632Z Downloaded num v0.4.3
8062024-12-19T04:30:41.632Z Downloaded owo-colors v4.1.0
8072024-12-19T04:30:41.632Z Downloaded itertools v0.13.0
8082024-12-19T04:30:41.632Z Downloaded parse-size v1.1.0
8092024-12-19T04:30:41.632Z Downloaded foreign-types-macros v0.2.3
8102024-12-19T04:30:41.632Z Downloaded rfc6979 v0.4.0
8112024-12-19T04:30:41.632Z Downloaded slog-stdlog v4.1.1
8122024-12-19T04:30:41.632Z Downloaded zip v2.1.3
8132024-12-19T04:30:41.632Z Downloaded hyper v1.5.0
8142024-12-19T04:30:41.632Z Downloaded publicsuffix v2.2.3
8152024-12-19T04:30:41.632Z Downloaded simd-adler32 v0.3.7
8162024-12-19T04:30:41.632Z Downloaded des v0.8.1
8172024-12-19T04:30:41.632Z Downloaded derive_builder v0.20.2
8182024-12-19T04:30:41.632Z Downloaded dunce v1.0.5
8192024-12-19T04:30:41.632Z Downloaded hkdf v0.12.4
8202024-12-19T04:30:41.632Z Downloaded dirs-sys-next v0.1.2
8212024-12-19T04:30:41.632Z Downloaded untrusted v0.9.0
8222024-12-19T04:30:41.632Z Downloaded universal-hash v0.5.1
8232024-12-19T04:30:41.632Z Downloaded unicode-xid v0.2.6
8242024-12-19T04:30:41.632Z Downloaded deranged v0.3.11
8252024-12-19T04:30:41.632Z Downloaded defmt-parser v0.3.4
8262024-12-19T04:30:41.632Z Downloaded endian-type v0.1.2
8272024-12-19T04:30:41.632Z Downloaded twox-hash v1.6.3
8282024-12-19T04:30:41.632Z Downloaded paste v1.0.15
8292024-12-19T04:30:41.633Z Downloaded crossterm v0.28.1
8302024-12-19T04:30:41.633Z Downloaded num-iter v0.1.45
8312024-12-19T04:30:41.633Z Downloaded aes-gcm v0.10.3
8322024-12-19T04:30:41.633Z Downloaded nu-ansi-term v0.50.1
8332024-12-19T04:30:41.633Z Downloaded spin v0.9.8
8342024-12-19T04:30:41.633Z Downloaded strum v0.26.3
8352024-12-19T04:30:41.633Z Downloaded getrandom v0.2.15
8362024-12-19T04:30:41.633Z Downloaded pretty-hex v0.2.1
8372024-12-19T04:30:41.633Z Downloaded mirai-annotations v1.12.0
8382024-12-19T04:30:41.633Z Downloaded float-ord v0.3.2
8392024-12-19T04:30:41.633Z Downloaded serde_yaml v0.9.34+deprecated
8402024-12-19T04:30:41.633Z Downloaded ff v0.13.0
8412024-12-19T04:30:41.633Z Downloaded zerocopy-derive v0.8.10
8422024-12-19T04:30:41.633Z Downloaded structmeta-derive v0.3.0
8432024-12-19T04:30:41.633Z Downloaded smallvec v1.13.2
8442024-12-19T04:30:41.633Z Downloaded pin-project-lite v0.2.14
8452024-12-19T04:30:41.633Z Downloaded slog-async v2.8.0
8462024-12-19T04:30:41.633Z Downloaded x509-cert v0.2.5
8472024-12-19T04:30:41.633Z Downloaded derive_builder_core v0.20.2
8482024-12-19T04:30:41.633Z Downloaded derive-where v1.2.7
8492024-12-19T04:30:41.633Z Downloaded vte_generate_state_changes v0.1.2
8502024-12-19T04:30:41.633Z Downloaded shell-words v1.1.0
8512024-12-19T04:30:41.633Z Downloaded proc-macro-crate v1.3.1
8522024-12-19T04:30:41.633Z Downloaded fallible-streaming-iterator v0.1.9
8532024-12-19T04:30:41.633Z Downloaded tokio-postgres v0.7.12
8542024-12-19T04:30:41.633Z Downloaded dsl_auto_type v0.1.2
8552024-12-19T04:30:41.633Z Downloaded zopfli v0.8.1
8562024-12-19T04:30:41.634Z Downloaded tokio-tungstenite v0.23.1
8572024-12-19T04:30:41.634Z Downloaded similar v2.6.0
8582024-12-19T04:30:41.634Z Downloaded yoke-derive v0.7.4
8592024-12-19T04:30:41.634Z Downloaded sct v0.7.1
8602024-12-19T04:30:41.634Z Downloaded ed25519-dalek v2.1.1
8612024-12-19T04:30:41.634Z Downloaded darling_macro v0.20.10
8622024-12-19T04:30:41.634Z Downloaded debug-ignore v1.0.5
8632024-12-19T04:30:41.634Z Downloaded time-core v0.1.2
8642024-12-19T04:30:41.634Z Downloaded progenitor-client v0.8.0
8652024-12-19T04:30:41.634Z Downloaded tokio-tungstenite v0.24.0
8662024-12-19T04:30:41.634Z Downloaded num-integer v0.1.46
8672024-12-19T04:30:41.634Z Downloaded ppv-lite86 v0.2.20
8682024-12-19T04:30:41.634Z Downloaded tokio-tungstenite v0.21.0
8692024-12-19T04:30:41.634Z Downloaded password-hash v0.5.0
8702024-12-19T04:30:41.634Z Downloaded password-hash v0.4.2
8712024-12-19T04:30:41.634Z Downloaded multer v3.1.0
8722024-12-19T04:30:41.634Z Downloaded rpassword v7.3.1
8732024-12-19T04:30:41.634Z Downloaded vergen v8.3.2
8742024-12-19T04:30:41.634Z Downloaded quinn v0.11.5
8752024-12-19T04:30:41.634Z Downloaded primeorder v0.13.6
8762024-12-19T04:30:41.634Z Downloaded ssh-key v0.6.6
8772024-12-19T04:30:41.634Z Downloaded smf v0.2.3
8782024-12-19T04:30:41.634Z Downloaded scheduled-thread-pool v0.2.7
8792024-12-19T04:30:41.634Z Downloaded num-derive v0.4.2
8802024-12-19T04:30:41.634Z Downloaded tungstenite v0.24.0
8812024-12-19T04:30:41.635Z Downloaded wait-timeout v0.2.0
8822024-12-19T04:30:41.635Z Downloaded fragile v2.0.0
8832024-12-19T04:30:41.635Z Downloaded slog-scope v4.4.0
8842024-12-19T04:30:41.635Z Downloaded aws-lc-rs v1.10.0
8852024-12-19T04:30:41.635Z Downloaded wyz v0.5.1
8862024-12-19T04:30:41.635Z Downloaded thread_local v1.1.8
8872024-12-19T04:30:41.635Z Downloaded zerovec v0.10.4
8882024-12-19T04:30:41.635Z Downloaded ghash v0.5.1
8892024-12-19T04:30:41.635Z Downloaded thiserror-no-std v2.0.2
8902024-12-19T04:30:41.635Z Downloaded float-cmp v0.9.0
8912024-12-19T04:30:41.649Z Downloaded mockall v0.13.0
8922024-12-19T04:30:41.649Z Downloaded num-conv v0.1.0
8932024-12-19T04:30:41.649Z Downloaded enum-as-inner v0.5.1
8942024-12-19T04:30:41.649Z Downloaded portable-atomic v1.9.0
8952024-12-19T04:30:41.650Z Downloaded pkg-config v0.3.31
8962024-12-19T04:30:41.650Z Downloaded unicase v2.7.0
8972024-12-19T04:30:41.650Z Downloaded form_urlencoded v1.2.1
8982024-12-19T04:30:41.650Z Downloaded resolv-conf v0.7.0
8992024-12-19T04:30:41.650Z Downloaded salty v0.3.0
9002024-12-19T04:30:41.650Z Downloaded parking_lot v0.11.2
9012024-12-19T04:30:41.650Z Downloaded diesel_derives v2.2.3
9022024-12-19T04:30:41.652Z Downloaded data-encoding v2.6.0
9032024-12-19T04:30:41.652Z Downloaded sec1 v0.7.3
9042024-12-19T04:30:41.652Z Downloaded flate2 v1.0.34
9052024-12-19T04:30:41.653Z Downloaded hash32 v0.3.1
9062024-12-19T04:30:41.653Z Downloaded futures-task v0.3.31
9072024-12-19T04:30:41.653Z Downloaded rustls-pemfile v2.2.0
9082024-12-19T04:30:41.653Z Downloaded darling_core v0.20.10
9092024-12-19T04:30:41.657Z Downloaded funty v2.0.0
9102024-12-19T04:30:41.660Z Downloaded blake3 v1.5.4
9112024-12-19T04:30:41.664Z Downloaded percent-encoding v2.3.1
9122024-12-19T04:30:41.667Z Downloaded unsafe-libyaml v0.2.11
9132024-12-19T04:30:41.670Z Downloaded postgres-protocol v0.6.7
9142024-12-19T04:30:41.672Z Downloaded env_logger v0.10.2
9152024-12-19T04:30:41.676Z Downloaded env_filter v0.1.2
9162024-12-19T04:30:41.676Z Downloaded dropshot_endpoint v0.13.0
9172024-12-19T04:30:41.679Z Downloaded snafu v0.8.5
9182024-12-19T04:30:41.684Z Downloaded dropshot_endpoint v0.12.0
9192024-12-19T04:30:41.687Z Downloaded quinn-proto v0.11.8
9202024-12-19T04:30:41.694Z Downloaded num-bigint v0.4.6
9212024-12-19T04:30:41.699Z Downloaded der v0.7.9
9222024-12-19T04:30:41.704Z Downloaded rusqlite v0.32.1
9232024-12-19T04:30:41.711Z Downloaded zerocopy v0.6.6
9242024-12-19T04:30:41.713Z Downloaded rustls-pki-types v1.9.0
9252024-12-19T04:30:41.716Z Downloaded pin-project-internal v1.1.6
9262024-12-19T04:30:41.719Z Downloaded rayon v1.10.0
9272024-12-19T04:30:41.727Z Downloaded unicode-segmentation v1.12.0
9282024-12-19T04:30:41.731Z Downloaded idna v0.5.0
9292024-12-19T04:30:41.738Z Downloaded samael v0.0.17
9302024-12-19T04:30:41.744Z Downloaded schemars v0.8.21
9312024-12-19T04:30:41.755Z Downloaded parse-zoneinfo v0.3.1
9322024-12-19T04:30:41.758Z Downloaded bindgen v0.69.5
9332024-12-19T04:30:41.766Z Downloaded idna v0.3.0
9342024-12-19T04:30:41.773Z Downloaded tungstenite v0.23.0
9352024-12-19T04:30:41.776Z Downloaded tungstenite v0.21.0
9362024-12-19T04:30:41.780Z Downloaded num-bigint-dig v0.8.4
9372024-12-19T04:30:41.784Z Downloaded nom v7.1.3
9382024-12-19T04:30:41.790Z Downloaded mio v1.0.2
9392024-12-19T04:30:41.796Z Downloaded tough v0.19.0
9402024-12-19T04:30:41.804Z Downloaded rsa v0.9.6
9412024-12-19T04:30:41.809Z Downloaded reqwest v0.12.9
9422024-12-19T04:30:41.817Z Downloaded tokio-util v0.7.12
9432024-12-19T04:30:41.824Z Downloaded time v0.3.36
9442024-12-19T04:30:41.831Z Downloaded rustls-webpki v0.101.7
9452024-12-19T04:30:41.845Z Downloaded tracing v0.1.40
9462024-12-19T04:30:41.849Z Downloaded rustls-webpki v0.102.8
9472024-12-19T04:30:41.868Z Downloaded hashbrown v0.12.3
9482024-12-19T04:30:41.871Z Downloaded curve25519-dalek v4.1.3
9492024-12-19T04:30:41.880Z Downloaded petname v2.0.2
9502024-12-19T04:30:41.886Z Downloaded typed-path v0.9.3
9512024-12-19T04:30:41.892Z Downloaded p521 v0.13.3
9522024-12-19T04:30:41.896Z Downloaded regex v1.11.1
9532024-12-19T04:30:41.910Z Downloaded proptest v1.5.0
9542024-12-19T04:30:41.918Z Downloaded gimli v0.31.1
9552024-12-19T04:30:41.926Z Downloaded git2 v0.19.0
9562024-12-19T04:30:41.946Z Downloaded vcpkg v0.2.15
9572024-12-19T04:30:41.995Z Downloaded regress v0.9.1
9582024-12-19T04:30:42.004Z Downloaded rustls v0.23.14
9592024-12-19T04:30:42.016Z Downloaded unicode-width v0.2.0
9602024-12-19T04:30:42.023Z Downloaded bstr v1.10.0
9612024-12-19T04:30:42.034Z Downloaded p384 v0.13.0
9622024-12-19T04:30:42.039Z Downloaded object v0.30.4
9632024-12-19T04:30:42.050Z Downloaded webpki-roots v0.26.6
9642024-12-19T04:30:42.054Z Downloaded hickory-proto v0.24.1
9652024-12-19T04:30:42.071Z Downloaded chrono-tz v0.10.0
9662024-12-19T04:30:42.078Z Downloaded nix v0.28.0
9672024-12-19T04:30:42.090Z Downloaded radix_trie v0.2.1
9682024-12-19T04:30:42.095Z Downloaded rustls v0.21.12
9692024-12-19T04:30:42.106Z Downloaded zerocopy v0.8.10
9702024-12-19T04:30:42.131Z Downloaded regex-syntax v0.6.29
9712024-12-19T04:30:42.140Z Downloaded smoltcp v0.9.1
9722024-12-19T04:30:42.149Z Downloaded nix v0.29.0
9732024-12-19T04:30:42.161Z Downloaded openapiv3 v2.0.0
9742024-12-19T04:30:42.177Z Downloaded dropshot v0.12.0
9752024-12-19T04:30:42.199Z Downloaded sled v0.34.7
9762024-12-19T04:30:42.209Z Downloaded dropshot v0.13.0
9772024-12-19T04:30:42.230Z Downloaded regress v0.10.1
9782024-12-19T04:30:42.238Z Downloaded nix v0.27.1
9792024-12-19T04:30:42.250Z Downloaded regex-syntax v0.8.5
9802024-12-19T04:30:42.258Z Downloaded diesel v2.2.4
9812024-12-19T04:30:42.277Z Downloaded rustls v0.22.4
9822024-12-19T04:30:42.290Z Downloaded typify-impl v0.2.0
9832024-12-19T04:30:42.305Z Downloaded bzip2-sys v0.1.11+1.0.8
9842024-12-19T04:30:42.318Z Downloaded ratatui v0.28.1
9852024-12-19T04:30:42.339Z Downloaded smoltcp v0.11.0
9862024-12-19T04:30:42.351Z Downloaded openssl v0.10.66
9872024-12-19T04:30:42.360Z Downloaded object v0.36.5
9882024-12-19T04:30:42.373Z Downloaded zerocopy-derive v0.6.6
9892024-12-19T04:30:42.382Z Downloaded petgraph v0.6.5
9902024-12-19T04:30:42.399Z Downloaded polar-core v0.27.3
9912024-12-19T04:30:42.408Z Downloaded trust-dns-proto v0.22.0
9922024-12-19T04:30:42.420Z Downloaded reedline v0.35.0
9932024-12-19T04:30:42.428Z Downloaded quick-xml v0.33.0
9942024-12-19T04:30:42.435Z Downloaded idna v0.2.3
9952024-12-19T04:30:42.441Z Downloaded chrono v0.4.38
9962024-12-19T04:30:42.448Z Downloaded bitvec v1.0.1
9972024-12-19T04:30:42.464Z Downloaded csv v1.3.0
9982024-12-19T04:30:42.484Z Downloaded futures-util v0.3.31
9992024-12-19T04:30:42.496Z Downloaded regex-automata v0.4.8
10002024-12-19T04:30:42.513Z Downloaded lzma-sys v0.1.20
10012024-12-19T04:30:42.542Z Downloaded libz-sys v1.1.20
10022024-12-19T04:30:42.564Z Downloaded idna v0.4.0
10032024-12-19T04:30:42.570Z Downloaded flume v0.11.1
10042024-12-19T04:30:42.574Z Downloaded hashbrown v0.14.5
10052024-12-19T04:30:42.579Z Downloaded poly1305 v0.8.0
10062024-12-19T04:30:42.582Z Downloaded tinyvec v1.8.0
10072024-12-19T04:30:42.585Z Downloaded unicode_categories v0.1.1
10082024-12-19T04:30:42.588Z Downloaded winnow v0.5.40
10092024-12-19T04:30:42.595Z Downloaded lalrpop v0.19.12
10102024-12-19T04:30:42.607Z Downloaded icu_properties_data v1.5.0
10112024-12-19T04:30:42.617Z Downloaded tokio v1.40.0
10122024-12-19T04:30:42.657Z Downloaded pkcs5 v0.7.1
10132024-12-19T04:30:42.663Z Downloaded h2 v0.4.6
10142024-12-19T04:30:42.669Z Downloaded serde_with v3.11.0
10152024-12-19T04:30:42.677Z Downloaded ron v0.8.1
10162024-12-19T04:30:42.683Z Downloaded p256 v0.13.2
10172024-12-19T04:30:42.687Z Downloaded sha3 v0.10.8
10182024-12-19T04:30:42.691Z Downloaded same-file v1.0.6
10192024-12-19T04:30:42.695Z Downloaded serde_derive_internals v0.29.1
10202024-12-19T04:30:42.695Z Downloaded walkdir v2.5.0
10212024-12-19T04:30:42.698Z Downloaded rcgen v0.12.1
10222024-12-19T04:30:42.701Z Downloaded rayon-core v1.12.1
10232024-12-19T04:30:42.704Z Downloaded sqlparser v0.45.0
10242024-12-19T04:30:42.710Z Downloaded slog v2.7.0
10252024-12-19T04:30:42.712Z Downloaded signal-hook v0.3.17
10262024-12-19T04:30:42.715Z Downloaded unicode-normalization v0.1.24
10272024-12-19T04:30:42.720Z Downloaded parking_lot_core v0.9.10
10282024-12-19T04:30:42.722Z Downloaded tinystr v0.7.6
10292024-12-19T04:30:42.725Z Downloaded tls_codec_derive v0.4.1
10302024-12-19T04:30:42.727Z Downloaded hashbrown v0.13.2
10312024-12-19T04:30:42.731Z Downloaded utf8_iter v1.0.4
10322024-12-19T04:30:42.733Z Downloaded test-strategy v0.3.1
10332024-12-19T04:30:42.736Z Downloaded pkcs1 v0.7.5
10342024-12-19T04:30:42.738Z Downloaded der_derive v0.7.3
10352024-12-19T04:30:42.740Z Downloaded rustyline v14.0.0
10362024-12-19T04:30:42.744Z Downloaded subprocess v0.2.9
10372024-12-19T04:30:42.747Z Downloaded progenitor v0.8.0
10382024-12-19T04:30:42.750Z Downloaded spin v0.5.2
10392024-12-19T04:30:42.750Z Downloaded foreign-types-shared v0.1.1
10402024-12-19T04:30:42.752Z Downloaded tokio-macros v2.4.0
10412024-12-19T04:30:42.752Z Downloaded oso v0.27.3
10422024-12-19T04:30:42.755Z Downloaded steno v0.4.1
10432024-12-19T04:30:42.759Z Downloaded smallvec v0.6.14
10442024-12-19T04:30:42.762Z Downloaded openssl-sys v0.9.103
10452024-12-19T04:30:42.766Z Downloaded num-complex v0.4.6
10462024-12-19T04:30:42.769Z Downloaded vte v0.11.1
10472024-12-19T04:30:42.771Z Downloaded idna v1.0.3
10482024-12-19T04:30:42.775Z Downloaded psl-types v2.0.11
10492024-12-19T04:30:42.777Z Downloaded fatfs v0.3.6
10502024-12-19T04:30:42.780Z Downloaded uuid v1.11.0
10512024-12-19T04:30:42.783Z Downloaded zip v0.6.6
10522024-12-19T04:30:42.787Z Downloaded encoding_rs v0.8.34
10532024-12-19T04:30:42.810Z Downloaded value-bag v1.9.0
10542024-12-19T04:30:42.813Z Downloaded url v2.5.3
10552024-12-19T04:30:42.816Z Downloaded filetime v0.2.25
10562024-12-19T04:30:42.818Z Downloaded tracing-attributes v0.1.27
10572024-12-19T04:30:42.821Z Downloaded tokio-native-tls v0.3.1
10582024-12-19T04:30:42.823Z Downloaded pem v3.0.4
10592024-12-19T04:30:42.823Z Downloaded packed_struct_codegen v0.10.1
10602024-12-19T04:30:42.825Z Downloaded packed_struct v0.10.1
10612024-12-19T04:30:42.828Z Downloaded tui-tree-widget v0.22.0
10622024-12-19T04:30:42.828Z Downloaded itertools v0.10.5
10632024-12-19T04:30:42.835Z Downloaded unicode-properties v0.1.3
10642024-12-19T04:30:42.839Z Downloaded rustc_version v0.1.7
10652024-12-19T04:30:42.841Z Downloaded rand_xorshift v0.3.0
10662024-12-19T04:30:42.841Z Downloaded rand_core v0.6.4
10672024-12-19T04:30:42.841Z Downloaded rand_chacha v0.3.1
10682024-12-19T04:30:42.844Z Downloaded phf v0.11.2
10692024-12-19T04:30:42.844Z Downloaded half v2.4.1
10702024-12-19T04:30:42.847Z Downloaded fs_extra v1.3.0
10712024-12-19T04:30:42.849Z Downloaded fd-lock v4.0.2
10722024-12-19T04:30:42.853Z Downloaded crossbeam-channel v0.5.13
10732024-12-19T04:30:42.857Z Downloaded compact_str v0.8.0
10742024-12-19T04:30:42.859Z Downloaded cc v1.1.30
10752024-12-19T04:30:42.862Z Downloaded pbkdf2 v0.11.0
10762024-12-19T04:30:42.864Z Downloaded tokio-rustls v0.25.0
10772024-12-19T04:30:42.867Z Downloaded peg-macros v0.8.4
10782024-12-19T04:30:42.870Z Downloaded newtype-uuid v1.1.3
10792024-12-19T04:30:42.872Z Downloaded toml v0.7.8
10802024-12-19T04:30:42.875Z Downloaded tar v0.4.42
10812024-12-19T04:30:42.877Z Downloaded prettyplease v0.2.25
10822024-12-19T04:30:42.880Z Downloaded minimal-lexical v0.2.1
10832024-12-19T04:30:42.886Z Downloaded base64 v0.21.7
10842024-12-19T04:30:42.890Z Downloaded pkcs8 v0.10.2
10852024-12-19T04:30:42.893Z Downloaded const_format v0.2.33
10862024-12-19T04:30:42.898Z Downloaded libgit2-sys v0.17.0+1.8.1
10872024-12-19T04:30:42.959Z Downloaded backtrace v0.3.74
10882024-12-19T04:30:42.964Z Downloaded bytes v1.8.0
10892024-12-19T04:30:42.968Z Downloaded icu_collections v1.5.0
10902024-12-19T04:30:42.974Z Downloaded olpc-cjson v0.1.4
10912024-12-19T04:30:42.977Z Downloaded crc32fast v1.4.2
10922024-12-19T04:30:42.977Z Downloaded predicates-core v1.0.8
10932024-12-19T04:30:42.980Z Downloaded chacha20poly1305 v0.10.1
10942024-12-19T04:30:42.980Z Downloaded zone_cfg_derive v0.1.2
10952024-12-19T04:30:42.983Z Downloaded defmt v0.3.8
10962024-12-19T04:30:42.985Z Downloaded yoke v0.7.4
10972024-12-19T04:30:42.988Z Downloaded whoami v1.5.2
10982024-12-19T04:30:42.988Z Downloaded base64 v0.13.1
10992024-12-19T04:30:42.991Z Downloaded typify-macro v0.2.0
11002024-12-19T04:30:42.993Z Downloaded sqlformat v0.2.6
11012024-12-19T04:30:42.994Z Downloaded term v0.7.0
11022024-12-19T04:30:42.997Z Downloaded arc-swap v1.7.1
11032024-12-19T04:30:43.001Z Downloaded utf16_iter v1.0.5
11042024-12-19T04:30:43.003Z Downloaded utf-8 v0.7.6
11052024-12-19T04:30:43.006Z Downloaded tabwriter v1.4.0
11062024-12-19T04:30:43.006Z Downloaded synstructure v0.13.1
11072024-12-19T04:30:43.008Z Downloaded spki v0.7.3
11082024-12-19T04:30:43.008Z Downloaded indicatif v0.17.9
11092024-12-19T04:30:43.012Z Downloaded icu_properties v1.5.1
11102024-12-19T04:30:43.015Z Downloaded secrecy v0.8.0
11112024-12-19T04:30:43.018Z Downloaded crossbeam-epoch v0.9.18
11122024-12-19T04:30:43.020Z Downloaded crc-any v2.5.0
11132024-12-19T04:30:43.022Z Downloaded cookie v0.18.1
11142024-12-19T04:30:43.025Z Downloaded cookie_store v0.21.0
11152024-12-19T04:30:43.028Z Downloaded indexmap v1.9.3
11162024-12-19T04:30:43.031Z Downloaded icu_locid_transform_data v1.5.0
11172024-12-19T04:30:43.034Z Downloaded salsa20 v0.10.2
11182024-12-19T04:30:43.034Z Downloaded ref-cast v1.0.23
11192024-12-19T04:30:43.037Z Downloaded httparse v1.9.5
11202024-12-19T04:30:43.040Z Downloaded async-trait v0.1.83
11212024-12-19T04:30:43.043Z Downloaded hyper-rustls v0.27.3
11222024-12-19T04:30:43.046Z Downloaded hmac v0.12.1
11232024-12-19T04:30:43.049Z Downloaded console v0.15.8
11242024-12-19T04:30:43.051Z Downloaded const_format_proc_macros v0.2.33
11252024-12-19T04:30:43.055Z Downloaded base64ct v1.6.0
11262024-12-19T04:30:43.058Z Downloaded backoff v0.4.0
11272024-12-19T04:30:43.061Z Downloaded ipnet v2.10.1
11282024-12-19T04:30:43.061Z Downloaded hyper-staticfile v0.10.1
11292024-12-19T04:30:43.064Z Downloaded bitfield v0.14.0
11302024-12-19T04:30:43.066Z Downloaded bb8 v0.8.5
11312024-12-19T04:30:43.066Z Downloaded async-bb8-diesel v0.2.1
11322024-12-19T04:30:43.069Z Downloaded arrayvec v0.7.6
11332024-12-19T04:30:43.071Z Downloaded buf-list v1.0.3
11342024-12-19T04:30:43.073Z Downloaded bitfield-struct v0.6.2
11352024-12-19T04:30:43.075Z Downloaded cmake v0.1.51
11362024-12-19T04:30:43.075Z Downloaded hubpack v0.1.2
11372024-12-19T04:30:43.077Z Downloaded keccak v0.1.5
11382024-12-19T04:30:43.080Z Downloaded hyper-tls v0.6.0
11392024-12-19T04:30:43.080Z Downloaded base16ct v0.2.0
11402024-12-19T04:30:43.080Z Downloaded crc-catalog v2.4.0
11412024-12-19T04:30:43.083Z Downloaded constant_time_eq v0.3.1
11422024-12-19T04:30:43.083Z Downloaded cipher v0.4.4
11432024-12-19T04:30:43.086Z Downloaded bcrypt-pbkdf v0.10.0
11442024-12-19T04:30:43.088Z Downloaded linked-hash-map v0.5.6
11452024-12-19T04:30:43.088Z Downloaded indoc v1.0.9
11462024-12-19T04:30:43.091Z Downloaded idna_adapter v1.2.0
11472024-12-19T04:30:43.093Z Downloaded cobs v0.2.3
11482024-12-19T04:30:43.096Z Downloaded chacha20 v0.9.1
11492024-12-19T04:30:43.096Z Downloaded blowfish v0.9.1
11502024-12-19T04:30:43.098Z Downloaded block-padding v0.3.3
11512024-12-19T04:30:43.098Z Downloaded arrayref v0.3.9
11522024-12-19T04:30:43.101Z Downloaded array-init v0.0.4
11532024-12-19T04:30:43.101Z Downloaded heck v0.3.3
11542024-12-19T04:30:43.104Z Downloaded crunchy v0.2.2
11552024-12-19T04:30:43.104Z Downloaded crucible-workspace-hack v0.1.0
11562024-12-19T04:30:43.104Z Downloaded ascii-canvas v3.0.0
11572024-12-19T04:30:43.259Z Downloaded ring v0.17.8
11582024-12-19T04:30:43.382Z Downloaded libsqlite3-sys v0.30.1
11592024-12-19T04:30:43.502Z Downloaded ring v0.16.20
11602024-12-19T04:30:43.773Z Downloaded aws-lc-sys v0.22.0
11612024-12-19T04:30:44.088Z Compiling serde v1.0.215
11622024-12-19T04:30:44.091Z Compiling lock_api v0.4.12
11632024-12-19T04:30:44.091Z Compiling scopeguard v1.2.0
11642024-12-19T04:30:44.091Z Compiling value-bag v1.9.0
11652024-12-19T04:30:44.091Z Compiling typenum v1.17.0
11662024-12-19T04:30:44.254Z Compiling generic-array v0.14.7
11672024-12-19T04:30:44.298Z Compiling syn v2.0.87
11682024-12-19T04:30:44.314Z Compiling getrandom v0.2.15
11692024-12-19T04:30:44.412Z Compiling shlex v1.3.0
11702024-12-19T04:30:44.616Z Compiling rand_core v0.6.4
11712024-12-19T04:30:44.745Z Compiling log v0.4.22
11722024-12-19T04:30:44.796Z Compiling subtle v2.6.1
11732024-12-19T04:30:44.818Z Compiling jobserver v0.1.32
11742024-12-19T04:30:44.866Z Compiling smallvec v1.13.2
11752024-12-19T04:30:45.127Z Compiling const-oid v0.9.6
11762024-12-19T04:30:45.154Z Compiling spin v0.9.8
11772024-12-19T04:30:45.175Z Compiling cc v1.1.30
11782024-12-19T04:30:45.286Z Compiling pin-project-lite v0.2.14
11792024-12-19T04:30:45.418Z Compiling rustix v0.38.37
11802024-12-19T04:30:45.554Z Compiling parking_lot_core v0.9.10
11812024-12-19T04:30:45.607Z Compiling futures-core v0.3.31
11822024-12-19T04:30:45.759Z Compiling signal-hook-registry v1.4.2
11832024-12-19T04:30:45.871Z Compiling mio v1.0.2
11842024-12-19T04:30:46.328Z Compiling aho-corasick v1.1.3
11852024-12-19T04:30:46.635Z Compiling parking_lot v0.12.3
11862024-12-19T04:30:46.747Z Compiling either v1.13.0
11872024-12-19T04:30:46.933Z Compiling cpufeatures v0.2.14
11882024-12-19T04:30:47.124Z Compiling regex-syntax v0.8.5
11892024-12-19T04:30:47.151Z Compiling lazy_static v1.5.0
11902024-12-19T04:30:47.172Z Compiling futures-sink v0.3.31
11912024-12-19T04:30:47.277Z Compiling stable_deref_trait v1.2.0
11922024-12-19T04:30:47.326Z Compiling glob v0.3.1
11932024-12-19T04:30:47.346Z Compiling socket2 v0.5.7
11942024-12-19T04:30:47.395Z Compiling slab v0.4.9
11952024-12-19T04:30:47.702Z Compiling prettyplease v0.2.25
11962024-12-19T04:30:47.867Z Compiling minimal-lexical v0.2.1
11972024-12-19T04:30:48.349Z Compiling nom v7.1.3
11982024-12-19T04:30:48.371Z Compiling libloading v0.8.5
11992024-12-19T04:30:48.390Z Compiling clang-sys v1.8.1
12002024-12-19T04:30:48.409Z Compiling bindgen v0.69.5
12012024-12-19T04:30:48.816Z Compiling serde_json v1.0.132
12022024-12-19T04:30:49.135Z Compiling home v0.5.9
12032024-12-19T04:30:49.242Z Compiling futures-channel v0.3.31
12042024-12-19T04:30:49.427Z Compiling itertools v0.12.1
12052024-12-19T04:30:49.627Z Compiling foldhash v0.1.3
12062024-12-19T04:30:49.689Z Compiling futures-io v0.3.31
12072024-12-19T04:30:49.958Z Compiling lazycell v1.3.0
12082024-12-19T04:30:50.037Z Compiling futures-task v0.3.31
12092024-12-19T04:30:50.135Z Compiling pin-utils v0.1.0
12102024-12-19T04:30:50.241Z Compiling allocator-api2 v0.2.18
12112024-12-19T04:30:50.365Z Compiling rustc-hash v1.1.0
12122024-12-19T04:30:50.529Z Compiling cmake v0.1.51
12132024-12-19T04:30:51.080Z Compiling regex-automata v0.4.8
12142024-12-19T04:30:51.564Z Compiling hashbrown v0.15.0
12152024-12-19T04:30:52.126Z Compiling synstructure v0.13.1
12162024-12-19T04:30:52.650Z Compiling cexpr v0.6.0
12172024-12-19T04:30:52.995Z Compiling libm v0.2.8
12182024-12-19T04:30:53.338Z Compiling pkg-config v0.3.31
12192024-12-19T04:30:53.856Z Compiling dunce v1.0.5
12202024-12-19T04:30:53.996Z Compiling tinyvec_macros v0.1.1
12212024-12-19T04:30:54.047Z Compiling fs_extra v1.3.0
12222024-12-19T04:30:54.091Z Compiling tinyvec v1.8.0
12232024-12-19T04:30:54.506Z Compiling num-traits v0.2.19
12242024-12-19T04:30:54.881Z Compiling ring v0.17.8
12252024-12-19T04:30:55.022Z Compiling litemap v0.7.3
12262024-12-19T04:30:55.416Z Compiling paste v1.0.15
12272024-12-19T04:30:55.450Z Compiling writeable v0.5.5
12282024-12-19T04:30:55.655Z Compiling unicode-normalization v0.1.24
12292024-12-19T04:30:55.932Z Compiling unicode-bidi v0.3.17
12302024-12-19T04:30:55.992Z Compiling base64ct v1.6.0
12312024-12-19T04:30:56.554Z Compiling pem-rfc7468 v0.7.0
12322024-12-19T04:30:56.758Z Compiling regex v1.11.1
12332024-12-19T04:30:57.303Z Compiling flagset v0.4.6
12342024-12-19T04:30:57.336Z Compiling httparse v1.9.5
12352024-12-19T04:30:57.501Z Compiling aws-lc-rs v1.10.0
12362024-12-19T04:30:57.967Z Compiling tracing-core v0.1.32
12372024-12-19T04:30:58.130Z Compiling percent-encoding v2.3.1
12382024-12-19T04:30:58.157Z Compiling rustls-pki-types v1.9.0
12392024-12-19T04:30:58.498Z Compiling icu_locid_transform_data v1.5.0
12402024-12-19T04:30:58.614Z Compiling crossbeam-utils v0.8.20
12412024-12-19T04:30:59.031Z Compiling serde_derive v1.0.215
12422024-12-19T04:30:59.051Z Compiling zeroize_derive v1.4.2
12432024-12-19T04:30:59.217Z Compiling zerocopy-derive v0.7.35
12442024-12-19T04:30:59.256Z Compiling tokio-macros v2.4.0
12452024-12-19T04:30:59.303Z Compiling zerofrom-derive v0.1.4
12462024-12-19T04:31:00.675Z Compiling zeroize v1.8.1
12472024-12-19T04:31:00.826Z Compiling yoke-derive v0.7.4
12482024-12-19T04:31:01.322Z Compiling thiserror-impl v1.0.69
12492024-12-19T04:31:01.534Z Compiling zerocopy v0.7.35
12502024-12-19T04:31:01.802Z Compiling zerovec-derive v0.10.3
12512024-12-19T04:31:02.490Z Compiling crypto-common v0.1.6
12522024-12-19T04:31:02.735Z Compiling block-buffer v0.10.4
12532024-12-19T04:31:03.008Z Compiling digest v0.10.7
12542024-12-19T04:31:03.172Z Compiling futures-macro v0.3.31
12552024-12-19T04:31:03.420Z Compiling zerofrom v0.1.4
12562024-12-19T04:31:03.503Z Compiling hmac v0.12.1
12572024-12-19T04:31:03.651Z Compiling block-padding v0.3.3
12582024-12-19T04:31:03.741Z Compiling displaydoc v0.2.5
12592024-12-19T04:31:03.914Z Compiling inout v0.1.3
12602024-12-19T04:31:04.068Z Compiling yoke v0.7.4
12612024-12-19T04:31:04.200Z Compiling cipher v0.4.4
12622024-12-19T04:31:04.266Z Compiling sha2 v0.10.8
12632024-12-19T04:31:04.431Z Compiling ppv-lite86 v0.2.20
12642024-12-19T04:31:04.538Z Compiling zerovec v0.10.4
12652024-12-19T04:31:04.725Z Compiling icu_provider_macros v1.5.0
12662024-12-19T04:31:04.846Z Compiling thiserror v1.0.69
12672024-12-19T04:31:04.996Z Compiling der_derive v0.7.3
12682024-12-19T04:31:05.163Z Compiling futures-util v0.3.31
12692024-12-19T04:31:05.325Z Compiling rand_chacha v0.3.1
12702024-12-19T04:31:05.461Z Compiling tracing-attributes v0.1.27
12712024-12-19T04:31:05.976Z Compiling rand v0.8.5
12722024-12-19T04:31:06.877Z Compiling tinystr v0.7.6
12732024-12-19T04:31:07.411Z Compiling icu_locid v1.5.0
12742024-12-19T04:31:07.514Z Compiling der v0.7.9
12752024-12-19T04:31:07.818Z Compiling icu_collections v1.5.0
12762024-12-19T04:31:07.894Z Compiling pest v2.7.14
12772024-12-19T04:31:08.176Z Compiling salsa20 v0.10.2
12782024-12-19T04:31:08.426Z Compiling pbkdf2 v0.12.2
12792024-12-19T04:31:08.596Z Compiling icu_provider v1.5.0
12802024-12-19T04:31:09.361Z Compiling tracing v0.1.40
12812024-12-19T04:31:09.363Z Compiling icu_locid_transform v1.5.0
12822024-12-19T04:31:09.757Z Compiling spki v0.7.3
12832024-12-19T04:31:09.910Z Compiling untrusted v0.7.1
12842024-12-19T04:31:10.104Z Compiling mirai-annotations v1.12.0
12852024-12-19T04:31:10.166Z Compiling icu_properties_data v1.5.0
12862024-12-19T04:31:10.303Z Compiling vcpkg v0.2.15
12872024-12-19T04:31:10.425Z Compiling num-conv v0.1.0
12882024-12-19T04:31:10.611Z Compiling untrusted v0.9.0
12892024-12-19T04:31:10.719Z Compiling powerfmt v0.2.0
12902024-12-19T04:31:10.795Z Compiling time-core v0.1.2
12912024-12-19T04:31:10.974Z Compiling time-macros v0.2.18
12922024-12-19T04:31:10.977Z Compiling deranged v0.3.11
12932024-12-19T04:31:11.112Z Compiling icu_properties v1.5.1
12942024-12-19T04:31:11.657Z Compiling pest_meta v2.7.14
12952024-12-19T04:31:12.557Z Compiling openssl-sys v0.9.103
12962024-12-19T04:31:12.992Z Compiling scrypt v0.11.0
12972024-12-19T04:31:13.445Z Compiling bitflags v2.6.0
12982024-12-19T04:31:13.587Z Compiling bytes v1.8.0
12992024-12-19T04:31:13.708Z Compiling indexmap v2.6.0
13002024-12-19T04:31:14.341Z Compiling semver v1.0.23
13012024-12-19T04:31:14.834Z Compiling tokio v1.40.0
13022024-12-19T04:31:14.870Z Compiling http v1.1.0
13032024-12-19T04:31:15.096Z Compiling rustc_version v0.4.1
13042024-12-19T04:31:15.234Z Compiling cbc v0.1.2
13052024-12-19T04:31:15.468Z Compiling aes v0.8.4
13062024-12-19T04:31:15.889Z Compiling scroll_derive v0.12.0
13072024-12-19T04:31:16.065Z Compiling utf8_iter v1.0.4
13082024-12-19T04:31:16.310Z Compiling atomic-waker v1.1.2
13092024-12-19T04:31:16.504Z Compiling num_threads v0.1.7
13102024-12-19T04:31:16.649Z Compiling icu_normalizer_data v1.5.0
13112024-12-19T04:31:16.765Z Compiling write16 v1.0.0
13122024-12-19T04:31:16.864Z Compiling utf16_iter v1.0.5
13132024-12-19T04:31:16.903Z Compiling time v0.3.36
13142024-12-19T04:31:17.025Z Compiling http-body v1.0.1
13152024-12-19T04:31:17.108Z Compiling icu_normalizer v1.5.0
13162024-12-19T04:31:17.295Z Compiling pkcs5 v0.7.1
13172024-12-19T04:31:17.418Z Compiling scroll v0.12.0
13182024-12-19T04:31:17.564Z Compiling pest_generator v2.7.14
13192024-12-19T04:31:17.977Z Compiling which v4.4.2
13202024-12-19T04:31:18.519Z Compiling form_urlencoded v1.2.1
13212024-12-19T04:31:18.608Z Compiling slog v2.7.0
13222024-12-19T04:31:18.857Z Compiling try-lock v0.2.5
13232024-12-19T04:31:19.014Z Compiling want v0.3.1
13242024-12-19T04:31:19.206Z Compiling goblin v0.8.2
13252024-12-19T04:31:19.259Z Compiling idna_adapter v1.2.0
13262024-12-19T04:31:19.283Z Compiling pkcs8 v0.10.2
13272024-12-19T04:31:19.315Z Compiling httpdate v1.0.3
13282024-12-19T04:31:19.476Z Compiling idna v1.0.3
13292024-12-19T04:31:19.616Z Compiling pest_derive v2.7.14
13302024-12-19T04:31:20.007Z Compiling uuid v1.11.0
13312024-12-19T04:31:20.437Z Compiling dtrace-parser v0.2.0
13322024-12-19T04:31:20.685Z Compiling serde_tokenstream v0.2.2
13332024-12-19T04:31:21.324Z Compiling toml_datetime v0.6.8
13342024-12-19T04:31:21.345Z Compiling serde_spanned v0.6.8
13352024-12-19T04:31:21.479Z Compiling iana-time-zone v0.1.61
13362024-12-19T04:31:21.562Z Compiling match_cfg v0.1.0
13372024-12-19T04:31:21.664Z Compiling adler2 v2.0.0
13382024-12-19T04:31:21.854Z Compiling tower-service v0.3.3
13392024-12-19T04:31:21.875Z Compiling foreign-types-shared v0.1.1
13402024-12-19T04:31:21.931Z Compiling rustversion v1.0.17
13412024-12-19T04:31:21.999Z Compiling openssl v0.10.66
13422024-12-19T04:31:22.021Z Compiling base64 v0.22.1
13432024-12-19T04:31:22.273Z Compiling foreign-types v0.3.2
13442024-12-19T04:31:22.376Z Compiling miniz_oxide v0.8.0
13452024-12-19T04:31:22.454Z Compiling hostname v0.3.1
13462024-12-19T04:31:22.623Z Compiling chrono v0.4.38
13472024-12-19T04:31:22.705Z Compiling url v2.5.3
13482024-12-19T04:31:22.806Z Compiling openssl-macros v0.1.1
13492024-12-19T04:31:23.565Z Compiling tokio-util v0.7.12
13502024-12-19T04:31:23.922Z Compiling async-trait v0.1.83
13512024-12-19T04:31:24.215Z Compiling dirs-sys-next v0.1.2
13522024-12-19T04:31:24.712Z Compiling h2 v0.4.6
13532024-12-19T04:31:24.880Z Compiling native-tls v0.2.12
13542024-12-19T04:31:25.026Z Compiling dof v0.3.0
13552024-12-19T04:31:25.217Z Compiling rustls v0.23.14
13562024-12-19T04:31:25.484Z Compiling siphasher v0.3.11
13572024-12-19T04:31:25.864Z Compiling usdt-impl v0.5.0
13582024-12-19T04:31:26.380Z Compiling data-encoding v2.6.0
13592024-12-19T04:31:26.717Z Compiling rustls v0.22.4
13602024-12-19T04:31:26.985Z Compiling syn v1.0.109
13612024-12-19T04:31:27.385Z Compiling dirs-next v2.0.0
13622024-12-19T04:31:27.701Z Compiling http-body-util v0.1.2
13632024-12-19T04:31:28.258Z Compiling heapless v0.7.17
13642024-12-19T04:31:28.926Z Compiling crossbeam-epoch v0.9.18
13652024-12-19T04:31:28.936Z Compiling sha1 v0.10.6
13662024-12-19T04:31:29.005Z Compiling signature v2.2.0
13672024-12-19T04:31:29.288Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-12-19T04:31:29.310Z Compiling serde_derive_internals v0.29.1
13692024-12-19T04:31:29.428Z Compiling thread_local v1.1.8
13702024-12-19T04:31:29.738Z Compiling multer v3.1.0
13712024-12-19T04:31:29.772Z Compiling cookie v0.18.1
13722024-12-19T04:31:29.965Z Compiling encoding_rs v0.8.34
13732024-12-19T04:31:30.012Z Compiling ipnet v2.10.1
13742024-12-19T04:31:30.077Z Compiling openssl-probe v0.1.5
13752024-12-19T04:31:30.446Z Compiling gimli v0.31.1
13762024-12-19T04:31:30.718Z Compiling schemars v0.8.21
13772024-12-19T04:31:31.065Z Compiling slog-async v2.8.0
13782024-12-19T04:31:31.254Z Compiling mime v0.3.17
13792024-12-19T04:31:31.606Z Compiling rayon-core v1.12.1
13802024-12-19T04:31:31.870Z Compiling hyper v1.5.0
13812024-12-19T04:31:31.891Z Compiling unicode-properties v0.1.3
13822024-12-19T04:31:32.100Z Compiling signal-hook v0.3.17
13832024-12-19T04:31:32.336Z Compiling stringprep v0.1.5
13842024-12-19T04:31:32.406Z Compiling schemars_derive v0.8.21
13852024-12-19T04:31:34.357Z Compiling hyper-util v0.1.10
13862024-12-19T04:31:34.566Z Compiling toml_edit v0.22.22
13872024-12-19T04:31:35.489Z Compiling addr2line v0.24.2
13882024-12-19T04:31:35.880Z Compiling usdt-macro v0.5.0
13892024-12-19T04:31:36.083Z Compiling usdt-attr-macro v0.5.0
13902024-12-19T04:31:36.214Z Compiling crossbeam-deque v0.8.5
13912024-12-19T04:31:36.558Z Compiling term v0.7.0
13922024-12-19T04:31:37.345Z Compiling slog-json v2.6.1
13932024-12-19T04:31:37.450Z Compiling serde_urlencoded v0.7.1
13942024-12-19T04:31:37.506Z Compiling curve25519-dalek v4.1.3
13952024-12-19T04:31:37.674Z Compiling crossbeam-channel v0.5.13
13962024-12-19T04:31:37.725Z Compiling futures-executor v0.3.31
13972024-12-19T04:31:37.975Z Compiling enum-as-inner v0.6.1
13982024-12-19T04:31:38.095Z Compiling md-5 v0.10.6
13992024-12-19T04:31:38.118Z Compiling async-stream-impl v0.3.6
14002024-12-19T04:31:38.310Z Compiling rustls-pemfile v2.2.0
14012024-12-19T04:31:38.376Z Compiling num-integer v0.1.46
14022024-12-19T04:31:38.643Z Compiling idna v0.4.0
14032024-12-19T04:31:38.793Z Compiling idna v0.3.0
14042024-12-19T04:31:39.115Z Compiling hash32 v0.2.1
14052024-12-19T04:31:39.198Z Compiling ff v0.13.0
14062024-12-19T04:31:39.414Z Compiling is-terminal v0.4.13
14072024-12-19T04:31:39.479Z Compiling dropshot v0.12.0
14082024-12-19T04:31:39.538Z Compiling object v0.36.5
14092024-12-19T04:31:39.560Z Compiling base16ct v0.2.0
14102024-12-19T04:31:39.771Z Compiling utf-8 v0.7.6
14112024-12-19T04:31:39.902Z Compiling quick-error v1.2.3
14122024-12-19T04:31:40.064Z Compiling dyn-clone v1.0.17
14132024-12-19T04:31:40.110Z Compiling num-bigint-dig v0.8.4
14142024-12-19T04:31:40.305Z Compiling portable-atomic v1.9.0
14152024-12-19T04:31:40.364Z Compiling fallible-iterator v0.2.0
14162024-12-19T04:31:40.410Z Compiling linked-hash-map v0.5.6
14172024-12-19T04:31:40.473Z Compiling smoltcp v0.9.1
14182024-12-19T04:31:40.797Z Compiling psl-types v2.0.11
14192024-12-19T04:31:41.005Z Compiling anyhow v1.0.93
14202024-12-19T04:31:41.087Z Compiling rustc-demangle v0.1.24
14212024-12-19T04:31:41.213Z Compiling take_mut v0.2.2
14222024-12-19T04:31:41.474Z Compiling postgres-protocol v0.6.7
14232024-12-19T04:31:42.021Z Compiling publicsuffix v2.2.3
14242024-12-19T04:31:42.093Z Compiling lru-cache v0.1.2
14252024-12-19T04:31:42.354Z Compiling resolv-conf v0.7.0
14262024-12-19T04:31:42.609Z Compiling tungstenite v0.24.0
14272024-12-19T04:31:42.949Z Compiling sec1 v0.7.3
14282024-12-19T04:31:42.983Z Compiling hickory-proto v0.24.1
14292024-12-19T04:31:43.169Z Compiling async-stream v0.3.6
14302024-12-19T04:31:43.487Z Compiling slog-term v2.9.1
14312024-12-19T04:31:43.517Z Compiling usdt v0.5.0
14322024-12-19T04:31:44.813Z Compiling group v0.13.0
14332024-12-19T04:31:45.041Z Compiling num-iter v0.1.45
14342024-12-19T04:31:45.236Z Compiling futures v0.3.31
14352024-12-19T04:31:45.274Z Compiling toml v0.8.19
14362024-12-19T04:31:45.297Z Compiling slog-bunyan v2.5.0
14372024-12-19T04:31:46.653Z Compiling camino v1.1.9
14382024-12-19T04:31:47.101Z Compiling backtrace v0.3.74
14392024-12-19T04:31:47.298Z Compiling tokio-native-tls v0.3.1
14402024-12-19T04:31:47.594Z Compiling phf_shared v0.11.2
14412024-12-19T04:31:47.669Z Compiling dropshot_endpoint v0.12.0
14422024-12-19T04:31:47.784Z Compiling terminal_size v0.4.0
14432024-12-19T04:31:47.977Z Compiling waitgroup v0.1.2
14442024-12-19T04:31:48.004Z Compiling openapiv3 v2.0.0
14452024-12-19T04:31:48.209Z Compiling serde_path_to_error v0.1.16
14462024-12-19T04:31:48.353Z Compiling hkdf v0.12.4
14472024-12-19T04:31:48.618Z Compiling crypto-bigint v0.5.5
14482024-12-19T04:31:49.074Z Compiling zerocopy-derive v0.6.6
14492024-12-19T04:31:50.846Z Compiling curve25519-dalek-derive v0.1.1
14502024-12-19T04:31:50.867Z Compiling hubpack_derive v0.1.1
14512024-12-19T04:31:51.383Z Compiling webpki-roots v0.26.6
14522024-12-19T04:31:51.602Z Compiling idna v0.5.0
14532024-12-19T04:31:51.752Z Compiling hostname v0.4.0
14542024-12-19T04:31:52.020Z Compiling crc32fast v1.4.2
14552024-12-19T04:31:52.338Z Compiling fs-err v2.11.0
14562024-12-19T04:31:52.372Z Compiling ahash v0.8.11
14572024-12-19T04:31:52.476Z Compiling winnow v0.5.40
14582024-12-19T04:31:52.509Z Compiling debug-ignore v1.0.5
14592024-12-19T04:31:52.620Z Compiling bitflags v1.3.2
14602024-12-19T04:31:52.654Z Compiling managed v0.8.0
14612024-12-19T04:31:52.699Z Compiling strum_macros v0.25.3
14622024-12-19T04:31:52.799Z Compiling clap_builder v4.5.21
14632024-12-19T04:31:53.435Z Compiling console v0.15.8
14642024-12-19T04:31:54.810Z Compiling cookie_store v0.21.0
14652024-12-19T04:31:55.008Z Compiling flate2 v1.0.34
14662024-12-19T04:31:55.242Z Compiling hubpack v0.1.2
14672024-12-19T04:31:55.695Z Compiling elliptic-curve v0.13.8
14682024-12-19T04:31:55.987Z Compiling toml_edit v0.19.15
14692024-12-19T04:31:56.286Z Compiling zerocopy v0.6.6
14702024-12-19T04:31:56.410Z Compiling hickory-resolver v0.24.1
14712024-12-19T04:31:56.554Z Compiling phf v0.11.2
14722024-12-19T04:31:56.896Z Compiling signal-hook-mio v0.2.4
14732024-12-19T04:31:57.092Z Compiling hyper-tls v0.6.0
14742024-12-19T04:31:57.175Z Compiling rayon v1.10.0
14752024-12-19T04:31:57.531Z Compiling bzip2 v0.4.4
14762024-12-19T04:31:57.922Z Compiling tokio-tungstenite v0.24.0
14772024-12-19T04:31:58.467Z Compiling postgres-types v0.2.8
14782024-12-19T04:32:01.389Z Compiling ed25519 v2.2.3
14792024-12-19T04:32:02.024Z Compiling phf_shared v0.10.0
14802024-12-19T04:32:02.203Z Compiling tokio-stream v0.1.16
14812024-12-19T04:32:02.399Z Compiling pkcs1 v0.7.5
14822024-12-19T04:32:02.437Z Compiling serde-big-array v0.5.1
14832024-12-19T04:32:02.673Z Compiling clap_derive v4.5.18
14842024-12-19T04:32:03.297Z Compiling rfc6979 v0.4.0
14852024-12-19T04:32:03.300Z Compiling derive-where v1.2.7
14862024-12-19T04:32:03.356Z Compiling serde_repr v0.1.19
14872024-12-19T04:32:03.399Z Compiling float-cmp v0.9.0
14882024-12-19T04:32:03.489Z Compiling bstr v1.10.0
14892024-12-19T04:32:03.627Z Compiling sync_wrapper v1.0.1
14902024-12-19T04:32:03.787Z Compiling new_debug_unreachable v1.0.6
14912024-12-19T04:32:03.894Z Compiling normalize-line-endings v0.3.0
14922024-12-19T04:32:04.030Z Compiling number_prefix v0.4.0
14932024-12-19T04:32:04.120Z Compiling predicates-core v1.0.8
14942024-12-19T04:32:04.261Z Compiling precomputed-hash v0.1.1
14952024-12-19T04:32:04.394Z Compiling static_assertions v1.1.0
14962024-12-19T04:32:04.499Z Compiling bit-vec v0.6.3
14972024-12-19T04:32:04.525Z Compiling unicode-segmentation v1.12.0
14982024-12-19T04:32:04.566Z Compiling fixedbitset v0.4.2
14992024-12-19T04:32:04.970Z Compiling difflib v0.4.0
15002024-12-19T04:32:05.045Z Compiling unicode-width v0.2.0
15012024-12-19T04:32:05.301Z Compiling whoami v1.5.2
15022024-12-19T04:32:05.413Z Compiling predicates v3.1.2
15032024-12-19T04:32:05.583Z Compiling indicatif v0.17.9
15042024-12-19T04:32:05.941Z Compiling tokio-postgres v0.7.12
15052024-12-19T04:32:06.664Z Compiling similar v2.6.0
15062024-12-19T04:32:07.020Z Compiling petgraph v0.6.5
15072024-12-19T04:32:07.242Z Compiling bit-set v0.5.3
15082024-12-19T04:32:07.545Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15092024-12-19T04:32:07.884Z Compiling clap v4.5.21
15102024-12-19T04:32:07.947Z Compiling string_cache v0.8.7
15112024-12-19T04:32:08.019Z Compiling ecdsa v0.16.9
15122024-12-19T04:32:08.434Z Compiling rsa v0.9.6
15132024-12-19T04:32:08.872Z Compiling ed25519-dalek v2.1.1
15142024-12-19T04:32:09.291Z Compiling toml v0.7.8
15152024-12-19T04:32:10.214Z Compiling zip v0.6.6
15162024-12-19T04:32:11.095Z Compiling crossterm v0.28.1
15172024-12-19T04:32:11.972Z Compiling hex v0.4.3
15182024-12-19T04:32:12.121Z Compiling x509-cert v0.2.5
15192024-12-19T04:32:12.381Z Compiling itertools v0.10.5
15202024-12-19T04:32:12.423Z Compiling peg-runtime v0.8.3
15212024-12-19T04:32:12.595Z Compiling lalrpop-util v0.19.12
15222024-12-19T04:32:12.967Z Compiling unicode-xid v0.2.6
15232024-12-19T04:32:13.068Z Compiling strum_macros v0.26.4
15242024-12-19T04:32:13.140Z Compiling xattr v1.3.1
15252024-12-19T04:32:13.419Z Compiling filetime v0.2.25
15262024-12-19T04:32:13.749Z Compiling tar v0.4.42
15272024-12-19T04:32:18.082Z Compiling strum v0.26.3
15282024-12-19T04:32:21.113Z Compiling aws-lc-sys v0.22.0
15292024-12-19T04:32:49.645Z Compiling rustls-webpki v0.102.8
15302024-12-19T04:32:53.008Z Compiling tokio-rustls v0.25.0
15312024-12-19T04:32:54.721Z Compiling tokio-rustls v0.26.0
15322024-12-19T04:32:55.077Z Compiling hyper-rustls v0.27.3
15332024-12-19T04:32:55.448Z Compiling reqwest v0.12.9
15342024-12-19T04:32:56.648Z Compiling qorb v0.2.1
15352024-12-19T04:33:01.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362024-12-19T04:33:01.661Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372024-12-19T04:33:07.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15382024-12-19T04:33:07.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392024-12-19T04:33:07.806ZDec 19 04:33:06.937 INFO Starting download, target: Console
15402024-12-19T04:33:07.806ZDec 19 04:33:06.938 INFO Starting download, target: Cockroach
15412024-12-19T04:33:07.806ZDec 19 04:33:06.938 INFO Starting download, target: DendriteOpenapi
15422024-12-19T04:33:07.806ZDec 19 04:33:06.938 INFO Starting download, target: Clickhouse
15432024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Starting download, target: DendriteStub
15442024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Starting download, target: MaghemiteMgd
15452024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Starting download, target: TransceiverControl
15462024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15472024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-12-19T04:33:07.809ZDec 19 04:33:06.938 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15492024-12-19T04:33:07.809ZDec 19 04:33:06.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15502024-12-19T04:33:07.809ZDec 19 04:33:06.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512024-12-19T04:33:07.809ZDec 19 04:33:06.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522024-12-19T04:33:07.809ZDec 19 04:33:06.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532024-12-19T04:33:08.008ZDec 19 04:33:07.122 INFO Download complete, target: DendriteOpenapi
15542024-12-19T04:33:08.145ZDec 19 04:33:07.237 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552024-12-19T04:33:08.381ZDec 19 04:33:07.460 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562024-12-19T04:33:08.589ZDec 19 04:33:07.719 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572024-12-19T04:33:08.645ZDec 19 04:33:07.776 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15582024-12-19T04:33:08.665ZDec 19 04:33:07.796 INFO Download complete, target: Console
15592024-12-19T04:33:08.783ZDec 19 04:33:07.915 INFO Download complete, target: TransceiverControl
15602024-12-19T04:33:09.656ZDec 19 04:33:08.788 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612024-12-19T04:33:09.656ZDec 19 04:33:08.788 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622024-12-19T04:33:09.701ZDec 19 04:33:08.833 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-12-19T04:33:11.508ZDec 19 04:33:10.639 INFO Download complete, target: DendriteStub
15642024-12-19T04:33:11.510ZDec 19 04:33:10.640 INFO Download complete, target: MaghemiteMgd
15652024-12-19T04:33:16.813ZDec 19 04:33:15.943 INFO Checking that binary works, target: Cockroach
15662024-12-19T04:33:16.989ZDec 19 04:33:16.119 INFO Download complete, target: Cockroach
15672024-12-19T04:33:21.639ZDec 19 04:33:20.768 INFO Checking that binary works, target: Clickhouse
15682024-12-19T04:33:21.752ZDec 19 04:33:20.882 INFO Download complete, target: Clickhouse
15692024-12-19T04:33:21.773ZAll builder prerequisites installed successfully, and PATH looks valid
15702024-12-19T04:33:21.775Z
15712024-12-19T04:33:21.775Zreal 5:04.758674767
15722024-12-19T04:33:21.776Zuser 16:42.325585554
15732024-12-19T04:33:21.776Zsys 3:16.758923770
15742024-12-19T04:33:21.776Ztrap 0.572644096
15752024-12-19T04:33:21.776Ztflt 1.494268570
15762024-12-19T04:33:21.776Zdflt 2.186455515
15772024-12-19T04:33:21.776Zkflt 0.024639872
15782024-12-19T04:33:21.776Zlock 30:06.425779200
15792024-12-19T04:33:21.776Zslp 1:02:21.359279594
15802024-12-19T04:33:21.776Zlat 59.508889826
15812024-12-19T04:33:21.776Zstop 2:21.273872235
15822024-12-19T04:33:21.776Z+ banner hack-check
15832024-12-19T04:33:21.779Z
15842024-12-19T04:33:21.779Z # # ## #### # # #### # # ###### #### # #
15852024-12-19T04:33:21.779Z # # # # # # # # # # # # # # # # #
15862024-12-19T04:33:21.779Z ###### # # # #### ##### # ###### ##### # ####
15872024-12-19T04:33:21.779Z # # ###### # # # # # # # # # #
15882024-12-19T04:33:21.779Z # # # # # # # # # # # # # # # # #
15892024-12-19T04:33:21.779Z # # # # #### # # #### # # ###### #### # #
15902024-12-19T04:33:21.779Z
15912024-12-19T04:33:21.779Z+ export CARGO_INCREMENTAL=0
15922024-12-19T04:33:21.779Z+ CARGO_INCREMENTAL=0
15932024-12-19T04:33:21.779Z+ ptime -m timeout 2h cargo xtask check-features --ci
15942024-12-19T04:33:22.336Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15952024-12-19T04:33:26.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
15962024-12-19T04:33:26.290Z Running `target/debug/xtask check-features --ci`
15972024-12-19T04:33:26.305Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15982024-12-19T04:33:26.305Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15992024-12-19T04:33:26.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16002024-12-19T04:33:26.808Z Running `target/debug/xtask download cargo-hack`
16012024-12-19T04:33:27.668Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022024-12-19T04:33:28.041Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032024-12-19T04:33:33.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
16042024-12-19T04:33:33.335Z Running `target/debug/xtask-downloader cargo-hack`
16052024-12-19T04:33:33.374ZDec 19 04:33:32.501 INFO Starting download, target: CargoHack
16062024-12-19T04:33:33.377ZDec 19 04:33:32.502 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16072024-12-19T04:33:34.023ZDec 19 04:33:33.151 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16082024-12-19T04:33:34.110ZDec 19 04:33:33.237 INFO Download complete, target: CargoHack
16092024-12-19T04:33:34.114Zrunning: "/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-19T04:33:34.130Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16112024-12-19T04:33:34.305Zinfo: running `cargo check --bins` on api_identity (1/173)
16122024-12-19T04:33:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-12-19T04:33:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-12-19T04:33:34.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-12-19T04:33:34.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16162024-12-19T04:33:34.930Z
16172024-12-19T04:33:34.930Zinfo: running `cargo check --bins` on bootstore (2/173)
16182024-12-19T04:33:35.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-12-19T04:33:35.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-12-19T04:33:35.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-12-19T04:33:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16222024-12-19T04:33:35.606Z
16232024-12-19T04:33:35.606Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16242024-12-19T04:33:36.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-12-19T04:33:36.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-12-19T04:33:36.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-12-19T04:33:36.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16282024-12-19T04:33:36.246Z
16292024-12-19T04:33:36.246Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16302024-12-19T04:33:36.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-12-19T04:33:36.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-12-19T04:33:36.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-12-19T04:33:36.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16342024-12-19T04:33:36.910Z
16352024-12-19T04:33:36.910Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16362024-12-19T04:33:37.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-12-19T04:33:37.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-12-19T04:33:37.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-12-19T04:33:37.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16402024-12-19T04:33:37.358Z
16412024-12-19T04:33:37.358Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16422024-12-19T04:33:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-19T04:33:37.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-19T04:33:37.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-19T04:33:37.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16462024-12-19T04:33:37.793Z
16472024-12-19T04:33:37.793Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16482024-12-19T04:33:38.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-19T04:33:38.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-19T04:33:38.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-19T04:33:38.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16522024-12-19T04:33:38.225Z
16532024-12-19T04:33:38.225Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16542024-12-19T04:33:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-19T04:33:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-19T04:33:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-19T04:33:38.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16582024-12-19T04:33:38.666Z
16592024-12-19T04:33:38.666Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16602024-12-19T04:33:39.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-19T04:33:39.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-19T04:33:39.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-19T04:33:39.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16642024-12-19T04:33:39.117Z
16652024-12-19T04:33:39.119Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16662024-12-19T04:33:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-19T04:33:39.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-19T04:33:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-19T04:33:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16702024-12-19T04:33:39.541Z
16712024-12-19T04:33:39.542Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16722024-12-19T04:33:39.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-19T04:33:39.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-19T04:33:39.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-19T04:33:39.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16762024-12-19T04:33:39.972Z
16772024-12-19T04:33:39.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16782024-12-19T04:33:40.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-19T04:33:40.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-19T04:33:40.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-19T04:33:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16822024-12-19T04:33:40.426Z
16832024-12-19T04:33:40.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16842024-12-19T04:33:40.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-19T04:33:40.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-19T04:33:40.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-19T04:33:40.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16882024-12-19T04:33:40.864Z
16892024-12-19T04:33:40.864Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16902024-12-19T04:33:41.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-19T04:33:41.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-19T04:33:41.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-19T04:33:41.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16942024-12-19T04:33:41.302Z
16952024-12-19T04:33:41.302Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16962024-12-19T04:33:41.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-19T04:33:41.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-19T04:33:41.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-19T04:33:41.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17002024-12-19T04:33:41.765Z
17012024-12-19T04:33:41.765Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17022024-12-19T04:33:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-19T04:33:42.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-19T04:33:42.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-19T04:33:42.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17062024-12-19T04:33:42.220Z
17072024-12-19T04:33:42.220Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17082024-12-19T04:33:42.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-19T04:33:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-19T04:33:42.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-19T04:33:42.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17122024-12-19T04:33:42.654Z
17132024-12-19T04:33:42.654Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17142024-12-19T04:33:43.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-19T04:33:43.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-19T04:33:43.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-19T04:33:43.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17182024-12-19T04:33:43.113Z
17192024-12-19T04:33:43.113Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17202024-12-19T04:33:43.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-19T04:33:43.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-19T04:33:43.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-19T04:33:43.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17242024-12-19T04:33:43.571Z
17252024-12-19T04:33:43.571Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17262024-12-19T04:33:43.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-19T04:33:43.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-19T04:33:43.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-19T04:33:43.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17302024-12-19T04:33:44.021Z
17312024-12-19T04:33:44.021Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17322024-12-19T04:33:44.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-19T04:33:44.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-19T04:33:44.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-19T04:33:44.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17362024-12-19T04:33:44.463Z
17372024-12-19T04:33:44.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17382024-12-19T04:33:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-19T04:33:44.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-19T04:33:44.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-19T04:33:44.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17422024-12-19T04:33:44.924Z
17432024-12-19T04:33:44.924Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17442024-12-19T04:33:45.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-19T04:33:45.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-19T04:33:45.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-19T04:33:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17482024-12-19T04:33:45.370Z
17492024-12-19T04:33:45.370Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17502024-12-19T04:33:45.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-19T04:33:45.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-19T04:33:45.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-19T04:33:45.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17542024-12-19T04:33:45.822Z
17552024-12-19T04:33:45.822Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17562024-12-19T04:33:46.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-19T04:33:46.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-19T04:33:46.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-19T04:33:46.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17602024-12-19T04:33:46.507Z
17612024-12-19T04:33:46.507Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17622024-12-19T04:33:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-19T04:33:47.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-19T04:33:47.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-19T04:33:47.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17662024-12-19T04:33:47.173Z
17672024-12-19T04:33:47.173Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17682024-12-19T04:33:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-19T04:33:47.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-19T04:33:47.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-19T04:33:47.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17722024-12-19T04:33:47.857Z
17732024-12-19T04:33:47.857Zinfo: running `cargo check --bins` on oxlog (28/173)
17742024-12-19T04:33:48.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-19T04:33:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-19T04:33:48.540Z Checking cfg-if v1.0.0
17772024-12-19T04:33:48.542Z Checking libc v0.2.162
17782024-12-19T04:33:48.650Z Checking serde v1.0.215
17792024-12-19T04:33:48.653Z Checking zeroize v1.8.1
17802024-12-19T04:33:48.669Z Checking memchr v2.7.4
17812024-12-19T04:33:48.672Z Checking typenum v1.17.0
17822024-12-19T04:33:48.681Z Checking scopeguard v1.2.0
17832024-12-19T04:33:48.708Z Checking subtle v2.6.1
17842024-12-19T04:33:48.720Z Checking value-bag v1.9.0
17852024-12-19T04:33:48.828Z Checking lock_api v0.4.12
17862024-12-19T04:33:48.911Z Checking smallvec v1.13.2
17872024-12-19T04:33:48.958Z Checking itoa v1.0.11
17882024-12-19T04:33:49.131Z Checking log v0.4.22
17892024-12-19T04:33:49.177Z Checking const-oid v0.9.6
17902024-12-19T04:33:49.245Z Checking pin-project-lite v0.2.14
17912024-12-19T04:33:49.262Z Checking byteorder v1.5.0
17922024-12-19T04:33:49.369Z Checking futures-core v0.3.31
17932024-12-19T04:33:49.533Z Checking once_cell v1.20.2
17942024-12-19T04:33:49.553Z Checking cpufeatures v0.2.14
17952024-12-19T04:33:49.641Z Checking futures-sink v0.3.31
17962024-12-19T04:33:49.656Z Checking stable_deref_trait v1.2.0
17972024-12-19T04:33:49.670Z Checking spin v0.9.8
17982024-12-19T04:33:49.751Z Checking zerocopy v0.7.35
17992024-12-19T04:33:49.785Z Checking slab v0.4.9
18002024-12-19T04:33:49.800Z Checking getrandom v0.2.15
18012024-12-19T04:33:49.814Z Checking signal-hook-registry v1.4.2
18022024-12-19T04:33:50.001Z Checking parking_lot_core v0.9.10
18032024-12-19T04:33:50.020Z Checking rand_core v0.6.4
18042024-12-19T04:33:50.035Z Checking mio v1.0.2
18052024-12-19T04:33:50.047Z Checking socket2 v0.5.7
18062024-12-19T04:33:50.061Z Checking generic-array v0.14.7
18072024-12-19T04:33:50.313Z Checking zerofrom v0.1.4
18082024-12-19T04:33:50.328Z Checking parking_lot v0.12.3
18092024-12-19T04:33:50.720Z Checking futures-channel v0.3.31
18102024-12-19T04:33:50.726Z Checking yoke v0.7.4
18112024-12-19T04:33:50.726Z Checking futures-task v0.3.31
18122024-12-19T04:33:50.726Z Checking futures-io v0.3.31
18132024-12-19T04:33:50.842Z Checking equivalent v1.0.1
18142024-12-19T04:33:50.873Z Checking pin-utils v0.1.0
18152024-12-19T04:33:50.888Z Checking allocator-api2 v0.2.18
18162024-12-19T04:33:50.890Z Checking foldhash v0.1.3
18172024-12-19T04:33:50.939Z Checking zerovec v0.10.4
18182024-12-19T04:33:50.960Z Checking futures-util v0.3.31
18192024-12-19T04:33:51.021Z Checking tinyvec_macros v0.1.1
18202024-12-19T04:33:51.091Z Checking ryu v1.0.18
18212024-12-19T04:33:51.107Z Checking tinyvec v1.8.0
18222024-12-19T04:33:51.156Z Checking fnv v1.0.7
18232024-12-19T04:33:51.209Z Checking crypto-common v0.1.6
18242024-12-19T04:33:51.284Z Checking block-buffer v0.10.4
18252024-12-19T04:33:51.318Z Checking block-padding v0.3.3
18262024-12-19T04:33:51.387Z Checking libm v0.2.8
18272024-12-19T04:33:51.490Z Checking digest v0.10.7
18282024-12-19T04:33:51.513Z Checking hashbrown v0.15.0
18292024-12-19T04:33:51.528Z Checking inout v0.1.3
18302024-12-19T04:33:51.747Z Checking cipher v0.4.4
18312024-12-19T04:33:51.886Z Checking hmac v0.12.1
18322024-12-19T04:33:52.090Z Checking sha2 v0.10.8
18332024-12-19T04:33:52.123Z Checking writeable v0.5.5
18342024-12-19T04:33:52.327Z Checking litemap v0.7.3
18352024-12-19T04:33:52.429Z Checking unicode-normalization v0.1.24
18362024-12-19T04:33:52.446Z Checking base64ct v1.6.0
18372024-12-19T04:33:52.632Z Checking unicode-bidi v0.3.17
18382024-12-19T04:33:52.647Z Checking tinystr v0.7.6
18392024-12-19T04:33:52.649Z Checking num-traits v0.2.19
18402024-12-19T04:33:52.684Z Checking ppv-lite86 v0.2.20
18412024-12-19T04:33:52.878Z Checking pem-rfc7468 v0.7.0
18422024-12-19T04:33:53.016Z Checking icu_locid v1.5.0
18432024-12-19T04:33:53.158Z Checking flagset v0.4.6
18442024-12-19T04:33:53.244Z Checking tracing-core v0.1.32
18452024-12-19T04:33:53.307Z Checking thiserror v1.0.69
18462024-12-19T04:33:53.343Z Checking der v0.7.9
18472024-12-19T04:33:53.436Z Checking rustls-pki-types v1.9.0
18482024-12-19T04:33:53.450Z Checking rand_chacha v0.3.1
18492024-12-19T04:33:53.788Z Checking bytes v1.8.0
18502024-12-19T04:33:53.856Z Checking indexmap v2.6.0
18512024-12-19T04:33:53.893Z Checking serde_json v1.0.132
18522024-12-19T04:33:54.011Z Checking bitflags v2.6.0
18532024-12-19T04:33:54.079Z Checking icu_provider v1.5.0
18542024-12-19T04:33:54.319Z Checking percent-encoding v2.3.1
18552024-12-19T04:33:54.367Z Checking icu_locid_transform_data v1.5.0
18562024-12-19T04:33:54.467Z Checking tracing v0.1.40
18572024-12-19T04:33:54.533Z Checking rand v0.8.5
18582024-12-19T04:33:54.604Z Checking tokio v1.40.0
18592024-12-19T04:33:54.737Z Checking http v1.1.0
18602024-12-19T04:33:54.812Z Checking icu_locid_transform v1.5.0
18612024-12-19T04:33:55.176Z Checking icu_collections v1.5.0
18622024-12-19T04:33:55.213Z Checking spki v0.7.3
18632024-12-19T04:33:55.506Z Checking salsa20 v0.10.2
18642024-12-19T04:33:55.688Z Checking pbkdf2 v0.12.2
18652024-12-19T04:33:55.702Z Checking aws-lc-sys v0.22.0
18662024-12-19T04:33:55.802Z Checking httparse v1.9.5
18672024-12-19T04:33:55.840Z Checking mirai-annotations v1.12.0
18682024-12-19T04:33:55.843Z Checking icu_properties_data v1.5.0
18692024-12-19T04:33:55.870Z Checking powerfmt v0.2.0
18702024-12-19T04:33:56.010Z Checking untrusted v0.7.1
18712024-12-19T04:33:56.074Z Checking untrusted v0.9.0
18722024-12-19T04:33:56.096Z Checking icu_properties v1.5.1
18732024-12-19T04:33:56.120Z Checking deranged v0.3.11
18742024-12-19T04:33:56.153Z Checking scrypt v0.11.0
18752024-12-19T04:33:56.167Z Checking aes v0.8.4
18762024-12-19T04:33:56.212Z Checking cbc v0.1.2
18772024-12-19T04:33:56.227Z Checking ring v0.17.8
18782024-12-19T04:33:56.371Z Checking crossbeam-utils v0.8.20
18792024-12-19T04:33:56.408Z Checking num-conv v0.1.0
18802024-12-19T04:33:56.661Z Checking time-core v0.1.2
18812024-12-19T04:33:56.825Z Checking num_threads v0.1.7
18822024-12-19T04:33:56.938Z Checking write16 v1.0.0
18832024-12-19T04:33:57.065Z Checking atomic-waker v1.1.2
18842024-12-19T04:33:57.100Z Checking icu_normalizer_data v1.5.0
18852024-12-19T04:33:57.135Z Checking utf16_iter v1.0.5
18862024-12-19T04:33:57.196Z Checking utf8_iter v1.0.4
18872024-12-19T04:33:57.212Z Checking pkcs5 v0.7.1
18882024-12-19T04:33:57.299Z Checking http-body v1.0.1
18892024-12-19T04:33:57.384Z Checking form_urlencoded v1.2.1
18902024-12-19T04:33:57.506Z Checking try-lock v0.2.5
18912024-12-19T04:33:57.588Z Checking unicode-ident v1.0.13
18922024-12-19T04:33:57.638Z Checking want v0.3.1
18932024-12-19T04:33:57.695Z Checking pkcs8 v0.10.2
18942024-12-19T04:33:57.745Z Checking httpdate v1.0.3
18952024-12-19T04:33:57.814Z Checking proc-macro2 v1.0.89
18962024-12-19T04:33:57.856Z Checking time v0.3.36
18972024-12-19T04:33:57.973Z Checking serde_spanned v0.6.8
18982024-12-19T04:33:57.993Z Checking uuid v1.11.0
18992024-12-19T04:33:58.149Z Checking toml_datetime v0.6.8
19002024-12-19T04:33:58.165Z Checking slog v2.7.0
19012024-12-19T04:33:58.224Z Checking aws-lc-rs v1.10.0
19022024-12-19T04:33:58.437Z Checking scroll v0.12.0
19032024-12-19T04:33:58.489Z Checking foreign-types-shared v0.1.1
19042024-12-19T04:33:58.594Z Checking ucd-trie v0.1.7
19052024-12-19T04:33:58.618Z Checking match_cfg v0.1.0
19062024-12-19T04:33:58.636Z Checking tower-service v0.3.3
19072024-12-19T04:33:58.708Z Checking iana-time-zone v0.1.61
19082024-12-19T04:33:58.751Z Checking adler2 v2.0.0
19092024-12-19T04:33:58.798Z Checking plain v0.2.3
19102024-12-19T04:33:58.857Z Checking base64 v0.22.1
19112024-12-19T04:33:58.891Z Checking chrono v0.4.38
19122024-12-19T04:33:58.905Z Checking miniz_oxide v0.8.0
19132024-12-19T04:33:58.937Z Checking goblin v0.8.2
19142024-12-19T04:33:59.345Z Checking pest v2.7.14
19152024-12-19T04:33:59.442Z Checking icu_normalizer v1.5.0
19162024-12-19T04:33:59.637Z Checking hostname v0.3.1
19172024-12-19T04:33:59.757Z Checking foreign-types v0.3.2
19182024-12-19T04:33:59.841Z Checking quote v1.0.37
19192024-12-19T04:34:00.062Z Checking rustls-webpki v0.102.8
19202024-12-19T04:34:00.220Z Checking openssl-sys v0.9.103
19212024-12-19T04:34:00.286Z Checking idna_adapter v1.2.0
19222024-12-19T04:34:00.373Z Checking dirs-sys-next v0.1.2
19232024-12-19T04:34:00.463Z Checking idna v1.0.3
19242024-12-19T04:34:00.538Z Checking errno v0.3.9
19252024-12-19T04:34:00.696Z Checking aho-corasick v1.1.3
19262024-12-19T04:34:00.916Z Checking data-encoding v2.6.0
19272024-12-19T04:34:00.960Z Checking url v2.5.3
19282024-12-19T04:34:01.000Z Checking regex-syntax v0.8.5
19292024-12-19T04:34:01.527Z Checking siphasher v0.3.11
19302024-12-19T04:34:01.625Z Checking pretty-hex v0.4.1
19312024-12-19T04:34:01.798Z Checking openssl v0.10.66
19322024-12-19T04:34:01.815Z Checking dtrace-parser v0.2.0
19332024-12-19T04:34:01.829Z Checking rustix v0.38.37
19342024-12-19T04:34:01.846Z Checking dirs-next v2.0.0
19352024-12-19T04:34:01.969Z Checking syn v2.0.87
19362024-12-19T04:34:02.002Z Checking tokio-util v0.7.12
19372024-12-19T04:34:02.290Z Checking http-body-util v0.1.2
19382024-12-19T04:34:02.352Z Checking crossbeam-epoch v0.9.18
19392024-12-19T04:34:02.763Z Checking signature v2.2.0
19402024-12-19T04:34:02.763Z Checking sha1 v0.10.6
19412024-12-19T04:34:02.887Z Checking h2 v0.4.6
19422024-12-19T04:34:02.958Z Checking lazy_static v1.5.0
19432024-12-19T04:34:03.028Z Checking thread_local v1.1.8
19442024-12-19T04:34:03.067Z Checking thread-id v4.2.2
19452024-12-19T04:34:03.172Z Checking encoding_rs v0.8.34
19462024-12-19T04:34:03.303Z Checking ipnet v2.10.1
19472024-12-19T04:34:03.791Z Checking either v1.13.0
19482024-12-19T04:34:03.990Z Checking dof v0.3.0
19492024-12-19T04:34:04.181Z Checking mime v0.3.17
19502024-12-19T04:34:04.300Z Checking regex-automata v0.4.8
19512024-12-19T04:34:04.506Z Checking gimli v0.31.1
19522024-12-19T04:34:04.613Z Checking utf8parse v0.2.2
19532024-12-19T04:34:04.757Z Checking anstyle v1.0.10
19542024-12-19T04:34:05.087Z Checking openssl-probe v0.1.5
19552024-12-19T04:34:05.239Z Checking winnow v0.6.20
19562024-12-19T04:34:05.399Z Checking unicode-properties v0.1.3
19572024-12-19T04:34:05.566Z Checking anstyle-parse v0.2.5
19582024-12-19T04:34:05.743Z Checking stringprep v0.1.5
19592024-12-19T04:34:05.838Z Checking crossbeam-deque v0.8.5
19602024-12-19T04:34:06.031Z Checking term v0.7.0
19612024-12-19T04:34:06.146Z Checking rustls v0.22.4
19622024-12-19T04:34:06.451Z Checking rustls v0.23.14
19632024-12-19T04:34:07.202Z Checking native-tls v0.2.12
19642024-12-19T04:34:07.509Z Checking slog-json v2.6.1
19652024-12-19T04:34:07.761Z Checking serde_urlencoded v0.7.1
19662024-12-19T04:34:08.204Z Checking crossbeam-channel v0.5.13
19672024-12-19T04:34:08.247Z Checking toml_edit v0.22.22
19682024-12-19T04:34:08.392Z Checking usdt-impl v0.5.0
19692024-12-19T04:34:08.571Z Checking addr2line v0.24.2
19702024-12-19T04:34:08.900Z Checking futures-executor v0.3.31
19712024-12-19T04:34:08.924Z Checking num-integer v0.1.46
19722024-12-19T04:34:09.033Z Checking hyper v1.5.0
19732024-12-19T04:34:09.087Z Checking rustls-pemfile v2.2.0
19742024-12-19T04:34:09.103Z Checking idna v0.4.0
19752024-12-19T04:34:09.128Z Checking idna v0.3.0
19762024-12-19T04:34:09.298Z Checking md-5 v0.10.6
19772024-12-19T04:34:09.373Z Checking ff v0.13.0
19782024-12-19T04:34:09.520Z Checking memmap v0.7.0
19792024-12-19T04:34:09.585Z Checking is-terminal v0.4.13
19802024-12-19T04:34:09.713Z Checking hash32 v0.2.1
19812024-12-19T04:34:09.713Z Checking object v0.36.5
19822024-12-19T04:34:09.902Z Checking quick-error v1.2.3
19832024-12-19T04:34:09.949Z Checking fallible-iterator v0.2.0
19842024-12-19T04:34:09.965Z Checking utf-8 v0.7.6
19852024-12-19T04:34:10.027Z Checking take_mut v0.2.2
19862024-12-19T04:34:10.043Z Checking colorchoice v1.0.2
19872024-12-19T04:34:10.157Z Checking linked-hash-map v0.5.6
19882024-12-19T04:34:10.174Z Checking is_terminal_polyfill v1.70.1
19892024-12-19T04:34:10.177Z Checking base16ct v0.2.0
19902024-12-19T04:34:10.309Z Checking anstyle-query v1.1.1
19912024-12-19T04:34:10.364Z Checking rustc-demangle v0.1.24
19922024-12-19T04:34:10.443Z Checking dyn-clone v1.0.17
19932024-12-19T04:34:10.481Z Checking psl-types v2.0.11
19942024-12-19T04:34:10.536Z Checking postgres-protocol v0.6.7
19952024-12-19T04:34:10.581Z Checking schemars v0.8.21
19962024-12-19T04:34:10.661Z Checking publicsuffix v2.2.3
19972024-12-19T04:34:10.776Z Checking lru-cache v0.1.2
19982024-12-19T04:34:10.799Z Checking toml v0.8.19
19992024-12-19T04:34:10.898Z Checking anstream v0.6.15
20002024-12-19T04:34:10.951Z Checking sec1 v0.7.3
20012024-12-19T04:34:11.051Z Checking hyper-util v0.1.10
20022024-12-19T04:34:11.216Z Checking slog-async v2.8.0
20032024-12-19T04:34:11.272Z Checking tungstenite v0.24.0
20042024-12-19T04:34:11.332Z Checking resolv-conf v0.7.0
20052024-12-19T04:34:11.502Z Checking heapless v0.7.17
20062024-12-19T04:34:11.517Z Checking hickory-proto v0.24.1
20072024-12-19T04:34:11.698Z Checking tokio-rustls v0.25.0
20082024-12-19T04:34:11.928Z Checking tokio-rustls v0.26.0
20092024-12-19T04:34:12.114Z Checking slog-term v2.9.1
20102024-12-19T04:34:12.197Z Checking usdt v0.5.0
20112024-12-19T04:34:12.231Z Checking group v0.13.0
20122024-12-19T04:34:12.319Z Checking num-iter v0.1.45
20132024-12-19T04:34:12.448Z Checking futures v0.3.31
20142024-12-19T04:34:12.480Z Checking slog-bunyan v2.5.0
20152024-12-19T04:34:12.483Z Checking tokio-native-tls v0.3.1
20162024-12-19T04:34:12.531Z Checking rayon-core v1.12.1
20172024-12-19T04:34:12.550Z Checking multer v3.1.0
20182024-12-19T04:34:12.592Z Checking terminal_size v0.4.0
20192024-12-19T04:34:12.645Z Checking phf_shared v0.11.2
20202024-12-19T04:34:12.730Z Checking cookie v0.18.1
20212024-12-19T04:34:12.759Z Checking async-stream v0.3.6
20222024-12-19T04:34:12.913Z Checking bzip2-sys v0.1.11+1.0.8
20232024-12-19T04:34:12.934Z Checking camino v1.1.9
20242024-12-19T04:34:12.954Z Checking signal-hook v0.3.17
20252024-12-19T04:34:13.034Z Checking waitgroup v0.1.2
20262024-12-19T04:34:13.114Z Checking openapiv3 v2.0.0
20272024-12-19T04:34:13.170Z Checking webpki-roots v0.26.6
20282024-12-19T04:34:13.173Z Checking serde_path_to_error v0.1.16
20292024-12-19T04:34:13.212Z Checking idna v0.5.0
20302024-12-19T04:34:13.287Z Checking hkdf v0.12.4
20312024-12-19T04:34:13.385Z Checking crypto-bigint v0.5.5
20322024-12-19T04:34:13.490Z Checking hostname v0.4.0
20332024-12-19T04:34:13.507Z Checking crc32fast v1.4.2
20342024-12-19T04:34:13.625Z Checking bitflags v1.3.2
20352024-12-19T04:34:13.726Z Checking managed v0.8.0
20362024-12-19T04:34:13.744Z Checking winnow v0.5.40
20372024-12-19T04:34:13.816Z Checking clap_lex v0.7.2
20382024-12-19T04:34:14.051Z Checking debug-ignore v1.0.5
20392024-12-19T04:34:14.068Z Checking unicode-width v0.1.14
20402024-12-19T04:34:14.083Z Checking strsim v0.11.1
20412024-12-19T04:34:14.176Z Checking smoltcp v0.9.1
20422024-12-19T04:34:14.347Z Checking clap_builder v4.5.21
20432024-12-19T04:34:14.568Z Checking console v0.15.8
20442024-12-19T04:34:15.178Z Checking cookie_store v0.21.0
20452024-12-19T04:34:15.742Z Checking flate2 v1.0.34
20462024-12-19T04:34:15.842Z Checking hyper-rustls v0.27.3
20472024-12-19T04:34:16.172Z Checking signal-hook-mio v0.2.4
20482024-12-19T04:34:16.217Z Checking backtrace v0.3.74
20492024-12-19T04:34:16.266Z Checking elliptic-curve v0.13.8
20502024-12-19T04:34:16.306Z Checking rayon v1.10.0
20512024-12-19T04:34:16.336Z Checking hickory-resolver v0.24.1
20522024-12-19T04:34:16.371Z Checking hyper-tls v0.6.0
20532024-12-19T04:34:16.511Z Checking dropshot v0.12.0
20542024-12-19T04:34:16.664Z Checking bzip2 v0.4.4
20552024-12-19T04:34:16.778Z Checking toml_edit v0.19.15
20562024-12-19T04:34:16.780Z Checking anyhow v1.0.93
20572024-12-19T04:34:16.906Z Checking phf v0.11.2
20582024-12-19T04:34:16.946Z Checking num-bigint-dig v0.8.4
20592024-12-19T04:34:17.163Z Checking tokio-tungstenite v0.24.0
20602024-12-19T04:34:17.178Z Checking postgres-types v0.2.8
20612024-12-19T04:34:17.502Z Checking regex v1.11.1
20622024-12-19T04:34:17.647Z Checking bstr v1.10.0
20632024-12-19T04:34:17.906Z Checking ed25519 v2.2.3
20642024-12-19T04:34:18.004Z Checking tokio-stream v0.1.16
20652024-12-19T04:34:18.150Z Checking phf_shared v0.10.0
20662024-12-19T04:34:18.215Z Checking curve25519-dalek v4.1.3
20672024-12-19T04:34:18.437Z Checking zerocopy v0.6.6
20682024-12-19T04:34:18.618Z Checking pkcs1 v0.7.5
20692024-12-19T04:34:18.872Z Checking hubpack v0.1.2
20702024-12-19T04:34:19.030Z Checking portable-atomic v1.9.0
20712024-12-19T04:34:19.105Z Checking float-cmp v0.9.0
20722024-12-19T04:34:19.188Z Checking serde-big-array v0.5.1
20732024-12-19T04:34:19.203Z Checking rfc6979 v0.4.0
20742024-12-19T04:34:19.219Z Checking sync_wrapper v1.0.1
20752024-12-19T04:34:19.300Z Checking whoami v1.5.2
20762024-12-19T04:34:19.364Z Checking fixedbitset v0.4.2
20772024-12-19T04:34:19.379Z Checking new_debug_unreachable v1.0.6
20782024-12-19T04:34:19.392Z Checking number_prefix v0.4.0
20792024-12-19T04:34:19.459Z Checking unicode-segmentation v1.12.0
20802024-12-19T04:34:19.586Z Checking precomputed-hash v0.1.1
20812024-12-19T04:34:19.611Z Checking bit-vec v0.6.3
20822024-12-19T04:34:19.627Z Checking normalize-line-endings v0.3.0
20832024-12-19T04:34:19.697Z Checking static_assertions v1.1.0
20842024-12-19T04:34:19.737Z Checking predicates-core v1.0.8
20852024-12-19T04:34:19.788Z Checking difflib v0.4.0
20862024-12-19T04:34:19.914Z Checking unicode-width v0.2.0
20872024-12-19T04:34:19.930Z Checking minimal-lexical v0.2.1
20882024-12-19T04:34:20.034Z Checking bit-set v0.5.3
20892024-12-19T04:34:20.093Z Checking predicates v3.1.2
20902024-12-19T04:34:20.096Z Checking ed25519-dalek v2.1.1
20912024-12-19T04:34:20.125Z Checking similar v2.6.0
20922024-12-19T04:34:20.174Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20932024-12-19T04:34:20.209Z Checking qorb v0.2.1
20942024-12-19T04:34:20.271Z Checking string_cache v0.8.7
20952024-12-19T04:34:20.296Z Checking nom v7.1.3
20962024-12-19T04:34:20.344Z Checking indicatif v0.17.9
20972024-12-19T04:34:20.489Z Checking petgraph v0.6.5
20982024-12-19T04:34:20.538Z Checking tokio-postgres v0.7.12
20992024-12-19T04:34:20.756Z Checking ecdsa v0.16.9
21002024-12-19T04:34:20.999Z Checking reqwest v0.12.9
21012024-12-19T04:34:21.115Z Checking toml v0.7.8
21022024-12-19T04:34:21.491Z Checking rsa v0.9.6
21032024-12-19T04:34:21.854Z Checking clap v4.5.21
21042024-12-19T04:34:21.976Z Checking zip v0.6.6
21052024-12-19T04:34:22.580Z Checking crossterm v0.28.1
21062024-12-19T04:34:22.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072024-12-19T04:34:22.723Z Checking itertools v0.10.5
21082024-12-19T04:34:22.771Z Checking itertools v0.12.1
21092024-12-19T04:34:22.946Z Checking fs-err v2.11.0
21102024-12-19T04:34:23.173Z Checking ahash v0.8.11
21112024-12-19T04:34:23.483Z Checking x509-cert v0.2.5
21122024-12-19T04:34:23.702Z Checking semver v1.0.23
21132024-12-19T04:34:23.748Z Checking hex v0.4.3
21142024-12-19T04:34:23.792Z Checking peg-runtime v0.8.3
21152024-12-19T04:34:24.051Z Checking lalrpop-util v0.19.12
21162024-12-19T04:34:24.129Z Checking sigpipe v0.1.3
21172024-12-19T04:34:25.168Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21182024-12-19T04:34:25.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.61s
21192024-12-19T04:34:25.643Z
21202024-12-19T04:34:25.643Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21212024-12-19T04:34:26.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-12-19T04:34:26.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-12-19T04:34:26.330Z Compiling hashbrown v0.14.5
21242024-12-19T04:34:26.450Z Checking heck v0.5.0
21252024-12-19T04:34:26.464Z Compiling unsafe-libyaml v0.2.11
21262024-12-19T04:34:26.480Z Compiling ident_case v1.0.1
21272024-12-19T04:34:26.483Z Checking progenitor-client v0.8.0
21282024-12-19T04:34:26.508Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21292024-12-19T04:34:26.523Z Compiling proc-macro-crate v1.3.1
21302024-12-19T04:34:26.619Z Compiling darling_core v0.20.10
21312024-12-19T04:34:26.654Z Checking ipnetwork v0.20.0
21322024-12-19T04:34:26.856Z Compiling structmeta-derive v0.3.0
21332024-12-19T04:34:26.877Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21342024-12-19T04:34:27.057Z Compiling newtype-uuid v1.1.3
21352024-12-19T04:34:27.174Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-19T04:34:27.353Z Compiling lzma-sys v0.1.20
21372024-12-19T04:34:27.519Z Compiling foreign-types-macros v0.2.3
21382024-12-19T04:34:27.611Z Checking regress v0.10.1
21392024-12-19T04:34:27.625Z Compiling num_enum_derive v0.5.11
21402024-12-19T04:34:28.126Z Compiling serde_yaml v0.9.34+deprecated
21412024-12-19T04:34:28.378Z Compiling dropshot v0.13.0
21422024-12-19T04:34:28.667Z Checking foreign-types-shared v0.3.1
21432024-12-19T04:34:28.784Z Checking arc-swap v1.7.1
21442024-12-19T04:34:28.808Z Checking foreign-types v0.5.0
21452024-12-19T04:34:29.024Z Compiling proc-macro-error v1.0.4
21462024-12-19T04:34:29.216Z Checking slog-scope v4.4.0
21472024-12-19T04:34:29.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482024-12-19T04:34:29.866Z Compiling structmeta v0.3.0
21492024-12-19T04:34:29.893Z Checking tungstenite v0.21.0
21502024-12-19T04:34:29.911Z Compiling heck v0.3.3
21512024-12-19T04:34:30.222Z Checking num_enum v0.5.11
21522024-12-19T04:34:30.300Z Compiling parse-display-derive v0.10.0
21532024-12-19T04:34:30.350Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542024-12-19T04:34:30.375Z Compiling dropshot_endpoint v0.13.0
21552024-12-19T04:34:30.872Z Checking cstr-argument v0.1.2
21562024-12-19T04:34:31.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-12-19T04:34:31.188Z Checking typify-impl v0.2.0
21582024-12-19T04:34:31.205Z Checking instant v0.1.13
21592024-12-19T04:34:31.318Z Checking pretty-hex v0.2.1
21602024-12-19T04:34:31.861Z Checking fastrand v2.1.1
21612024-12-19T04:34:32.203Z Checking base64 v0.21.7
21622024-12-19T04:34:32.439Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21632024-12-19T04:34:32.702Z Checking tempfile v3.13.0
21642024-12-19T04:34:32.747Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-19T04:34:32.804Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-12-19T04:34:32.891Z Checking backoff v0.4.0
21672024-12-19T04:34:33.065Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-12-19T04:34:33.083Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21692024-12-19T04:34:33.202Z Checking tokio-tungstenite v0.21.0
21702024-12-19T04:34:33.218Z Checking strum v0.26.3
21712024-12-19T04:34:33.365Z Compiling zone_cfg_derive v0.1.2
21722024-12-19T04:34:33.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21732024-12-19T04:34:33.699Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21742024-12-19T04:34:33.716Z Compiling darling_macro v0.20.10
21752024-12-19T04:34:33.801Z Checking slog-stdlog v4.1.1
21762024-12-19T04:34:33.960Z Checking regress v0.9.1
21772024-12-19T04:34:34.107Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-12-19T04:34:34.139Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21792024-12-19T04:34:34.256Z Checking colored v2.1.0
21802024-12-19T04:34:34.406Z Checking macaddr v1.0.1
21812024-12-19T04:34:34.544Z Checking base64 v0.13.1
21822024-12-19T04:34:34.640Z Compiling darling v0.20.10
21832024-12-19T04:34:34.753Z Compiling serde_with_macros v3.11.0
21842024-12-19T04:34:34.857Z Checking zone v0.1.8
21852024-12-19T04:34:34.920Z Checking ron v0.7.1
21862024-12-19T04:34:35.037Z Checking parse-display v0.10.0
21872024-12-19T04:34:35.269Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-12-19T04:34:35.515Z Checking xz2 v0.1.7
21892024-12-19T04:34:35.767Z Checking slog-envlogger v2.2.0
21902024-12-19T04:34:35.807Z Checking tabwriter v1.4.0
21912024-12-19T04:34:36.004Z Checking xattr v1.3.1
21922024-12-19T04:34:36.032Z Checking pem v3.0.4
21932024-12-19T04:34:36.122Z Checking yasna v0.5.2
21942024-12-19T04:34:36.200Z Checking headers-core v0.3.0
21952024-12-19T04:34:36.305Z Checking smf v0.2.3
21962024-12-19T04:34:36.346Z Checking filetime v0.2.25
21972024-12-19T04:34:36.560Z Checking same-file v1.0.6
21982024-12-19T04:34:36.731Z Checking walkdir v2.5.0
21992024-12-19T04:34:36.786Z Checking tar v0.4.42
22002024-12-19T04:34:36.820Z Checking headers v0.4.0
22012024-12-19T04:34:37.016Z Checking atomicwrites v0.4.4
22022024-12-19T04:34:37.074Z Checking rcgen v0.12.1
22032024-12-19T04:34:37.226Z Checking camino-tempfile v1.1.1
22042024-12-19T04:34:37.519Z Checking subprocess v0.2.9
22052024-12-19T04:34:37.985Z Checking serde_with v3.11.0
22062024-12-19T04:34:41.677Z Compiling typify-macro v0.2.0
22072024-12-19T04:34:43.587Z Compiling typify v0.2.0
22082024-12-19T04:34:43.658Z Compiling progenitor-impl v0.8.0
22092024-12-19T04:34:46.916Z Compiling progenitor-macro v0.8.0
22102024-12-19T04:34:52.347Z Checking progenitor v0.8.0
22112024-12-19T04:34:52.506Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22122024-12-19T04:34:52.508Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22132024-12-19T04:34:55.251Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22142024-12-19T04:34:55.635Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22152024-12-19T04:35:02.214Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22162024-12-19T04:35:03.820Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22172024-12-19T04:35:05.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s
22182024-12-19T04:35:05.238Z
22192024-12-19T04:35:05.238Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22202024-12-19T04:35:05.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-12-19T04:35:05.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-12-19T04:35:05.924Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-19T04:35:07.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
22242024-12-19T04:35:07.533Z
22252024-12-19T04:35:07.533Zinfo: running `cargo check --bins` on nexus-config (31/173)
22262024-12-19T04:35:08.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-19T04:35:08.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-19T04:35:08.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-12-19T04:35:08.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22302024-12-19T04:35:08.176Z
22312024-12-19T04:35:08.176Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22322024-12-19T04:35:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-19T04:35:08.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-19T04:35:08.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-19T04:35:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22362024-12-19T04:35:08.820Z
22372024-12-19T04:35:08.820Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22382024-12-19T04:35:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-19T04:35:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-19T04:35:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-19T04:35:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22422024-12-19T04:35:09.477Z
22432024-12-19T04:35:09.477Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22442024-12-19T04:35:10.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-19T04:35:10.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-19T04:35:10.191Z Compiling zerocopy v0.8.10
22472024-12-19T04:35:10.191Z Compiling progenitor-client v0.8.0
22482024-12-19T04:35:10.191Z Compiling itertools v0.13.0
22492024-12-19T04:35:10.191Z Compiling zerocopy-derive v0.8.10
22502024-12-19T04:35:10.191Z Compiling heapless v0.8.0
22512024-12-19T04:35:10.194Z Compiling newtype-uuid v1.1.3
22522024-12-19T04:35:10.194Z Compiling ipnetwork v0.20.0
22532024-12-19T04:35:10.194Z Checking hash32 v0.3.1
22542024-12-19T04:35:10.504Z Compiling instant v0.1.13
22552024-12-19T04:35:10.566Z Compiling smoltcp v0.11.0
22562024-12-19T04:35:10.642Z Compiling backoff v0.4.0
22572024-12-19T04:35:10.785Z Compiling progenitor v0.8.0
22582024-12-19T04:35:10.997Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22592024-12-19T04:35:11.054Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22602024-12-19T04:35:11.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612024-12-19T04:35:11.279Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622024-12-19T04:35:11.323Z Compiling serde_with v3.11.0
22632024-12-19T04:35:11.449Z Compiling dropshot v0.13.0
22642024-12-19T04:35:11.600Z Compiling parse-display v0.10.0
22652024-12-19T04:35:11.771Z Checking num-rational v0.4.2
22662024-12-19T04:35:12.118Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-12-19T04:35:12.332Z Compiling regress v0.9.1
22682024-12-19T04:35:12.429Z Compiling phf_generator v0.11.2
22692024-12-19T04:35:12.618Z Checking num-complex v0.4.6
22702024-12-19T04:35:13.502Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22712024-12-19T04:35:14.141Z Compiling macaddr v1.0.1
22722024-12-19T04:35:14.580Z Checking cobs v0.2.3
22732024-12-19T04:35:14.673Z Compiling num v0.4.3
22742024-12-19T04:35:14.755Z Checking postcard v1.0.10
22752024-12-19T04:35:14.877Z Compiling phf_codegen v0.11.2
22762024-12-19T04:35:15.327Z Compiling parse-zoneinfo v0.3.1
22772024-12-19T04:35:15.400Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22782024-12-19T04:35:15.692Z Compiling float-ord v0.3.2
22792024-12-19T04:35:15.860Z Compiling convert_case v0.4.0
22802024-12-19T04:35:16.780Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22812024-12-19T04:35:16.874Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22822024-12-19T04:35:17.035Z Compiling derive_more v0.99.18
22832024-12-19T04:35:17.368Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842024-12-19T04:35:17.638Z Compiling chrono-tz-build v0.4.0
22852024-12-19T04:35:18.238Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-19T04:35:19.136Z Compiling thiserror v2.0.3
22872024-12-19T04:35:19.160Z Compiling crucible-workspace-hack v0.1.0
22882024-12-19T04:35:19.410Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22892024-12-19T04:35:19.487Z Compiling chrono-tz v0.10.0
22902024-12-19T04:35:19.709Z Checking newline-converter v0.3.0
22912024-12-19T04:35:19.856Z Checking prettyplease v0.2.25
22922024-12-19T04:35:20.070Z Compiling thiserror-impl v2.0.3
22932024-12-19T04:35:20.138Z Compiling slog-dtrace v0.3.0
22942024-12-19T04:35:20.411Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22952024-12-19T04:35:20.890Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962024-12-19T04:35:20.990Z Checking expectorate v1.1.0
22972024-12-19T04:35:21.086Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22982024-12-19T04:35:21.155Z Compiling zone_cfg_derive v0.3.0
22992024-12-19T04:35:21.702Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-19T04:35:21.964Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23012024-12-19T04:35:22.281Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23022024-12-19T04:35:22.757Z Compiling const_format_proc_macros v0.2.33
23032024-12-19T04:35:23.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23042024-12-19T04:35:23.412Z Compiling num-derive v0.4.2
23052024-12-19T04:35:24.044Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23062024-12-19T04:35:24.094Z Checking highway v1.2.0
23072024-12-19T04:35:24.187Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23082024-12-19T04:35:24.509Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-12-19T04:35:24.533Z Checking zone v0.3.0
23102024-12-19T04:35:24.916Z Checking const_format v0.2.33
23112024-12-19T04:35:25.251Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23122024-12-19T04:35:25.260Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23132024-12-19T04:35:25.309Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23142024-12-19T04:35:25.473Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23152024-12-19T04:35:25.775Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23162024-12-19T04:35:25.811Z Checking gethostname v0.5.0
23172024-12-19T04:35:25.935Z Checking bcs v0.1.6
23182024-12-19T04:35:25.960Z Compiling async-recursion v1.1.1
23192024-12-19T04:35:27.158Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202024-12-19T04:35:27.582Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23212024-12-19T04:35:33.387Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23222024-12-19T04:35:36.815Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23232024-12-19T04:35:39.524Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23242024-12-19T04:35:40.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.28s
23252024-12-19T04:35:40.955Z
23262024-12-19T04:35:40.955Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23272024-12-19T04:35:41.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-12-19T04:35:41.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-12-19T04:35:41.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-12-19T04:35:41.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23312024-12-19T04:35:41.606Z
23322024-12-19T04:35:41.606Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23332024-12-19T04:35:42.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-12-19T04:35:42.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-12-19T04:35:42.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-12-19T04:35:42.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23372024-12-19T04:35:42.273Z
23382024-12-19T04:35:42.273Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23392024-12-19T04:35:42.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-12-19T04:35:42.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-12-19T04:35:42.965Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23422024-12-19T04:35:43.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
23432024-12-19T04:35:43.808Z
23442024-12-19T04:35:43.808Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23452024-12-19T04:35:44.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-12-19T04:35:44.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-12-19T04:35:44.503Z Compiling cfg_aliases v0.1.1
23482024-12-19T04:35:44.506Z Compiling vte_generate_state_changes v0.1.2
23492024-12-19T04:35:44.506Z Checking fd-lock v4.0.2
23502024-12-19T04:35:44.506Z Checking nibble_vec v0.1.0
23512024-12-19T04:35:44.608Z Checking bytecount v0.6.8
23522024-12-19T04:35:44.618Z Checking endian-type v0.1.2
23532024-12-19T04:35:44.644Z Compiling tabled_derive v0.7.0
23542024-12-19T04:35:44.669Z Compiling peg-macros v0.8.4
23552024-12-19T04:35:44.696Z Compiling nix v0.28.0
23562024-12-19T04:35:44.746Z Checking papergrid v0.11.0
23572024-12-19T04:35:44.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23582024-12-19T04:35:44.811Z Compiling sqlparser_derive v0.2.2
23592024-12-19T04:35:44.848Z Checking radix_trie v0.2.1
23602024-12-19T04:35:45.210Z Checking vte v0.11.1
23612024-12-19T04:35:45.253Z Checking unicode_categories v0.1.1
23622024-12-19T04:35:45.558Z Checking nu-ansi-term v0.50.1
23632024-12-19T04:35:45.887Z Checking home v0.5.9
23642024-12-19T04:35:45.963Z Checking sqlparser v0.45.0
23652024-12-19T04:35:46.004Z Checking sqlformat v0.2.6
23662024-12-19T04:35:46.029Z Checking display-error-chain v0.2.2
23672024-12-19T04:35:46.597Z Checking strip-ansi-escapes v0.2.0
23682024-12-19T04:35:46.737Z Checking reedline v0.35.0
23692024-12-19T04:35:47.060Z Checking tabled v0.15.0
23702024-12-19T04:35:47.590Z Checking peg v0.8.4
23712024-12-19T04:35:48.117Z Checking rustyline v14.0.0
23722024-12-19T04:35:56.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
23732024-12-19T04:35:56.907Z
23742024-12-19T04:35:56.907Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23752024-12-19T04:35:57.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-12-19T04:35:57.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-12-19T04:35:57.593Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-12-19T04:36:02.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
23792024-12-19T04:36:02.896Z
23802024-12-19T04:36:02.896Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23812024-12-19T04:36:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-12-19T04:36:03.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-12-19T04:36:03.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842024-12-19T04:36:07.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
23852024-12-19T04:36:07.588Z
23862024-12-19T04:36:07.588Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23872024-12-19T04:36:08.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-12-19T04:36:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-12-19T04:36:08.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-12-19T04:36:13.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
23912024-12-19T04:36:13.400Z
23922024-12-19T04:36:13.400Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23932024-12-19T04:36:13.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-12-19T04:36:13.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-12-19T04:36:14.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962024-12-19T04:36:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
23972024-12-19T04:36:19.225Z
23982024-12-19T04:36:19.225Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
23992024-12-19T04:36:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-12-19T04:36:19.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-12-19T04:36:19.924Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022024-12-19T04:36:23.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
24032024-12-19T04:36:24.064Z
24042024-12-19T04:36:24.064Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24052024-12-19T04:36:24.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-12-19T04:36:24.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-12-19T04:36:24.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082024-12-19T04:36:28.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
24092024-12-19T04:36:28.994Z
24102024-12-19T04:36:28.994Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24112024-12-19T04:36:29.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-12-19T04:36:29.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-12-19T04:36:29.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142024-12-19T04:36:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
24152024-12-19T04:36:35.024Z
24162024-12-19T04:36:35.024Zinfo: running `cargo check --bins` on oximeter (46/173)
24172024-12-19T04:36:35.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-12-19T04:36:35.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-12-19T04:36:35.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-12-19T04:36:35.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24212024-12-19T04:36:35.685Z
24222024-12-19T04:36:35.685Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24232024-12-19T04:36:36.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-12-19T04:36:36.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-12-19T04:36:36.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-12-19T04:36:36.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24272024-12-19T04:36:36.323Z
24282024-12-19T04:36:36.323Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24292024-12-19T04:36:36.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-12-19T04:36:36.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-12-19T04:36:36.993Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24322024-12-19T04:36:37.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
24332024-12-19T04:36:37.605Z
24342024-12-19T04:36:37.605Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24352024-12-19T04:36:38.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-12-19T04:36:38.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-12-19T04:36:38.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-12-19T04:36:38.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24392024-12-19T04:36:38.273Z
24402024-12-19T04:36:38.273Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24412024-12-19T04:36:38.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-12-19T04:36:38.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-12-19T04:36:38.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-12-19T04:36:38.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24452024-12-19T04:36:38.940Z
24462024-12-19T04:36:38.940Zinfo: running `cargo check --bins` on oxql-types (51/173)
24472024-12-19T04:36:39.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-12-19T04:36:39.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-12-19T04:36:39.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-12-19T04:36:39.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24512024-12-19T04:36:39.600Z
24522024-12-19T04:36:39.600Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24532024-12-19T04:36:40.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-12-19T04:36:40.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-12-19T04:36:40.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-12-19T04:36:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24572024-12-19T04:36:40.290Z
24582024-12-19T04:36:40.290Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24592024-12-19T04:36:40.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-12-19T04:36:40.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-12-19T04:36:40.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-12-19T04:36:40.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24632024-12-19T04:36:40.959Z
24642024-12-19T04:36:40.959Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24652024-12-19T04:36:41.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-12-19T04:36:41.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-12-19T04:36:41.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-12-19T04:36:41.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24692024-12-19T04:36:41.630Z
24702024-12-19T04:36:41.630Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24712024-12-19T04:36:42.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-12-19T04:36:42.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-12-19T04:36:42.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-12-19T04:36:42.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24752024-12-19T04:36:42.290Z
24762024-12-19T04:36:42.290Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24772024-12-19T04:36:42.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-12-19T04:36:42.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-12-19T04:36:42.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-12-19T04:36:42.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24812024-12-19T04:36:42.958Z
24822024-12-19T04:36:42.958Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24832024-12-19T04:36:43.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-12-19T04:36:43.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-12-19T04:36:43.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-12-19T04:36:43.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24872024-12-19T04:36:43.617Z
24882024-12-19T04:36:43.617Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24892024-12-19T04:36:44.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-12-19T04:36:44.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-12-19T04:36:44.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-12-19T04:36:44.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24932024-12-19T04:36:44.255Z
24942024-12-19T04:36:44.255Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24952024-12-19T04:36:44.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-12-19T04:36:44.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-12-19T04:36:44.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-12-19T04:36:44.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24992024-12-19T04:36:44.920Z
25002024-12-19T04:36:44.921Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25012024-12-19T04:36:45.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-12-19T04:36:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-12-19T04:36:45.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-12-19T04:36:45.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25052024-12-19T04:36:45.570Z
25062024-12-19T04:36:45.570Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25072024-12-19T04:36:46.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-12-19T04:36:46.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-12-19T04:36:46.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-12-19T04:36:46.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25112024-12-19T04:36:46.197Z
25122024-12-19T04:36:46.197Zinfo: running `cargo check --bins` on dpd-client (62/173)
25132024-12-19T04:36:46.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-12-19T04:36:46.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-12-19T04:36:46.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-12-19T04:36:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25172024-12-19T04:36:46.835Z
25182024-12-19T04:36:46.835Zinfo: running `cargo check --bins` on gateway-client (63/173)
25192024-12-19T04:36:47.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-12-19T04:36:47.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-12-19T04:36:47.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-12-19T04:36:47.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25232024-12-19T04:36:47.473Z
25242024-12-19T04:36:47.473Zinfo: running `cargo check --bins` on installinator-client (64/173)
25252024-12-19T04:36:48.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-12-19T04:36:48.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-12-19T04:36:48.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-12-19T04:36:48.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25292024-12-19T04:36:48.123Z
25302024-12-19T04:36:48.124Zinfo: running `cargo check --bins` on installinator-common (65/173)
25312024-12-19T04:36:48.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-12-19T04:36:48.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-12-19T04:36:48.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-12-19T04:36:48.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25352024-12-19T04:36:48.773Z
25362024-12-19T04:36:48.773Zinfo: running `cargo check --bins` on update-engine (66/173)
25372024-12-19T04:36:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-12-19T04:36:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-12-19T04:36:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-12-19T04:36:49.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25412024-12-19T04:36:49.392Z
25422024-12-19T04:36:49.392Zinfo: running `cargo check --bins` on nexus-client (67/173)
25432024-12-19T04:36:49.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-12-19T04:36:49.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-12-19T04:36:49.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-12-19T04:36:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25472024-12-19T04:36:50.048Z
25482024-12-19T04:36:50.048Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25492024-12-19T04:36:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-12-19T04:36:50.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-12-19T04:36:50.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-12-19T04:36:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25532024-12-19T04:36:50.698Z
25542024-12-19T04:36:50.699Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25552024-12-19T04:36:51.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-12-19T04:36:51.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-12-19T04:36:51.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-12-19T04:36:51.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25592024-12-19T04:36:51.314Z
25602024-12-19T04:36:51.314Zinfo: running `cargo check --bins` on nexus-types (70/173)
25612024-12-19T04:36:51.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-12-19T04:36:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-12-19T04:36:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-12-19T04:36:51.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25652024-12-19T04:36:51.972Z
25662024-12-19T04:36:51.972Zinfo: running `cargo check --bins` on oxide-client (71/173)
25672024-12-19T04:36:52.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-12-19T04:36:52.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-12-19T04:36:52.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-12-19T04:36:52.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25712024-12-19T04:36:52.603Z
25722024-12-19T04:36:52.603Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25732024-12-19T04:36:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-12-19T04:36:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-12-19T04:36:53.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-12-19T04:36:53.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-12-19T04:36:53.234Z
25782024-12-19T04:36:53.234Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25792024-12-19T04:36:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-12-19T04:36:53.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-12-19T04:36:53.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-12-19T04:36:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25832024-12-19T04:36:53.865Z
25842024-12-19T04:36:53.865Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25852024-12-19T04:36:54.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-12-19T04:36:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-12-19T04:36:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-12-19T04:36:54.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25892024-12-19T04:36:54.541Z
25902024-12-19T04:36:54.541Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25912024-12-19T04:36:55.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-12-19T04:36:55.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-12-19T04:36:55.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-12-19T04:36:55.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25952024-12-19T04:36:55.215Z
25962024-12-19T04:36:55.215Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25972024-12-19T04:36:55.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-12-19T04:36:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-12-19T04:36:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-12-19T04:36:55.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26012024-12-19T04:36:55.903Z
26022024-12-19T04:36:55.903Zinfo: running `cargo check --bins` on wicket-common (77/173)
26032024-12-19T04:36:56.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-12-19T04:36:56.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-12-19T04:36:56.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-12-19T04:36:56.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26072024-12-19T04:36:56.550Z
26082024-12-19T04:36:56.550Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26092024-12-19T04:36:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-12-19T04:36:57.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-12-19T04:36:57.249Z Checking csv-core v0.1.11
26122024-12-19T04:36:57.249Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26132024-12-19T04:36:57.249Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26142024-12-19T04:36:57.551Z Checking csv v1.3.0
26152024-12-19T04:36:57.568Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26162024-12-19T04:36:58.112Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26172024-12-19T04:36:58.441Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26182024-12-19T04:37:02.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
26192024-12-19T04:37:02.712Z
26202024-12-19T04:37:02.712Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26212024-12-19T04:37:02.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-12-19T04:37:02.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-12-19T04:37:02.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-12-19T04:37:02.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26252024-12-19T04:37:02.713Z
26262024-12-19T04:37:02.713Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26272024-12-19T04:37:02.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-12-19T04:37:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-12-19T04:37:02.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-12-19T04:37:02.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26312024-12-19T04:37:02.713Z
26322024-12-19T04:37:02.713Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26332024-12-19T04:37:02.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-12-19T04:37:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-12-19T04:37:02.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-12-19T04:37:02.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26372024-12-19T04:37:02.713Z
26382024-12-19T04:37:02.713Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26392024-12-19T04:37:02.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-12-19T04:37:02.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-12-19T04:37:02.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-12-19T04:37:02.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26432024-12-19T04:37:02.743Z
26442024-12-19T04:37:02.743Zinfo: running `cargo check --bins` on dns-server (83/173)
26452024-12-19T04:37:03.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-12-19T04:37:03.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-12-19T04:37:03.397Z Compiling parking_lot_core v0.8.6
26482024-12-19T04:37:03.398Z Checking fxhash v0.2.1
26492024-12-19T04:37:03.400Z Checking hickory-server v0.24.1
26502024-12-19T04:37:03.400Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26512024-12-19T04:37:03.500Z Checking hickory-client v0.24.1
26522024-12-19T04:37:04.095Z Checking parking_lot v0.11.2
26532024-12-19T04:37:04.321Z Checking sled v0.34.7
26542024-12-19T04:37:05.277Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26552024-12-19T04:37:05.277Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26562024-12-19T04:37:06.106Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26572024-12-19T04:37:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
26582024-12-19T04:37:07.562Z
26592024-12-19T04:37:07.562Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26602024-12-19T04:37:08.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-12-19T04:37:08.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-12-19T04:37:08.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-12-19T04:37:08.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26642024-12-19T04:37:08.218Z
26652024-12-19T04:37:08.219Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26662024-12-19T04:37:08.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-12-19T04:37:08.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-12-19T04:37:08.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-12-19T04:37:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26702024-12-19T04:37:08.945Z
26712024-12-19T04:37:08.945Zinfo: running `cargo check --bins` on gateway-types (86/173)
26722024-12-19T04:37:09.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-12-19T04:37:09.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-12-19T04:37:09.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-12-19T04:37:09.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26762024-12-19T04:37:09.600Z
26772024-12-19T04:37:09.600Zinfo: running `cargo check --bins` on ipcc (87/173)
26782024-12-19T04:37:10.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-12-19T04:37:10.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-12-19T04:37:10.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-12-19T04:37:10.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26822024-12-19T04:37:10.255Z
26832024-12-19T04:37:10.256Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26842024-12-19T04:37:10.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-12-19T04:37:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-12-19T04:37:10.992Z Compiling semver v0.1.20
26872024-12-19T04:37:10.992Z Compiling radium v0.7.0
26882024-12-19T04:37:11.109Z Compiling maybe-uninit v2.0.0
26892024-12-19T04:37:11.112Z Checking tap v1.0.1
26902024-12-19T04:37:11.131Z Checking password-hash v0.5.0
26912024-12-19T04:37:11.134Z Checking blake2 v0.10.6
26922024-12-19T04:37:11.135Z Compiling owo-colors v4.1.0
26932024-12-19T04:37:11.135Z Checking funty v2.0.0
26942024-12-19T04:37:11.258Z Checking wyz v0.5.1
26952024-12-19T04:37:11.416Z Compiling rustc_version v0.1.7
26962024-12-19T04:37:11.581Z Checking crc-catalog v2.4.0
26972024-12-19T04:37:11.599Z Compiling packed_struct v0.10.1
26982024-12-19T04:37:11.653Z Compiling cancel-safe-futures v0.1.5
26992024-12-19T04:37:11.698Z Checking argon2 v0.5.3
27002024-12-19T04:37:11.718Z Checking crc v3.2.1
27012024-12-19T04:37:11.790Z Compiling packed_struct_codegen v0.10.1
27022024-12-19T04:37:11.937Z Checking half v2.4.1
27032024-12-19T04:37:11.953Z Compiling newtype_derive v0.1.6
27042024-12-19T04:37:12.008Z Compiling indexmap v1.9.3
27052024-12-19T04:37:12.060Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27062024-12-19T04:37:12.116Z Checking bitvec v1.0.1
27072024-12-19T04:37:12.184Z Checking ciborium-io v0.2.2
27082024-12-19T04:37:12.294Z Checking nodrop v0.1.14
27092024-12-19T04:37:12.343Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27102024-12-19T04:37:12.374Z Checking ciborium-ll v0.2.2
27112024-12-19T04:37:12.406Z Checking array-init v0.0.4
27122024-12-19T04:37:12.420Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27132024-12-19T04:37:12.624Z Checking smallvec v0.6.14
27142024-12-19T04:37:12.670Z Checking libsw v3.3.1
27152024-12-19T04:37:12.817Z Compiling memoffset v0.9.1
27162024-12-19T04:37:12.923Z Checking linear-map v1.2.0
27172024-12-19T04:37:13.038Z Checking swrite v0.1.0
27182024-12-19T04:37:13.125Z Checking hashbrown v0.12.3
27192024-12-19T04:37:13.145Z Checking termcolor v1.4.1
27202024-12-19T04:37:13.192Z Checking indent_write v2.2.0
27212024-12-19T04:37:13.222Z Checking bitfield v0.14.0
27222024-12-19T04:37:13.398Z Checking ron v0.8.1
27232024-12-19T04:37:13.457Z Checking serde-hex v0.1.0
27242024-12-19T04:37:13.508Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27252024-12-19T04:37:13.565Z Checking env_logger v0.10.2
27262024-12-19T04:37:14.121Z Checking ciborium v0.2.2
27272024-12-19T04:37:14.277Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27282024-12-19T04:37:14.680Z Checking steno v0.4.1
27292024-12-19T04:37:14.865Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27302024-12-19T04:37:14.882Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27312024-12-19T04:37:15.023Z Checking hashbrown v0.13.2
27322024-12-19T04:37:15.109Z Checking humantime v2.1.0
27332024-12-19T04:37:15.189Z Checking crc-any v2.5.0
27342024-12-19T04:37:15.398Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-19T04:37:15.597Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362024-12-19T04:37:15.786Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27372024-12-19T04:37:16.061Z Checking object v0.30.4
27382024-12-19T04:37:16.078Z Checking path-slash v0.1.5
27392024-12-19T04:37:16.216Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27402024-12-19T04:37:16.304Z Checking nix v0.27.1
27412024-12-19T04:37:16.965Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27422024-12-19T04:37:17.334Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432024-12-19T04:37:17.443Z Checking tungstenite v0.23.0
27442024-12-19T04:37:17.600Z Checking kstat-rs v0.2.4
27452024-12-19T04:37:17.686Z Checking signal-hook-tokio v0.3.1
27462024-12-19T04:37:17.941Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27472024-12-19T04:37:18.188Z Checking tokio-tungstenite v0.23.1
27482024-12-19T04:37:18.577Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27492024-12-19T04:37:18.991Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502024-12-19T04:37:19.090Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512024-12-19T04:37:25.884Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-19T04:37:27.209Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27532024-12-19T04:37:30.517Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542024-12-19T04:37:36.479Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552024-12-19T04:37:37.195Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27562024-12-19T04:37:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.84s
27572024-12-19T04:37:40.291Z
27582024-12-19T04:37:40.291Zinfo: running `cargo check --bins` on gateway-api (89/173)
27592024-12-19T04:37:40.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-12-19T04:37:40.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-12-19T04:37:40.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-12-19T04:37:40.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27632024-12-19T04:37:40.986Z
27642024-12-19T04:37:40.986Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27652024-12-19T04:37:41.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-12-19T04:37:41.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-12-19T04:37:41.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-12-19T04:37:41.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27692024-12-19T04:37:41.621Z
27702024-12-19T04:37:41.622Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27712024-12-19T04:37:42.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-12-19T04:37:42.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-12-19T04:37:42.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-12-19T04:37:42.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27752024-12-19T04:37:42.275Z
27762024-12-19T04:37:42.275Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27772024-12-19T04:37:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-12-19T04:37:42.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-12-19T04:37:42.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-12-19T04:37:42.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27812024-12-19T04:37:42.928Z
27822024-12-19T04:37:42.928Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27832024-12-19T04:37:43.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-12-19T04:37:43.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-12-19T04:37:43.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-12-19T04:37:43.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27872024-12-19T04:37:43.576Z
27882024-12-19T04:37:43.576Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27892024-12-19T04:37:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-12-19T04:37:44.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-12-19T04:37:44.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-12-19T04:37:44.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27932024-12-19T04:37:44.231Z
27942024-12-19T04:37:44.231Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27952024-12-19T04:37:44.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-12-19T04:37:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-12-19T04:37:44.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-12-19T04:37:44.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27992024-12-19T04:37:44.892Z
28002024-12-19T04:37:44.892Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28012024-12-19T04:37:45.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-12-19T04:37:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-12-19T04:37:45.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-12-19T04:37:45.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28052024-12-19T04:37:45.528Z
28062024-12-19T04:37:45.528Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28072024-12-19T04:37:46.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-12-19T04:37:46.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-12-19T04:37:46.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-12-19T04:37:46.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28112024-12-19T04:37:46.208Z
28122024-12-19T04:37:46.208Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28132024-12-19T04:37:46.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-12-19T04:37:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-12-19T04:37:46.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-12-19T04:37:46.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28172024-12-19T04:37:46.851Z
28182024-12-19T04:37:46.851Zinfo: running `cargo check --bins` on sp-sim (99/173)
28192024-12-19T04:37:47.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-12-19T04:37:47.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-12-19T04:37:47.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28222024-12-19T04:37:49.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
28232024-12-19T04:37:49.612Z
28242024-12-19T04:37:49.612Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28252024-12-19T04:37:50.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-12-19T04:37:50.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-12-19T04:37:50.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-12-19T04:37:50.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28292024-12-19T04:37:50.313Z
28302024-12-19T04:37:50.313Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28312024-12-19T04:37:50.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-12-19T04:37:50.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-12-19T04:37:50.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342024-12-19T04:37:50.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28352024-12-19T04:37:51.028Z
28362024-12-19T04:37:51.028Zinfo: running `cargo check --bins` on db-macros (102/173)
28372024-12-19T04:37:51.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-12-19T04:37:51.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-12-19T04:37:51.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402024-12-19T04:37:51.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28412024-12-19T04:37:51.659Z
28422024-12-19T04:37:51.659Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28432024-12-19T04:37:52.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-12-19T04:37:52.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-12-19T04:37:52.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-12-19T04:37:52.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28472024-12-19T04:37:52.297Z
28482024-12-19T04:37:52.297Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28492024-12-19T04:37:52.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-12-19T04:37:52.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-12-19T04:37:52.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-12-19T04:37:52.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28532024-12-19T04:37:52.991Z
28542024-12-19T04:37:52.991Zinfo: running `cargo check --bins` on authz-macros (105/173)
28552024-12-19T04:37:53.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-12-19T04:37:53.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-12-19T04:37:53.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-12-19T04:37:53.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28592024-12-19T04:37:53.637Z
28602024-12-19T04:37:53.637Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28612024-12-19T04:37:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-12-19T04:37:54.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-12-19T04:37:54.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-12-19T04:37:54.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28652024-12-19T04:37:54.337Z
28662024-12-19T04:37:54.337Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28672024-12-19T04:37:54.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-12-19T04:37:54.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-12-19T04:37:54.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-12-19T04:37:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28712024-12-19T04:37:55.033Z
28722024-12-19T04:37:55.033Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28732024-12-19T04:37:55.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-12-19T04:37:55.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-12-19T04:37:55.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-12-19T04:37:55.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28772024-12-19T04:37:55.654Z
28782024-12-19T04:37:55.655Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28792024-12-19T04:37:56.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-12-19T04:37:56.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-12-19T04:37:56.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-12-19T04:37:56.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28832024-12-19T04:37:56.327Z
28842024-12-19T04:37:56.327Zinfo: running `cargo check --bins` on typed-rng (110/173)
28852024-12-19T04:37:56.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-12-19T04:37:56.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-12-19T04:37:56.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-12-19T04:37:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28892024-12-19T04:37:56.969Z
28902024-12-19T04:37:56.969Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28912024-12-19T04:37:57.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-12-19T04:37:57.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-12-19T04:37:57.741Z Checking keccak v0.1.5
28942024-12-19T04:37:57.852Z Checking secrecy v0.8.0
28952024-12-19T04:37:57.854Z Compiling unicase v2.7.0
28962024-12-19T04:37:57.864Z Compiling same-file v1.0.6
28972024-12-19T04:37:57.877Z Compiling tempfile v3.13.0
28982024-12-19T04:37:57.904Z Compiling thiserror-impl-no-std v2.0.2
28992024-12-19T04:37:57.904Z Checking universal-hash v0.5.1
29002024-12-19T04:37:57.907Z Compiling blake3 v1.5.4
29012024-12-19T04:37:58.024Z Compiling ring v0.16.20
29022024-12-19T04:37:58.094Z Compiling walkdir v2.5.0
29032024-12-19T04:37:58.116Z Checking sha3 v0.10.8
29042024-12-19T04:37:58.149Z Checking opaque-debug v0.3.1
29052024-12-19T04:37:58.244Z Checking poly1305 v0.8.0
29062024-12-19T04:37:58.305Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29072024-12-19T04:37:58.544Z Checking chacha20 v0.9.1
29082024-12-19T04:37:58.598Z Checking aead v0.5.2
29092024-12-19T04:37:58.724Z Compiling memmap2 v0.9.5
29102024-12-19T04:37:58.743Z Compiling arrayvec v0.7.6
29112024-12-19T04:37:58.805Z Compiling salty v0.3.0
29122024-12-19T04:37:58.808Z Compiling libefi-sys v0.1.0
29132024-12-19T04:37:58.877Z Compiling spin v0.5.2
29142024-12-19T04:37:59.074Z Compiling arrayref v0.3.9
29152024-12-19T04:37:59.100Z Compiling constant_time_eq v0.3.1
29162024-12-19T04:37:59.145Z Checking chacha20poly1305 v0.10.1
29172024-12-19T04:37:59.194Z Compiling toolchain_find v0.4.0
29182024-12-19T04:37:59.261Z Compiling camino-tempfile v1.1.1
29192024-12-19T04:37:59.278Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29202024-12-19T04:37:59.314Z Compiling bitfield-struct v0.6.2
29212024-12-19T04:37:59.645Z Compiling topological-sort v0.2.2
29222024-12-19T04:37:59.721Z Compiling mime_guess v2.0.5
29232024-12-19T04:37:59.801Z Compiling rustfmt-wrapper v0.2.1
29242024-12-19T04:38:00.299Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29252024-12-19T04:38:00.350Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29262024-12-19T04:38:00.449Z Checking primeorder v0.13.6
29272024-12-19T04:38:00.468Z Checking env_filter v0.1.2
29282024-12-19T04:38:00.647Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-12-19T04:38:00.693Z Checking env_logger v0.11.5
29302024-12-19T04:38:00.781Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-12-19T04:38:00.903Z Checking p384 v0.13.0
29322024-12-19T04:38:00.980Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29332024-12-19T04:38:00.999Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29342024-12-19T04:38:01.129Z Checking thiserror-no-std v2.0.2
29352024-12-19T04:38:01.229Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29362024-12-19T04:38:01.246Z Checking vsss-rs v3.3.4
29372024-12-19T04:38:01.326Z Compiling zip v2.1.3
29382024-12-19T04:38:01.353Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-12-19T04:38:01.606Z Checking http-range v0.1.5
29402024-12-19T04:38:01.628Z Checking lockfree-object-pool v0.1.6
29412024-12-19T04:38:01.678Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29422024-12-19T04:38:01.780Z Checking simd-adler32 v0.3.7
29432024-12-19T04:38:01.860Z Checking bumpalo v3.16.0
29442024-12-19T04:38:01.882Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29452024-12-19T04:38:01.976Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29462024-12-19T04:38:02.121Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29472024-12-19T04:38:02.197Z Checking zopfli v0.8.1
29482024-12-19T04:38:02.251Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29492024-12-19T04:38:02.718Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29502024-12-19T04:38:02.760Z Checking nanorand v0.7.0
29512024-12-19T04:38:02.777Z Checking atty v0.2.14
29522024-12-19T04:38:02.867Z Checking glob v0.3.1
29532024-12-19T04:38:02.895Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29542024-12-19T04:38:03.118Z Checking flume v0.11.1
29552024-12-19T04:38:03.382Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29562024-12-19T04:38:03.634Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29572024-12-19T04:38:03.959Z Compiling omicron-zone-package v0.11.1
29582024-12-19T04:38:04.300Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29592024-12-19T04:38:04.762Z Checking hyper-staticfile v0.10.1
29602024-12-19T04:38:05.299Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29612024-12-19T04:38:05.395Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29622024-12-19T04:38:05.459Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29632024-12-19T04:38:05.709Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29642024-12-19T04:38:05.763Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29652024-12-19T04:38:06.352Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29662024-12-19T04:38:06.726Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29672024-12-19T04:38:07.331Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29682024-12-19T04:38:08.248Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29692024-12-19T04:38:10.410Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29702024-12-19T04:38:10.413Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29712024-12-19T04:38:20.767Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29722024-12-19T04:38:34.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s
29732024-12-19T04:38:34.932Z
29742024-12-19T04:38:34.933Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29752024-12-19T04:38:35.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762024-12-19T04:38:35.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772024-12-19T04:38:35.709Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29782024-12-19T04:38:50.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s
29792024-12-19T04:38:50.257Z
29802024-12-19T04:38:50.257Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29812024-12-19T04:38:50.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-12-19T04:38:50.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-12-19T04:38:51.037Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-12-19T04:39:04.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
29852024-12-19T04:39:05.092Z
29862024-12-19T04:39:05.092Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29872024-12-19T04:39:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-12-19T04:39:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-12-19T04:39:05.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-12-19T04:39:19.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
29912024-12-19T04:39:20.158Z
29922024-12-19T04:39:20.158Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29932024-12-19T04:39:20.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-12-19T04:39:20.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-12-19T04:39:20.934Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-12-19T04:39:34.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
29972024-12-19T04:39:35.105Z
29982024-12-19T04:39:35.105Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29992024-12-19T04:39:35.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-12-19T04:39:35.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-12-19T04:39:35.886Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-12-19T04:39:49.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
30032024-12-19T04:39:49.814Z
30042024-12-19T04:39:49.814Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30052024-12-19T04:39:50.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-12-19T04:39:50.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-12-19T04:39:50.572Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-12-19T04:40:04.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.55s
30092024-12-19T04:40:04.575Z
30102024-12-19T04:40:04.576Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30112024-12-19T04:40:05.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-12-19T04:40:05.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-12-19T04:40:05.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-12-19T04:40:19.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
30152024-12-19T04:40:19.655Z
30162024-12-19T04:40:19.655Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30172024-12-19T04:40:20.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-12-19T04:40:20.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-12-19T04:40:20.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202024-12-19T04:40:20.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30212024-12-19T04:40:20.354Z
30222024-12-19T04:40:20.354Zinfo: running `cargo check --bins` on key-manager (120/173)
30232024-12-19T04:40:20.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-12-19T04:40:20.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-12-19T04:40:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-12-19T04:40:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30272024-12-19T04:40:21.010Z
30282024-12-19T04:40:21.010Zinfo: running `cargo check --bins` on range-requests (121/173)
30292024-12-19T04:40:21.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-12-19T04:40:21.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-12-19T04:40:21.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-12-19T04:40:21.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30332024-12-19T04:40:21.640Z
30342024-12-19T04:40:21.640Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30352024-12-19T04:40:22.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-12-19T04:40:22.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-12-19T04:40:22.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-12-19T04:40:22.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30392024-12-19T04:40:22.304Z
30402024-12-19T04:40:22.304Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30412024-12-19T04:40:22.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-12-19T04:40:22.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-12-19T04:40:22.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-12-19T04:40:22.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30452024-12-19T04:40:22.972Z
30462024-12-19T04:40:22.972Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30472024-12-19T04:40:23.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-12-19T04:40:23.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-12-19T04:40:23.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-12-19T04:40:23.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30512024-12-19T04:40:23.673Z
30522024-12-19T04:40:23.673Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30532024-12-19T04:40:24.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-12-19T04:40:24.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-12-19T04:40:24.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-12-19T04:40:24.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30572024-12-19T04:40:24.354Z
30582024-12-19T04:40:24.354Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30592024-12-19T04:40:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-12-19T04:40:24.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-12-19T04:40:24.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-12-19T04:40:24.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30632024-12-19T04:40:25.036Z
30642024-12-19T04:40:25.039Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30652024-12-19T04:40:25.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-12-19T04:40:25.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-12-19T04:40:25.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-12-19T04:40:25.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30692024-12-19T04:40:25.720Z
30702024-12-19T04:40:25.720Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30712024-12-19T04:40:26.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-12-19T04:40:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-12-19T04:40:26.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-12-19T04:40:26.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30752024-12-19T04:40:26.405Z
30762024-12-19T04:40:26.405Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30772024-12-19T04:40:27.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-12-19T04:40:27.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-12-19T04:40:27.120Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30802024-12-19T04:40:27.121Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30812024-12-19T04:40:28.007Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30822024-12-19T04:40:30.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
30832024-12-19T04:40:30.262Z
30842024-12-19T04:40:30.262Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30852024-12-19T04:40:30.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-19T04:40:30.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-19T04:40:30.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882024-12-19T04:40:30.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30892024-12-19T04:40:30.919Z
30902024-12-19T04:40:30.919Zinfo: running `cargo check --bins` on cert-dev (131/173)
30912024-12-19T04:40:31.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-12-19T04:40:31.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-12-19T04:40:31.579Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30942024-12-19T04:40:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
30952024-12-19T04:40:32.020Z
30962024-12-19T04:40:32.021Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
30972024-12-19T04:40:32.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-12-19T04:40:32.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-12-19T04:40:32.719Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31002024-12-19T04:40:32.719Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31012024-12-19T04:40:33.326Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31022024-12-19T04:40:33.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
31032024-12-19T04:40:33.880Z
31042024-12-19T04:40:33.880Zinfo: running `cargo check --bins` on ch-dev (133/173)
31052024-12-19T04:40:34.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-12-19T04:40:34.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-12-19T04:40:34.557Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082024-12-19T04:40:35.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
31092024-12-19T04:40:35.479Z
31102024-12-19T04:40:35.479Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31112024-12-19T04:40:36.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-12-19T04:40:36.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-12-19T04:40:36.166Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31142024-12-19T04:40:36.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
31152024-12-19T04:40:36.719Z
31162024-12-19T04:40:36.719Zinfo: running `cargo check --bins` on db-dev (135/173)
31172024-12-19T04:40:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-12-19T04:40:37.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-12-19T04:40:37.419Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31202024-12-19T04:40:38.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
31212024-12-19T04:40:38.340Z
31222024-12-19T04:40:38.340Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31232024-12-19T04:40:39.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-12-19T04:40:39.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-12-19T04:40:39.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262024-12-19T04:40:39.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31272024-12-19T04:40:39.438Z
31282024-12-19T04:40:39.438Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31292024-12-19T04:40:39.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-12-19T04:40:39.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-12-19T04:40:39.729Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31322024-12-19T04:40:40.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
31332024-12-19T04:40:40.762Z
31342024-12-19T04:40:40.762Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31352024-12-19T04:40:41.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-12-19T04:40:41.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-12-19T04:40:41.425Z Checking cargo-platform v0.1.8
31382024-12-19T04:40:41.698Z Checking cargo_metadata v0.18.1
31392024-12-19T04:40:46.091Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31402024-12-19T04:40:46.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31412024-12-19T04:40:46.144Z
31422024-12-19T04:40:46.144Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31432024-12-19T04:40:46.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-19T04:40:46.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-19T04:40:46.149Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31462024-12-19T04:40:46.149Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31472024-12-19T04:40:46.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
31482024-12-19T04:40:46.149Z
31492024-12-19T04:40:46.149Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31502024-12-19T04:40:46.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-12-19T04:40:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-12-19T04:40:46.673Z Compiling crunchy v0.2.2
31532024-12-19T04:40:46.673Z Compiling tiny-keccak v2.0.2
31542024-12-19T04:40:46.676Z Compiling dsl_auto_type v0.1.2
31552024-12-19T04:40:46.676Z Checking scheduled-thread-pool v0.2.7
31562024-12-19T04:40:46.676Z Compiling diesel_table_macro_syntax v0.2.0
31572024-12-19T04:40:46.678Z Compiling ascii-canvas v3.0.0
31582024-12-19T04:40:46.794Z Compiling ena v0.14.3
31592024-12-19T04:40:46.797Z Compiling regex-syntax v0.6.29
31602024-12-19T04:40:47.075Z Checking r2d2 v0.8.10
31612024-12-19T04:40:47.202Z Compiling diff v0.1.13
31622024-12-19T04:40:47.245Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31632024-12-19T04:40:47.249Z Compiling ref-cast v1.0.23
31642024-12-19T04:40:47.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31652024-12-19T04:40:47.390Z Compiling derive_builder_core v0.20.2
31662024-12-19T04:40:47.520Z Compiling libxml v0.3.3
31672024-12-19T04:40:47.636Z Compiling ref-cast-impl v1.0.23
31682024-12-19T04:40:47.842Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31692024-12-19T04:40:47.919Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31702024-12-19T04:40:47.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31712024-12-19T04:40:48.128Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31722024-12-19T04:40:48.206Z Compiling strum_macros v0.24.3
31732024-12-19T04:40:48.362Z Compiling samael v0.0.17
31742024-12-19T04:40:48.381Z Compiling diesel_derives v2.2.3
31752024-12-19T04:40:48.550Z Compiling indoc v1.0.9
31762024-12-19T04:40:49.535Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31772024-12-19T04:40:49.806Z Compiling impl-trait-for-tuples v0.2.2
31782024-12-19T04:40:49.851Z Compiling derive_builder_macro v0.20.2
31792024-12-19T04:40:50.215Z Compiling lalrpop v0.19.12
31802024-12-19T04:40:50.738Z Checking derive_builder v0.20.2
31812024-12-19T04:40:50.898Z Compiling oso-derive v0.27.3
31822024-12-19T04:40:51.478Z Checking quick-xml v0.33.0
31832024-12-19T04:40:51.891Z Compiling diesel-dtrace v0.3.0
31842024-12-19T04:40:51.998Z Checking maplit v1.0.2
31852024-12-19T04:40:52.155Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31862024-12-19T04:40:52.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31872024-12-19T04:40:52.544Z Checking bb8 v0.8.5
31882024-12-19T04:40:52.882Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31892024-12-19T04:40:53.090Z Checking castaway v0.2.3
31902024-12-19T04:40:53.230Z Checking rand_seeder v0.3.0
31912024-12-19T04:40:53.339Z Checking compact_str v0.8.0
31922024-12-19T04:40:53.339Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31932024-12-19T04:40:53.457Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31942024-12-19T04:40:53.635Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31952024-12-19T04:40:53.835Z Checking unicode-truncate v1.1.0
31962024-12-19T04:40:54.085Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31972024-12-19T04:40:54.110Z Checking lru v0.12.5
31982024-12-19T04:40:54.355Z Compiling instability v0.3.2
31992024-12-19T04:40:54.424Z Checking smawk v0.3.2
32002024-12-19T04:40:54.636Z Checking cassowary v0.3.0
32012024-12-19T04:40:55.046Z Checking unicode-linebreak v0.1.5
32022024-12-19T04:40:55.211Z Checking is_ci v1.2.0
32032024-12-19T04:40:55.347Z Checking supports-color v3.0.1
32042024-12-19T04:40:55.366Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32052024-12-19T04:40:55.384Z Checking ratatui v0.28.1
32062024-12-19T04:40:55.471Z Checking textwrap v0.16.1
32072024-12-19T04:40:55.574Z Checking multimap v0.10.0
32082024-12-19T04:40:58.433Z Checking diesel v2.2.4
32092024-12-19T04:41:23.963Z Compiling polar-core v0.27.3
32102024-12-19T04:41:28.139Z Checking async-bb8-diesel v0.2.1
32112024-12-19T04:41:31.390Z Checking oso v0.27.3
32122024-12-19T04:42:44.289Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32132024-12-19T04:42:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
32142024-12-19T04:42:50.919Z
32152024-12-19T04:42:50.919Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32162024-12-19T04:42:51.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-12-19T04:42:51.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-12-19T04:42:51.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192024-12-19T04:42:51.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32202024-12-19T04:42:51.621Z
32212024-12-19T04:42:51.621Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32222024-12-19T04:42:52.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-12-19T04:42:52.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-12-19T04:42:52.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252024-12-19T04:42:52.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32262024-12-19T04:42:52.299Z
32272024-12-19T04:42:52.299Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32282024-12-19T04:42:52.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292024-12-19T04:42:52.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302024-12-19T04:42:52.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312024-12-19T04:42:52.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32322024-12-19T04:42:52.914Z
32332024-12-19T04:42:52.914Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32342024-12-19T04:42:53.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-12-19T04:42:53.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-12-19T04:42:53.736Z Compiling libz-sys v1.1.20
32372024-12-19T04:42:53.851Z Compiling libgit2-sys v0.17.0+1.8.1
32382024-12-19T04:42:53.864Z Compiling vergen v8.3.2
32392024-12-19T04:42:53.867Z Compiling cargo-platform v0.1.8
32402024-12-19T04:42:53.867Z Compiling pin-project-internal v1.1.6
32412024-12-19T04:42:53.900Z Compiling libsqlite3-sys v0.30.1
32422024-12-19T04:42:53.900Z Compiling snafu-derive v0.8.5
32432024-12-19T04:42:53.904Z Compiling cfg_aliases v0.2.1
32442024-12-19T04:42:54.035Z Compiling buf-list v1.0.3
32452024-12-19T04:42:54.144Z Compiling rustls v0.21.12
32462024-12-19T04:42:54.395Z Compiling cargo_metadata v0.18.1
32472024-12-19T04:42:54.455Z Compiling nix v0.29.0
32482024-12-19T04:42:54.480Z Checking globset v0.4.15
32492024-12-19T04:42:54.755Z Checking olpc-cjson v0.1.4
32502024-12-19T04:42:54.831Z Checking sct v0.7.1
32512024-12-19T04:42:54.972Z Checking rustls-webpki v0.101.7
32522024-12-19T04:42:55.010Z Checking serde_plain v1.0.2
32532024-12-19T04:42:55.027Z Checking typed-path v0.9.3
32542024-12-19T04:42:55.572Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32552024-12-19T04:42:55.739Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32562024-12-19T04:42:55.822Z Checking hashlink v0.9.1
32572024-12-19T04:42:56.007Z Checking fallible-iterator v0.3.0
32582024-12-19T04:42:56.420Z Checking fallible-streaming-iterator v0.1.9
32592024-12-19T04:42:56.678Z Checking parse-size v1.1.0
32602024-12-19T04:42:56.697Z Checking rusqlite v0.32.1
32612024-12-19T04:42:56.995Z Checking pin-project v1.1.6
32622024-12-19T04:42:57.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32632024-12-19T04:42:57.124Z Checking rustls-pemfile v1.0.4
32642024-12-19T04:42:57.322Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32652024-12-19T04:42:57.364Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662024-12-19T04:42:57.622Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32672024-12-19T04:42:58.010Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32682024-12-19T04:42:58.048Z Checking twox-hash v1.6.3
32692024-12-19T04:42:58.132Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32702024-12-19T04:42:58.352Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32712024-12-19T04:42:58.498Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722024-12-19T04:42:58.883Z Checking tokio-rustls v0.24.1
32732024-12-19T04:42:59.091Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32742024-12-19T04:42:59.110Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32752024-12-19T04:42:59.240Z Checking fatfs v0.3.6
32762024-12-19T04:42:59.513Z Checking snafu v0.8.5
32772024-12-19T04:42:59.985Z Checking tough v0.19.0
32782024-12-19T04:43:00.027Z Checking assert_matches v1.5.0
32792024-12-19T04:43:04.182Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32802024-12-19T04:43:05.512Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32812024-12-19T04:43:05.935Z Compiling git2 v0.19.0
32822024-12-19T04:43:10.758Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32832024-12-19T04:44:05.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
32842024-12-19T04:44:06.171Z
32852024-12-19T04:44:06.171Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32862024-12-19T04:44:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872024-12-19T04:44:06.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882024-12-19T04:44:06.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892024-12-19T04:44:06.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32902024-12-19T04:44:06.895Z
32912024-12-19T04:44:06.895Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32922024-12-19T04:44:07.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-12-19T04:44:07.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-12-19T04:44:07.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952024-12-19T04:44:07.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32962024-12-19T04:44:07.533Z
32972024-12-19T04:44:07.533Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
32982024-12-19T04:44:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992024-12-19T04:44:08.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002024-12-19T04:44:08.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012024-12-19T04:44:08.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33022024-12-19T04:44:08.209Z
33032024-12-19T04:44:08.209Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33042024-12-19T04:44:08.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052024-12-19T04:44:08.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062024-12-19T04:44:08.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072024-12-19T04:44:08.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33082024-12-19T04:44:08.911Z
33092024-12-19T04:44:08.911Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33102024-12-19T04:44:09.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-12-19T04:44:09.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-12-19T04:44:09.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132024-12-19T04:44:09.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33142024-12-19T04:44:09.611Z
33152024-12-19T04:44:09.611Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33162024-12-19T04:44:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-12-19T04:44:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-12-19T04:44:10.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192024-12-19T04:44:10.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33202024-12-19T04:44:10.307Z
33212024-12-19T04:44:10.307Zinfo: running `cargo check --bins` on update-common (151/173)
33222024-12-19T04:44:10.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-12-19T04:44:10.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-12-19T04:44:10.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252024-12-19T04:44:10.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33262024-12-19T04:44:10.977Z
33272024-12-19T04:44:10.977Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33282024-12-19T04:44:11.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292024-12-19T04:44:11.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302024-12-19T04:44:11.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312024-12-19T04:44:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33322024-12-19T04:44:11.647Z
33332024-12-19T04:44:11.647Zinfo: running `cargo check --bins` on tufaceous (153/173)
33342024-12-19T04:44:12.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-12-19T04:44:12.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-12-19T04:44:12.356Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33372024-12-19T04:44:13.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
33382024-12-19T04:44:13.553Z
33392024-12-19T04:44:13.553Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33402024-12-19T04:44:14.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412024-12-19T04:44:14.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422024-12-19T04:44:14.440Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33432024-12-19T04:44:14.568Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442024-12-19T04:44:14.570Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33452024-12-19T04:44:14.582Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33462024-12-19T04:44:41.989Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33472024-12-19T04:44:41.989Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33482024-12-19T04:44:41.993Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33492024-12-19T04:44:41.993Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33502024-12-19T04:44:41.993Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33512024-12-19T04:44:42.812Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33522024-12-19T04:44:44.155Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33532024-12-19T04:45:24.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33542024-12-19T04:45:24.661Z
33552024-12-19T04:45:24.661Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33562024-12-19T04:45:25.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-12-19T04:45:25.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-12-19T04:45:25.405Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33592024-12-19T04:45:25.408Z Checking heck v0.4.1
33602024-12-19T04:45:25.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33612024-12-19T04:45:25.731Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33622024-12-19T04:45:27.069Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33632024-12-19T04:45:27.970Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33642024-12-19T04:45:29.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
33652024-12-19T04:45:29.291Z
33662024-12-19T04:45:29.291Zinfo: running `cargo check --bins` on installinator-api (156/173)
33672024-12-19T04:45:29.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-12-19T04:45:29.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-12-19T04:45:29.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702024-12-19T04:45:29.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33712024-12-19T04:45:29.948Z
33722024-12-19T04:45:29.948Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33732024-12-19T04:45:30.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742024-12-19T04:45:30.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752024-12-19T04:45:30.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762024-12-19T04:45:30.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33772024-12-19T04:45:30.615Z
33782024-12-19T04:45:30.615Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33792024-12-19T04:45:31.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-12-19T04:45:31.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-12-19T04:45:31.327Z Compiling petname v2.0.2
33822024-12-19T04:45:31.330Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33832024-12-19T04:45:31.330Z Checking sync-ptr v0.1.1
33842024-12-19T04:45:32.797Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33852024-12-19T04:45:34.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
33862024-12-19T04:45:34.547Z
33872024-12-19T04:45:34.547Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33882024-12-19T04:45:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-19T04:45:35.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-19T04:45:35.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-12-19T04:45:35.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33922024-12-19T04:45:35.238Z
33932024-12-19T04:45:35.238Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33942024-12-19T04:45:35.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-12-19T04:45:35.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-12-19T04:45:35.925Z Checking memmap2 v0.9.5
33972024-12-19T04:45:35.926Z Checking arrayref v0.3.9
33982024-12-19T04:45:35.928Z Checking spin v0.5.2
33992024-12-19T04:45:35.928Z Checking constant_time_eq v0.3.1
34002024-12-19T04:45:35.928Z Checking arrayvec v0.7.6
34012024-12-19T04:45:35.929Z Checking topological-sort v0.2.2
34022024-12-19T04:45:35.929Z Checking shell-words v1.1.0
34032024-12-19T04:45:36.201Z Checking ring v0.16.20
34042024-12-19T04:45:36.316Z Checking blake3 v1.5.4
34052024-12-19T04:45:37.381Z Checking omicron-zone-package v0.11.1
34062024-12-19T04:45:38.557Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34072024-12-19T04:45:39.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
34082024-12-19T04:45:39.678Z
34092024-12-19T04:45:39.678Zinfo: running `cargo check --bins` on xtask (161/173)
34102024-12-19T04:45:40.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-19T04:45:40.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-19T04:45:40.112Z Checking bitflags v2.6.0
34132024-12-19T04:45:40.115Z Checking serde v1.0.215
34142024-12-19T04:45:40.115Z Checking thiserror v1.0.69
34152024-12-19T04:45:40.207Z Checking scroll v0.12.0
34162024-12-19T04:45:40.209Z Checking log v0.4.22
34172024-12-19T04:45:40.217Z Checking hashbrown v0.15.0
34182024-12-19T04:45:40.227Z Checking zerocopy v0.7.35
34192024-12-19T04:45:40.248Z Checking syn v2.0.87
34202024-12-19T04:45:40.304Z Checking pest v2.7.14
34212024-12-19T04:45:40.434Z Checking rustix v0.38.37
34222024-12-19T04:45:40.467Z Checking once_cell v1.20.2
34232024-12-19T04:45:40.671Z Checking goblin v0.8.2
34242024-12-19T04:45:40.785Z Checking fs-err v2.11.0
34252024-12-19T04:45:41.095Z Checking tabled v0.15.0
34262024-12-19T04:45:41.248Z Checking indexmap v2.6.0
34272024-12-19T04:45:41.575Z Checking anyhow v1.0.93
34282024-12-19T04:45:42.433Z Checking terminal_size v0.4.0
34292024-12-19T04:45:42.433Z Checking tempfile v3.13.0
34302024-12-19T04:45:42.579Z Checking dtrace-parser v0.2.0
34312024-12-19T04:45:42.601Z Checking clap_builder v4.5.21
34322024-12-19T04:45:44.657Z Checking serde_json v1.0.132
34332024-12-19T04:45:44.663Z Checking serde_spanned v0.6.8
34342024-12-19T04:45:44.663Z Checking toml_datetime v0.6.8
34352024-12-19T04:45:44.663Z Checking camino v1.1.9
34362024-12-19T04:45:44.664Z Checking cargo-platform v0.1.8
34372024-12-19T04:45:44.664Z Checking semver v1.0.23
34382024-12-19T04:45:44.664Z Checking macaddr v1.0.1
34392024-12-19T04:45:44.939Z Checking toml_edit v0.22.22
34402024-12-19T04:45:45.156Z Checking clap v4.5.21
34412024-12-19T04:45:45.205Z Checking camino-tempfile v1.1.1
34422024-12-19T04:45:45.856Z Checking dof v0.3.0
34432024-12-19T04:45:45.856Z Checking cargo_metadata v0.18.1
34442024-12-19T04:45:46.282Z Checking usdt-impl v0.5.0
34452024-12-19T04:45:46.637Z Checking usdt v0.5.0
34462024-12-19T04:45:46.728Z Checking toml v0.8.19
34472024-12-19T04:45:47.200Z Checking cargo_toml v0.20.5
34482024-12-19T04:45:48.432Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34492024-12-19T04:45:49.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
34502024-12-19T04:45:49.155Z
34512024-12-19T04:45:49.155Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34522024-12-19T04:45:49.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532024-12-19T04:45:49.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542024-12-19T04:45:49.938Z Checking polyval v0.6.2
34552024-12-19T04:45:50.050Z Checking ctr v0.9.2
34562024-12-19T04:45:50.063Z Checking ssh-encoding v0.2.0
34572024-12-19T04:45:50.067Z Checking blowfish v0.9.1
34582024-12-19T04:45:50.087Z Checking password-hash v0.4.2
34592024-12-19T04:45:50.090Z Checking matches v0.1.10
34602024-12-19T04:45:50.118Z Checking p521 v0.13.3
34612024-12-19T04:45:50.118Z Checking p256 v0.13.2
34622024-12-19T04:45:50.199Z Checking idna v0.2.3
34632024-12-19T04:45:50.263Z Checking bcrypt-pbkdf v0.10.0
34642024-12-19T04:45:50.283Z Checking ghash v0.5.1
34652024-12-19T04:45:50.301Z Compiling enum-as-inner v0.5.1
34662024-12-19T04:45:50.382Z Checking russh-cryptovec v0.7.3
34672024-12-19T04:45:50.453Z Checking aes-gcm v0.10.3
34682024-12-19T04:45:50.506Z Checking pbkdf2 v0.11.0
34692024-12-19T04:45:50.509Z Checking md5 v0.7.0
34702024-12-19T04:45:50.572Z Checking num-bigint v0.4.6
34712024-12-19T04:45:50.612Z Checking des v0.8.1
34722024-12-19T04:45:50.716Z Checking ssh-cipher v0.2.0
34732024-12-19T04:45:50.787Z Checking hex-literal v0.4.1
34742024-12-19T04:45:50.804Z Compiling dhcproto-macros v0.1.0
34752024-12-19T04:45:50.878Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34762024-12-19T04:45:50.916Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34772024-12-19T04:45:51.005Z Checking ssh-key v0.6.6
34782024-12-19T04:45:51.054Z Checking internet-checksum v0.2.1
34792024-12-19T04:45:51.331Z Checking trust-dns-proto v0.22.0
34802024-12-19T04:45:52.385Z Checking russh-keys v0.45.0
34812024-12-19T04:45:53.306Z Checking russh v0.45.0
34822024-12-19T04:45:53.853Z Checking dhcproto v0.12.0
34832024-12-19T04:46:11.744Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842024-12-19T04:46:13.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.04s
34852024-12-19T04:46:13.411Z
34862024-12-19T04:46:13.411Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34872024-12-19T04:46:13.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882024-12-19T04:46:13.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892024-12-19T04:46:14.077Z Checking termios v0.3.3
34902024-12-19T04:46:14.302Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34912024-12-19T04:46:15.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
34922024-12-19T04:46:15.305Z
34932024-12-19T04:46:15.305Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34942024-12-19T04:46:15.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952024-12-19T04:46:15.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962024-12-19T04:46:16.018Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34972024-12-19T04:46:18.088Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34982024-12-19T04:46:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
34992024-12-19T04:46:20.231Z
35002024-12-19T04:46:20.231Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35012024-12-19T04:46:20.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-12-19T04:46:20.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-12-19T04:46:20.889Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35042024-12-19T04:46:21.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35052024-12-19T04:46:21.556Z
35062024-12-19T04:46:21.556Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35072024-12-19T04:46:22.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082024-12-19T04:46:22.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092024-12-19T04:46:22.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102024-12-19T04:46:22.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35112024-12-19T04:46:22.186Z
35122024-12-19T04:46:22.186Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35132024-12-19T04:46:22.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142024-12-19T04:46:22.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152024-12-19T04:46:22.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162024-12-19T04:46:22.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172024-12-19T04:46:22.817Z
35182024-12-19T04:46:22.817Zinfo: running `cargo check --bins` on omicron-package (168/173)
35192024-12-19T04:46:23.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202024-12-19T04:46:23.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212024-12-19T04:46:23.506Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35222024-12-19T04:46:24.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
35232024-12-19T04:46:25.024Z
35242024-12-19T04:46:25.024Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35252024-12-19T04:46:25.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262024-12-19T04:46:25.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272024-12-19T04:46:25.765Z Checking rtoolbox v0.0.2
35282024-12-19T04:46:25.768Z Checking tui-tree-widget v0.22.0
35292024-12-19T04:46:25.769Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35302024-12-19T04:46:25.996Z Checking rpassword v7.3.1
35312024-12-19T04:46:30.362Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35322024-12-19T04:46:33.210Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35332024-12-19T04:46:34.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s
35342024-12-19T04:46:34.700Z
35352024-12-19T04:46:34.700Zinfo: running `cargo check --bins` on wicket (170/173)
35362024-12-19T04:46:35.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372024-12-19T04:46:35.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382024-12-19T04:46:35.430Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35392024-12-19T04:46:35.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
35402024-12-19T04:46:36.081Z
35412024-12-19T04:46:36.081Zinfo: running `cargo check --bins` on wicketd (171/173)
35422024-12-19T04:46:36.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432024-12-19T04:46:36.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442024-12-19T04:46:36.824Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35452024-12-19T04:46:40.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
35462024-12-19T04:46:41.209Z
35472024-12-19T04:46:41.209Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35482024-12-19T04:46:41.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-19T04:46:41.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-19T04:46:41.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512024-12-19T04:46:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35522024-12-19T04:46:41.834Z
35532024-12-19T04:46:41.834Zinfo: running `cargo check --bins` on zone-setup (173/173)
35542024-12-19T04:46:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552024-12-19T04:46:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562024-12-19T04:46:42.578Z Checking uzers v0.12.1
35572024-12-19T04:46:42.924Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35582024-12-19T04:46:44.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
35592024-12-19T04:46:44.355Z
35602024-12-19T04:46:44.355Zreal 13:22.433572159
35612024-12-19T04:46:44.355Zuser 24:45.796582321
35622024-12-19T04:46:44.355Zsys 5:31.998889412
35632024-12-19T04:46:44.355Ztrap 0.506434542
35642024-12-19T04:46:44.355Ztflt 2.256207096
35652024-12-19T04:46:44.355Zdflt 3.054287292
35662024-12-19T04:46:44.355Zkflt 0.000978319
35672024-12-19T04:46:44.355Zlock 47:52.860028697
35682024-12-19T04:46:44.355Zslp 2:09:25.577095519
35692024-12-19T04:46:44.355Zlat 1:03.711977441
35702024-12-19T04:46:44.355Zstop 3:29.150076834
35712024-12-19T04:46:44.358Zprocess exited: duration 1107344 ms, exit code 0
 
35722024-12-19T04:46:44.363Zfound 0 output files