01JEF6VFGPB9J0KMGAF28DGR17: 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: 01JEF6VS4ZGKMM014T90JQ2FPS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-07T00:04:10.001Zjob assigned to worker 01JEF6VXWZK5D3FHV4J6D3QA5X [factory gimlet-EVT22200007-propolis, EVT22200007/20058] (queued for 27 s)
 
22024-12-07T00:04:18.336Zstarting task 0: "setup"
32024-12-07T00:04:18.392Z++ uname -s
42024-12-07T00:04:18.392Z+ kern=SunOS
52024-12-07T00:04:18.392Z+ case "$kern" in
62024-12-07T00:04:18.392Z+ groupadd -g 12345 build
72024-12-07T00:04:18.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-07T00:04:20.319Z+ zfs create -o mountpoint=/work rpool/work
92024-12-07T00:04:20.351Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-07T00:04:20.376Z+ home_fs=zfs
112024-12-07T00:04:20.377Z+ [[ zfs == autofs ]]
122024-12-07T00:04:20.377Z+ mkdir -p /home/build
132024-12-07T00:04:20.377Z+ chown build:build /home/build /work
142024-12-07T00:04:22.367Z+ chmod 0700 /home/build /work
152024-12-07T00:04:22.414Zprocess exited: duration 4068 ms, exit code 0
 
162024-12-07T00:04:22.513Zstarting task 1: "rust-toolchain"
172024-12-07T00:04:22.550Z+ printf ' * toolchain channel = "%s"
182024-12-07T00:04:22.554Z' 1.81.0
192024-12-07T00:04:22.554Z+ printf ' * toolchain profile = "%s"
202024-12-07T00:04:22.555Z' default
212024-12-07T00:04:22.555Z * toolchain channel = "1.81.0"
222024-12-07T00:04:22.555Z * toolchain profile = "default"
232024-12-07T00:04:22.555Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-07T00:04:22.555Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-07T00:04:22.669Zinfo: downloading installer
262024-12-07T00:04:23.180Zinfo: profile set to 'default'
272024-12-07T00:04:23.181Zinfo: default host triple is x86_64-unknown-illumos
282024-12-07T00:04:23.181Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-07T00:04:23.282Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-07T00:04:23.282Zinfo: downloading component 'cargo'
312024-12-07T00:04:23.400Zinfo: downloading component 'clippy'
322024-12-07T00:04:23.450Zinfo: downloading component 'rust-docs'
332024-12-07T00:04:23.612Zinfo: downloading component 'rust-std'
342024-12-07T00:04:23.872Zinfo: downloading component 'rustc'
352024-12-07T00:04:24.708Zinfo: downloading component 'rustfmt'
362024-12-07T00:04:24.741Zinfo: installing component 'cargo'
372024-12-07T00:04:25.822Zinfo: installing component 'clippy'
382024-12-07T00:04:26.218Zinfo: installing component 'rust-docs'
392024-12-07T00:04:28.880Zinfo: installing component 'rust-std'
402024-12-07T00:04:30.893Zinfo: installing component 'rustc'
412024-12-07T00:04:37.809Zinfo: installing component 'rustfmt'
422024-12-07T00:04:38.199Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-07T00:04:38.200Z
442024-12-07T00:04:38.348Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-07T00:04:38.348Z
462024-12-07T00:04:38.372Z
472024-12-07T00:04:38.372ZRust is installed now. Great!
482024-12-07T00:04:38.372Z
492024-12-07T00:04:38.372ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-07T00:04:38.372Zenvironment variable. This has not been done automatically.
512024-12-07T00:04:38.372Z
522024-12-07T00:04:38.373ZTo configure your current shell, you need to source
532024-12-07T00:04:38.373Zthe corresponding env file under $HOME/.cargo.
542024-12-07T00:04:38.373Z
552024-12-07T00:04:38.373ZThis is usually done by running one of the following (note the leading DOT):
562024-12-07T00:04:38.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-07T00:04:38.373Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-07T00:04:38.459Z+ rustc --version
592024-12-07T00:04:38.578Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-07T00:04:38.602Zprocess exited: duration 16082 ms, exit code 0
 
612024-12-07T00:04:38.651Zstarting task 2: "authentication"
622024-12-07T00:04:38.707Zprocess exited: duration 56 ms, exit code 0
 
632024-12-07T00:04:38.756Zstarting task 3: "clone repository"
642024-12-07T00:04:38.781Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-07T00:04:38.781Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-07T00:04:38.806ZCloning into '/work/oxidecomputer/omicron'...
672024-12-07T00:04:44.978Z+ cd /work/oxidecomputer/omicron
682024-12-07T00:04:44.978Z+ git fetch origin 2c1412657e781815e3c7ffb86f5845227148ae48
692024-12-07T00:04:45.422ZFrom https://github.com/oxidecomputer/omicron
702024-12-07T00:04:45.422Z * branch 2c1412657e781815e3c7ffb86f5845227148ae48 -> FETCH_HEAD
712024-12-07T00:04:45.446Z+ [[ -n oxql-query-planner ]]
722024-12-07T00:04:45.447Z++ git branch --show-current
732024-12-07T00:04:45.447Z+ current=main
742024-12-07T00:04:45.447Z+ [[ main != oxql-query-planner ]]
752024-12-07T00:04:45.447Z+ git branch -f oxql-query-planner 2c1412657e781815e3c7ffb86f5845227148ae48
762024-12-07T00:04:45.472Z+ git checkout -f oxql-query-planner
772024-12-07T00:04:45.549ZSwitched to branch 'oxql-query-planner'
782024-12-07T00:04:45.573Z+ git reset --hard 2c1412657e781815e3c7ffb86f5845227148ae48
792024-12-07T00:04:45.642ZHEAD is now at 2c1412657 Fixup test for incomparable fields
802024-12-07T00:04:45.666Zprocess exited: duration 6888 ms, exit code 0
 
