01J6DV3Q41CJ9559G3D0XDJ12H: 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: 01J6DV44PB2MPMP4EMPPFBRSAW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-29T01:14:32.059Zjob assigned to worker 01J6DV49SFEG950VXG0BZ84T15 (queued for 47 s)
 
22024-08-29T01:14:39.494Zstarting task 0: "setup"
32024-08-29T01:14:39.504Z++ uname -s
42024-08-29T01:14:39.507Z+ kern=SunOS
52024-08-29T01:14:39.507Z+ case "$kern" in
62024-08-29T01:14:39.507Z+ groupadd -g 12345 build
72024-08-29T01:14:39.510Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-29T01:14:41.518Z+ zfs create -o mountpoint=/work rpool/work
92024-08-29T01:14:41.576Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-29T01:14:41.578Z+ home_fs=zfs
112024-08-29T01:14:41.578Z+ [[ zfs == autofs ]]
122024-08-29T01:14:41.578Z+ mkdir -p /home/build
132024-08-29T01:14:41.580Z+ chown build:build /home/build /work
142024-08-29T01:14:43.583Z+ chmod 0700 /home/build /work
152024-08-29T01:14:43.586Zprocess exited: duration 4094 ms, exit code 0
 
162024-08-29T01:14:43.590Zstarting task 1: "rust-toolchain"
172024-08-29T01:14:43.597Z+ printf ' * toolchain channel = "%s"
182024-08-29T01:14:43.597Z * toolchain channel = "1.80.1"
192024-08-29T01:14:43.597Z' 1.80.1
202024-08-29T01:14:43.597Z+ printf ' * toolchain profile = "%s"
212024-08-29T01:14:43.597Z' default
222024-08-29T01:14:43.597Z * toolchain profile = "default"
232024-08-29T01:14:43.599Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-29T01:14:43.599Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-29T01:14:43.717Zinfo: downloading installer
262024-08-29T01:14:44.761Zinfo: profile set to 'default'
272024-08-29T01:14:44.762Zinfo: default host triple is x86_64-unknown-illumos
282024-08-29T01:14:44.766Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-29T01:14:44.933Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-29T01:14:44.933Zinfo: downloading component 'cargo'
312024-08-29T01:14:45.768Zinfo: downloading component 'clippy'
322024-08-29T01:14:46.241Zinfo: downloading component 'rust-docs'
332024-08-29T01:14:47.092Zinfo: downloading component 'rust-std'
342024-08-29T01:14:48.488Zinfo: downloading component 'rustc'
352024-08-29T01:14:52.042Zinfo: downloading component 'rustfmt'
362024-08-29T01:14:52.431Zinfo: installing component 'cargo'
372024-08-29T01:14:53.293Zinfo: installing component 'clippy'
382024-08-29T01:14:53.670Zinfo: installing component 'rust-docs'
392024-08-29T01:14:55.306Zinfo: installing component 'rust-std'
402024-08-29T01:14:56.972Zinfo: installing component 'rustc'
412024-08-29T01:15:01.257Zinfo: installing component 'rustfmt'
422024-08-29T01:15:01.602Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-29T01:15:01.602Z
442024-08-29T01:15:01.855Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-29T01:15:01.855Z
462024-08-29T01:15:01.858Z
472024-08-29T01:15:01.858ZRust is installed now. Great!
482024-08-29T01:15:01.858Z
492024-08-29T01:15:01.858ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-29T01:15:01.858Zenvironment variable. This has not been done automatically.
512024-08-29T01:15:01.858Z
522024-08-29T01:15:01.858ZTo configure your current shell, you need to source
532024-08-29T01:15:01.858Zthe corresponding env file under $HOME/.cargo.
542024-08-29T01:15:01.858Z
552024-08-29T01:15:01.858ZThis is usually done by running one of the following (note the leading DOT):
562024-08-29T01:15:01.858Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-29T01:15:01.858Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-29T01:15:01.915Z+ rustc --version
592024-08-29T01:15:01.984Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-29T01:15:01.988Zprocess exited: duration 18395 ms, exit code 0
 
612024-08-29T01:15:01.993Zstarting task 2: "authentication"
622024-08-29T01:15:02.015Zprocess exited: duration 22 ms, exit code 0
 
632024-08-29T01:15:02.021Zstarting task 3: "clone repository"
642024-08-29T01:15:02.027Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-29T01:15:02.029Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-29T01:15:02.063ZCloning into '/work/oxidecomputer/omicron'...
672024-08-29T01:15:09.304Z+ cd /work/oxidecomputer/omicron
682024-08-29T01:15:09.304Z+ git fetch origin 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281
692024-08-29T01:15:09.578ZFrom https://github.com/oxidecomputer/omicron
702024-08-29T01:15:09.578Z * branch 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281 -> FETCH_HEAD
712024-08-29T01:15:09.589Z+ [[ -n http-latency-in-nanos ]]
722024-08-29T01:15:09.591Z++ git branch --show-current
732024-08-29T01:15:09.594Z+ current=main
742024-08-29T01:15:09.594Z+ [[ main != http-latency-in-nanos ]]
752024-08-29T01:15:09.594Z+ git branch -f http-latency-in-nanos 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281
762024-08-29T01:15:09.597Z+ git checkout -f http-latency-in-nanos
772024-08-29T01:15:09.700ZSwitched to branch 'http-latency-in-nanos'
782024-08-29T01:15:09.703Z+ git reset --hard 0c05928e14e5ee2ae03566d7bb51e1bfd5c0f281
792024-08-29T01:15:09.807ZHEAD is now at 0c05928e1 Histogram adds a leftmost bin
802024-08-29T01:15:09.809Zprocess exited: duration 7786 ms, exit code 0
 
812024-08-29T01:15:09.814Zstarting task 4: "build"
822024-08-29T01:15:09.820Z+ cargo --version
832024-08-29T01:15:09.879Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-29T01:15:09.881Z+ rustc --version
852024-08-29T01:15:09.942Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-29T01:15:09.946Z+ source ./env.sh
872024-08-29T01:15:09.948Z++ OLD_SHELL_OPTS=ehxB
882024-08-29T01:15:09.948Z++ set -o xtrace
892024-08-29T01:15:09.950Z++++ dirname ./env.sh
902024-08-29T01:15:09.953Z+++ readlink -f .
912024-08-29T01:15:09.955Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-29T01:15:09.955Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-29T01:15:09.955Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-29T01:15:09.955Z++ 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
952024-08-29T01:15:09.955Z++ 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
962024-08-29T01:15:09.955Z++ 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
972024-08-29T01:15:09.955Z++ 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
982024-08-29T01:15:09.955Z++ 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
992024-08-29T01:15:09.955Z++ 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
1002024-08-29T01:15:09.955Z++ case $OLD_SHELL_OPTS in
1012024-08-29T01:15:09.955Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-29T01:15:09.955Z+ 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
1032024-08-29T01:15:09.955Z+ 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
1042024-08-29T01:15:09.955Z+ banner prerequisites
1052024-08-29T01:15:09.958Z
1062024-08-29T01:15:09.958Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-29T01:15:09.958Z # # # # # # # # # # # # # # #
1082024-08-29T01:15:09.958Z # # # # ##### # # ##### # # # # # #### #
1092024-08-29T01:15:09.958Z ##### ##### # ##### # # # # # # # # #
1102024-08-29T01:15:09.958Z # # # # # # # # # # # # # # #
1112024-08-29T01:15:09.958Z # # # ###### # # ###### ### # #### # #### #
1122024-08-29T01:15:09.958Z
1132024-08-29T01:15:09.958Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-29T01:15:14.675Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-29T01:15:17.057Z Startup: Caching catalogs ... Done
1162024-08-29T01:15:19.085ZPlanning: Solver setup ... Done (1.443s)
1172024-08-29T01:15:19.108ZPlanning: Running solver ... Done (0.023s)
1182024-08-29T01:15:19.154ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-29T01:15:19.184ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-29T01:15:19.840ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-29T01:15:19.951ZPlanning: Package planning ... Done (0.111s)
1222024-08-29T01:15:20.008ZPlanning: Merging actions ... Done (0.056s)
1232024-08-29T01:15:20.229ZPlanning: Checking for conflicting actions ... Done (0.221s)
1242024-08-29T01:15:22.154ZPlanning: Consolidating action changes ... Done (1.924s)
1252024-08-29T01:15:22.586ZPlanning: Evaluating mediators ... Done (0.432s)
1262024-08-29T01:15:22.671ZPlanning: Planning completed in 5.54 seconds
1272024-08-29T01:15:22.686Z Packages to install: 4
1282024-08-29T01:15:22.686Z Packages to update: 1
1292024-08-29T01:15:22.689Z Mediators to change: 2
1302024-08-29T01:15:22.689Z Services to change: 1
1312024-08-29T01:15:22.689Z Estimated space available: 155.72 GB
1322024-08-29T01:15:22.689ZEstimated space to be consumed: 1.53 GB
1332024-08-29T01:15:22.689Z Create boot environment: No
1342024-08-29T01:15:22.689ZCreate backup boot environment: Yes
1352024-08-29T01:15:22.689Z Rebuild boot archive: No
1362024-08-29T01:15:22.689Z
1372024-08-29T01:15:22.689ZChanged mediators:
1382024-08-29T01:15:22.689Z mediator clang:
1392024-08-29T01:15:22.689Z version: None -> 15 (system default)
1402024-08-29T01:15:22.689Z
1412024-08-29T01:15:22.689Z mediator llvm:
1422024-08-29T01:15:22.689Z version: 14 (system default) -> 15 (system default)
1432024-08-29T01:15:22.689Z
1442024-08-29T01:15:22.689ZChanged packages:
1452024-08-29T01:15:22.689Zhelios-dev
1462024-08-29T01:15:22.689Z developer/build-essential
1472024-08-29T01:15:22.689Z None -> 11-2.0
1482024-08-29T01:15:22.689Z library/libxmlsec1
1492024-08-29T01:15:22.689Z None -> 1.2.35-2.0
1502024-08-29T01:15:22.689Z ooce/developer/clang-15
1512024-08-29T01:15:22.689Z None -> 15.0.7-2.0
1522024-08-29T01:15:22.689Z ooce/developer/llvm-15
1532024-08-29T01:15:22.689Z None -> 15.0.7-2.0
1542024-08-29T01:15:22.689Z package/pkg
1552024-08-29T01:15:22.689Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-29T01:15:22.689Z
1572024-08-29T01:15:22.689ZServices:
1582024-08-29T01:15:22.690Z restart_fmri:
1592024-08-29T01:15:22.690Z svc:/system/update-man-index:default
1602024-08-29T01:15:22.690Z
1612024-08-29T01:15:22.690ZEditable files to change:
1622024-08-29T01:15:22.690Z Update:
1632024-08-29T01:15:22.690Z usr/share/lib/pkg/web/config.shtml
1642024-08-29T01:15:22.767Z
1652024-08-29T01:15:22.767ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-29T01:15:27.768ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (16.8M/s)
1672024-08-29T01:15:33.288ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (13.6M/s)
1682024-08-29T01:15:41.434ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (13.3M/s)
1692024-08-29T01:15:46.439ZDownload: 2971/4281 items 121.2/220.6MB 54% complete (421k/s)
1702024-08-29T01:15:51.563ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (11.1M/s)
1712024-08-29T01:15:56.566ZDownload: 4134/4281 items 220.0/220.6MB 99% complete (9.8M/s)
1722024-08-29T01:16:00.081ZDownload: Completed 220.60 MB in 37.31 seconds (5.9M/s)
1732024-08-29T01:16:02.071Z Actions: 1/5063 actions (Removing old actions)
1742024-08-29T01:16:02.091Z Actions: 194/5063 actions (Installing new actions)
1752024-08-29T01:16:06.931Z Actions: 4226/5063 actions (Updating modified actions)
1762024-08-29T01:16:07.256Z Actions: Completed 5063 actions in 5.18 seconds.
1772024-08-29T01:16:07.555Z Done (0.290s)
1782024-08-29T01:16:07.558Z Done (0.000s)
1792024-08-29T01:16:07.943Z Done (0.387s)
1802024-08-29T01:16:12.788Z Done (4.659s)
1812024-08-29T01:16:12.883Z Done (0.018s)
1822024-08-29T01:16:12.885Z Done (0.000s)
1832024-08-29T01:16:13.047Z Done (0.000s)
1842024-08-29T01:16:13.701ZPlanning: Evaluating mediator changes ... Done
1852024-08-29T01:16:13.873ZPlanning: Checking for conflicting actions ... Done
1862024-08-29T01:16:13.875ZPlanning: Consolidating action changes ... Done
1872024-08-29T01:16:14.152ZPlanning: Evaluating mediators ... Done
1882024-08-29T01:16:14.154ZPlanning: Planning completed in 0.45 seconds
1892024-08-29T01:16:14.193Z Mediators to change: 2
1902024-08-29T01:16:14.193Z Create boot environment: No
1912024-08-29T01:16:14.193ZCreate backup boot environment: No
1922024-08-29T01:16:14.275Z Done
1932024-08-29T01:16:14.275Z Done
1942024-08-29T01:16:14.526Z Done
1952024-08-29T01:16:18.600Z Done
1962024-08-29T01:16:18.697Z Done
1972024-08-29T01:16:18.700Z Done
1982024-08-29T01:16:18.814Z Done
1992024-08-29T01:16:19.478ZPlanning: Evaluating mediator changes ... Done
2002024-08-29T01:16:19.480ZPlanning: Merging actions ... Done
2012024-08-29T01:16:19.676ZPlanning: Checking for conflicting actions ... Done
2022024-08-29T01:16:19.679ZPlanning: Consolidating action changes ... Done
2032024-08-29T01:16:19.955ZPlanning: Evaluating mediators ... Done
2042024-08-29T01:16:20.014ZPlanning: Planning completed in 0.79 seconds
2052024-08-29T01:16:20.055Z Packages to change: 1
2062024-08-29T01:16:20.055Z Mediators to change: 1
2072024-08-29T01:16:20.055Z Services to change: 1
2082024-08-29T01:16:20.055Z Create boot environment: No
2092024-08-29T01:16:20.057ZCreate backup boot environment: Yes
2102024-08-29T01:16:22.303Z Actions: 1/6 actions (Updating modified actions)
2112024-08-29T01:16:22.305Z Actions: Completed 6 actions in 0.00 seconds.
2122024-08-29T01:16:22.305Z Done
2132024-08-29T01:16:22.305Z Done
2142024-08-29T01:16:22.387Z Done
2152024-08-29T01:16:26.481Z Done
2162024-08-29T01:16:26.582Z Done
2172024-08-29T01:16:26.585Z Done
2182024-08-29T01:16:26.702Z Done
2192024-08-29T01:16:27.183ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-08-29T01:16:27.183Zclang system 15 system
2212024-08-29T01:16:27.183Zcsh system system illumos
2222024-08-29T01:16:27.183Zctags system system illumos
2232024-08-29T01:16:27.183Zgcc vendor 12 vendor
2242024-08-29T01:16:27.183Zgcc system 10 system
2252024-08-29T01:16:27.184Zgcc system 7 system
2262024-08-29T01:16:27.184Zgo system 1.20 system
2272024-08-29T01:16:27.184Zgo system 1.19 system
2282024-08-29T01:16:27.184Zllvm system 15 system
2292024-08-29T01:16:27.184Zllvm system 14 system
2302024-08-29T01:16:27.184Zmariadb system 10.6 system
2312024-08-29T01:16:27.184Zmta vendor vendor dma
2322024-08-29T01:16:27.185Zopenjdk system 17 system
2332024-08-29T01:16:27.185Zopenjdk system 11 system
2342024-08-29T01:16:27.185Zopenjdk system 1.8 system
2352024-08-29T01:16:27.185Zopenssl vendor 3 vendor
2362024-08-29T01:16:27.185Zperl system 5.36 system
2372024-08-29T01:16:27.185Zpostgresql system 15 system
2382024-08-29T01:16:27.185Zpostgresql system 13 system
2392024-08-29T01:16:27.186Zpython vendor 3 vendor
2402024-08-29T01:16:27.186Zpython system 2 system
2412024-08-29T01:16:27.186Zpython3 system 3.11 system
2422024-08-29T01:16:27.186Zruby system 3.0 system
2432024-08-29T01:16:27.186Zwords vendor vendor american-english
2442024-08-29T01:16:27.186Zwords system system australian-english
2452024-08-29T01:16:27.186Zwords system system british-english
2462024-08-29T01:16:27.186Zwords system system canadian-english
2472024-08-29T01:16:27.187Zwords system system french
2482024-08-29T01:16:27.187Zwords system system italian
2492024-08-29T01:16:27.187Zwords system system ngerman
2502024-08-29T01:16:27.187Zwords system system ogerman
2512024-08-29T01:16:27.187Zwords system system spanish
2522024-08-29T01:16:27.553ZPUBLISHER TYPE STATUS P LOCATION
2532024-08-29T01:16:27.553Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-08-29T01:16:29.413ZFMRI IFO
2552024-08-29T01:16:29.413Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-08-29T01:16:29.413Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-08-29T01:16:29.413Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-08-29T01:16:29.413Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-08-29T01:16:29.413Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-08-29T01:16:29.413Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-08-29T01:16:29.413Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-08-29T01:16:29.413Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-08-29T01:16:29.413Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-08-29T01:16:29.413Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-08-29T01:16:29.413Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-08-29T01:16:29.413Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-08-29T01:16:29.413Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-08-29T01:16:30.081Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-08-29T01:16:30.335Z Updating git repository `https://github.com/oxidecomputer/zone`
2702024-08-29T01:16:30.612Z Updating crates.io index
2712024-08-29T01:16:30.616Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-08-29T01:16:31.490Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-08-29T01:16:32.304Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-08-29T01:16:32.554Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-08-29T01:16:34.172Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-08-29T01:16:34.451Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-08-29T01:16:34.688Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-08-29T01:16:35.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-08-29T01:16:37.613Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-08-29T01:16:38.547Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-08-29T01:16:39.244Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-08-29T01:16:39.500Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-08-29T01:16:40.064Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2842024-08-29T01:16:40.476Z Updating git repository `https://github.com/oxidecomputer/qorb`
2852024-08-29T01:16:40.878Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-08-29T01:16:41.251Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-08-29T01:16:41.493Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-08-29T01:16:41.787Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-08-29T01:16:42.048Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902024-08-29T01:16:42.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-08-29T01:16:42.703Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-08-29T01:16:42.971Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-08-29T01:16:43.305Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-08-29T01:16:43.796Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-08-29T01:16:44.095Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-08-29T01:16:44.549Z Updating git repository `https://github.com/oxidecomputer/typify`
2972024-08-29T01:16:46.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-08-29T01:16:46.911Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-08-29T01:16:47.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-08-29T01:16:47.541Z Updating git repository `https://github.com/oxidecomputer/rfb`
3012024-08-29T01:16:48.856Z Downloading crates ...
3022024-08-29T01:16:48.936Z Downloaded cfg-if v1.0.0
3032024-08-29T01:16:48.942Z Downloaded equivalent v1.0.1
3042024-08-29T01:16:48.946Z Downloaded digest v0.10.7
3052024-08-29T01:16:48.949Z Downloaded anstyle-parse v0.2.4
3062024-08-29T01:16:48.952Z Downloaded byteorder v1.5.0
3072024-08-29T01:16:48.955Z Downloaded is_terminal_polyfill v1.70.0
3082024-08-29T01:16:48.962Z Downloaded swrite v0.1.0
3092024-08-29T01:16:48.965Z Downloaded usdt-macro v0.5.0
3102024-08-29T01:16:48.971Z Downloaded anstream v0.6.14
3112024-08-29T01:16:48.973Z Downloaded camino-tempfile v1.1.1
3122024-08-29T01:16:48.976Z Downloaded fastrand v2.1.0
3132024-08-29T01:16:48.978Z Downloaded heck v0.5.0
3142024-08-29T01:16:48.980Z Downloaded block-buffer v0.10.4
3152024-08-29T01:16:48.980Z Downloaded fs-err v2.11.0
3162024-08-29T01:16:48.983Z Downloaded tabled_derive v0.7.0
3172024-08-29T01:16:48.983Z Downloaded strsim v0.11.1
3182024-08-29T01:16:48.985Z Downloaded unicode-linebreak v0.1.5
3192024-08-29T01:16:48.985Z Downloaded plain v0.2.3
3202024-08-29T01:16:48.985Z Downloaded cpufeatures v0.2.12
3212024-08-29T01:16:48.988Z Downloaded clap_lex v0.7.0
3222024-08-29T01:16:48.990Z Downloaded cargo_metadata v0.18.1
3232024-08-29T01:16:48.990Z Downloaded toml_datetime v0.6.8
3242024-08-29T01:16:48.992Z Downloaded thread-id v4.2.1
3252024-08-29T01:16:48.992Z Downloaded thiserror v1.0.63
3262024-08-29T01:16:48.997Z Downloaded serde_spanned v0.6.7
3272024-08-29T01:16:48.999Z Downloaded anyhow v1.0.86
3282024-08-29T01:16:49.002Z Downloaded pest_generator v2.7.10
3292024-08-29T01:16:49.005Z Downloaded version_check v0.9.5
3302024-08-29T01:16:49.005Z Downloaded usdt-impl v0.5.0
3312024-08-29T01:16:49.007Z Downloaded dtrace-parser v0.2.0
3322024-08-29T01:16:49.007Z Downloaded anstyle v1.0.8
3332024-08-29T01:16:49.010Z Downloaded macaddr v1.0.1
3342024-08-29T01:16:49.012Z Downloaded terminal_size v0.3.0
3352024-08-29T01:16:49.014Z Downloaded usdt v0.5.0
3362024-08-29T01:16:49.014Z Downloaded proc-macro-error v1.0.4
3372024-08-29T01:16:49.017Z Downloaded once_cell v1.19.0
3382024-08-29T01:16:49.020Z Downloaded sha2 v0.10.8
3392024-08-29T01:16:49.022Z Downloaded bitflags v2.6.0
3402024-08-29T01:16:49.027Z Downloaded dof v0.3.0
3412024-08-29T01:16:49.030Z Downloaded scroll_derive v0.12.0
3422024-08-29T01:16:49.030Z Downloaded pretty-hex v0.4.1
3432024-08-29T01:16:49.030Z Downloaded errno v0.3.9
3442024-08-29T01:16:49.032Z Downloaded proc-macro-error-attr v1.0.4
3452024-08-29T01:16:49.032Z Downloaded scroll v0.12.0
3462024-08-29T01:16:49.034Z Downloaded memmap v0.7.0
3472024-08-29T01:16:49.036Z Downloaded anstyle-query v1.0.3
3482024-08-29T01:16:49.039Z Downloaded serde_derive v1.0.208
3492024-08-29T01:16:49.041Z Downloaded fnv v1.0.7
3502024-08-29T01:16:49.043Z Downloaded bytecount v0.6.8
3512024-08-29T01:16:49.045Z Downloaded autocfg v1.3.0
3522024-08-29T01:16:49.047Z Downloaded ucd-trie v0.1.6
3532024-08-29T01:16:49.048Z Downloaded crypto-common v0.1.6
3542024-08-29T01:16:49.050Z Downloaded usdt-attr-macro v0.5.0
3552024-08-29T01:16:49.050Z Downloaded colorchoice v1.0.1
3562024-08-29T01:16:49.050Z Downloaded semver v1.0.23
3572024-08-29T01:16:49.054Z Downloaded smawk v0.3.2
3582024-08-29T01:16:49.056Z Downloaded heck v0.4.1
3592024-08-29T01:16:49.059Z Downloaded cargo-platform v0.1.8
3602024-08-29T01:16:49.062Z Downloaded serde_tokenstream v0.2.2
3612024-08-29T01:16:49.065Z Downloaded thiserror-impl v1.0.63
3622024-08-29T01:16:49.067Z Downloaded itoa v1.0.11
3632024-08-29T01:16:49.075Z Downloaded camino v1.1.9
3642024-08-29T01:16:49.079Z Downloaded cargo_toml v0.20.4
3652024-08-29T01:16:49.081Z Downloaded clap_derive v4.5.13
3662024-08-29T01:16:49.084Z Downloaded proc-macro2 v1.0.86
3672024-08-29T01:16:49.086Z Downloaded generic-array v0.14.7
3682024-08-29T01:16:49.088Z Downloaded utf8parse v0.2.1
3692024-08-29T01:16:49.095Z Downloaded quote v1.0.36
3702024-08-29T01:16:49.113Z Downloaded clap v4.5.16
3712024-08-29T01:16:49.123Z Downloaded zerocopy-derive v0.7.34
3722024-08-29T01:16:49.127Z Downloaded pest_meta v2.7.10
3732024-08-29T01:16:49.129Z Downloaded unicode-ident v1.0.12
3742024-08-29T01:16:49.131Z Downloaded typenum v1.17.0
3752024-08-29T01:16:49.134Z Downloaded pest_derive v2.7.10
3762024-08-29T01:16:49.136Z Downloaded papergrid v0.11.0
3772024-08-29T01:16:49.141Z Downloaded toml v0.8.19
3782024-08-29T01:16:49.144Z Downloaded textwrap v0.16.1
3792024-08-29T01:16:49.147Z Downloaded ryu v1.0.18
3802024-08-29T01:16:49.149Z Downloaded log v0.4.21
3812024-08-29T01:16:49.157Z Downloaded tempfile v3.10.1
3822024-08-29T01:16:49.160Z Downloaded serde v1.0.208
3832024-08-29T01:16:49.166Z Downloaded indexmap v2.4.0
3842024-08-29T01:16:49.170Z Downloaded clap_builder v4.5.15
3852024-08-29T01:16:49.177Z Downloaded pest v2.7.10
3862024-08-29T01:16:49.195Z Downloaded memchr v2.7.2
3872024-08-29T01:16:49.197Z Downloaded toml_edit v0.22.20
3882024-08-29T01:16:49.218Z Downloaded zerocopy v0.7.34
3892024-08-29T01:16:49.234Z Downloaded hashbrown v0.14.5
3902024-08-29T01:16:49.238Z Downloaded goblin v0.8.2
3912024-08-29T01:16:49.246Z Downloaded winnow v0.6.18
3922024-08-29T01:16:49.253Z Downloaded serde_json v1.0.125
3932024-08-29T01:16:49.261Z Downloaded tabled v0.15.0
3942024-08-29T01:16:49.276Z Downloaded syn v2.0.74
3952024-08-29T01:16:49.287Z Downloaded syn v1.0.109
3962024-08-29T01:16:49.297Z Downloaded rustix v0.38.34
3972024-08-29T01:16:49.318Z Downloaded unicode-width v0.1.13
3982024-08-29T01:16:49.327Z Downloaded libc v0.2.158
3992024-08-29T01:16:49.635Z Compiling proc-macro2 v1.0.86
4002024-08-29T01:16:49.635Z Compiling unicode-ident v1.0.12
4012024-08-29T01:16:49.638Z Compiling serde v1.0.208
4022024-08-29T01:16:49.638Z Compiling version_check v0.9.5
4032024-08-29T01:16:49.638Z Compiling memchr v2.7.2
4042024-08-29T01:16:49.638Z Compiling thiserror v1.0.63
4052024-08-29T01:16:49.638Z Compiling libc v0.2.158
4062024-08-29T01:16:49.638Z Compiling ryu v1.0.18
4072024-08-29T01:16:49.924Z Compiling ucd-trie v0.1.6
4082024-08-29T01:16:50.136Z Compiling itoa v1.0.11
4092024-08-29T01:16:50.460Z Compiling once_cell v1.19.0
4102024-08-29T01:16:50.526Z Compiling byteorder v1.5.0
4112024-08-29T01:16:50.550Z Compiling serde_json v1.0.125
4122024-08-29T01:16:50.876Z Compiling rustix v0.38.34
4132024-08-29T01:16:50.983Z Compiling bitflags v2.6.0
4142024-08-29T01:16:51.006Z Compiling usdt-impl v0.5.0
4152024-08-29T01:16:51.360Z Compiling proc-macro-error-attr v1.0.4
4162024-08-29T01:16:51.384Z Compiling syn v1.0.109
4172024-08-29T01:16:51.407Z Compiling quote v1.0.36
4182024-08-29T01:16:51.610Z Compiling proc-macro-error v1.0.4
4192024-08-29T01:16:51.779Z Compiling log v0.4.21
4202024-08-29T01:16:51.865Z Compiling syn v2.0.74
4212024-08-29T01:16:51.949Z Compiling hashbrown v0.14.5
4222024-08-29T01:16:52.095Z Compiling errno v0.3.9
4232024-08-29T01:16:52.196Z Compiling camino v1.1.9
4242024-08-29T01:16:52.252Z Compiling thread-id v4.2.1
4252024-08-29T01:16:52.328Z Compiling plain v0.2.3
4262024-08-29T01:16:52.353Z Compiling equivalent v1.0.1
4272024-08-29T01:16:52.380Z Compiling utf8parse v0.2.1
4282024-08-29T01:16:52.558Z Compiling anstyle-parse v0.2.4
4292024-08-29T01:16:52.892Z Compiling winnow v0.6.18
4302024-08-29T01:16:52.994Z Compiling autocfg v1.3.0
4312024-08-29T01:16:53.019Z Compiling anstyle-query v1.0.3
4322024-08-29T01:16:53.192Z Compiling is_terminal_polyfill v1.70.0
4332024-08-29T01:16:53.325Z Compiling indexmap v2.4.0
4342024-08-29T01:16:53.349Z Compiling semver v1.0.23
4352024-08-29T01:16:53.429Z Compiling anstyle v1.0.8
4362024-08-29T01:16:53.914Z Compiling pretty-hex v0.4.1
4372024-08-29T01:16:53.939Z Compiling colorchoice v1.0.1
4382024-08-29T01:16:53.968Z Compiling unicode-width v0.1.13
4392024-08-29T01:16:54.104Z Compiling anstream v0.6.14
4402024-08-29T01:16:54.155Z Compiling fs-err v2.11.0
4412024-08-29T01:16:54.462Z Compiling terminal_size v0.3.0
4422024-08-29T01:16:54.607Z Compiling fastrand v2.1.0
4432024-08-29T01:16:54.665Z Compiling anyhow v1.0.86
4442024-08-29T01:16:54.706Z Compiling fnv v1.0.7
4452024-08-29T01:16:54.856Z Compiling strsim v0.11.1
4462024-08-29T01:16:54.907Z Compiling cfg-if v1.0.0
4472024-08-29T01:16:55.013Z Compiling heck v0.4.1
4482024-08-29T01:16:55.174Z Compiling bytecount v0.6.8
4492024-08-29T01:16:55.238Z Compiling heck v0.5.0
4502024-08-29T01:16:55.307Z Compiling clap_lex v0.7.0
4512024-08-29T01:16:55.725Z Compiling clap_builder v4.5.15
4522024-08-29T01:16:55.786Z Compiling papergrid v0.11.0
4532024-08-29T01:16:55.817Z Compiling tempfile v3.10.1
4542024-08-29T01:16:55.996Z Compiling memmap v0.7.0
4552024-08-29T01:16:56.084Z Compiling smawk v0.3.2
4562024-08-29T01:16:56.301Z Compiling unicode-linebreak v0.1.5
4572024-08-29T01:16:56.841Z Compiling textwrap v0.16.1
4582024-08-29T01:16:56.917Z Compiling swrite v0.1.0
4592024-08-29T01:16:58.223Z Compiling tabled_derive v0.7.0
4602024-08-29T01:16:59.903Z Compiling tabled v0.15.0
4612024-08-29T01:17:00.935Z Compiling serde_derive v1.0.208
4622024-08-29T01:17:00.938Z Compiling thiserror-impl v1.0.63
4632024-08-29T01:17:00.938Z Compiling zerocopy-derive v0.7.34
4642024-08-29T01:17:01.083Z Compiling scroll_derive v0.12.0
4652024-08-29T01:17:01.294Z Compiling clap_derive v4.5.13
4662024-08-29T01:17:02.530Z Compiling scroll v0.12.0
4672024-08-29T01:17:03.038Z Compiling goblin v0.8.2
4682024-08-29T01:17:03.094Z Compiling zerocopy v0.7.34
4692024-08-29T01:17:03.803Z Compiling pest v2.7.10
4702024-08-29T01:17:05.077Z Compiling clap v4.5.16
4712024-08-29T01:17:06.106Z Compiling pest_meta v2.7.10
4722024-08-29T01:17:07.055Z Compiling pest_generator v2.7.10
4732024-08-29T01:17:09.094Z Compiling pest_derive v2.7.10
4742024-08-29T01:17:09.802Z Compiling dtrace-parser v0.2.0
4752024-08-29T01:17:11.714Z Compiling serde_spanned v0.6.7
4762024-08-29T01:17:11.714Z Compiling toml_datetime v0.6.8
4772024-08-29T01:17:11.717Z Compiling cargo-platform v0.1.8
4782024-08-29T01:17:12.115Z Compiling serde_tokenstream v0.2.2
4792024-08-29T01:17:12.284Z Compiling toml_edit v0.22.20
4802024-08-29T01:17:12.309Z Compiling macaddr v1.0.1
4812024-08-29T01:17:12.364Z Compiling camino-tempfile v1.1.1
4822024-08-29T01:17:13.298Z Compiling dof v0.3.0
4832024-08-29T01:17:13.298Z Compiling cargo_metadata v0.18.1
4842024-08-29T01:17:15.227Z Compiling usdt-attr-macro v0.5.0
4852024-08-29T01:17:15.230Z Compiling usdt-macro v0.5.0
4862024-08-29T01:17:15.249Z Compiling toml v0.8.19
4872024-08-29T01:17:16.113Z Compiling cargo_toml v0.20.4
4882024-08-29T01:17:16.672Z Compiling usdt v0.5.0
4892024-08-29T01:17:20.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-08-29T01:17:24.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.66s
4912024-08-29T01:17:24.755Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-08-29T01:17:25.384Z Downloading crates ...
4932024-08-29T01:17:25.515Z Downloaded atomicwrites v0.4.3
4942024-08-29T01:17:25.522Z Downloaded crucible-workspace-hack v0.1.0
4952024-08-29T01:17:25.525Z Downloaded cfg_aliases v0.1.1
4962024-08-29T01:17:25.529Z Downloaded cstr-argument v0.1.2
4972024-08-29T01:17:25.532Z Downloaded bitstruct_derive v0.1.0
4982024-08-29T01:17:25.535Z Downloaded ciborium-io v0.2.2
4992024-08-29T01:17:25.535Z Downloaded ascii-canvas v3.0.0
5002024-08-29T01:17:25.537Z Downloaded defmt-macros v0.3.9
5012024-08-29T01:17:25.543Z Downloaded aead v0.5.2
5022024-08-29T01:17:25.545Z Downloaded hyper-tls v0.5.0
5032024-08-29T01:17:25.548Z Downloaded hubpack v0.1.2
5042024-08-29T01:17:25.550Z Downloaded ident_case v1.0.1
5052024-08-29T01:17:25.552Z Downloaded convert_case v0.4.0
5062024-08-29T01:17:25.554Z Downloaded buf-list v1.0.3
5072024-08-29T01:17:25.556Z Downloaded darling_macro v0.20.9
5082024-08-29T01:17:25.559Z Downloaded backoff v0.4.0
5092024-08-29T01:17:25.561Z Downloaded bit-set v0.5.3
5102024-08-29T01:17:25.564Z Downloaded debug-ignore v1.0.5
5112024-08-29T01:17:25.566Z Downloaded cipher v0.4.4
5122024-08-29T01:17:25.568Z Downloaded new_debug_unreachable v1.0.6
5132024-08-29T01:17:25.571Z Downloaded bitstruct v0.1.1
5142024-08-29T01:17:25.571Z Downloaded match_cfg v0.1.0
5152024-08-29T01:17:25.573Z Downloaded cassowary v0.3.0
5162024-08-29T01:17:25.575Z Downloaded console v0.15.8
5172024-08-29T01:17:25.577Z Downloaded ciborium v0.2.2
5182024-08-29T01:17:25.580Z Downloaded opaque-debug v0.3.1
5192024-08-29T01:17:25.582Z Downloaded lru-cache v0.1.2
5202024-08-29T01:17:25.584Z Downloaded crossbeam-epoch v0.9.18
5212024-08-29T01:17:25.587Z Downloaded blake2 v0.10.6
5222024-08-29T01:17:25.589Z Downloaded darling v0.20.9
5232024-08-29T01:17:25.595Z Downloaded memoffset v0.9.1
5242024-08-29T01:17:25.598Z Downloaded csv-core v0.1.11
5252024-08-29T01:17:25.598Z Downloaded nibble_vec v0.1.0
5262024-08-29T01:17:25.600Z Downloaded num-integer v0.1.46
5272024-08-29T01:17:25.603Z Downloaded number_prefix v0.4.0
5282024-08-29T01:17:25.607Z Downloaded async-stream v0.3.5
5292024-08-29T01:17:25.607Z Downloaded assert_matches v1.5.0
5302024-08-29T01:17:25.610Z Downloaded num_enum v0.5.11
5312024-08-29T01:17:25.613Z Downloaded nanorand v0.7.0
5322024-08-29T01:17:25.616Z Downloaded kstat-rs v0.2.4
5332024-08-29T01:17:25.618Z Downloaded mockall v0.13.0
5342024-08-29T01:17:25.620Z Downloaded bitflags v1.3.2
5352024-08-29T01:17:25.623Z Downloaded instant v0.1.12
5362024-08-29T01:17:25.626Z Downloaded bitfield-struct v0.6.1
5372024-08-29T01:17:25.628Z Downloaded atomic-waker v1.1.2
5382024-08-29T01:17:25.628Z Downloaded async-recursion v1.1.1
5392024-08-29T01:17:25.632Z Downloaded arrayref v0.3.7
5402024-08-29T01:17:25.634Z Downloaded serde_plain v1.0.2
5412024-08-29T01:17:25.636Z Downloaded ascii v1.1.0
5422024-08-29T01:17:25.638Z Downloaded normalize-line-endings v0.3.0
5432024-08-29T01:17:25.641Z Downloaded compact_str v0.8.0
5442024-08-29T01:17:25.643Z Downloaded openssl-macros v0.1.1
5452024-08-29T01:17:25.645Z Downloaded ciborium-ll v0.2.2
5462024-08-29T01:17:25.645Z Downloaded castaway v0.2.3
5472024-08-29T01:17:25.647Z Downloaded num_threads v0.1.7
5482024-08-29T01:17:25.650Z Downloaded crossbeam-deque v0.8.5
5492024-08-29T01:17:25.652Z Downloaded instability v0.3.2
5502024-08-29T01:17:25.652Z Downloaded chacha20 v0.9.1
5512024-08-29T01:17:25.654Z Downloaded hyper-rustls v0.24.2
5522024-08-29T01:17:25.657Z Downloaded time-core v0.1.2
5532024-08-29T01:17:25.659Z Downloaded mime_guess v2.0.4
5542024-08-29T01:17:25.661Z Downloaded data-encoding v2.6.0
5552024-08-29T01:17:25.663Z Downloaded slog-envlogger v2.2.0
5562024-08-29T01:17:25.666Z Downloaded base64ct v1.6.0
5572024-08-29T01:17:25.668Z Downloaded aho-corasick v1.1.3
5582024-08-29T01:17:25.673Z Downloaded num-conv v0.1.0
5592024-08-29T01:17:25.675Z Downloaded openssl-probe v0.1.5
5602024-08-29T01:17:25.677Z Downloaded argon2 v0.5.3
5612024-08-29T01:17:25.682Z Downloaded constant_time_eq v0.3.0
5622024-08-29T01:17:25.682Z Downloaded lru v0.12.3
5632024-08-29T01:17:25.685Z Downloaded maybe-uninit v2.0.0
5642024-08-29T01:17:25.685Z Downloaded keccak v0.1.5
5652024-08-29T01:17:25.685Z Downloaded semver v0.1.20
5662024-08-29T01:17:25.687Z Downloaded linked-hash-map v0.5.6
5672024-08-29T01:17:25.687Z Downloaded mime v0.3.17
5682024-08-29T01:17:25.689Z Downloaded colored v2.1.0
5692024-08-29T01:17:25.692Z Downloaded num-iter v0.1.45
5702024-08-29T01:17:25.694Z Downloaded num v0.4.3
5712024-08-29T01:17:25.694Z Downloaded multimap v0.10.0
5722024-08-29T01:17:25.696Z Downloaded lazy_static v1.5.0
5732024-08-29T01:17:25.699Z Downloaded spin v0.5.2
5742024-08-29T01:17:25.699Z Downloaded shlex v1.3.0
5752024-08-29T01:17:25.701Z Downloaded topological-sort v0.2.2
5762024-08-29T01:17:25.703Z Downloaded num-derive v0.4.2
5772024-08-29T01:17:25.706Z Downloaded diesel_table_macro_syntax v0.2.0
5782024-08-29T01:17:25.706Z Downloaded cookie v0.17.0
5792024-08-29T01:17:25.708Z Downloaded unicode-xid v0.2.4
5802024-08-29T01:17:25.711Z Downloaded nu-ansi-term v0.50.0
5812024-08-29T01:17:25.713Z Downloaded thread_local v1.1.8
5822024-08-29T01:17:25.716Z Downloaded path-slash v0.1.5
5832024-08-29T01:17:25.716Z Downloaded waitgroup v0.1.2
5842024-08-29T01:17:25.718Z Downloaded maplit v1.0.2
5852024-08-29T01:17:25.720Z Downloaded curve25519-dalek-derive v0.1.1
5862024-08-29T01:17:25.720Z Downloaded unicode-truncate v1.0.0
5872024-08-29T01:17:25.722Z Downloaded toolchain_find v0.4.0
5882024-08-29T01:17:25.725Z Downloaded samael v0.0.15
5892024-08-29T01:17:25.729Z Downloaded precomputed-hash v0.1.1
5902024-08-29T01:17:25.731Z Downloaded oso-derive v0.27.3
5912024-08-29T01:17:25.731Z Downloaded snafu-derive v0.8.2
5922024-08-29T01:17:25.734Z Downloaded fd-lock v4.0.2
5932024-08-29T01:17:25.736Z Downloaded crossbeam-utils v0.8.19
5942024-08-29T01:17:25.739Z Downloaded universal-hash v0.5.1
5952024-08-29T01:17:25.741Z Downloaded hubpack_derive v0.1.1
5962024-08-29T01:17:25.741Z Downloaded tap v1.0.1
5972024-08-29T01:17:25.743Z Downloaded crypto-bigint v0.5.5
5982024-08-29T01:17:25.750Z Downloaded num_enum_derive v0.5.11
5992024-08-29T01:17:25.752Z Downloaded hostname v0.3.1
6002024-08-29T01:17:25.754Z Downloaded signal-hook-tokio v0.3.1
6012024-08-29T01:17:25.757Z Downloaded ppv-lite86 v0.2.17
6022024-08-29T01:17:25.757Z Downloaded home v0.5.9
6032024-08-29T01:17:25.760Z Downloaded ipnet v2.9.0
6042024-08-29T01:17:25.762Z Downloaded num-complex v0.4.6
6052024-08-29T01:17:25.765Z Downloaded take_mut v0.2.2
6062024-08-29T01:17:25.765Z Downloaded powerfmt v0.2.0
6072024-08-29T01:17:25.768Z Downloaded base64 v0.21.7
6082024-08-29T01:17:25.770Z Downloaded strum v0.26.3
6092024-08-29T01:17:25.773Z Downloaded socket2 v0.5.7
6102024-08-29T01:17:25.775Z Downloaded indexmap v1.9.3
6112024-08-29T01:17:25.778Z Downloaded float-ord v0.3.2
6122024-08-29T01:17:25.781Z Downloaded env_logger v0.10.2
6132024-08-29T01:17:25.783Z Downloaded hash32 v0.3.1
6142024-08-29T01:17:25.785Z Downloaded zone_cfg_derive v0.1.2
6152024-08-29T01:17:25.785Z Downloaded same-file v1.0.6
6162024-08-29T01:17:25.788Z Downloaded socket2 v0.4.10
6172024-08-29T01:17:25.791Z Downloaded getrandom v0.2.14
6182024-08-29T01:17:25.793Z Downloaded arc-swap v1.7.1
6192024-08-29T01:17:25.797Z Downloaded darling_core v0.20.9
6202024-08-29T01:17:25.802Z Downloaded postgres-types v0.2.7
6212024-08-29T01:17:25.805Z Downloaded static_assertions v1.1.0
6222024-08-29T01:17:25.807Z Downloaded rpassword v7.3.1
6232024-08-29T01:17:25.809Z Downloaded unarray v0.1.4
6242024-08-29T01:17:25.812Z Downloaded tui-tree-widget v0.22.0
6252024-08-29T01:17:25.814Z Downloaded rand_seeder v0.3.0
6262024-08-29T01:17:25.814Z Downloaded tabwriter v1.4.0
6272024-08-29T01:17:25.816Z Downloaded predicates v3.1.2
6282024-08-29T01:17:25.819Z Downloaded peg-runtime v0.8.3
6292024-08-29T01:17:25.821Z Downloaded dropshot_endpoint v0.10.1
6302024-08-29T01:17:25.821Z Downloaded pin-utils v0.1.0
6312024-08-29T01:17:25.823Z Downloaded slog-term v2.9.1
6322024-08-29T01:17:25.836Z Downloaded scheduled-thread-pool v0.2.7
6332024-08-29T01:17:25.844Z Downloaded termtree v0.4.1
6342024-08-29T01:17:25.844Z Downloaded heck v0.3.3
6352024-08-29T01:17:25.844Z Downloaded slog-scope v4.4.0
6362024-08-29T01:17:25.844Z Downloaded funty v2.0.0
6372024-08-29T01:17:25.848Z Downloaded futures-io v0.3.30
6382024-08-29T01:17:25.848Z Downloaded slog-json v2.6.1
6392024-08-29T01:17:25.848Z Downloaded signature v2.2.0
6402024-08-29T01:17:25.850Z Downloaded tls_codec v0.4.1
6412024-08-29T01:17:25.853Z Downloaded slog-stdlog v4.1.1
6422024-08-29T01:17:25.855Z Downloaded term v0.7.0
6432024-08-29T01:17:25.857Z Downloaded peg v0.8.4
6442024-08-29T01:17:25.862Z Downloaded filetime v0.2.24
6452024-08-29T01:17:25.864Z Downloaded derive_more v0.99.18
6462024-08-29T01:17:25.869Z Downloaded crossterm v0.27.0
6472024-08-29T01:17:25.877Z Downloaded foreign-types-shared v0.1.1
6482024-08-29T01:17:25.879Z Downloaded portpicker v0.1.1
6492024-08-29T01:17:25.882Z Downloaded flagset v0.4.5
6502024-08-29T01:17:25.882Z Downloaded subtle v2.5.0
6512024-08-29T01:17:25.884Z Downloaded difflib v0.4.0
6522024-08-29T01:17:25.884Z Downloaded pin-project-lite v0.2.14
6532024-08-29T01:17:25.890Z Downloaded owo-colors v4.0.0
6542024-08-29T01:17:25.894Z Downloaded proc-macro-crate v1.3.1
6552024-08-29T01:17:25.896Z Downloaded pem v3.0.4
6562024-08-29T01:17:25.896Z Downloaded dirs-next v2.0.0
6572024-08-29T01:17:25.899Z Downloaded hostname v0.4.0
6582024-08-29T01:17:25.901Z Downloaded group v0.13.0
6592024-08-29T01:17:25.903Z Downloaded globset v0.4.14
6602024-08-29T01:17:25.903Z Downloaded tls_codec_derive v0.4.1
6612024-08-29T01:17:25.906Z Downloaded serde_derive_internals v0.29.1
6622024-08-29T01:17:25.908Z Downloaded const_format v0.2.32
6632024-08-29T01:17:25.912Z Downloaded tower-service v0.3.2
6642024-08-29T01:17:25.915Z Downloaded foreign-types v0.3.2
6652024-08-29T01:17:25.917Z Downloaded fxhash v0.2.1
6662024-08-29T01:17:25.917Z Downloaded httpdate v1.0.3
6672024-08-29T01:17:25.917Z Downloaded ff v0.13.0
6682024-08-29T01:17:25.920Z Downloaded rustc_version v0.1.7
6692024-08-29T01:17:25.922Z Downloaded smallvec v1.13.2
6702024-08-29T01:17:25.924Z Downloaded tokio-macros v2.4.0
6712024-08-29T01:17:25.924Z Downloaded vergen v8.3.2
6722024-08-29T01:17:25.927Z Downloaded rustls-pki-types v1.7.0
6732024-08-29T01:17:25.930Z Downloaded futures v0.3.30
6742024-08-29T01:17:25.935Z Downloaded base64 v0.22.1
6752024-08-29T01:17:25.940Z Downloaded slog-bunyan v2.5.0
6762024-08-29T01:17:25.943Z Downloaded slog-async v2.8.0
6772024-08-29T01:17:25.945Z Downloaded dirs-sys-next v0.1.2
6782024-08-29T01:17:25.947Z Downloaded serde-big-array v0.5.1
6792024-08-29T01:17:25.947Z Downloaded pkcs5 v0.7.1
6802024-08-29T01:17:25.952Z Downloaded float-cmp v0.9.0
6812024-08-29T01:17:25.955Z Downloaded strum_macros v0.24.3
6822024-08-29T01:17:25.957Z Downloaded structmeta-derive v0.3.0
6832024-08-29T01:17:25.957Z Downloaded rustfmt-wrapper v0.2.1
6842024-08-29T01:17:25.960Z Downloaded foreign-types-shared v0.3.1
6852024-08-29T01:17:25.962Z Downloaded tinyvec_macros v0.1.1
6862024-08-29T01:17:25.962Z Downloaded parse-size v1.0.0
6872024-08-29T01:17:25.962Z Downloaded spin v0.9.8
6882024-08-29T01:17:25.965Z Downloaded highway v1.2.0
6892024-08-29T01:17:25.967Z Downloaded futures-sink v0.3.30
6902024-08-29T01:17:25.969Z Downloaded zone v0.1.8
6912024-08-29T01:17:25.969Z Downloaded smf v0.2.3
6922024-08-29T01:17:25.971Z Downloaded phf v0.11.2
6932024-08-29T01:17:25.974Z Downloaded toml_edit v0.19.15
6942024-08-29T01:17:25.991Z Downloaded serde_arrays v0.1.0
6952024-08-29T01:17:25.993Z Downloaded http-range v0.1.5
6962024-08-29T01:17:25.996Z Downloaded sha1 v0.10.6
6972024-08-29T01:17:25.996Z Downloaded r2d2 v0.8.10
6982024-08-29T01:17:25.998Z Downloaded untrusted v0.7.1
6992024-08-29T01:17:26.001Z Downloaded rustls-pemfile v2.1.3
7002024-08-29T01:17:26.005Z Downloaded prettyplease v0.2.20
7012024-08-29T01:17:26.008Z Downloaded serde_with_macros v3.9.0
7022024-08-29T01:17:26.008Z Downloaded time-macros v0.2.18
7032024-08-29T01:17:26.010Z Downloaded pkcs8 v0.10.2
7042024-08-29T01:17:26.013Z Downloaded env_logger v0.9.3
7052024-08-29T01:17:26.016Z Downloaded futures-task v0.3.30
7062024-08-29T01:17:26.018Z Downloaded foreign-types v0.5.0
7072024-08-29T01:17:26.021Z Downloaded mio v1.0.2
7082024-08-29T01:17:26.025Z Downloaded untrusted v0.9.0
7092024-08-29T01:17:26.027Z Downloaded secrecy v0.8.0
7102024-08-29T01:17:26.030Z Downloaded supports-color v3.0.0
7112024-08-29T01:17:26.033Z Downloaded rusty-fork v0.3.0
7122024-08-29T01:17:26.033Z Downloaded parking_lot v0.12.2
7132024-08-29T01:17:26.035Z Downloaded resolv-conf v0.7.0
7142024-08-29T01:17:26.038Z Downloaded paste v1.0.15
7152024-08-29T01:17:26.041Z Downloaded parse-display-derive v0.10.0
7162024-08-29T01:17:26.044Z Downloaded structmeta-derive v0.2.0
7172024-08-29T01:17:26.047Z Downloaded password-hash v0.5.0
7182024-08-29T01:17:26.047Z Downloaded smallvec v0.6.14
7192024-08-29T01:17:26.049Z Downloaded slog-dtrace v0.3.0
7202024-08-29T01:17:26.052Z Downloaded utf-8 v0.7.6
7212024-08-29T01:17:26.052Z Downloaded slog v2.7.0
7222024-08-29T01:17:26.055Z Downloaded steno v0.4.1
7232024-08-29T01:17:26.059Z Downloaded vte_generate_state_changes v0.1.1
7242024-08-29T01:17:26.062Z Downloaded packed_struct_codegen v0.10.1
7252024-08-29T01:17:26.064Z Downloaded twox-hash v1.6.3
7262024-08-29T01:17:26.066Z Downloaded http-body v0.4.6
7272024-08-29T01:17:26.066Z Downloaded libm v0.2.8
7282024-08-29T01:17:26.075Z Downloaded parking_lot_core v0.9.10
7292024-08-29T01:17:26.080Z Downloaded downcast v0.11.0
7302024-08-29T01:17:26.082Z Downloaded getopts v0.2.21
7312024-08-29T01:17:26.082Z Downloaded gethostname v0.5.0
7322024-08-29T01:17:26.082Z Downloaded fragile v2.0.0
7332024-08-29T01:17:26.085Z Downloaded parking_lot_core v0.8.6
7342024-08-29T01:17:26.087Z Downloaded pem-rfc7468 v0.7.0
7352024-08-29T01:17:26.089Z Downloaded uzers v0.11.3
7362024-08-29T01:17:26.092Z Downloaded derive_builder v0.20.0
7372024-08-29T01:17:26.096Z Downloaded derive_builder_core v0.20.0
7382024-08-29T01:17:26.098Z Downloaded endian-type v0.1.2
7392024-08-29T01:17:26.101Z Downloaded futures-core v0.3.30
7402024-08-29T01:17:26.101Z Downloaded test-strategy v0.3.1
7412024-08-29T01:17:26.104Z Downloaded wait-timeout v0.2.0
7422024-08-29T01:17:26.107Z Downloaded try-lock v0.2.5
7432024-08-29T01:17:26.109Z Downloaded httparse v1.8.0
7442024-08-29T01:17:26.111Z Downloaded serde_repr v0.1.19
7452024-08-29T01:17:26.114Z Downloaded sec1 v0.7.3
7462024-08-29T01:17:26.117Z Downloaded string_cache v0.8.7
7472024-08-29T01:17:26.118Z Downloaded either v1.13.0
7482024-08-29T01:17:26.120Z Downloaded schemars_derive v0.8.21
7492024-08-29T01:17:26.120Z Downloaded spki v0.7.3
7502024-08-29T01:17:26.123Z Downloaded dyn-clone v1.0.17
7512024-08-29T01:17:26.123Z Downloaded dsl_auto_type v0.1.2
7522024-08-29T01:17:26.126Z Downloaded packed_struct v0.10.1
7532024-08-29T01:17:26.129Z Downloaded predicates-core v1.0.6
7542024-08-29T01:17:26.129Z Downloaded xattr v1.3.1
7552024-08-29T01:17:26.131Z Downloaded rtoolbox v0.0.2
7562024-08-29T01:17:26.131Z Downloaded blake3 v1.5.1
7572024-08-29T01:17:26.140Z Downloaded radium v0.7.0
7582024-08-29T01:17:26.142Z Downloaded sync_wrapper v0.1.2
7592024-08-29T01:17:26.142Z Downloaded derive_builder_macro v0.20.0
7602024-08-29T01:17:26.145Z Downloaded nom v7.1.3
7612024-08-29T01:17:26.149Z Downloaded structmeta v0.2.0
7622024-08-29T01:17:26.151Z Downloaded psl-types v2.0.11
7632024-08-29T01:17:26.151Z Downloaded erased-serde v0.3.31
7642024-08-29T01:17:26.154Z Downloaded strip-ansi-escapes v0.2.0
7652024-08-29T01:17:26.156Z Downloaded vsss-rs v3.3.4
7662024-08-29T01:17:26.158Z Downloaded zeroize_derive v1.4.2
7672024-08-29T01:17:26.160Z Downloaded time v0.3.36
7682024-08-29T01:17:26.167Z Downloaded rsa v0.9.6
7692024-08-29T01:17:26.172Z Downloaded headers-core v0.2.0
7702024-08-29T01:17:26.175Z Downloaded tokio-rustls v0.25.0
7712024-08-29T01:17:26.177Z Downloaded signal-hook-mio v0.2.4
7722024-08-29T01:17:26.177Z Downloaded phf_shared v0.10.0
7732024-08-29T01:17:26.179Z Downloaded scrypt v0.11.0
7742024-08-29T01:17:26.179Z Downloaded ron v0.8.1
7752024-08-29T01:17:26.185Z Downloaded rayon-core v1.12.1
7762024-08-29T01:17:26.189Z Downloaded pretty-hex v0.2.1
7772024-08-29T01:17:26.191Z Downloaded serde_yaml v0.9.34+deprecated
7782024-08-29T01:17:26.194Z Downloaded predicates-tree v1.0.9
7792024-08-29T01:17:26.197Z Downloaded num-bigint-dig v0.8.4
7802024-08-29T01:17:26.201Z Downloaded embedded-io v0.4.0
7812024-08-29T01:17:26.203Z Downloaded quick-error v1.2.3
7822024-08-29T01:17:26.206Z Downloaded glob v0.3.1
7832024-08-29T01:17:26.208Z Downloaded phf_shared v0.11.2
7842024-08-29T01:17:26.208Z Downloaded sigpipe v0.1.3
7852024-08-29T01:17:26.208Z Downloaded der v0.7.9
7862024-08-29T01:17:26.214Z Downloaded hashbrown v0.13.2
7872024-08-29T01:17:26.219Z Downloaded hex v0.4.3
7882024-08-29T01:17:26.221Z Downloaded tiny-keccak v2.0.2
7892024-08-29T01:17:26.223Z Downloaded siphasher v0.3.11
7902024-08-29T01:17:26.226Z Downloaded peg-macros v0.8.4
7912024-08-29T01:17:26.228Z Downloaded uuid v1.10.0
7922024-08-29T01:17:26.230Z Downloaded fallible-streaming-iterator v0.1.9
7932024-08-29T01:17:26.232Z Downloaded fallible-iterator v0.3.0
7942024-08-29T01:17:26.235Z Downloaded fallible-iterator v0.2.0
7952024-08-29T01:17:26.235Z Downloaded termcolor v1.4.1
7962024-08-29T01:17:26.237Z Downloaded sqlformat v0.2.4
7972024-08-29T01:17:26.237Z Downloaded tokio-stream v0.1.15
7982024-08-29T01:17:26.242Z Downloaded sct v0.7.1
7992024-08-29T01:17:26.245Z Downloaded signal-hook-registry v1.4.2
8002024-08-29T01:17:26.248Z Downloaded termios v0.3.3
8012024-08-29T01:17:26.250Z Downloaded structmeta v0.3.0
8022024-08-29T01:17:26.250Z Downloaded percent-encoding v2.3.1
8032024-08-29T01:17:26.252Z Downloaded ref-cast-impl v1.0.23
8042024-08-29T01:17:26.252Z Downloaded vte v0.11.1
8052024-08-29T01:17:26.255Z Downloaded tungstenite v0.21.0
8062024-08-29T01:17:26.257Z Downloaded tokio-native-tls v0.3.1
8072024-08-29T01:17:26.260Z Downloaded ref-cast v1.0.23
8082024-08-29T01:17:26.263Z Downloaded tungstenite v0.23.0
8092024-08-29T01:17:26.266Z Downloaded strum_macros v0.25.3
8102024-08-29T01:17:26.268Z Downloaded pin-project v1.1.5
8112024-08-29T01:17:26.280Z Downloaded yasna v0.5.2
8122024-08-29T01:17:26.282Z Downloaded diff v0.1.13
8132024-08-29T01:17:26.285Z Downloaded postgres-protocol v0.6.7
8142024-08-29T01:17:26.288Z Downloaded poly1305 v0.8.0
8152024-08-29T01:17:26.290Z Downloaded openssl-sys v0.9.103
8162024-08-29T01:17:26.296Z Downloaded form_urlencoded v1.2.1
8172024-08-29T01:17:26.298Z Downloaded tokio-tungstenite v0.23.1
8182024-08-29T01:17:26.300Z Downloaded hickory-client v0.24.1
8192024-08-29T01:17:26.303Z Downloaded tracing-core v0.1.32
8202024-08-29T01:17:26.305Z Downloaded schemars v0.8.21
8212024-08-29T01:17:26.318Z Downloaded stable_deref_trait v1.2.0
8222024-08-29T01:17:26.320Z Downloaded x509-cert v0.2.5
8232024-08-29T01:17:26.325Z Downloaded bitvec v1.0.1
8242024-08-29T01:17:26.340Z Downloaded tokio-tungstenite v0.20.1
8252024-08-29T01:17:26.343Z Downloaded tracing-attributes v0.1.27
8262024-08-29T01:17:26.345Z Downloaded zip v0.6.6
8272024-08-29T01:17:26.349Z Downloaded http v1.1.0
8282024-08-29T01:17:26.354Z Downloaded similar v2.6.0
8292024-08-29T01:17:26.359Z Downloaded elliptic-curve v0.13.8
8302024-08-29T01:17:26.363Z Downloaded tough v0.17.1
8312024-08-29T01:17:26.371Z Downloaded unicode-normalization v0.1.23
8322024-08-29T01:17:26.375Z Downloaded rustls-webpki v0.101.7
8332024-08-29T01:17:26.391Z Downloaded chrono v0.4.38
8342024-08-29T01:17:26.398Z Downloaded tracing v0.1.40
8352024-08-29T01:17:26.404Z Downloaded hyper v0.14.30
8362024-08-29T01:17:26.412Z Downloaded ron v0.7.1
8372024-08-29T01:17:26.417Z Downloaded headers v0.3.9
8382024-08-29T01:17:26.423Z Downloaded expectorate v1.1.0
8392024-08-29T01:17:26.425Z Downloaded heapless v0.8.0
8402024-08-29T01:17:26.429Z Downloaded serde_with v3.9.0
8412024-08-29T01:17:26.438Z Downloaded bindgen v0.69.4
8422024-08-29T01:17:26.446Z Downloaded itertools v0.13.0
8432024-08-29T01:17:26.453Z Downloaded hkdf v0.12.4
8442024-08-29T01:17:26.456Z Downloaded rustyline v14.0.0
8452024-08-29T01:17:26.462Z Downloaded curve25519-dalek v4.1.3
8462024-08-29T01:17:26.471Z Downloaded regex v1.10.6
8472024-08-29T01:17:26.485Z Downloaded quick-xml v0.31.0
8482024-08-29T01:17:26.492Z Downloaded http v0.2.12
8492024-08-29T01:17:26.496Z Downloaded rustls-webpki v0.102.4
8502024-08-29T01:17:26.514Z Downloaded rusqlite v0.31.0
8512024-08-29T01:17:26.521Z Downloaded h2 v0.3.26
8522024-08-29T01:17:26.528Z Downloaded proptest v1.5.0
8532024-08-29T01:17:26.538Z Downloaded reedline v0.33.0
8542024-08-29T01:17:26.546Z Downloaded git2 v0.19.0
8552024-08-29T01:17:26.555Z Downloaded sqlparser v0.45.0
8562024-08-29T01:17:26.561Z Downloaded lalrpop v0.19.12
8572024-08-29T01:17:26.573Z Downloaded futures-util v0.3.30
8582024-08-29T01:17:26.585Z Downloaded rustls v0.21.12
8592024-08-29T01:17:26.597Z Downloaded rayon v1.10.0
8602024-08-29T01:17:26.606Z Downloaded portable-atomic v1.6.0
8612024-08-29T01:17:26.613Z Downloaded gimli v0.28.1
8622024-08-29T01:17:26.622Z Downloaded polar-core v0.27.3
8632024-08-29T01:17:26.649Z Downloaded nix v0.28.0
8642024-08-29T01:17:26.664Z Downloaded webpki-roots v0.25.4
8652024-08-29T01:17:26.669Z Downloaded object v0.32.2
8662024-08-29T01:17:26.683Z Downloaded nix v0.27.1
8672024-08-29T01:17:26.694Z Downloaded diesel v2.2.3
8682024-08-29T01:17:26.715Z Downloaded radix_trie v0.2.1
8692024-08-29T01:17:26.720Z Downloaded hickory-proto v0.24.1
8702024-08-29T01:17:26.739Z Downloaded zerocopy-derive v0.6.6
8712024-08-29T01:17:26.749Z Downloaded sled v0.34.7
8722024-08-29T01:17:26.760Z Downloaded regex-automata v0.4.6
8732024-08-29T01:17:26.778Z Downloaded bzip2-sys v0.1.11+1.0.8
8742024-08-29T01:17:26.792Z Downloaded regress v0.9.1
8752024-08-29T01:17:26.800Z Downloaded petgraph v0.6.5
8762024-08-29T01:17:26.818Z Downloaded openapiv3 v2.0.0
8772024-08-29T01:17:26.830Z Downloaded regex-syntax v0.8.4
8782024-08-29T01:17:26.838Z Downloaded csv v1.3.0
8792024-08-29T01:17:26.860Z Downloaded rustls v0.22.4
8802024-08-29T01:17:26.880Z Downloaded ratatui v0.28.0
8812024-08-29T01:17:26.905Z Downloaded bstr v1.9.1
8822024-08-29T01:17:26.915Z Downloaded smoltcp v0.9.1
8832024-08-29T01:17:26.927Z Downloaded encoding_rs v0.8.34
8842024-08-29T01:17:26.950Z Downloaded smoltcp v0.11.0
8852024-08-29T01:17:26.962Z Downloaded finl_unicode v1.2.0
8862024-08-29T01:17:26.976Z Downloaded idna v0.5.0
8872024-08-29T01:17:26.984Z Downloaded openssl v0.10.66
8882024-08-29T01:17:26.997Z Downloaded object v0.30.4
8892024-08-29T01:17:27.008Z Downloaded tokio v1.39.3
8902024-08-29T01:17:27.047Z Downloaded idna v0.3.0
8912024-08-29T01:17:27.053Z Downloaded regex-syntax v0.6.29
8922024-08-29T01:17:27.062Z Downloaded reqwest v0.11.27
8932024-08-29T01:17:27.070Z Downloaded sha3 v0.10.8
8942024-08-29T01:17:27.075Z Downloaded dropshot v0.10.1
8952024-08-29T01:17:27.088Z Downloaded vcpkg v0.2.15
8962024-08-29T01:17:27.128Z Downloaded tinyvec v1.6.0
8972024-08-29T01:17:27.131Z Downloaded heapless v0.7.17
8982024-08-29T01:17:27.134Z Downloaded url v2.5.2
8992024-08-29T01:17:27.138Z Downloaded publicsuffix v2.2.3
9002024-08-29T01:17:27.141Z Downloaded zeroize v1.7.0
9012024-08-29T01:17:27.143Z Downloaded flate2 v1.0.31
9022024-08-29T01:17:27.149Z Downloaded winnow v0.5.40
9032024-08-29T01:17:27.158Z Downloaded ring v0.17.8
9042024-08-29T01:17:27.232Z Downloaded itertools v0.12.1
9052024-08-29T01:17:27.240Z Downloaded hickory-resolver v0.24.1
9062024-08-29T01:17:27.246Z Downloaded hickory-server v0.24.1
9072024-08-29T01:17:27.251Z Downloaded strum_macros v0.26.4
9082024-08-29T01:17:27.255Z Downloaded half v2.4.1
9092024-08-29T01:17:27.257Z Downloaded rustc_version v0.4.0
9102024-08-29T01:17:27.260Z Downloaded stringprep v0.1.4
9112024-08-29T01:17:27.262Z Downloaded hashbrown v0.12.3
9122024-08-29T01:17:27.265Z Downloaded idna v0.4.0
9132024-08-29T01:17:27.274Z Downloaded signal-hook v0.3.17
9142024-08-29T01:17:27.277Z Downloaded tokio-postgres v0.7.11
9152024-08-29T01:17:27.283Z Downloaded rcgen v0.12.1
9162024-08-29T01:17:27.286Z Downloaded tokio-tungstenite v0.21.0
9172024-08-29T01:17:27.289Z Downloaded sqlparser_derive v0.2.2
9182024-08-29T01:17:27.292Z Downloaded pkg-config v0.3.30
9192024-08-29T01:17:27.292Z Downloaded walkdir v2.5.0
9202024-08-29T01:17:27.294Z Downloaded itertools v0.10.5
9212024-08-29T01:17:27.299Z Downloaded unicode-segmentation v1.11.0
9222024-08-29T01:17:27.303Z Downloaded tokio-util v0.7.11
9232024-08-29T01:17:27.311Z Downloaded hash32 v0.2.1
9242024-08-29T01:17:27.313Z Downloaded unicode-bidi v0.3.15
9252024-08-29T01:17:27.316Z Downloaded mio v0.8.11
9262024-08-29T01:17:27.321Z Downloaded rustc-demangle v0.1.24
9272024-08-29T01:17:27.325Z Downloaded derive-where v1.2.7
9282024-08-29T01:17:27.327Z Downloaded salsa20 v0.10.2
9292024-08-29T01:17:27.330Z Downloaded rustc-hash v1.1.0
9302024-08-29T01:17:27.330Z Downloaded display-error-chain v0.2.0
9312024-08-29T01:17:27.333Z Downloaded futures-macro v0.3.30
9322024-08-29T01:17:27.333Z Downloaded futures-executor v0.3.30
9332024-08-29T01:17:27.335Z Downloaded libxml v0.3.3
9342024-08-29T01:17:27.340Z Downloaded parking_lot v0.11.2
9352024-08-29T01:17:27.343Z Downloaded rand v0.8.5
9362024-08-29T01:17:27.347Z Downloaded unsafe-libyaml v0.2.11
9372024-08-29T01:17:27.351Z Downloaded typed-path v0.7.1
9382024-08-29T01:17:27.357Z Downloaded futures-channel v0.3.30
9392024-08-29T01:17:27.360Z Downloaded crossterm v0.28.1
9402024-08-29T01:17:27.367Z Downloaded hmac v0.12.1
9412024-08-29T01:17:27.370Z Downloaded which v4.4.2
9422024-08-29T01:17:27.375Z Downloaded minimal-lexical v0.2.1
9432024-08-29T01:17:27.379Z Downloaded tungstenite v0.20.1
9442024-08-29T01:17:27.381Z Downloaded postcard v1.0.8
9452024-08-29T01:17:27.384Z Downloaded parse-display v0.10.0
9462024-08-29T01:17:27.384Z Downloaded der_derive v0.7.2
9472024-08-29T01:17:27.387Z Downloaded foreign-types-macros v0.2.3
9482024-08-29T01:17:27.387Z Downloaded serde-hex v0.1.0
9492024-08-29T01:17:27.390Z Downloaded pkcs1 v0.7.5
9502024-08-29T01:17:27.392Z Downloaded oso v0.27.3
9512024-08-29T01:17:27.395Z Downloaded subprocess v0.2.9
9522024-08-29T01:17:27.398Z Downloaded omicron-zone-package v0.11.0
9532024-08-29T01:17:27.402Z Downloaded pin-project-internal v1.1.5
9542024-08-29T01:17:27.406Z Downloaded aes v0.8.4
9552024-08-29T01:17:27.408Z Downloaded thiserror-no-std v2.0.2
9562024-08-29T01:17:27.411Z Downloaded thiserror-impl-no-std v2.0.2
9572024-08-29T01:17:27.413Z Downloaded rustls-pemfile v1.0.4
9582024-08-29T01:17:27.416Z Downloaded unicode_categories v0.1.1
9592024-08-29T01:17:27.419Z Downloaded rand_xorshift v0.3.0
9602024-08-29T01:17:27.419Z Downloaded rand_core v0.6.4
9612024-08-29T01:17:27.421Z Downloaded hashlink v0.9.1
9622024-08-29T01:17:27.421Z Downloaded flume v0.11.0
9632024-08-29T01:17:27.426Z Downloaded diesel_derives v2.2.2
9642024-08-29T01:17:27.430Z Downloaded libgit2-sys v0.17.0+1.8.1
9652024-08-29T01:17:27.495Z Downloaded miniz_oxide v0.7.2
9662024-08-29T01:17:27.498Z Downloaded fixedbitset v0.4.2
9672024-08-29T01:17:27.501Z Downloaded enum-as-inner v0.6.0
9682024-08-29T01:17:27.503Z Downloaded want v0.3.1
9692024-08-29T01:17:27.503Z Downloaded serde_urlencoded v0.7.1
9702024-08-29T01:17:27.506Z Downloaded rustversion v1.0.17
9712024-08-29T01:17:27.508Z Downloaded rand_chacha v0.3.1
9722024-08-29T01:17:27.508Z Downloaded defmt-parser v0.3.4
9732024-08-29T01:17:27.508Z Downloaded wyz v0.5.1
9742024-08-29T01:17:27.511Z Downloaded unicase v2.7.0
9752024-08-29T01:17:27.511Z Downloaded fatfs v0.3.6
9762024-08-29T01:17:27.517Z Downloaded snafu v0.8.2
9772024-08-29T01:17:27.520Z Downloaded num-traits v0.2.19
9782024-08-29T01:17:27.525Z Downloaded mockall_derive v0.13.0
9792024-08-29T01:17:27.528Z Downloaded memmap2 v0.9.4
9802024-08-29T01:17:27.528Z Downloaded indicatif v0.17.8
9812024-08-29T01:17:27.531Z Downloaded pbkdf2 v0.12.2
9822024-08-29T01:17:27.534Z Downloaded zerocopy v0.6.6
9832024-08-29T01:17:27.537Z Downloaded toml v0.7.8
9842024-08-29T01:17:27.539Z Downloaded const-oid v0.9.6
9852024-08-29T01:17:27.542Z Downloaded num-rational v0.4.2
9862024-08-29T01:17:27.544Z Downloaded tar v0.4.41
9872024-08-29T01:17:27.547Z Downloaded bytes v1.7.1
9882024-08-29T01:17:27.550Z Downloaded ena v0.14.3
9892024-08-29T01:17:27.553Z Downloaded deranged v0.3.11
9902024-08-29T01:17:27.555Z Downloaded tokio-rustls v0.24.1
9912024-08-29T01:17:27.555Z Downloaded slab v0.4.9
9922024-08-29T01:17:27.558Z Downloaded native-tls v0.2.11
9932024-08-29T01:17:27.560Z Downloaded multer v3.1.0
9942024-08-29T01:17:27.562Z Downloaded lock_api v0.4.12
9952024-08-29T01:17:27.564Z Downloaded libloading v0.8.3
9962024-08-29T01:17:27.567Z Downloaded managed v0.8.0
9972024-08-29T01:17:27.570Z Downloaded libsw v3.3.1
9982024-08-29T01:17:27.570Z Downloaded crc-any v2.5.0
9992024-08-29T01:17:27.572Z Downloaded clang-sys v1.7.0
10002024-08-29T01:17:27.576Z Downloaded whoami v1.5.1
10012024-08-29T01:17:27.578Z Downloaded olpc-cjson v0.1.3
10022024-08-29T01:17:27.578Z Downloaded cookie v0.18.1
10032024-08-29T01:17:27.581Z Downloaded crossbeam-channel v0.5.12
10042024-08-29T01:17:27.585Z Downloaded cancel-safe-futures v0.1.5
10052024-08-29T01:17:27.588Z Downloaded allocator-api2 v0.2.18
10062024-08-29T01:17:27.592Z Downloaded crc32fast v1.4.0
10072024-08-29T01:17:27.595Z Downloaded is_ci v1.2.0
10082024-08-29T01:17:27.595Z Downloaded shell-words v1.1.0
10092024-08-29T01:17:27.595Z Downloaded scopeguard v1.2.0
10102024-08-29T01:17:27.598Z Downloaded libefi-sys v0.1.0
10112024-08-29T01:17:27.598Z Downloaded is-terminal v0.4.12
10122024-08-29T01:17:27.600Z Downloaded cookie_store v0.20.0
10132024-08-29T01:17:27.602Z Downloaded inout v0.1.3
10142024-08-29T01:17:27.602Z Downloaded indoc v1.0.9
10152024-08-29T01:17:27.605Z Downloaded array-init v0.0.4
10162024-08-29T01:17:27.608Z Downloaded cc v1.0.97
10172024-08-29T01:17:27.612Z Downloaded chacha20poly1305 v0.10.1
10182024-08-29T01:17:27.614Z Downloaded defmt v0.3.8
10192024-08-29T01:17:27.614Z Downloaded crc-catalog v2.4.0
10202024-08-29T01:17:27.618Z Downloaded jobserver v0.1.32
10212024-08-29T01:17:27.623Z Downloaded ipnetwork v0.20.0
10222024-08-29T01:17:27.623Z Downloaded iana-time-zone v0.1.60
10232024-08-29T01:17:27.627Z Downloaded bit-vec v0.6.3
10242024-08-29T01:17:27.627Z Downloaded backtrace v0.3.71
10252024-08-29T01:17:27.629Z Downloaded cexpr v0.6.0
10262024-08-29T01:17:27.632Z Downloaded nodrop v0.1.14
10272024-08-29T01:17:27.632Z Downloaded newtype_derive v0.1.6
10282024-08-29T01:17:27.634Z Downloaded base64 v0.13.1
10292024-08-29T01:17:27.637Z Downloaded serde_path_to_error v0.1.16
10302024-08-29T01:17:27.637Z Downloaded newline-converter v0.3.0
10312024-08-29T01:17:27.640Z Downloaded base16ct v0.2.0
10322024-08-29T01:17:27.640Z Downloaded ahash v0.8.11
10332024-08-29T01:17:27.642Z Downloaded linear-map v1.2.0
10342024-08-29T01:17:27.645Z Downloaded lalrpop-util v0.19.12
10352024-08-29T01:17:27.645Z Downloaded indent_write v2.2.0
10362024-08-29T01:17:27.648Z Downloaded crunchy v0.2.2
10372024-08-29T01:17:27.648Z Downloaded md-5 v0.10.6
10382024-08-29T01:17:27.651Z Downloaded newtype-uuid v1.1.0
10392024-08-29T01:17:27.651Z Downloaded lazycell v1.3.0
10402024-08-29T01:17:27.651Z Downloaded hyper-staticfile v0.9.5
10412024-08-29T01:17:27.654Z Downloaded crc v3.2.1
10422024-08-29T01:17:27.656Z Downloaded impl-trait-for-tuples v0.2.2
10432024-08-29T01:17:27.659Z Downloaded humantime v2.1.0
10442024-08-29T01:17:27.661Z Downloaded addr2line v0.21.0
10452024-08-29T01:17:27.664Z Downloaded async-stream-impl v0.3.5
10462024-08-29T01:17:27.664Z Downloaded const_format_proc_macros v0.2.32
10472024-08-29T01:17:27.667Z Downloaded atty v0.2.14
10482024-08-29T01:17:27.669Z Downloaded async-bb8-diesel v0.2.1
10492024-08-29T01:17:27.669Z Downloaded arrayvec v0.7.4
10502024-08-29T01:17:27.672Z Downloaded cbc v0.1.2
10512024-08-29T01:17:27.674Z Downloaded bzip2 v0.4.4
10522024-08-29T01:17:27.675Z Downloaded adler v1.0.2
10532024-08-29T01:17:27.677Z Downloaded async-trait v0.1.81
10542024-08-29T01:17:27.679Z Downloaded bcs v0.1.6
10552024-08-29T01:17:27.682Z Downloaded cobs v0.2.3
10562024-08-29T01:17:27.685Z Downloaded block-padding v0.3.3
10572024-08-29T01:17:27.685Z Downloaded bitfield v0.14.0
10582024-08-29T01:17:27.685Z Downloaded bb8 v0.8.5
10592024-08-29T01:17:27.986Z Downloaded libz-sys v1.1.16
10602024-08-29T01:17:28.198Z Downloaded libsqlite3-sys v0.28.0
10612024-08-29T01:17:28.278Z Downloaded ring v0.16.20
10622024-08-29T01:17:28.452Z Compiling serde v1.0.208
10632024-08-29T01:17:28.455Z Compiling typenum v1.17.0
10642024-08-29T01:17:28.455Z Compiling lock_api v0.4.12
10652024-08-29T01:17:28.455Z Compiling generic-array v0.14.7
10662024-08-29T01:17:28.455Z Compiling scopeguard v1.2.0
10672024-08-29T01:17:28.595Z Compiling log v0.4.21
10682024-08-29T01:17:28.621Z Compiling syn v2.0.74
10692024-08-29T01:17:28.625Z Compiling getrandom v0.2.14
10702024-08-29T01:17:28.761Z Compiling jobserver v0.1.32
10712024-08-29T01:17:28.986Z Compiling rand_core v0.6.4
10722024-08-29T01:17:29.074Z Compiling subtle v2.5.0
10732024-08-29T01:17:29.161Z Compiling cc v1.0.97
10742024-08-29T01:17:29.179Z Compiling const-oid v0.9.6
10752024-08-29T01:17:29.437Z Compiling smallvec v1.13.2
10762024-08-29T01:17:29.496Z Compiling pin-project-lite v0.2.14
10772024-08-29T01:17:29.521Z Compiling parking_lot_core v0.9.10
10782024-08-29T01:17:29.616Z Compiling signal-hook-registry v1.4.2
10792024-08-29T01:17:29.666Z Compiling spin v0.9.8
10802024-08-29T01:17:29.860Z Compiling mio v1.0.2
10812024-08-29T01:17:30.104Z Compiling ahash v0.8.11
10822024-08-29T01:17:30.437Z Compiling parking_lot v0.12.2
10832024-08-29T01:17:30.460Z Compiling tinyvec_macros v0.1.1
10842024-08-29T01:17:30.556Z Compiling tinyvec v1.6.0
10852024-08-29T01:17:30.742Z Compiling socket2 v0.5.7
10862024-08-29T01:17:31.140Z Compiling serde_json v1.0.125
10872024-08-29T01:17:31.199Z Compiling futures-core v0.3.30
10882024-08-29T01:17:31.331Z Compiling futures-sink v0.3.30
10892024-08-29T01:17:31.411Z Compiling cpufeatures v0.2.12
10902024-08-29T01:17:31.428Z Compiling libm v0.2.8
10912024-08-29T01:17:31.500Z Compiling num-traits v0.2.19
10922024-08-29T01:17:31.517Z Compiling slab v0.4.9
10932024-08-29T01:17:31.534Z Compiling allocator-api2 v0.2.18
10942024-08-29T01:17:31.763Z Compiling unicode-bidi v0.3.15
10952024-08-29T01:17:32.129Z Compiling unicode-normalization v0.1.23
10962024-08-29T01:17:32.148Z Compiling futures-channel v0.3.30
10972024-08-29T01:17:32.371Z Compiling pkg-config v0.3.30
10982024-08-29T01:17:32.479Z Compiling vcpkg v0.2.15
10992024-08-29T01:17:32.610Z Compiling futures-io v0.3.30
11002024-08-29T01:17:33.395Z Compiling futures-task v0.3.30
11012024-08-29T01:17:33.506Z Compiling pin-utils v0.1.0
11022024-08-29T01:17:33.509Z Compiling base64ct v1.6.0
11032024-08-29T01:17:33.571Z Compiling ring v0.17.8
11042024-08-29T01:17:33.611Z Compiling percent-encoding v2.3.1
11052024-08-29T01:17:33.702Z Compiling flagset v0.4.5
11062024-08-29T01:17:33.924Z Compiling ppv-lite86 v0.2.17
11072024-08-29T01:17:33.993Z Compiling pem-rfc7468 v0.7.0
11082024-08-29T01:17:34.104Z Compiling tracing-core v0.1.32
11092024-08-29T01:17:34.138Z Compiling untrusted v0.9.0
11102024-08-29T01:17:34.319Z Compiling rustix v0.38.34
11112024-08-29T01:17:34.722Z Compiling rand_chacha v0.3.1
11122024-08-29T01:17:34.785Z Compiling foreign-types-shared v0.1.1
11132024-08-29T01:17:34.872Z Compiling openssl-sys v0.9.103
11142024-08-29T01:17:34.928Z Compiling rustversion v1.0.17
11152024-08-29T01:17:35.203Z Compiling rand v0.8.5
11162024-08-29T01:17:35.302Z Compiling powerfmt v0.2.0
11172024-08-29T01:17:35.589Z Compiling httparse v1.8.0
11182024-08-29T01:17:35.661Z Compiling time-core v0.1.2
11192024-08-29T01:17:35.719Z Compiling num-conv v0.1.0
11202024-08-29T01:17:35.826Z Compiling openssl v0.10.66
11212024-08-29T01:17:36.004Z Compiling time-macros v0.2.18
11222024-08-29T01:17:36.108Z Compiling deranged v0.3.11
11232024-08-29T01:17:36.252Z Compiling foreign-types v0.3.2
11242024-08-29T01:17:36.328Z Compiling form_urlencoded v1.2.1
11252024-08-29T01:17:36.688Z Compiling aho-corasick v1.1.3
11262024-08-29T01:17:37.125Z Compiling siphasher v0.3.11
11272024-08-29T01:17:37.184Z Compiling crossbeam-utils v0.8.19
11282024-08-29T01:17:37.463Z Compiling rustls v0.21.12
11292024-08-29T01:17:37.610Z Compiling num_threads v0.1.7
11302024-08-29T01:17:37.713Z Compiling syn v1.0.109
11312024-08-29T01:17:37.735Z Compiling native-tls v0.2.11
11322024-08-29T01:17:37.823Z Compiling try-lock v0.2.5
11332024-08-29T01:17:37.968Z Compiling regex-syntax v0.8.4
11342024-08-29T01:17:38.043Z Compiling want v0.3.1
11352024-08-29T01:17:38.438Z Compiling idna v0.5.0
11362024-08-29T01:17:39.016Z Compiling cookie v0.17.0
11372024-08-29T01:17:39.309Z Compiling openssl-probe v0.1.5
11382024-08-29T01:17:39.372Z Compiling time v0.3.36
11392024-08-29T01:17:39.494Z Compiling adler v1.0.2
11402024-08-29T01:17:39.642Z Compiling slog v2.7.0
11412024-08-29T01:17:39.718Z Compiling httpdate v1.0.3
11422024-08-29T01:17:40.019Z Compiling finl_unicode v1.2.0
11432024-08-29T01:17:40.151Z Compiling tower-service v0.3.2
11442024-08-29T01:17:40.191Z Compiling iana-time-zone v0.1.60
11452024-08-29T01:17:40.328Z Compiling miniz_oxide v0.7.2
11462024-08-29T01:17:40.593Z Compiling stringprep v0.1.4
11472024-08-29T01:17:40.763Z Compiling url v2.5.2
11482024-08-29T01:17:41.896Z Compiling regex-automata v0.4.6
11492024-08-29T01:17:42.729Z Compiling num-integer v0.1.46
11502024-08-29T01:17:43.523Z Compiling sct v0.7.1
11512024-08-29T01:17:43.705Z Compiling rustls-webpki v0.101.7
11522024-08-29T01:17:43.744Z Compiling serde_derive v1.0.208
11532024-08-29T01:17:43.847Z Compiling zeroize_derive v1.4.2
11542024-08-29T01:17:44.787Z Compiling zerocopy-derive v0.7.34
11552024-08-29T01:17:44.812Z Compiling tokio-macros v2.4.0
11562024-08-29T01:17:44.915Z Compiling thiserror-impl v1.0.63
11572024-08-29T01:17:45.545Z Compiling zeroize v1.7.0
11582024-08-29T01:17:45.797Z Compiling futures-macro v0.3.30
11592024-08-29T01:17:46.513Z Compiling der_derive v0.7.2
11602024-08-29T01:17:47.184Z Compiling zerocopy v0.7.34
11612024-08-29T01:17:47.476Z Compiling crypto-common v0.1.6
11622024-08-29T01:17:47.717Z Compiling block-buffer v0.10.4
11632024-08-29T01:17:47.855Z Compiling block-padding v0.3.3
11642024-08-29T01:17:47.978Z Compiling digest v0.10.7
11652024-08-29T01:17:48.106Z Compiling inout v0.1.3
11662024-08-29T01:17:48.379Z Compiling thiserror v1.0.63
11672024-08-29T01:17:48.406Z Compiling hmac v0.12.1
11682024-08-29T01:17:48.458Z Compiling sha2 v0.10.8
11692024-08-29T01:17:48.516Z Compiling cipher v0.4.4
11702024-08-29T01:17:48.791Z Compiling futures-util v0.3.30
11712024-08-29T01:17:49.049Z Compiling pest v2.7.10
11722024-08-29T01:17:49.114Z Compiling der v0.7.9
11732024-08-29T01:17:49.307Z Compiling hashbrown v0.14.5
11742024-08-29T01:17:50.756Z Compiling salsa20 v0.10.2
11752024-08-29T01:17:50.993Z Compiling pbkdf2 v0.12.2
11762024-08-29T01:17:51.178Z Compiling tracing-attributes v0.1.27
11772024-08-29T01:17:52.230Z Compiling pest_meta v2.7.10
11782024-08-29T01:17:52.269Z Compiling scroll_derive v0.12.0
11792024-08-29T01:17:52.571Z Compiling spki v0.7.3
11802024-08-29T01:17:52.970Z Compiling scrypt v0.11.0
11812024-08-29T01:17:53.556Z Compiling pest_generator v2.7.10
11822024-08-29T01:17:53.848Z Compiling scroll v0.12.0
11832024-08-29T01:17:54.447Z Compiling aes v0.8.4
11842024-08-29T01:17:55.175Z Compiling cbc v0.1.2
11852024-08-29T01:17:55.197Z Compiling tracing v0.1.40
11862024-08-29T01:17:55.272Z Compiling goblin v0.8.2
11872024-08-29T01:17:55.420Z Compiling openssl-macros v0.1.1
11882024-08-29T01:17:55.638Z Compiling pkcs5 v0.7.1
11892024-08-29T01:17:55.710Z Compiling md-5 v0.10.6
11902024-08-29T01:17:56.224Z Compiling backtrace v0.3.71
11912024-08-29T01:17:56.688Z Compiling pkcs8 v0.10.2
11922024-08-29T01:17:56.732Z Compiling idna v0.3.0
11932024-08-29T01:17:56.948Z Compiling lazy_static v1.5.0
11942024-08-29T01:17:57.093Z Compiling hash32 v0.2.1
11952024-08-29T01:17:57.462Z Compiling base64 v0.22.1
11962024-08-29T01:17:57.483Z Compiling psl-types v2.0.11
11972024-08-29T01:17:57.503Z Compiling pest_derive v2.7.10
11982024-08-29T01:17:57.503Z Compiling stable_deref_trait v1.2.0
11992024-08-29T01:17:57.605Z Compiling cfg_aliases v0.1.1
12002024-08-29T01:17:57.691Z Compiling gimli v0.28.1
12012024-08-29T01:17:57.714Z Compiling crc32fast v1.4.0
12022024-08-29T01:17:58.213Z Compiling num-bigint-dig v0.8.4
12032024-08-29T01:17:58.246Z Compiling smoltcp v0.9.1
12042024-08-29T01:17:58.355Z Compiling dtrace-parser v0.2.0
12052024-08-29T01:17:58.407Z Compiling fallible-iterator v0.2.0
12062024-08-29T01:17:58.518Z Compiling bytes v1.7.1
12072024-08-29T01:17:58.941Z Compiling bitflags v2.6.0
12082024-08-29T01:17:59.143Z Compiling indexmap v2.4.0
12092024-08-29T01:17:59.399Z Compiling semver v1.0.23
12102024-08-29T01:17:59.872Z Compiling tokio v1.39.3
12112024-08-29T01:18:00.200Z Compiling http v0.2.12
12122024-08-29T01:18:00.578Z Compiling rustc_version v0.4.0
12132024-08-29T01:18:01.361Z Compiling heapless v0.7.17
12142024-08-29T01:18:01.860Z Compiling http-body v0.4.6
12152024-08-29T01:18:02.316Z Compiling dof v0.3.0
12162024-08-29T01:18:02.845Z Compiling uuid v1.10.0
12172024-08-29T01:18:02.980Z Compiling serde_spanned v0.6.7
12182024-08-29T01:18:03.228Z Compiling usdt-impl v0.5.0
12192024-08-29T01:18:03.750Z Compiling serde_tokenstream v0.2.2
12202024-08-29T01:18:04.333Z Compiling toml_datetime v0.6.8
12212024-08-29T01:18:04.511Z Compiling chrono v0.4.38
12222024-08-29T01:18:04.568Z Compiling signal-hook v0.3.17
12232024-08-29T01:18:04.875Z Compiling terminal_size v0.3.0
12242024-08-29T01:18:04.923Z Compiling addr2line v0.21.0
12252024-08-29T01:18:05.092Z Compiling postgres-protocol v0.6.7
12262024-08-29T01:18:05.599Z Compiling nix v0.28.0
12272024-08-29T01:18:05.619Z Compiling publicsuffix v2.2.3
12282024-08-29T01:18:05.917Z Compiling hubpack_derive v0.1.1
12292024-08-29T01:18:06.027Z Compiling zerocopy-derive v0.6.6
12302024-08-29T01:18:06.244Z Compiling async-trait v0.1.81
12312024-08-29T01:18:06.465Z Compiling num-iter v0.1.45
12322024-08-29T01:18:06.845Z Compiling phf_shared v0.11.2
12332024-08-29T01:18:07.246Z Compiling serde_derive_internals v0.29.1
12342024-08-29T01:18:07.522Z Compiling ff v0.13.0
12352024-08-29T01:18:07.727Z Compiling object v0.32.2
12362024-08-29T01:18:07.754Z Compiling fs-err v2.11.0
12372024-08-29T01:18:08.063Z Compiling base64 v0.21.7
12382024-08-29T01:18:08.207Z Compiling winnow v0.5.40
12392024-08-29T01:18:08.304Z Compiling schemars v0.8.21
12402024-08-29T01:18:08.690Z Compiling tokio-util v0.7.11
12412024-08-29T01:18:09.136Z Compiling tokio-rustls v0.24.1
12422024-08-29T01:18:09.476Z Compiling tokio-native-tls v0.3.1
12432024-08-29T01:18:09.567Z Compiling ipnet v2.9.0
12442024-08-29T01:18:09.781Z Compiling h2 v0.3.26
12452024-08-29T01:18:10.058Z Compiling bitflags v1.3.2
12462024-08-29T01:18:10.127Z Compiling rustc-demangle v0.1.24
12472024-08-29T01:18:10.166Z Compiling base16ct v0.2.0
12482024-08-29T01:18:10.510Z Compiling managed v0.8.0
12492024-08-29T01:18:10.829Z Compiling anyhow v1.0.86
12502024-08-29T01:18:10.992Z Compiling either v1.13.0
12512024-08-29T01:18:11.426Z Compiling sec1 v0.7.3
12522024-08-29T01:18:11.446Z Compiling clap_builder v4.5.15
12532024-08-29T01:18:11.691Z Compiling schemars_derive v0.8.21
12542024-08-29T01:18:12.070Z Compiling toml_edit v0.19.15
12552024-08-29T01:18:12.204Z Compiling rustls-pemfile v1.0.4
12562024-08-29T01:18:12.679Z Compiling zerocopy v0.6.6
12572024-08-29T01:18:13.508Z Compiling group v0.13.0
12582024-08-29T01:18:13.576Z Compiling phf v0.11.2
12592024-08-29T01:18:13.849Z Compiling cookie_store v0.20.0
12602024-08-29T01:18:13.873Z Compiling hubpack v0.1.2
12612024-08-29T01:18:14.361Z Compiling postgres-types v0.2.7
12622024-08-29T01:18:15.393Z Compiling usdt-macro v0.5.0
12632024-08-29T01:18:15.769Z Compiling usdt-attr-macro v0.5.0
12642024-08-29T01:18:16.956Z Compiling serde_urlencoded v0.7.1
12652024-08-29T01:18:17.370Z Compiling hyper v0.14.30
12662024-08-29T01:18:17.457Z Compiling pkcs1 v0.7.5
12672024-08-29T01:18:17.475Z Compiling futures-executor v0.3.30
12682024-08-29T01:18:18.061Z Compiling hkdf v0.12.4
12692024-08-29T01:18:18.344Z Compiling signature v2.2.0
12702024-08-29T01:18:18.494Z Compiling bstr v1.9.1
12712024-08-29T01:18:18.652Z Compiling regex v1.10.6
12722024-08-29T01:18:18.886Z Compiling crypto-bigint v0.5.5
12732024-08-29T01:18:19.789Z Compiling enum-as-inner v0.6.0
12742024-08-29T01:18:20.388Z Compiling serde_repr v0.1.19
12752024-08-29T01:18:20.500Z Compiling clap_derive v4.5.13
12762024-08-29T01:18:20.933Z Compiling strum_macros v0.25.3
12772024-08-29T01:18:20.972Z Compiling phf_shared v0.10.0
12782024-08-29T01:18:21.171Z Compiling float-cmp v0.9.0
12792024-08-29T01:18:21.392Z Compiling idna v0.4.0
12802024-08-29T01:18:21.411Z Compiling mio v0.8.11
12812024-08-29T01:18:21.657Z Compiling encoding_rs v0.8.34
12822024-08-29T01:18:22.796Z Compiling whoami v1.5.1
12832024-08-29T01:18:23.051Z Compiling difflib v0.4.0
12842024-08-29T01:18:23.458Z Compiling webpki-roots v0.25.4
12852024-08-29T01:18:23.630Z Compiling minimal-lexical v0.2.1
12862024-08-29T01:18:24.191Z Compiling predicates-core v1.0.6
12872024-08-29T01:18:24.558Z Compiling precomputed-hash v0.1.1
12882024-08-29T01:18:24.681Z Compiling hyper-rustls v0.24.2
12892024-08-29T01:18:24.706Z Compiling hyper-tls v0.5.0
12902024-08-29T01:18:25.065Z Compiling static_assertions v1.1.0
12912024-08-29T01:18:25.084Z Compiling new_debug_unreachable v1.0.6
12922024-08-29T01:18:25.174Z Compiling fixedbitset v0.4.2
12932024-08-29T01:18:25.193Z Compiling mime v0.3.17
12942024-08-29T01:18:25.249Z Compiling bit-vec v0.6.3
12952024-08-29T01:18:25.346Z Compiling dyn-clone v1.0.17
12962024-08-29T01:18:25.573Z Compiling sync_wrapper v0.1.2
12972024-08-29T01:18:25.663Z Compiling normalize-line-endings v0.3.0
12982024-08-29T01:18:25.708Z Compiling unicode-segmentation v1.11.0
12992024-08-29T01:18:25.726Z Compiling data-encoding v2.6.0
13002024-08-29T01:18:25.784Z Compiling predicates v3.1.2
13012024-08-29T01:18:25.802Z Compiling toml_edit v0.22.20
13022024-08-29T01:18:25.839Z Compiling clap v4.5.16
13032024-08-29T01:18:25.968Z Compiling reqwest v0.11.27
13042024-08-29T01:18:26.385Z Compiling similar v2.6.0
13052024-08-29T01:18:26.534Z Compiling hickory-proto v0.24.1
13062024-08-29T01:18:27.627Z Compiling bit-set v0.5.3
13072024-08-29T01:18:27.923Z Compiling petgraph v0.6.5
13082024-08-29T01:18:28.235Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13092024-08-29T01:18:28.980Z Compiling console v0.15.8
13102024-08-29T01:18:30.604Z Compiling string_cache v0.8.7
13112024-08-29T01:18:30.802Z Compiling nom v7.1.3
13122024-08-29T01:18:31.110Z Compiling tokio-postgres v0.7.11
13132024-08-29T01:18:31.786Z Compiling signal-hook-mio v0.2.4
13142024-08-29T01:18:31.967Z Compiling elliptic-curve v0.13.8
13152024-08-29T01:18:32.145Z Compiling usdt v0.5.0
13162024-08-29T01:18:32.672Z Compiling rsa v0.9.6
13172024-08-29T01:18:33.002Z Compiling futures v0.3.30
13182024-08-29T01:18:33.008Z Compiling flate2 v1.0.31
13192024-08-29T01:18:34.624Z Compiling toml v0.7.8
13202024-08-29T01:18:34.962Z Compiling itertools v0.12.1
13212024-08-29T01:18:35.774Z Compiling itertools v0.10.5
13222024-08-29T01:18:36.458Z Compiling tokio-stream v0.1.15
13232024-08-29T01:18:37.172Z Compiling openapiv3 v2.0.0
13242024-08-29T01:18:37.361Z Compiling hex v0.4.3
13252024-08-29T01:18:37.579Z Compiling sha1 v0.10.6
13262024-08-29T01:18:37.971Z Compiling crossbeam-epoch v0.9.18
13272024-08-29T01:18:38.032Z Compiling dirs-sys-next v0.1.2
13282024-08-29T01:18:38.243Z Compiling peg-runtime v0.8.3
13292024-08-29T01:18:38.714Z Compiling lalrpop-util v0.19.12
13302024-08-29T01:18:38.734Z Compiling unicode-xid v0.2.4
13312024-08-29T01:18:38.753Z Compiling dirs-next v2.0.0
13322024-08-29T01:18:38.777Z Compiling thread_local v1.1.8
13332024-08-29T01:18:38.909Z Compiling slog-async v2.8.0
13342024-08-29T01:18:38.912Z Compiling term v0.7.0
13352024-08-29T01:18:38.946Z Compiling xattr v1.3.1
13362024-08-29T01:18:39.077Z Compiling strum_macros v0.26.4
13372024-08-29T01:18:39.221Z Compiling crossbeam-channel v0.5.12
13382024-08-29T01:18:39.361Z Compiling is-terminal v0.4.12
13392024-08-29T01:18:39.497Z Compiling filetime v0.2.24
13402024-08-29T01:18:39.528Z Compiling take_mut v0.2.2
13412024-08-29T01:18:39.698Z Compiling tar v0.4.41
13422024-08-29T01:18:39.829Z Compiling slog-term v2.9.1
13432024-08-29T01:18:40.530Z Compiling camino v1.1.9
13442024-08-29T01:18:41.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13452024-08-29T01:18:42.592Z Compiling strum v0.26.3
13462024-08-29T01:18:42.675Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13472024-08-29T01:18:48.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
13482024-08-29T01:18:48.498Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13492024-08-29T01:18:48.550ZAug 29 01:18:47.333 INFO Starting download, target: Cockroach
13502024-08-29T01:18:48.550ZAug 29 01:18:47.333 INFO Starting download, target: Clickhouse
13512024-08-29T01:18:48.550ZAug 29 01:18:47.333 INFO Starting download, target: Console
13522024-08-29T01:18:48.550ZAug 29 01:18:47.333 INFO Starting download, target: DendriteOpenapi
13532024-08-29T01:18:48.550ZAug 29 01:18:47.333 INFO Starting download, target: DendriteStub
13542024-08-29T01:18:48.555ZAug 29 01:18:47.333 INFO Starting download, target: MaghemiteMgd
13552024-08-29T01:18:48.555ZAug 29 01:18:47.333 INFO Starting download, target: TransceiverControl
13562024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13572024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13582024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13592024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13602024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13612024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13622024-08-29T01:18:48.555ZAug 29 01:18:47.334 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13632024-08-29T01:18:48.700ZAug 29 01:18:47.475 INFO Download complete, target: DendriteOpenapi
13642024-08-29T01:18:48.763ZAug 29 01:18:47.546 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13652024-08-29T01:18:49.226ZAug 29 01:18:48.008 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13662024-08-29T01:18:49.242ZAug 29 01:18:48.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13672024-08-29T01:18:49.378ZAug 29 01:18:48.160 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13682024-08-29T01:18:49.557ZAug 29 01:18:48.340 INFO Download complete, target: TransceiverControl
13692024-08-29T01:18:49.759ZAug 29 01:18:48.541 INFO Download complete, target: Console
13702024-08-29T01:18:49.804ZAug 29 01:18:48.587 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13712024-08-29T01:18:49.804ZAug 29 01:18:48.587 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13722024-08-29T01:18:50.746ZAug 29 01:18:49.528 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13732024-08-29T01:18:52.325ZAug 29 01:18:51.107 INFO Download complete, target: DendriteStub
13742024-08-29T01:18:52.657ZAug 29 01:18:51.439 INFO Download complete, target: MaghemiteMgd
13752024-08-29T01:18:58.179ZAug 29 01:18:56.959 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13762024-08-29T01:18:58.515ZAug 29 01:18:57.296 INFO Checking that binary works, target: Cockroach
13772024-08-29T01:18:58.682ZAug 29 01:18:57.463 INFO Download complete, target: Cockroach
13782024-08-29T01:19:04.950ZAug 29 01:19:03.731 INFO Checking that binary works, target: Clickhouse
13792024-08-29T01:19:05.120ZAug 29 01:19:03.901 INFO Download complete, target: Clickhouse
13802024-08-29T01:19:05.144ZAll builder prerequisites installed successfully, and PATH looks valid
13812024-08-29T01:19:05.146Z
13822024-08-29T01:19:05.146Zreal 3:55.155927601
13832024-08-29T01:19:05.146Zuser 11:57.408609980
13842024-08-29T01:19:05.146Zsys 2:29.791561565
13852024-08-29T01:19:05.146Ztrap 0.464227859
13862024-08-29T01:19:05.146Ztflt 1.412635566
13872024-08-29T01:19:05.146Zdflt 1.515002217
13882024-08-29T01:19:05.146Zkflt 0.020796187
13892024-08-29T01:19:05.146Zlock 25:07.108143497
13902024-08-29T01:19:05.146Zslp 45:56.120438065
13912024-08-29T01:19:05.146Zlat 45.030582957
13922024-08-29T01:19:05.146Zstop 1:56.333735913
13932024-08-29T01:19:05.146Z+ banner hack-check
13942024-08-29T01:19:05.149Z
13952024-08-29T01:19:05.149Z # # ## #### # # #### # # ###### #### # #
13962024-08-29T01:19:05.149Z # # # # # # # # # # # # # # # # #
13972024-08-29T01:19:05.149Z ###### # # # #### ##### # ###### ##### # ####
13982024-08-29T01:19:05.149Z # # ###### # # # # # # # # # #
13992024-08-29T01:19:05.149Z # # # # # # # # # # # # # # # # #
14002024-08-29T01:19:05.149Z # # # # #### # # #### # # ###### #### # #
14012024-08-29T01:19:05.149Z
14022024-08-29T01:19:05.149Z+ export CARGO_INCREMENTAL=0
14032024-08-29T01:19:05.149Z+ CARGO_INCREMENTAL=0
14042024-08-29T01:19:05.149Z+ ptime -m timeout 2h cargo xtask check-features --ci
14052024-08-29T01:19:05.781Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14062024-08-29T01:19:09.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
14072024-08-29T01:19:09.877Z Running `target/debug/xtask check-features --ci`
14082024-08-29T01:19:09.901Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14092024-08-29T01:19:09.901Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14102024-08-29T01:19:10.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14112024-08-29T01:19:10.464Z Running `target/debug/xtask download cargo-hack`
14122024-08-29T01:19:11.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14132024-08-29T01:19:11.738Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14142024-08-29T01:19:16.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
14152024-08-29T01:19:16.783Z Running `target/debug/xtask-downloader cargo-hack`
14162024-08-29T01:19:16.825ZAug 29 01:19:15.604 INFO Starting download, target: CargoHack
14172024-08-29T01:19:16.827ZAug 29 01:19:15.605 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14182024-08-29T01:19:17.473ZAug 29 01:19:16.253 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14192024-08-29T01:19:17.578ZAug 29 01:19:16.357 INFO Download complete, target: CargoHack
14202024-08-29T01:19:17.582Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14212024-08-29T01:19:17.599Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14222024-08-29T01:19:17.769Zinfo: running `cargo check --bins` on api_identity (1/157)
14232024-08-29T01:19:18.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14242024-08-29T01:19:18.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14252024-08-29T01:19:18.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14262024-08-29T01:19:18.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14272024-08-29T01:19:18.436Z
14282024-08-29T01:19:18.436Zinfo: running `cargo check --bins` on bootstore (2/157)
14292024-08-29T01:19:19.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14302024-08-29T01:19:19.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14312024-08-29T01:19:19.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14322024-08-29T01:19:19.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
14332024-08-29T01:19:19.151Z
14342024-08-29T01:19:19.151Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/157)
14352024-08-29T01:19:19.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14362024-08-29T01:19:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14372024-08-29T01:19:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14382024-08-29T01:19:19.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14392024-08-29T01:19:19.842Z
14402024-08-29T01:19:19.842Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/157)
14412024-08-29T01:19:20.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14422024-08-29T01:19:20.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14432024-08-29T01:19:20.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14442024-08-29T01:19:20.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14452024-08-29T01:19:20.536Z
14462024-08-29T01:19:20.536Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/157)
14472024-08-29T01:19:21.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14482024-08-29T01:19:21.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14492024-08-29T01:19:21.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14502024-08-29T01:19:21.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14512024-08-29T01:19:21.063Z
14522024-08-29T01:19:21.064Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/157)
14532024-08-29T01:19:21.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14542024-08-29T01:19:21.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14552024-08-29T01:19:21.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14562024-08-29T01:19:21.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14572024-08-29T01:19:21.584Z
14582024-08-29T01:19:21.584Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/157)
14592024-08-29T01:19:22.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14602024-08-29T01:19:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14612024-08-29T01:19:22.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14622024-08-29T01:19:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14632024-08-29T01:19:22.093Z
14642024-08-29T01:19:22.093Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/157)
14652024-08-29T01:19:22.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-08-29T01:19:22.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-08-29T01:19:22.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-08-29T01:19:22.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14692024-08-29T01:19:22.603Z
14702024-08-29T01:19:22.603Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/157)
14712024-08-29T01:19:23.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-08-29T01:19:23.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-08-29T01:19:23.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-08-29T01:19:23.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14752024-08-29T01:19:23.104Z
14762024-08-29T01:19:23.104Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/157)
14772024-08-29T01:19:23.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-08-29T01:19:23.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-08-29T01:19:23.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-08-29T01:19:23.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
14812024-08-29T01:19:23.626Z
14822024-08-29T01:19:23.626Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/157)
14832024-08-29T01:19:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-08-29T01:19:24.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-08-29T01:19:24.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-08-29T01:19:24.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14872024-08-29T01:19:24.129Z
14882024-08-29T01:19:24.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/157)
14892024-08-29T01:19:24.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-08-29T01:19:24.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-08-29T01:19:24.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-08-29T01:19:24.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14932024-08-29T01:19:24.636Z
14942024-08-29T01:19:24.636Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/157)
14952024-08-29T01:19:25.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-08-29T01:19:25.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-08-29T01:19:25.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-08-29T01:19:25.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14992024-08-29T01:19:25.141Z
15002024-08-29T01:19:25.141Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/157)
15012024-08-29T01:19:25.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-08-29T01:19:25.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-08-29T01:19:25.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-08-29T01:19:25.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15052024-08-29T01:19:25.642Z
15062024-08-29T01:19:25.642Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/157)
15072024-08-29T01:19:26.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-08-29T01:19:26.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-08-29T01:19:26.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-08-29T01:19:26.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15112024-08-29T01:19:26.144Z
15122024-08-29T01:19:26.144Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/157)
15132024-08-29T01:19:26.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-08-29T01:19:26.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-08-29T01:19:26.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-08-29T01:19:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15172024-08-29T01:19:26.646Z
15182024-08-29T01:19:26.646Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/157)
15192024-08-29T01:19:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-08-29T01:19:27.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-08-29T01:19:27.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-08-29T01:19:27.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15232024-08-29T01:19:27.150Z
15242024-08-29T01:19:27.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/157)
15252024-08-29T01:19:27.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-08-29T01:19:27.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-08-29T01:19:27.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-08-29T01:19:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15292024-08-29T01:19:27.657Z
15302024-08-29T01:19:27.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/157)
15312024-08-29T01:19:28.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-08-29T01:19:28.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-08-29T01:19:28.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-08-29T01:19:28.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15352024-08-29T01:19:28.164Z
15362024-08-29T01:19:28.164Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/157)
15372024-08-29T01:19:28.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-08-29T01:19:28.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-08-29T01:19:28.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-08-29T01:19:28.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15412024-08-29T01:19:28.673Z
15422024-08-29T01:19:28.673Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/157)
15432024-08-29T01:19:29.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-08-29T01:19:29.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-08-29T01:19:29.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-08-29T01:19:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15472024-08-29T01:19:29.179Z
15482024-08-29T01:19:29.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/157)
15492024-08-29T01:19:29.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-08-29T01:19:29.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-08-29T01:19:29.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-08-29T01:19:29.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15532024-08-29T01:19:29.696Z
15542024-08-29T01:19:29.696Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/157)
15552024-08-29T01:19:30.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-08-29T01:19:30.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-08-29T01:19:30.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-08-29T01:19:30.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15592024-08-29T01:19:30.212Z
15602024-08-29T01:19:30.212Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/157)
15612024-08-29T01:19:30.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-08-29T01:19:30.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-08-29T01:19:30.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-08-29T01:19:30.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15652024-08-29T01:19:30.734Z
15662024-08-29T01:19:30.734Zinfo: running `cargo check --bins` on sled-hardware-types (25/157)
15672024-08-29T01:19:31.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-08-29T01:19:31.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-08-29T01:19:31.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-08-29T01:19:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15712024-08-29T01:19:31.442Z
15722024-08-29T01:19:31.442Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/157)
15732024-08-29T01:19:32.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-08-29T01:19:32.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-08-29T01:19:32.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-08-29T01:19:32.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15772024-08-29T01:19:32.146Z
15782024-08-29T01:19:32.146Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/157)
15792024-08-29T01:19:32.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-08-29T01:19:32.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-08-29T01:19:32.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-08-29T01:19:32.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15832024-08-29T01:19:32.852Z
15842024-08-29T01:19:32.852Zinfo: running `cargo check --bins` on oxlog (28/157)
15852024-08-29T01:19:33.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-08-29T01:19:33.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-08-29T01:19:33.513Z Checking cfg-if v1.0.0
15882024-08-29T01:19:33.516Z Checking libc v0.2.158
15892024-08-29T01:19:33.516Z Checking memchr v2.7.2
15902024-08-29T01:19:33.619Z Checking serde v1.0.208
15912024-08-29T01:19:33.622Z Checking zeroize v1.7.0
15922024-08-29T01:19:33.643Z Checking typenum v1.17.0
15932024-08-29T01:19:33.645Z Checking scopeguard v1.2.0
15942024-08-29T01:19:33.645Z Checking byteorder v1.5.0
15952024-08-29T01:19:33.676Z Checking log v0.4.21
15962024-08-29T01:19:33.779Z Checking lock_api v0.4.12
15972024-08-29T01:19:33.883Z Checking subtle v2.5.0
15982024-08-29T01:19:33.955Z Checking once_cell v1.19.0
15992024-08-29T01:19:34.061Z Checking const-oid v0.9.6
16002024-08-29T01:19:34.131Z Checking itoa v1.0.11
16012024-08-29T01:19:34.178Z Checking smallvec v1.13.2
16022024-08-29T01:19:34.256Z Checking pin-project-lite v0.2.14
16032024-08-29T01:19:34.334Z Checking zerocopy v0.7.34
16042024-08-29T01:19:34.367Z Checking spin v0.9.8
16052024-08-29T01:19:34.496Z Checking tinyvec_macros v0.1.1
16062024-08-29T01:19:34.526Z Checking futures-sink v0.3.30
16072024-08-29T01:19:34.578Z Checking tinyvec v1.6.0
16082024-08-29T01:19:34.660Z Checking futures-core v0.3.30
16092024-08-29T01:19:34.702Z Checking cpufeatures v0.2.12
16102024-08-29T01:19:34.740Z Checking getrandom v0.2.14
16112024-08-29T01:19:34.793Z Checking parking_lot_core v0.9.10
16122024-08-29T01:19:34.848Z Checking signal-hook-registry v1.4.2
16132024-08-29T01:19:34.940Z Checking generic-array v0.14.7
16142024-08-29T01:19:34.985Z Checking rand_core v0.6.4
16152024-08-29T01:19:35.086Z Checking mio v1.0.2
16162024-08-29T01:19:35.110Z Checking parking_lot v0.12.2
16172024-08-29T01:19:35.282Z Checking socket2 v0.5.7
16182024-08-29T01:19:35.460Z Checking unicode-bidi v0.3.15
16192024-08-29T01:19:35.683Z Checking allocator-api2 v0.2.18
16202024-08-29T01:19:35.751Z Checking ahash v0.8.11
16212024-08-29T01:19:35.771Z Checking libm v0.2.8
16222024-08-29T01:19:35.886Z Checking equivalent v1.0.1
16232024-08-29T01:19:35.923Z Checking unicode-normalization v0.1.23
16242024-08-29T01:19:35.987Z Checking ryu v1.0.18
16252024-08-29T01:19:36.108Z Checking crypto-common v0.1.6
16262024-08-29T01:19:36.123Z Checking block-buffer v0.10.4
16272024-08-29T01:19:36.222Z Checking block-padding v0.3.3
16282024-08-29T01:19:36.253Z Checking futures-channel v0.3.30
16292024-08-29T01:19:36.281Z Checking slab v0.4.9
16302024-08-29T01:19:36.316Z Checking hashbrown v0.14.5
16312024-08-29T01:19:36.332Z Checking digest v0.10.7
16322024-08-29T01:19:36.418Z Checking inout v0.1.3
16332024-08-29T01:19:36.526Z Checking futures-task v0.3.30
16342024-08-29T01:19:36.604Z Checking futures-io v0.3.30
16352024-08-29T01:19:36.636Z Checking cipher v0.4.4
16362024-08-29T01:19:36.687Z Checking num-traits v0.2.19
16372024-08-29T01:19:36.700Z Checking hmac v0.12.1
16382024-08-29T01:19:36.762Z Checking sha2 v0.10.8
16392024-08-29T01:19:36.777Z Checking pin-utils v0.1.0
16402024-08-29T01:19:36.849Z Checking base64ct v1.6.0
16412024-08-29T01:19:36.866Z Checking futures-util v0.3.30
16422024-08-29T01:19:36.910Z Checking percent-encoding v2.3.1
16432024-08-29T01:19:37.032Z Checking flagset v0.4.5
16442024-08-29T01:19:37.112Z Checking ppv-lite86 v0.2.17
16452024-08-29T01:19:37.226Z Checking salsa20 v0.10.2
16462024-08-29T01:19:37.292Z Checking pem-rfc7468 v0.7.0
16472024-08-29T01:19:37.337Z Checking pbkdf2 v0.12.2
16482024-08-29T01:19:37.438Z Checking tracing-core v0.1.32
16492024-08-29T01:19:37.500Z Checking fnv v1.0.7
16502024-08-29T01:19:37.544Z Checking untrusted v0.9.0
16512024-08-29T01:19:37.559Z Checking der v0.7.9
16522024-08-29T01:19:37.620Z Checking scrypt v0.11.0
16532024-08-29T01:19:37.703Z Checking ring v0.17.8
16542024-08-29T01:19:37.805Z Checking rand_chacha v0.3.1
16552024-08-29T01:19:37.848Z Checking cbc v0.1.2
16562024-08-29T01:19:38.047Z Checking aes v0.8.4
16572024-08-29T01:19:38.067Z Checking tracing v0.1.40
16582024-08-29T01:19:38.183Z Checking rand v0.8.5
16592024-08-29T01:19:38.347Z Checking thiserror v1.0.63
16602024-08-29T01:19:38.428Z Checking foreign-types-shared v0.1.1
16612024-08-29T01:19:38.471Z Checking form_urlencoded v1.2.1
16622024-08-29T01:19:38.527Z Checking foreign-types v0.3.2
16632024-08-29T01:19:38.619Z Checking openssl-sys v0.9.103
16642024-08-29T01:19:38.661Z Checking aho-corasick v1.1.3
16652024-08-29T01:19:38.793Z Checking bytes v1.7.1
16662024-08-29T01:19:38.950Z Checking bitflags v2.6.0
16672024-08-29T01:19:39.236Z Checking indexmap v2.4.0
16682024-08-29T01:19:39.403Z Checking serde_json v1.0.125
16692024-08-29T01:19:39.489Z Checking spki v0.7.3
16702024-08-29T01:19:39.595Z Checking siphasher v0.3.11
16712024-08-29T01:19:39.610Z Checking tokio v1.39.3
16722024-08-29T01:19:39.783Z Checking http v0.2.12
16732024-08-29T01:19:39.881Z Checking pkcs5 v0.7.1
16742024-08-29T01:19:39.958Z Checking try-lock v0.2.5
16752024-08-29T01:19:40.081Z Checking regex-syntax v0.8.4
16762024-08-29T01:19:40.344Z Checking powerfmt v0.2.0
16772024-08-29T01:19:40.414Z Checking unicode-ident v1.0.12
16782024-08-29T01:19:40.523Z Checking pkcs8 v0.10.2
16792024-08-29T01:19:40.574Z Checking proc-macro2 v1.0.86
16802024-08-29T01:19:40.607Z Checking deranged v0.3.11
16812024-08-29T01:19:40.837Z Checking want v0.3.1
16822024-08-29T01:19:41.025Z Checking openssl v0.10.66
16832024-08-29T01:19:41.128Z Checking sct v0.7.1
16842024-08-29T01:19:41.143Z Checking http-body v0.4.6
16852024-08-29T01:19:41.276Z Checking rustls-webpki v0.101.7
16862024-08-29T01:19:41.328Z Checking uuid v1.10.0
16872024-08-29T01:19:41.546Z Checking idna v0.5.0
16882024-08-29T01:19:41.966Z Checking httparse v1.8.0
16892024-08-29T01:19:42.023Z Checking errno v0.3.9
16902024-08-29T01:19:42.040Z Checking scroll v0.12.0
16912024-08-29T01:19:42.202Z Checking iana-time-zone v0.1.60
16922024-08-29T01:19:42.352Z Checking plain v0.2.3
16932024-08-29T01:19:42.378Z Checking utf8parse v0.2.1
16942024-08-29T01:19:42.394Z Checking tower-service v0.3.2
16952024-08-29T01:19:42.443Z Checking adler v1.0.2
16962024-08-29T01:19:42.482Z Checking finl_unicode v1.2.0
16972024-08-29T01:19:42.497Z Checking httpdate v1.0.3
16982024-08-29T01:19:42.511Z Checking ucd-trie v0.1.6
16992024-08-29T01:19:42.524Z Checking anstyle v1.0.8
17002024-08-29T01:19:42.588Z Checking num_threads v0.1.7
17012024-08-29T01:19:42.702Z Checking time-core v0.1.2
17022024-08-29T01:19:42.716Z Checking num-conv v0.1.0
17032024-08-29T01:19:42.729Z Checking openssl-probe v0.1.5
17042024-08-29T01:19:42.853Z Checking pest v2.7.10
17052024-08-29T01:19:42.868Z Checking miniz_oxide v0.7.2
17062024-08-29T01:19:42.882Z Checking anstyle-parse v0.2.4
17072024-08-29T01:19:42.940Z Checking time v0.3.36
17082024-08-29T01:19:43.054Z Checking stringprep v0.1.4
17092024-08-29T01:19:43.134Z Checking goblin v0.8.2
17102024-08-29T01:19:43.312Z Checking url v2.5.2
17112024-08-29T01:19:43.315Z Checking regex-automata v0.4.6
17122024-08-29T01:19:43.636Z Checking chrono v0.4.38
17132024-08-29T01:19:44.096Z Checking rustix v0.38.34
17142024-08-29T01:19:45.393Z Checking rustls v0.21.12
17152024-08-29T01:19:45.648Z Checking quote v1.0.36
17162024-08-29T01:19:45.846Z Checking toml_datetime v0.6.8
17172024-08-29T01:19:46.001Z Checking serde_spanned v0.6.7
17182024-08-29T01:19:46.121Z Checking num-integer v0.1.46
17192024-08-29T01:19:46.192Z Checking idna v0.3.0
17202024-08-29T01:19:46.192Z Checking md-5 v0.10.6
17212024-08-29T01:19:46.417Z Checking native-tls v0.2.11
17222024-08-29T01:19:46.437Z Checking lazy_static v1.5.0
17232024-08-29T01:19:46.584Z Checking hash32 v0.2.1
17242024-08-29T01:19:46.601Z Checking colorchoice v1.0.1
17252024-08-29T01:19:46.711Z Checking psl-types v2.0.11
17262024-08-29T01:19:46.732Z Checking gimli v0.28.1
17272024-08-29T01:19:46.804Z Checking tokio-util v0.7.11
17282024-08-29T01:19:46.866Z Checking anstyle-query v1.0.3
17292024-08-29T01:19:46.881Z Checking fallible-iterator v0.2.0
17302024-08-29T01:19:46.987Z Checking base64 v0.22.1
17312024-08-29T01:19:47.049Z Checking stable_deref_trait v1.2.0
17322024-08-29T01:19:47.148Z Checking pretty-hex v0.4.1
17332024-08-29T01:19:47.328Z Checking is_terminal_polyfill v1.70.0
17342024-08-29T01:19:47.451Z Checking anstream v0.6.14
17352024-08-29T01:19:47.466Z Checking heapless v0.7.17
17362024-08-29T01:19:47.493Z Checking postgres-protocol v0.6.7
17372024-08-29T01:19:47.673Z Checking h2 v0.3.26
17382024-08-29T01:19:47.818Z Checking publicsuffix v2.2.3
17392024-08-29T01:19:48.056Z Checking tokio-native-tls v0.3.1
17402024-08-29T01:19:48.081Z Checking num-iter v0.1.45
17412024-08-29T01:19:48.129Z Checking terminal_size v0.3.0
17422024-08-29T01:19:48.258Z Checking syn v2.0.74
17432024-08-29T01:19:48.273Z Checking dof v0.3.0
17442024-08-29T01:19:48.288Z Checking cookie v0.17.0
17452024-08-29T01:19:48.302Z Checking dtrace-parser v0.2.0
17462024-08-29T01:19:48.549Z Checking phf_shared v0.11.2
17472024-08-29T01:19:48.678Z Checking ff v0.13.0
17482024-08-29T01:19:48.681Z Checking tokio-rustls v0.24.1
17492024-08-29T01:19:48.760Z Checking thread-id v4.2.1
17502024-08-29T01:19:48.831Z Checking object v0.32.2
17512024-08-29T01:19:48.870Z Checking ipnet v2.9.0
17522024-08-29T01:19:48.883Z Checking either v1.13.0
17532024-08-29T01:19:48.901Z Checking base64 v0.21.7
17542024-08-29T01:19:49.035Z Checking winnow v0.5.40
17552024-08-29T01:19:49.256Z Checking clap_lex v0.7.0
17562024-08-29T01:19:49.319Z Checking managed v0.8.0
17572024-08-29T01:19:49.352Z Checking strsim v0.11.1
17582024-08-29T01:19:49.510Z Checking base16ct v0.2.0
17592024-08-29T01:19:49.629Z Checking bitflags v1.3.2
17602024-08-29T01:19:49.684Z Checking rustc-demangle v0.1.24
17612024-08-29T01:19:49.705Z Checking sec1 v0.7.3
17622024-08-29T01:19:49.730Z Checking smoltcp v0.9.1
17632024-08-29T01:19:50.097Z Checking clap_builder v4.5.15
17642024-08-29T01:19:50.122Z Checking rustls-pemfile v1.0.4
17652024-08-29T01:19:50.310Z Checking group v0.13.0
17662024-08-29T01:19:50.558Z Checking phf v0.11.2
17672024-08-29T01:19:50.689Z Checking addr2line v0.21.0
17682024-08-29T01:19:50.832Z Checking cookie_store v0.20.0
17692024-08-29T01:19:51.233Z Checking num-bigint-dig v0.8.4
17702024-08-29T01:19:51.359Z Checking postgres-types v0.2.7
17712024-08-29T01:19:51.495Z Checking bstr v1.9.1
17722024-08-29T01:19:52.100Z Checking regex v1.10.6
17732024-08-29T01:19:52.188Z Checking toml_edit v0.19.15
17742024-08-29T01:19:52.458Z Checking futures-executor v0.3.30
17752024-08-29T01:19:52.680Z Checking pkcs1 v0.7.5
17762024-08-29T01:19:52.706Z Checking phf_shared v0.10.0
17772024-08-29T01:19:53.020Z Checking serde_urlencoded v0.7.1
17782024-08-29T01:19:53.098Z Checking hubpack v0.1.2
17792024-08-29T01:19:53.261Z Checking zerocopy v0.6.6
17802024-08-29T01:19:53.400Z Checking float-cmp v0.9.0
17812024-08-29T01:19:53.416Z Checking crc32fast v1.4.0
17822024-08-29T01:19:53.418Z Checking crossbeam-utils v0.8.19
17832024-08-29T01:19:53.581Z Checking signal-hook v0.3.17
17842024-08-29T01:19:53.645Z Checking hkdf v0.12.4
17852024-08-29T01:19:53.863Z Checking idna v0.4.0
17862024-08-29T01:19:53.912Z Checking signature v2.2.0
17872024-08-29T01:19:54.005Z Checking crypto-bigint v0.5.5
17882024-08-29T01:19:54.073Z Checking hyper v0.14.30
17892024-08-29T01:19:54.092Z Checking memmap v0.7.0
17902024-08-29T01:19:54.118Z Checking mio v0.8.11
17912024-08-29T01:19:54.291Z Checking encoding_rs v0.8.34
17922024-08-29T01:19:54.662Z Checking fixedbitset v0.4.2
17932024-08-29T01:19:54.694Z Checking usdt-impl v0.5.0
17942024-08-29T01:19:54.735Z Checking data-encoding v2.6.0
17952024-08-29T01:19:54.750Z Checking difflib v0.4.0
17962024-08-29T01:19:54.934Z Checking bit-vec v0.6.3
17972024-08-29T01:19:54.993Z Checking backtrace v0.3.71
17982024-08-29T01:19:55.040Z Checking sync_wrapper v0.1.2
17992024-08-29T01:19:55.165Z Checking predicates-core v1.0.6
18002024-08-29T01:19:55.226Z Checking new_debug_unreachable v1.0.6
18012024-08-29T01:19:55.270Z Checking whoami v1.5.1
18022024-08-29T01:19:55.307Z Checking dyn-clone v1.0.17
18032024-08-29T01:19:55.350Z Checking mime v0.3.17
18042024-08-29T01:19:55.389Z Checking webpki-roots v0.25.4
18052024-08-29T01:19:55.447Z Checking minimal-lexical v0.2.1
18062024-08-29T01:19:55.542Z Checking winnow v0.6.18
18072024-08-29T01:19:55.558Z Checking normalize-line-endings v0.3.0
18082024-08-29T01:19:55.571Z Checking precomputed-hash v0.1.1
18092024-08-29T01:19:55.667Z Checking unicode-width v0.1.13
18102024-08-29T01:19:55.683Z Checking static_assertions v1.1.0
18112024-08-29T01:19:55.683Z Checking unicode-segmentation v1.11.0
18122024-08-29T01:19:55.770Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18132024-08-29T01:19:55.853Z Checking nom v7.1.3
18142024-08-29T01:19:55.868Z Checking console v0.15.8
18152024-08-29T01:19:56.375Z Checking similar v2.6.0
18162024-08-29T01:19:56.474Z Checking string_cache v0.8.7
18172024-08-29T01:19:56.615Z Checking predicates v3.1.2
18182024-08-29T01:19:56.754Z Checking tokio-postgres v0.7.11
18192024-08-29T01:19:56.963Z Checking elliptic-curve v0.13.8
18202024-08-29T01:19:57.256Z Checking anyhow v1.0.86
18212024-08-29T01:19:57.280Z Checking schemars v0.8.21
18222024-08-29T01:19:57.640Z Checking hickory-proto v0.24.1
18232024-08-29T01:19:57.642Z Checking bit-set v0.5.3
18242024-08-29T01:19:57.919Z Checking usdt v0.5.0
18252024-08-29T01:19:58.201Z Checking petgraph v0.6.5
18262024-08-29T01:19:58.542Z Checking toml_edit v0.22.20
18272024-08-29T01:19:58.740Z Checking signal-hook-mio v0.2.4
18282024-08-29T01:19:58.884Z Checking toml v0.7.8
18292024-08-29T01:19:58.960Z Checking crossbeam-epoch v0.9.18
18302024-08-29T01:19:59.404Z Checking rsa v0.9.6
18312024-08-29T01:19:59.650Z Checking flate2 v1.0.31
18322024-08-29T01:19:59.879Z Checking clap v4.5.16
18332024-08-29T01:19:59.998Z Checking futures v0.3.30
18342024-08-29T01:20:00.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18352024-08-29T01:20:00.136Z Checking itertools v0.10.5
18362024-08-29T01:20:00.288Z Checking itertools v0.12.1
18372024-08-29T01:20:00.304Z Checking hyper-tls v0.5.0
18382024-08-29T01:20:00.441Z Checking hyper-rustls v0.24.2
18392024-08-29T01:20:00.587Z Checking tokio-stream v0.1.15
18402024-08-29T01:20:00.732Z Checking reqwest v0.11.27
18412024-08-29T01:20:00.955Z Checking fs-err v2.11.0
18422024-08-29T01:20:01.287Z Checking nix v0.28.0
18432024-08-29T01:20:01.426Z Checking openapiv3 v2.0.0
18442024-08-29T01:20:01.517Z Checking slog v2.7.0
18452024-08-29T01:20:01.683Z Checking semver v1.0.23
18462024-08-29T01:20:02.011Z Checking hex v0.4.3
18472024-08-29T01:20:02.092Z Checking sha1 v0.10.6
18482024-08-29T01:20:02.365Z Checking lalrpop-util v0.19.12
18492024-08-29T01:20:02.437Z Checking peg-runtime v0.8.3
18502024-08-29T01:20:02.452Z Checking camino v1.1.9
18512024-08-29T01:20:02.488Z Checking sigpipe v0.1.3
18522024-08-29T01:20:04.324Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18532024-08-29T01:20:04.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.79s
18542024-08-29T01:20:04.795Z
18552024-08-29T01:20:04.795Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/157)
18562024-08-29T01:20:05.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572024-08-29T01:20:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582024-08-29T01:20:05.515Z Compiling regress v0.9.1
18592024-08-29T01:20:05.611Z Checking strum v0.26.3
18602024-08-29T01:20:05.633Z Checking heck v0.5.0
18612024-08-29T01:20:05.647Z Compiling getopts v0.2.21
18622024-08-29T01:20:05.660Z Checking dirs-sys-next v0.1.2
18632024-08-29T01:20:05.672Z Compiling unsafe-libyaml v0.2.11
18642024-08-29T01:20:05.737Z Checking http v1.1.0
18652024-08-29T01:20:05.810Z Checking thread_local v1.1.8
18662024-08-29T01:20:05.830Z Checking dirs-next v2.0.0
18672024-08-29T01:20:05.958Z Compiling ident_case v1.0.1
18682024-08-29T01:20:06.027Z Checking rustls-pki-types v1.7.0
18692024-08-29T01:20:06.074Z Checking term v0.7.0
18702024-08-29T01:20:06.134Z Compiling darling_core v0.20.9
18712024-08-29T01:20:06.467Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18722024-08-29T01:20:06.498Z Checking crossbeam-channel v0.5.12
18732024-08-29T01:20:06.607Z Checking atty v0.2.14
18742024-08-29T01:20:06.728Z Checking is-terminal v0.4.12
18752024-08-29T01:20:06.804Z Checking humantime v2.1.0
18762024-08-29T01:20:06.852Z Checking utf-8 v0.7.6
18772024-08-29T01:20:07.046Z Compiling serde_yaml v0.9.34+deprecated
18782024-08-29T01:20:07.107Z Compiling paste v1.0.15
18792024-08-29T01:20:07.153Z Checking termcolor v1.4.1
18802024-08-29T01:20:07.216Z Compiling rustls v0.22.4
18812024-08-29T01:20:07.505Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18822024-08-29T01:20:07.588Z Checking take_mut v0.2.2
18832024-08-29T01:20:07.695Z Checking env_logger v0.9.3
18842024-08-29T01:20:07.729Z Checking slog-async v2.8.0
18852024-08-29T01:20:07.750Z Checking slog-term v2.9.1
18862024-08-29T01:20:07.890Z Checking rustls-webpki v0.102.4
18872024-08-29T01:20:07.995Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18882024-08-29T01:20:08.142Z Compiling proc-macro-crate v1.3.1
18892024-08-29T01:20:08.261Z Compiling bitstruct_derive v0.1.0
18902024-08-29T01:20:08.359Z Compiling structmeta-derive v0.3.0
18912024-08-29T01:20:08.667Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-08-29T01:20:08.794Z Compiling multer v3.1.0
18932024-08-29T01:20:09.106Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18942024-08-29T01:20:09.142Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18952024-08-29T01:20:09.394Z Checking match_cfg v0.1.0
18962024-08-29T01:20:09.488Z Checking ascii v1.1.0
18972024-08-29T01:20:09.716Z Checking bitstruct v0.1.1
18982024-08-29T01:20:09.829Z Checking hostname v0.3.1
18992024-08-29T01:20:09.902Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19002024-08-29T01:20:09.989Z Compiling num_enum_derive v0.5.11
19012024-08-29T01:20:10.833Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-08-29T01:20:10.998Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19032024-08-29T01:20:11.293Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-08-29T01:20:11.525Z Compiling structmeta v0.3.0
19052024-08-29T01:20:11.592Z Checking slog-json v2.6.1
19062024-08-29T01:20:11.727Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19072024-08-29T01:20:11.849Z Checking serde_arrays v0.1.0
19082024-08-29T01:20:11.962Z Checking erased-serde v0.3.31
19092024-08-29T01:20:11.993Z Compiling async-stream-impl v0.3.5
19102024-08-29T01:20:12.009Z Compiling foreign-types-macros v0.2.3
19112024-08-29T01:20:12.458Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19122024-08-29T01:20:12.726Z Checking foreign-types-shared v0.3.1
19132024-08-29T01:20:12.779Z Checking arc-swap v1.7.1
19142024-08-29T01:20:12.841Z Checking atomic-waker v1.1.2
19152024-08-29T01:20:12.977Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19162024-08-29T01:20:13.052Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-08-29T01:20:13.224Z Checking slog-scope v4.4.0
19182024-08-29T01:20:13.292Z Checking waitgroup v0.1.2
19192024-08-29T01:20:13.355Z Checking foreign-types v0.5.0
19202024-08-29T01:20:13.428Z Checking num_enum v0.5.11
19212024-08-29T01:20:13.428Z Checking async-stream v0.3.5
19222024-08-29T01:20:13.456Z Compiling parse-display-derive v0.10.0
19232024-08-29T01:20:13.474Z Checking slog-bunyan v2.5.0
19242024-08-29T01:20:13.490Z Compiling darling_macro v0.20.9
19252024-08-29T01:20:13.566Z Compiling proc-macro-error v1.0.4
19262024-08-29T01:20:13.789Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272024-08-29T01:20:14.041Z Checking toml v0.8.19
19282024-08-29T01:20:14.073Z Checking tungstenite v0.20.1
19292024-08-29T01:20:14.287Z Checking rustls-pemfile v2.1.3
19302024-08-29T01:20:14.472Z Compiling darling v0.20.9
19312024-08-29T01:20:14.525Z Compiling heck v0.3.3
19322024-08-29T01:20:14.569Z Checking tokio-rustls v0.25.0
19332024-08-29T01:20:14.594Z Compiling serde_with_macros v3.9.0
19342024-08-29T01:20:14.821Z Checking ipnetwork v0.20.0
19352024-08-29T01:20:14.927Z Checking newtype-uuid v1.1.0
19362024-08-29T01:20:14.971Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19372024-08-29T01:20:14.987Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19382024-08-29T01:20:15.165Z Checking serde_path_to_error v0.1.16
19392024-08-29T01:20:15.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19402024-08-29T01:20:15.846Z Checking hostname v0.4.0
19412024-08-29T01:20:15.884Z Checking cstr-argument v0.1.2
19422024-08-29T01:20:15.991Z Checking instant v0.1.12
19432024-08-29T01:20:16.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19442024-08-29T01:20:16.078Z Checking pretty-hex v0.2.1
19452024-08-29T01:20:16.110Z Checking debug-ignore v1.0.5
19462024-08-29T01:20:16.246Z Checking fastrand v2.1.0
19472024-08-29T01:20:16.264Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19482024-08-29T01:20:16.352Z Checking backoff v0.4.0
19492024-08-29T01:20:16.549Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19502024-08-29T01:20:16.578Z Checking tempfile v3.10.1
19512024-08-29T01:20:16.661Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19522024-08-29T01:20:16.862Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19532024-08-29T01:20:16.958Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19542024-08-29T01:20:16.964Z Checking tokio-tungstenite v0.20.1
19552024-08-29T01:20:17.087Z Compiling zone_cfg_derive v0.1.2
19562024-08-29T01:20:17.336Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19572024-08-29T01:20:17.470Z Checking slog-stdlog v4.1.1
19582024-08-29T01:20:17.645Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19592024-08-29T01:20:17.663Z Checking serde_with v3.9.0
19602024-08-29T01:20:17.802Z Checking tungstenite v0.21.0
19612024-08-29T01:20:18.124Z Checking colored v2.1.0
19622024-08-29T01:20:18.320Z Checking parse-display v0.10.0
19632024-08-29T01:20:18.421Z Checking macaddr v1.0.1
19642024-08-29T01:20:18.547Z Checking socket2 v0.4.10
19652024-08-29T01:20:18.592Z Checking base64 v0.13.1
19662024-08-29T01:20:18.703Z Checking tokio-tungstenite v0.21.0
19672024-08-29T01:20:18.753Z Checking zone v0.1.8
19682024-08-29T01:20:19.017Z Checking ron v0.7.1
19692024-08-29T01:20:19.204Z Checking slog-envlogger v2.2.0
19702024-08-29T01:20:19.410Z Checking pem v3.0.4
19712024-08-29T01:20:19.430Z Checking tabwriter v1.4.0
19722024-08-29T01:20:19.678Z Checking xattr v1.3.1
19732024-08-29T01:20:19.699Z Checking portpicker v0.1.1
19742024-08-29T01:20:19.838Z Checking yasna v0.5.2
19752024-08-29T01:20:19.879Z Checking headers-core v0.2.0
19762024-08-29T01:20:20.025Z Checking smf v0.2.3
19772024-08-29T01:20:20.118Z Checking filetime v0.2.24
19782024-08-29T01:20:20.332Z Checking same-file v1.0.6
19792024-08-29T01:20:20.484Z Checking tar v0.4.41
19802024-08-29T01:20:20.503Z Checking walkdir v2.5.0
19812024-08-29T01:20:20.770Z Checking rcgen v0.12.1
19822024-08-29T01:20:20.802Z Checking headers v0.3.9
19832024-08-29T01:20:20.840Z Checking atomicwrites v0.4.3
19842024-08-29T01:20:21.050Z Checking camino-tempfile v1.1.1
19852024-08-29T01:20:21.063Z Checking subprocess v0.2.9
19862024-08-29T01:20:22.234Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-08-29T01:20:22.446Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-08-29T01:20:24.472Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19892024-08-29T01:20:26.478Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19902024-08-29T01:20:26.550Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19912024-08-29T01:20:29.879Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19922024-08-29T01:20:36.059Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19932024-08-29T01:20:36.203Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19942024-08-29T01:20:36.205Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19952024-08-29T01:20:38.902Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19962024-08-29T01:20:39.400Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19972024-08-29T01:20:45.810Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19982024-08-29T01:20:47.410Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19992024-08-29T01:20:48.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.79s
20002024-08-29T01:20:48.766Z
20012024-08-29T01:20:48.766Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/157)
20022024-08-29T01:20:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032024-08-29T01:20:49.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042024-08-29T01:20:49.496Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20052024-08-29T01:20:50.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
20062024-08-29T01:20:50.986Z
20072024-08-29T01:20:50.986Zinfo: running `cargo check --bins` on nexus-config (31/157)
20082024-08-29T01:20:51.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092024-08-29T01:20:51.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102024-08-29T01:20:51.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112024-08-29T01:20:51.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20122024-08-29T01:20:51.663Z
20132024-08-29T01:20:51.663Zinfo: running `cargo check --bins` on omicron-rpaths (32/157)
20142024-08-29T01:20:52.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152024-08-29T01:20:52.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162024-08-29T01:20:52.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172024-08-29T01:20:52.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20182024-08-29T01:20:52.328Z
20192024-08-29T01:20:52.328Zinfo: running `cargo check --bins` on omicron-certificates (33/157)
20202024-08-29T01:20:52.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212024-08-29T01:20:52.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222024-08-29T01:20:52.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232024-08-29T01:20:52.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20242024-08-29T01:20:53.027Z
20252024-08-29T01:20:53.027Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/157)
20262024-08-29T01:20:53.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272024-08-29T01:20:53.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282024-08-29T01:20:53.745Z Compiling heapless v0.8.0
20292024-08-29T01:20:53.747Z Checking hash32 v0.3.1
20302024-08-29T01:20:53.847Z Compiling smoltcp v0.11.0
20312024-08-29T01:20:53.860Z Checking cobs v0.2.3
20322024-08-29T01:20:53.863Z Checking embedded-io v0.4.0
20332024-08-29T01:20:53.886Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20342024-08-29T01:20:53.886Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20352024-08-29T01:20:53.910Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20362024-08-29T01:20:53.993Z Compiling crucible-workspace-hack v0.1.0
20372024-08-29T01:20:54.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20382024-08-29T01:20:54.032Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20392024-08-29T01:20:54.060Z Checking postcard v1.0.8
20402024-08-29T01:20:54.262Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20412024-08-29T01:20:54.265Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20422024-08-29T01:20:54.699Z Checking newline-converter v0.3.0
20432024-08-29T01:20:54.702Z Compiling num-derive v0.4.2
20442024-08-29T01:20:54.702Z Compiling slog-dtrace v0.3.0
20452024-08-29T01:20:54.702Z Compiling convert_case v0.4.0
20462024-08-29T01:20:54.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20472024-08-29T01:20:54.813Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20482024-08-29T01:20:54.971Z Checking expectorate v1.1.0
20492024-08-29T01:20:55.057Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20502024-08-29T01:20:55.466Z Compiling derive_more v0.99.18
20512024-08-29T01:20:55.738Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20522024-08-29T01:20:56.450Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20532024-08-29T01:20:57.827Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20542024-08-29T01:20:58.821Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20552024-08-29T01:20:59.418Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20562024-08-29T01:20:59.960Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20572024-08-29T01:21:01.847Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20582024-08-29T01:21:02.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
20592024-08-29T01:21:02.708Z
20602024-08-29T01:21:02.708Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/157)
20612024-08-29T01:21:03.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-29T01:21:03.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-29T01:21:03.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-08-29T01:21:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20652024-08-29T01:21:03.405Z
20662024-08-29T01:21:03.405Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/157)
20672024-08-29T01:21:04.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-08-29T01:21:04.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-08-29T01:21:04.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-08-29T01:21:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20712024-08-29T01:21:04.104Z
20722024-08-29T01:21:04.104Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/157)
20732024-08-29T01:21:04.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-08-29T01:21:04.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-08-29T01:21:04.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-08-29T01:21:04.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20772024-08-29T01:21:04.930Z
20782024-08-29T01:21:04.930Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/157)
20792024-08-29T01:21:05.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-08-29T01:21:05.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-08-29T01:21:05.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-08-29T01:21:05.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20832024-08-29T01:21:05.760Z
20842024-08-29T01:21:05.760Zinfo: running `cargo check --bins` on dns-server (39/157)
20852024-08-29T01:21:06.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-29T01:21:06.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-29T01:21:06.460Z Compiling parking_lot_core v0.8.6
20882024-08-29T01:21:06.551Z Checking nibble_vec v0.1.0
20892024-08-29T01:21:06.554Z Checking endian-type v0.1.2
20902024-08-29T01:21:06.554Z Checking linked-hash-map v0.5.6
20912024-08-29T01:21:06.554Z Checking quick-error v1.2.3
20922024-08-29T01:21:06.554Z Checking fxhash v0.2.1
20932024-08-29T01:21:06.554Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20942024-08-29T01:21:06.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20952024-08-29T01:21:06.713Z Checking hickory-server v0.24.1
20962024-08-29T01:21:06.743Z Checking resolv-conf v0.7.0
20972024-08-29T01:21:06.771Z Checking radix_trie v0.2.1
20982024-08-29T01:21:06.850Z Checking lru-cache v0.1.2
20992024-08-29T01:21:07.076Z Checking hickory-resolver v0.24.1
21002024-08-29T01:21:07.109Z Checking hickory-client v0.24.1
21012024-08-29T01:21:07.275Z Checking parking_lot v0.11.2
21022024-08-29T01:21:07.557Z Checking sled v0.34.7
21032024-08-29T01:21:09.462Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21042024-08-29T01:21:10.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
21052024-08-29T01:21:10.794Z
21062024-08-29T01:21:10.794Zinfo: running `cargo check --bins` on dns-server-api (40/157)
21072024-08-29T01:21:11.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-29T01:21:11.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-29T01:21:11.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-08-29T01:21:11.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21112024-08-29T01:21:11.487Z
21122024-08-29T01:21:11.487Zinfo: running `cargo check --bins` on dns-service-client (41/157)
21132024-08-29T01:21:12.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-08-29T01:21:12.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-08-29T01:21:12.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-08-29T01:21:12.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21172024-08-29T01:21:12.162Z
21182024-08-29T01:21:12.162Zinfo: running `cargo check --bins` on gateway-test-utils (42/157)
21192024-08-29T01:21:12.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-08-29T01:21:12.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-08-29T01:21:12.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-08-29T01:21:12.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21232024-08-29T01:21:12.906Z
21242024-08-29T01:21:12.906Zinfo: running `cargo check --bins` on gateway-types (43/157)
21252024-08-29T01:21:13.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-08-29T01:21:13.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-08-29T01:21:13.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-08-29T01:21:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21292024-08-29T01:21:13.600Z
21302024-08-29T01:21:13.600Zinfo: running `cargo check --bins` on ipcc (44/157)
21312024-08-29T01:21:14.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-08-29T01:21:14.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-08-29T01:21:14.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-08-29T01:21:14.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21352024-08-29T01:21:14.282Z
21362024-08-29T01:21:14.282Zinfo: running `cargo check --bins` on omicron-gateway (45/157)
21372024-08-29T01:21:14.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-08-29T01:21:14.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-08-29T01:21:15.036Z Compiling rustls-pki-types v1.7.0
21402024-08-29T01:21:15.129Z Compiling match_cfg v0.1.0
21412024-08-29T01:21:15.140Z Checking num-rational v0.4.2
21422024-08-29T01:21:15.142Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21432024-08-29T01:21:15.151Z Compiling slog-json v2.6.1
21442024-08-29T01:21:15.161Z Compiling http v1.1.0
21452024-08-29T01:21:15.163Z Checking num-complex v0.4.6
21462024-08-29T01:21:15.176Z Compiling atomic-waker v1.1.2
21472024-08-29T01:21:15.217Z Compiling hostname v0.3.1
21482024-08-29T01:21:15.386Z Compiling prettyplease v0.2.20
21492024-08-29T01:21:15.460Z Compiling slog-bunyan v2.5.0
21502024-08-29T01:21:15.542Z Compiling rustls-webpki v0.102.4
21512024-08-29T01:21:15.585Z Compiling rustls-pemfile v2.1.3
21522024-08-29T01:21:15.677Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21532024-08-29T01:21:15.758Z Compiling waitgroup v0.1.2
21542024-08-29T01:21:15.807Z Compiling async-stream v0.3.5
21552024-08-29T01:21:15.922Z Compiling toml v0.8.19
21562024-08-29T01:21:15.938Z Compiling ipnetwork v0.20.0
21572024-08-29T01:21:15.975Z Compiling newtype-uuid v1.1.0
21582024-08-29T01:21:16.060Z Compiling serde_path_to_error v0.1.16
21592024-08-29T01:21:16.113Z Compiling hostname v0.4.0
21602024-08-29T01:21:16.130Z Checking num v0.4.3
21612024-08-29T01:21:16.235Z Compiling instant v0.1.12
21622024-08-29T01:21:16.273Z Compiling debug-ignore v1.0.5
21632024-08-29T01:21:16.384Z Compiling radium v0.7.0
21642024-08-29T01:21:16.400Z Compiling rustls v0.22.4
21652024-08-29T01:21:16.420Z Checking float-ord v0.3.2
21662024-08-29T01:21:16.571Z Compiling semver v0.1.20
21672024-08-29T01:21:16.852Z Compiling multer v3.1.0
21682024-08-29T01:21:16.894Z Compiling rustc_version v0.1.7
21692024-08-29T01:21:16.910Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21702024-08-29T01:21:17.220Z Compiling backoff v0.4.0
21712024-08-29T01:21:17.402Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21722024-08-29T01:21:17.587Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-08-29T01:21:17.696Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21742024-08-29T01:21:17.709Z Compiling parse-display v0.10.0
21752024-08-29T01:21:17.731Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762024-08-29T01:21:17.900Z Compiling serde_with v3.9.0
21772024-08-29T01:21:17.929Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-08-29T01:21:18.182Z Compiling macaddr v1.0.1
21792024-08-29T01:21:18.444Z Compiling maybe-uninit v2.0.0
21802024-08-29T01:21:18.622Z Checking tap v1.0.1
21812024-08-29T01:21:18.789Z Checking wyz v0.5.1
21822024-08-29T01:21:19.072Z Compiling newtype_derive v0.1.6
21832024-08-29T01:21:19.300Z Checking password-hash v0.5.0
21842024-08-29T01:21:19.388Z Checking blake2 v0.10.6
21852024-08-29T01:21:19.613Z Compiling bzip2-sys v0.1.11+1.0.8
21862024-08-29T01:21:19.771Z Checking crc-catalog v2.4.0
21872024-08-29T01:21:19.851Z Checking funty v2.0.0
21882024-08-29T01:21:19.911Z Compiling packed_struct v0.10.1
21892024-08-29T01:21:20.004Z Checking crc v3.2.1
21902024-08-29T01:21:20.402Z Checking argon2 v0.5.3
21912024-08-29T01:21:20.555Z Compiling packed_struct_codegen v0.10.1
21922024-08-29T01:21:20.803Z Compiling tokio-rustls v0.25.0
21932024-08-29T01:21:21.117Z Checking bitvec v1.0.1
21942024-08-29T01:21:21.222Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21952024-08-29T01:21:21.743Z Compiling indexmap v1.9.3
21962024-08-29T01:21:21.760Z Checking half v2.4.1
21972024-08-29T01:21:22.068Z Compiling cookie v0.18.1
21982024-08-29T01:21:22.261Z Checking ciborium-io v0.2.2
21992024-08-29T01:21:22.381Z Checking nodrop v0.1.14
22002024-08-29T01:21:22.397Z Checking ciborium-ll v0.2.2
22012024-08-29T01:21:22.504Z Checking array-init v0.0.4
22022024-08-29T01:21:22.940Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22032024-08-29T01:21:23.224Z Checking smallvec v0.6.14
22042024-08-29T01:21:23.505Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22052024-08-29T01:21:23.593Z Compiling memoffset v0.9.1
22062024-08-29T01:21:23.624Z Checking hashbrown v0.12.3
22072024-08-29T01:21:23.905Z Checking bitfield v0.14.0
22082024-08-29T01:21:24.184Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22092024-08-29T01:21:24.201Z Checking highway v1.2.0
22102024-08-29T01:21:24.534Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22112024-08-29T01:21:24.622Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22122024-08-29T01:21:24.678Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22132024-08-29T01:21:25.486Z Checking env_logger v0.10.2
22142024-08-29T01:21:25.739Z Checking serde-hex v0.1.0
22152024-08-29T01:21:25.936Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-08-29T01:21:25.953Z Checking steno v0.4.1
22172024-08-29T01:21:26.090Z Checking bzip2 v0.4.4
22182024-08-29T01:21:26.400Z Checking ciborium v0.2.2
22192024-08-29T01:21:26.539Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202024-08-29T01:21:26.801Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22212024-08-29T01:21:27.027Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22222024-08-29T01:21:27.469Z Checking ron v0.8.1
22232024-08-29T01:21:27.969Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22242024-08-29T01:21:28.264Z Checking x509-cert v0.2.5
22252024-08-29T01:21:28.327Z Checking hashbrown v0.13.2
22262024-08-29T01:21:28.765Z Compiling derive-where v1.2.7
22272024-08-29T01:21:29.395Z Checking crc-any v2.5.0
22282024-08-29T01:21:29.761Z Checking object v0.30.4
22292024-08-29T01:21:29.910Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302024-08-29T01:21:30.186Z Checking zip v0.6.6
22312024-08-29T01:21:30.585Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22322024-08-29T01:21:30.673Z Checking path-slash v0.1.5
22332024-08-29T01:21:30.822Z Checking nix v0.27.1
22342024-08-29T01:21:30.922Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22352024-08-29T01:21:30.975Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22362024-08-29T01:21:31.524Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22372024-08-29T01:21:31.760Z Checking kstat-rs v0.2.4
22382024-08-29T01:21:31.788Z Checking serde-big-array v0.5.1
22392024-08-29T01:21:32.013Z Checking signal-hook-tokio v0.3.1
22402024-08-29T01:21:32.462Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22412024-08-29T01:21:33.917Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22422024-08-29T01:21:37.593Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22432024-08-29T01:21:38.968Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22442024-08-29T01:21:41.293Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22452024-08-29T01:21:43.499Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22462024-08-29T01:21:44.574Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22472024-08-29T01:21:44.840Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22482024-08-29T01:21:49.129Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22492024-08-29T01:21:49.778Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22502024-08-29T01:21:52.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
22512024-08-29T01:21:52.833Z
22522024-08-29T01:21:52.833Zinfo: running `cargo check --bins` on gateway-api (46/157)
22532024-08-29T01:21:53.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-08-29T01:21:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-08-29T01:21:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-08-29T01:21:53.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22572024-08-29T01:21:53.537Z
22582024-08-29T01:21:53.537Zinfo: running `cargo check --bins` on oximeter (47/157)
22592024-08-29T01:21:54.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-08-29T01:21:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-08-29T01:21:54.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622024-08-29T01:21:54.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22632024-08-29T01:21:54.244Z
22642024-08-29T01:21:54.244Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/157)
22652024-08-29T01:21:54.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-08-29T01:21:54.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-08-29T01:21:54.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682024-08-29T01:21:54.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22692024-08-29T01:21:54.918Z
22702024-08-29T01:21:54.918Zinfo: running `cargo check --bins` on oximeter-schema (49/157)
22712024-08-29T01:21:55.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-08-29T01:21:55.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-08-29T01:21:55.625Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22742024-08-29T01:21:56.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
22752024-08-29T01:21:56.192Z
22762024-08-29T01:21:56.192Zinfo: running `cargo check --bins` on oximeter-types (50/157)
22772024-08-29T01:21:56.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-08-29T01:21:56.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-08-29T01:21:56.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-08-29T01:21:56.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22812024-08-29T01:21:56.889Z
22822024-08-29T01:21:56.889Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/157)
22832024-08-29T01:21:57.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-29T01:21:57.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-29T01:21:57.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-29T01:21:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22872024-08-29T01:21:57.585Z
22882024-08-29T01:21:57.585Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/157)
22892024-08-29T01:21:58.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-29T01:21:58.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-29T01:21:58.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-29T01:21:58.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22932024-08-29T01:21:58.249Z
22942024-08-29T01:21:58.249Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/157)
22952024-08-29T01:21:58.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-29T01:21:58.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-29T01:21:58.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-29T01:21:58.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22992024-08-29T01:21:58.946Z
23002024-08-29T01:21:58.946Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/157)
23012024-08-29T01:21:59.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-29T01:21:59.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-29T01:21:59.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-29T01:21:59.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23052024-08-29T01:21:59.656Z
23062024-08-29T01:21:59.656Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/157)
23072024-08-29T01:22:00.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-29T01:22:00.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-29T01:22:00.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-29T01:22:00.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23112024-08-29T01:22:00.356Z
23122024-08-29T01:22:00.356Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/157)
23132024-08-29T01:22:00.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-29T01:22:00.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-29T01:22:00.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-29T01:22:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23172024-08-29T01:22:01.062Z
23182024-08-29T01:22:01.062Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/157)
23192024-08-29T01:22:01.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-29T01:22:01.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-29T01:22:01.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-08-29T01:22:01.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23232024-08-29T01:22:01.773Z
23242024-08-29T01:22:01.773Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/157)
23252024-08-29T01:22:02.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-08-29T01:22:02.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-08-29T01:22:02.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-08-29T01:22:02.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23292024-08-29T01:22:02.474Z
23302024-08-29T01:22:02.474Zinfo: running `cargo check --bins` on oximeter-producer (59/157)
23312024-08-29T01:22:03.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-08-29T01:22:03.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-08-29T01:22:03.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-08-29T01:22:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23352024-08-29T01:22:03.204Z
23362024-08-29T01:22:03.204Zinfo: running `cargo check --bins` on internal-dns (60/157)
23372024-08-29T01:22:03.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-08-29T01:22:03.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-08-29T01:22:03.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-08-29T01:22:03.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23412024-08-29T01:22:03.891Z
23422024-08-29T01:22:03.891Zinfo: running `cargo check --bins` on nexus-client (61/157)
23432024-08-29T01:22:04.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-08-29T01:22:04.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-08-29T01:22:04.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-08-29T01:22:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23472024-08-29T01:22:04.604Z
23482024-08-29T01:22:04.604Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/157)
23492024-08-29T01:22:05.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-08-29T01:22:05.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-08-29T01:22:05.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-08-29T01:22:05.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23532024-08-29T01:22:05.332Z
23542024-08-29T01:22:05.332Zinfo: running `cargo check --bins` on omicron-passwords (63/157)
23552024-08-29T01:22:05.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-08-29T01:22:05.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-08-29T01:22:05.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-08-29T01:22:05.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23592024-08-29T01:22:06.001Z
23602024-08-29T01:22:06.001Zinfo: running `cargo check --bins` on nexus-types (64/157)
23612024-08-29T01:22:06.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-08-29T01:22:06.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-08-29T01:22:06.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-08-29T01:22:06.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23652024-08-29T01:22:06.727Z
23662024-08-29T01:22:06.727Zinfo: running `cargo check --bins` on gateway-client (65/157)
23672024-08-29T01:22:07.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-08-29T01:22:07.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-08-29T01:22:07.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-08-29T01:22:07.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23712024-08-29T01:22:07.406Z
23722024-08-29T01:22:07.406Zinfo: running `cargo check --bins` on oxql-types (66/157)
23732024-08-29T01:22:08.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-08-29T01:22:08.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-08-29T01:22:08.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-08-29T01:22:08.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
23772024-08-29T01:22:08.105Z
23782024-08-29T01:22:08.105Zinfo: running `cargo check --bins` on sp-sim (67/157)
23792024-08-29T01:22:08.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-08-29T01:22:08.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-08-29T01:22:08.819Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23822024-08-29T01:22:10.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
23832024-08-29T01:22:10.884Z
23842024-08-29T01:22:10.885Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/157)
23852024-08-29T01:22:11.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-08-29T01:22:11.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-08-29T01:22:11.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-08-29T01:22:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
23892024-08-29T01:22:11.619Z
23902024-08-29T01:22:11.619Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/157)
23912024-08-29T01:22:12.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-08-29T01:22:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-08-29T01:22:12.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-08-29T01:22:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23952024-08-29T01:22:12.404Z
23962024-08-29T01:22:12.404Zinfo: running `cargo check --bins` on db-macros (70/157)
23972024-08-29T01:22:12.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-08-29T01:22:12.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-08-29T01:22:12.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-08-29T01:22:12.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24012024-08-29T01:22:13.053Z
24022024-08-29T01:22:13.053Zinfo: running `cargo check --bins` on nexus-macros-common (71/157)
24032024-08-29T01:22:13.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-08-29T01:22:13.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-08-29T01:22:13.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-08-29T01:22:13.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24072024-08-29T01:22:13.727Z
24082024-08-29T01:22:13.727Zinfo: running `cargo check --bins` on nexus-auth (72/157)
24092024-08-29T01:22:14.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-08-29T01:22:14.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-08-29T01:22:14.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-08-29T01:22:14.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
24132024-08-29T01:22:14.487Z
24142024-08-29T01:22:14.487Zinfo: running `cargo check --bins` on authz-macros (73/157)
24152024-08-29T01:22:15.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-08-29T01:22:15.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-08-29T01:22:15.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-08-29T01:22:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24192024-08-29T01:22:15.202Z
24202024-08-29T01:22:15.202Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/157)
24212024-08-29T01:22:15.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-08-29T01:22:15.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-08-29T01:22:15.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-08-29T01:22:15.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24252024-08-29T01:22:15.874Z
24262024-08-29T01:22:15.874Zinfo: running `cargo check --bins` on nexus-db-model (75/157)
24272024-08-29T01:22:16.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-08-29T01:22:16.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-08-29T01:22:16.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-08-29T01:22:16.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24312024-08-29T01:22:16.636Z
24322024-08-29T01:22:16.636Zinfo: running `cargo check --bins` on nexus-defaults (76/157)
24332024-08-29T01:22:17.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-08-29T01:22:17.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-08-29T01:22:17.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-08-29T01:22:17.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24372024-08-29T01:22:17.301Z
24382024-08-29T01:22:17.301Zinfo: running `cargo check --bins` on sled-agent-client (77/157)
24392024-08-29T01:22:17.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-08-29T01:22:17.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-08-29T01:22:17.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-08-29T01:22:17.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24432024-08-29T01:22:18.025Z
24442024-08-29T01:22:18.025Zinfo: running `cargo check --bins` on nexus-inventory (78/157)
24452024-08-29T01:22:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-08-29T01:22:18.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-08-29T01:22:18.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-08-29T01:22:18.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24492024-08-29T01:22:18.804Z
24502024-08-29T01:22:18.804Zinfo: running `cargo check --bins` on typed-rng (79/157)
24512024-08-29T01:22:19.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-08-29T01:22:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-08-29T01:22:19.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-08-29T01:22:19.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24552024-08-29T01:22:19.443Z
24562024-08-29T01:22:19.443Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/157)
24572024-08-29T01:22:20.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-08-29T01:22:20.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-08-29T01:22:20.269Z Compiling rayon-core v1.12.1
24602024-08-29T01:22:20.272Z Compiling crossbeam-deque v0.8.5
24612024-08-29T01:22:20.272Z Compiling curve25519-dalek v4.1.3
24622024-08-29T01:22:20.272Z Compiling unicase v2.7.0
24632024-08-29T01:22:20.272Z Checking keccak v0.1.5
24642024-08-29T01:22:20.399Z Compiling same-file v1.0.6
24652024-08-29T01:22:20.402Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24662024-08-29T01:22:20.402Z Compiling tempfile v3.10.1
24672024-08-29T01:22:20.641Z Compiling walkdir v2.5.0
24682024-08-29T01:22:20.685Z Checking sha3 v0.10.8
24692024-08-29T01:22:20.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24702024-08-29T01:22:20.849Z Compiling thiserror-impl-no-std v2.0.2
24712024-08-29T01:22:21.072Z Checking universal-hash v0.5.1
24722024-08-29T01:22:21.136Z Checking secrecy v0.8.0
24732024-08-29T01:22:21.139Z Compiling ring v0.16.20
24742024-08-29T01:22:21.276Z Compiling blake3 v1.5.1
24752024-08-29T01:22:21.292Z Compiling curve25519-dalek-derive v0.1.1
24762024-08-29T01:22:21.353Z Checking opaque-debug v0.3.1
24772024-08-29T01:22:21.356Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24782024-08-29T01:22:21.419Z Checking poly1305 v0.8.0
24792024-08-29T01:22:21.422Z Checking chacha20 v0.9.1
24802024-08-29T01:22:21.670Z Compiling rayon v1.10.0
24812024-08-29T01:22:21.765Z Checking aead v0.5.2
24822024-08-29T01:22:21.933Z Compiling memmap2 v0.9.4
24832024-08-29T01:22:22.001Z Compiling home v0.5.9
24842024-08-29T01:22:22.296Z Compiling constant_time_eq v0.3.0
24852024-08-29T01:22:22.409Z Compiling arrayvec v0.7.4
24862024-08-29T01:22:22.429Z Compiling arrayref v0.3.7
24872024-08-29T01:22:22.462Z Compiling untrusted v0.7.1
24882024-08-29T01:22:22.535Z Compiling libefi-sys v0.1.0
24892024-08-29T01:22:22.593Z Compiling spin v0.5.2
24902024-08-29T01:22:22.656Z Compiling toolchain_find v0.4.0
24912024-08-29T01:22:22.810Z Checking chacha20poly1305 v0.10.1
24922024-08-29T01:22:22.984Z Compiling camino-tempfile v1.1.1
24932024-08-29T01:22:23.147Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24942024-08-29T01:22:23.342Z Compiling bitfield-struct v0.6.1
24952024-08-29T01:22:23.346Z Compiling cancel-safe-futures v0.1.5
24962024-08-29T01:22:23.479Z Compiling topological-sort v0.2.2
24972024-08-29T01:22:23.729Z Compiling mime_guess v2.0.4
24982024-08-29T01:22:23.732Z Compiling rustfmt-wrapper v0.2.1
24992024-08-29T01:22:24.109Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25002024-08-29T01:22:24.160Z Checking thiserror-no-std v2.0.2
25012024-08-29T01:22:24.305Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25022024-08-29T01:22:24.321Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25032024-08-29T01:22:24.469Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25042024-08-29T01:22:24.760Z Checking vsss-rs v3.3.4
25052024-08-29T01:22:24.776Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062024-08-29T01:22:25.070Z Checking gethostname v0.5.0
25072024-08-29T01:22:25.112Z Checking libsw v3.3.1
25082024-08-29T01:22:25.175Z Checking owo-colors v4.0.0
25092024-08-29T01:22:25.240Z Checking linear-map v1.2.0
25102024-08-29T01:22:25.339Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112024-08-29T01:22:25.403Z Checking swrite v0.1.0
25122024-08-29T01:22:25.540Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25132024-08-29T01:22:25.858Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142024-08-29T01:22:26.312Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25152024-08-29T01:22:26.491Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25162024-08-29T01:22:26.754Z Checking nanorand v0.7.0
25172024-08-29T01:22:27.048Z Compiling omicron-zone-package v0.11.0
25182024-08-29T01:22:27.130Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192024-08-29T01:22:27.252Z Checking glob v0.3.1
25202024-08-29T01:22:27.502Z Checking http-range v0.1.5
25212024-08-29T01:22:27.504Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25222024-08-29T01:22:27.559Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25232024-08-29T01:22:27.661Z Checking hyper-staticfile v0.9.5
25242024-08-29T01:22:28.111Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25252024-08-29T01:22:28.202Z Checking flume v0.11.0
25262024-08-29T01:22:28.563Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25272024-08-29T01:22:28.722Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25282024-08-29T01:22:28.737Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25292024-08-29T01:22:29.407Z Checking itertools v0.13.0
25302024-08-29T01:22:29.850Z Checking display-error-chain v0.2.0
25312024-08-29T01:22:30.226Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25322024-08-29T01:22:30.970Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332024-08-29T01:22:32.098Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25342024-08-29T01:22:33.619Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25352024-08-29T01:22:33.621Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25362024-08-29T01:22:44.669Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25372024-08-29T01:22:57.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s
25382024-08-29T01:22:57.219Z
25392024-08-29T01:22:57.219Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/157)
25402024-08-29T01:22:57.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-08-29T01:22:57.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-08-29T01:22:58.040Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25432024-08-29T01:23:10.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s
25442024-08-29T01:23:10.760Z
25452024-08-29T01:23:10.761Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/157)
25462024-08-29T01:23:11.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-08-29T01:23:11.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-08-29T01:23:11.580Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25492024-08-29T01:23:27.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
25502024-08-29T01:23:27.987Z
25512024-08-29T01:23:27.987Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/157)
25522024-08-29T01:23:27.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-08-29T01:23:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-08-29T01:23:27.989Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25552024-08-29T01:23:37.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.24s
25562024-08-29T01:23:37.788Z
25572024-08-29T01:23:37.788Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/157)
25582024-08-29T01:23:38.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-08-29T01:23:38.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-08-29T01:23:38.600Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25612024-08-29T01:23:51.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
25622024-08-29T01:23:51.390Z
25632024-08-29T01:23:51.391Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/157)
25642024-08-29T01:23:52.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-08-29T01:23:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-08-29T01:23:52.199Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25672024-08-29T01:24:04.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
25682024-08-29T01:24:05.088Z
25692024-08-29T01:24:05.088Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/157)
25702024-08-29T01:24:05.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-08-29T01:24:05.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-08-29T01:24:05.906Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25732024-08-29T01:24:18.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s
25742024-08-29T01:24:18.643Z
25752024-08-29T01:24:18.643Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/157)
25762024-08-29T01:24:19.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-08-29T01:24:19.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-08-29T01:24:19.448Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25792024-08-29T01:24:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
25802024-08-29T01:24:32.280Z
25812024-08-29T01:24:32.280Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/157)
25822024-08-29T01:24:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-08-29T01:24:32.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-08-29T01:24:32.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-08-29T01:24:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25862024-08-29T01:24:33.003Z
25872024-08-29T01:24:33.003Zinfo: running `cargo check --bins` on sled-agent-types (89/157)
25882024-08-29T01:24:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-08-29T01:24:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-08-29T01:24:33.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-08-29T01:24:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25922024-08-29T01:24:33.725Z
25932024-08-29T01:24:33.725Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/157)
25942024-08-29T01:24:34.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-08-29T01:24:34.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-08-29T01:24:34.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-08-29T01:24:34.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25982024-08-29T01:24:34.441Z
25992024-08-29T01:24:34.441Zinfo: running `cargo check --bins` on dpd-client (91/157)
26002024-08-29T01:24:35.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-08-29T01:24:35.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-08-29T01:24:35.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-08-29T01:24:35.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26042024-08-29T01:24:35.128Z
26052024-08-29T01:24:35.128Zinfo: running `cargo check --bins` on installinator-common (92/157)
26062024-08-29T01:24:35.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-08-29T01:24:35.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-08-29T01:24:35.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-08-29T01:24:35.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26102024-08-29T01:24:35.832Z
26112024-08-29T01:24:35.832Zinfo: running `cargo check --bins` on update-engine (93/157)
26122024-08-29T01:24:36.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-08-29T01:24:36.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-08-29T01:24:36.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-08-29T01:24:36.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26162024-08-29T01:24:36.509Z
26172024-08-29T01:24:36.509Zinfo: running `cargo check --bins` on key-manager (94/157)
26182024-08-29T01:24:37.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-08-29T01:24:37.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-08-29T01:24:37.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-08-29T01:24:37.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26222024-08-29T01:24:37.204Z
26232024-08-29T01:24:37.204Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/157)
26242024-08-29T01:24:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-08-29T01:24:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-08-29T01:24:37.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-08-29T01:24:37.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26282024-08-29T01:24:37.927Z
26292024-08-29T01:24:37.927Zinfo: running `cargo check --bins` on sled-agent-api (96/157)
26302024-08-29T01:24:38.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-08-29T01:24:38.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-08-29T01:24:38.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-08-29T01:24:38.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26342024-08-29T01:24:38.662Z
26352024-08-29T01:24:38.662Zinfo: running `cargo check --bins` on sled-hardware (97/157)
26362024-08-29T01:24:39.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-08-29T01:24:39.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-08-29T01:24:39.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-08-29T01:24:39.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26402024-08-29T01:24:39.370Z
26412024-08-29T01:24:39.370Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/157)
26422024-08-29T01:24:40.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-08-29T01:24:40.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-08-29T01:24:40.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-08-29T01:24:40.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26462024-08-29T01:24:40.098Z
26472024-08-29T01:24:40.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/157)
26482024-08-29T01:24:40.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-08-29T01:24:40.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-08-29T01:24:40.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-08-29T01:24:40.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26522024-08-29T01:24:40.815Z
26532024-08-29T01:24:40.815Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/157)
26542024-08-29T01:24:41.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-08-29T01:24:41.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-08-29T01:24:41.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-08-29T01:24:41.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26582024-08-29T01:24:41.549Z
26592024-08-29T01:24:41.549Zinfo: running `cargo check --bins` on nexus-test-interface (101/157)
26602024-08-29T01:24:42.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-08-29T01:24:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-08-29T01:24:42.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-08-29T01:24:42.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26642024-08-29T01:24:42.265Z
26652024-08-29T01:24:42.266Zinfo: running `cargo check --bins` on oximeter-collector (102/157)
26662024-08-29T01:24:42.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-08-29T01:24:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-08-29T01:24:43.002Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26692024-08-29T01:24:43.002Z Checking bcs v0.1.6
26702024-08-29T01:24:43.012Z Compiling async-recursion v1.1.1
26712024-08-29T01:24:43.012Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26722024-08-29T01:24:43.012Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26732024-08-29T01:24:44.139Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26742024-08-29T01:24:47.488Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26752024-08-29T01:24:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
26762024-08-29T01:24:49.479Z
26772024-08-29T01:24:49.479Zinfo: running `cargo check --bins` on oximeter-api (103/157)
26782024-08-29T01:24:50.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-08-29T01:24:50.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-08-29T01:24:50.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-08-29T01:24:50.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26822024-08-29T01:24:50.176Z
26832024-08-29T01:24:50.176Zinfo: running `cargo check --bins` on oximeter-client (104/157)
26842024-08-29T01:24:50.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-08-29T01:24:50.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-08-29T01:24:50.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872024-08-29T01:24:50.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26882024-08-29T01:24:50.890Z
26892024-08-29T01:24:50.890Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/157)
26902024-08-29T01:24:51.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-08-29T01:24:51.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-08-29T01:24:51.589Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26932024-08-29T01:24:52.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
26942024-08-29T01:24:52.367Z
26952024-08-29T01:24:52.367Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/157)
26962024-08-29T01:24:53.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-08-29T01:24:53.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-08-29T01:24:53.103Z Compiling vte_generate_state_changes v0.1.1
26992024-08-29T01:24:53.103Z Checking fd-lock v4.0.2
27002024-08-29T01:24:53.106Z Checking bytecount v0.6.8
27012024-08-29T01:24:53.106Z Compiling tabled_derive v0.7.0
27022024-08-29T01:24:53.215Z Checking crossterm v0.27.0
27032024-08-29T01:24:53.217Z Compiling peg-macros v0.8.4
27042024-08-29T01:24:53.217Z Compiling sqlparser_derive v0.2.2
27052024-08-29T01:24:53.217Z Checking unicode_categories v0.1.1
27062024-08-29T01:24:53.332Z Checking papergrid v0.11.0
27072024-08-29T01:24:53.560Z Checking home v0.5.9
27082024-08-29T01:24:53.686Z Checking nu-ansi-term v0.50.0
27092024-08-29T01:24:53.801Z Checking rustyline v14.0.0
27102024-08-29T01:24:53.821Z Checking vte v0.11.1
27112024-08-29T01:24:54.068Z Checking sqlformat v0.2.4
27122024-08-29T01:24:54.409Z Checking sqlparser v0.45.0
27132024-08-29T01:24:54.858Z Checking crossterm v0.28.1
27142024-08-29T01:24:55.223Z Checking strip-ansi-escapes v0.2.0
27152024-08-29T01:24:55.370Z Checking reedline v0.33.0
27162024-08-29T01:24:55.760Z Checking tabled v0.15.0
27172024-08-29T01:24:56.234Z Checking peg v0.8.4
27182024-08-29T01:25:01.020Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192024-08-29T01:25:06.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
27202024-08-29T01:25:06.643Z
27212024-08-29T01:25:06.643Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/157)
27222024-08-29T01:25:07.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-08-29T01:25:07.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-08-29T01:25:07.373Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252024-08-29T01:25:13.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
27262024-08-29T01:25:13.181Z
27272024-08-29T01:25:13.181Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/157)
27282024-08-29T01:25:13.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-08-29T01:25:13.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-08-29T01:25:13.914Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312024-08-29T01:25:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
27322024-08-29T01:25:19.458Z
27332024-08-29T01:25:19.458Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/157)
27342024-08-29T01:25:20.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-08-29T01:25:20.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-08-29T01:25:20.187Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372024-08-29T01:25:24.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
27382024-08-29T01:25:24.776Z
27392024-08-29T01:25:24.776Zinfo: running `cargo check --bins` on oximeter-test-utils (110/157)
27402024-08-29T01:25:25.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-08-29T01:25:25.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-08-29T01:25:25.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-08-29T01:25:25.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27442024-08-29T01:25:25.476Z
27452024-08-29T01:25:25.476Zinfo: running `cargo check --bins` on cockroach-admin-client (111/157)
27462024-08-29T01:25:26.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-08-29T01:25:26.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-08-29T01:25:26.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-08-29T01:25:26.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27502024-08-29T01:25:26.159Z
27512024-08-29T01:25:26.159Zinfo: running `cargo check --bins` on installinator-client (112/157)
27522024-08-29T01:25:26.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-29T01:25:26.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-29T01:25:26.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-08-29T01:25:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27562024-08-29T01:25:26.884Z
27572024-08-29T01:25:26.884Zinfo: running `cargo check --bins` on oxide-client (113/157)
27582024-08-29T01:25:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-08-29T01:25:27.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-08-29T01:25:27.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-08-29T01:25:27.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27622024-08-29T01:25:27.581Z
27632024-08-29T01:25:27.581Zinfo: running `cargo check --bins` on wicketd-client (114/157)
27642024-08-29T01:25:28.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-29T01:25:28.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-29T01:25:28.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-08-29T01:25:28.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27682024-08-29T01:25:28.338Z
27692024-08-29T01:25:28.338Zinfo: running `cargo check --bins` on wicket-common (115/157)
27702024-08-29T01:25:28.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-08-29T01:25:28.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-08-29T01:25:28.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-08-29T01:25:29.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27742024-08-29T01:25:29.077Z
27752024-08-29T01:25:29.077Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/157)
27762024-08-29T01:25:29.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-08-29T01:25:29.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-08-29T01:25:29.803Z Checking csv-core v0.1.11
27792024-08-29T01:25:29.805Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802024-08-29T01:25:30.109Z Checking csv v1.3.0
27812024-08-29T01:25:30.672Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27822024-08-29T01:25:31.060Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27832024-08-29T01:25:32.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
27842024-08-29T01:25:32.454Z
27852024-08-29T01:25:32.454Zinfo: running `cargo check --bins` on cockroach-admin-api (117/157)
27862024-08-29T01:25:33.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-08-29T01:25:33.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-08-29T01:25:33.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-08-29T01:25:33.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27902024-08-29T01:25:33.172Z
27912024-08-29T01:25:33.172Zinfo: running `cargo check --bins` on cockroach-admin-types (118/157)
27922024-08-29T01:25:33.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-08-29T01:25:33.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-08-29T01:25:33.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-08-29T01:25:33.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27962024-08-29T01:25:33.869Z
27972024-08-29T01:25:33.869Zinfo: running `cargo check --bins` on cert-dev (119/157)
27982024-08-29T01:25:34.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-08-29T01:25:34.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-08-29T01:25:34.539Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28012024-08-29T01:25:34.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28022024-08-29T01:25:34.948Z
28032024-08-29T01:25:34.948Zinfo: running `cargo check --bins` on ch-dev (120/157)
28042024-08-29T01:25:35.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-08-29T01:25:35.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-08-29T01:25:35.721Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28072024-08-29T01:25:36.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
28082024-08-29T01:25:36.580Z
28092024-08-29T01:25:36.580Zinfo: running `cargo check --bins` on crdb-seed (121/157)
28102024-08-29T01:25:37.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-08-29T01:25:37.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-08-29T01:25:37.306Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28132024-08-29T01:25:37.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28142024-08-29T01:25:37.806Z
28152024-08-29T01:25:37.806Zinfo: running `cargo check --bins` on db-dev (122/157)
28162024-08-29T01:25:38.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-29T01:25:38.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-29T01:25:38.533Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28192024-08-29T01:25:39.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
28202024-08-29T01:25:39.428Z
28212024-08-29T01:25:39.428Zinfo: running `cargo check --bins` on omicron-dev-lib (123/157)
28222024-08-29T01:25:40.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-08-29T01:25:40.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-08-29T01:25:40.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-08-29T01:25:40.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28262024-08-29T01:25:40.166Z
28272024-08-29T01:25:40.166Zinfo: running `cargo check --bins` on xtask-downloader (124/157)
28282024-08-29T01:25:40.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-08-29T01:25:40.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-08-29T01:25:40.850Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28312024-08-29T01:25:41.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
28322024-08-29T01:25:41.888Z
28332024-08-29T01:25:41.888Zinfo: running `cargo check --bins` on mgs-dev (125/157)
28342024-08-29T01:25:42.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-08-29T01:25:42.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-08-29T01:25:42.700Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28372024-08-29T01:25:43.375Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28382024-08-29T01:25:43.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
28392024-08-29T01:25:44.071Z
28402024-08-29T01:25:44.071Zinfo: running `cargo check --bins` on omicron-omdb (126/157)
28412024-08-29T01:25:44.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-29T01:25:44.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-29T01:25:44.969Z Compiling glob v0.3.1
28442024-08-29T01:25:44.969Z Compiling crunchy v0.2.2
28452024-08-29T01:25:44.971Z Compiling tiny-keccak v2.0.2
28462024-08-29T01:25:44.972Z Compiling dsl_auto_type v0.1.2
28472024-08-29T01:25:44.972Z Checking scheduled-thread-pool v0.2.7
28482024-08-29T01:25:45.072Z Compiling diesel_table_macro_syntax v0.2.0
28492024-08-29T01:25:45.086Z Compiling ascii-canvas v3.0.0
28502024-08-29T01:25:45.089Z Compiling ena v0.14.3
28512024-08-29T01:25:45.320Z Checking r2d2 v0.8.10
28522024-08-29T01:25:45.508Z Compiling libloading v0.8.3
28532024-08-29T01:25:45.530Z Compiling bindgen v0.69.4
28542024-08-29T01:25:45.585Z Compiling diff v0.1.13
28552024-08-29T01:25:45.642Z Compiling regex-syntax v0.6.29
28562024-08-29T01:25:45.673Z Compiling which v4.4.2
28572024-08-29T01:25:45.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28582024-08-29T01:25:46.022Z Compiling clang-sys v1.7.0
28592024-08-29T01:25:46.199Z Compiling cexpr v0.6.0
28602024-08-29T01:25:46.299Z Compiling lazycell v1.3.0
28612024-08-29T01:25:46.340Z Compiling shlex v1.3.0
28622024-08-29T01:25:46.353Z Compiling rustc-hash v1.1.0
28632024-08-29T01:25:46.413Z Compiling ref-cast v1.0.23
28642024-08-29T01:25:46.466Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28652024-08-29T01:25:46.504Z Compiling derive_builder_core v0.20.0
28662024-08-29T01:25:46.761Z Compiling libxml v0.3.3
28672024-08-29T01:25:46.780Z Compiling ref-cast-impl v1.0.23
28682024-08-29T01:25:46.875Z Compiling diesel_derives v2.2.2
28692024-08-29T01:25:47.024Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28702024-08-29T01:25:47.230Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28712024-08-29T01:25:47.518Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28722024-08-29T01:25:47.836Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28732024-08-29T01:25:48.096Z Compiling strum_macros v0.24.3
28742024-08-29T01:25:48.169Z Compiling dropshot v0.10.1
28752024-08-29T01:25:48.233Z Compiling indoc v1.0.9
28762024-08-29T01:25:49.015Z Compiling lalrpop v0.19.12
28772024-08-29T01:25:49.296Z Compiling derive_builder_macro v0.20.0
28782024-08-29T01:25:50.251Z Checking derive_builder v0.20.0
28792024-08-29T01:25:50.462Z Checking tungstenite v0.23.0
28802024-08-29T01:25:50.890Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28812024-08-29T01:25:51.217Z Compiling dropshot_endpoint v0.10.1
28822024-08-29T01:25:51.464Z Compiling impl-trait-for-tuples v0.2.2
28832024-08-29T01:25:51.687Z Compiling oso-derive v0.27.3
28842024-08-29T01:25:51.939Z Checking quick-xml v0.31.0
28852024-08-29T01:25:52.853Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28862024-08-29T01:25:53.193Z Checking maplit v1.0.2
28872024-08-29T01:25:53.391Z Checking tokio-tungstenite v0.23.1
28882024-08-29T01:25:53.913Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28892024-08-29T01:25:54.135Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28902024-08-29T01:25:54.454Z Checking bb8 v0.8.5
28912024-08-29T01:25:54.970Z Compiling const_format_proc_macros v0.2.32
28922024-08-29T01:25:55.722Z Checking crossbeam-deque v0.8.5
28932024-08-29T01:25:56.082Z Compiling portable-atomic v1.6.0
28942024-08-29T01:25:57.241Z Checking rayon-core v1.12.1
28952024-08-29T01:25:57.352Z Checking const_format v0.2.32
28962024-08-29T01:25:57.426Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28972024-08-29T01:25:57.871Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28982024-08-29T01:25:57.930Z Checking castaway v0.2.3
28992024-08-29T01:25:58.107Z Checking compact_str v0.8.0
29002024-08-29T01:25:58.209Z Checking rayon v1.10.0
29012024-08-29T01:25:59.516Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022024-08-29T01:25:59.769Z Checking unicode-truncate v1.0.0
29032024-08-29T01:25:59.827Z Checking lru v0.12.3
29042024-08-29T01:25:59.996Z Compiling instability v0.3.2
29052024-08-29T01:26:00.122Z Checking unicode-linebreak v0.1.5
29062024-08-29T01:26:00.164Z Checking smawk v0.3.2
29072024-08-29T01:26:00.190Z Checking number_prefix v0.4.0
29082024-08-29T01:26:00.381Z Checking diesel v2.2.3
29092024-08-29T01:26:00.413Z Checking cassowary v0.3.0
29102024-08-29T01:26:00.462Z Checking multimap v0.10.0
29112024-08-29T01:26:00.541Z Checking textwrap v0.16.1
29122024-08-29T01:26:01.077Z Checking ratatui v0.28.0
29132024-08-29T01:26:02.212Z Checking indicatif v0.17.8
29142024-08-29T01:26:21.802Z Compiling samael v0.0.15
29152024-08-29T01:26:37.497Z Compiling polar-core v0.27.3
29162024-08-29T01:26:38.231Z Checking async-bb8-diesel v0.2.1
29172024-08-29T01:26:44.795Z Checking oso v0.27.3
29182024-08-29T01:27:50.579Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29192024-08-29T01:27:56.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
29202024-08-29T01:27:56.563Z
29212024-08-29T01:27:56.563Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/157)
29222024-08-29T01:27:57.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-08-29T01:27:57.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-08-29T01:27:57.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-08-29T01:27:57.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29262024-08-29T01:27:57.316Z
29272024-08-29T01:27:57.316Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/157)
29282024-08-29T01:27:57.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-08-29T01:27:58.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-08-29T01:27:58.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-08-29T01:27:58.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29322024-08-29T01:27:58.087Z
29332024-08-29T01:27:58.087Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/157)
29342024-08-29T01:27:58.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-08-29T01:27:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-08-29T01:27:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372024-08-29T01:27:58.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29382024-08-29T01:27:58.784Z
29392024-08-29T01:27:58.784Zinfo: running `cargo check --bins` on omicron-nexus (130/157)
29402024-08-29T01:27:59.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-08-29T01:27:59.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-08-29T01:27:59.834Z Compiling libz-sys v1.1.16
29432024-08-29T01:27:59.836Z Compiling libgit2-sys v0.17.0+1.8.1
29442024-08-29T01:27:59.836Z Compiling vergen v8.3.2
29452024-08-29T01:27:59.836Z Compiling cargo-platform v0.1.8
29462024-08-29T01:27:59.836Z Compiling pin-project-internal v1.1.5
29472024-08-29T01:27:59.836Z Compiling snafu-derive v0.8.2
29482024-08-29T01:27:59.836Z Compiling libsqlite3-sys v0.28.0
29492024-08-29T01:27:59.836Z Compiling buf-list v1.0.3
29502024-08-29T01:28:00.130Z Compiling cargo_metadata v0.18.1
29512024-08-29T01:28:00.336Z Checking globset v0.4.14
29522024-08-29T01:28:00.429Z Checking olpc-cjson v0.1.3
29532024-08-29T01:28:00.612Z Checking rand_seeder v0.3.0
29542024-08-29T01:28:00.633Z Checking serde_plain v1.0.2
29552024-08-29T01:28:00.724Z Checking typed-path v0.7.1
29562024-08-29T01:28:00.853Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29572024-08-29T01:28:01.031Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29582024-08-29T01:28:01.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29592024-08-29T01:28:01.320Z Checking hashlink v0.9.1
29602024-08-29T01:28:01.336Z Checking fallible-streaming-iterator v0.1.9
29612024-08-29T01:28:01.427Z Checking parse-size v1.0.0
29622024-08-29T01:28:01.557Z Checking fallible-iterator v0.3.0
29632024-08-29T01:28:01.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29642024-08-29T01:28:01.974Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29652024-08-29T01:28:02.178Z Checking rusqlite v0.31.0
29662024-08-29T01:28:02.577Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29672024-08-29T01:28:02.655Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29682024-08-29T01:28:02.869Z Checking twox-hash v1.6.3
29692024-08-29T01:28:03.007Z Checking pin-project v1.1.5
29702024-08-29T01:28:03.111Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29712024-08-29T01:28:03.332Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29722024-08-29T01:28:03.783Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29732024-08-29T01:28:03.816Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29742024-08-29T01:28:03.876Z Checking fatfs v0.3.6
29752024-08-29T01:28:03.997Z Checking assert_matches v1.5.0
29762024-08-29T01:28:05.473Z Checking snafu v0.8.2
29772024-08-29T01:28:05.903Z Checking tough v0.17.1
29782024-08-29T01:28:10.028Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29792024-08-29T01:28:11.022Z Compiling git2 v0.19.0
29802024-08-29T01:28:11.318Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29812024-08-29T01:28:16.132Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29822024-08-29T01:29:21.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
29832024-08-29T01:29:21.909Z
29842024-08-29T01:29:21.909Zinfo: running `cargo check --bins` on nexus-internal-api (131/157)
29852024-08-29T01:29:22.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-08-29T01:29:22.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-08-29T01:29:22.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882024-08-29T01:29:22.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29892024-08-29T01:29:22.659Z
29902024-08-29T01:29:22.659Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (132/157)
29912024-08-29T01:29:23.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-08-29T01:29:23.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-08-29T01:29:23.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942024-08-29T01:29:23.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29952024-08-29T01:29:23.403Z
29962024-08-29T01:29:23.403Zinfo: running `cargo check --bins` on nexus-networking (133/157)
29972024-08-29T01:29:24.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-08-29T01:29:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-08-29T01:29:24.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002024-08-29T01:29:24.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30012024-08-29T01:29:24.145Z
30022024-08-29T01:29:24.145Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (134/157)
30032024-08-29T01:29:24.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-08-29T01:29:24.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-08-29T01:29:24.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062024-08-29T01:29:24.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30072024-08-29T01:29:24.898Z
30082024-08-29T01:29:24.898Zinfo: running `cargo check --bins` on update-common (135/157)
30092024-08-29T01:29:25.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-08-29T01:29:25.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-08-29T01:29:25.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122024-08-29T01:29:25.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30132024-08-29T01:29:25.618Z
30142024-08-29T01:29:25.619Zinfo: running `cargo check --bins` on tufaceous-lib (136/157)
30152024-08-29T01:29:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-08-29T01:29:26.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-08-29T01:29:26.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-08-29T01:29:26.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30192024-08-29T01:29:26.344Z
30202024-08-29T01:29:26.344Zinfo: running `cargo check --bins` on tufaceous (137/157)
30212024-08-29T01:29:26.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-08-29T01:29:26.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-08-29T01:29:27.072Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30242024-08-29T01:29:28.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
30252024-08-29T01:29:28.181Z
30262024-08-29T01:29:28.181Zinfo: running `cargo check --bins` on omicron-dev (138/157)
30272024-08-29T01:29:28.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-08-29T01:29:28.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-08-29T01:29:29.132Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30302024-08-29T01:29:29.134Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30312024-08-29T01:29:29.135Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30322024-08-29T01:29:30.621Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30332024-08-29T01:29:33.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
30342024-08-29T01:29:33.446Z
30352024-08-29T01:29:33.447Zinfo: running `cargo check --bins` on openapi-manager (139/157)
30362024-08-29T01:29:34.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-08-29T01:29:34.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-08-29T01:29:34.233Z Checking is_ci v1.2.0
30392024-08-29T01:29:34.233Z Checking heck v0.4.1
30402024-08-29T01:29:34.236Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30412024-08-29T01:29:34.236Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30422024-08-29T01:29:34.236Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30432024-08-29T01:29:34.329Z Checking indent_write v2.2.0
30442024-08-29T01:29:34.418Z Checking supports-color v3.0.0
30452024-08-29T01:29:34.505Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30462024-08-29T01:29:35.999Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30472024-08-29T01:29:36.854Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30482024-08-29T01:29:37.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30492024-08-29T01:29:38.067Z
30502024-08-29T01:29:38.067Zinfo: running `cargo check --bins` on installinator-api (140/157)
30512024-08-29T01:29:38.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-08-29T01:29:38.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-08-29T01:29:38.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-08-29T01:29:38.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30552024-08-29T01:29:38.789Z
30562024-08-29T01:29:38.789Zinfo: running `cargo check --bins` on openapi-manager-types (141/157)
30572024-08-29T01:29:39.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-29T01:29:39.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-29T01:29:39.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-08-29T01:29:39.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30612024-08-29T01:29:39.456Z
30622024-08-29T01:29:39.456Zinfo: running `cargo check --bins` on wicketd-api (142/157)
30632024-08-29T01:29:40.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-08-29T01:29:40.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-08-29T01:29:40.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-08-29T01:29:40.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30672024-08-29T01:29:40.181Z
30682024-08-29T01:29:40.181Zinfo: running `cargo check --bins` on reconfigurator-cli (143/157)
30692024-08-29T01:29:40.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-08-29T01:29:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-08-29T01:29:40.975Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30722024-08-29T01:29:42.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
30732024-08-29T01:29:42.466Z
30742024-08-29T01:29:42.466Zinfo: running `cargo check --bins` on omicron-releng (144/157)
30752024-08-29T01:29:43.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-08-29T01:29:43.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-08-29T01:29:43.182Z Checking memmap2 v0.9.4
30782024-08-29T01:29:43.182Z Checking spin v0.5.2
30792024-08-29T01:29:43.184Z Checking constant_time_eq v0.3.0
30802024-08-29T01:29:43.184Z Checking untrusted v0.7.1
30812024-08-29T01:29:43.184Z Checking arrayref v0.3.7
30822024-08-29T01:29:43.184Z Checking arrayvec v0.7.4
30832024-08-29T01:29:43.184Z Checking cargo-platform v0.1.8
30842024-08-29T01:29:43.184Z Checking topological-sort v0.2.2
30852024-08-29T01:29:43.364Z Checking shell-words v1.1.0
30862024-08-29T01:29:43.519Z Checking ring v0.16.20
30872024-08-29T01:29:43.571Z Checking cargo_metadata v0.18.1
30882024-08-29T01:29:43.632Z Checking blake3 v1.5.1
30892024-08-29T01:29:44.776Z Checking omicron-zone-package v0.11.0
30902024-08-29T01:29:45.957Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30912024-08-29T01:29:46.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30922024-08-29T01:29:47.040Z
30932024-08-29T01:29:47.040Zinfo: running `cargo check --bins` on xtask (145/157)
30942024-08-29T01:29:47.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-08-29T01:29:47.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-08-29T01:29:47.559Z Checking bitflags v2.6.0
30972024-08-29T01:29:47.562Z Checking serde v1.0.208
30982024-08-29T01:29:47.633Z Checking thiserror v1.0.63
30992024-08-29T01:29:47.652Z Checking scroll v0.12.0
31002024-08-29T01:29:47.663Z Checking hashbrown v0.14.5
31012024-08-29T01:29:47.665Z Checking log v0.4.21
31022024-08-29T01:29:47.665Z Checking zerocopy v0.7.34
31032024-08-29T01:29:47.697Z Checking syn v2.0.74
31042024-08-29T01:29:47.746Z Checking pest v2.7.10
31052024-08-29T01:29:47.875Z Checking rustix v0.38.34
31062024-08-29T01:29:47.924Z Checking fs-err v2.11.0
31072024-08-29T01:29:48.120Z Checking goblin v0.8.2
31082024-08-29T01:29:48.227Z Checking tabled v0.15.0
31092024-08-29T01:29:48.811Z Checking indexmap v2.4.0
31102024-08-29T01:29:49.124Z Checking anyhow v1.0.86
31112024-08-29T01:29:49.978Z Checking terminal_size v0.3.0
31122024-08-29T01:29:49.978Z Checking tempfile v3.10.1
31132024-08-29T01:29:50.161Z Checking clap_builder v4.5.15
31142024-08-29T01:29:50.225Z Checking dtrace-parser v0.2.0
31152024-08-29T01:29:51.805Z Checking serde_json v1.0.125
31162024-08-29T01:29:51.805Z Checking serde_spanned v0.6.7
31172024-08-29T01:29:51.805Z Checking toml_datetime v0.6.8
31182024-08-29T01:29:51.808Z Checking camino v1.1.9
31192024-08-29T01:29:51.808Z Checking semver v1.0.23
31202024-08-29T01:29:52.039Z Checking cargo-platform v0.1.8
31212024-08-29T01:29:52.124Z Checking toml_edit v0.22.20
31222024-08-29T01:29:52.251Z Checking macaddr v1.0.1
31232024-08-29T01:29:52.378Z Checking camino-tempfile v1.1.1
31242024-08-29T01:29:52.659Z Checking clap v4.5.16
31252024-08-29T01:29:53.109Z Checking dof v0.3.0
31262024-08-29T01:29:53.109Z Checking cargo_metadata v0.18.1
31272024-08-29T01:29:53.537Z Checking usdt-impl v0.5.0
31282024-08-29T01:29:53.919Z Checking usdt v0.5.0
31292024-08-29T01:29:54.039Z Checking toml v0.8.19
31302024-08-29T01:29:54.542Z Checking cargo_toml v0.20.4
31312024-08-29T01:29:55.864Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31322024-08-29T01:29:56.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s
31332024-08-29T01:29:56.620Z
31342024-08-29T01:29:56.620Zinfo: running `cargo check --bins` on end-to-end-tests (146/157)
31352024-08-29T01:29:57.130Z Downloading crates ...
31362024-08-29T01:29:57.376Z Downloaded ghash v0.5.1
31372024-08-29T01:29:57.389Z Downloaded ed25519-dalek v2.1.1
31382024-08-29T01:29:57.393Z Downloaded russh-cryptovec v0.7.2
31392024-08-29T01:29:57.396Z Downloaded internet-checksum v0.2.1
31402024-08-29T01:29:57.396Z Downloaded option-ext v0.2.0
31412024-08-29T01:29:57.399Z Downloaded bcrypt-pbkdf v0.10.0
31422024-08-29T01:29:57.399Z Downloaded pbkdf2 v0.11.0
31432024-08-29T01:29:57.401Z Downloaded md5 v0.7.0
31442024-08-29T01:29:57.405Z Downloaded rfc6979 v0.4.0
31452024-08-29T01:29:57.405Z Downloaded hex-literal v0.4.1
31462024-08-29T01:29:57.405Z Downloaded ssh-cipher v0.2.0
31472024-08-29T01:29:57.408Z Downloaded polyval v0.6.2
31482024-08-29T01:29:57.408Z Downloaded dirs v5.0.1
31492024-08-29T01:29:57.410Z Downloaded ecdsa v0.16.9
31502024-08-29T01:29:57.413Z Downloaded blowfish v0.9.1
31512024-08-29T01:29:57.413Z Downloaded ssh-encoding v0.2.0
31522024-08-29T01:29:57.415Z Downloaded ed25519 v2.2.3
31532024-08-29T01:29:57.417Z Downloaded password-hash v0.4.2
31542024-08-29T01:29:57.419Z Downloaded dirs-sys v0.4.1
31552024-08-29T01:29:57.419Z Downloaded dhcproto-macros v0.1.0
31562024-08-29T01:29:57.421Z Downloaded p256 v0.13.2
31572024-08-29T01:29:57.424Z Downloaded primeorder v0.13.6
31582024-08-29T01:29:57.428Z Downloaded russh-keys v0.44.0
31592024-08-29T01:29:57.435Z Downloaded ssh-key v0.6.6
31602024-08-29T01:29:57.443Z Downloaded russh v0.44.1
31612024-08-29T01:29:57.449Z Downloaded aes-gcm v0.10.3
31622024-08-29T01:29:57.453Z Downloaded p384 v0.13.0
31632024-08-29T01:29:57.459Z Downloaded num-bigint v0.4.5
31642024-08-29T01:29:57.464Z Downloaded p521 v0.13.3
31652024-08-29T01:29:57.515Z Downloaded dhcproto v0.12.0
31662024-08-29T01:29:57.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-08-29T01:29:57.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-08-29T01:29:57.639Z Checking polyval v0.6.2
31692024-08-29T01:29:57.642Z Checking rfc6979 v0.4.0
31702024-08-29T01:29:57.756Z Checking primeorder v0.13.6
31712024-08-29T01:29:57.759Z Checking ctr v0.9.2
31722024-08-29T01:29:57.782Z Checking ed25519 v2.2.3
31732024-08-29T01:29:57.786Z Checking ssh-encoding v0.2.0
31742024-08-29T01:29:57.786Z Checking blowfish v0.9.1
31752024-08-29T01:29:57.786Z Checking option-ext v0.2.0
31762024-08-29T01:29:57.904Z Checking ecdsa v0.16.9
31772024-08-29T01:29:57.946Z Checking dirs-sys v0.4.1
31782024-08-29T01:29:57.979Z Checking ghash v0.5.1
31792024-08-29T01:29:58.033Z Checking bcrypt-pbkdf v0.10.0
31802024-08-29T01:29:58.052Z Checking password-hash v0.4.2
31812024-08-29T01:29:58.073Z Checking ed25519-dalek v2.1.1
31822024-08-29T01:29:58.131Z Checking matches v0.1.10
31832024-08-29T01:29:58.145Z Checking aes-gcm v0.10.3
31842024-08-29T01:29:58.148Z Checking dirs v5.0.1
31852024-08-29T01:29:58.217Z Compiling enum-as-inner v0.5.1
31862024-08-29T01:29:58.237Z Checking idna v0.2.3
31872024-08-29T01:29:58.266Z Checking russh-cryptovec v0.7.2
31882024-08-29T01:29:58.282Z Checking md5 v0.7.0
31892024-08-29T01:29:58.397Z Checking ssh-cipher v0.2.0
31902024-08-29T01:29:58.457Z Checking pbkdf2 v0.11.0
31912024-08-29T01:29:58.474Z Checking num-bigint v0.4.5
31922024-08-29T01:29:58.476Z Compiling dhcproto-macros v0.1.0
31932024-08-29T01:29:58.544Z Checking hex-literal v0.4.1
31942024-08-29T01:29:58.629Z Checking p521 v0.13.3
31952024-08-29T01:29:58.671Z Checking p256 v0.13.2
31962024-08-29T01:29:58.689Z Checking ssh-key v0.6.6
31972024-08-29T01:29:58.733Z Checking p384 v0.13.0
31982024-08-29T01:29:59.119Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31992024-08-29T01:29:59.151Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32002024-08-29T01:29:59.290Z Checking trust-dns-proto v0.22.0
32012024-08-29T01:29:59.460Z Checking internet-checksum v0.2.1
32022024-08-29T01:30:00.245Z Checking russh-keys v0.44.0
32032024-08-29T01:30:01.232Z Checking russh v0.44.1
32042024-08-29T01:30:02.129Z Checking dhcproto v0.12.0
32052024-08-29T01:30:20.251Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32062024-08-29T01:30:21.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.05s
32072024-08-29T01:30:21.859Z
32082024-08-29T01:30:21.859Zinfo: running `cargo check --bins` on gateway-cli (147/157)
32092024-08-29T01:30:22.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-08-29T01:30:22.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-08-29T01:30:22.563Z Checking termios v0.3.3
32122024-08-29T01:30:22.775Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32132024-08-29T01:30:23.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
32142024-08-29T01:30:23.743Z
32152024-08-29T01:30:23.743Zinfo: running `cargo check --bins --no-default-features` on installinator (148/157)
32162024-08-29T01:30:24.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-08-29T01:30:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-08-29T01:30:24.525Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32192024-08-29T01:30:26.643Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32202024-08-29T01:30:28.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
32212024-08-29T01:30:28.684Z
32222024-08-29T01:30:28.685Zinfo: running `cargo check --bins` on internal-dns-cli (149/157)
32232024-08-29T01:30:29.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-08-29T01:30:29.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-08-29T01:30:29.398Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32262024-08-29T01:30:29.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32272024-08-29T01:30:30.027Z
32282024-08-29T01:30:30.027Zinfo: running `cargo check --bins` on omicron-live-tests (150/157)
32292024-08-29T01:30:30.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-08-29T01:30:30.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-08-29T01:30:30.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322024-08-29T01:30:30.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32332024-08-29T01:30:30.707Z
32342024-08-29T01:30:30.707Zinfo: running `cargo check --bins` on live-tests-macros (151/157)
32352024-08-29T01:30:31.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-08-29T01:30:31.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-08-29T01:30:31.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-08-29T01:30:31.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32392024-08-29T01:30:31.383Z
32402024-08-29T01:30:31.383Zinfo: running `cargo check --bins` on omicron-package (152/157)
32412024-08-29T01:30:32.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-08-29T01:30:32.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-08-29T01:30:32.132Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32442024-08-29T01:30:33.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
32452024-08-29T01:30:33.641Z
32462024-08-29T01:30:33.641Zinfo: running `cargo check --bins` on wicket-dbg (153/157)
32472024-08-29T01:30:34.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-08-29T01:30:34.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-08-29T01:30:34.421Z Checking rtoolbox v0.0.2
32502024-08-29T01:30:34.424Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32512024-08-29T01:30:34.424Z Checking tui-tree-widget v0.22.0
32522024-08-29T01:30:34.637Z Checking rpassword v7.3.1
32532024-08-29T01:30:38.866Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32542024-08-29T01:30:42.005Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32552024-08-29T01:30:43.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s
32562024-08-29T01:30:43.334Z
32572024-08-29T01:30:43.334Zinfo: running `cargo check --bins` on wicket (154/157)
32582024-08-29T01:30:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592024-08-29T01:30:43.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602024-08-29T01:30:44.075Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32612024-08-29T01:30:44.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32622024-08-29T01:30:44.622Z
32632024-08-29T01:30:44.622Zinfo: running `cargo check --bins` on wicketd (155/157)
32642024-08-29T01:30:45.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-08-29T01:30:45.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-08-29T01:30:45.421Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32672024-08-29T01:30:49.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
32682024-08-29T01:30:49.618Z
32692024-08-29T01:30:49.618Zinfo: running `cargo check --bins` on omicron-workspace-hack (156/157)
32702024-08-29T01:30:50.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712024-08-29T01:30:50.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722024-08-29T01:30:50.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732024-08-29T01:30:50.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32742024-08-29T01:30:50.285Z
32752024-08-29T01:30:50.285Zinfo: running `cargo check --bins` on zone-setup (157/157)
32762024-08-29T01:30:50.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772024-08-29T01:30:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782024-08-29T01:30:51.096Z Checking uzers v0.11.3
32792024-08-29T01:30:51.410Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32802024-08-29T01:30:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
32812024-08-29T01:30:52.735Z
32822024-08-29T01:30:52.735Zreal 11:47.499276246
32832024-08-29T01:30:52.735Zuser 24:55.026784519
32842024-08-29T01:30:52.735Zsys 5:15.856438045
32852024-08-29T01:30:52.735Ztrap 0.603132004
32862024-08-29T01:30:52.735Ztflt 2.960844073
32872024-08-29T01:30:52.735Zdflt 2.073511055
32882024-08-29T01:30:52.735Zkflt 0.002838581
32892024-08-29T01:30:52.738Zlock 45:22.340294229
32902024-08-29T01:30:52.738Zslp 2:02:35.768379471
32912024-08-29T01:30:52.738Zlat 1:04.045863827
32922024-08-29T01:30:52.738Zstop 3:13.211320346
32932024-08-29T01:30:52.738Zprocess exited: duration 942807 ms, exit code 0
 
32942024-08-29T01:30:52.744Zfound 0 output files