812024-12-07T00:04:45.714Zstarting task 4: "build"
822024-12-07T00:04:45.739Z+ source .github/buildomat/ci-env.sh
832024-12-07T00:04:45.739Z++ export CARGO_TERM_COLOR=always
842024-12-07T00:04:45.739Z++ CARGO_TERM_COLOR=always
852024-12-07T00:04:45.739Z+ cargo --version
862024-12-07T00:04:45.821Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-07T00:04:45.845Z+ rustc --version
882024-12-07T00:04:45.924Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-07T00:04:45.948Z+ source ./env.sh
902024-12-07T00:04:45.948Z++ OLD_SHELL_OPTS=ehxB
912024-12-07T00:04:45.949Z++ set -o xtrace
922024-12-07T00:04:45.949Z++++ dirname ./env.sh
932024-12-07T00:04:45.949Z+++ readlink -f .
942024-12-07T00:04:45.949Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-07T00:04:45.949Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-07T00:04:45.949Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-07T00:04:45.949Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-07T00:04:45.949Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-07T00:04:45.949Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-07T00:04:45.949Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-07T00:04:45.949Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-07T00:04:45.949Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-07T00:04:45.949Z++ case $OLD_SHELL_OPTS in
1042024-12-07T00:04:45.949Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-07T00:04:45.949Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-07T00:04:45.949Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-07T00:04:45.949Z+ banner prerequisites
1082024-12-07T00:04:45.949Z
1092024-12-07T00:04:45.949Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-07T00:04:45.949Z # # # # # # # # # # # # # # #
1112024-12-07T00:04:45.949Z # # # # ##### # # ##### # # # # # #### #
1122024-12-07T00:04:45.949Z ##### ##### # ##### # # # # # # # # #
1132024-12-07T00:04:45.949Z # # # # # # # # # # # # # # #
1142024-12-07T00:04:45.949Z # # # ###### # # ###### ### # #### # #### #
1152024-12-07T00:04:45.949Z
1162024-12-07T00:04:45.949Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-07T00:04:56.126Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-07T00:05:00.554Z Startup: Caching catalogs ... Done
1192024-12-07T00:05:12.807ZPlanning: Solver setup ... Done (11.244s)
1202024-12-07T00:05:12.957ZPlanning: Running solver ... Done (0.150s)
1212024-12-07T00:05:13.063ZPlanning: Finding local manifests ... Done (0.003s)
1222024-12-07T00:05:13.145ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-07T00:05:13.609ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-07T00:05:13.729ZPlanning: Package planning ... Done (0.120s)
1252024-12-07T00:05:13.795ZPlanning: Merging actions ... Done (0.066s)
1262024-12-07T00:05:14.013ZPlanning: Checking for conflicting actions ... Done (0.217s)
1272024-12-07T00:05:15.075ZPlanning: Consolidating action changes ... Done (1.062s)
1282024-12-07T00:05:15.504ZPlanning: Evaluating mediators ... Done (0.429s)
1292024-12-07T00:05:15.602ZPlanning: Planning completed in 14.97 seconds
1302024-12-07T00:05:15.627Z Packages to install: 4
1312024-12-07T00:05:15.627Z Packages to update: 1
1322024-12-07T00:05:15.627Z Mediators to change: 2
1332024-12-07T00:05:15.627Z Services to change: 1
1342024-12-07T00:05:15.627Z Estimated space available: 155.18 GB
1352024-12-07T00:05:15.627ZEstimated space to be consumed: 1.61 GB
1362024-12-07T00:05:15.627Z Create boot environment: No
1372024-12-07T00:05:15.627ZCreate backup boot environment: Yes
1382024-12-07T00:05:15.627Z Rebuild boot archive: No
1392024-12-07T00:05:15.627Z
1402024-12-07T00:05:15.627ZChanged mediators:
1412024-12-07T00:05:15.627Z mediator clang:
1422024-12-07T00:05:15.627Z version: None -> 15 (system default)
1432024-12-07T00:05:15.627Z
1442024-12-07T00:05:15.627Z mediator llvm:
1452024-12-07T00:05:15.627Z version: 14 (system default) -> 15 (system default)
1462024-12-07T00:05:15.627Z
1472024-12-07T00:05:15.627ZChanged packages:
1482024-12-07T00:05:15.627Zhelios-dev
1492024-12-07T00:05:15.627Z developer/build-essential
1502024-12-07T00:05:15.627Z None -> 11-2.0
1512024-12-07T00:05:15.627Z library/libxmlsec1
1522024-12-07T00:05:15.627Z None -> 1.2.35-2.0
1532024-12-07T00:05:15.627Z ooce/developer/clang-15
1542024-12-07T00:05:15.627Z None -> 15.0.7-2.0
1552024-12-07T00:05:15.627Z ooce/developer/llvm-15
1562024-12-07T00:05:15.628Z None -> 15.0.7-2.0
1572024-12-07T00:05:15.628Z package/pkg
1582024-12-07T00:05:15.628Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-07T00:05:15.628Z
1602024-12-07T00:05:15.628ZServices:
1612024-12-07T00:05:15.628Z restart_fmri:
1622024-12-07T00:05:15.628Z svc:/system/update-man-index:default
1632024-12-07T00:05:15.628Z
1642024-12-07T00:05:15.628ZEditable files to change:
1652024-12-07T00:05:15.629Z Update:
1662024-12-07T00:05:15.629Z usr/share/lib/pkg/web/config.shtml
1672024-12-07T00:05:15.692Z
1682024-12-07T00:05:15.692ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-07T00:05:20.691ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (16.9M/s)
1702024-12-07T00:05:25.692ZDownload: 1930/4281 items 118.6/220.6MB 53% complete (12.0M/s)
1712024-12-07T00:05:30.695ZDownload: 2617/4281 items 120.6/220.6MB 54% complete (3.8M/s)
1722024-12-07T00:05:35.695ZDownload: 3237/4281 items 179.2/220.6MB 81% complete (5.9M/s)
1732024-12-07T00:05:41.361ZDownload: 3283/4281 items 211.4/220.6MB 95% complete (9.1M/s)
1742024-12-07T00:05:46.360ZDownload: 4281/4281 items 220.6/220.6MB 100% complete (2.2M/s)
1752024-12-07T00:05:46.384ZDownload: Completed 220.60 MB in 30.69 seconds (7.2M/s)
1762024-12-07T00:05:47.860Z Actions: 1/5063 actions (Removing old actions)
1772024-12-07T00:05:47.885Z Actions: 194/5063 actions (Installing new actions)
1782024-12-07T00:05:53.554Z Actions: 3757/5063 actions (Installing new actions)
1792024-12-07T00:05:53.665Z Actions: 4226/5063 actions (Updating modified actions)
1802024-12-07T00:05:54.020Z Actions: Completed 5063 actions in 6.16 seconds.
1812024-12-07T00:05:54.359Z Done (0.333s)
1822024-12-07T00:05:54.383Z Done (0.000s)
1832024-12-07T00:05:55.007Z Done (0.646s)
1842024-12-07T00:05:59.847Z Done (4.672s)
1852024-12-07T00:05:59.947Z Done (0.018s)
1862024-12-07T00:05:59.972Z Done (0.000s)
1872024-12-07T00:06:00.124Z Done (0.000s)
1882024-12-07T00:06:00.877ZPlanning: Evaluating mediator changes ... Done
1892024-12-07T00:06:01.144ZPlanning: Checking for conflicting actions ... Done
1902024-12-07T00:06:01.168ZPlanning: Consolidating action changes ... Done
1912024-12-07T00:06:01.478ZPlanning: Evaluating mediators ... Done
1922024-12-07T00:06:01.503ZPlanning: Planning completed in 0.60 seconds
1932024-12-07T00:06:01.527Z Mediators to change: 2
1942024-12-07T00:06:01.527Z Create boot environment: No
1952024-12-07T00:06:01.527ZCreate backup boot environment: No
1962024-12-07T00:06:01.583Z Done
1972024-12-07T00:06:01.583Z Done
1982024-12-07T00:06:02.069Z Done
1992024-12-07T00:06:06.463Z Done
2002024-12-07T00:06:06.555Z Done
2012024-12-07T00:06:06.580Z Done
2022024-12-07T00:06:06.620Z Done
2032024-12-07T00:06:07.330ZPlanning: Evaluating mediator changes ... Done
2042024-12-07T00:06:07.354ZPlanning: Merging actions ... Done
2052024-12-07T00:06:07.558ZPlanning: Checking for conflicting actions ... Done
2062024-12-07T00:06:07.584ZPlanning: Consolidating action changes ... Done
2072024-12-07T00:06:07.873ZPlanning: Evaluating mediators ... Done
2082024-12-07T00:06:07.937ZPlanning: Planning completed in 0.89 seconds
2092024-12-07T00:06:07.983Z Packages to change: 1
2102024-12-07T00:06:07.983Z Mediators to change: 1
2112024-12-07T00:06:07.983Z Services to change: 1
2122024-12-07T00:06:07.983Z Create boot environment: No
2132024-12-07T00:06:07.983ZCreate backup boot environment: Yes
2142024-12-07T00:06:09.588Z Actions: 1/6 actions (Updating modified actions)
2152024-12-07T00:06:09.612Z Actions: Completed 6 actions in 0.00 seconds.
2162024-12-07T00:06:09.612Z Done
2172024-12-07T00:06:09.612Z Done
2182024-12-07T00:06:09.722Z Done
2192024-12-07T00:06:13.980Z Done
2202024-12-07T00:06:14.071Z Done
2212024-12-07T00:06:14.071Z Done
2222024-12-07T00:06:14.160Z Done
2232024-12-07T00:06:14.671ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-12-07T00:06:14.671Zclang system 15 system
2252024-12-07T00:06:14.671Zcsh system system illumos
2262024-12-07T00:06:14.671Zctags system system illumos
2272024-12-07T00:06:14.671Zgcc vendor 12 vendor
2282024-12-07T00:06:14.671Zgcc system 10 system
2292024-12-07T00:06:14.671Zgcc system 7 system
2302024-12-07T00:06:14.671Zgo system 1.20 system
2312024-12-07T00:06:14.671Zgo system 1.19 system
2322024-12-07T00:06:14.671Zllvm system 15 system
2332024-12-07T00:06:14.671Zllvm system 14 system
2342024-12-07T00:06:14.671Zmariadb system 10.6 system
2352024-12-07T00:06:14.671Zmta vendor vendor dma
2362024-12-07T00:06:14.671Zopenjdk system 17 system
2372024-12-07T00:06:14.671Zopenjdk system 11 system
2382024-12-07T00:06:14.671Zopenjdk system 1.8 system
2392024-12-07T00:06:14.671Zopenssl vendor 3 vendor
2402024-12-07T00:06:14.671Zperl system 5.36 system
2412024-12-07T00:06:14.672Zpostgresql system 15 system
2422024-12-07T00:06:14.672Zpostgresql system 13 system
2432024-12-07T00:06:14.672Zpython vendor 3 vendor
2442024-12-07T00:06:14.672Zpython system 2 system
2452024-12-07T00:06:14.672Zpython3 system 3.11 system
2462024-12-07T00:06:14.672Zruby system 3.0 system
2472024-12-07T00:06:14.672Zwords vendor vendor american-english
2482024-12-07T00:06:14.672Zwords system system australian-english
2492024-12-07T00:06:14.672Zwords system system british-english
2502024-12-07T00:06:14.672Zwords system system canadian-english
2512024-12-07T00:06:14.672Zwords system system french
2522024-12-07T00:06:14.672Zwords system system italian
2532024-12-07T00:06:14.672Zwords system system ngerman
2542024-12-07T00:06:14.672Zwords system system ogerman
2552024-12-07T00:06:14.672Zwords system system spanish
2562024-12-07T00:06:15.066ZPUBLISHER TYPE STATUS P LOCATION
2572024-12-07T00:06:15.066Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-12-07T00:06:18.309ZFMRI IFO
2592024-12-07T00:06:18.309Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-12-07T00:06:18.309Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-12-07T00:06:18.309Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-12-07T00:06:18.309Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-12-07T00:06:18.309Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-12-07T00:06:18.309Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-12-07T00:06:18.309Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-12-07T00:06:18.309Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-12-07T00:06:18.309Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-12-07T00:06:18.309Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-12-07T00:06:18.309Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-12-07T00:06:18.310Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-12-07T00:06:18.310Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-12-07T00:06:18.310Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-12-07T00:06:18.310Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-12-07T00:06:19.125Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-12-07T00:06:19.526Z Updating crates.io index
2762024-12-07T00:06:19.609Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-12-07T00:06:20.238Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-12-07T00:06:20.602Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-12-07T00:06:20.969Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-12-07T00:06:21.369Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-12-07T00:06:22.456Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-12-07T00:06:25.331Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-12-07T00:06:26.551Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-12-07T00:06:27.327Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-12-07T00:06:27.670Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-12-07T00:06:28.051Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-12-07T00:06:28.778Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-12-07T00:06:29.274Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-12-07T00:06:29.710Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-12-07T00:06:30.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-12-07T00:06:30.451Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-12-07T00:06:30.808Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-12-07T00:06:31.208Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-12-07T00:06:31.629Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-12-07T00:06:32.026Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-12-07T00:06:32.444Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-12-07T00:06:33.081Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-12-07T00:06:33.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-12-07T00:06:34.064Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-12-07T00:06:34.568Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-12-07T00:06:34.961Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-12-07T00:06:35.288Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-12-07T00:06:35.661Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-12-07T00:06:37.275Z Downloading crates ...
3052024-12-07T00:06:37.342Z Downloaded cargo_toml v0.20.5
3062024-12-07T00:06:37.366Z Downloaded is_terminal_polyfill v1.70.1
3072024-12-07T00:06:37.366Z Downloaded thiserror v1.0.69
3082024-12-07T00:06:37.366Z Downloaded fs-err v2.11.0
3092024-12-07T00:06:37.366Z Downloaded crypto-common v0.1.6
3102024-12-07T00:06:37.366Z Downloaded tempfile v3.13.0
3112024-12-07T00:06:37.366Z Downloaded sha2 v0.10.8
3122024-12-07T00:06:37.366Z Downloaded memmap v0.7.0
3132024-12-07T00:06:37.368Z Downloaded heck v0.5.0
3142024-12-07T00:06:37.368Z Downloaded dof v0.3.0
3152024-12-07T00:06:37.368Z Downloaded camino-tempfile v1.1.1
3162024-12-07T00:06:37.392Z Downloaded anstyle-query v1.1.1
3172024-12-07T00:06:37.392Z Downloaded autocfg v1.4.0
3182024-12-07T00:06:37.392Z Downloaded anstream v0.6.15
3192024-12-07T00:06:37.392Z Downloaded anyhow v1.0.93
3202024-12-07T00:06:37.392Z Downloaded cfg-if v1.0.0
3212024-12-07T00:06:37.392Z Downloaded byteorder v1.5.0
3222024-12-07T00:06:37.392Z Downloaded bytecount v0.6.8
3232024-12-07T00:06:37.393Z Downloaded cargo_metadata v0.18.1
3242024-12-07T00:06:37.393Z Downloaded cargo-platform v0.1.8
3252024-12-07T00:06:37.418Z Downloaded colorchoice v1.0.2
3262024-12-07T00:06:37.418Z Downloaded clap_lex v0.7.2
3272024-12-07T00:06:37.418Z Downloaded block-buffer v0.10.4
3282024-12-07T00:06:37.418Z Downloaded clap_builder v4.5.21
3292024-12-07T00:06:37.418Z Downloaded digest v0.10.7
3302024-12-07T00:06:37.418Z Downloaded cpufeatures v0.2.14
3312024-12-07T00:06:37.418Z Downloaded heck v0.4.1
3322024-12-07T00:06:37.418Z Downloaded clap v4.5.21
3332024-12-07T00:06:37.447Z Downloaded swrite v0.1.0
3342024-12-07T00:06:37.448Z Downloaded serde_spanned v0.6.8
3352024-12-07T00:06:37.448Z Downloaded unicode-linebreak v0.1.5
3362024-12-07T00:06:37.448Z Downloaded proc-macro-error-attr v1.0.4
3372024-12-07T00:06:37.448Z Downloaded plain v0.2.3
3382024-12-07T00:06:37.448Z Downloaded quote v1.0.37
3392024-12-07T00:06:37.448Z Downloaded serde_tokenstream v0.2.2
3402024-12-07T00:06:37.448Z Downloaded usdt-attr-macro v0.5.0
3412024-12-07T00:06:37.448Z Downloaded goblin v0.8.2
3422024-12-07T00:06:37.448Z Downloaded scroll_derive v0.12.0
3432024-12-07T00:06:37.448Z Downloaded dtrace-parser v0.2.0
3442024-12-07T00:06:37.448Z Downloaded scroll v0.12.0
3452024-12-07T00:06:37.448Z Downloaded ryu v1.0.18
3462024-12-07T00:06:37.448Z Downloaded papergrid v0.11.0
3472024-12-07T00:06:37.475Z Downloaded semver v1.0.23
3482024-12-07T00:06:37.475Z Downloaded version_check v0.9.5
3492024-12-07T00:06:37.475Z Downloaded proc-macro-error v1.0.4
3502024-12-07T00:06:37.475Z Downloaded once_cell v1.20.2
3512024-12-07T00:06:37.475Z Downloaded thiserror-impl v1.0.69
3522024-12-07T00:06:37.475Z Downloaded strsim v0.11.1
3532024-12-07T00:06:37.475Z Downloaded unicode-ident v1.0.13
3542024-12-07T00:06:37.475Z Downloaded zerocopy-derive v0.7.35
3552024-12-07T00:06:37.501Z Downloaded ucd-trie v0.1.7
3562024-12-07T00:06:37.501Z Downloaded zerocopy v0.7.35
3572024-12-07T00:06:37.501Z Downloaded indexmap v2.6.0
3582024-12-07T00:06:37.524Z Downloaded typenum v1.17.0
3592024-12-07T00:06:37.525Z Downloaded toml_edit v0.22.22
3602024-12-07T00:06:37.549Z Downloaded pest v2.7.14
3612024-12-07T00:06:37.549Z Downloaded textwrap v0.16.1
3622024-12-07T00:06:37.549Z Downloaded winnow v0.6.20
3632024-12-07T00:06:37.549Z Downloaded serde_json v1.0.132
3642024-12-07T00:06:37.572Z Downloaded serde_derive v1.0.215
3652024-12-07T00:06:37.573Z Downloaded tabled v0.15.0
3662024-12-07T00:06:37.597Z Downloaded syn v1.0.109
3672024-12-07T00:06:37.597Z Downloaded syn v2.0.87
3682024-12-07T00:06:37.626Z Downloaded pest_meta v2.7.14
3692024-12-07T00:06:37.626Z Downloaded unicode-width v0.1.14
3702024-12-07T00:06:37.626Z Downloaded utf8parse v0.2.2
3712024-12-07T00:06:37.626Z Downloaded rustix v0.38.37
3722024-12-07T00:06:37.651Z Downloaded usdt-impl v0.5.0
3732024-12-07T00:06:37.651Z Downloaded toml_datetime v0.6.8
3742024-12-07T00:06:37.651Z Downloaded pest_derive v2.7.14
3752024-12-07T00:06:37.651Z Downloaded itoa v1.0.11
3762024-12-07T00:06:37.651Z Downloaded fastrand v2.1.1
3772024-12-07T00:06:37.651Z Downloaded terminal_size v0.4.0
3782024-12-07T00:06:37.651Z Downloaded tabled_derive v0.7.0
3792024-12-07T00:06:37.651Z Downloaded smawk v0.3.2
3802024-12-07T00:06:37.651Z Downloaded log v0.4.22
3812024-12-07T00:06:37.676Z Downloaded hashbrown v0.15.0
3822024-12-07T00:06:37.676Z Downloaded usdt-macro v0.5.0
3832024-12-07T00:06:37.677Z Downloaded usdt v0.5.0
3842024-12-07T00:06:37.677Z Downloaded toml v0.8.19
3852024-12-07T00:06:37.677Z Downloaded thread-id v4.2.2
3862024-12-07T00:06:37.677Z Downloaded pretty-hex v0.4.1
3872024-12-07T00:06:37.677Z Downloaded macaddr v1.0.1
3882024-12-07T00:06:37.677Z Downloaded serde v1.0.215
3892024-12-07T00:06:37.677Z Downloaded proc-macro2 v1.0.89
3902024-12-07T00:06:37.677Z Downloaded memchr v2.7.4
3912024-12-07T00:06:37.701Z Downloaded pest_generator v2.7.14
3922024-12-07T00:06:37.702Z Downloaded generic-array v0.14.7
3932024-12-07T00:06:37.702Z Downloaded equivalent v1.0.1
3942024-12-07T00:06:37.702Z Downloaded clap_derive v4.5.18
3952024-12-07T00:06:37.702Z Downloaded libc v0.2.162
3962024-12-07T00:06:37.726Z Downloaded fnv v1.0.7
3972024-12-07T00:06:37.726Z Downloaded errno v0.3.9
3982024-12-07T00:06:37.726Z Downloaded camino v1.1.9
3992024-12-07T00:06:37.726Z Downloaded bitflags v2.6.0
4002024-12-07T00:06:37.726Z Downloaded anstyle-parse v0.2.5
4012024-12-07T00:06:37.750Z Downloaded anstyle v1.0.10
4022024-12-07T00:06:37.851Z Compiling proc-macro2 v1.0.89
4032024-12-07T00:06:37.851Z Compiling unicode-ident v1.0.13
4042024-12-07T00:06:37.851Z Compiling serde v1.0.215
4052024-12-07T00:06:37.852Z Compiling version_check v0.9.5
4062024-12-07T00:06:37.876Z Compiling memchr v2.7.4
4072024-12-07T00:06:37.876Z Compiling thiserror v1.0.69
4082024-12-07T00:06:37.876Z Compiling libc v0.2.162
4092024-12-07T00:06:37.876Z Compiling itoa v1.0.11
4102024-12-07T00:06:38.124Z Compiling ucd-trie v0.1.7
4112024-12-07T00:06:38.236Z Compiling ryu v1.0.18
4122024-12-07T00:06:38.592Z Compiling once_cell v1.20.2
4132024-12-07T00:06:38.657Z Compiling byteorder v1.5.0
4142024-12-07T00:06:38.681Z Compiling rustix v0.38.37
4152024-12-07T00:06:38.993Z Compiling serde_json v1.0.132
4162024-12-07T00:06:39.164Z Compiling bitflags v2.6.0
4172024-12-07T00:06:39.353Z Compiling usdt-impl v0.5.0
4182024-12-07T00:06:39.382Z Compiling proc-macro-error-attr v1.0.4
4192024-12-07T00:06:39.475Z Compiling syn v1.0.109
4202024-12-07T00:06:39.532Z Compiling quote v1.0.37
4212024-12-07T00:06:39.590Z Compiling proc-macro-error v1.0.4
4222024-12-07T00:06:39.712Z Compiling camino v1.1.9
4232024-12-07T00:06:39.811Z Compiling errno v0.3.9
4242024-12-07T00:06:39.839Z Compiling equivalent v1.0.1
4252024-12-07T00:06:39.952Z Compiling syn v2.0.87
4262024-12-07T00:06:40.054Z Compiling log v0.4.22
4272024-12-07T00:06:40.104Z Compiling hashbrown v0.15.0
4282024-12-07T00:06:40.164Z Compiling utf8parse v0.2.2
4292024-12-07T00:06:40.246Z Compiling plain v0.2.3
4302024-12-07T00:06:40.346Z Compiling thread-id v4.2.2
4312024-12-07T00:06:40.382Z Compiling anstyle-parse v0.2.5
4322024-12-07T00:06:40.624Z Compiling anstyle v1.0.10
4332024-12-07T00:06:40.684Z Compiling autocfg v1.4.0
4342024-12-07T00:06:40.802Z Compiling winnow v0.6.20
4352024-12-07T00:06:41.056Z Compiling anstyle-query v1.1.1
4362024-12-07T00:06:41.084Z Compiling pretty-hex v0.4.1
4372024-12-07T00:06:41.224Z Compiling indexmap v2.6.0
4382024-12-07T00:06:41.260Z Compiling unicode-width v0.1.14
4392024-12-07T00:06:41.301Z Compiling semver v1.0.23
4402024-12-07T00:06:41.755Z Compiling colorchoice v1.0.2
4412024-12-07T00:06:41.784Z Compiling is_terminal_polyfill v1.70.1
4422024-12-07T00:06:41.936Z Compiling anstream v0.6.15
4432024-12-07T00:06:41.964Z Compiling terminal_size v0.4.0
4442024-12-07T00:06:41.964Z Compiling fs-err v2.11.0
4452024-12-07T00:06:42.369Z Compiling anyhow v1.0.93
4462024-12-07T00:06:42.404Z Compiling clap_lex v0.7.2
4472024-12-07T00:06:42.497Z Compiling bytecount v0.6.8
4482024-12-07T00:06:42.529Z Compiling heck v0.4.1
4492024-12-07T00:06:42.715Z Compiling fnv v1.0.7
4502024-12-07T00:06:42.880Z Compiling fastrand v2.1.1
4512024-12-07T00:06:42.906Z Compiling cfg-if v1.0.0
4522024-12-07T00:06:42.970Z Compiling strsim v0.11.1
4532024-12-07T00:06:43.012Z Compiling heck v0.5.0
4542024-12-07T00:06:43.346Z Compiling clap_builder v4.5.21
4552024-12-07T00:06:43.370Z Compiling tempfile v3.13.0
4562024-12-07T00:06:43.427Z Compiling papergrid v0.11.0
4572024-12-07T00:06:43.616Z Compiling memmap v0.7.0
4582024-12-07T00:06:43.753Z Compiling unicode-linebreak v0.1.5
4592024-12-07T00:06:43.893Z Compiling smawk v0.3.2
4602024-12-07T00:06:44.082Z Compiling textwrap v0.16.1
4612024-12-07T00:06:44.194Z Compiling swrite v0.1.0
4622024-12-07T00:06:45.184Z Compiling tabled_derive v0.7.0
4632024-12-07T00:06:46.792Z Compiling tabled v0.15.0
4642024-12-07T00:06:47.932Z Compiling serde_derive v1.0.215
4652024-12-07T00:06:47.932Z Compiling thiserror-impl v1.0.69
4662024-12-07T00:06:47.957Z Compiling zerocopy-derive v0.7.35
4672024-12-07T00:06:47.957Z Compiling scroll_derive v0.12.0
4682024-12-07T00:06:48.204Z Compiling clap_derive v4.5.18
4692024-12-07T00:06:49.121Z Compiling scroll v0.12.0
4702024-12-07T00:06:49.523Z Compiling goblin v0.8.2
4712024-12-07T00:06:49.733Z Compiling zerocopy v0.7.35
4722024-12-07T00:06:50.297Z Compiling pest v2.7.14
4732024-12-07T00:06:51.361Z Compiling clap v4.5.21
4742024-12-07T00:06:52.317Z Compiling pest_meta v2.7.14
4752024-12-07T00:06:53.326Z Compiling pest_generator v2.7.14
4762024-12-07T00:06:55.281Z Compiling pest_derive v2.7.14
4772024-12-07T00:06:55.884Z Compiling dtrace-parser v0.2.0
4782024-12-07T00:06:57.344Z Compiling serde_spanned v0.6.8
4792024-12-07T00:06:57.344Z Compiling toml_datetime v0.6.8
4802024-12-07T00:06:57.368Z Compiling cargo-platform v0.1.8
4812024-12-07T00:06:57.735Z Compiling serde_tokenstream v0.2.2
4822024-12-07T00:06:57.759Z Compiling toml_edit v0.22.22
4832024-12-07T00:06:57.810Z Compiling macaddr v1.0.1
4842024-12-07T00:06:58.002Z Compiling camino-tempfile v1.1.1
4852024-12-07T00:06:58.791Z Compiling dof v0.3.0
4862024-12-07T00:06:58.791Z Compiling cargo_metadata v0.18.1
4872024-12-07T00:07:00.372Z Compiling toml v0.8.19
4882024-12-07T00:07:00.917Z Compiling usdt-attr-macro v0.5.0
4892024-12-07T00:07:00.917Z Compiling usdt-macro v0.5.0
4902024-12-07T00:07:01.147Z Compiling cargo_toml v0.20.5
4912024-12-07T00:07:02.107Z Compiling usdt v0.5.0
4922024-12-07T00:07:05.428Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-12-07T00:07:10.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.97s
4942024-12-07T00:07:11.121Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-12-07T00:07:11.815Z Downloading crates ...
4962024-12-07T00:07:11.938Z Downloaded atomicwrites v0.4.4
4972024-12-07T00:07:11.963Z Downloaded argon2 v0.5.3
4982024-12-07T00:07:11.963Z Downloaded crc-any v2.5.0
4992024-12-07T00:07:11.963Z Downloaded arc-swap v1.7.1
5002024-12-07T00:07:11.963Z Downloaded addr2line v0.24.2
5012024-12-07T00:07:11.963Z Downloaded aho-corasick v1.1.3
5022024-12-07T00:07:11.988Z Downloaded miniz_oxide v0.8.0
5032024-12-07T00:07:11.988Z Downloaded async-stream-impl v0.3.6
5042024-12-07T00:07:11.988Z Downloaded managed v0.8.0
5052024-12-07T00:07:11.988Z Downloaded base16ct v0.2.0
5062024-12-07T00:07:11.988Z Downloaded base64 v0.22.1
5072024-12-07T00:07:12.017Z Downloaded rustls v0.23.14
5082024-12-07T00:07:12.017Z Downloaded bitfield-struct v0.6.2
5092024-12-07T00:07:12.017Z Downloaded highway v1.2.0
5102024-12-07T00:07:12.017Z Downloaded hmac v0.12.1
5112024-12-07T00:07:12.043Z Downloaded icu_provider_macros v1.5.0
5122024-12-07T00:07:12.044Z Downloaded hyper-rustls v0.27.3
5132024-12-07T00:07:12.044Z Downloaded inout v0.1.3
5142024-12-07T00:07:12.044Z Downloaded indent_write v2.2.0
5152024-12-07T00:07:12.044Z Downloaded icu_properties v1.5.1
5162024-12-07T00:07:12.044Z Downloaded mirai-annotations v1.12.0
5172024-12-07T00:07:12.044Z Downloaded indexmap v1.9.3
5182024-12-07T00:07:12.069Z Downloaded lazy_static v1.5.0
5192024-12-07T00:07:12.069Z Downloaded psl-types v2.0.11
5202024-12-07T00:07:12.069Z Downloaded xattr v1.3.1
5212024-12-07T00:07:12.069Z Downloaded rustls-pemfile v1.0.4
5222024-12-07T00:07:12.094Z Downloaded futures-sink v0.3.31
5232024-12-07T00:07:12.094Z Downloaded oso-derive v0.27.3
5242024-12-07T00:07:12.094Z Downloaded zerofrom v0.1.4
5252024-12-07T00:07:12.094Z Downloaded smf v0.2.3
5262024-12-07T00:07:12.094Z Downloaded pkcs8 v0.10.2
5272024-12-07T00:07:12.118Z Downloaded ed25519 v2.2.3
5282024-12-07T00:07:12.118Z Downloaded openssl-macros v0.1.1
5292024-12-07T00:07:12.118Z Downloaded openssl-probe v0.1.5
5302024-12-07T00:07:12.118Z Downloaded displaydoc v0.2.5
5312024-12-07T00:07:12.119Z Downloaded owo-colors v4.1.0
5322024-12-07T00:07:12.143Z Downloaded parse-display v0.10.0
5332024-12-07T00:07:12.143Z Downloaded take_mut v0.2.2
5342024-12-07T00:07:12.143Z Downloaded termtree v0.4.1
5352024-12-07T00:07:12.143Z Downloaded tap v1.0.1
5362024-12-07T00:07:12.143Z Downloaded termtree v0.5.1
5372024-12-07T00:07:12.144Z Downloaded defmt-macros v0.3.9
5382024-12-07T00:07:12.169Z Downloaded num-conv v0.1.0
5392024-12-07T00:07:12.169Z Downloaded pkcs1 v0.7.5
5402024-12-07T00:07:12.169Z Downloaded zone v0.3.0
5412024-12-07T00:07:12.169Z Downloaded uzers v0.12.1
5422024-12-07T00:07:12.169Z Downloaded tinyvec_macros v0.1.1
5432024-12-07T00:07:12.194Z Downloaded serde_path_to_error v0.1.16
5442024-12-07T00:07:12.195Z Downloaded sigpipe v0.1.3
5452024-12-07T00:07:12.195Z Downloaded embedded-io v0.4.0
5462024-12-07T00:07:12.195Z Downloaded slog-bunyan v2.5.0
5472024-12-07T00:07:12.195Z Downloaded signal-hook-registry v1.4.2
5482024-12-07T00:07:12.220Z Downloaded newline-converter v0.3.0
5492024-12-07T00:07:12.220Z Downloaded slog-async v2.8.0
5502024-12-07T00:07:12.244Z Downloaded precomputed-hash v0.1.1
5512024-12-07T00:07:12.244Z Downloaded unicase v2.7.0
5522024-12-07T00:07:12.244Z Downloaded newtype_derive v0.1.6
5532024-12-07T00:07:12.244Z Downloaded new_debug_unreachable v1.0.6
5542024-12-07T00:07:12.245Z Downloaded deranged v0.3.11
5552024-12-07T00:07:12.245Z Downloaded tokio-rustls v0.24.1
5562024-12-07T00:07:12.270Z Downloaded derive_builder_core v0.20.2
5572024-12-07T00:07:12.270Z Downloaded pem-rfc7468 v0.7.0
5582024-12-07T00:07:12.270Z Downloaded num-iter v0.1.45
5592024-12-07T00:07:12.270Z Downloaded tokio-macros v2.4.0
5602024-12-07T00:07:12.270Z Downloaded waitgroup v0.1.2
5612024-12-07T00:07:12.270Z Downloaded predicates v3.1.2
5622024-12-07T00:07:12.295Z Downloaded vte_generate_state_changes v0.1.2
5632024-12-07T00:07:12.295Z Downloaded enum-as-inner v0.6.1
5642024-12-07T00:07:12.295Z Downloaded wait-timeout v0.2.0
5652024-12-07T00:07:12.295Z Downloaded derive_more v0.99.18
5662024-12-07T00:07:12.295Z Downloaded olpc-cjson v0.1.4
5672024-12-07T00:07:12.295Z Downloaded derive_builder_macro v0.20.2
5682024-12-07T00:07:12.320Z Downloaded ssh-key v0.6.6
5692024-12-07T00:07:12.320Z Downloaded dhcproto-macros v0.1.0
5702024-12-07T00:07:12.344Z Downloaded futures-executor v0.3.31
5712024-12-07T00:07:12.344Z Downloaded smallvec v1.13.2
5722024-12-07T00:07:12.369Z Downloaded diesel_table_macro_syntax v0.2.0
5732024-12-07T00:07:12.369Z Downloaded num-traits v0.2.19
5742024-12-07T00:07:12.369Z Downloaded futures-channel v0.3.31
5752024-12-07T00:07:12.394Z Downloaded whoami v1.5.2
5762024-12-07T00:07:12.394Z Downloaded diesel_derives v2.2.3
5772024-12-07T00:07:12.394Z Downloaded sled v0.34.7
5782024-12-07T00:07:12.418Z Downloaded p384 v0.13.0
5792024-12-07T00:07:12.444Z Downloaded zerocopy-derive v0.6.6
5802024-12-07T00:07:12.444Z Downloaded ratatui v0.28.1
5812024-12-07T00:07:12.468Z Downloaded portable-atomic v1.9.0
5822024-12-07T00:07:12.493Z Downloaded petname v2.0.2
5832024-12-07T00:07:12.493Z Downloaded object v0.30.4
5842024-12-07T00:07:12.517Z Downloaded nix v0.29.0
5852024-12-07T00:07:12.517Z Downloaded sqlparser v0.45.0
5862024-12-07T00:07:12.541Z Downloaded nix v0.27.1
5872024-12-07T00:07:12.541Z Downloaded libz-sys v1.1.20
5882024-12-07T00:07:12.572Z Downloaded object v0.36.5
5892024-12-07T00:07:12.596Z Downloaded diesel v2.2.4
5902024-12-07T00:07:12.620Z Downloaded regex-automata v0.4.8
5912024-12-07T00:07:12.645Z Downloaded typify-impl v0.2.0
5922024-12-07T00:07:12.669Z Downloaded trust-dns-proto v0.22.0
5932024-12-07T00:07:12.669Z Downloaded nix v0.28.0
5942024-12-07T00:07:12.694Z Downloaded radix_trie v0.2.1
5952024-12-07T00:07:12.694Z Downloaded csv v1.3.0
5962024-12-07T00:07:12.717Z Downloaded lzma-sys v0.1.20
5972024-12-07T00:07:12.743Z Downloaded futures-util v0.3.31
5982024-12-07T00:07:12.767Z Downloaded bzip2-sys v0.1.11+1.0.8
5992024-12-07T00:07:12.791Z Downloaded rustls-webpki v0.102.8
6002024-12-07T00:07:12.815Z Downloaded unicode-width v0.2.0
6012024-12-07T00:07:12.815Z Downloaded regex-syntax v0.8.5
6022024-12-07T00:07:12.840Z Downloaded openapiv3 v2.0.0
6032024-12-07T00:07:12.840Z Downloaded futures v0.3.31
6042024-12-07T00:07:12.864Z Downloaded diesel-dtrace v0.3.0
6052024-12-07T00:07:12.864Z Downloaded petgraph v0.6.5
6062024-12-07T00:07:12.889Z Downloaded des v0.8.1
6072024-12-07T00:07:12.889Z Downloaded polyval v0.6.2
6082024-12-07T00:07:12.889Z Downloaded futures-core v0.3.31
6092024-12-07T00:07:12.889Z Downloaded num_enum_derive v0.5.11
6102024-12-07T00:07:12.889Z Downloaded snafu-derive v0.8.5
6112024-12-07T00:07:12.889Z Downloaded sha3 v0.10.8
6122024-12-07T00:07:12.913Z Downloaded slog-json v2.6.1
6132024-12-07T00:07:12.914Z Downloaded slog-envlogger v2.2.0
6142024-12-07T00:07:12.914Z Downloaded phf_codegen v0.11.2
6152024-12-07T00:07:12.914Z Downloaded tokio v1.40.0
6162024-12-07T00:07:12.942Z Downloaded postcard v1.0.10
6172024-12-07T00:07:12.966Z Downloaded phf_generator v0.11.2
6182024-12-07T00:07:12.966Z Downloaded walkdir v2.5.0
6192024-12-07T00:07:12.966Z Downloaded tokio-rustls v0.26.0
6202024-12-07T00:07:12.966Z Downloaded socket2 v0.5.7
6212024-12-07T00:07:12.966Z Downloaded parse-zoneinfo v0.3.1
6222024-12-07T00:07:12.966Z Downloaded p521 v0.13.3
6232024-12-07T00:07:12.966Z Downloaded winnow v0.5.40
6242024-12-07T00:07:12.991Z Downloaded salty v0.3.0
6252024-12-07T00:07:12.991Z Downloaded num_threads v0.1.7
6262024-12-07T00:07:12.991Z Downloaded num_enum v0.5.11
6272024-12-07T00:07:13.016Z Downloaded dhcproto v0.12.0
6282024-12-07T00:07:13.016Z Downloaded slog-dtrace v0.3.0
6292024-12-07T00:07:13.016Z Downloaded shlex v1.3.0
6302024-12-07T00:07:13.016Z Downloaded russh v0.45.0
6312024-12-07T00:07:13.016Z Downloaded which v4.4.2
6322024-12-07T00:07:13.040Z Downloaded utf16_iter v1.0.5
6332024-12-07T00:07:13.040Z Downloaded utf-8 v0.7.6
6342024-12-07T00:07:13.040Z Downloaded url v2.5.3
6352024-12-07T00:07:13.040Z Downloaded tungstenite v0.21.0
6362024-12-07T00:07:13.040Z Downloaded tui-tree-widget v0.22.0
6372024-12-07T00:07:13.041Z Downloaded tokio-stream v0.1.16
6382024-12-07T00:07:13.041Z Downloaded spin v0.9.8
6392024-12-07T00:07:13.041Z Downloaded encoding_rs v0.8.34
6402024-12-07T00:07:13.065Z Downloaded spin v0.5.2
6412024-12-07T00:07:13.089Z Downloaded futures-macro v0.3.31
6422024-12-07T00:07:13.089Z Downloaded quinn-proto v0.11.8
6432024-12-07T00:07:13.089Z Downloaded slog-term v2.9.1
6442024-12-07T00:07:13.089Z Downloaded libgit2-sys v0.17.0+1.8.1
6452024-12-07T00:07:13.154Z Downloaded tungstenite v0.23.0
6462024-12-07T00:07:13.179Z Downloaded sqlformat v0.2.6
6472024-12-07T00:07:13.179Z Downloaded spki v0.7.3
6482024-12-07T00:07:13.179Z Downloaded nibble_vec v0.1.0
6492024-12-07T00:07:13.179Z Downloaded futures-io v0.3.31
6502024-12-07T00:07:13.179Z Downloaded rustyline v14.0.0
6512024-12-07T00:07:13.179Z Downloaded phf v0.11.2
6522024-12-07T00:07:13.179Z Downloaded smallvec v0.6.14
6532024-12-07T00:07:13.179Z Downloaded slog-stdlog v4.1.1
6542024-12-07T00:07:13.179Z Downloaded r2d2 v0.8.10
6552024-12-07T00:07:13.205Z Downloaded try-lock v0.2.5
6562024-12-07T00:07:13.205Z Downloaded num-rational v0.4.2
6572024-12-07T00:07:13.205Z Downloaded fxhash v0.2.1
6582024-12-07T00:07:13.205Z Downloaded zip v2.1.3
6592024-12-07T00:07:13.205Z Downloaded zip v0.6.6
6602024-12-07T00:07:13.205Z Downloaded expectorate v1.1.0
6612024-12-07T00:07:13.205Z Downloaded x509-cert v0.2.5
6622024-12-07T00:07:13.230Z Downloaded typed-path v0.9.3
6632024-12-07T00:07:13.230Z Downloaded nom v7.1.3
6642024-12-07T00:07:13.230Z Downloaded gimli v0.31.1
6652024-12-07T00:07:13.255Z Downloaded ssh-encoding v0.2.0
6662024-12-07T00:07:13.255Z Downloaded regex-syntax v0.6.29
6672024-12-07T00:07:13.255Z Downloaded number_prefix v0.4.0
6682024-12-07T00:07:13.255Z Downloaded slog-scope v4.4.0
6692024-12-07T00:07:13.255Z Downloaded shell-words v1.1.0
6702024-12-07T00:07:13.255Z Downloaded rustfmt-wrapper v0.2.1
6712024-12-07T00:07:13.255Z Downloaded radium v0.7.0
6722024-12-07T00:07:13.255Z Downloaded untrusted v0.9.0
6732024-12-07T00:07:13.255Z Downloaded untrusted v0.7.1
6742024-12-07T00:07:13.304Z Downloaded twox-hash v1.6.3
6752024-12-07T00:07:13.304Z Downloaded vsss-rs v3.3.4
6762024-12-07T00:07:13.304Z Downloaded omicron-zone-package v0.11.1
6772024-12-07T00:07:13.304Z Downloaded postgres-types v0.2.8
6782024-12-07T00:07:13.329Z Downloaded samael v0.0.17
6792024-12-07T00:07:13.329Z Downloaded heapless v0.8.0
6802024-12-07T00:07:13.329Z Downloaded regex v1.11.1
6812024-12-07T00:07:13.329Z Downloaded vte v0.11.1
6822024-12-07T00:07:13.329Z Downloaded tokio-postgres v0.7.12
6832024-12-07T00:07:13.329Z Downloaded regress v0.9.1
6842024-12-07T00:07:13.330Z Downloaded smoltcp v0.11.0
6852024-12-07T00:07:13.355Z Downloaded bstr v1.10.0
6862024-12-07T00:07:13.355Z Downloaded tungstenite v0.24.0
6872024-12-07T00:07:13.379Z Downloaded packed_struct v0.10.1
6882024-12-07T00:07:13.379Z Downloaded writeable v0.5.5
6892024-12-07T00:07:13.379Z Downloaded tls_codec_derive v0.4.1
6902024-12-07T00:07:13.380Z Downloaded quinn v0.11.5
6912024-12-07T00:07:13.380Z Downloaded postgres-protocol v0.6.7
6922024-12-07T00:07:13.380Z Downloaded git2 v0.19.0
6932024-12-07T00:07:13.404Z Downloaded vcpkg v0.2.15
6942024-12-07T00:07:13.431Z Downloaded derive-where v1.2.7
6952024-12-07T00:07:13.431Z Downloaded write16 v1.0.0
6962024-12-07T00:07:13.457Z Downloaded enum-as-inner v0.5.1
6972024-12-07T00:07:13.457Z Downloaded salsa20 v0.10.2
6982024-12-07T00:07:13.457Z Downloaded ed25519-dalek v2.1.1
6992024-12-07T00:07:13.457Z Downloaded chrono-tz v0.10.0
7002024-12-07T00:07:13.481Z Downloaded percent-encoding v2.3.1
7012024-12-07T00:07:13.481Z Downloaded pem v3.0.4
7022024-12-07T00:07:13.481Z Downloaded password-hash v0.4.2
7032024-12-07T00:07:13.481Z Downloaded packed_struct_codegen v0.10.1
7042024-12-07T00:07:13.481Z Downloaded tokio-rustls v0.25.0
7052024-12-07T00:07:13.481Z Downloaded xz2 v0.1.7
7062024-12-07T00:07:13.481Z Downloaded wyz v0.5.1
7072024-12-07T00:07:13.481Z Downloaded schemars v0.8.21
7082024-12-07T00:07:13.505Z Downloaded multer v3.1.0
7092024-12-07T00:07:13.505Z Downloaded quick-xml v0.33.0
7102024-12-07T00:07:13.505Z Downloaded regress v0.10.1
7112024-12-07T00:07:13.529Z Downloaded polar-core v0.27.3
7122024-12-07T00:07:13.529Z Downloaded derive_builder v0.20.2
7132024-12-07T00:07:13.529Z Downloaded yoke-derive v0.7.4
7142024-12-07T00:07:13.529Z Downloaded fs_extra v1.3.0
7152024-12-07T00:07:13.529Z Downloaded serde_yaml v0.9.34+deprecated
7162024-12-07T00:07:13.554Z Downloaded rusty-fork v0.3.0
7172024-12-07T00:07:13.554Z Downloaded powerfmt v0.2.0
7182024-12-07T00:07:13.554Z Downloaded unicode-segmentation v1.12.0
7192024-12-07T00:07:13.554Z Downloaded typify v0.2.0
7202024-12-07T00:07:13.554Z Downloaded signal-hook v0.3.17
7212024-12-07T00:07:13.554Z Downloaded rustversion v1.0.17
7222024-12-07T00:07:13.554Z Downloaded heck v0.3.3
7232024-12-07T00:07:13.554Z Downloaded glob v0.3.1
7242024-12-07T00:07:13.578Z Downloaded peg-runtime v0.8.3
7252024-12-07T00:07:13.578Z Downloaded parse-size v1.1.0
7262024-12-07T00:07:13.578Z Downloaded tokio-native-tls v0.3.1
7272024-12-07T00:07:13.578Z Downloaded endian-type v0.1.2
7282024-12-07T00:07:13.578Z Downloaded hex v0.4.3
7292024-12-07T00:07:13.578Z Downloaded der v0.7.9
7302024-12-07T00:07:13.578Z Downloaded dropshot v0.12.0
7312024-12-07T00:07:13.603Z Downloaded quinn-udp v0.5.5
7322024-12-07T00:07:13.603Z Downloaded predicates-core v1.0.8
7332024-12-07T00:07:13.603Z Downloaded env_logger v0.10.2
7342024-12-07T00:07:13.603Z Downloaded elliptic-curve v0.13.8
7352024-12-07T00:07:13.629Z Downloaded funty v2.0.0
7362024-12-07T00:07:13.629Z Downloaded foreign-types-macros v0.2.3
7372024-12-07T00:07:13.629Z Downloaded foreign-types v0.5.0
7382024-12-07T00:07:13.629Z Downloaded env_filter v0.1.2
7392024-12-07T00:07:13.629Z Downloaded yoke v0.7.4
7402024-12-07T00:07:13.629Z Downloaded yasna v0.5.2
7412024-12-07T00:07:13.629Z Downloaded serde_with_macros v3.11.0
7422024-12-07T00:07:13.629Z Downloaded schemars_derive v0.8.21
7432024-12-07T00:07:13.629Z Downloaded scheduled-thread-pool v0.2.7
7442024-12-07T00:07:13.629Z Downloaded unsafe-libyaml v0.2.11
7452024-12-07T00:07:13.653Z Downloaded unicode_categories v0.1.1
7462024-12-07T00:07:13.653Z Downloaded unicode-normalization v0.1.24
7472024-12-07T00:07:13.653Z Downloaded signal-hook-mio v0.2.4
7482024-12-07T00:07:13.653Z Downloaded rayon v1.10.0
7492024-12-07T00:07:13.653Z Downloaded password-hash v0.5.0
7502024-12-07T00:07:13.653Z Downloaded foreign-types-shared v0.1.1
7512024-12-07T00:07:13.653Z Downloaded scopeguard v1.2.0
7522024-12-07T00:07:13.678Z Downloaded foreign-types-shared v0.3.1
7532024-12-07T00:07:13.678Z Downloaded unicode-bidi v0.3.17
7542024-12-07T00:07:13.678Z Downloaded pbkdf2 v0.11.0
7552024-12-07T00:07:13.678Z Downloaded nodrop v0.1.14
7562024-12-07T00:07:13.678Z Downloaded diff v0.1.13
7572024-12-07T00:07:13.678Z Downloaded serde-hex v0.1.0
7582024-12-07T00:07:13.678Z Downloaded num-bigint-dig v0.8.4
7592024-12-07T00:07:13.678Z Downloaded openssl v0.10.66
7602024-12-07T00:07:13.702Z Downloaded smoltcp v0.9.1
7612024-12-07T00:07:13.702Z Downloaded foreign-types v0.3.2
7622024-12-07T00:07:13.702Z Downloaded sha1 v0.10.6
7632024-12-07T00:07:13.702Z Downloaded same-file v1.0.6
7642024-12-07T00:07:13.728Z Downloaded ppv-lite86 v0.2.20
7652024-12-07T00:07:13.728Z Downloaded native-tls v0.2.12
7662024-12-07T00:07:13.728Z Downloaded unicode-properties v0.1.3
7672024-12-07T00:07:13.728Z Downloaded russh-cryptovec v0.7.3
7682024-12-07T00:07:13.728Z Downloaded paste v1.0.15
7692024-12-07T00:07:13.728Z Downloaded uuid v1.11.0
7702024-12-07T00:07:13.728Z Downloaded rustls v0.22.4
7712024-12-07T00:07:13.753Z Downloaded path-slash v0.1.5
7722024-12-07T00:07:13.753Z Downloaded either v1.13.0
7732024-12-07T00:07:13.753Z Downloaded env_logger v0.11.5
7742024-12-07T00:07:13.753Z Downloaded newtype-uuid v1.1.3
7752024-12-07T00:07:13.753Z Downloaded nanorand v0.7.0
7762024-12-07T00:07:13.753Z Downloaded multimap v0.10.0
7772024-12-07T00:07:13.753Z Downloaded normalize-line-endings v0.3.0
7782024-12-07T00:07:13.753Z Downloaded difflib v0.4.0
7792024-12-07T00:07:13.753Z Downloaded zone v0.1.8
7802024-12-07T00:07:13.753Z Downloaded prettyplease v0.2.25
7812024-12-07T00:07:13.778Z Downloaded num-bigint v0.4.6
7822024-12-07T00:07:13.778Z Downloaded fragile v2.0.0
7832024-12-07T00:07:13.778Z Downloaded form_urlencoded v1.2.1
7842024-12-07T00:07:13.778Z Downloaded unicode-xid v0.2.6
7852024-12-07T00:07:13.778Z Downloaded unicode-truncate v1.1.0
7862024-12-07T00:07:13.778Z Downloaded unarray v0.1.4
7872024-12-07T00:07:13.778Z Downloaded utf8_iter v1.0.4
7882024-12-07T00:07:13.778Z Downloaded stable_deref_trait v1.2.0
7892024-12-07T00:07:13.778Z Downloaded ssh-cipher v0.2.0
7902024-12-07T00:07:13.778Z Downloaded reedline v0.35.0
7912024-12-07T00:07:13.803Z Downloaded similar v2.6.0
7922024-12-07T00:07:13.803Z Downloaded thiserror-no-std v2.0.2
7932024-12-07T00:07:13.803Z Downloaded ring v0.17.8
7942024-12-07T00:07:13.879Z Downloaded static_assertions v1.1.0
7952024-12-07T00:07:13.903Z Downloaded reqwest v0.12.9
7962024-12-07T00:07:13.903Z Downloaded h2 v0.4.6
7972024-12-07T00:07:13.903Z Downloaded curve25519-dalek v4.1.3
7982024-12-07T00:07:13.927Z Downloaded typify-macro v0.2.0
7992024-12-07T00:07:13.927Z Downloaded siphasher v0.3.11
8002024-12-07T00:07:13.927Z Downloaded sqlparser_derive v0.2.2
8012024-12-07T00:07:13.927Z Downloaded sec1 v0.7.3
8022024-12-07T00:07:13.927Z Downloaded sct v0.7.1
8032024-12-07T00:07:13.927Z Downloaded scrypt v0.11.0
8042024-12-07T00:07:13.927Z Downloaded primeorder v0.13.6
8052024-12-07T00:07:13.927Z Downloaded pretty-hex v0.2.1
8062024-12-07T00:07:13.927Z Downloaded predicates-tree v1.0.11
8072024-12-07T00:07:13.927Z Downloaded poly1305 v0.8.0
8082024-12-07T00:07:13.952Z Downloaded parking_lot v0.12.3
8092024-12-07T00:07:13.952Z Downloaded fatfs v0.3.6
8102024-12-07T00:07:13.952Z Downloaded zopfli v0.8.1
8112024-12-07T00:07:13.952Z Downloaded dropshot v0.13.0
8122024-12-07T00:07:13.976Z Downloaded zerocopy v0.8.10
8132024-12-07T00:07:14.008Z Downloaded webpki-roots v0.26.6
8142024-12-07T00:07:14.008Z Downloaded rustls v0.21.12
8152024-12-07T00:07:14.042Z Downloaded simd-adler32 v0.3.7
8162024-12-07T00:07:14.042Z Downloaded russh-keys v0.45.0
8172024-12-07T00:07:14.043Z Downloaded value-bag v1.9.0
8182024-12-07T00:07:14.043Z Downloaded phf_shared v0.11.2
8192024-12-07T00:07:14.043Z Downloaded phf_shared v0.10.0
8202024-12-07T00:07:14.043Z Downloaded parking_lot_core v0.8.6
8212024-12-07T00:07:14.043Z Downloaded parking_lot v0.11.2
8222024-12-07T00:07:14.043Z Downloaded darling_core v0.20.10
8232024-12-07T00:07:14.043Z Downloaded subprocess v0.2.9
8242024-12-07T00:07:14.043Z Downloaded rustc-demangle v0.1.24
8252024-12-07T00:07:14.043Z Downloaded nu-ansi-term v0.50.1
8262024-12-07T00:07:14.073Z Downloaded publicsuffix v2.2.3
8272024-12-07T00:07:14.073Z Downloaded fallible-iterator v0.3.0
8282024-12-07T00:07:14.073Z Downloaded universal-hash v0.5.1
8292024-12-07T00:07:14.073Z Downloaded signal-hook-tokio v0.3.1
8302024-12-07T00:07:14.073Z Downloaded rustc_version v0.1.7
8312024-12-07T00:07:14.073Z Downloaded rustc-hash v2.0.0
8322024-12-07T00:07:14.073Z Downloaded peg-macros v0.8.4
8332024-12-07T00:07:14.073Z Downloaded libsqlite3-sys v0.30.1
8342024-12-07T00:07:14.197Z Downloaded ena v0.14.3
8352024-12-07T00:07:14.223Z Downloaded vergen v8.3.2
8362024-12-07T00:07:14.223Z Downloaded tinyvec v1.8.0
8372024-12-07T00:07:14.223Z Downloaded flate2 v1.0.34
8382024-12-07T00:07:14.248Z Downloaded fallible-streaming-iterator v0.1.9
8392024-12-07T00:07:14.248Z Downloaded rand v0.8.5
8402024-12-07T00:07:14.248Z Downloaded hashbrown v0.13.2
8412024-12-07T00:07:14.248Z Downloaded chrono v0.4.38
8422024-12-07T00:07:14.273Z Downloaded ring v0.16.20
8432024-12-07T00:07:14.385Z Downloaded rustc_version v0.4.1
8442024-12-07T00:07:14.410Z Downloaded quick-error v1.2.3
8452024-12-07T00:07:14.410Z Downloaded getrandom v0.2.15
8462024-12-07T00:07:14.410Z Downloaded der_derive v0.7.3
8472024-12-07T00:07:14.410Z Downloaded fd-lock v4.0.2
8482024-12-07T00:07:14.410Z Downloaded fallible-iterator v0.2.0
8492024-12-07T00:07:14.410Z Downloaded rayon-core v1.12.1
8502024-12-07T00:07:14.410Z Downloaded tough v0.19.0
8512024-12-07T00:07:14.434Z Downloaded tokio-util v0.7.12
8522024-12-07T00:07:14.434Z Downloaded pbkdf2 v0.12.2
8532024-12-07T00:07:14.434Z Downloaded num-integer v0.1.46
8542024-12-07T00:07:14.435Z Downloaded embedded-io v0.6.1
8552024-12-07T00:07:14.435Z Downloaded tinystr v0.7.6
8562024-12-07T00:07:14.435Z Downloaded strum_macros v0.26.4
8572024-12-07T00:07:14.435Z Downloaded rcgen v0.12.1
8582024-12-07T00:07:14.459Z Downloaded thread_local v1.1.8
8592024-12-07T00:07:14.459Z Downloaded semver v0.1.20
8602024-12-07T00:07:14.459Z Downloaded flume v0.11.1
8612024-12-07T00:07:14.459Z Downloaded hashbrown v0.12.3
8622024-12-07T00:07:14.459Z Downloaded proptest v1.5.0
8632024-12-07T00:07:14.459Z Downloaded idna v0.2.3
8642024-12-07T00:07:14.484Z Downloaded peg v0.8.4
8652024-12-07T00:07:14.484Z Downloaded num v0.4.3
8662024-12-07T00:07:14.484Z Downloaded ghash v0.5.1
8672024-12-07T00:07:14.484Z Downloaded gethostname v0.5.0
8682024-12-07T00:07:14.484Z Downloaded tls_codec v0.4.1
8692024-12-07T00:07:14.484Z Downloaded serde_plain v1.0.2
8702024-12-07T00:07:14.484Z Downloaded serde_derive_internals v0.29.1
8712024-12-07T00:07:14.484Z Downloaded parking_lot_core v0.9.10
8722024-12-07T00:07:14.484Z Downloaded num-complex v0.4.6
8732024-12-07T00:07:14.509Z Downloaded zone_cfg_derive v0.1.2
8742024-12-07T00:07:14.509Z Downloaded subtle v2.6.1
8752024-12-07T00:07:14.509Z Downloaded toml_edit v0.19.15
8762024-12-07T00:07:14.533Z Downloaded time v0.3.36
8772024-12-07T00:07:14.533Z Downloaded darling_macro v0.20.10
8782024-12-07T00:07:14.533Z Downloaded zone_cfg_derive v0.3.0
8792024-12-07T00:07:14.533Z Downloaded hashbrown v0.14.5
8802024-12-07T00:07:14.533Z Downloaded serde_with v3.11.0
8812024-12-07T00:07:14.558Z Downloaded serde-big-array v0.5.1
8822024-12-07T00:07:14.558Z Downloaded secrecy v0.8.0
8832024-12-07T00:07:14.558Z Downloaded qorb v0.2.1
8842024-12-07T00:07:14.558Z Downloaded progenitor v0.8.0
8852024-12-07T00:07:14.558Z Downloaded proc-macro-crate v1.3.1
8862024-12-07T00:07:14.558Z Downloaded test-strategy v0.3.1
8872024-12-07T00:07:14.558Z Downloaded supports-color v3.0.1
8882024-12-07T00:07:14.558Z Downloaded strum_macros v0.25.3
8892024-12-07T00:07:14.558Z Downloaded strum_macros v0.24.3
8902024-12-07T00:07:14.558Z Downloaded rsa v0.9.6
8912024-12-07T00:07:14.584Z Downloaded pin-project-lite v0.2.14
8922024-12-07T00:07:14.584Z Downloaded pin-project-internal v1.1.6
8932024-12-07T00:07:14.584Z Downloaded pin-project v1.1.6
8942024-12-07T00:07:14.584Z Downloaded zerovec v0.10.4
8952024-12-07T00:07:14.611Z Downloaded rusqlite v0.32.1
8962024-12-07T00:07:14.611Z Downloaded parse-display-derive v0.10.0
8972024-12-07T00:07:14.611Z Downloaded ref-cast v1.0.23
8982024-12-07T00:07:14.611Z Downloaded progenitor-client v0.8.0
8992024-12-07T00:07:14.611Z Downloaded num-derive v0.4.2
9002024-12-07T00:07:14.611Z Downloaded float-cmp v0.9.0
9012024-12-07T00:07:14.611Z Downloaded fixedbitset v0.4.2
9022024-12-07T00:07:14.611Z Downloaded ff v0.13.0
9032024-12-07T00:07:14.611Z Downloaded sync-ptr v0.1.1
9042024-12-07T00:07:14.611Z Downloaded ron v0.8.1
9052024-12-07T00:07:14.638Z Downloaded ron v0.7.1
9062024-12-07T00:07:14.638Z Downloaded ref-cast-impl v1.0.23
9072024-12-07T00:07:14.638Z Downloaded rand_chacha v0.3.1
9082024-12-07T00:07:14.638Z Downloaded blake3 v1.5.4
9092024-12-07T00:07:14.638Z Downloaded idna v0.4.0
9102024-12-07T00:07:14.638Z Downloaded idna v0.3.0
9112024-12-07T00:07:14.664Z Downloaded foldhash v0.1.3
9122024-12-07T00:07:14.664Z Downloaded float-ord v0.3.2
9132024-12-07T00:07:14.664Z Downloaded flagset v0.4.6
9142024-12-07T00:07:14.664Z Downloaded filetime v0.2.25
9152024-12-07T00:07:14.664Z Downloaded defmt-parser v0.3.4
9162024-12-07T00:07:14.664Z Downloaded defmt v0.3.8
9172024-12-07T00:07:14.665Z Downloaded debug-ignore v1.0.5
9182024-12-07T00:07:14.665Z Downloaded data-encoding v2.6.0
9192024-12-07T00:07:14.665Z Downloaded thiserror v2.0.3
9202024-12-07T00:07:14.665Z Downloaded term v0.7.0
9212024-12-07T00:07:14.690Z Downloaded strum v0.26.3
9222024-12-07T00:07:14.690Z Downloaded pkcs5 v0.7.1
9232024-12-07T00:07:14.690Z Downloaded pin-utils v0.1.0
9242024-12-07T00:07:14.690Z Downloaded openssl-sys v0.9.103
9252024-12-07T00:07:14.690Z Downloaded half v2.4.1
9262024-12-07T00:07:14.690Z Downloaded thiserror-impl-no-std v2.0.2
9272024-12-07T00:07:14.690Z Downloaded thiserror-impl v2.0.3
9282024-12-07T00:07:14.690Z Downloaded termios v0.3.3
9292024-12-07T00:07:14.690Z Downloaded rpassword v7.3.1
9302024-12-07T00:07:14.690Z Downloaded p256 v0.13.2
9312024-12-07T00:07:14.716Z Downloaded globset v0.4.15
9322024-12-07T00:07:14.716Z Downloaded steno v0.4.1
9332024-12-07T00:07:14.716Z Downloaded rustls-webpki v0.101.7
9342024-12-07T00:07:14.716Z Downloaded idna v0.5.0
9352024-12-07T00:07:14.740Z Downloaded termcolor v1.4.1
9362024-12-07T00:07:14.740Z Downloaded tabwriter v1.4.0
9372024-12-07T00:07:14.740Z Downloaded synstructure v0.13.1
9382024-12-07T00:07:14.740Z Downloaded heapless v0.7.17
9392024-12-07T00:07:14.740Z Downloaded group v0.13.0
9402024-12-07T00:07:14.740Z Downloaded rtoolbox v0.0.2
9412024-12-07T00:07:14.740Z Downloaded tar v0.4.42
9422024-12-07T00:07:14.740Z Downloaded oso v0.27.3
9432024-12-07T00:07:14.766Z Downloaded opaque-debug v0.3.1
9442024-12-07T00:07:14.766Z Downloaded toml v0.7.8
9452024-12-07T00:07:14.766Z Downloaded snafu v0.8.5
9462024-12-07T00:07:14.766Z Downloaded sync_wrapper v1.0.1
9472024-12-07T00:07:14.766Z Downloaded pkg-config v0.3.31
9482024-12-07T00:07:14.766Z Downloaded hash32 v0.2.1
9492024-12-07T00:07:14.766Z Downloaded zerocopy v0.6.6
9502024-12-07T00:07:14.766Z Downloaded crossterm v0.28.1
9512024-12-07T00:07:14.790Z Downloaded hashlink v0.9.1
9522024-12-07T00:07:14.790Z Downloaded zerocopy-derive v0.8.10
9532024-12-07T00:07:14.790Z Downloaded aws-lc-sys v0.22.0
9542024-12-07T00:07:15.081Z Downloaded tracing v0.1.40
9552024-12-07T00:07:15.106Z Downloaded lalrpop v0.19.12
9562024-12-07T00:07:15.106Z Downloaded dropshot_endpoint v0.13.0
9572024-12-07T00:07:15.106Z Downloaded dropshot_endpoint v0.12.0
9582024-12-07T00:07:15.130Z Downloaded display-error-chain v0.2.2
9592024-12-07T00:07:15.130Z Downloaded dirs-sys-next v0.1.2
9602024-12-07T00:07:15.130Z Downloaded dirs-next v2.0.0
9612024-12-07T00:07:15.130Z Downloaded topological-sort v0.2.2
9622024-12-07T00:07:15.130Z Downloaded tokio-tungstenite v0.23.1
9632024-12-07T00:07:15.130Z Downloaded tokio-tungstenite v0.24.0
9642024-12-07T00:07:15.130Z Downloaded time-macros v0.2.18
9652024-12-07T00:07:15.130Z Downloaded slog v2.7.0
9662024-12-07T00:07:15.130Z Downloaded futures-task v0.3.31
9672024-12-07T00:07:15.130Z Downloaded tokio-tungstenite v0.21.0
9682024-12-07T00:07:15.130Z Downloaded tiny-keccak v2.0.2
9692024-12-07T00:07:15.130Z Downloaded libm v0.2.8
9702024-12-07T00:07:15.154Z Downloaded icu_properties_data v1.5.0
9712024-12-07T00:07:15.154Z Downloaded headers v0.4.0
9722024-12-07T00:07:15.178Z Downloaded hash32 v0.3.1
9732024-12-07T00:07:15.178Z Downloaded ecdsa v0.16.9
9742024-12-07T00:07:15.179Z Downloaded tracing-core v0.1.32
9752024-12-07T00:07:15.179Z Downloaded toolchain_find v0.4.0
9762024-12-07T00:07:15.179Z Downloaded structmeta v0.3.0
9772024-12-07T00:07:15.179Z Downloaded stringprep v0.1.5
9782024-12-07T00:07:15.179Z Downloaded slab v0.4.9
9792024-12-07T00:07:15.179Z Downloaded libxml v0.3.3
9802024-12-07T00:07:15.179Z Downloaded crossbeam-channel v0.5.13
9812024-12-07T00:07:15.204Z Downloaded cc v1.1.30
9822024-12-07T00:07:15.204Z Downloaded dyn-clone v1.0.17
9832024-12-07T00:07:15.204Z Downloaded dunce v1.0.5
9842024-12-07T00:07:15.204Z Downloaded dsl_auto_type v0.1.2
9852024-12-07T00:07:15.204Z Downloaded zeroize_derive v1.4.2
9862024-12-07T00:07:15.204Z Downloaded zeroize v1.8.1
9872024-12-07T00:07:15.204Z Downloaded zerofrom-derive v0.1.4
9882024-12-07T00:07:15.204Z Downloaded time-core v0.1.2
9892024-12-07T00:07:15.204Z Downloaded structmeta-derive v0.2.0
9902024-12-07T00:07:15.204Z Downloaded structmeta v0.2.0
9912024-12-07T00:07:15.204Z Downloaded downcast v0.11.0
9922024-12-07T00:07:15.205Z Downloaded zerovec-derive v0.10.3
9932024-12-07T00:07:15.205Z Downloaded tracing-attributes v0.1.27
9942024-12-07T00:07:15.205Z Downloaded strip-ansi-escapes v0.2.0
9952024-12-07T00:07:15.205Z Downloaded string_cache v0.8.7
9962024-12-07T00:07:15.232Z Downloaded serde_urlencoded v0.7.1
9972024-12-07T00:07:15.233Z Downloaded serde_repr v0.1.19
9982024-12-07T00:07:15.233Z Downloaded mio v1.0.2
9992024-12-07T00:07:15.233Z Downloaded compact_str v0.8.0
10002024-12-07T00:07:15.233Z Downloaded bytes v1.8.0
10012024-12-07T00:07:15.233Z Downloaded rustls-pki-types v1.9.0
10022024-12-07T00:07:15.233Z Downloaded rustc-hash v1.1.0
10032024-12-07T00:07:15.233Z Downloaded progenitor-impl v0.8.0
10042024-12-07T00:07:15.233Z Downloaded itertools v0.12.1
10052024-12-07T00:07:15.257Z Downloaded cookie v0.18.1
10062024-12-07T00:07:15.257Z Downloaded tower-service v0.3.3
10072024-12-07T00:07:15.257Z Downloaded itertools v0.13.0
10082024-12-07T00:07:15.282Z Downloaded crypto-bigint v0.5.5
10092024-12-07T00:07:15.282Z Downloaded crossbeam-epoch v0.9.18
10102024-12-07T00:07:15.282Z Downloaded want v0.3.1
10112024-12-07T00:07:15.282Z Downloaded structmeta-derive v0.3.0
10122024-12-07T00:07:15.306Z Downloaded signature v2.2.0
10132024-12-07T00:07:15.306Z Downloaded rustls-pemfile v2.2.0
10142024-12-07T00:07:15.307Z Downloaded rfc6979 v0.4.0
10152024-12-07T00:07:15.307Z Downloaded resolv-conf v0.7.0
10162024-12-07T00:07:15.307Z Downloaded rand_xorshift v0.3.0
10172024-12-07T00:07:15.307Z Downloaded mockall_derive v0.13.0
10182024-12-07T00:07:15.307Z Downloaded minimal-lexical v0.2.1
10192024-12-07T00:07:15.307Z Downloaded maybe-uninit v2.0.0
10202024-12-07T00:07:15.307Z Downloaded indicatif v0.17.9
10212024-12-07T00:07:15.307Z Downloaded const-oid v0.9.6
10222024-12-07T00:07:15.331Z Downloaded console v0.15.8
10232024-12-07T00:07:15.331Z Downloaded rand_seeder v0.3.0
10242024-12-07T00:07:15.331Z Downloaded rand_core v0.6.4
10252024-12-07T00:07:15.331Z Downloaded progenitor-macro v0.8.0
10262024-12-07T00:07:15.331Z Downloaded memmap2 v0.9.5
10272024-12-07T00:07:15.331Z Downloaded md-5 v0.10.6
10282024-12-07T00:07:15.331Z Downloaded lru v0.12.5
10292024-12-07T00:07:15.331Z Downloaded litemap v0.7.3
10302024-12-07T00:07:15.331Z Downloaded cancel-safe-futures v0.1.5
10312024-12-07T00:07:15.331Z Downloaded buf-list v1.0.3
10322024-12-07T00:07:15.331Z Downloaded memoffset v0.9.1
10332024-12-07T00:07:15.331Z Downloaded match_cfg v0.1.0
10342024-12-07T00:07:15.331Z Downloaded maplit v1.0.2
10352024-12-07T00:07:15.356Z Downloaded lru-cache v0.1.2
10362024-12-07T00:07:15.356Z Downloaded lock_api v0.4.12
10372024-12-07T00:07:15.356Z Downloaded linked-hash-map v0.5.6
10382024-12-07T00:07:15.356Z Downloaded libsw v3.3.1
10392024-12-07T00:07:15.356Z Downloaded libefi-sys v0.1.0
10402024-12-07T00:07:15.356Z Downloaded lazycell v1.3.0
10412024-12-07T00:07:15.356Z Downloaded lalrpop-util v0.19.12
10422024-12-07T00:07:15.356Z Downloaded keccak v0.1.5
10432024-12-07T00:07:15.356Z Downloaded is-terminal v0.4.13
10442024-12-07T00:07:15.356Z Downloaded ipnetwork v0.20.0
10452024-12-07T00:07:15.356Z Downloaded indoc v1.0.9
10462024-12-07T00:07:15.356Z Downloaded crossbeam-deque v0.8.5
10472024-12-07T00:07:15.356Z Downloaded cookie_store v0.21.0
10482024-12-07T00:07:15.356Z Downloaded colored v2.1.0
10492024-12-07T00:07:15.356Z Downloaded ciborium v0.2.2
10502024-12-07T00:07:15.381Z Downloaded chrono-tz-build v0.4.0
10512024-12-07T00:07:15.381Z Downloaded cbc v0.1.2
10522024-12-07T00:07:15.381Z Downloaded cassowary v0.3.0
10532024-12-07T00:07:15.381Z Downloaded block-padding v0.3.3
10542024-12-07T00:07:15.381Z Downloaded mockall v0.13.0
10552024-12-07T00:07:15.381Z Downloaded mime_guess v2.0.5
10562024-12-07T00:07:15.381Z Downloaded mime v0.3.17
10572024-12-07T00:07:15.382Z Downloaded md5 v0.7.0
10582024-12-07T00:07:15.382Z Downloaded matches v0.1.10
10592024-12-07T00:07:15.382Z Downloaded lockfree-object-pool v0.1.6
10602024-12-07T00:07:15.382Z Downloaded linear-map v1.2.0
10612024-12-07T00:07:15.382Z Downloaded ipnet v2.10.1
10622024-12-07T00:07:15.382Z Downloaded internet-checksum v0.2.1
10632024-12-07T00:07:15.382Z Downloaded http v1.1.0
10642024-12-07T00:07:15.382Z Downloaded ctr v0.9.2
10652024-12-07T00:07:15.406Z Downloaded crc-catalog v2.4.0
10662024-12-07T00:07:15.406Z Downloaded crc v3.2.1
10672024-12-07T00:07:15.407Z Downloaded constant_time_eq v0.3.1
10682024-12-07T00:07:15.407Z Downloaded const_format_proc_macros v0.2.33
10692024-12-07T00:07:15.407Z Downloaded ciborium-ll v0.2.2
10702024-12-07T00:07:15.407Z Downloaded chacha20 v0.9.1
10712024-12-07T00:07:15.407Z Downloaded cexpr v0.6.0
10722024-12-07T00:07:15.407Z Downloaded castaway v0.2.3
10732024-12-07T00:07:15.407Z Downloaded bumpalo v3.16.0
10742024-12-07T00:07:15.407Z Downloaded blowfish v0.9.1
10752024-12-07T00:07:15.407Z Downloaded instant v0.1.13
10762024-12-07T00:07:15.407Z Downloaded instability v0.3.2
10772024-12-07T00:07:15.407Z Downloaded icu_normalizer v1.5.0
10782024-12-07T00:07:15.432Z Downloaded headers-core v0.3.0
10792024-12-07T00:07:15.432Z Downloaded curve25519-dalek-derive v0.1.1
10802024-12-07T00:07:15.432Z Downloaded cstr-argument v0.1.2
10812024-12-07T00:07:15.432Z Downloaded cobs v0.2.3
10822024-12-07T00:07:15.432Z Downloaded cfg_aliases v0.2.1
10832024-12-07T00:07:15.432Z Downloaded idna_adapter v1.2.0
10842024-12-07T00:07:15.432Z Downloaded icu_normalizer_data v1.5.0
10852024-12-07T00:07:15.432Z Downloaded icu_locid_transform_data v1.5.0
10862024-12-07T00:07:15.432Z Downloaded icu_locid v1.5.0
10872024-12-07T00:07:15.432Z Downloaded icu_collections v1.5.0
10882024-12-07T00:07:15.456Z Downloaded hyper-util v0.1.10
10892024-12-07T00:07:15.456Z Downloaded hyper v1.5.0
10902024-12-07T00:07:15.456Z Downloaded chacha20poly1305 v0.10.1
10912024-12-07T00:07:15.456Z Downloaded cfg_aliases v0.1.1
10922024-12-07T00:07:15.457Z Downloaded jobserver v0.1.32
10932024-12-07T00:07:15.457Z Downloaded is_ci v1.2.0
10942024-12-07T00:07:15.457Z Downloaded impl-trait-for-tuples v0.2.2
10952024-12-07T00:07:15.457Z Downloaded crucible-workspace-hack v0.1.0
10962024-12-07T00:07:15.457Z Downloaded crossbeam-utils v0.8.20
10972024-12-07T00:07:15.483Z Downloaded crc32fast v1.4.2
10982024-12-07T00:07:15.483Z Downloaded const_format v0.2.33
10992024-12-07T00:07:15.483Z Downloaded cmake v0.1.51
11002024-12-07T00:07:15.483Z Downloaded clang-sys v1.8.1
11012024-12-07T00:07:15.483Z Downloaded cipher v0.4.4
11022024-12-07T00:07:15.483Z Downloaded ciborium-io v0.2.2
11032024-12-07T00:07:15.483Z Downloaded ident_case v1.0.1
11042024-12-07T00:07:15.483Z Downloaded icu_locid_transform v1.5.0
11052024-12-07T00:07:15.483Z Downloaded iana-time-zone v0.1.61
11062024-12-07T00:07:15.483Z Downloaded hyper-tls v0.6.0
11072024-12-07T00:07:15.483Z Downloaded hyper-staticfile v0.10.1
11082024-12-07T00:07:15.483Z Downloaded humantime v2.1.0
11092024-12-07T00:07:15.507Z Downloaded hubpack v0.1.2
11102024-12-07T00:07:15.507Z Downloaded httparse v1.9.5
11112024-12-07T00:07:15.507Z Downloaded hostname v0.4.0
11122024-12-07T00:07:15.507Z Downloaded hostname v0.3.1
11132024-12-07T00:07:15.507Z Downloaded crunchy v0.2.2
11142024-12-07T00:07:15.507Z Downloaded convert_case v0.4.0
11152024-12-07T00:07:15.507Z Downloaded bzip2 v0.4.4
11162024-12-07T00:07:15.507Z Downloaded httpdate v1.0.3
11172024-12-07T00:07:15.508Z Downloaded http-range v0.1.5
11182024-12-07T00:07:15.508Z Downloaded http-body-util v0.1.2
11192024-12-07T00:07:15.508Z Downloaded http-body v1.0.1
11202024-12-07T00:07:15.508Z Downloaded home v0.5.9
11212024-12-07T00:07:15.508Z Downloaded hickory-server v0.24.1
11222024-12-07T00:07:15.532Z Downloaded hickory-proto v0.24.1
11232024-12-07T00:07:15.532Z Downloaded hickory-client v0.24.1
11242024-12-07T00:07:15.532Z Downloaded csv-core v0.1.11
11252024-12-07T00:07:15.532Z Downloaded hkdf v0.12.4
11262024-12-07T00:07:15.557Z Downloaded hickory-resolver v0.24.1
11272024-12-07T00:07:15.557Z Downloaded hex-literal v0.4.1
11282024-12-07T00:07:15.557Z Downloaded darling v0.20.10
11292024-12-07T00:07:15.557Z Downloaded blake2 v0.10.6
11302024-12-07T00:07:15.557Z Downloaded bitflags v1.3.2
11312024-12-07T00:07:15.557Z Downloaded bit-vec v0.6.3
11322024-12-07T00:07:15.557Z Downloaded bit-set v0.5.3
11332024-12-07T00:07:15.582Z Downloaded bcs v0.1.6
11342024-12-07T00:07:15.582Z Downloaded bcrypt-pbkdf v0.10.0
11352024-12-07T00:07:15.582Z Downloaded base64ct v1.6.0
11362024-12-07T00:07:15.582Z Downloaded base64 v0.13.1
11372024-12-07T00:07:15.582Z Downloaded atomic-waker v1.1.2
11382024-12-07T00:07:15.582Z Downloaded bitfield v0.14.0
11392024-12-07T00:07:15.582Z Downloaded atty v0.2.14
11402024-12-07T00:07:15.582Z Downloaded async-recursion v1.1.1
11412024-12-07T00:07:15.582Z Downloaded bindgen v0.69.5
11422024-12-07T00:07:15.607Z Downloaded bb8 v0.8.5
11432024-12-07T00:07:15.607Z Downloaded aws-lc-rs v1.10.0
11442024-12-07T00:07:15.607Z Downloaded async-bb8-diesel v0.2.1
11452024-12-07T00:07:15.607Z Downloaded assert_matches v1.5.0
11462024-12-07T00:07:15.607Z Downloaded ascii-canvas v3.0.0
11472024-12-07T00:07:15.607Z Downloaded array-init v0.0.4
11482024-12-07T00:07:15.607Z Downloaded base64 v0.21.7
11492024-12-07T00:07:15.632Z Downloaded backtrace v0.3.74
11502024-12-07T00:07:15.632Z Downloaded arrayvec v0.7.6
11512024-12-07T00:07:15.632Z Downloaded backoff v0.4.0
11522024-12-07T00:07:15.632Z Downloaded async-trait v0.1.83
11532024-12-07T00:07:15.632Z Downloaded async-stream v0.3.6
11542024-12-07T00:07:15.632Z Downloaded arrayref v0.3.9
11552024-12-07T00:07:15.657Z Downloaded libloading v0.8.5
11562024-12-07T00:07:15.657Z Downloaded kstat-rs v0.2.4
11572024-12-07T00:07:15.657Z Downloaded itertools v0.10.5
11582024-12-07T00:07:15.657Z Downloaded idna v1.0.3
11592024-12-07T00:07:15.657Z Downloaded icu_provider v1.5.0
11602024-12-07T00:07:15.657Z Downloaded hubpack_derive v0.1.1
11612024-12-07T00:07:15.657Z Downloaded aes v0.8.4
11622024-12-07T00:07:15.682Z Downloaded bitvec v1.0.1
11632024-12-07T00:07:15.682Z Downloaded allocator-api2 v0.2.18
11642024-12-07T00:07:15.707Z Downloaded aes-gcm v0.10.3
11652024-12-07T00:07:15.707Z Downloaded ahash v0.8.11
11662024-12-07T00:07:15.707Z Downloaded aead v0.5.2
11672024-12-07T00:07:15.707Z Downloaded adler2 v2.0.0
11682024-12-07T00:07:15.837Z Compiling serde v1.0.215
11692024-12-07T00:07:15.863Z Compiling lock_api v0.4.12
11702024-12-07T00:07:15.863Z Compiling scopeguard v1.2.0
11712024-12-07T00:07:15.863Z Compiling value-bag v1.9.0
11722024-12-07T00:07:15.863Z Compiling typenum v1.17.0
11732024-12-07T00:07:15.863Z Compiling generic-array v0.14.7
11742024-12-07T00:07:15.863Z Compiling syn v2.0.87
11752024-12-07T00:07:15.863Z Compiling getrandom v0.2.15
11762024-12-07T00:07:16.076Z Compiling shlex v1.3.0
11772024-12-07T00:07:16.281Z Compiling rand_core v0.6.4
11782024-12-07T00:07:16.396Z Compiling log v0.4.22
11792024-12-07T00:07:16.470Z Compiling subtle v2.6.1
11802024-12-07T00:07:16.514Z Compiling jobserver v0.1.32
11812024-12-07T00:07:16.563Z Compiling smallvec v1.13.2
11822024-12-07T00:07:16.796Z Compiling const-oid v0.9.6
11832024-12-07T00:07:16.821Z Compiling pin-project-lite v0.2.14
11842024-12-07T00:07:16.929Z Compiling cc v1.1.30
11852024-12-07T00:07:16.970Z Compiling spin v0.9.8
11862024-12-07T00:07:16.994Z Compiling rustix v0.38.37
11872024-12-07T00:07:17.197Z Compiling parking_lot_core v0.9.10
11882024-12-07T00:07:17.331Z Compiling futures-core v0.3.31
11892024-12-07T00:07:17.361Z Compiling signal-hook-registry v1.4.2
11902024-12-07T00:07:17.580Z Compiling mio v1.0.2
11912024-12-07T00:07:17.848Z Compiling aho-corasick v1.1.3
11922024-12-07T00:07:18.171Z Compiling parking_lot v0.12.3
11932024-12-07T00:07:18.339Z Compiling regex-syntax v0.8.5
11942024-12-07T00:07:18.377Z Compiling cpufeatures v0.2.14
11952024-12-07T00:07:18.490Z Compiling either v1.13.0
11962024-12-07T00:07:18.514Z Compiling lazy_static v1.5.0
11972024-12-07T00:07:18.633Z Compiling stable_deref_trait v1.2.0
11982024-12-07T00:07:18.745Z Compiling glob v0.3.1
11992024-12-07T00:07:18.795Z Compiling futures-sink v0.3.31
12002024-12-07T00:07:18.928Z Compiling socket2 v0.5.7
12012024-12-07T00:07:18.960Z Compiling slab v0.4.9
12022024-12-07T00:07:19.043Z Compiling prettyplease v0.2.25
12032024-12-07T00:07:19.626Z Compiling minimal-lexical v0.2.1
12042024-12-07T00:07:20.003Z Compiling clang-sys v1.8.1
12052024-12-07T00:07:20.090Z Compiling libloading v0.8.5
12062024-12-07T00:07:20.275Z Compiling nom v7.1.3
12072024-12-07T00:07:20.305Z Compiling bindgen v0.69.5
12082024-12-07T00:07:20.512Z Compiling serde_json v1.0.132
12092024-12-07T00:07:20.710Z Compiling home v0.5.9
12102024-12-07T00:07:20.963Z Compiling futures-channel v0.3.31
12112024-12-07T00:07:21.034Z Compiling itertools v0.12.1
12122024-12-07T00:07:21.211Z Compiling allocator-api2 v0.2.18
12132024-12-07T00:07:21.341Z Compiling futures-io v0.3.31
12142024-12-07T00:07:21.626Z Compiling lazycell v1.3.0
12152024-12-07T00:07:21.774Z Compiling rustc-hash v1.1.0
12162024-12-07T00:07:21.910Z Compiling foldhash v0.1.3
12172024-12-07T00:07:21.936Z Compiling futures-task v0.3.31
12182024-12-07T00:07:22.169Z Compiling regex-automata v0.4.8
12192024-12-07T00:07:22.207Z Compiling pin-utils v0.1.0
12202024-12-07T00:07:22.295Z Compiling hashbrown v0.15.0
12212024-12-07T00:07:23.001Z Compiling synstructure v0.13.1
12222024-12-07T00:07:23.298Z Compiling cexpr v0.6.0
12232024-12-07T00:07:23.692Z Compiling cmake v0.1.51
12242024-12-07T00:07:24.423Z Compiling dunce v1.0.5
12252024-12-07T00:07:24.537Z Compiling pkg-config v0.3.31
12262024-12-07T00:07:24.589Z Compiling tinyvec_macros v0.1.1
12272024-12-07T00:07:24.677Z Compiling libm v0.2.8
12282024-12-07T00:07:24.702Z Compiling fs_extra v1.3.0
12292024-12-07T00:07:24.789Z Compiling tinyvec v1.8.0
12302024-12-07T00:07:24.981Z Compiling num-traits v0.2.19
12312024-12-07T00:07:25.414Z Compiling ring v0.17.8
12322024-12-07T00:07:25.856Z Compiling unicode-bidi v0.3.17
12332024-12-07T00:07:25.951Z Compiling unicode-normalization v0.1.24
12342024-12-07T00:07:26.006Z Compiling base64ct v1.6.0
12352024-12-07T00:07:26.291Z Compiling litemap v0.7.3
12362024-12-07T00:07:26.342Z Compiling paste v1.0.15
12372024-12-07T00:07:26.514Z Compiling writeable v0.5.5
12382024-12-07T00:07:26.641Z Compiling regex v1.11.1
12392024-12-07T00:07:26.829Z Compiling pem-rfc7468 v0.7.0
12402024-12-07T00:07:27.036Z Compiling flagset v0.4.6
12412024-12-07T00:07:27.220Z Compiling aws-lc-rs v1.10.0
12422024-12-07T00:07:27.450Z Compiling httparse v1.9.5
12432024-12-07T00:07:27.605Z Compiling tracing-core v0.1.32
12442024-12-07T00:07:28.157Z Compiling crossbeam-utils v0.8.20
12452024-12-07T00:07:28.625Z Compiling icu_locid_transform_data v1.5.0
12462024-12-07T00:07:28.651Z Compiling rustls-pki-types v1.9.0
12472024-12-07T00:07:28.675Z Compiling percent-encoding v2.3.1
12482024-12-07T00:07:28.752Z Compiling serde_derive v1.0.215
12492024-12-07T00:07:28.782Z Compiling zeroize_derive v1.4.2
12502024-12-07T00:07:28.806Z Compiling zerocopy-derive v0.7.35
12512024-12-07T00:07:28.998Z Compiling tokio-macros v2.4.0
12522024-12-07T00:07:29.629Z Compiling zerofrom-derive v0.1.4
12532024-12-07T00:07:30.112Z Compiling zeroize v1.8.1
12542024-12-07T00:07:30.461Z Compiling yoke-derive v0.7.4
12552024-12-07T00:07:30.676Z Compiling zerocopy v0.7.35
12562024-12-07T00:07:30.935Z Compiling thiserror-impl v1.0.69
12572024-12-07T00:07:31.512Z Compiling crypto-common v0.1.6
12582024-12-07T00:07:31.708Z Compiling block-buffer v0.10.4
12592024-12-07T00:07:31.732Z Compiling futures-macro v0.3.31
12602024-12-07T00:07:31.933Z Compiling digest v0.10.7
12612024-12-07T00:07:32.029Z Compiling zerovec-derive v0.10.3
12622024-12-07T00:07:32.358Z Compiling hmac v0.12.1
12632024-12-07T00:07:32.577Z Compiling block-padding v0.3.3
12642024-12-07T00:07:32.732Z Compiling displaydoc v0.2.5
12652024-12-07T00:07:32.804Z Compiling inout v0.1.3
12662024-12-07T00:07:33.050Z Compiling cipher v0.4.4
12672024-12-07T00:07:33.087Z Compiling sha2 v0.10.8
12682024-12-07T00:07:33.118Z Compiling zerofrom v0.1.4
12692024-12-07T00:07:33.294Z Compiling yoke v0.7.4
12702024-12-07T00:07:33.319Z Compiling futures-util v0.3.31
12712024-12-07T00:07:33.500Z Compiling ppv-lite86 v0.2.20
12722024-12-07T00:07:33.617Z Compiling icu_provider_macros v1.5.0
12732024-12-07T00:07:33.760Z Compiling thiserror v1.0.69
12742024-12-07T00:07:33.886Z Compiling der_derive v0.7.3
12752024-12-07T00:07:34.253Z Compiling rand_chacha v0.3.1
12762024-12-07T00:07:34.253Z Compiling zerovec v0.10.4
12772024-12-07T00:07:34.317Z Compiling tracing-attributes v0.1.27
12782024-12-07T00:07:34.629Z Compiling rand v0.8.5
12792024-12-07T00:07:35.777Z Compiling pest v2.7.14
12802024-12-07T00:07:35.958Z Compiling tinystr v0.7.6
12812024-12-07T00:07:36.088Z Compiling der v0.7.9
12822024-12-07T00:07:36.309Z Compiling icu_locid v1.5.0
12832024-12-07T00:07:36.346Z Compiling icu_collections v1.5.0
12842024-12-07T00:07:36.408Z Compiling salsa20 v0.10.2
12852024-12-07T00:07:36.602Z Compiling pbkdf2 v0.12.2
12862024-12-07T00:07:37.342Z Compiling icu_provider v1.5.0
12872024-12-07T00:07:37.562Z Compiling tracing v0.1.40
12882024-12-07T00:07:37.586Z Compiling vcpkg v0.2.15
12892024-12-07T00:07:38.077Z Compiling icu_locid_transform v1.5.0
12902024-12-07T00:07:38.348Z Compiling spki v0.7.3
12912024-12-07T00:07:38.378Z Compiling time-core v0.1.2
12922024-12-07T00:07:38.460Z Compiling icu_properties_data v1.5.0
12932024-12-07T00:07:38.557Z Compiling mirai-annotations v1.12.0
12942024-12-07T00:07:38.723Z Compiling untrusted v0.9.0
12952024-12-07T00:07:38.747Z Compiling untrusted v0.7.1
12962024-12-07T00:07:38.747Z Compiling powerfmt v0.2.0
12972024-12-07T00:07:38.802Z Compiling num-conv v0.1.0
12982024-12-07T00:07:38.942Z Compiling pest_meta v2.7.14
12992024-12-07T00:07:39.007Z Compiling scrypt v0.11.0
13002024-12-07T00:07:39.081Z Compiling time-macros v0.2.18
13012024-12-07T00:07:39.204Z Compiling icu_properties v1.5.1
13022024-12-07T00:07:39.581Z Compiling deranged v0.3.11
13032024-12-07T00:07:39.605Z Compiling openssl-sys v0.9.103
13042024-12-07T00:07:40.446Z Compiling bitflags v2.6.0
13052024-12-07T00:07:40.484Z Compiling bytes v1.8.0
13062024-12-07T00:07:41.157Z Compiling indexmap v2.6.0
13072024-12-07T00:07:41.631Z Compiling tokio v1.40.0
13082024-12-07T00:07:41.728Z Compiling http v1.1.0
13092024-12-07T00:07:42.222Z Compiling semver v1.0.23
13102024-12-07T00:07:42.376Z Compiling cbc v0.1.2
13112024-12-07T00:07:42.577Z Compiling aes v0.8.4
13122024-12-07T00:07:42.880Z Compiling rustc_version v0.4.1
13132024-12-07T00:07:43.292Z Compiling scroll_derive v0.12.0
13142024-12-07T00:07:43.316Z Compiling utf16_iter v1.0.5
13152024-12-07T00:07:43.475Z Compiling num_threads v0.1.7
13162024-12-07T00:07:43.574Z Compiling utf8_iter v1.0.4
13172024-12-07T00:07:43.601Z Compiling atomic-waker v1.1.2
13182024-12-07T00:07:43.764Z Compiling write16 v1.0.0
13192024-12-07T00:07:43.789Z Compiling icu_normalizer_data v1.5.0
13202024-12-07T00:07:43.843Z Compiling time v0.3.36
13212024-12-07T00:07:43.885Z Compiling pkcs5 v0.7.1
13222024-12-07T00:07:43.909Z Compiling icu_normalizer v1.5.0
13232024-12-07T00:07:44.365Z Compiling which v4.4.2
13242024-12-07T00:07:44.436Z Compiling scroll v0.12.0
13252024-12-07T00:07:44.900Z Compiling http-body v1.0.1
13262024-12-07T00:07:44.948Z Compiling pest_generator v2.7.14
13272024-12-07T00:07:45.020Z Compiling form_urlencoded v1.2.1
13282024-12-07T00:07:45.127Z Compiling try-lock v0.2.5
13292024-12-07T00:07:45.262Z Compiling slog v2.7.0
13302024-12-07T00:07:45.334Z Compiling goblin v0.8.2
13312024-12-07T00:07:45.358Z Compiling want v0.3.1
13322024-12-07T00:07:45.605Z Compiling idna_adapter v1.2.0
13332024-12-07T00:07:45.703Z Compiling pkcs8 v0.10.2
13342024-12-07T00:07:45.810Z Compiling httpdate v1.0.3
13352024-12-07T00:07:46.246Z Compiling idna v1.0.3
13362024-12-07T00:07:46.392Z Compiling serde_spanned v0.6.8
13372024-12-07T00:07:46.552Z Compiling toml_datetime v0.6.8
13382024-12-07T00:07:46.592Z Compiling serde_tokenstream v0.2.2
13392024-12-07T00:07:46.684Z Compiling pest_derive v2.7.14
13402024-12-07T00:07:46.999Z Compiling uuid v1.11.0
13412024-12-07T00:07:47.110Z Compiling match_cfg v0.1.0
13422024-12-07T00:07:47.207Z Compiling foreign-types-shared v0.1.1
13432024-12-07T00:07:47.311Z Compiling rustversion v1.0.17
13442024-12-07T00:07:47.342Z Compiling dtrace-parser v0.2.0
13452024-12-07T00:07:47.819Z Compiling tower-service v0.3.3
13462024-12-07T00:07:47.918Z Compiling base64 v0.22.1
13472024-12-07T00:07:47.942Z Compiling openssl v0.10.66
13482024-12-07T00:07:48.154Z Compiling iana-time-zone v0.1.61
13492024-12-07T00:07:48.294Z Compiling adler2 v2.0.0
13502024-12-07T00:07:48.365Z Compiling chrono v0.4.38
13512024-12-07T00:07:48.492Z Compiling miniz_oxide v0.8.0
13522024-12-07T00:07:48.616Z Compiling foreign-types v0.3.2
13532024-12-07T00:07:48.659Z Compiling hostname v0.3.1
13542024-12-07T00:07:48.713Z Compiling url v2.5.3
13552024-12-07T00:07:48.887Z Compiling tokio-util v0.7.12
13562024-12-07T00:07:49.829Z Compiling h2 v0.4.6
13572024-12-07T00:07:50.114Z Compiling async-trait v0.1.83
13582024-12-07T00:07:50.387Z Compiling dof v0.3.0
13592024-12-07T00:07:50.492Z Compiling openssl-macros v0.1.1
13602024-12-07T00:07:51.131Z Compiling usdt-impl v0.5.0
13612024-12-07T00:07:51.591Z Compiling dirs-sys-next v0.1.2
13622024-12-07T00:07:52.178Z Compiling rustls v0.23.14
13632024-12-07T00:07:52.270Z Compiling syn v1.0.109
13642024-12-07T00:07:52.409Z Compiling data-encoding v2.6.0
13652024-12-07T00:07:52.433Z Compiling rustls v0.22.4
13662024-12-07T00:07:52.464Z Compiling native-tls v0.2.12
13672024-12-07T00:07:52.653Z Compiling siphasher v0.3.11
13682024-12-07T00:07:52.784Z Compiling dirs-next v2.0.0
13692024-12-07T00:07:52.996Z Compiling http-body-util v0.1.2
13702024-12-07T00:07:53.445Z Compiling crossbeam-epoch v0.9.18
13712024-12-07T00:07:54.092Z Compiling heapless v0.7.17
13722024-12-07T00:07:54.141Z Compiling sha1 v0.10.6
13732024-12-07T00:07:54.177Z Compiling signature v2.2.0
13742024-12-07T00:07:54.422Z Compiling bzip2-sys v0.1.11+1.0.8
13752024-12-07T00:07:54.447Z Compiling serde_derive_internals v0.29.1
13762024-12-07T00:07:54.485Z Compiling thread_local v1.1.8
13772024-12-07T00:07:54.522Z Compiling multer v3.1.0
13782024-12-07T00:07:54.780Z Compiling cookie v0.18.1
13792024-12-07T00:07:54.827Z Compiling encoding_rs v0.8.34
13802024-12-07T00:07:54.946Z Compiling ipnet v2.10.1
13812024-12-07T00:07:54.987Z Compiling openssl-probe v0.1.5
13822024-12-07T00:07:55.033Z Compiling slog-async v2.8.0
13832024-12-07T00:07:55.332Z Compiling gimli v0.31.1
13842024-12-07T00:07:55.487Z Compiling rayon-core v1.12.1
13852024-12-07T00:07:55.718Z Compiling hyper v1.5.0
13862024-12-07T00:07:56.041Z Compiling schemars v0.8.21
13872024-12-07T00:07:56.337Z Compiling signal-hook v0.3.17
13882024-12-07T00:07:56.568Z Compiling mime v0.3.17
13892024-12-07T00:07:56.841Z Compiling unicode-properties v0.1.3
13902024-12-07T00:07:57.101Z Compiling schemars_derive v0.8.21
13912024-12-07T00:07:57.182Z Compiling stringprep v0.1.5
13922024-12-07T00:07:58.291Z Compiling hyper-util v0.1.10
13932024-12-07T00:07:58.659Z Compiling toml_edit v0.22.22
13942024-12-07T00:07:59.039Z Compiling addr2line v0.24.2
13952024-12-07T00:07:59.774Z Compiling usdt-macro v0.5.0
13962024-12-07T00:07:59.812Z Compiling usdt-attr-macro v0.5.0
13972024-12-07T00:07:59.925Z Compiling crossbeam-deque v0.8.5
13982024-12-07T00:08:00.240Z Compiling term v0.7.0
13992024-12-07T00:08:00.959Z Compiling slog-json v2.6.1
14002024-12-07T00:08:01.060Z Compiling serde_urlencoded v0.7.1
14012024-12-07T00:08:01.084Z Compiling crossbeam-channel v0.5.13
14022024-12-07T00:08:01.284Z Compiling curve25519-dalek v4.1.3
14032024-12-07T00:08:01.321Z Compiling enum-as-inner v0.6.1
14042024-12-07T00:08:01.527Z Compiling futures-executor v0.3.31
14052024-12-07T00:08:01.621Z Compiling md-5 v0.10.6
14062024-12-07T00:08:01.805Z Compiling rustls-pemfile v2.2.0
14072024-12-07T00:08:01.864Z Compiling async-stream-impl v0.3.6
14082024-12-07T00:08:02.018Z Compiling num-integer v0.1.46
14092024-12-07T00:08:02.042Z Compiling idna v0.3.0
14102024-12-07T00:08:02.121Z Compiling idna v0.4.0
14112024-12-07T00:08:02.233Z Compiling hash32 v0.2.1
14122024-12-07T00:08:02.567Z Compiling ff v0.13.0
14132024-12-07T00:08:02.674Z Compiling is-terminal v0.4.13
14142024-12-07T00:08:02.770Z Compiling object v0.36.5
14152024-12-07T00:08:02.799Z Compiling dropshot v0.12.0
14162024-12-07T00:08:03.029Z Compiling portable-atomic v1.9.0
14172024-12-07T00:08:03.057Z Compiling num-bigint-dig v0.8.4
14182024-12-07T00:08:03.308Z Compiling rustc-demangle v0.1.24
14192024-12-07T00:08:03.478Z Compiling smoltcp v0.9.1
14202024-12-07T00:08:03.504Z Compiling quick-error v1.2.3
14212024-12-07T00:08:03.643Z Compiling psl-types v2.0.11
14222024-12-07T00:08:03.832Z Compiling linked-hash-map v0.5.6
14232024-12-07T00:08:03.951Z Compiling anyhow v1.0.93
14242024-12-07T00:08:04.113Z Compiling base16ct v0.2.0
14252024-12-07T00:08:04.216Z Compiling fallible-iterator v0.2.0
14262024-12-07T00:08:04.240Z Compiling dyn-clone v1.0.17
14272024-12-07T00:08:04.419Z Compiling utf-8 v0.7.6
14282024-12-07T00:08:04.443Z Compiling take_mut v0.2.2
14292024-12-07T00:08:04.603Z Compiling tungstenite v0.24.0
14302024-12-07T00:08:04.832Z Compiling postgres-protocol v0.6.7
14312024-12-07T00:08:05.936Z Compiling sec1 v0.7.3
14322024-12-07T00:08:05.960Z Compiling lru-cache v0.1.2
14332024-12-07T00:08:06.199Z Compiling publicsuffix v2.2.3
14342024-12-07T00:08:06.245Z Compiling resolv-conf v0.7.0
14352024-12-07T00:08:06.541Z Compiling async-stream v0.3.6
14362024-12-07T00:08:06.571Z Compiling hickory-proto v0.24.1
14372024-12-07T00:08:06.848Z Compiling usdt v0.5.0
14382024-12-07T00:08:06.904Z Compiling slog-term v2.9.1
14392024-12-07T00:08:07.015Z Compiling group v0.13.0
14402024-12-07T00:08:07.511Z Compiling num-iter v0.1.45
14412024-12-07T00:08:07.807Z Compiling futures v0.3.31
14422024-12-07T00:08:07.948Z Compiling toml v0.8.19
14432024-12-07T00:08:08.155Z Compiling slog-bunyan v2.5.0
14442024-12-07T00:08:09.652Z Compiling backtrace v0.3.74
14452024-12-07T00:08:09.779Z Compiling tokio-native-tls v0.3.1
14462024-12-07T00:08:10.086Z Compiling camino v1.1.9
14472024-12-07T00:08:10.183Z Compiling phf_shared v0.11.2
14482024-12-07T00:08:10.385Z Compiling dropshot_endpoint v0.12.0
14492024-12-07T00:08:10.648Z Compiling terminal_size v0.4.0
14502024-12-07T00:08:10.764Z Compiling waitgroup v0.1.2
14512024-12-07T00:08:10.870Z Compiling openapiv3 v2.0.0
14522024-12-07T00:08:10.991Z Compiling serde_path_to_error v0.1.16
14532024-12-07T00:08:11.056Z Compiling hkdf v0.12.4
14542024-12-07T00:08:11.308Z Compiling crypto-bigint v0.5.5
14552024-12-07T00:08:11.801Z Compiling webpki-roots v0.26.6
14562024-12-07T00:08:12.001Z Compiling curve25519-dalek-derive v0.1.1
14572024-12-07T00:08:12.955Z Compiling zerocopy-derive v0.6.6
14582024-12-07T00:08:13.058Z Compiling hubpack_derive v0.1.1
14592024-12-07T00:08:13.311Z Compiling idna v0.5.0
14602024-12-07T00:08:13.805Z Compiling hostname v0.4.0
14612024-12-07T00:08:14.037Z Compiling fs-err v2.11.0
14622024-12-07T00:08:14.329Z Compiling crc32fast v1.4.2
14632024-12-07T00:08:14.420Z Compiling ahash v0.8.11
14642024-12-07T00:08:14.546Z Compiling debug-ignore v1.0.5
14652024-12-07T00:08:14.647Z Compiling bitflags v1.3.2
14662024-12-07T00:08:14.682Z Compiling winnow v0.5.40
14672024-12-07T00:08:14.715Z Compiling managed v0.8.0
14682024-12-07T00:08:14.747Z Compiling clap_builder v4.5.21
14692024-12-07T00:08:14.771Z Compiling console v0.15.8
14702024-12-07T00:08:14.855Z Compiling zerocopy v0.6.6
14712024-12-07T00:08:15.672Z Compiling strum_macros v0.25.3
14722024-12-07T00:08:16.075Z Compiling flate2 v1.0.34
14732024-12-07T00:08:16.287Z Compiling cookie_store v0.21.0
14742024-12-07T00:08:16.447Z Compiling elliptic-curve v0.13.8
14752024-12-07T00:08:16.939Z Compiling hubpack v0.1.2
14762024-12-07T00:08:17.172Z Compiling hickory-resolver v0.24.1
14772024-12-07T00:08:17.334Z Compiling phf v0.11.2
14782024-12-07T00:08:17.658Z Compiling signal-hook-mio v0.2.4
14792024-12-07T00:08:17.806Z Compiling toml_edit v0.19.15
14802024-12-07T00:08:18.021Z Compiling hyper-tls v0.6.0
14812024-12-07T00:08:18.375Z Compiling rayon v1.10.0
14822024-12-07T00:08:18.399Z Compiling bzip2 v0.4.4
14832024-12-07T00:08:20.086Z Compiling tokio-tungstenite v0.24.0
14842024-12-07T00:08:20.600Z Compiling postgres-types v0.2.8
14852024-12-07T00:08:21.823Z Compiling ed25519 v2.2.3
14862024-12-07T00:08:22.428Z Compiling phf_shared v0.10.0
14872024-12-07T00:08:22.684Z Compiling tokio-stream v0.1.16
14882024-12-07T00:08:22.779Z Compiling pkcs1 v0.7.5
14892024-12-07T00:08:22.803Z Compiling serde-big-array v0.5.1
14902024-12-07T00:08:23.010Z Compiling clap_derive v4.5.18
14912024-12-07T00:08:23.173Z Compiling rfc6979 v0.4.0
14922024-12-07T00:08:23.337Z Compiling serde_repr v0.1.19
14932024-12-07T00:08:23.361Z Compiling derive-where v1.2.7
14942024-12-07T00:08:23.563Z Compiling float-cmp v0.9.0
14952024-12-07T00:08:23.634Z Compiling bstr v1.10.0
14962024-12-07T00:08:23.757Z Compiling sync_wrapper v1.0.1
14972024-12-07T00:08:23.894Z Compiling bit-vec v0.6.3
14982024-12-07T00:08:24.280Z Compiling normalize-line-endings v0.3.0
14992024-12-07T00:08:24.325Z Compiling precomputed-hash v0.1.1
15002024-12-07T00:08:24.404Z Compiling number_prefix v0.4.0
15012024-12-07T00:08:24.441Z Compiling fixedbitset v0.4.2
15022024-12-07T00:08:24.533Z Compiling unicode-width v0.2.0
15032024-12-07T00:08:24.606Z Compiling whoami v1.5.2
15042024-12-07T00:08:24.857Z Compiling unicode-segmentation v1.12.0
15052024-12-07T00:08:24.968Z Compiling new_debug_unreachable v1.0.6
15062024-12-07T00:08:25.065Z Compiling predicates-core v1.0.8
15072024-12-07T00:08:25.105Z Compiling static_assertions v1.1.0
15082024-12-07T00:08:25.186Z Compiling difflib v0.4.0
15092024-12-07T00:08:25.210Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102024-12-07T00:08:25.394Z Compiling string_cache v0.8.7
15112024-12-07T00:08:25.590Z Compiling predicates v3.1.2
15122024-12-07T00:08:25.796Z Compiling similar v2.6.0
15132024-12-07T00:08:26.241Z Compiling indicatif v0.17.9
15142024-12-07T00:08:26.563Z Compiling tokio-postgres v0.7.12
15152024-12-07T00:08:26.919Z Compiling clap v4.5.21
15162024-12-07T00:08:27.033Z Compiling petgraph v0.6.5
15172024-12-07T00:08:27.057Z Compiling bit-set v0.5.3
15182024-12-07T00:08:27.301Z Compiling ecdsa v0.16.9
15192024-12-07T00:08:27.793Z Compiling rsa v0.9.6
15202024-12-07T00:08:28.001Z Compiling ed25519-dalek v2.1.1
15212024-12-07T00:08:28.150Z Compiling toml v0.7.8
15222024-12-07T00:08:29.084Z Compiling zip v0.6.6
15232024-12-07T00:08:29.556Z Compiling crossterm v0.28.1
15242024-12-07T00:08:30.350Z Compiling hex v0.4.3
15252024-12-07T00:08:30.650Z Compiling x509-cert v0.2.5
15262024-12-07T00:08:30.827Z Compiling itertools v0.10.5
15272024-12-07T00:08:30.863Z Compiling unicode-xid v0.2.6
15282024-12-07T00:08:31.024Z Compiling peg-runtime v0.8.3
15292024-12-07T00:08:31.053Z Compiling lalrpop-util v0.19.12
15302024-12-07T00:08:31.192Z Compiling strum_macros v0.26.4
15312024-12-07T00:08:31.386Z Compiling xattr v1.3.1
15322024-12-07T00:08:31.621Z Compiling filetime v0.2.25
15332024-12-07T00:08:31.922Z Compiling tar v0.4.42
15342024-12-07T00:08:35.270Z Compiling strum v0.26.3
15352024-12-07T00:08:38.467Z Compiling aws-lc-sys v0.22.0
15362024-12-07T00:09:10.216Z Compiling rustls-webpki v0.102.8
15372024-12-07T00:09:14.542Z Compiling tokio-rustls v0.25.0
15382024-12-07T00:09:16.512Z Compiling tokio-rustls v0.26.0
15392024-12-07T00:09:16.885Z Compiling hyper-rustls v0.27.3
15402024-12-07T00:09:17.279Z Compiling reqwest v0.12.9
15412024-12-07T00:09:18.425Z Compiling qorb v0.2.1
15422024-12-07T00:09:23.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-12-07T00:09:24.160Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-12-07T00:09:31.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
15452024-12-07T00:09:31.730Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-12-07T00:09:31.796ZDec 07 00:09:30.991 INFO Starting download, target: Clickhouse
15472024-12-07T00:09:31.822ZDec 07 00:09:30.992 INFO Starting download, target: Console
15482024-12-07T00:09:31.822ZDec 07 00:09:30.993 INFO Starting download, target: Cockroach
15492024-12-07T00:09:31.822ZDec 07 00:09:30.993 INFO Starting download, target: DendriteOpenapi
15502024-12-07T00:09:31.822ZDec 07 00:09:30.993 INFO Starting download, target: DendriteStub
15512024-12-07T00:09:31.822ZDec 07 00:09:30.993 INFO Starting download, target: MaghemiteMgd
15522024-12-07T00:09:31.822ZDec 07 00:09:30.993 INFO Starting download, target: TransceiverControl
15532024-12-07T00:09:31.822ZDec 07 00:09:30.994 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542024-12-07T00:09:31.822ZDec 07 00:09:30.994 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552024-12-07T00:09:31.822ZDec 07 00:09:30.995 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15562024-12-07T00:09:31.822ZDec 07 00:09:30.995 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15572024-12-07T00:09:31.822ZDec 07 00:09:30.995 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582024-12-07T00:09:31.822ZDec 07 00:09:30.996 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592024-12-07T00:09:31.822ZDec 07 00:09:30.996 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15602024-12-07T00:09:32.261ZDec 07 00:09:31.449 INFO Download complete, target: DendriteOpenapi
15612024-12-07T00:09:32.420ZDec 07 00:09:31.608 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-12-07T00:09:32.705ZDec 07 00:09:31.900 INFO Download complete, target: Console
15632024-12-07T00:09:34.033ZDec 07 00:09:33.229 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15642024-12-07T00:09:34.062ZDec 07 00:09:33.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15652024-12-07T00:09:34.727ZDec 07 00:09:33.923 INFO Download complete, target: TransceiverControl
15662024-12-07T00:09:35.393ZDec 07 00:09:34.589 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15672024-12-07T00:09:36.932ZDec 07 00:09:36.128 INFO Download complete, target: DendriteStub
15682024-12-07T00:09:37.519ZDec 07 00:09:36.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692024-12-07T00:09:37.519ZDec 07 00:09:36.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702024-12-07T00:09:38.467ZDec 07 00:09:37.664 INFO Download complete, target: MaghemiteMgd
15712024-12-07T00:09:45.754ZDec 07 00:09:44.951 INFO Checking that binary works, target: Cockroach
15722024-12-07T00:09:45.997ZDec 07 00:09:45.194 INFO Download complete, target: Cockroach
15732024-12-07T00:09:48.434ZDec 07 00:09:47.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15742024-12-07T00:10:01.938ZDec 07 00:10:01.137 INFO Checking that binary works, target: Clickhouse
15752024-12-07T00:10:02.156ZDec 07 00:10:01.355 INFO Download complete, target: Clickhouse
15762024-12-07T00:10:02.184ZAll builder prerequisites installed successfully, and PATH looks valid
15772024-12-07T00:10:02.208Z
15782024-12-07T00:10:02.208Zreal 5:16.281629232
15792024-12-07T00:10:02.208Zuser 14:49.531761631
15802024-12-07T00:10:02.208Zsys 3:14.071309643
15812024-12-07T00:10:02.208Ztrap 0.486122140
15822024-12-07T00:10:02.208Ztflt 0.742861795
15832024-12-07T00:10:02.208Zdflt 2.599234265
15842024-12-07T00:10:02.208Zkflt 0.009051250
15852024-12-07T00:10:02.208Zlock 30:27.859575520
15862024-12-07T00:10:02.208Zslp 55:04.618012400
15872024-12-07T00:10:02.208Zlat 1:01.177965292
15882024-12-07T00:10:02.209Zstop 2:21.764739213
15892024-12-07T00:10:02.209Z+ banner hack-check
15902024-12-07T00:10:02.209Z
15912024-12-07T00:10:02.209Z # # ## #### # # #### # # ###### #### # #
15922024-12-07T00:10:02.209Z # # # # # # # # # # # # # # # # #
15932024-12-07T00:10:02.209Z ###### # # # #### ##### # ###### ##### # ####
15942024-12-07T00:10:02.209Z # # ###### # # # # # # # # # #
15952024-12-07T00:10:02.209Z # # # # # # # # # # # # # # # # #
15962024-12-07T00:10:02.209Z # # # # #### # # #### # # ###### #### # #
15972024-12-07T00:10:02.209Z
15982024-12-07T00:10:02.209Z+ export CARGO_INCREMENTAL=0
15992024-12-07T00:10:02.209Z+ CARGO_INCREMENTAL=0
16002024-12-07T00:10:02.209Z+ ptime -m timeout 2h cargo xtask check-features --ci
16012024-12-07T00:10:03.021Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16022024-12-07T00:10:08.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
16032024-12-07T00:10:08.329Z Running `target/debug/xtask check-features --ci`
16042024-12-07T00:10:08.358Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16052024-12-07T00:10:08.358Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16062024-12-07T00:10:09.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16072024-12-07T00:10:09.085Z Running `target/debug/xtask download cargo-hack`
16082024-12-07T00:10:10.341Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092024-12-07T00:10:10.657Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102024-12-07T00:10:16.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
16112024-12-07T00:10:17.042Z Running `target/debug/xtask-downloader cargo-hack`
16122024-12-07T00:10:17.091ZDec 07 00:10:16.292 INFO Starting download, target: CargoHack
16132024-12-07T00:10:17.116ZDec 07 00:10:16.293 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16142024-12-07T00:10:17.794ZDec 07 00:10:16.995 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16152024-12-07T00:10:17.897ZDec 07 00:10:17.098 INFO Download complete, target: CargoHack
16162024-12-07T00:10:17.921Zrunning: "/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"
16172024-12-07T00:10:17.945Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16182024-12-07T00:10:18.144Zinfo: running `cargo check --bins` on api_identity (1/173)
16192024-12-07T00:10:18.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-07T00:10:18.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-07T00:10:18.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-07T00:10:18.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16232024-12-07T00:10:18.923Z
16242024-12-07T00:10:18.923Zinfo: running `cargo check --bins` on bootstore (2/173)
16252024-12-07T00:10:19.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-07T00:10:19.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-07T00:10:19.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-07T00:10:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16292024-12-07T00:10:19.739Z
16302024-12-07T00:10:19.739Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16312024-12-07T00:10:20.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-07T00:10:20.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-07T00:10:20.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-07T00:10:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16352024-12-07T00:10:20.530Z
16362024-12-07T00:10:20.530Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16372024-12-07T00:10:21.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-07T00:10:21.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-07T00:10:21.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-07T00:10:21.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16412024-12-07T00:10:21.322Z
16422024-12-07T00:10:21.322Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16432024-12-07T00:10:21.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-07T00:10:21.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-07T00:10:21.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-07T00:10:21.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16472024-12-07T00:10:21.866Z
16482024-12-07T00:10:21.866Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16492024-12-07T00:10:22.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-07T00:10:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-07T00:10:22.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-07T00:10:22.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16532024-12-07T00:10:22.412Z
16542024-12-07T00:10:22.412Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16552024-12-07T00:10:22.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-07T00:10:22.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-07T00:10:22.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-07T00:10:22.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16592024-12-07T00:10:22.963Z
16602024-12-07T00:10:22.963Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16612024-12-07T00:10:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-07T00:10:23.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-07T00:10:23.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-07T00:10:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16652024-12-07T00:10:23.517Z
16662024-12-07T00:10:23.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16672024-12-07T00:10:24.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-07T00:10:24.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-07T00:10:24.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-07T00:10:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16712024-12-07T00:10:24.076Z
16722024-12-07T00:10:24.076Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16732024-12-07T00:10:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-07T00:10:24.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-07T00:10:24.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-07T00:10:24.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16772024-12-07T00:10:24.605Z
16782024-12-07T00:10:24.605Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16792024-12-07T00:10:25.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-07T00:10:25.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-07T00:10:25.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-07T00:10:25.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16832024-12-07T00:10:25.153Z
16842024-12-07T00:10:25.153Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16852024-12-07T00:10:25.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-07T00:10:25.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-07T00:10:25.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-07T00:10:25.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16892024-12-07T00:10:25.699Z
16902024-12-07T00:10:25.699Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16912024-12-07T00:10:26.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-07T00:10:26.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-07T00:10:26.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-07T00:10:26.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16952024-12-07T00:10:26.253Z
16962024-12-07T00:10:26.253Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16972024-12-07T00:10:26.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-07T00:10:26.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-07T00:10:26.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-07T00:10:26.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17012024-12-07T00:10:26.816Z
17022024-12-07T00:10:26.816Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17032024-12-07T00:10:27.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-07T00:10:27.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-07T00:10:27.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-07T00:10:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17072024-12-07T00:10:27.399Z
17082024-12-07T00:10:27.399Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17092024-12-07T00:10:27.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-07T00:10:27.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-07T00:10:27.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-07T00:10:27.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17132024-12-07T00:10:27.938Z
17142024-12-07T00:10:27.938Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17152024-12-07T00:10:28.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-07T00:10:28.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-07T00:10:28.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-07T00:10:28.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17192024-12-07T00:10:28.488Z
17202024-12-07T00:10:28.488Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17212024-12-07T00:10:28.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-07T00:10:28.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-07T00:10:28.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-07T00:10:28.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17252024-12-07T00:10:29.032Z
17262024-12-07T00:10:29.032Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17272024-12-07T00:10:29.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-07T00:10:29.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-07T00:10:29.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-07T00:10:29.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17312024-12-07T00:10:29.562Z
17322024-12-07T00:10:29.562Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17332024-12-07T00:10:30.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-07T00:10:30.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-07T00:10:30.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-07T00:10:30.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17372024-12-07T00:10:30.109Z
17382024-12-07T00:10:30.109Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17392024-12-07T00:10:30.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-07T00:10:30.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-07T00:10:30.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-07T00:10:30.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17432024-12-07T00:10:30.657Z
17442024-12-07T00:10:30.657Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17452024-12-07T00:10:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-07T00:10:31.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-07T00:10:31.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-07T00:10:31.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17492024-12-07T00:10:31.214Z
17502024-12-07T00:10:31.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17512024-12-07T00:10:31.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-07T00:10:31.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-07T00:10:31.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-07T00:10:31.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17552024-12-07T00:10:31.768Z
17562024-12-07T00:10:31.768Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17572024-12-07T00:10:32.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-07T00:10:32.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-07T00:10:32.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-07T00:10:32.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17612024-12-07T00:10:32.313Z
17622024-12-07T00:10:32.313Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17632024-12-07T00:10:33.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-07T00:10:33.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-07T00:10:33.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-07T00:10:33.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17672024-12-07T00:10:33.138Z
17682024-12-07T00:10:33.138Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17692024-12-07T00:10:33.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-07T00:10:33.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-07T00:10:33.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-07T00:10:33.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
17732024-12-07T00:10:34.022Z
17742024-12-07T00:10:34.022Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17752024-12-07T00:10:34.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-07T00:10:34.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-07T00:10:34.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-07T00:10:34.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17792024-12-07T00:10:34.907Z
17802024-12-07T00:10:34.907Zinfo: running `cargo check --bins` on oxlog (28/173)
17812024-12-07T00:10:35.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-07T00:10:35.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-07T00:10:35.763Z Checking cfg-if v1.0.0
17842024-12-07T00:10:35.788Z Checking libc v0.2.162
17852024-12-07T00:10:35.813Z Checking serde v1.0.215
17862024-12-07T00:10:35.813Z Checking zeroize v1.8.1
17872024-12-07T00:10:35.838Z Checking memchr v2.7.4
17882024-12-07T00:10:35.838Z Checking typenum v1.17.0
17892024-12-07T00:10:35.863Z Checking scopeguard v1.2.0
17902024-12-07T00:10:35.886Z Checking subtle v2.6.1
17912024-12-07T00:10:35.910Z Checking value-bag v1.9.0
17922024-12-07T00:10:36.007Z Checking lock_api v0.4.12
17932024-12-07T00:10:36.052Z Checking itoa v1.0.11
17942024-12-07T00:10:36.116Z Checking smallvec v1.13.2
17952024-12-07T00:10:36.237Z Checking log v0.4.22
17962024-12-07T00:10:36.261Z Checking const-oid v0.9.6
17972024-12-07T00:10:36.400Z Checking pin-project-lite v0.2.14
17982024-12-07T00:10:36.428Z Checking byteorder v1.5.0
17992024-12-07T00:10:36.516Z Checking futures-core v0.3.31
18002024-12-07T00:10:36.604Z Checking once_cell v1.20.2
18012024-12-07T00:10:36.677Z Checking cpufeatures v0.2.14
18022024-12-07T00:10:36.701Z Checking stable_deref_trait v1.2.0
18032024-12-07T00:10:36.748Z Checking getrandom v0.2.15
18042024-12-07T00:10:36.774Z Checking parking_lot_core v0.9.10
18052024-12-07T00:10:36.798Z Checking signal-hook-registry v1.4.2
18062024-12-07T00:10:36.822Z Checking mio v1.0.2
18072024-12-07T00:10:36.888Z Checking futures-sink v0.3.31
18082024-12-07T00:10:36.913Z Checking generic-array v0.14.7
18092024-12-07T00:10:36.977Z Checking rand_core v0.6.4
18102024-12-07T00:10:37.030Z Checking socket2 v0.5.7
18112024-12-07T00:10:37.055Z Checking spin v0.9.8
18122024-12-07T00:10:37.086Z Checking parking_lot v0.12.3
18132024-12-07T00:10:37.234Z Checking zerocopy v0.7.35
18142024-12-07T00:10:37.357Z Checking zerofrom v0.1.4
18152024-12-07T00:10:37.382Z Checking slab v0.4.9
18162024-12-07T00:10:37.406Z Checking futures-channel v0.3.31
18172024-12-07T00:10:37.449Z Checking futures-io v0.3.31
18182024-12-07T00:10:37.545Z Checking yoke v0.7.4
18192024-12-07T00:10:37.613Z Checking futures-task v0.3.31
18202024-12-07T00:10:37.637Z Checking foldhash v0.1.3
18212024-12-07T00:10:37.687Z Checking allocator-api2 v0.2.18
18222024-12-07T00:10:37.711Z Checking pin-utils v0.1.0
18232024-12-07T00:10:37.802Z Checking equivalent v1.0.1
18242024-12-07T00:10:37.826Z Checking ryu v1.0.18
18252024-12-07T00:10:37.854Z Checking futures-util v0.3.31
18262024-12-07T00:10:37.879Z Checking zerovec v0.10.4
18272024-12-07T00:10:37.879Z Checking crypto-common v0.1.6
18282024-12-07T00:10:37.907Z Checking block-buffer v0.10.4
18292024-12-07T00:10:38.019Z Checking block-padding v0.3.3
18302024-12-07T00:10:38.044Z Checking tinyvec_macros v0.1.1
18312024-12-07T00:10:38.101Z Checking digest v0.10.7
18322024-12-07T00:10:38.127Z Checking tinyvec v1.8.0
18332024-12-07T00:10:38.210Z Checking inout v0.1.3
18342024-12-07T00:10:38.271Z Checking hashbrown v0.15.0
18352024-12-07T00:10:38.439Z Checking hmac v0.12.1
18362024-12-07T00:10:38.463Z Checking fnv v1.0.7
18372024-12-07T00:10:38.487Z Checking cipher v0.4.4
18382024-12-07T00:10:38.566Z Checking sha2 v0.10.8
18392024-12-07T00:10:38.626Z Checking libm v0.2.8
18402024-12-07T00:10:38.833Z Checking base64ct v1.6.0
18412024-12-07T00:10:39.027Z Checking writeable v0.5.5
18422024-12-07T00:10:39.214Z Checking litemap v0.7.3
18432024-12-07T00:10:39.240Z Checking unicode-normalization v0.1.24
18442024-12-07T00:10:39.264Z Checking unicode-bidi v0.3.17
18452024-12-07T00:10:39.302Z Checking pem-rfc7468 v0.7.0
18462024-12-07T00:10:39.339Z Checking tinystr v0.7.6
18472024-12-07T00:10:39.364Z Checking num-traits v0.2.19
18482024-12-07T00:10:39.524Z Checking ppv-lite86 v0.2.20
18492024-12-07T00:10:39.549Z Checking flagset v0.4.6
18502024-12-07T00:10:39.660Z Checking icu_locid v1.5.0
18512024-12-07T00:10:39.717Z Checking der v0.7.9
18522024-12-07T00:10:39.784Z Checking tracing-core v0.1.32
18532024-12-07T00:10:39.970Z Checking thiserror v1.0.69
18542024-12-07T00:10:39.994Z Checking bytes v1.8.0
18552024-12-07T00:10:40.109Z Checking indexmap v2.6.0
18562024-12-07T00:10:40.166Z Checking serde_json v1.0.132
18572024-12-07T00:10:40.331Z Checking rand_chacha v0.3.1
18582024-12-07T00:10:40.545Z Checking icu_provider v1.5.0
18592024-12-07T00:10:40.672Z Checking bitflags v2.6.0
18602024-12-07T00:10:40.712Z Checking tokio v1.40.0
18612024-12-07T00:10:40.736Z Checking http v1.1.0
18622024-12-07T00:10:40.986Z Checking icu_locid_transform_data v1.5.0
18632024-12-07T00:10:41.031Z Checking rustls-pki-types v1.9.0
18642024-12-07T00:10:41.117Z Checking percent-encoding v2.3.1
18652024-12-07T00:10:41.222Z Checking icu_locid_transform v1.5.0
18662024-12-07T00:10:41.307Z Checking rand v0.8.5
18672024-12-07T00:10:41.362Z Checking spki v0.7.3
18682024-12-07T00:10:41.525Z Checking tracing v0.1.40
18692024-12-07T00:10:41.613Z Checking icu_collections v1.5.0
18702024-12-07T00:10:41.673Z Checking salsa20 v0.10.2
18712024-12-07T00:10:41.844Z Checking pbkdf2 v0.12.2
18722024-12-07T00:10:41.873Z Checking aws-lc-sys v0.22.0
18732024-12-07T00:10:41.928Z Checking httparse v1.9.5
18742024-12-07T00:10:41.998Z Checking powerfmt v0.2.0
18752024-12-07T00:10:42.046Z Checking untrusted v0.7.1
18762024-12-07T00:10:42.200Z Checking icu_properties_data v1.5.0
18772024-12-07T00:10:42.224Z Checking untrusted v0.9.0
18782024-12-07T00:10:42.247Z Checking mirai-annotations v1.12.0
18792024-12-07T00:10:42.271Z Checking deranged v0.3.11
18802024-12-07T00:10:42.315Z Checking scrypt v0.11.0
18812024-12-07T00:10:42.373Z Checking ring v0.17.8
18822024-12-07T00:10:42.411Z Checking cbc v0.1.2
18832024-12-07T00:10:42.439Z Checking icu_properties v1.5.1
18842024-12-07T00:10:42.463Z Checking aes v0.8.4
18852024-12-07T00:10:42.525Z Checking crossbeam-utils v0.8.20
18862024-12-07T00:10:42.621Z Checking atomic-waker v1.1.2
18872024-12-07T00:10:42.739Z Checking utf8_iter v1.0.4
18882024-12-07T00:10:42.913Z Checking utf16_iter v1.0.5
18892024-12-07T00:10:43.054Z Checking time-core v0.1.2
18902024-12-07T00:10:43.130Z Checking icu_normalizer_data v1.5.0
18912024-12-07T00:10:43.186Z Checking num_threads v0.1.7
18922024-12-07T00:10:43.225Z Checking write16 v1.0.0
18932024-12-07T00:10:43.274Z Checking num-conv v0.1.0
18942024-12-07T00:10:43.298Z Checking pkcs5 v0.7.1
18952024-12-07T00:10:43.340Z Checking http-body v1.0.1
18962024-12-07T00:10:43.479Z Checking form_urlencoded v1.2.1
18972024-12-07T00:10:43.525Z Checking try-lock v0.2.5
18982024-12-07T00:10:43.698Z Checking want v0.3.1
18992024-12-07T00:10:43.721Z Checking httpdate v1.0.3
19002024-12-07T00:10:43.824Z Checking pkcs8 v0.10.2
19012024-12-07T00:10:43.886Z Checking time v0.3.36
19022024-12-07T00:10:43.911Z Checking unicode-ident v1.0.13
19032024-12-07T00:10:43.962Z Checking toml_datetime v0.6.8
19042024-12-07T00:10:44.081Z Checking proc-macro2 v1.0.89
19052024-12-07T00:10:44.125Z Checking serde_spanned v0.6.8
19062024-12-07T00:10:44.148Z Checking uuid v1.11.0
19072024-12-07T00:10:44.210Z Checking aws-lc-rs v1.10.0
19082024-12-07T00:10:44.263Z Checking slog v2.7.0
19092024-12-07T00:10:44.321Z Checking scroll v0.12.0
19102024-12-07T00:10:44.713Z Checking base64 v0.22.1
19112024-12-07T00:10:44.759Z Checking match_cfg v0.1.0
19122024-12-07T00:10:44.785Z Checking plain v0.2.3
19132024-12-07T00:10:44.809Z Checking adler2 v2.0.0
19142024-12-07T00:10:44.863Z Checking ucd-trie v0.1.7
19152024-12-07T00:10:44.945Z Checking iana-time-zone v0.1.61
19162024-12-07T00:10:44.968Z Checking tower-service v0.3.3
19172024-12-07T00:10:45.075Z Checking foreign-types-shared v0.1.1
19182024-12-07T00:10:45.103Z Checking chrono v0.4.38
19192024-12-07T00:10:45.126Z Checking pest v2.7.14
19202024-12-07T00:10:45.191Z Checking foreign-types v0.3.2
19212024-12-07T00:10:45.215Z Checking miniz_oxide v0.8.0
19222024-12-07T00:10:45.293Z Checking goblin v0.8.2
19232024-12-07T00:10:45.445Z Checking icu_normalizer v1.5.0
19242024-12-07T00:10:45.887Z Checking hostname v0.3.1
19252024-12-07T00:10:45.988Z Checking rustls-webpki v0.102.8
19262024-12-07T00:10:46.012Z Checking quote v1.0.37
19272024-12-07T00:10:46.143Z Checking idna_adapter v1.2.0
19282024-12-07T00:10:46.167Z Checking openssl-sys v0.9.103
19292024-12-07T00:10:46.330Z Checking idna v1.0.3
19302024-12-07T00:10:46.354Z Checking errno v0.3.9
19312024-12-07T00:10:46.524Z Checking dirs-sys-next v0.1.2
19322024-12-07T00:10:46.682Z Checking aho-corasick v1.1.3
19332024-12-07T00:10:46.735Z Checking regex-syntax v0.8.5
19342024-12-07T00:10:46.790Z Checking url v2.5.3
19352024-12-07T00:10:46.997Z Checking data-encoding v2.6.0
19362024-12-07T00:10:47.198Z Checking tokio-util v0.7.12
19372024-12-07T00:10:47.354Z Checking pretty-hex v0.4.1
19382024-12-07T00:10:47.440Z Checking siphasher v0.3.11
19392024-12-07T00:10:47.518Z Checking dtrace-parser v0.2.0
19402024-12-07T00:10:47.544Z Checking openssl v0.10.66
19412024-12-07T00:10:47.575Z Checking dirs-next v2.0.0
19422024-12-07T00:10:47.693Z Checking rustix v0.38.37
19432024-12-07T00:10:47.718Z Checking syn v2.0.87
19442024-12-07T00:10:47.947Z Checking http-body-util v0.1.2
19452024-12-07T00:10:47.997Z Checking h2 v0.4.6
19462024-12-07T00:10:48.106Z Checking crossbeam-epoch v0.9.18
19472024-12-07T00:10:48.319Z Checking signature v2.2.0
19482024-12-07T00:10:48.814Z Checking sha1 v0.10.6
19492024-12-07T00:10:48.814Z Checking lazy_static v1.5.0
19502024-12-07T00:10:48.814Z Checking thread_local v1.1.8
19512024-12-07T00:10:48.814Z Checking thread-id v4.2.2
19522024-12-07T00:10:48.837Z Checking encoding_rs v0.8.34
19532024-12-07T00:10:48.862Z Checking anstyle v1.0.10
19542024-12-07T00:10:49.161Z Checking gimli v0.31.1
19552024-12-07T00:10:49.464Z Checking regex-automata v0.4.8
19562024-12-07T00:10:49.545Z Checking dof v0.3.0
19572024-12-07T00:10:50.047Z Checking openssl-probe v0.1.5
19582024-12-07T00:10:50.185Z Checking mime v0.3.17
19592024-12-07T00:10:50.443Z Checking ipnet v2.10.1
19602024-12-07T00:10:50.628Z Checking utf8parse v0.2.2
19612024-12-07T00:10:50.651Z Checking unicode-properties v0.1.3
19622024-12-07T00:10:50.766Z Checking either v1.13.0
19632024-12-07T00:10:50.825Z Checking winnow v0.6.20
19642024-12-07T00:10:50.926Z Checking stringprep v0.1.5
19652024-12-07T00:10:51.091Z Checking anstyle-parse v0.2.5
19662024-12-07T00:10:51.198Z Checking crossbeam-deque v0.8.5
19672024-12-07T00:10:51.338Z Checking term v0.7.0
19682024-12-07T00:10:51.460Z Checking rustls v0.22.4
19692024-12-07T00:10:51.718Z Checking rustls v0.23.14
19702024-12-07T00:10:52.133Z Checking native-tls v0.2.12
19712024-12-07T00:10:52.402Z Checking slog-json v2.6.1
19722024-12-07T00:10:52.460Z Checking addr2line v0.24.2
19732024-12-07T00:10:52.640Z Checking serde_urlencoded v0.7.1
19742024-12-07T00:10:52.922Z Checking crossbeam-channel v0.5.13
19752024-12-07T00:10:53.024Z Checking futures-executor v0.3.31
19762024-12-07T00:10:53.225Z Checking hyper v1.5.0
19772024-12-07T00:10:53.249Z Checking rustls-pemfile v2.2.0
19782024-12-07T00:10:53.272Z Checking usdt-impl v0.5.0
19792024-12-07T00:10:53.405Z Checking toml_edit v0.22.22
19802024-12-07T00:10:53.472Z Checking num-integer v0.1.46
19812024-12-07T00:10:53.498Z Checking idna v0.3.0
19822024-12-07T00:10:53.612Z Checking idna v0.4.0
19832024-12-07T00:10:53.753Z Checking md-5 v0.10.6
19842024-12-07T00:10:53.922Z Checking ff v0.13.0
19852024-12-07T00:10:53.946Z Checking hash32 v0.2.1
19862024-12-07T00:10:54.098Z Checking memmap v0.7.0
19872024-12-07T00:10:54.175Z Checking is-terminal v0.4.13
19882024-12-07T00:10:54.198Z Checking object v0.36.5
19892024-12-07T00:10:54.281Z Checking utf-8 v0.7.6
19902024-12-07T00:10:54.305Z Checking colorchoice v1.0.2
19912024-12-07T00:10:54.305Z Checking linked-hash-map v0.5.6
19922024-12-07T00:10:54.430Z Checking dyn-clone v1.0.17
19932024-12-07T00:10:54.461Z Checking fallible-iterator v0.2.0
19942024-12-07T00:10:54.560Z Checking base16ct v0.2.0
19952024-12-07T00:10:54.599Z Checking anstyle-query v1.1.1
19962024-12-07T00:10:54.687Z Checking quick-error v1.2.3
19972024-12-07T00:10:54.725Z Checking rustc-demangle v0.1.24
19982024-12-07T00:10:54.748Z Checking psl-types v2.0.11
19992024-12-07T00:10:54.815Z Checking take_mut v0.2.2
20002024-12-07T00:10:54.901Z Checking is_terminal_polyfill v1.70.1
20012024-12-07T00:10:54.953Z Checking slog-async v2.8.0
20022024-12-07T00:10:55.002Z Checking postgres-protocol v0.6.7
20032024-12-07T00:10:55.026Z Checking anstream v0.6.15
20042024-12-07T00:10:55.068Z Checking hyper-util v0.1.10
20052024-12-07T00:10:55.099Z Checking publicsuffix v2.2.3
20062024-12-07T00:10:55.220Z Checking resolv-conf v0.7.0
20072024-12-07T00:10:55.299Z Checking sec1 v0.7.3
20082024-12-07T00:10:55.351Z Checking tokio-rustls v0.25.0
20092024-12-07T00:10:55.537Z Checking lru-cache v0.1.2
20102024-12-07T00:10:55.585Z Checking schemars v0.8.21
20112024-12-07T00:10:55.649Z Checking toml v0.8.19
20122024-12-07T00:10:55.673Z Checking tungstenite v0.24.0
20132024-12-07T00:10:55.697Z Checking usdt v0.5.0
20142024-12-07T00:10:55.720Z Checking hickory-proto v0.24.1
20152024-12-07T00:10:55.915Z Checking slog-term v2.9.1
20162024-12-07T00:10:56.263Z Checking heapless v0.7.17
20172024-12-07T00:10:56.353Z Checking group v0.13.0
20182024-12-07T00:10:56.468Z Checking num-iter v0.1.45
20192024-12-07T00:10:56.529Z Checking tokio-rustls v0.26.0
20202024-12-07T00:10:56.566Z Checking futures v0.3.31
20212024-12-07T00:10:56.621Z Checking slog-bunyan v2.5.0
20222024-12-07T00:10:56.669Z Checking tokio-native-tls v0.3.1
20232024-12-07T00:10:56.775Z Checking rayon-core v1.12.1
20242024-12-07T00:10:56.799Z Checking terminal_size v0.4.0
20252024-12-07T00:10:56.907Z Checking multer v3.1.0
20262024-12-07T00:10:56.931Z Checking phf_shared v0.11.2
20272024-12-07T00:10:56.955Z Checking cookie v0.18.1
20282024-12-07T00:10:56.979Z Checking async-stream v0.3.6
20292024-12-07T00:10:57.176Z Checking bzip2-sys v0.1.11+1.0.8
20302024-12-07T00:10:57.200Z Checking camino v1.1.9
20312024-12-07T00:10:57.200Z Checking signal-hook v0.3.17
20322024-12-07T00:10:57.287Z Checking waitgroup v0.1.2
20332024-12-07T00:10:57.311Z Checking openapiv3 v2.0.0
20342024-12-07T00:10:57.368Z Checking webpki-roots v0.26.6
20352024-12-07T00:10:57.410Z Checking serde_path_to_error v0.1.16
20362024-12-07T00:10:57.434Z Checking idna v0.5.0
20372024-12-07T00:10:57.521Z Checking hkdf v0.12.4
20382024-12-07T00:10:57.553Z Checking crypto-bigint v0.5.5
20392024-12-07T00:10:57.703Z Checking hostname v0.4.0
20402024-12-07T00:10:57.727Z Checking crc32fast v1.4.2
20412024-12-07T00:10:57.830Z Checking strsim v0.11.1
20422024-12-07T00:10:57.939Z Checking clap_lex v0.7.2
20432024-12-07T00:10:57.963Z Checking debug-ignore v1.0.5
20442024-12-07T00:10:58.077Z Checking winnow v0.5.40
20452024-12-07T00:10:58.100Z Checking bitflags v1.3.2
20462024-12-07T00:10:58.137Z Checking managed v0.8.0
20472024-12-07T00:10:58.169Z Checking unicode-width v0.1.14
20482024-12-07T00:10:58.200Z Checking clap_builder v4.5.21
20492024-12-07T00:10:58.499Z Checking smoltcp v0.9.1
20502024-12-07T00:10:58.644Z Checking console v0.15.8
20512024-12-07T00:10:59.128Z Checking cookie_store v0.21.0
20522024-12-07T00:10:59.633Z Checking backtrace v0.3.74
20532024-12-07T00:10:59.702Z Checking flate2 v1.0.34
20542024-12-07T00:10:59.781Z Checking hyper-rustls v0.27.3
20552024-12-07T00:10:59.943Z Checking hickory-resolver v0.24.1
20562024-12-07T00:11:00.080Z Checking elliptic-curve v0.13.8
20572024-12-07T00:11:00.104Z Checking signal-hook-mio v0.2.4
20582024-12-07T00:11:00.151Z Checking anyhow v1.0.93
20592024-12-07T00:11:00.230Z Checking rayon v1.10.0
20602024-12-07T00:11:00.259Z Checking dropshot v0.12.0
20612024-12-07T00:11:00.286Z Checking bzip2 v0.4.4
20622024-12-07T00:11:00.526Z Checking phf v0.11.2
20632024-12-07T00:11:00.555Z Checking hyper-tls v0.6.0
20642024-12-07T00:11:00.661Z Checking num-bigint-dig v0.8.4
20652024-12-07T00:11:00.772Z Checking tokio-tungstenite v0.24.0
20662024-12-07T00:11:00.795Z Checking toml_edit v0.19.15
20672024-12-07T00:11:00.818Z Checking postgres-types v0.2.8
20682024-12-07T00:11:00.876Z Checking bstr v1.10.0
20692024-12-07T00:11:01.192Z Checking regex v1.11.1
20702024-12-07T00:11:01.349Z Checking ed25519 v2.2.3
20712024-12-07T00:11:01.424Z Checking tokio-stream v0.1.16
20722024-12-07T00:11:01.611Z Checking phf_shared v0.10.0
20732024-12-07T00:11:01.660Z Checking curve25519-dalek v4.1.3
20742024-12-07T00:11:01.747Z Checking zerocopy v0.6.6
20752024-12-07T00:11:01.871Z Checking pkcs1 v0.7.5
20762024-12-07T00:11:02.176Z Checking hubpack v0.1.2
20772024-12-07T00:11:02.221Z Checking portable-atomic v1.9.0
20782024-12-07T00:11:02.414Z Checking float-cmp v0.9.0
20792024-12-07T00:11:02.455Z Checking serde-big-array v0.5.1
20802024-12-07T00:11:02.500Z Checking rfc6979 v0.4.0
20812024-12-07T00:11:02.596Z Checking sync_wrapper v1.0.1
20822024-12-07T00:11:02.659Z Checking whoami v1.5.2
20832024-12-07T00:11:02.684Z Checking fixedbitset v0.4.2
20842024-12-07T00:11:02.725Z Checking difflib v0.4.0
20852024-12-07T00:11:02.933Z Checking bit-vec v0.6.3
20862024-12-07T00:11:02.958Z Checking predicates-core v1.0.8
20872024-12-07T00:11:02.995Z Checking minimal-lexical v0.2.1
20882024-12-07T00:11:03.021Z Checking number_prefix v0.4.0
20892024-12-07T00:11:03.130Z Checking unicode-width v0.2.0
20902024-12-07T00:11:03.157Z Checking normalize-line-endings v0.3.0
20912024-12-07T00:11:03.187Z Checking static_assertions v1.1.0
20922024-12-07T00:11:03.267Z Checking precomputed-hash v0.1.1
20932024-12-07T00:11:03.267Z Checking unicode-segmentation v1.12.0
20942024-12-07T00:11:03.291Z Checking new_debug_unreachable v1.0.6
20952024-12-07T00:11:03.315Z Checking ed25519-dalek v2.1.1
20962024-12-07T00:11:03.369Z Checking nom v7.1.3
20972024-12-07T00:11:03.393Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20982024-12-07T00:11:03.393Z Checking string_cache v0.8.7
20992024-12-07T00:11:03.523Z Checking qorb v0.2.1
21002024-12-07T00:11:03.587Z Checking predicates v3.1.2
21012024-12-07T00:11:03.671Z Checking bit-set v0.5.3
21022024-12-07T00:11:03.694Z Checking toml v0.7.8
21032024-12-07T00:11:03.718Z Checking indicatif v0.17.9
21042024-12-07T00:11:03.856Z Checking similar v2.6.0
21052024-12-07T00:11:03.904Z Checking tokio-postgres v0.7.12
21062024-12-07T00:11:04.152Z Checking petgraph v0.6.5
21072024-12-07T00:11:04.317Z Checking reqwest v0.12.9
21082024-12-07T00:11:04.355Z Checking ecdsa v0.16.9
21092024-12-07T00:11:04.581Z Checking rsa v0.9.6
21102024-12-07T00:11:04.959Z Checking clap v4.5.21
21112024-12-07T00:11:05.061Z Checking zip v0.6.6
21122024-12-07T00:11:05.451Z Checking crossterm v0.28.1
21132024-12-07T00:11:05.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142024-12-07T00:11:05.704Z Checking itertools v0.12.1
21152024-12-07T00:11:05.728Z Checking itertools v0.10.5
21162024-12-07T00:11:05.754Z Checking fs-err v2.11.0
21172024-12-07T00:11:05.921Z Checking ahash v0.8.11
21182024-12-07T00:11:06.241Z Checking x509-cert v0.2.5
21192024-12-07T00:11:06.377Z Checking semver v1.0.23
21202024-12-07T00:11:06.432Z Checking hex v0.4.3
21212024-12-07T00:11:06.722Z Checking lalrpop-util v0.19.12
21222024-12-07T00:11:06.886Z Checking peg-runtime v0.8.3
21232024-12-07T00:11:06.945Z Checking sigpipe v0.1.3
21242024-12-07T00:11:07.974Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21252024-12-07T00:11:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s
21262024-12-07T00:11:08.570Z
21272024-12-07T00:11:08.570Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21282024-12-07T00:11:09.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-12-07T00:11:09.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-12-07T00:11:09.489Z Compiling hashbrown v0.14.5
21312024-12-07T00:11:09.541Z Checking heck v0.5.0
21322024-12-07T00:11:09.565Z Compiling unsafe-libyaml v0.2.11
21332024-12-07T00:11:09.588Z Compiling ident_case v1.0.1
21342024-12-07T00:11:09.612Z Checking progenitor-client v0.8.0
21352024-12-07T00:11:09.612Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362024-12-07T00:11:09.635Z Compiling proc-macro-crate v1.3.1
21372024-12-07T00:11:09.717Z Compiling darling_core v0.20.10
21382024-12-07T00:11:09.747Z Checking ipnetwork v0.20.0
21392024-12-07T00:11:09.915Z Compiling structmeta-derive v0.3.0
21402024-12-07T00:11:09.959Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412024-12-07T00:11:10.069Z Compiling newtype-uuid v1.1.3
21422024-12-07T00:11:10.207Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21432024-12-07T00:11:10.333Z Compiling lzma-sys v0.1.20
21442024-12-07T00:11:10.519Z Compiling foreign-types-macros v0.2.3
21452024-12-07T00:11:10.543Z Checking regress v0.10.1
21462024-12-07T00:11:10.674Z Compiling serde_yaml v0.9.34+deprecated
21472024-12-07T00:11:10.972Z Compiling num_enum_derive v0.5.11
21482024-12-07T00:11:11.077Z Compiling dropshot v0.13.0
21492024-12-07T00:11:11.303Z Checking foreign-types-shared v0.3.1
21502024-12-07T00:11:11.408Z Checking arc-swap v1.7.1
21512024-12-07T00:11:11.571Z Checking foreign-types v0.5.0
21522024-12-07T00:11:11.760Z Compiling proc-macro-error v1.0.4
21532024-12-07T00:11:11.784Z Checking slog-scope v4.4.0
21542024-12-07T00:11:12.348Z Compiling structmeta v0.3.0
21552024-12-07T00:11:12.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21562024-12-07T00:11:12.440Z Checking tungstenite v0.21.0
21572024-12-07T00:11:12.477Z Compiling heck v0.3.3
21582024-12-07T00:11:12.722Z Compiling parse-display-derive v0.10.0
21592024-12-07T00:11:12.832Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-12-07T00:11:13.060Z Checking num_enum v0.5.11
21612024-12-07T00:11:13.187Z Compiling dropshot_endpoint v0.13.0
21622024-12-07T00:11:13.211Z Checking cstr-argument v0.1.2
21632024-12-07T00:11:13.279Z Checking typify-impl v0.2.0
21642024-12-07T00:11:13.429Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-07T00:11:14.023Z Checking instant v0.1.13
21662024-12-07T00:11:14.127Z Checking fastrand v2.1.1
21672024-12-07T00:11:14.151Z Checking pretty-hex v0.2.1
21682024-12-07T00:11:14.270Z Checking base64 v0.21.7
21692024-12-07T00:11:14.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-07T00:11:14.580Z Checking tempfile v3.13.0
21712024-12-07T00:11:14.650Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21722024-12-07T00:11:14.674Z Checking backoff v0.4.0
21732024-12-07T00:11:14.879Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-12-07T00:11:14.903Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-07T00:11:14.930Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21762024-12-07T00:11:15.013Z Checking tokio-tungstenite v0.21.0
21772024-12-07T00:11:15.037Z Checking strum v0.26.3
21782024-12-07T00:11:15.173Z Compiling zone_cfg_derive v0.1.2
21792024-12-07T00:11:15.200Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21802024-12-07T00:11:15.281Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21812024-12-07T00:11:15.443Z Checking slog-stdlog v4.1.1
21822024-12-07T00:11:15.504Z Compiling darling_macro v0.20.10
21832024-12-07T00:11:15.594Z Checking regress v0.9.1
21842024-12-07T00:11:15.631Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21852024-12-07T00:11:15.766Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-12-07T00:11:15.809Z Checking colored v2.1.0
21872024-12-07T00:11:16.004Z Checking macaddr v1.0.1
21882024-12-07T00:11:16.057Z Checking base64 v0.13.1
21892024-12-07T00:11:16.304Z Compiling darling v0.20.10
21902024-12-07T00:11:16.404Z Checking ron v0.7.1
21912024-12-07T00:11:16.431Z Checking zone v0.1.8
21922024-12-07T00:11:16.456Z Compiling serde_with_macros v3.11.0
21932024-12-07T00:11:16.523Z Checking parse-display v0.10.0
21942024-12-07T00:11:16.727Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21952024-12-07T00:11:17.010Z Checking xz2 v0.1.7
21962024-12-07T00:11:17.126Z Checking slog-envlogger v2.2.0
21972024-12-07T00:11:17.258Z Checking tabwriter v1.4.0
21982024-12-07T00:11:17.313Z Checking xattr v1.3.1
21992024-12-07T00:11:17.375Z Checking pem v3.0.4
22002024-12-07T00:11:17.469Z Checking yasna v0.5.2
22012024-12-07T00:11:17.493Z Checking headers-core v0.3.0
22022024-12-07T00:11:17.618Z Checking smf v0.2.3
22032024-12-07T00:11:17.641Z Checking filetime v0.2.25
22042024-12-07T00:11:17.822Z Checking same-file v1.0.6
22052024-12-07T00:11:17.908Z Checking tar v0.4.42
22062024-12-07T00:11:17.972Z Checking walkdir v2.5.0
22072024-12-07T00:11:18.042Z Checking headers v0.4.0
22082024-12-07T00:11:18.209Z Checking rcgen v0.12.1
22092024-12-07T00:11:18.234Z Checking camino-tempfile v1.1.1
22102024-12-07T00:11:18.270Z Checking atomicwrites v0.4.4
22112024-12-07T00:11:18.514Z Checking subprocess v0.2.9
22122024-12-07T00:11:18.813Z Checking serde_with v3.11.0
22132024-12-07T00:11:23.265Z Compiling typify-macro v0.2.0
22142024-12-07T00:11:25.629Z Compiling typify v0.2.0
22152024-12-07T00:11:25.745Z Compiling progenitor-impl v0.8.0
22162024-12-07T00:11:30.148Z Compiling progenitor-macro v0.8.0
22172024-12-07T00:11:36.379Z Checking progenitor v0.8.0
22182024-12-07T00:11:36.575Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22192024-12-07T00:11:36.575Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22202024-12-07T00:11:40.207Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22212024-12-07T00:11:40.573Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222024-12-07T00:11:48.937Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232024-12-07T00:11:50.971Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-12-07T00:11:52.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.08s
22252024-12-07T00:11:52.807Z
22262024-12-07T00:11:52.807Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22272024-12-07T00:11:53.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-12-07T00:11:53.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-12-07T00:11:53.717Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-07T00:11:55.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
22312024-12-07T00:11:55.625Z
22322024-12-07T00:11:55.625Zinfo: running `cargo check --bins` on nexus-config (31/173)
22332024-12-07T00:11:56.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-07T00:11:56.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-07T00:11:56.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-12-07T00:11:56.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22372024-12-07T00:11:56.493Z
22382024-12-07T00:11:56.493Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22392024-12-07T00:11:57.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-07T00:11:57.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-07T00:11:57.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-07T00:11:57.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22432024-12-07T00:11:57.314Z
22442024-12-07T00:11:57.314Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22452024-12-07T00:11:58.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-07T00:11:58.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-07T00:11:58.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-07T00:11:58.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22492024-12-07T00:11:58.147Z
22502024-12-07T00:11:58.147Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22512024-12-07T00:11:58.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-07T00:11:58.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-07T00:11:59.109Z Compiling zerocopy v0.8.10
22542024-12-07T00:11:59.109Z Compiling progenitor-client v0.8.0
22552024-12-07T00:11:59.109Z Compiling itertools v0.13.0
22562024-12-07T00:11:59.109Z Compiling zerocopy-derive v0.8.10
22572024-12-07T00:11:59.109Z Compiling heapless v0.8.0
22582024-12-07T00:11:59.133Z Compiling newtype-uuid v1.1.3
22592024-12-07T00:11:59.133Z Compiling ipnetwork v0.20.0
22602024-12-07T00:11:59.133Z Checking hash32 v0.3.1
22612024-12-07T00:11:59.412Z Compiling instant v0.1.13
22622024-12-07T00:11:59.541Z Compiling progenitor v0.8.0
22632024-12-07T00:11:59.579Z Compiling smoltcp v0.11.0
22642024-12-07T00:11:59.603Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-12-07T00:11:59.790Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22662024-12-07T00:12:00.066Z Compiling backoff v0.4.0
22672024-12-07T00:12:00.099Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682024-12-07T00:12:00.259Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692024-12-07T00:12:00.297Z Compiling dropshot v0.13.0
22702024-12-07T00:12:00.404Z Compiling serde_with v3.11.0
22712024-12-07T00:12:00.429Z Compiling parse-display v0.10.0
22722024-12-07T00:12:00.452Z Checking num-rational v0.4.2
22732024-12-07T00:12:00.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742024-12-07T00:12:01.023Z Compiling regress v0.9.1
22752024-12-07T00:12:01.072Z Compiling phf_generator v0.11.2
22762024-12-07T00:12:01.243Z Checking num-complex v0.4.6
22772024-12-07T00:12:01.981Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22782024-12-07T00:12:02.585Z Compiling macaddr v1.0.1
22792024-12-07T00:12:02.951Z Checking cobs v0.2.3
22802024-12-07T00:12:03.020Z Compiling num v0.4.3
22812024-12-07T00:12:03.134Z Checking postcard v1.0.10
22822024-12-07T00:12:03.175Z Compiling phf_codegen v0.11.2
22832024-12-07T00:12:03.664Z Compiling parse-zoneinfo v0.3.1
22842024-12-07T00:12:03.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-07T00:12:04.022Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-07T00:12:04.164Z Checking float-ord v0.3.2
22872024-12-07T00:12:04.293Z Compiling convert_case v0.4.0
22882024-12-07T00:12:04.577Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892024-12-07T00:12:05.195Z Compiling derive_more v0.99.18
22902024-12-07T00:12:05.356Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22912024-12-07T00:12:05.470Z Compiling chrono-tz-build v0.4.0
22922024-12-07T00:12:06.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932024-12-07T00:12:06.787Z Compiling crucible-workspace-hack v0.1.0
22942024-12-07T00:12:06.848Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22952024-12-07T00:12:06.873Z Compiling thiserror v2.0.3
22962024-12-07T00:12:07.060Z Compiling chrono-tz v0.10.0
22972024-12-07T00:12:07.137Z Checking newline-converter v0.3.0
22982024-12-07T00:12:07.287Z Checking prettyplease v0.2.25
22992024-12-07T00:12:07.640Z Compiling thiserror-impl v2.0.3
23002024-12-07T00:12:07.753Z Compiling slog-dtrace v0.3.0
23012024-12-07T00:12:07.982Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-07T00:12:08.017Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23032024-12-07T00:12:08.557Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23042024-12-07T00:12:08.677Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-12-07T00:12:09.044Z Checking expectorate v1.1.0
23062024-12-07T00:12:09.148Z Compiling zone_cfg_derive v0.3.0
23072024-12-07T00:12:09.292Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23082024-12-07T00:12:09.463Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23092024-12-07T00:12:10.055Z Compiling const_format_proc_macros v0.2.33
23102024-12-07T00:12:10.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23112024-12-07T00:12:10.466Z Compiling num-derive v0.4.2
23122024-12-07T00:12:10.608Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132024-12-07T00:12:10.897Z Checking highway v1.2.0
23142024-12-07T00:12:11.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-12-07T00:12:11.433Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23162024-12-07T00:12:11.547Z Checking zone v0.3.0
23172024-12-07T00:12:11.875Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23182024-12-07T00:12:11.907Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23192024-12-07T00:12:11.931Z Checking const_format v0.2.33
23202024-12-07T00:12:11.966Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23212024-12-07T00:12:12.222Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23222024-12-07T00:12:12.364Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23232024-12-07T00:12:12.736Z Checking gethostname v0.5.0
23242024-12-07T00:12:12.788Z Checking bcs v0.1.6
23252024-12-07T00:12:12.812Z Compiling async-recursion v1.1.1
23262024-12-07T00:12:12.836Z Checking termtree v0.5.1
23272024-12-07T00:12:13.460Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23282024-12-07T00:12:14.200Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23292024-12-07T00:12:21.377Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23302024-12-07T00:12:25.520Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23312024-12-07T00:12:29.180Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23322024-12-07T00:12:30.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.68s
23332024-12-07T00:12:30.999Z
23342024-12-07T00:12:30.999Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23352024-12-07T00:12:31.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-07T00:12:31.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-07T00:12:31.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-12-07T00:12:31.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23392024-12-07T00:12:31.912Z
23402024-12-07T00:12:31.912Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23412024-12-07T00:12:32.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-07T00:12:32.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-07T00:12:32.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-12-07T00:12:32.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23452024-12-07T00:12:32.812Z
23462024-12-07T00:12:32.812Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23472024-12-07T00:12:33.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-07T00:12:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-07T00:12:33.727Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23502024-12-07T00:12:34.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
23512024-12-07T00:12:34.620Z
23522024-12-07T00:12:34.620Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23532024-12-07T00:12:35.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-12-07T00:12:35.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-12-07T00:12:35.523Z Compiling cfg_aliases v0.1.1
23562024-12-07T00:12:35.523Z Compiling vte_generate_state_changes v0.1.2
23572024-12-07T00:12:35.523Z Checking fd-lock v4.0.2
23582024-12-07T00:12:35.547Z Checking nibble_vec v0.1.0
23592024-12-07T00:12:35.547Z Checking endian-type v0.1.2
23602024-12-07T00:12:35.547Z Checking bytecount v0.6.8
23612024-12-07T00:12:35.547Z Compiling tabled_derive v0.7.0
23622024-12-07T00:12:35.571Z Compiling peg-macros v0.8.4
23632024-12-07T00:12:35.665Z Compiling nix v0.28.0
23642024-12-07T00:12:35.740Z Checking papergrid v0.11.0
23652024-12-07T00:12:35.765Z Checking radix_trie v0.2.1
23662024-12-07T00:12:35.765Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23672024-12-07T00:12:35.823Z Compiling sqlparser_derive v0.2.2
23682024-12-07T00:12:36.108Z Checking vte v0.11.1
23692024-12-07T00:12:36.142Z Checking home v0.5.9
23702024-12-07T00:12:36.274Z Checking nu-ansi-term v0.50.1
23712024-12-07T00:12:36.648Z Checking unicode_categories v0.1.1
23722024-12-07T00:12:36.735Z Checking sqlparser v0.45.0
23732024-12-07T00:12:36.781Z Checking display-error-chain v0.2.2
23742024-12-07T00:12:36.939Z Checking sqlformat v0.2.6
23752024-12-07T00:12:37.223Z Checking strip-ansi-escapes v0.2.0
23762024-12-07T00:12:37.378Z Checking reedline v0.35.0
23772024-12-07T00:12:37.612Z Checking tabled v0.15.0
23782024-12-07T00:12:38.010Z Checking peg v0.8.4
23792024-12-07T00:12:38.512Z Checking rustyline v14.0.0
23802024-12-07T00:12:50.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s
23812024-12-07T00:12:50.437Z
23822024-12-07T00:12:50.437Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23832024-12-07T00:12:51.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-12-07T00:12:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-12-07T00:12:51.351Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-12-07T00:12:58.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s
23872024-12-07T00:12:58.465Z
23882024-12-07T00:12:58.465Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23892024-12-07T00:12:59.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-12-07T00:12:59.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-12-07T00:12:59.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-12-07T00:13:04.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
23932024-12-07T00:13:04.333Z
23942024-12-07T00:13:04.334Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23952024-12-07T00:13:05.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-07T00:13:05.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-07T00:13:05.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-07T00:13:11.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s
23992024-12-07T00:13:12.006Z
24002024-12-07T00:13:12.006Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
24012024-12-07T00:13:12.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-07T00:13:12.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-07T00:13:12.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-07T00:13:19.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
24052024-12-07T00:13:19.836Z
24062024-12-07T00:13:19.836Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24072024-12-07T00:13:20.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-07T00:13:20.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-07T00:13:20.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-07T00:13:25.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
24112024-12-07T00:13:26.066Z
24122024-12-07T00:13:26.066Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24132024-12-07T00:13:26.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-07T00:13:26.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-07T00:13:26.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-12-07T00:13:32.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
24172024-12-07T00:13:32.349Z
24182024-12-07T00:13:32.349Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24192024-12-07T00:13:33.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-07T00:13:33.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-07T00:13:33.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24222024-12-07T00:13:40.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s
24232024-12-07T00:13:40.492Z
24242024-12-07T00:13:40.493Zinfo: running `cargo check --bins` on oximeter (46/173)
24252024-12-07T00:13:41.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-07T00:13:41.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-07T00:13:41.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-12-07T00:13:41.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24292024-12-07T00:13:41.341Z
24302024-12-07T00:13:41.342Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24312024-12-07T00:13:42.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-07T00:13:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-07T00:13:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-12-07T00:13:42.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24352024-12-07T00:13:42.161Z
24362024-12-07T00:13:42.161Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24372024-12-07T00:13:42.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-07T00:13:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-07T00:13:42.994Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402024-12-07T00:13:43.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
24412024-12-07T00:13:43.625Z
24422024-12-07T00:13:43.625Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24432024-12-07T00:13:44.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-07T00:13:44.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-07T00:13:44.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-07T00:13:44.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24472024-12-07T00:13:44.440Z
24482024-12-07T00:13:44.441Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24492024-12-07T00:13:45.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-07T00:13:45.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-07T00:13:45.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-07T00:13:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24532024-12-07T00:13:45.270Z
24542024-12-07T00:13:45.270Zinfo: running `cargo check --bins` on oxql-types (51/173)
24552024-12-07T00:13:45.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-07T00:13:46.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-07T00:13:46.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-07T00:13:46.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24592024-12-07T00:13:46.099Z
24602024-12-07T00:13:46.099Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24612024-12-07T00:13:46.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-07T00:13:46.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-07T00:13:46.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-07T00:13:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24652024-12-07T00:13:46.991Z
24662024-12-07T00:13:46.991Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24672024-12-07T00:13:47.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-07T00:13:47.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-07T00:13:47.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-07T00:13:47.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24712024-12-07T00:13:47.842Z
24722024-12-07T00:13:47.842Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24732024-12-07T00:13:48.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-07T00:13:48.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-07T00:13:48.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-07T00:13:48.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24772024-12-07T00:13:48.690Z
24782024-12-07T00:13:48.690Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24792024-12-07T00:13:49.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-07T00:13:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-07T00:13:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-07T00:13:49.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24832024-12-07T00:13:49.519Z
24842024-12-07T00:13:49.519Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24852024-12-07T00:13:50.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-07T00:13:50.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-07T00:13:50.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-07T00:13:50.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24892024-12-07T00:13:50.348Z
24902024-12-07T00:13:50.348Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24912024-12-07T00:13:51.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-07T00:13:51.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-07T00:13:51.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-07T00:13:51.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24952024-12-07T00:13:51.207Z
24962024-12-07T00:13:51.207Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24972024-12-07T00:13:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-07T00:13:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-07T00:13:51.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-07T00:13:51.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25012024-12-07T00:13:52.033Z
25022024-12-07T00:13:52.033Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25032024-12-07T00:13:52.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-07T00:13:52.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-07T00:13:52.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-07T00:13:52.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25072024-12-07T00:13:52.879Z
25082024-12-07T00:13:52.879Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25092024-12-07T00:13:53.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-07T00:13:53.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-07T00:13:53.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-07T00:13:53.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25132024-12-07T00:13:53.714Z
25142024-12-07T00:13:53.714Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25152024-12-07T00:13:54.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-07T00:13:54.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-07T00:13:54.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-07T00:13:54.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25192024-12-07T00:13:54.536Z
25202024-12-07T00:13:54.536Zinfo: running `cargo check --bins` on dpd-client (62/173)
25212024-12-07T00:13:55.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-07T00:13:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-07T00:13:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-07T00:13:55.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25252024-12-07T00:13:55.366Z
25262024-12-07T00:13:55.366Zinfo: running `cargo check --bins` on gateway-client (63/173)
25272024-12-07T00:13:56.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-07T00:13:56.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-07T00:13:56.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-07T00:13:56.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25312024-12-07T00:13:56.180Z
25322024-12-07T00:13:56.180Zinfo: running `cargo check --bins` on installinator-client (64/173)
25332024-12-07T00:13:56.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-07T00:13:56.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-07T00:13:56.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-07T00:13:56.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25372024-12-07T00:13:57.059Z
25382024-12-07T00:13:57.059Zinfo: running `cargo check --bins` on installinator-common (65/173)
25392024-12-07T00:13:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-07T00:13:57.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-07T00:13:57.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-07T00:13:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25432024-12-07T00:13:57.915Z
25442024-12-07T00:13:57.915Zinfo: running `cargo check --bins` on update-engine (66/173)
25452024-12-07T00:13:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-07T00:13:58.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-07T00:13:58.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-07T00:13:58.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25492024-12-07T00:13:58.718Z
25502024-12-07T00:13:58.718Zinfo: running `cargo check --bins` on nexus-client (67/173)
25512024-12-07T00:13:59.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-07T00:13:59.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-07T00:13:59.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-07T00:13:59.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25552024-12-07T00:13:59.559Z
25562024-12-07T00:13:59.559Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25572024-12-07T00:14:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-07T00:14:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-07T00:14:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-07T00:14:00.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25612024-12-07T00:14:00.411Z
25622024-12-07T00:14:00.411Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25632024-12-07T00:14:01.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-07T00:14:01.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-07T00:14:01.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-07T00:14:01.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25672024-12-07T00:14:01.205Z
25682024-12-07T00:14:01.205Zinfo: running `cargo check --bins` on nexus-types (70/173)
25692024-12-07T00:14:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-07T00:14:01.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-07T00:14:01.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-07T00:14:01.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25732024-12-07T00:14:02.084Z
25742024-12-07T00:14:02.084Zinfo: running `cargo check --bins` on oxide-client (71/173)
25752024-12-07T00:14:02.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-07T00:14:02.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-07T00:14:02.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-07T00:14:02.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25792024-12-07T00:14:02.885Z
25802024-12-07T00:14:02.885Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25812024-12-07T00:14:03.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-07T00:14:03.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-07T00:14:03.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-07T00:14:03.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25852024-12-07T00:14:03.698Z
25862024-12-07T00:14:03.698Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25872024-12-07T00:14:04.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-07T00:14:04.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-07T00:14:04.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-07T00:14:04.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25912024-12-07T00:14:04.502Z
25922024-12-07T00:14:04.502Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25932024-12-07T00:14:05.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-07T00:14:05.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-07T00:14:05.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-07T00:14:05.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25972024-12-07T00:14:05.352Z
25982024-12-07T00:14:05.352Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25992024-12-07T00:14:06.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-07T00:14:06.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-07T00:14:06.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-07T00:14:06.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26032024-12-07T00:14:06.225Z
26042024-12-07T00:14:06.225Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26052024-12-07T00:14:06.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-07T00:14:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-07T00:14:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-07T00:14:07.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26092024-12-07T00:14:07.106Z
26102024-12-07T00:14:07.106Zinfo: running `cargo check --bins` on wicket-common (77/173)
26112024-12-07T00:14:07.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-07T00:14:07.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-07T00:14:07.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-12-07T00:14:07.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26152024-12-07T00:14:07.975Z
26162024-12-07T00:14:07.975Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26172024-12-07T00:14:08.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-07T00:14:08.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-07T00:14:08.864Z Checking csv-core v0.1.11
26202024-12-07T00:14:08.864Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26212024-12-07T00:14:08.864Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26222024-12-07T00:14:09.167Z Checking csv v1.3.0
26232024-12-07T00:14:09.190Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26242024-12-07T00:14:09.881Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26252024-12-07T00:14:10.320Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26262024-12-07T00:14:11.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
26272024-12-07T00:14:12.070Z
26282024-12-07T00:14:12.070Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26292024-12-07T00:14:12.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-07T00:14:12.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-07T00:14:12.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-07T00:14:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26332024-12-07T00:14:12.894Z
26342024-12-07T00:14:12.894Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26352024-12-07T00:14:13.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-07T00:14:13.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-07T00:14:13.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-07T00:14:13.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26392024-12-07T00:14:13.718Z
26402024-12-07T00:14:13.718Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26412024-12-07T00:14:14.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-07T00:14:14.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-07T00:14:14.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-12-07T00:14:14.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26452024-12-07T00:14:14.719Z
26462024-12-07T00:14:14.719Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26472024-12-07T00:14:15.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-12-07T00:14:15.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-12-07T00:14:15.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-12-07T00:14:15.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26512024-12-07T00:14:15.725Z
26522024-12-07T00:14:15.725Zinfo: running `cargo check --bins` on dns-server (83/173)
26532024-12-07T00:14:16.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-12-07T00:14:16.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-12-07T00:14:16.620Z Compiling parking_lot_core v0.8.6
26562024-12-07T00:14:16.620Z Checking fxhash v0.2.1
26572024-12-07T00:14:16.644Z Checking hickory-server v0.24.1
26582024-12-07T00:14:16.644Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26592024-12-07T00:14:16.645Z Checking hickory-client v0.24.1
26602024-12-07T00:14:17.339Z Checking parking_lot v0.11.2
26612024-12-07T00:14:17.530Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-07T00:14:17.530Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26632024-12-07T00:14:17.630Z Checking sled v0.34.7
26642024-12-07T00:14:19.869Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652024-12-07T00:14:21.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
26662024-12-07T00:14:21.696Z
26672024-12-07T00:14:21.696Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26682024-12-07T00:14:22.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-12-07T00:14:22.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-12-07T00:14:22.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-12-07T00:14:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26722024-12-07T00:14:22.540Z
26732024-12-07T00:14:22.540Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26742024-12-07T00:14:23.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-12-07T00:14:23.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-12-07T00:14:23.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-12-07T00:14:23.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26782024-12-07T00:14:23.441Z
26792024-12-07T00:14:23.441Zinfo: running `cargo check --bins` on gateway-types (86/173)
26802024-12-07T00:14:24.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-07T00:14:24.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-07T00:14:24.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-12-07T00:14:24.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26842024-12-07T00:14:24.272Z
26852024-12-07T00:14:24.272Zinfo: running `cargo check --bins` on ipcc (87/173)
26862024-12-07T00:14:25.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-12-07T00:14:25.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-12-07T00:14:25.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-12-07T00:14:25.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26902024-12-07T00:14:25.132Z
26912024-12-07T00:14:25.133Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26922024-12-07T00:14:25.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-12-07T00:14:25.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-12-07T00:14:26.062Z Compiling radium v0.7.0
26952024-12-07T00:14:26.062Z Compiling semver v0.1.20
26962024-12-07T00:14:26.086Z Checking tap v1.0.1
26972024-12-07T00:14:26.110Z Compiling maybe-uninit v2.0.0
26982024-12-07T00:14:26.143Z Checking password-hash v0.5.0
26992024-12-07T00:14:26.166Z Checking blake2 v0.10.6
27002024-12-07T00:14:26.166Z Compiling owo-colors v4.1.0
27012024-12-07T00:14:26.166Z Checking funty v2.0.0
27022024-12-07T00:14:26.251Z Checking wyz v0.5.1
27032024-12-07T00:14:26.406Z Compiling packed_struct v0.10.1
27042024-12-07T00:14:26.505Z Compiling rustc_version v0.1.7
27052024-12-07T00:14:26.557Z Compiling cancel-safe-futures v0.1.5
27062024-12-07T00:14:26.597Z Checking crc-catalog v2.4.0
27072024-12-07T00:14:26.718Z Checking argon2 v0.5.3
27082024-12-07T00:14:26.741Z Checking crc v3.2.1
27092024-12-07T00:14:26.785Z Compiling packed_struct_codegen v0.10.1
27102024-12-07T00:14:26.838Z Compiling indexmap v1.9.3
27112024-12-07T00:14:26.884Z Checking half v2.4.1
27122024-12-07T00:14:26.909Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27132024-12-07T00:14:26.963Z Checking bitvec v1.0.1
27142024-12-07T00:14:26.990Z Compiling newtype_derive v0.1.6
27152024-12-07T00:14:27.115Z Checking ciborium-io v0.2.2
27162024-12-07T00:14:27.139Z Checking nodrop v0.1.14
27172024-12-07T00:14:27.244Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27182024-12-07T00:14:27.281Z Checking array-init v0.0.4
27192024-12-07T00:14:27.305Z Checking ciborium-ll v0.2.2
27202024-12-07T00:14:27.354Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27212024-12-07T00:14:27.574Z Checking smallvec v0.6.14
27222024-12-07T00:14:27.622Z Checking libsw v3.3.1
27232024-12-07T00:14:27.645Z Compiling memoffset v0.9.1
27242024-12-07T00:14:27.869Z Checking hashbrown v0.12.3
27252024-12-07T00:14:27.895Z Checking swrite v0.1.0
27262024-12-07T00:14:27.919Z Checking bitfield v0.14.0
27272024-12-07T00:14:27.943Z Checking linear-map v1.2.0
27282024-12-07T00:14:28.017Z Checking indent_write v2.2.0
27292024-12-07T00:14:28.123Z Checking termcolor v1.4.1
27302024-12-07T00:14:28.149Z Checking serde-hex v0.1.0
27312024-12-07T00:14:28.194Z Checking ron v0.8.1
27322024-12-07T00:14:28.243Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27332024-12-07T00:14:28.521Z Checking env_logger v0.10.2
27342024-12-07T00:14:28.967Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-12-07T00:14:29.028Z Checking ciborium v0.2.2
27362024-12-07T00:14:29.144Z Checking steno v0.4.1
27372024-12-07T00:14:29.427Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27382024-12-07T00:14:29.463Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27392024-12-07T00:14:29.622Z Checking hashbrown v0.13.2
27402024-12-07T00:14:29.663Z Checking humantime v2.1.0
27412024-12-07T00:14:29.884Z Checking crc-any v2.5.0
27422024-12-07T00:14:29.926Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432024-12-07T00:14:30.203Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27442024-12-07T00:14:30.476Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27452024-12-07T00:14:30.500Z Checking object v0.30.4
27462024-12-07T00:14:30.548Z Checking path-slash v0.1.5
27472024-12-07T00:14:30.676Z Checking nix v0.27.1
27482024-12-07T00:14:30.794Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27492024-12-07T00:14:31.007Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27502024-12-07T00:14:31.469Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27512024-12-07T00:14:31.493Z Checking tungstenite v0.23.0
27522024-12-07T00:14:31.653Z Checking kstat-rs v0.2.4
27532024-12-07T00:14:31.699Z Checking signal-hook-tokio v0.3.1
27542024-12-07T00:14:31.945Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27552024-12-07T00:14:32.300Z Checking tokio-tungstenite v0.23.1
27562024-12-07T00:14:32.454Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27572024-12-07T00:14:33.178Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582024-12-07T00:14:33.281Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27592024-12-07T00:14:41.320Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27602024-12-07T00:14:42.898Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27612024-12-07T00:14:47.286Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27622024-12-07T00:14:54.393Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632024-12-07T00:14:55.252Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27642024-12-07T00:14:58.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s
27652024-12-07T00:14:59.088Z
27662024-12-07T00:14:59.089Zinfo: running `cargo check --bins` on gateway-api (89/173)
27672024-12-07T00:14:59.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-12-07T00:14:59.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-12-07T00:14:59.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-12-07T00:14:59.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27712024-12-07T00:14:59.917Z
27722024-12-07T00:14:59.917Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27732024-12-07T00:15:00.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-12-07T00:15:00.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-12-07T00:15:00.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-12-07T00:15:00.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27772024-12-07T00:15:00.719Z
27782024-12-07T00:15:00.719Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27792024-12-07T00:15:01.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-12-07T00:15:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-12-07T00:15:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-12-07T00:15:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27832024-12-07T00:15:01.530Z
27842024-12-07T00:15:01.530Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27852024-12-07T00:15:02.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-12-07T00:15:02.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-12-07T00:15:02.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-12-07T00:15:02.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27892024-12-07T00:15:02.369Z
27902024-12-07T00:15:02.369Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27912024-12-07T00:15:03.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-12-07T00:15:03.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-12-07T00:15:03.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-12-07T00:15:03.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27952024-12-07T00:15:03.200Z
27962024-12-07T00:15:03.200Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27972024-12-07T00:15:03.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-12-07T00:15:03.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-12-07T00:15:03.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-12-07T00:15:03.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28012024-12-07T00:15:04.028Z
28022024-12-07T00:15:04.028Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28032024-12-07T00:15:04.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-12-07T00:15:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-12-07T00:15:04.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-12-07T00:15:04.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28072024-12-07T00:15:04.835Z
28082024-12-07T00:15:04.835Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28092024-12-07T00:15:05.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-12-07T00:15:05.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-12-07T00:15:05.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-12-07T00:15:05.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28132024-12-07T00:15:05.645Z
28142024-12-07T00:15:05.645Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28152024-12-07T00:15:06.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-12-07T00:15:06.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-12-07T00:15:06.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-12-07T00:15:06.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28192024-12-07T00:15:06.482Z
28202024-12-07T00:15:06.482Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28212024-12-07T00:15:07.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-12-07T00:15:07.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-12-07T00:15:07.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-12-07T00:15:07.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28252024-12-07T00:15:07.310Z
28262024-12-07T00:15:07.310Zinfo: running `cargo check --bins` on sp-sim (99/173)
28272024-12-07T00:15:08.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-12-07T00:15:08.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-12-07T00:15:08.160Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28302024-12-07T00:15:10.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28312024-12-07T00:15:10.568Z
28322024-12-07T00:15:10.568Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28332024-12-07T00:15:11.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-12-07T00:15:11.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-12-07T00:15:11.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-12-07T00:15:11.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28372024-12-07T00:15:11.449Z
28382024-12-07T00:15:11.449Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28392024-12-07T00:15:12.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-12-07T00:15:12.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-12-07T00:15:12.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-12-07T00:15:12.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28432024-12-07T00:15:12.333Z
28442024-12-07T00:15:12.333Zinfo: running `cargo check --bins` on db-macros (102/173)
28452024-12-07T00:15:13.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-12-07T00:15:13.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-12-07T00:15:13.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-12-07T00:15:13.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28492024-12-07T00:15:13.110Z
28502024-12-07T00:15:13.110Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28512024-12-07T00:15:13.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-12-07T00:15:13.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-12-07T00:15:13.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-12-07T00:15:13.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28552024-12-07T00:15:13.906Z
28562024-12-07T00:15:13.906Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28572024-12-07T00:15:14.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-12-07T00:15:14.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-12-07T00:15:14.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-12-07T00:15:14.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28612024-12-07T00:15:14.762Z
28622024-12-07T00:15:14.762Zinfo: running `cargo check --bins` on authz-macros (105/173)
28632024-12-07T00:15:15.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-12-07T00:15:15.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-12-07T00:15:15.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-12-07T00:15:15.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28672024-12-07T00:15:15.562Z
28682024-12-07T00:15:15.562Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28692024-12-07T00:15:16.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-12-07T00:15:16.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-12-07T00:15:16.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-12-07T00:15:16.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28732024-12-07T00:15:16.427Z
28742024-12-07T00:15:16.427Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28752024-12-07T00:15:17.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-12-07T00:15:17.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-12-07T00:15:17.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-12-07T00:15:17.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28792024-12-07T00:15:17.287Z
28802024-12-07T00:15:17.287Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28812024-12-07T00:15:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-12-07T00:15:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-12-07T00:15:18.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-12-07T00:15:18.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28852024-12-07T00:15:18.098Z
28862024-12-07T00:15:18.098Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28872024-12-07T00:15:18.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-12-07T00:15:18.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-12-07T00:15:18.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-12-07T00:15:18.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28912024-12-07T00:15:18.937Z
28922024-12-07T00:15:18.937Zinfo: running `cargo check --bins` on typed-rng (110/173)
28932024-12-07T00:15:19.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-12-07T00:15:19.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-12-07T00:15:19.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962024-12-07T00:15:19.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28972024-12-07T00:15:19.709Z
28982024-12-07T00:15:19.709Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28992024-12-07T00:15:20.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-12-07T00:15:20.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-12-07T00:15:20.669Z Checking keccak v0.1.5
29022024-12-07T00:15:20.692Z Checking secrecy v0.8.0
29032024-12-07T00:15:20.716Z Compiling unicase v2.7.0
29042024-12-07T00:15:20.716Z Compiling same-file v1.0.6
29052024-12-07T00:15:20.740Z Compiling tempfile v3.13.0
29062024-12-07T00:15:20.770Z Compiling thiserror-impl-no-std v2.0.2
29072024-12-07T00:15:20.794Z Checking universal-hash v0.5.1
29082024-12-07T00:15:20.794Z Compiling blake3 v1.5.4
29092024-12-07T00:15:20.894Z Compiling walkdir v2.5.0
29102024-12-07T00:15:20.954Z Checking sha3 v0.10.8
29112024-12-07T00:15:20.978Z Compiling ring v0.16.20
29122024-12-07T00:15:21.010Z Checking opaque-debug v0.3.1
29132024-12-07T00:15:21.104Z Checking poly1305 v0.8.0
29142024-12-07T00:15:21.191Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29152024-12-07T00:15:21.306Z Checking chacha20 v0.9.1
29162024-12-07T00:15:21.449Z Checking aead v0.5.2
29172024-12-07T00:15:21.534Z Compiling memmap2 v0.9.5
29182024-12-07T00:15:21.558Z Compiling arrayvec v0.7.6
29192024-12-07T00:15:21.582Z Compiling spin v0.5.2
29202024-12-07T00:15:21.614Z Compiling constant_time_eq v0.3.1
29212024-12-07T00:15:21.652Z Compiling arrayref v0.3.9
29222024-12-07T00:15:21.755Z Compiling salty v0.3.0
29232024-12-07T00:15:21.785Z Compiling libefi-sys v0.1.0
29242024-12-07T00:15:21.809Z Checking chacha20poly1305 v0.10.1
29252024-12-07T00:15:21.987Z Compiling toolchain_find v0.4.0
29262024-12-07T00:15:22.011Z Compiling camino-tempfile v1.1.1
29272024-12-07T00:15:22.081Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29282024-12-07T00:15:22.142Z Compiling bitfield-struct v0.6.2
29292024-12-07T00:15:22.311Z Compiling topological-sort v0.2.2
29302024-12-07T00:15:22.444Z Compiling mime_guess v2.0.5
29312024-12-07T00:15:22.529Z Compiling rustfmt-wrapper v0.2.1
29322024-12-07T00:15:22.957Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29332024-12-07T00:15:23.032Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29342024-12-07T00:15:23.056Z Checking primeorder v0.13.6
29352024-12-07T00:15:23.094Z Checking env_filter v0.1.2
29362024-12-07T00:15:23.333Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-07T00:15:23.362Z Checking env_logger v0.11.5
29382024-12-07T00:15:23.397Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-12-07T00:15:23.517Z Checking p384 v0.13.0
29402024-12-07T00:15:23.541Z Checking thiserror-no-std v2.0.2
29412024-12-07T00:15:23.596Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-12-07T00:15:23.645Z Checking vsss-rs v3.3.4
29432024-12-07T00:15:23.669Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29442024-12-07T00:15:23.887Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29452024-12-07T00:15:23.911Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29462024-12-07T00:15:23.934Z Compiling zip v2.1.3
29472024-12-07T00:15:24.125Z Checking bumpalo v3.16.0
29482024-12-07T00:15:24.201Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29492024-12-07T00:15:24.252Z Checking lockfree-object-pool v0.1.6
29502024-12-07T00:15:24.331Z Checking simd-adler32 v0.3.7
29512024-12-07T00:15:24.435Z Checking http-range v0.1.5
29522024-12-07T00:15:24.460Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-12-07T00:15:24.495Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29542024-12-07T00:15:24.614Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29552024-12-07T00:15:24.650Z Checking zopfli v0.8.1
29562024-12-07T00:15:24.735Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29572024-12-07T00:15:25.087Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29582024-12-07T00:15:25.180Z Checking nanorand v0.7.0
29592024-12-07T00:15:25.211Z Checking atty v0.2.14
29602024-12-07T00:15:25.269Z Checking glob v0.3.1
29612024-12-07T00:15:25.335Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29622024-12-07T00:15:25.508Z Checking flume v0.11.1
29632024-12-07T00:15:25.736Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-12-07T00:15:25.958Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29652024-12-07T00:15:26.062Z Compiling omicron-zone-package v0.11.1
29662024-12-07T00:15:26.520Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29672024-12-07T00:15:26.654Z Checking hyper-staticfile v0.10.1
29682024-12-07T00:15:27.185Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29692024-12-07T00:15:27.427Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29702024-12-07T00:15:27.462Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29712024-12-07T00:15:27.541Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29722024-12-07T00:15:27.747Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29732024-12-07T00:15:28.167Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29742024-12-07T00:15:28.637Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29752024-12-07T00:15:28.799Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29762024-12-07T00:15:30.239Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29772024-12-07T00:15:31.966Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29782024-12-07T00:15:31.966Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29792024-12-07T00:15:45.096Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-07T00:16:02.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.11s
29812024-12-07T00:16:02.997Z
29822024-12-07T00:16:02.997Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29832024-12-07T00:16:03.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-07T00:16:03.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-07T00:16:03.971Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-07T00:16:22.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
29872024-12-07T00:16:22.516Z
29882024-12-07T00:16:22.516Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29892024-12-07T00:16:23.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-07T00:16:23.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-07T00:16:23.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-07T00:16:41.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
29932024-12-07T00:16:41.437Z
29942024-12-07T00:16:41.437Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29952024-12-07T00:16:42.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-07T00:16:42.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-07T00:16:42.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-07T00:17:00.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
29992024-12-07T00:17:00.495Z
30002024-12-07T00:17:00.495Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
30012024-12-07T00:17:01.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-07T00:17:01.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-07T00:17:01.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-07T00:17:20.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
30052024-12-07T00:17:20.203Z
30062024-12-07T00:17:20.203Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30072024-12-07T00:17:21.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-07T00:17:21.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-07T00:17:21.217Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-07T00:17:40.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
30112024-12-07T00:17:40.385Z
30122024-12-07T00:17:40.385Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30132024-12-07T00:17:41.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-07T00:17:41.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-07T00:17:41.434Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-07T00:17:59.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
30172024-12-07T00:17:59.776Z
30182024-12-07T00:17:59.776Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30192024-12-07T00:18:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-07T00:18:00.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-07T00:18:00.832Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222024-12-07T00:18:19.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
30232024-12-07T00:18:19.242Z
30242024-12-07T00:18:19.242Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30252024-12-07T00:18:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-07T00:18:20.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-07T00:18:20.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-07T00:18:20.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30292024-12-07T00:18:20.108Z
30302024-12-07T00:18:20.108Zinfo: running `cargo check --bins` on key-manager (120/173)
30312024-12-07T00:18:20.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-07T00:18:20.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-07T00:18:20.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-07T00:18:20.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30352024-12-07T00:18:20.964Z
30362024-12-07T00:18:20.964Zinfo: running `cargo check --bins` on range-requests (121/173)
30372024-12-07T00:18:21.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-07T00:18:21.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-07T00:18:21.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-07T00:18:21.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30412024-12-07T00:18:21.804Z
30422024-12-07T00:18:21.804Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30432024-12-07T00:18:22.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-07T00:18:22.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-07T00:18:22.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-07T00:18:22.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30472024-12-07T00:18:22.653Z
30482024-12-07T00:18:22.653Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30492024-12-07T00:18:23.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-07T00:18:23.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-07T00:18:23.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-07T00:18:23.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30532024-12-07T00:18:23.542Z
30542024-12-07T00:18:23.542Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30552024-12-07T00:18:24.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-07T00:18:24.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-07T00:18:24.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-07T00:18:24.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30592024-12-07T00:18:24.373Z
30602024-12-07T00:18:24.373Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30612024-12-07T00:18:25.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-07T00:18:25.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-07T00:18:25.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-07T00:18:25.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30652024-12-07T00:18:25.202Z
30662024-12-07T00:18:25.202Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30672024-12-07T00:18:26.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-07T00:18:26.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-07T00:18:26.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-07T00:18:26.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30712024-12-07T00:18:26.121Z
30722024-12-07T00:18:26.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30732024-12-07T00:18:26.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-07T00:18:26.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-07T00:18:26.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-07T00:18:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30772024-12-07T00:18:26.977Z
30782024-12-07T00:18:26.977Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30792024-12-07T00:18:27.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-07T00:18:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-07T00:18:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822024-12-07T00:18:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30832024-12-07T00:18:27.876Z
30842024-12-07T00:18:27.876Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30852024-12-07T00:18:28.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-07T00:18:28.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-07T00:18:28.796Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30882024-12-07T00:18:28.796Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30892024-12-07T00:18:29.803Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30902024-12-07T00:18:32.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
30912024-12-07T00:18:32.610Z
30922024-12-07T00:18:32.610Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30932024-12-07T00:18:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-07T00:18:33.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-07T00:18:33.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-12-07T00:18:33.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30972024-12-07T00:18:33.440Z
30982024-12-07T00:18:33.440Zinfo: running `cargo check --bins` on cert-dev (131/173)
30992024-12-07T00:18:34.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-12-07T00:18:34.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-12-07T00:18:34.264Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31022024-12-07T00:18:34.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31032024-12-07T00:18:34.677Z
31042024-12-07T00:18:34.677Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31052024-12-07T00:18:35.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-12-07T00:18:35.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-12-07T00:18:35.614Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31082024-12-07T00:18:35.614Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31092024-12-07T00:18:36.271Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31102024-12-07T00:18:36.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
31112024-12-07T00:18:36.934Z
31122024-12-07T00:18:36.934Zinfo: running `cargo check --bins` on ch-dev (133/173)
31132024-12-07T00:18:37.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-07T00:18:37.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-07T00:18:37.836Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31162024-12-07T00:18:38.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
31172024-12-07T00:18:38.828Z
31182024-12-07T00:18:38.828Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31192024-12-07T00:18:39.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-12-07T00:18:39.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-12-07T00:18:39.698Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31222024-12-07T00:18:40.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
31232024-12-07T00:18:40.225Z
31242024-12-07T00:18:40.225Zinfo: running `cargo check --bins` on db-dev (135/173)
31252024-12-07T00:18:40.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-12-07T00:18:41.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-12-07T00:18:41.152Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31282024-12-07T00:18:42.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
31292024-12-07T00:18:42.188Z
31302024-12-07T00:18:42.188Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31312024-12-07T00:18:42.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-12-07T00:18:42.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-12-07T00:18:42.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342024-12-07T00:18:42.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31352024-12-07T00:18:43.037Z
31362024-12-07T00:18:43.037Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31372024-12-07T00:18:43.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-12-07T00:18:43.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-12-07T00:18:43.859Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31402024-12-07T00:18:44.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
31412024-12-07T00:18:45.101Z
31422024-12-07T00:18:45.101Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31432024-12-07T00:18:45.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-12-07T00:18:45.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-12-07T00:18:45.969Z Checking cargo-platform v0.1.8
31462024-12-07T00:18:46.240Z Checking cargo_metadata v0.18.1
31472024-12-07T00:18:47.522Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31482024-12-07T00:18:48.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
31492024-12-07T00:18:48.666Z
31502024-12-07T00:18:48.666Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31512024-12-07T00:18:49.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-12-07T00:18:49.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-12-07T00:18:49.638Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31542024-12-07T00:18:50.432Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31552024-12-07T00:18:51.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31562024-12-07T00:18:51.369Z
31572024-12-07T00:18:51.369Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31582024-12-07T00:18:52.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-12-07T00:18:52.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-12-07T00:18:52.460Z Compiling crunchy v0.2.2
31612024-12-07T00:18:52.460Z Compiling tiny-keccak v2.0.2
31622024-12-07T00:18:52.484Z Compiling dsl_auto_type v0.1.2
31632024-12-07T00:18:52.484Z Checking scheduled-thread-pool v0.2.7
31642024-12-07T00:18:52.484Z Compiling diesel_table_macro_syntax v0.2.0
31652024-12-07T00:18:52.484Z Compiling ascii-canvas v3.0.0
31662024-12-07T00:18:52.484Z Compiling ena v0.14.3
31672024-12-07T00:18:52.484Z Compiling diff v0.1.13
31682024-12-07T00:18:52.759Z Checking r2d2 v0.8.10
31692024-12-07T00:18:52.870Z Compiling regex-syntax v0.6.29
31702024-12-07T00:18:52.913Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31712024-12-07T00:18:52.976Z Compiling ref-cast v1.0.23
31722024-12-07T00:18:53.070Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31732024-12-07T00:18:53.094Z Compiling derive_builder_core v0.20.2
31742024-12-07T00:18:53.134Z Compiling libxml v0.3.3
31752024-12-07T00:18:53.211Z Compiling ref-cast-impl v1.0.23
31762024-12-07T00:18:53.352Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31772024-12-07T00:18:53.525Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31782024-12-07T00:18:53.549Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31792024-12-07T00:18:53.600Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31802024-12-07T00:18:53.788Z Compiling strum_macros v0.24.3
31812024-12-07T00:18:53.837Z Compiling samael v0.0.17
31822024-12-07T00:18:53.943Z Compiling diesel_derives v2.2.3
31832024-12-07T00:18:53.966Z Compiling indoc v1.0.9
31842024-12-07T00:18:54.781Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31852024-12-07T00:18:54.997Z Compiling oso-derive v0.27.3
31862024-12-07T00:18:55.179Z Compiling derive_builder_macro v0.20.2
31872024-12-07T00:18:55.783Z Compiling lalrpop v0.19.12
31882024-12-07T00:18:55.901Z Compiling impl-trait-for-tuples v0.2.2
31892024-12-07T00:18:55.976Z Checking derive_builder v0.20.2
31902024-12-07T00:18:56.114Z Checking quick-xml v0.33.0
31912024-12-07T00:18:56.371Z Compiling diesel-dtrace v0.3.0
31922024-12-07T00:18:56.628Z Checking maplit v1.0.2
31932024-12-07T00:18:56.780Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942024-12-07T00:18:56.805Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31952024-12-07T00:18:57.039Z Checking bb8 v0.8.5
31962024-12-07T00:18:57.307Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31972024-12-07T00:18:57.480Z Checking castaway v0.2.3
31982024-12-07T00:18:57.550Z Checking rand_seeder v0.3.0
31992024-12-07T00:18:57.639Z Checking compact_str v0.8.0
32002024-12-07T00:18:57.765Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32012024-12-07T00:18:57.971Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32022024-12-07T00:18:58.011Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32032024-12-07T00:18:58.207Z Checking unicode-truncate v1.1.0
32042024-12-07T00:18:58.469Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32052024-12-07T00:18:58.493Z Checking lru v0.12.5
32062024-12-07T00:18:58.713Z Compiling instability v0.3.2
32072024-12-07T00:18:58.747Z Checking cassowary v0.3.0
32082024-12-07T00:18:59.109Z Checking smawk v0.3.2
32092024-12-07T00:18:59.310Z Checking is_ci v1.2.0
32102024-12-07T00:18:59.449Z Checking unicode-linebreak v0.1.5
32112024-12-07T00:18:59.537Z Checking supports-color v3.0.1
32122024-12-07T00:18:59.655Z Checking ratatui v0.28.1
32132024-12-07T00:18:59.708Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32142024-12-07T00:18:59.760Z Checking multimap v0.10.0
32152024-12-07T00:18:59.848Z Checking textwrap v0.16.1
32162024-12-07T00:19:02.830Z Checking diesel v2.2.4
32172024-12-07T00:19:29.260Z Compiling polar-core v0.27.3
32182024-12-07T00:19:31.485Z Checking async-bb8-diesel v0.2.1
32192024-12-07T00:19:38.804Z Checking oso v0.27.3
32202024-12-07T00:21:12.849Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32212024-12-07T00:21:21.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
32222024-12-07T00:21:21.453Z
32232024-12-07T00:21:21.453Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32242024-12-07T00:21:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-12-07T00:21:22.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-12-07T00:21:22.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272024-12-07T00:21:22.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32282024-12-07T00:21:22.359Z
32292024-12-07T00:21:22.359Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32302024-12-07T00:21:23.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-12-07T00:21:23.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-12-07T00:21:23.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332024-12-07T00:21:23.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32342024-12-07T00:21:23.267Z
32352024-12-07T00:21:23.268Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32362024-12-07T00:21:23.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-12-07T00:21:24.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-12-07T00:21:24.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392024-12-07T00:21:24.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32402024-12-07T00:21:24.088Z
32412024-12-07T00:21:24.088Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32422024-12-07T00:21:24.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-12-07T00:21:24.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-12-07T00:21:25.191Z Compiling libz-sys v1.1.20
32452024-12-07T00:21:25.215Z Compiling libgit2-sys v0.17.0+1.8.1
32462024-12-07T00:21:25.244Z Compiling vergen v8.3.2
32472024-12-07T00:21:25.267Z Compiling cargo-platform v0.1.8
32482024-12-07T00:21:25.267Z Compiling pin-project-internal v1.1.6
32492024-12-07T00:21:25.297Z Compiling libsqlite3-sys v0.30.1
32502024-12-07T00:21:25.321Z Compiling snafu-derive v0.8.5
32512024-12-07T00:21:25.321Z Compiling rustls v0.21.12
32522024-12-07T00:21:25.530Z Compiling cfg_aliases v0.2.1
32532024-12-07T00:21:25.602Z Compiling cargo_metadata v0.18.1
32542024-12-07T00:21:25.647Z Compiling buf-list v1.0.3
32552024-12-07T00:21:25.813Z Compiling nix v0.29.0
32562024-12-07T00:21:25.887Z Checking globset v0.4.15
32572024-12-07T00:21:26.115Z Checking olpc-cjson v0.1.4
32582024-12-07T00:21:26.298Z Checking rustls-webpki v0.101.7
32592024-12-07T00:21:26.322Z Checking sct v0.7.1
32602024-12-07T00:21:26.353Z Checking serde_plain v1.0.2
32612024-12-07T00:21:26.516Z Checking typed-path v0.9.3
32622024-12-07T00:21:26.879Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632024-12-07T00:21:26.999Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32642024-12-07T00:21:27.140Z Checking hashlink v0.9.1
32652024-12-07T00:21:27.235Z Checking fallible-streaming-iterator v0.1.9
32662024-12-07T00:21:27.436Z Checking parse-size v1.1.0
32672024-12-07T00:21:27.663Z Checking fallible-iterator v0.3.0
32682024-12-07T00:21:27.827Z Checking pin-project v1.1.6
32692024-12-07T00:21:27.956Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702024-12-07T00:21:28.162Z Checking rusqlite v0.32.1
32712024-12-07T00:21:28.194Z Checking rustls-pemfile v1.0.4
32722024-12-07T00:21:28.335Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32732024-12-07T00:21:28.425Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742024-12-07T00:21:28.662Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32752024-12-07T00:21:28.737Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32762024-12-07T00:21:28.870Z Checking twox-hash v1.6.3
32772024-12-07T00:21:28.946Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32782024-12-07T00:21:29.341Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32792024-12-07T00:21:29.622Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802024-12-07T00:21:29.783Z Checking tokio-rustls v0.24.1
32812024-12-07T00:21:29.898Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32822024-12-07T00:21:30.085Z Checking snafu v0.8.5
32832024-12-07T00:21:30.120Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32842024-12-07T00:21:30.143Z Checking fatfs v0.3.6
32852024-12-07T00:21:30.513Z Checking tough v0.19.0
32862024-12-07T00:21:30.604Z Checking assert_matches v1.5.0
32872024-12-07T00:21:34.577Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32882024-12-07T00:21:36.140Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32892024-12-07T00:21:37.800Z Compiling git2 v0.19.0
32902024-12-07T00:21:43.903Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32912024-12-07T00:22:53.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
32922024-12-07T00:22:53.618Z
32932024-12-07T00:22:53.618Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32942024-12-07T00:22:54.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-12-07T00:22:54.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-12-07T00:22:54.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972024-12-07T00:22:54.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32982024-12-07T00:22:54.562Z
32992024-12-07T00:22:54.562Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
33002024-12-07T00:22:55.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-12-07T00:22:55.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-12-07T00:22:55.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032024-12-07T00:22:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33042024-12-07T00:22:55.386Z
33052024-12-07T00:22:55.386Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33062024-12-07T00:22:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-12-07T00:22:56.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-12-07T00:22:56.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-12-07T00:22:56.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33102024-12-07T00:22:56.270Z
33112024-12-07T00:22:56.270Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33122024-12-07T00:22:57.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-12-07T00:22:57.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-12-07T00:22:57.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-12-07T00:22:57.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
33162024-12-07T00:22:57.192Z
33172024-12-07T00:22:57.192Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33182024-12-07T00:22:57.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-12-07T00:22:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-12-07T00:22:58.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-12-07T00:22:58.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33222024-12-07T00:22:58.103Z
33232024-12-07T00:22:58.103Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33242024-12-07T00:22:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-12-07T00:22:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-12-07T00:22:58.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-12-07T00:22:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
33282024-12-07T00:22:59.024Z
33292024-12-07T00:22:59.024Zinfo: running `cargo check --bins` on update-common (151/173)
33302024-12-07T00:22:59.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-07T00:22:59.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-07T00:22:59.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-07T00:22:59.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33342024-12-07T00:22:59.887Z
33352024-12-07T00:22:59.887Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33362024-12-07T00:23:00.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-07T00:23:00.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-07T00:23:00.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-12-07T00:23:00.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33402024-12-07T00:23:00.767Z
33412024-12-07T00:23:00.767Zinfo: running `cargo check --bins` on tufaceous (153/173)
33422024-12-07T00:23:01.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-07T00:23:01.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-07T00:23:01.669Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33452024-12-07T00:23:02.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
33462024-12-07T00:23:02.983Z
33472024-12-07T00:23:02.983Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33482024-12-07T00:23:03.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-12-07T00:23:03.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-12-07T00:23:04.176Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33512024-12-07T00:23:04.217Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33522024-12-07T00:23:04.217Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532024-12-07T00:23:04.241Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33542024-12-07T00:23:41.964Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33552024-12-07T00:23:41.964Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33562024-12-07T00:23:41.964Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33572024-12-07T00:23:41.987Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33582024-12-07T00:23:41.988Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33592024-12-07T00:23:42.968Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33602024-12-07T00:23:44.578Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33612024-12-07T00:24:39.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
33622024-12-07T00:24:39.260Z
33632024-12-07T00:24:39.260Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33642024-12-07T00:24:40.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-12-07T00:24:40.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-12-07T00:24:40.186Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33672024-12-07T00:24:40.186Z Checking heck v0.4.1
33682024-12-07T00:24:40.186Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692024-12-07T00:24:40.411Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33702024-12-07T00:24:42.205Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33712024-12-07T00:24:43.301Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33722024-12-07T00:24:44.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
33732024-12-07T00:24:44.857Z
33742024-12-07T00:24:44.857Zinfo: running `cargo check --bins` on installinator-api (156/173)
33752024-12-07T00:24:45.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-07T00:24:45.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-07T00:24:45.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782024-12-07T00:24:45.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33792024-12-07T00:24:45.720Z
33802024-12-07T00:24:45.720Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33812024-12-07T00:24:46.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-12-07T00:24:46.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-12-07T00:24:46.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842024-12-07T00:24:46.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33852024-12-07T00:24:46.628Z
33862024-12-07T00:24:46.628Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33872024-12-07T00:24:47.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-12-07T00:24:47.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-12-07T00:24:47.533Z Compiling petname v2.0.2
33902024-12-07T00:24:47.533Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33912024-12-07T00:24:47.556Z Checking sync-ptr v0.1.1
33922024-12-07T00:24:49.291Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33932024-12-07T00:24:51.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
33942024-12-07T00:24:51.474Z
33952024-12-07T00:24:51.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33962024-12-07T00:24:52.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-12-07T00:24:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-12-07T00:24:52.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992024-12-07T00:24:52.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34002024-12-07T00:24:52.374Z
34012024-12-07T00:24:52.374Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34022024-12-07T00:24:53.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032024-12-07T00:24:53.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042024-12-07T00:24:53.250Z Checking memmap2 v0.9.5
34052024-12-07T00:24:53.250Z Checking spin v0.5.2
34062024-12-07T00:24:53.250Z Checking arrayref v0.3.9
34072024-12-07T00:24:53.250Z Checking arrayvec v0.7.6
34082024-12-07T00:24:53.250Z Checking constant_time_eq v0.3.1
34092024-12-07T00:24:53.274Z Checking topological-sort v0.2.2
34102024-12-07T00:24:53.274Z Checking shell-words v1.1.0
34112024-12-07T00:24:53.488Z Checking ring v0.16.20
34122024-12-07T00:24:53.684Z Checking blake3 v1.5.4
34132024-12-07T00:24:54.948Z Checking omicron-zone-package v0.11.1
34142024-12-07T00:24:56.400Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34152024-12-07T00:24:57.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
34162024-12-07T00:24:57.742Z
34172024-12-07T00:24:57.742Zinfo: running `cargo check --bins` on xtask (161/173)
34182024-12-07T00:24:58.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192024-12-07T00:24:58.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202024-12-07T00:24:58.309Z Checking bitflags v2.6.0
34212024-12-07T00:24:58.309Z Checking serde v1.0.215
34222024-12-07T00:24:58.309Z Checking thiserror v1.0.69
34232024-12-07T00:24:58.309Z Checking scroll v0.12.0
34242024-12-07T00:24:58.372Z Checking hashbrown v0.15.0
34252024-12-07T00:24:58.395Z Checking log v0.4.22
34262024-12-07T00:24:58.395Z Checking zerocopy v0.7.35
34272024-12-07T00:24:58.420Z Checking syn v2.0.87
34282024-12-07T00:24:58.467Z Checking pest v2.7.14
34292024-12-07T00:24:58.586Z Checking rustix v0.38.37
34302024-12-07T00:24:58.656Z Checking once_cell v1.20.2
34312024-12-07T00:24:58.799Z Checking goblin v0.8.2
34322024-12-07T00:24:58.936Z Checking fs-err v2.11.0
34332024-12-07T00:24:59.221Z Checking anyhow v1.0.93
34342024-12-07T00:24:59.308Z Checking indexmap v2.6.0
34352024-12-07T00:24:59.572Z Checking tabled v0.15.0
34362024-12-07T00:25:00.280Z Checking terminal_size v0.4.0
34372024-12-07T00:25:00.280Z Checking tempfile v3.13.0
34382024-12-07T00:25:00.445Z Checking clap_builder v4.5.21
34392024-12-07T00:25:00.569Z Checking dtrace-parser v0.2.0
34402024-12-07T00:25:02.586Z Checking serde_json v1.0.132
34412024-12-07T00:25:02.586Z Checking serde_spanned v0.6.8
34422024-12-07T00:25:02.586Z Checking toml_datetime v0.6.8
34432024-12-07T00:25:02.609Z Checking camino v1.1.9
34442024-12-07T00:25:02.609Z Checking cargo-platform v0.1.8
34452024-12-07T00:25:02.675Z Checking semver v1.0.23
34462024-12-07T00:25:02.818Z Checking macaddr v1.0.1
34472024-12-07T00:25:02.883Z Checking toml_edit v0.22.22
34482024-12-07T00:25:03.161Z Checking camino-tempfile v1.1.1
34492024-12-07T00:25:03.184Z Checking clap v4.5.21
34502024-12-07T00:25:03.923Z Checking dof v0.3.0
34512024-12-07T00:25:03.923Z Checking cargo_metadata v0.18.1
34522024-12-07T00:25:04.447Z Checking usdt-impl v0.5.0
34532024-12-07T00:25:04.893Z Checking usdt v0.5.0
34542024-12-07T00:25:05.057Z Checking toml v0.8.19
34552024-12-07T00:25:05.662Z Checking cargo_toml v0.20.5
34562024-12-07T00:25:07.262Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34572024-12-07T00:25:08.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
34582024-12-07T00:25:08.198Z
34592024-12-07T00:25:08.198Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34602024-12-07T00:25:09.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612024-12-07T00:25:09.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622024-12-07T00:25:09.262Z Checking polyval v0.6.2
34632024-12-07T00:25:09.285Z Checking ctr v0.9.2
34642024-12-07T00:25:09.312Z Checking ssh-encoding v0.2.0
34652024-12-07T00:25:09.312Z Checking blowfish v0.9.1
34662024-12-07T00:25:09.350Z Checking password-hash v0.4.2
34672024-12-07T00:25:09.375Z Checking matches v0.1.10
34682024-12-07T00:25:09.398Z Checking p256 v0.13.2
34692024-12-07T00:25:09.398Z Checking p521 v0.13.3
34702024-12-07T00:25:09.478Z Checking idna v0.2.3
34712024-12-07T00:25:09.521Z Checking ghash v0.5.1
34722024-12-07T00:25:09.545Z Checking bcrypt-pbkdf v0.10.0
34732024-12-07T00:25:09.571Z Compiling enum-as-inner v0.5.1
34742024-12-07T00:25:09.643Z Checking russh-cryptovec v0.7.3
34752024-12-07T00:25:09.675Z Checking aes-gcm v0.10.3
34762024-12-07T00:25:09.757Z Checking pbkdf2 v0.11.0
34772024-12-07T00:25:09.784Z Checking md5 v0.7.0
34782024-12-07T00:25:09.838Z Checking num-bigint v0.4.6
34792024-12-07T00:25:09.862Z Checking des v0.8.1
34802024-12-07T00:25:09.888Z Checking ssh-cipher v0.2.0
34812024-12-07T00:25:10.009Z Compiling dhcproto-macros v0.1.0
34822024-12-07T00:25:10.039Z Checking hex-literal v0.4.1
34832024-12-07T00:25:10.110Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34842024-12-07T00:25:10.149Z Checking ssh-key v0.6.6
34852024-12-07T00:25:10.173Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34862024-12-07T00:25:10.196Z Checking internet-checksum v0.2.1
34872024-12-07T00:25:10.406Z Checking trust-dns-proto v0.22.0
34882024-12-07T00:25:11.589Z Checking russh-keys v0.45.0
34892024-12-07T00:25:12.716Z Checking russh v0.45.0
34902024-12-07T00:25:13.539Z Checking dhcproto v0.12.0
34912024-12-07T00:25:35.982Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34922024-12-07T00:25:37.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.57s
34932024-12-07T00:25:37.973Z
34942024-12-07T00:25:37.973Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34952024-12-07T00:25:38.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962024-12-07T00:25:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972024-12-07T00:25:38.883Z Checking termios v0.3.3
34982024-12-07T00:25:39.066Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34992024-12-07T00:25:40.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
35002024-12-07T00:25:40.261Z
35012024-12-07T00:25:40.261Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35022024-12-07T00:25:41.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-12-07T00:25:41.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-12-07T00:25:41.168Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35052024-12-07T00:25:43.644Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35062024-12-07T00:25:46.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
35072024-12-07T00:25:46.192Z
35082024-12-07T00:25:46.192Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35092024-12-07T00:25:46.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-07T00:25:46.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-07T00:25:47.020Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35122024-12-07T00:25:47.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
35132024-12-07T00:25:47.698Z
35142024-12-07T00:25:47.698Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35152024-12-07T00:25:48.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162024-12-07T00:25:48.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172024-12-07T00:25:48.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182024-12-07T00:25:48.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35192024-12-07T00:25:48.493Z
35202024-12-07T00:25:48.493Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35212024-12-07T00:25:49.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-07T00:25:49.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-07T00:25:49.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242024-12-07T00:25:49.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35252024-12-07T00:25:49.290Z
35262024-12-07T00:25:49.290Zinfo: running `cargo check --bins` on omicron-package (168/173)
35272024-12-07T00:25:50.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282024-12-07T00:25:50.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292024-12-07T00:25:50.174Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35302024-12-07T00:25:51.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35312024-12-07T00:25:51.906Z
35322024-12-07T00:25:51.906Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35332024-12-07T00:25:52.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342024-12-07T00:25:52.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352024-12-07T00:25:52.854Z Checking rtoolbox v0.0.2
35362024-12-07T00:25:52.854Z Checking tui-tree-widget v0.22.0
35372024-12-07T00:25:52.854Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35382024-12-07T00:25:53.047Z Checking rpassword v7.3.1
35392024-12-07T00:25:58.246Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35402024-12-07T00:26:02.188Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35412024-12-07T00:26:03.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
35422024-12-07T00:26:03.976Z
35432024-12-07T00:26:03.976Zinfo: running `cargo check --bins` on wicket (170/173)
35442024-12-07T00:26:04.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452024-12-07T00:26:04.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462024-12-07T00:26:04.901Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35472024-12-07T00:26:05.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
35482024-12-07T00:26:05.511Z
35492024-12-07T00:26:05.511Zinfo: running `cargo check --bins` on wicketd (171/173)
35502024-12-07T00:26:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512024-12-07T00:26:06.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522024-12-07T00:26:06.495Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35532024-12-07T00:26:11.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
35542024-12-07T00:26:11.536Z
35552024-12-07T00:26:11.536Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35562024-12-07T00:26:12.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572024-12-07T00:26:12.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582024-12-07T00:26:12.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592024-12-07T00:26:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35602024-12-07T00:26:12.329Z
35612024-12-07T00:26:12.329Zinfo: running `cargo check --bins` on zone-setup (173/173)
35622024-12-07T00:26:13.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632024-12-07T00:26:13.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642024-12-07T00:26:13.324Z Checking uzers v0.12.1
35652024-12-07T00:26:13.660Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35662024-12-07T00:26:15.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
35672024-12-07T00:26:15.343Z
35682024-12-07T00:26:15.343Zreal 16:13.271497686
35692024-12-07T00:26:15.343Zuser 25:41.004752021
35702024-12-07T00:26:15.343Zsys 5:57.649139815
35712024-12-07T00:26:15.343Ztrap 0.594854054
35722024-12-07T00:26:15.343Ztflt 1.354948046
35732024-12-07T00:26:15.343Zdflt 3.792283536
35742024-12-07T00:26:15.343Zkflt 0.000824720
35752024-12-07T00:26:15.343Zlock 51:50.686282107
35762024-12-07T00:26:15.343Zslp 2:23:07.384690557
35772024-12-07T00:26:15.344Zlat 1:03.100724886
35782024-12-07T00:26:15.344Zstop 3:05.661114784
35792024-12-07T00:26:15.375Zprocess exited: duration 1289793 ms, exit code 0
 
35802024-12-07T00:26:15.426Zfound 0 output files