|
|
|
1 | 2025-02-13T04:25:11.673Z | job assigned to worker 01JKYRT4G3T3GGGFY0TXFBTXPV [factory aws, i-0a7d7b3df5f467828] (queued for 56 s) |
|
2 | 2025-02-13T04:25:19.844Z | starting task 0: "setup" |
3 | 2025-02-13T04:25:19.871Z | ++ uname -s |
4 | 2025-02-13T04:25:19.872Z | + kern=SunOS |
5 | 2025-02-13T04:25:19.872Z | + build_user=build |
6 | 2025-02-13T04:25:19.872Z | + build_uid=12345 |
7 | 2025-02-13T04:25:19.872Z | + work_dir=/work |
8 | 2025-02-13T04:25:19.872Z | + input_dir=/input |
9 | 2025-02-13T04:25:19.872Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:25:19.873Z | + case "$kern" in |
11 | 2025-02-13T04:25:19.873Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:25:19.873Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:25:21.845Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:25:21.970Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:25:21.973Z | + home_fs=zfs |
16 | 2025-02-13T04:25:21.973Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:25:21.973Z | + mkdir -p /home/build |
18 | 2025-02-13T04:25:21.976Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:25:23.982Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:25:23.987Z | process exited: duration 4155 ms, exit code 0 |
|
21 | 2025-02-13T04:25:23.997Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:25:24.005Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:25:24.006Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:25:24.006Z | * rust toolchain profile = "default" |
25 | 2025-02-13T04:25:24.006Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-13T04:25:24.006Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:25:24.006Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:25:24.024Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:25:24.025Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:25:24.121Z | info: downloading installer |
31 | 2025-02-13T04:25:25.469Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:25:25.469Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:25:25.469Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:25:25.469Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:25:25.469Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:25:25.469Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:25:25.469Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:25:25.469Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:25:25.469Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:25:25.492Z | info: profile set to 'default' |
41 | 2025-02-13T04:25:25.492Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:25:25.495Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:25:25.637Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:25:25.638Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:25:26.382Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:25:26.666Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:25:27.681Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:25:29.323Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:25:35.149Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:25:35.368Z | info: installing component 'cargo' |
51 | 2025-02-13T04:25:36.203Z | info: installing component 'clippy' |
52 | 2025-02-13T04:25:36.585Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:25:38.240Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:25:40.127Z | info: installing component 'rustc' |
55 | 2025-02-13T04:25:46.191Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:25:46.539Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:25:46.539Z | |
58 | 2025-02-13T04:25:46.939Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:25:46.939Z | |
60 | 2025-02-13T04:25:46.942Z | |
61 | 2025-02-13T04:25:46.942Z | Rust is installed now. Great! |
62 | 2025-02-13T04:25:46.942Z | |
63 | 2025-02-13T04:25:46.942Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:25:46.942Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:25:46.942Z | |
66 | 2025-02-13T04:25:46.942Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:25:46.942Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:25:46.942Z | |
69 | 2025-02-13T04:25:46.942Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:25:46.942Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:25:46.942Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:25:47.027Z | + rustup --version |
73 | 2025-02-13T04:25:47.042Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:25:47.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:25:47.125Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:25:47.129Z | + cargo --version |
77 | 2025-02-13T04:25:47.180Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:25:47.184Z | + rustc --version |
79 | 2025-02-13T04:25:47.251Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:25:47.256Z | process exited: duration 23255 ms, exit code 0 |
|
81 | 2025-02-13T04:25:47.265Z | starting task 2: "authentication" |
82 | 2025-02-13T04:25:47.291Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-13T04:25:47.303Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:25:47.308Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:25:47.319Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:25:47.341Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:25:54.286Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:25:54.286Z | + git fetch origin 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
89 | 2025-02-13T04:25:54.601Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:25:54.601Z | * branch 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 -> FETCH_HEAD |
91 | 2025-02-13T04:25:54.610Z | + [[ -n renovate/test-strategy-0.x ]] |
92 | 2025-02-13T04:25:54.610Z | ++ git branch --show-current |
93 | 2025-02-13T04:25:54.610Z | + current=main |
94 | 2025-02-13T04:25:54.610Z | + [[ main != renovate/test-strategy-0.x ]] |
95 | 2025-02-13T04:25:54.610Z | + git branch -f renovate/test-strategy-0.x 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
96 | 2025-02-13T04:25:54.610Z | + git checkout -f renovate/test-strategy-0.x |
97 | 2025-02-13T04:25:54.850Z | Switched to branch 'renovate/test-strategy-0.x' |
98 | 2025-02-13T04:25:54.932Z | + git reset --hard 94dc5e32b964a4e5e9b95696fb9889bd3fd9af61 |
99 | 2025-02-13T04:25:54.932Z | HEAD is now at 94dc5e32b Update Rust crate test-strategy to 0.4.0 |
100 | 2025-02-13T04:25:54.932Z | process exited: duration 7505 ms, exit code 0 |
|
101 | 2025-02-13T04:25:55.060Z | starting task 4: "build" |
102 | 2025-02-13T04:25:55.094Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-13T04:25:55.095Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-13T04:25:55.095Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-13T04:25:55.095Z | + cargo --version |
106 | 2025-02-13T04:25:55.095Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-13T04:25:55.095Z | + rustc --version |
108 | 2025-02-13T04:25:55.210Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-13T04:25:55.281Z | + source ./env.sh |
110 | 2025-02-13T04:25:55.281Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-13T04:25:55.281Z | ++ set -o xtrace |
112 | 2025-02-13T04:25:55.281Z | ++++ dirname ./env.sh |
113 | 2025-02-13T04:25:55.281Z | +++ readlink -f . |
114 | 2025-02-13T04:25:55.281Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-13T04:25:55.281Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2025-02-13T04:25:55.281Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-02-13T04:25:55.282Z | ++ 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 |
118 | 2025-02-13T04:25:55.282Z | ++ 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 |
119 | 2025-02-13T04:25:55.282Z | ++ 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 |
120 | 2025-02-13T04:25:55.282Z | ++ 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 |
121 | 2025-02-13T04:25:55.282Z | ++ 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 |
122 | 2025-02-13T04:25:55.282Z | ++ 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 |
123 | 2025-02-13T04:25:55.282Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-13T04:25:55.283Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-13T04:25:55.283Z | + 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 |
126 | 2025-02-13T04:25:55.283Z | + 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 |
127 | 2025-02-13T04:25:55.283Z | + banner prerequisites |
128 | 2025-02-13T04:25:55.283Z | |
129 | 2025-02-13T04:25:55.283Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-13T04:25:55.283Z | # # # # # # # # # # # # # # # |
131 | 2025-02-13T04:25:55.283Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-13T04:25:55.283Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-13T04:25:55.283Z | # # # # # # # # # # # # # # # |
134 | 2025-02-13T04:25:55.283Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-13T04:25:55.283Z | |
136 | 2025-02-13T04:25:55.283Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-13T04:25:56.759Z | pkg list: illegal option -- F |
138 | 2025-02-13T04:25:56.759Z | Usage: |
139 | 2025-02-13T04:25:56.786Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-13T04:25:56.786Z | [pkg_fmri_pattern ...] |
141 | 2025-02-13T04:25:57.624Z | pkg list: illegal option -- F |
142 | 2025-02-13T04:25:57.624Z | Usage: |
143 | 2025-02-13T04:25:57.644Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-13T04:25:57.644Z | [pkg_fmri_pattern ...] |
145 | 2025-02-13T04:26:32.535Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-13T04:26:36.851Z | Startup: Caching catalogs ... Done |
147 | 2025-02-13T04:26:49.585Z | Planning: Solver setup ... Done (11.780s) |
148 | 2025-02-13T04:26:49.743Z | Planning: Running solver ... Done (0.161s) |
149 | 2025-02-13T04:26:49.863Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-13T04:26:50.289Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-13T04:26:51.754Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-13T04:26:51.863Z | Planning: Package planning ... Done (0.109s) |
153 | 2025-02-13T04:26:51.921Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-13T04:26:52.120Z | Planning: Checking for conflicting actions ... Done (0.199s) |
155 | 2025-02-13T04:26:54.307Z | Planning: Consolidating action changes ... Done (2.188s) |
156 | 2025-02-13T04:26:54.758Z | Planning: Evaluating mediators ... Done (0.451s) |
157 | 2025-02-13T04:26:54.840Z | Planning: Planning completed in 17.89 seconds |
158 | 2025-02-13T04:26:54.855Z | Packages to install: 4 |
159 | 2025-02-13T04:26:54.855Z | Packages to update: 3 |
160 | 2025-02-13T04:26:54.855Z | Mediators to change: 2 |
161 | 2025-02-13T04:26:54.858Z | Services to change: 1 |
162 | 2025-02-13T04:26:54.858Z | Estimated space available: 155.61 GB |
163 | 2025-02-13T04:26:54.858Z | Estimated space to be consumed: 1.65 GB |
164 | 2025-02-13T04:26:54.858Z | Create boot environment: No |
165 | 2025-02-13T04:26:54.858Z | Create backup boot environment: Yes |
166 | 2025-02-13T04:26:54.859Z | Rebuild boot archive: No |
167 | 2025-02-13T04:26:54.859Z | |
168 | 2025-02-13T04:26:54.859Z | Changed mediators: |
169 | 2025-02-13T04:26:54.859Z | mediator clang: |
170 | 2025-02-13T04:26:54.859Z | version: None -> 15 (system default) |
171 | 2025-02-13T04:26:54.859Z | |
172 | 2025-02-13T04:26:54.859Z | mediator llvm: |
173 | 2025-02-13T04:26:54.859Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-13T04:26:54.859Z | |
175 | 2025-02-13T04:26:54.859Z | Changed packages: |
176 | 2025-02-13T04:26:54.859Z | helios-dev |
177 | 2025-02-13T04:26:54.859Z | developer/build-essential |
178 | 2025-02-13T04:26:54.859Z | None -> 11-2.0 |
179 | 2025-02-13T04:26:54.859Z | library/libxmlsec1 |
180 | 2025-02-13T04:26:54.859Z | None -> 1.2.35-2.0 |
181 | 2025-02-13T04:26:54.859Z | ooce/developer/clang-15 |
182 | 2025-02-13T04:26:54.859Z | None -> 15.0.7-2.0 |
183 | 2025-02-13T04:26:54.859Z | ooce/developer/llvm-15 |
184 | 2025-02-13T04:26:54.859Z | None -> 15.0.7-2.0 |
185 | 2025-02-13T04:26:54.859Z | package/pkg |
186 | 2025-02-13T04:26:54.859Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-13T04:26:54.859Z | system/library/g++-runtime |
188 | 2025-02-13T04:26:54.859Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-13T04:26:54.860Z | system/library/gcc-runtime |
190 | 2025-02-13T04:26:54.860Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-13T04:26:54.860Z | |
192 | 2025-02-13T04:26:54.860Z | Services: |
193 | 2025-02-13T04:26:54.860Z | restart_fmri: |
194 | 2025-02-13T04:26:54.860Z | svc:/system/update-man-index:default |
195 | 2025-02-13T04:26:54.860Z | |
196 | 2025-02-13T04:26:54.860Z | Editable files to change: |
197 | 2025-02-13T04:26:54.860Z | Update: |
198 | 2025-02-13T04:26:54.860Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-13T04:26:54.938Z | |
200 | 2025-02-13T04:26:54.938Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-13T04:27:00.090Z | Download: 202/4301 items 1.3/225.4MB 0% complete (238k/s) |
202 | 2025-02-13T04:27:27.009Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
203 | 2025-02-13T04:27:32.211Z | Download: 370/4301 items 16.6/225.4MB 7% complete (3.8M/s) |
204 | 2025-02-13T04:27:37.249Z | Download: 539/4301 items 17.5/225.4MB 7% complete (1.8M/s) |
205 | 2025-02-13T04:27:42.317Z | Download: 747/4301 items 18.4/225.4MB 8% complete (183k/s) |
206 | 2025-02-13T04:27:47.323Z | Download: 880/4301 items 18.8/225.4MB 8% complete (147k/s) |
207 | 2025-02-13T04:27:52.330Z | Download: 1021/4301 items 19.5/225.4MB 8% complete (130k/s) |
208 | 2025-02-13T04:27:57.331Z | Download: 1124/4301 items 56.8/225.4MB 25% complete (3.7M/s) |
209 | 2025-02-13T04:28:02.800Z | Download: 1194/4301 items 82.6/225.4MB 36% complete (6.3M/s) |
210 | 2025-02-13T04:28:18.160Z | Download: 1197/4301 items 82.6/225.4MB 36% complete |
211 | 2025-02-13T04:28:25.959Z | Download: 1200/4301 items 83.5/225.4MB 37% complete (181k/s) |
212 | 2025-02-13T04:28:30.989Z | Download: 1402/4301 items 112.6/225.4MB 49% complete (3.8M/s) |
213 | 2025-02-13T04:28:35.997Z | Download: 1541/4301 items 117.4/225.4MB 52% complete (3.7M/s) |
214 | 2025-02-13T04:28:41.049Z | Download: 1733/4301 items 118.0/225.4MB 52% complete (724k/s) |
215 | 2025-02-13T04:28:46.058Z | Download: 1887/4301 items 118.4/225.4MB 52% complete (108k/s) |
216 | 2025-02-13T04:28:51.059Z | Download: 1997/4301 items 118.5/225.4MB 52% complete (63.4k/s) |
217 | 2025-02-13T04:29:03.623Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (94.3k/s) |
218 | 2025-02-13T04:29:08.764Z | Download: 2528/4301 items 120.3/225.4MB 53% complete (226k/s) |
219 | 2025-02-13T04:29:13.630Z | Download: 2797/4301 items 121.0/225.4MB 53% complete (184k/s) |
220 | 2025-02-13T04:29:18.652Z | Download: 2923/4301 items 121.2/225.4MB 53% complete (109k/s) |
221 | 2025-02-13T04:29:23.655Z | Download: 3090/4301 items 121.5/225.4MB 53% complete (52.6k/s) |
222 | 2025-02-13T04:29:28.686Z | Download: 3206/4301 items 190.1/225.4MB 84% complete (6.8M/s) |
223 | 2025-02-13T04:29:33.954Z | Download: 3243/4301 items 202.8/225.4MB 89% complete (8.1M/s) |
224 | 2025-02-13T04:29:38.956Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (918k/s) |
225 | 2025-02-13T04:29:45.075Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1.4M/s) |
226 | 2025-02-13T04:29:51.618Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (1.9M/s) |
227 | 2025-02-13T04:29:56.911Z | Download: 4294/4301 items 225.1/225.4MB 99% complete (956k/s) |
228 | 2025-02-13T04:29:58.308Z | Download: Completed 225.42 MB in 183.35 seconds (1.2M/s) |
229 | 2025-02-13T04:30:00.490Z | Actions: 1/5122 actions (Removing old actions) |
230 | 2025-02-13T04:30:00.516Z | Actions: 194/5122 actions (Installing new actions) |
231 | 2025-02-13T04:30:05.253Z | Actions: 4267/5122 actions (Updating modified actions) |
232 | 2025-02-13T04:30:05.609Z | Actions: Completed 5122 actions in 5.12 seconds. |
233 | 2025-02-13T04:30:05.845Z | Done (0.229s) |
234 | 2025-02-13T04:30:05.847Z | Done (0.001s) |
235 | 2025-02-13T04:30:06.453Z | Done (0.605s) |
236 | 2025-02-13T04:30:10.780Z | Done (4.097s) |
237 | 2025-02-13T04:30:10.869Z | Done (0.018s) |
238 | 2025-02-13T04:30:10.872Z | Done (0.000s) |
239 | 2025-02-13T04:30:11.071Z | Done (0.000s) |
240 | 2025-02-13T04:30:11.779Z | Planning: Evaluating mediator changes ... Done |
241 | 2025-02-13T04:30:11.940Z | Planning: Checking for conflicting actions ... Done |
242 | 2025-02-13T04:30:11.943Z | Planning: Consolidating action changes ... Done |
243 | 2025-02-13T04:30:12.213Z | Planning: Evaluating mediators ... Done |
244 | 2025-02-13T04:30:12.216Z | Planning: Planning completed in 0.43 seconds |
245 | 2025-02-13T04:30:12.253Z | Mediators to change: 2 |
246 | 2025-02-13T04:30:12.253Z | Create boot environment: No |
247 | 2025-02-13T04:30:12.255Z | Create backup boot environment: No |
248 | 2025-02-13T04:30:12.334Z | Done |
249 | 2025-02-13T04:30:12.334Z | Done |
250 | 2025-02-13T04:30:12.713Z | Done |
251 | 2025-02-13T04:30:16.327Z | Done |
252 | 2025-02-13T04:30:16.422Z | Done |
253 | 2025-02-13T04:30:16.426Z | Done |
254 | 2025-02-13T04:30:16.562Z | Done |
255 | 2025-02-13T04:30:17.179Z | Planning: Evaluating mediator changes ... Done |
256 | 2025-02-13T04:30:17.183Z | Planning: Merging actions ... Done |
257 | 2025-02-13T04:30:17.369Z | Planning: Checking for conflicting actions ... Done |
258 | 2025-02-13T04:30:17.372Z | Planning: Consolidating action changes ... Done |
259 | 2025-02-13T04:30:17.633Z | Planning: Evaluating mediators ... Done |
260 | 2025-02-13T04:30:17.687Z | Planning: Planning completed in 0.75 seconds |
261 | 2025-02-13T04:30:17.730Z | Packages to change: 1 |
262 | 2025-02-13T04:30:17.730Z | Mediators to change: 1 |
263 | 2025-02-13T04:30:17.733Z | Services to change: 1 |
264 | 2025-02-13T04:30:17.733Z | Create boot environment: No |
265 | 2025-02-13T04:30:17.733Z | Create backup boot environment: Yes |
266 | 2025-02-13T04:30:20.189Z | Actions: 1/6 actions (Updating modified actions) |
267 | 2025-02-13T04:30:20.192Z | Actions: Completed 6 actions in 0.00 seconds. |
268 | 2025-02-13T04:30:20.192Z | Done |
269 | 2025-02-13T04:30:20.192Z | Done |
270 | 2025-02-13T04:30:20.315Z | Done |
271 | 2025-02-13T04:30:24.052Z | Done |
272 | 2025-02-13T04:30:24.143Z | Done |
273 | 2025-02-13T04:30:24.147Z | Done |
274 | 2025-02-13T04:30:24.289Z | Done |
275 | 2025-02-13T04:30:24.730Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
276 | 2025-02-13T04:30:24.730Z | clang system 15 system |
277 | 2025-02-13T04:30:24.730Z | csh system system illumos |
278 | 2025-02-13T04:30:24.730Z | ctags system system illumos |
279 | 2025-02-13T04:30:24.730Z | gcc vendor 12 vendor |
280 | 2025-02-13T04:30:24.730Z | gcc system 10 system |
281 | 2025-02-13T04:30:24.730Z | gcc system 7 system |
282 | 2025-02-13T04:30:24.730Z | go system 1.20 system |
283 | 2025-02-13T04:30:24.730Z | go system 1.19 system |
284 | 2025-02-13T04:30:24.730Z | llvm system 15 system |
285 | 2025-02-13T04:30:24.730Z | llvm system 14 system |
286 | 2025-02-13T04:30:24.730Z | mariadb system 10.6 system |
287 | 2025-02-13T04:30:24.730Z | mta vendor vendor dma |
288 | 2025-02-13T04:30:24.730Z | openjdk system 17 system |
289 | 2025-02-13T04:30:24.731Z | openjdk system 11 system |
290 | 2025-02-13T04:30:24.731Z | openjdk system 1.8 system |
291 | 2025-02-13T04:30:24.731Z | openssl vendor 3 vendor |
292 | 2025-02-13T04:30:24.731Z | perl system 5.36 system |
293 | 2025-02-13T04:30:24.731Z | postgresql system 15 system |
294 | 2025-02-13T04:30:24.731Z | postgresql system 13 system |
295 | 2025-02-13T04:30:24.731Z | python vendor 3 vendor |
296 | 2025-02-13T04:30:24.731Z | python system 2 system |
297 | 2025-02-13T04:30:24.731Z | python3 system 3.11 system |
298 | 2025-02-13T04:30:24.731Z | ruby system 3.0 system |
299 | 2025-02-13T04:30:24.731Z | words vendor vendor american-english |
300 | 2025-02-13T04:30:24.731Z | words system system australian-english |
301 | 2025-02-13T04:30:24.731Z | words system system british-english |
302 | 2025-02-13T04:30:24.731Z | words system system canadian-english |
303 | 2025-02-13T04:30:24.731Z | words system system french |
304 | 2025-02-13T04:30:24.731Z | words system system italian |
305 | 2025-02-13T04:30:24.731Z | words system system ngerman |
306 | 2025-02-13T04:30:24.731Z | words system system ogerman |
307 | 2025-02-13T04:30:24.731Z | words system system spanish |
308 | 2025-02-13T04:30:25.082Z | PUBLISHER TYPE STATUS P LOCATION |
309 | 2025-02-13T04:30:25.083Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
310 | 2025-02-13T04:30:28.100Z | FMRI IFO |
311 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
312 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
313 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
314 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
315 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
316 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
317 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
318 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
319 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
320 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
321 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
322 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
323 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
324 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
325 | 2025-02-13T04:30:28.100Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
326 | 2025-02-13T04:30:28.872Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
327 | 2025-02-13T04:30:29.106Z | Updating crates.io index |
328 | 2025-02-13T04:30:29.193Z | Updating git repository `https://github.com/oxidecomputer/daft` |
329 | 2025-02-13T04:30:29.452Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
330 | 2025-02-13T04:30:29.970Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
331 | 2025-02-13T04:30:30.244Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
332 | 2025-02-13T04:30:30.462Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
333 | 2025-02-13T04:30:30.692Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
334 | 2025-02-13T04:30:31.705Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
335 | 2025-02-13T04:30:33.565Z | Updating git repository `https://github.com/oxidecomputer/opte` |
336 | 2025-02-13T04:30:34.244Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
337 | 2025-02-13T04:30:34.952Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
338 | 2025-02-13T04:30:35.205Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
339 | 2025-02-13T04:30:35.550Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
340 | 2025-02-13T04:30:36.168Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
341 | 2025-02-13T04:30:36.447Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
342 | 2025-02-13T04:30:36.702Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
343 | 2025-02-13T04:30:36.945Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
344 | 2025-02-13T04:30:37.173Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
345 | 2025-02-13T04:30:37.423Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
346 | 2025-02-13T04:30:37.676Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
347 | 2025-02-13T04:30:37.980Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
348 | 2025-02-13T04:30:38.271Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
349 | 2025-02-13T04:30:38.566Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
350 | 2025-02-13T04:30:38.993Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
351 | 2025-02-13T04:30:39.214Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
352 | 2025-02-13T04:30:39.691Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
353 | 2025-02-13T04:30:39.931Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
354 | 2025-02-13T04:30:40.332Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
355 | 2025-02-13T04:30:40.724Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
356 | 2025-02-13T04:30:41.006Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
357 | 2025-02-13T04:30:41.230Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
358 | 2025-02-13T04:30:41.549Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
359 | 2025-02-13T04:30:42.691Z | Downloading crates ... |
360 | 2025-02-13T04:30:42.784Z | Downloaded autocfg v1.4.0 |
361 | 2025-02-13T04:30:42.787Z | Downloaded anstyle-query v1.1.1 |
362 | 2025-02-13T04:30:42.790Z | Downloaded anstyle v1.0.10 |
363 | 2025-02-13T04:30:42.790Z | Downloaded bytecount v0.6.8 |
364 | 2025-02-13T04:30:42.794Z | Downloaded bitflags v2.6.0 |
365 | 2025-02-13T04:30:42.797Z | Downloaded anstream v0.6.15 |
366 | 2025-02-13T04:30:42.797Z | Downloaded dtrace-parser v0.2.0 |
367 | 2025-02-13T04:30:42.799Z | Downloaded block-buffer v0.10.4 |
368 | 2025-02-13T04:30:42.804Z | Downloaded usdt-attr-macro v0.5.0 |
369 | 2025-02-13T04:30:42.818Z | Downloaded usdt-macro v0.5.0 |
370 | 2025-02-13T04:30:42.822Z | Downloaded pretty-hex v0.4.1 |
371 | 2025-02-13T04:30:42.825Z | Downloaded equivalent v1.0.1 |
372 | 2025-02-13T04:30:42.825Z | Downloaded colorchoice v1.0.2 |
373 | 2025-02-13T04:30:42.834Z | Downloaded anstyle-parse v0.2.5 |
374 | 2025-02-13T04:30:42.839Z | Downloaded unicode-linebreak v0.1.5 |
375 | 2025-02-13T04:30:42.839Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2025-02-13T04:30:42.839Z | Downloaded thread-id v4.2.2 |
377 | 2025-02-13T04:30:42.842Z | Downloaded thiserror v1.0.69 |
378 | 2025-02-13T04:30:42.847Z | Downloaded cargo_metadata v0.18.1 |
379 | 2025-02-13T04:30:42.847Z | Downloaded swrite v0.1.0 |
380 | 2025-02-13T04:30:42.847Z | Downloaded is_terminal_polyfill v1.70.1 |
381 | 2025-02-13T04:30:42.852Z | Downloaded generic-array v0.14.7 |
382 | 2025-02-13T04:30:42.852Z | Downloaded scroll_derive v0.12.0 |
383 | 2025-02-13T04:30:42.855Z | Downloaded fnv v1.0.7 |
384 | 2025-02-13T04:30:42.861Z | Downloaded pest_generator v2.7.14 |
385 | 2025-02-13T04:30:42.865Z | Downloaded heck v0.5.0 |
386 | 2025-02-13T04:30:42.865Z | Downloaded fs-err v2.11.0 |
387 | 2025-02-13T04:30:42.869Z | Downloaded utf8parse v0.2.2 |
388 | 2025-02-13T04:30:42.872Z | Downloaded version_check v0.9.5 |
389 | 2025-02-13T04:30:42.872Z | Downloaded terminal_size v0.4.0 |
390 | 2025-02-13T04:30:42.872Z | Downloaded smawk v0.3.2 |
391 | 2025-02-13T04:30:42.875Z | Downloaded fastrand v2.1.1 |
392 | 2025-02-13T04:30:42.875Z | Downloaded tabled_derive v0.7.0 |
393 | 2025-02-13T04:30:42.875Z | Downloaded heck v0.4.1 |
394 | 2025-02-13T04:30:42.879Z | Downloaded crypto-common v0.1.6 |
395 | 2025-02-13T04:30:42.879Z | Downloaded usdt v0.5.0 |
396 | 2025-02-13T04:30:42.879Z | Downloaded dof v0.3.0 |
397 | 2025-02-13T04:30:42.879Z | Downloaded cpufeatures v0.2.14 |
398 | 2025-02-13T04:30:42.883Z | Downloaded toml_datetime v0.6.8 |
399 | 2025-02-13T04:30:42.883Z | Downloaded clap_lex v0.7.4 |
400 | 2025-02-13T04:30:42.883Z | Downloaded byteorder v1.5.0 |
401 | 2025-02-13T04:30:42.888Z | Downloaded memmap v0.7.0 |
402 | 2025-02-13T04:30:42.896Z | Downloaded cargo-platform v0.1.8 |
403 | 2025-02-13T04:30:42.900Z | Downloaded macaddr v1.0.1 |
404 | 2025-02-13T04:30:42.900Z | Downloaded thiserror-impl v1.0.69 |
405 | 2025-02-13T04:30:42.900Z | Downloaded digest v0.10.7 |
406 | 2025-02-13T04:30:42.900Z | Downloaded serde_spanned v0.6.8 |
407 | 2025-02-13T04:30:42.905Z | Downloaded itoa v1.0.11 |
408 | 2025-02-13T04:30:42.905Z | Downloaded cfg-if v1.0.0 |
409 | 2025-02-13T04:30:42.905Z | Downloaded strsim v0.11.1 |
410 | 2025-02-13T04:30:42.911Z | Downloaded plain v0.2.3 |
411 | 2025-02-13T04:30:42.915Z | Downloaded proc-macro-error-attr v1.0.4 |
412 | 2025-02-13T04:30:42.920Z | Downloaded once_cell v1.20.2 |
413 | 2025-02-13T04:30:42.967Z | Downloaded quote v1.0.38 |
414 | 2025-02-13T04:30:43.069Z | Downloaded pest_derive v2.7.14 |
415 | 2025-02-13T04:30:43.069Z | Downloaded errno v0.3.9 |
416 | 2025-02-13T04:30:43.069Z | Downloaded cargo_toml v0.20.5 |
417 | 2025-02-13T04:30:43.069Z | Downloaded zerocopy-derive v0.7.35 |
418 | 2025-02-13T04:30:43.069Z | Downloaded toml v0.8.19 |
419 | 2025-02-13T04:30:43.069Z | Downloaded camino-tempfile v1.1.1 |
420 | 2025-02-13T04:30:43.069Z | Downloaded scroll v0.12.0 |
421 | 2025-02-13T04:30:43.069Z | Downloaded clap_derive v4.5.24 |
422 | 2025-02-13T04:30:43.069Z | Downloaded camino v1.1.9 |
423 | 2025-02-13T04:30:43.069Z | Downloaded anyhow v1.0.95 |
424 | 2025-02-13T04:30:43.069Z | Downloaded pest_meta v2.7.14 |
425 | 2025-02-13T04:30:43.069Z | Downloaded usdt-impl v0.5.0 |
426 | 2025-02-13T04:30:43.070Z | Downloaded tempfile v3.13.0 |
427 | 2025-02-13T04:30:43.070Z | Downloaded ryu v1.0.18 |
428 | 2025-02-13T04:30:43.070Z | Downloaded proc-macro-error v1.0.4 |
429 | 2025-02-13T04:30:43.070Z | Downloaded unicode-ident v1.0.14 |
430 | 2025-02-13T04:30:43.070Z | Downloaded ucd-trie v0.1.7 |
431 | 2025-02-13T04:30:43.070Z | Downloaded typenum v1.17.0 |
432 | 2025-02-13T04:30:43.070Z | Downloaded sha2 v0.10.8 |
433 | 2025-02-13T04:30:43.070Z | Downloaded log v0.4.22 |
434 | 2025-02-13T04:30:43.121Z | Downloaded serde_derive v1.0.217 |
435 | 2025-02-13T04:30:43.122Z | Downloaded proc-macro2 v1.0.92 |
436 | 2025-02-13T04:30:43.122Z | Downloaded semver v1.0.24 |
437 | 2025-02-13T04:30:43.122Z | Downloaded papergrid v0.11.0 |
438 | 2025-02-13T04:30:43.122Z | Downloaded textwrap v0.16.1 |
439 | 2025-02-13T04:30:43.122Z | Downloaded clap v4.5.27 |
440 | 2025-02-13T04:30:43.122Z | Downloaded serde v1.0.217 |
441 | 2025-02-13T04:30:43.122Z | Downloaded memchr v2.7.4 |
442 | 2025-02-13T04:30:43.122Z | Downloaded toml_edit v0.22.22 |
443 | 2025-02-13T04:30:43.122Z | Downloaded indexmap v2.7.1 |
444 | 2025-02-13T04:30:43.122Z | Downloaded hashbrown v0.15.1 |
445 | 2025-02-13T04:30:43.137Z | Downloaded clap_builder v4.5.27 |
446 | 2025-02-13T04:30:43.137Z | Downloaded pest v2.7.14 |
447 | 2025-02-13T04:30:43.137Z | Downloaded zerocopy v0.7.35 |
448 | 2025-02-13T04:30:43.137Z | Downloaded winnow v0.6.20 |
449 | 2025-02-13T04:30:43.137Z | Downloaded tabled v0.15.0 |
450 | 2025-02-13T04:30:43.137Z | Downloaded goblin v0.8.2 |
451 | 2025-02-13T04:30:43.146Z | Downloaded serde_json v1.0.135 |
452 | 2025-02-13T04:30:43.151Z | Downloaded unicode-width v0.1.14 |
453 | 2025-02-13T04:30:43.151Z | Downloaded syn v1.0.109 |
454 | 2025-02-13T04:30:43.160Z | Downloaded syn v2.0.96 |
455 | 2025-02-13T04:30:43.168Z | Downloaded rustix v0.38.37 |
456 | 2025-02-13T04:30:43.202Z | Downloaded libc v0.2.169 |
457 | 2025-02-13T04:30:43.515Z | Compiling proc-macro2 v1.0.92 |
458 | 2025-02-13T04:30:43.515Z | Compiling unicode-ident v1.0.14 |
459 | 2025-02-13T04:30:43.518Z | Compiling version_check v0.9.5 |
460 | 2025-02-13T04:30:43.518Z | Compiling serde v1.0.217 |
461 | 2025-02-13T04:30:43.518Z | Compiling memchr v2.7.4 |
462 | 2025-02-13T04:30:43.518Z | Compiling thiserror v1.0.69 |
463 | 2025-02-13T04:30:43.518Z | Compiling libc v0.2.169 |
464 | 2025-02-13T04:30:43.552Z | Compiling ryu v1.0.18 |
465 | 2025-02-13T04:30:43.777Z | Compiling itoa v1.0.11 |
466 | 2025-02-13T04:30:43.971Z | Compiling ucd-trie v0.1.7 |
467 | 2025-02-13T04:30:44.046Z | Compiling once_cell v1.20.2 |
468 | 2025-02-13T04:30:44.350Z | Compiling byteorder v1.5.0 |
469 | 2025-02-13T04:30:44.445Z | Compiling rustix v0.38.37 |
470 | 2025-02-13T04:30:44.585Z | Compiling serde_json v1.0.135 |
471 | 2025-02-13T04:30:44.929Z | Compiling bitflags v2.6.0 |
472 | 2025-02-13T04:30:44.961Z | Compiling proc-macro-error-attr v1.0.4 |
473 | 2025-02-13T04:30:45.175Z | Compiling usdt-impl v0.5.0 |
474 | 2025-02-13T04:30:45.232Z | Compiling syn v1.0.109 |
475 | 2025-02-13T04:30:45.286Z | Compiling proc-macro-error v1.0.4 |
476 | 2025-02-13T04:30:45.336Z | Compiling utf8parse v0.2.2 |
477 | 2025-02-13T04:30:45.343Z | Compiling quote v1.0.38 |
478 | 2025-02-13T04:30:45.512Z | Compiling errno v0.3.9 |
479 | 2025-02-13T04:30:45.606Z | Compiling hashbrown v0.15.1 |
480 | 2025-02-13T04:30:45.634Z | Compiling camino v1.1.9 |
481 | 2025-02-13T04:30:45.752Z | Compiling syn v2.0.96 |
482 | 2025-02-13T04:30:45.884Z | Compiling thread-id v4.2.2 |
483 | 2025-02-13T04:30:45.935Z | Compiling plain v0.2.3 |
484 | 2025-02-13T04:30:45.996Z | Compiling equivalent v1.0.1 |
485 | 2025-02-13T04:30:46.022Z | Compiling log v0.4.22 |
486 | 2025-02-13T04:30:46.306Z | Compiling anstyle-parse v0.2.5 |
487 | 2025-02-13T04:30:46.367Z | Compiling is_terminal_polyfill v1.70.1 |
488 | 2025-02-13T04:30:46.509Z | Compiling winnow v0.6.20 |
489 | 2025-02-13T04:30:46.645Z | Compiling indexmap v2.7.1 |
490 | 2025-02-13T04:30:46.671Z | Compiling autocfg v1.4.0 |
491 | 2025-02-13T04:30:46.722Z | Compiling semver v1.0.24 |
492 | 2025-02-13T04:30:46.797Z | Compiling pretty-hex v0.4.1 |
493 | 2025-02-13T04:30:47.046Z | Compiling colorchoice v1.0.2 |
494 | 2025-02-13T04:30:47.218Z | Compiling anstyle-query v1.1.1 |
495 | 2025-02-13T04:30:47.247Z | Compiling unicode-width v0.1.14 |
496 | 2025-02-13T04:30:47.396Z | Compiling anstyle v1.0.10 |
497 | 2025-02-13T04:30:47.612Z | Compiling fs-err v2.11.0 |
498 | 2025-02-13T04:30:47.768Z | Compiling anstream v0.6.15 |
499 | 2025-02-13T04:30:47.836Z | Compiling terminal_size v0.4.0 |
500 | 2025-02-13T04:30:48.064Z | Compiling bytecount v0.6.8 |
501 | 2025-02-13T04:30:48.095Z | Compiling strsim v0.11.1 |
502 | 2025-02-13T04:30:48.290Z | Compiling anyhow v1.0.95 |
503 | 2025-02-13T04:30:48.317Z | Compiling fnv v1.0.7 |
504 | 2025-02-13T04:30:48.425Z | Compiling clap_lex v0.7.4 |
505 | 2025-02-13T04:30:48.472Z | Compiling heck v0.5.0 |
506 | 2025-02-13T04:30:48.504Z | Compiling heck v0.4.1 |
507 | 2025-02-13T04:30:48.867Z | Compiling cfg-if v1.0.0 |
508 | 2025-02-13T04:30:48.890Z | Compiling fastrand v2.1.1 |
509 | 2025-02-13T04:30:48.959Z | Compiling clap_builder v4.5.27 |
510 | 2025-02-13T04:30:48.986Z | Compiling papergrid v0.11.0 |
511 | 2025-02-13T04:30:49.377Z | Compiling tempfile v3.13.0 |
512 | 2025-02-13T04:30:49.470Z | Compiling memmap v0.7.0 |
513 | 2025-02-13T04:30:49.611Z | Compiling smawk v0.3.2 |
514 | 2025-02-13T04:30:49.815Z | Compiling unicode-linebreak v0.1.5 |
515 | 2025-02-13T04:30:50.205Z | Compiling swrite v0.1.0 |
516 | 2025-02-13T04:30:50.340Z | Compiling textwrap v0.16.1 |
517 | 2025-02-13T04:30:50.911Z | Compiling tabled_derive v0.7.0 |
518 | 2025-02-13T04:30:52.481Z | Compiling tabled v0.15.0 |
519 | 2025-02-13T04:30:52.568Z | Compiling serde_derive v1.0.217 |
520 | 2025-02-13T04:30:52.568Z | Compiling thiserror-impl v1.0.69 |
521 | 2025-02-13T04:30:52.571Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-02-13T04:30:52.571Z | Compiling scroll_derive v0.12.0 |
523 | 2025-02-13T04:30:52.571Z | Compiling clap_derive v4.5.24 |
524 | 2025-02-13T04:30:54.023Z | Compiling scroll v0.12.0 |
525 | 2025-02-13T04:30:54.494Z | Compiling zerocopy v0.7.35 |
526 | 2025-02-13T04:30:54.589Z | Compiling goblin v0.8.2 |
527 | 2025-02-13T04:30:55.600Z | Compiling pest v2.7.14 |
528 | 2025-02-13T04:30:56.003Z | Compiling clap v4.5.27 |
529 | 2025-02-13T04:30:57.661Z | Compiling pest_meta v2.7.14 |
530 | 2025-02-13T04:30:58.532Z | Compiling pest_generator v2.7.14 |
531 | 2025-02-13T04:30:59.986Z | Compiling pest_derive v2.7.14 |
532 | 2025-02-13T04:31:00.617Z | Compiling dtrace-parser v0.2.0 |
533 | 2025-02-13T04:31:01.284Z | Compiling serde_spanned v0.6.8 |
534 | 2025-02-13T04:31:01.288Z | Compiling toml_datetime v0.6.8 |
535 | 2025-02-13T04:31:01.436Z | Compiling serde_tokenstream v0.2.2 |
536 | 2025-02-13T04:31:01.519Z | Compiling cargo-platform v0.1.8 |
537 | 2025-02-13T04:31:01.611Z | Compiling toml_edit v0.22.22 |
538 | 2025-02-13T04:31:01.764Z | Compiling macaddr v1.0.1 |
539 | 2025-02-13T04:31:02.028Z | Compiling camino-tempfile v1.1.1 |
540 | 2025-02-13T04:31:02.625Z | Compiling dof v0.3.0 |
541 | 2025-02-13T04:31:02.625Z | Compiling cargo_metadata v0.18.1 |
542 | 2025-02-13T04:31:04.255Z | Compiling usdt-macro v0.5.0 |
543 | 2025-02-13T04:31:04.258Z | Compiling usdt-attr-macro v0.5.0 |
544 | 2025-02-13T04:31:04.472Z | Compiling toml v0.8.19 |
545 | 2025-02-13T04:31:05.374Z | Compiling usdt v0.5.0 |
546 | 2025-02-13T04:31:05.400Z | Compiling cargo_toml v0.20.5 |
547 | 2025-02-13T04:31:08.019Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
548 | 2025-02-13T04:31:11.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.47s |
549 | 2025-02-13T04:31:11.408Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
550 | 2025-02-13T04:31:11.927Z | Downloading crates ... |
551 | 2025-02-13T04:31:12.044Z | Downloaded adler2 v2.0.0 |
552 | 2025-02-13T04:31:12.047Z | Downloaded aead v0.5.2 |
553 | 2025-02-13T04:31:12.054Z | Downloaded arrayref v0.3.9 |
554 | 2025-02-13T04:31:12.058Z | Downloaded arrayvec v0.7.6 |
555 | 2025-02-13T04:31:12.061Z | Downloaded atomicwrites v0.4.4 |
556 | 2025-02-13T04:31:12.075Z | Downloaded cfg_aliases v0.1.1 |
557 | 2025-02-13T04:31:12.083Z | Downloaded convert_case v0.4.0 |
558 | 2025-02-13T04:31:12.086Z | Downloaded crucible-workspace-hack v0.1.0 |
559 | 2025-02-13T04:31:12.086Z | Downloaded atty v0.2.14 |
560 | 2025-02-13T04:31:12.086Z | Downloaded async-recursion v1.1.1 |
561 | 2025-02-13T04:31:12.091Z | Downloaded bitflags v1.3.2 |
562 | 2025-02-13T04:31:12.094Z | Downloaded hmac v0.12.1 |
563 | 2025-02-13T04:31:12.097Z | Downloaded hostname v0.3.1 |
564 | 2025-02-13T04:31:12.097Z | Downloaded base16ct v0.2.0 |
565 | 2025-02-13T04:31:12.099Z | Downloaded crossbeam-deque v0.8.5 |
566 | 2025-02-13T04:31:12.102Z | Downloaded cookie_store v0.21.1 |
567 | 2025-02-13T04:31:12.106Z | Downloaded instability v0.3.2 |
568 | 2025-02-13T04:31:12.106Z | Downloaded cancel-safe-futures v0.1.5 |
569 | 2025-02-13T04:31:12.109Z | Downloaded http v1.2.0 |
570 | 2025-02-13T04:31:12.112Z | Downloaded icu_provider_macros v1.5.0 |
571 | 2025-02-13T04:31:12.114Z | Downloaded cstr-argument v0.1.2 |
572 | 2025-02-13T04:31:12.114Z | Downloaded memoffset v0.9.1 |
573 | 2025-02-13T04:31:12.117Z | Downloaded const_format_proc_macros v0.2.34 |
574 | 2025-02-13T04:31:12.119Z | Downloaded md5 v0.7.0 |
575 | 2025-02-13T04:31:12.122Z | Downloaded lockfree-object-pool v0.1.6 |
576 | 2025-02-13T04:31:12.124Z | Downloaded new_debug_unreachable v1.0.6 |
577 | 2025-02-13T04:31:12.124Z | Downloaded hyper v1.5.2 |
578 | 2025-02-13T04:31:12.132Z | Downloaded nibble_vec v0.1.0 |
579 | 2025-02-13T04:31:12.135Z | Downloaded nanorand v0.7.0 |
580 | 2025-02-13T04:31:12.138Z | Downloaded mirai-annotations v1.12.0 |
581 | 2025-02-13T04:31:12.138Z | Downloaded instant v0.1.13 |
582 | 2025-02-13T04:31:12.140Z | Downloaded newline-converter v0.3.0 |
583 | 2025-02-13T04:31:12.143Z | Downloaded ident_case v1.0.1 |
584 | 2025-02-13T04:31:12.143Z | Downloaded http-range v0.1.5 |
585 | 2025-02-13T04:31:12.143Z | Downloaded hyper-staticfile v0.10.1 |
586 | 2025-02-13T04:31:12.145Z | Downloaded ipnetwork v0.20.0 |
587 | 2025-02-13T04:31:12.148Z | Downloaded indent_write v2.2.0 |
588 | 2025-02-13T04:31:12.151Z | Downloaded http-body-util v0.1.2 |
589 | 2025-02-13T04:31:12.151Z | Downloaded cmake v0.1.51 |
590 | 2025-02-13T04:31:12.155Z | Downloaded ciborium v0.2.2 |
591 | 2025-02-13T04:31:12.158Z | Downloaded castaway v0.2.3 |
592 | 2025-02-13T04:31:12.158Z | Downloaded is-terminal v0.4.13 |
593 | 2025-02-13T04:31:12.162Z | Downloaded home v0.5.9 |
594 | 2025-02-13T04:31:12.162Z | Downloaded ascii-canvas v3.0.0 |
595 | 2025-02-13T04:31:12.162Z | Downloaded keccak v0.1.5 |
596 | 2025-02-13T04:31:12.166Z | Downloaded lazycell v1.3.0 |
597 | 2025-02-13T04:31:12.166Z | Downloaded lock_api v0.4.12 |
598 | 2025-02-13T04:31:12.169Z | Downloaded iana-time-zone v0.1.61 |
599 | 2025-02-13T04:31:12.171Z | Downloaded newtype-uuid v1.2.1 |
600 | 2025-02-13T04:31:12.171Z | Downloaded linked-hash-map v0.5.6 |
601 | 2025-02-13T04:31:12.174Z | Downloaded cookie v0.18.1 |
602 | 2025-02-13T04:31:12.176Z | Downloaded cbc v0.1.2 |
603 | 2025-02-13T04:31:12.179Z | Downloaded base64 v0.13.1 |
604 | 2025-02-13T04:31:12.182Z | Downloaded async-stream v0.3.6 |
605 | 2025-02-13T04:31:12.185Z | Downloaded jobserver v0.1.32 |
606 | 2025-02-13T04:31:12.187Z | Downloaded lalrpop-util v0.19.12 |
607 | 2025-02-13T04:31:12.187Z | Downloaded indicatif v0.17.11 |
608 | 2025-02-13T04:31:12.191Z | Downloaded mime_guess v2.0.5 |
609 | 2025-02-13T04:31:12.194Z | Downloaded sqlparser_derive v0.2.2 |
610 | 2025-02-13T04:31:12.197Z | Downloaded linear-map v1.2.0 |
611 | 2025-02-13T04:31:12.197Z | Downloaded addr2line v0.24.2 |
612 | 2025-02-13T04:31:12.200Z | Downloaded match_cfg v0.1.0 |
613 | 2025-02-13T04:31:12.200Z | Downloaded icu_locid_transform v1.5.0 |
614 | 2025-02-13T04:31:12.203Z | Downloaded humantime v2.1.0 |
615 | 2025-02-13T04:31:12.206Z | Downloaded r2d2 v0.8.10 |
616 | 2025-02-13T04:31:12.209Z | Downloaded blowfish v0.9.1 |
617 | 2025-02-13T04:31:12.209Z | Downloaded hubpack v0.1.2 |
618 | 2025-02-13T04:31:12.212Z | Downloaded atomic-waker v1.1.2 |
619 | 2025-02-13T04:31:12.212Z | Downloaded bit-set v0.5.3 |
620 | 2025-02-13T04:31:12.215Z | Downloaded blake2 v0.10.6 |
621 | 2025-02-13T04:31:12.219Z | Downloaded waitgroup v0.1.2 |
622 | 2025-02-13T04:31:12.219Z | Downloaded lru-cache v0.1.2 |
623 | 2025-02-13T04:31:12.222Z | Downloaded memmap2 v0.9.5 |
624 | 2025-02-13T04:31:12.222Z | Downloaded litrs v0.4.1 |
625 | 2025-02-13T04:31:12.225Z | Downloaded md-5 v0.10.6 |
626 | 2025-02-13T04:31:12.225Z | Downloaded bytes v1.9.0 |
627 | 2025-02-13T04:31:12.229Z | Downloaded slog-envlogger v2.2.0 |
628 | 2025-02-13T04:31:12.232Z | Downloaded newtype_derive v0.1.6 |
629 | 2025-02-13T04:31:12.235Z | Downloaded internet-checksum v0.2.1 |
630 | 2025-02-13T04:31:12.235Z | Downloaded cfg_aliases v0.2.1 |
631 | 2025-02-13T04:31:12.235Z | Downloaded time-core v0.1.2 |
632 | 2025-02-13T04:31:12.238Z | Downloaded libsw v3.3.1 |
633 | 2025-02-13T04:31:12.241Z | Downloaded rustc-hash v2.0.0 |
634 | 2025-02-13T04:31:12.241Z | Downloaded resolv-conf v0.7.0 |
635 | 2025-02-13T04:31:12.244Z | Downloaded ssh-cipher v0.2.0 |
636 | 2025-02-13T04:31:12.244Z | Downloaded secrecy v0.8.0 |
637 | 2025-02-13T04:31:12.247Z | Downloaded ipnet v2.10.1 |
638 | 2025-02-13T04:31:12.247Z | Downloaded buf-list v1.0.3 |
639 | 2025-02-13T04:31:12.249Z | Downloaded mime v0.3.17 |
640 | 2025-02-13T04:31:12.252Z | Downloaded hyper-util v0.1.10 |
641 | 2025-02-13T04:31:12.255Z | Downloaded embedded-io v0.6.1 |
642 | 2025-02-13T04:31:12.258Z | Downloaded miniz_oxide v0.8.0 |
643 | 2025-02-13T04:31:12.260Z | Downloaded slog-dtrace v0.3.0 |
644 | 2025-02-13T04:31:12.263Z | Downloaded yoke-derive v0.7.4 |
645 | 2025-02-13T04:31:12.263Z | Downloaded native-tls v0.2.12 |
646 | 2025-02-13T04:31:12.266Z | Downloaded strum_macros v0.25.3 |
647 | 2025-02-13T04:31:12.269Z | Downloaded wait-timeout v0.2.0 |
648 | 2025-02-13T04:31:12.271Z | Downloaded serde_repr v0.1.19 |
649 | 2025-02-13T04:31:12.274Z | Downloaded derive_builder_macro v0.20.2 |
650 | 2025-02-13T04:31:12.274Z | Downloaded console v0.15.10 |
651 | 2025-02-13T04:31:12.277Z | Downloaded crossbeam-channel v0.5.13 |
652 | 2025-02-13T04:31:12.291Z | Downloaded tokio-rustls v0.24.1 |
653 | 2025-02-13T04:31:12.291Z | Downloaded icu_normalizer v1.5.0 |
654 | 2025-02-13T04:31:12.291Z | Downloaded zone_cfg_derive v0.1.2 |
655 | 2025-02-13T04:31:12.296Z | Downloaded futures-io v0.3.31 |
656 | 2025-02-13T04:31:12.296Z | Downloaded httpdate v1.0.3 |
657 | 2025-02-13T04:31:12.296Z | Downloaded serde_plain v1.0.2 |
658 | 2025-02-13T04:31:12.299Z | Downloaded futures-macro v0.3.31 |
659 | 2025-02-13T04:31:12.299Z | Downloaded tokio-rustls v0.25.0 |
660 | 2025-02-13T04:31:12.299Z | Downloaded universal-hash v0.5.1 |
661 | 2025-02-13T04:31:12.303Z | Downloaded serde_urlencoded v0.7.1 |
662 | 2025-02-13T04:31:12.303Z | Downloaded unicode-xid v0.2.6 |
663 | 2025-02-13T04:31:12.306Z | Downloaded tokio-tungstenite v0.21.0 |
664 | 2025-02-13T04:31:12.307Z | Downloaded tokio-native-tls v0.3.1 |
665 | 2025-02-13T04:31:12.309Z | Downloaded colored v2.1.0 |
666 | 2025-02-13T04:31:12.311Z | Downloaded multer v3.1.0 |
667 | 2025-02-13T04:31:12.314Z | Downloaded ff v0.13.0 |
668 | 2025-02-13T04:31:12.317Z | Downloaded peg-runtime v0.8.3 |
669 | 2025-02-13T04:31:12.317Z | Downloaded openssl-probe v0.1.5 |
670 | 2025-02-13T04:31:12.320Z | Downloaded phf v0.11.2 |
671 | 2025-02-13T04:31:12.320Z | Downloaded derive_builder_core v0.20.2 |
672 | 2025-02-13T04:31:12.323Z | Downloaded similar v2.6.0 |
673 | 2025-02-13T04:31:12.326Z | Downloaded serde-big-array v0.5.1 |
674 | 2025-02-13T04:31:12.329Z | Downloaded icu_locid v1.5.0 |
675 | 2025-02-13T04:31:12.334Z | Downloaded mio v1.0.2 |
676 | 2025-02-13T04:31:12.340Z | Downloaded mockall_derive v0.13.0 |
677 | 2025-02-13T04:31:12.343Z | Downloaded fallible-streaming-iterator v0.1.9 |
678 | 2025-02-13T04:31:12.345Z | Downloaded fallible-iterator v0.3.0 |
679 | 2025-02-13T04:31:12.345Z | Downloaded idna_adapter v1.2.0 |
680 | 2025-02-13T04:31:12.349Z | Downloaded tower-service v0.3.3 |
681 | 2025-02-13T04:31:12.349Z | Downloaded crc-any v2.5.0 |
682 | 2025-02-13T04:31:12.352Z | Downloaded take_mut v0.2.2 |
683 | 2025-02-13T04:31:12.352Z | Downloaded olpc-cjson v0.1.4 |
684 | 2025-02-13T04:31:12.355Z | Downloaded subprocess v0.2.9 |
685 | 2025-02-13T04:31:12.357Z | Downloaded phf_codegen v0.11.2 |
686 | 2025-02-13T04:31:12.357Z | Downloaded parking_lot_core v0.9.10 |
687 | 2025-02-13T04:31:12.362Z | Downloaded compact_str v0.8.0 |
688 | 2025-02-13T04:31:12.369Z | Downloaded unsafe-libyaml v0.2.11 |
689 | 2025-02-13T04:31:12.371Z | Downloaded zerofrom v0.1.4 |
690 | 2025-02-13T04:31:12.371Z | Downloaded vte_generate_state_changes v0.1.2 |
691 | 2025-02-13T04:31:12.371Z | Downloaded diesel_table_macro_syntax v0.2.0 |
692 | 2025-02-13T04:31:12.374Z | Downloaded parking_lot_core v0.8.6 |
693 | 2025-02-13T04:31:12.377Z | Downloaded siphasher v0.3.11 |
694 | 2025-02-13T04:31:12.377Z | Downloaded clang-sys v1.8.1 |
695 | 2025-02-13T04:31:12.380Z | Downloaded libm v0.2.8 |
696 | 2025-02-13T04:31:12.388Z | Downloaded num-conv v0.1.0 |
697 | 2025-02-13T04:31:12.392Z | Downloaded headers-core v0.3.0 |
698 | 2025-02-13T04:31:12.392Z | Downloaded polyval v0.6.2 |
699 | 2025-02-13T04:31:12.394Z | Downloaded unarray v0.1.4 |
700 | 2025-02-13T04:31:12.394Z | Downloaded sec1 v0.7.3 |
701 | 2025-02-13T04:31:12.397Z | Downloaded foreign-types-shared v0.3.1 |
702 | 2025-02-13T04:31:12.397Z | Downloaded openssl-macros v0.1.1 |
703 | 2025-02-13T04:31:12.400Z | Downloaded hash32 v0.2.1 |
704 | 2025-02-13T04:31:12.400Z | Downloaded phf_shared v0.10.0 |
705 | 2025-02-13T04:31:12.402Z | Downloaded path-slash v0.1.5 |
706 | 2025-02-13T04:31:12.402Z | Downloaded zone v0.1.8 |
707 | 2025-02-13T04:31:12.405Z | Downloaded litemap v0.7.3 |
708 | 2025-02-13T04:31:12.407Z | Downloaded tabwriter v1.4.0 |
709 | 2025-02-13T04:31:12.407Z | Downloaded zone v0.3.0 |
710 | 2025-02-13T04:31:12.410Z | Downloaded russh-cryptovec v0.7.3 |
711 | 2025-02-13T04:31:12.410Z | Downloaded crossbeam-utils v0.8.20 |
712 | 2025-02-13T04:31:12.413Z | Downloaded base64 v0.22.1 |
713 | 2025-02-13T04:31:12.417Z | Downloaded tls_codec v0.4.1 |
714 | 2025-02-13T04:31:12.419Z | Downloaded ron v0.7.1 |
715 | 2025-02-13T04:31:12.424Z | Downloaded futures-executor v0.3.31 |
716 | 2025-02-13T04:31:12.427Z | Downloaded rcgen v0.12.1 |
717 | 2025-02-13T04:31:12.430Z | Downloaded ghash v0.5.1 |
718 | 2025-02-13T04:31:12.433Z | Downloaded progenitor-client v0.8.0 |
719 | 2025-02-13T04:31:12.433Z | Downloaded phf_generator v0.11.2 |
720 | 2025-02-13T04:31:12.436Z | Downloaded walkdir v2.5.0 |
721 | 2025-02-13T04:31:12.436Z | Downloaded typify-macro v0.3.0 |
722 | 2025-02-13T04:31:12.438Z | Downloaded nu-ansi-term v0.50.1 |
723 | 2025-02-13T04:31:12.441Z | Downloaded thiserror v2.0.11 |
724 | 2025-02-13T04:31:12.446Z | Downloaded predicates-tree v1.0.11 |
725 | 2025-02-13T04:31:12.449Z | Downloaded foreign-types-shared v0.1.1 |
726 | 2025-02-13T04:31:12.449Z | Downloaded flagset v0.4.6 |
727 | 2025-02-13T04:31:12.451Z | Downloaded endian-type v0.1.2 |
728 | 2025-02-13T04:31:12.451Z | Downloaded dropshot_endpoint v0.12.0 |
729 | 2025-02-13T04:31:12.454Z | Downloaded prettyplease v0.2.25 |
730 | 2025-02-13T04:31:12.458Z | Downloaded ref-cast-impl v1.0.23 |
731 | 2025-02-13T04:31:12.461Z | Downloaded progenitor-client v0.9.1 |
732 | 2025-02-13T04:31:12.461Z | Downloaded form_urlencoded v1.2.1 |
733 | 2025-02-13T04:31:12.463Z | Downloaded stringprep v0.1.5 |
734 | 2025-02-13T04:31:12.463Z | Downloaded shell-words v1.1.0 |
735 | 2025-02-13T04:31:12.466Z | Downloaded defmt v0.3.8 |
736 | 2025-02-13T04:31:12.469Z | Downloaded foreign-types v0.3.2 |
737 | 2025-02-13T04:31:12.472Z | Downloaded darling_macro v0.20.10 |
738 | 2025-02-13T04:31:12.473Z | Downloaded smallvec v0.6.14 |
739 | 2025-02-13T04:31:12.483Z | Downloaded tls_codec_derive v0.4.1 |
740 | 2025-02-13T04:31:12.486Z | Downloaded tinystr v0.7.6 |
741 | 2025-02-13T04:31:12.489Z | Downloaded poly1305 v0.8.0 |
742 | 2025-02-13T04:31:12.492Z | Downloaded x509-cert v0.2.5 |
743 | 2025-02-13T04:31:12.497Z | Downloaded utf-8 v0.7.6 |
744 | 2025-02-13T04:31:12.499Z | Downloaded unicode_categories v0.1.1 |
745 | 2025-02-13T04:31:12.502Z | Downloaded crypto-bigint v0.5.5 |
746 | 2025-02-13T04:31:12.508Z | Downloaded static_assertions v1.1.0 |
747 | 2025-02-13T04:31:12.510Z | Downloaded stable_deref_trait v1.2.0 |
748 | 2025-02-13T04:31:12.510Z | Downloaded der_derive v0.7.3 |
749 | 2025-02-13T04:31:12.513Z | Downloaded url v2.5.3 |
750 | 2025-02-13T04:31:12.516Z | Downloaded ed25519 v2.2.3 |
751 | 2025-02-13T04:31:12.518Z | Downloaded itertools v0.10.5 |
752 | 2025-02-13T04:31:12.526Z | Downloaded tiny-keccak v2.0.2 |
753 | 2025-02-13T04:31:12.530Z | Downloaded time-macros v0.2.18 |
754 | 2025-02-13T04:31:12.533Z | Downloaded fxhash v0.2.1 |
755 | 2025-02-13T04:31:12.533Z | Downloaded bumpalo v3.16.0 |
756 | 2025-02-13T04:31:12.537Z | Downloaded futures-core v0.3.31 |
757 | 2025-02-13T04:31:12.540Z | Downloaded xz2 v0.1.7 |
758 | 2025-02-13T04:31:12.540Z | Downloaded smallvec v1.13.2 |
759 | 2025-02-13T04:31:12.544Z | Downloaded utf16_iter v1.0.5 |
760 | 2025-02-13T04:31:12.547Z | Downloaded aes v0.8.4 |
761 | 2025-02-13T04:31:12.549Z | Downloaded yasna v0.5.2 |
762 | 2025-02-13T04:31:12.552Z | Downloaded env_filter v0.1.2 |
763 | 2025-02-13T04:31:12.552Z | Downloaded whoami v1.5.2 |
764 | 2025-02-13T04:31:12.554Z | Downloaded sct v0.7.1 |
765 | 2025-02-13T04:31:12.559Z | Downloaded oso-derive v0.27.3 |
766 | 2025-02-13T04:31:12.561Z | Downloaded itertools v0.12.1 |
767 | 2025-02-13T04:31:12.568Z | Downloaded num_threads v0.1.7 |
768 | 2025-02-13T04:31:12.571Z | Downloaded structmeta v0.3.0 |
769 | 2025-02-13T04:31:12.571Z | Downloaded rand_core v0.6.4 |
770 | 2025-02-13T04:31:12.574Z | Downloaded predicates-core v1.0.8 |
771 | 2025-02-13T04:31:12.574Z | Downloaded tinyvec v1.8.0 |
772 | 2025-02-13T04:31:12.576Z | Downloaded futures-task v0.3.31 |
773 | 2025-02-13T04:31:12.579Z | Downloaded slog-term v2.9.1 |
774 | 2025-02-13T04:31:12.581Z | Downloaded num-iter v0.1.45 |
775 | 2025-02-13T04:31:12.584Z | Downloaded rand_chacha v0.3.1 |
776 | 2025-02-13T04:31:12.584Z | Downloaded term v0.7.0 |
777 | 2025-02-13T04:31:12.587Z | Downloaded idna v1.0.3 |
778 | 2025-02-13T04:31:12.592Z | Downloaded defmt-parser v0.3.4 |
779 | 2025-02-13T04:31:12.596Z | Downloaded omicron-zone-package v0.12.0 |
780 | 2025-02-13T04:31:12.599Z | Downloaded typify v0.3.0 |
781 | 2025-02-13T04:31:12.602Z | Downloaded hickory-client v0.24.2 |
782 | 2025-02-13T04:31:12.605Z | Downloaded phf_shared v0.11.2 |
783 | 2025-02-13T04:31:12.609Z | Downloaded structmeta-derive v0.3.0 |
784 | 2025-02-13T04:31:12.609Z | Downloaded owo-colors v4.1.0 |
785 | 2025-02-13T04:31:12.611Z | Downloaded write16 v1.0.0 |
786 | 2025-02-13T04:31:12.611Z | Downloaded pin-project-internal v1.1.6 |
787 | 2025-02-13T04:31:12.614Z | Downloaded progenitor-impl v0.9.1 |
788 | 2025-02-13T04:31:12.616Z | Downloaded pkcs8 v0.10.2 |
789 | 2025-02-13T04:31:12.619Z | Downloaded peg v0.8.4 |
790 | 2025-02-13T04:31:12.624Z | Downloaded diesel_derives v2.2.3 |
791 | 2025-02-13T04:31:12.628Z | Downloaded parse-size v1.1.0 |
792 | 2025-02-13T04:31:12.633Z | Downloaded serde_with_macros v3.11.0 |
793 | 2025-02-13T04:31:12.636Z | Downloaded num-rational v0.4.2 |
794 | 2025-02-13T04:31:12.636Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2025-02-13T04:31:12.639Z | Downloaded darling_core v0.20.10 |
796 | 2025-02-13T04:31:12.643Z | Downloaded openssl-sys v0.9.105 |
797 | 2025-02-13T04:31:12.649Z | Downloaded pbkdf2 v0.12.2 |
798 | 2025-02-13T04:31:12.652Z | Downloaded zopfli v0.8.1 |
799 | 2025-02-13T04:31:12.655Z | Downloaded futures-channel v0.3.31 |
800 | 2025-02-13T04:31:12.658Z | Downloaded env_logger v0.10.2 |
801 | 2025-02-13T04:31:12.661Z | Downloaded termtree v0.4.1 |
802 | 2025-02-13T04:31:12.661Z | Downloaded sync_wrapper v1.0.1 |
803 | 2025-02-13T04:31:12.664Z | Downloaded serde_derive_internals v0.29.1 |
804 | 2025-02-13T04:31:12.664Z | Downloaded zerocopy-derive v0.8.10 |
805 | 2025-02-13T04:31:12.670Z | Downloaded foldhash v0.1.3 |
806 | 2025-02-13T04:31:12.673Z | Downloaded p256 v0.13.2 |
807 | 2025-02-13T04:31:12.676Z | Downloaded data-encoding v2.6.0 |
808 | 2025-02-13T04:31:12.679Z | Downloaded zeroize_derive v1.4.2 |
809 | 2025-02-13T04:31:12.683Z | Downloaded num_enum_derive v0.5.11 |
810 | 2025-02-13T04:31:12.683Z | Downloaded rpassword v7.3.1 |
811 | 2025-02-13T04:31:12.683Z | Downloaded sync-ptr v0.1.1 |
812 | 2025-02-13T04:31:12.686Z | Downloaded rustls-webpki v0.101.7 |
813 | 2025-02-13T04:31:12.697Z | Downloaded typify-macro v0.2.0 |
814 | 2025-02-13T04:31:12.701Z | Downloaded hashbrown v0.12.3 |
815 | 2025-02-13T04:31:12.704Z | Downloaded time v0.3.36 |
816 | 2025-02-13T04:31:12.710Z | Downloaded half v2.4.1 |
817 | 2025-02-13T04:31:12.713Z | Downloaded deranged v0.3.11 |
818 | 2025-02-13T04:31:12.716Z | Downloaded parse-display-derive v0.10.0 |
819 | 2025-02-13T04:31:12.719Z | Downloaded enum-as-inner v0.6.1 |
820 | 2025-02-13T04:31:12.719Z | Downloaded fixedbitset v0.4.2 |
821 | 2025-02-13T04:31:12.722Z | Downloaded dirs-next v2.0.0 |
822 | 2025-02-13T04:31:12.722Z | Downloaded serde_yaml v0.9.34+deprecated |
823 | 2025-02-13T04:31:12.725Z | Downloaded defmt-macros v0.3.9 |
824 | 2025-02-13T04:31:12.730Z | Downloaded signal-hook-tokio v0.3.1 |
825 | 2025-02-13T04:31:12.733Z | Downloaded ecdsa v0.16.9 |
826 | 2025-02-13T04:31:12.733Z | Downloaded thread_local v1.1.8 |
827 | 2025-02-13T04:31:12.738Z | Downloaded rustversion v1.0.17 |
828 | 2025-02-13T04:31:12.740Z | Downloaded slab v0.4.9 |
829 | 2025-02-13T04:31:12.740Z | Downloaded tracing-core v0.1.32 |
830 | 2025-02-13T04:31:12.743Z | Downloaded hickory-resolver v0.24.2 |
831 | 2025-02-13T04:31:12.746Z | Downloaded synstructure v0.13.1 |
832 | 2025-02-13T04:31:12.749Z | Downloaded twox-hash v2.1.0 |
833 | 2025-02-13T04:31:12.752Z | Downloaded progenitor-impl v0.8.0 |
834 | 2025-02-13T04:31:12.754Z | Downloaded num_enum v0.5.11 |
835 | 2025-02-13T04:31:12.758Z | Downloaded sigpipe v0.1.3 |
836 | 2025-02-13T04:31:12.761Z | Downloaded thiserror-impl v2.0.11 |
837 | 2025-02-13T04:31:12.763Z | Downloaded float-cmp v0.9.0 |
838 | 2025-02-13T04:31:12.763Z | Downloaded env_logger v0.11.5 |
839 | 2025-02-13T04:31:12.767Z | Downloaded hex v0.4.3 |
840 | 2025-02-13T04:31:12.770Z | Downloaded zip v0.6.6 |
841 | 2025-02-13T04:31:12.773Z | Downloaded try-lock v0.2.5 |
842 | 2025-02-13T04:31:12.776Z | Downloaded toolchain_find v0.4.0 |
843 | 2025-02-13T04:31:12.776Z | Downloaded packed_struct_codegen v0.10.1 |
844 | 2025-02-13T04:31:12.776Z | Downloaded derive_builder v0.20.2 |
845 | 2025-02-13T04:31:12.781Z | Downloaded bindgen v0.69.5 |
846 | 2025-02-13T04:31:12.789Z | Downloaded foreign-types v0.5.0 |
847 | 2025-02-13T04:31:12.792Z | Downloaded signal-hook-registry v1.4.2 |
848 | 2025-02-13T04:31:12.792Z | Downloaded primeorder v0.13.6 |
849 | 2025-02-13T04:31:12.796Z | Downloaded rustc_version v0.1.7 |
850 | 2025-02-13T04:31:12.796Z | Downloaded derive-where v1.2.7 |
851 | 2025-02-13T04:31:12.801Z | Downloaded signal-hook-mio v0.2.4 |
852 | 2025-02-13T04:31:12.810Z | Downloaded gethostname v0.5.0 |
853 | 2025-02-13T04:31:12.810Z | Downloaded difflib v0.4.0 |
854 | 2025-02-13T04:31:12.810Z | Downloaded heck v0.3.3 |
855 | 2025-02-13T04:31:12.810Z | Downloaded glob v0.3.2 |
856 | 2025-02-13T04:31:12.814Z | Downloaded precomputed-hash v0.1.1 |
857 | 2025-02-13T04:31:12.814Z | Downloaded itertools v0.13.0 |
858 | 2025-02-13T04:31:12.817Z | Downloaded displaydoc v0.2.5 |
859 | 2025-02-13T04:31:12.821Z | Downloaded either v1.13.0 |
860 | 2025-02-13T04:31:12.822Z | Downloaded flume v0.11.1 |
861 | 2025-02-13T04:31:12.824Z | Downloaded want v0.3.1 |
862 | 2025-02-13T04:31:12.827Z | Downloaded zip v2.1.3 |
863 | 2025-02-13T04:31:12.830Z | Downloaded float-ord v0.3.2 |
864 | 2025-02-13T04:31:12.832Z | Downloaded topological-sort v0.2.2 |
865 | 2025-02-13T04:31:12.833Z | Downloaded termtree v0.5.1 |
866 | 2025-02-13T04:31:12.837Z | Downloaded utf8_iter v1.0.4 |
867 | 2025-02-13T04:31:12.837Z | Downloaded aws-lc-rs v1.10.0 |
868 | 2025-02-13T04:31:12.845Z | Downloaded derive_more v0.99.18 |
869 | 2025-02-13T04:31:12.849Z | Downloaded postgres-protocol v0.6.7 |
870 | 2025-02-13T04:31:12.854Z | Downloaded snafu v0.8.5 |
871 | 2025-02-13T04:31:12.862Z | Downloaded icu_properties_data v1.5.0 |
872 | 2025-02-13T04:31:12.870Z | Downloaded same-file v1.0.6 |
873 | 2025-02-13T04:31:12.875Z | Downloaded psl-types v2.0.11 |
874 | 2025-02-13T04:31:12.875Z | Downloaded vsss-rs v3.3.4 |
875 | 2025-02-13T04:31:12.880Z | Downloaded reedline v0.35.0 |
876 | 2025-02-13T04:31:12.884Z | Downloaded normalize-line-endings v0.3.0 |
877 | 2025-02-13T04:31:12.893Z | Downloaded shlex v1.3.0 |
878 | 2025-02-13T04:31:12.893Z | Downloaded tracing-attributes v0.1.27 |
879 | 2025-02-13T04:31:12.897Z | Downloaded strum_macros v0.24.3 |
880 | 2025-02-13T04:31:12.897Z | Downloaded dyn-clone v1.0.17 |
881 | 2025-02-13T04:31:12.897Z | Downloaded sqlformat v0.2.6 |
882 | 2025-02-13T04:31:12.897Z | Downloaded slog v2.7.0 |
883 | 2025-02-13T04:31:12.902Z | Downloaded parse-zoneinfo v0.3.1 |
884 | 2025-02-13T04:31:12.902Z | Downloaded rand_xorshift v0.3.0 |
885 | 2025-02-13T04:31:12.902Z | Downloaded xattr v1.3.1 |
886 | 2025-02-13T04:31:12.908Z | Downloaded number_prefix v0.4.0 |
887 | 2025-02-13T04:31:12.908Z | Downloaded quick-error v1.2.3 |
888 | 2025-02-13T04:31:12.908Z | Downloaded reqwest v0.12.9 |
889 | 2025-02-13T04:31:12.913Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2025-02-13T04:31:12.916Z | Downloaded proc-macro-crate v1.3.1 |
891 | 2025-02-13T04:31:12.917Z | Downloaded diesel-dtrace v0.4.2 |
892 | 2025-02-13T04:31:12.921Z | Downloaded progenitor v0.9.1 |
893 | 2025-02-13T04:31:12.921Z | Downloaded document-features v0.2.10 |
894 | 2025-02-13T04:31:12.924Z | Downloaded fragile v2.0.0 |
895 | 2025-02-13T04:31:12.924Z | Downloaded signature v2.2.0 |
896 | 2025-02-13T04:31:12.929Z | Downloaded hex-literal v0.4.1 |
897 | 2025-02-13T04:31:12.929Z | Downloaded toml v0.7.8 |
898 | 2025-02-13T04:31:12.933Z | Downloaded vergen v8.3.2 |
899 | 2025-02-13T04:31:12.933Z | Downloaded downcast v0.11.0 |
900 | 2025-02-13T04:31:12.936Z | Downloaded which v4.4.2 |
901 | 2025-02-13T04:31:12.936Z | Downloaded predicates v3.1.2 |
902 | 2025-02-13T04:31:12.938Z | Downloaded zerocopy v0.8.10 |
903 | 2025-02-13T04:31:12.962Z | Downloaded num-complex v0.4.6 |
904 | 2025-02-13T04:31:12.965Z | Downloaded vte v0.11.1 |
905 | 2025-02-13T04:31:12.971Z | Downloaded rustc-demangle v0.1.24 |
906 | 2025-02-13T04:31:12.972Z | Downloaded strum v0.26.3 |
907 | 2025-02-13T04:31:12.972Z | Downloaded zone_cfg_derive v0.3.0 |
908 | 2025-02-13T04:31:12.976Z | Downloaded pretty-hex v0.2.1 |
909 | 2025-02-13T04:31:12.976Z | Downloaded group v0.13.0 |
910 | 2025-02-13T04:31:12.976Z | Downloaded serde-hex v0.1.0 |
911 | 2025-02-13T04:31:12.976Z | Downloaded hashlink v0.9.1 |
912 | 2025-02-13T04:31:12.980Z | Downloaded uzers v0.12.1 |
913 | 2025-02-13T04:31:12.980Z | Downloaded display-error-chain v0.2.2 |
914 | 2025-02-13T04:31:12.980Z | Downloaded dropshot_endpoint v0.15.1 |
915 | 2025-02-13T04:31:12.985Z | Downloaded pin-utils v0.1.0 |
916 | 2025-02-13T04:31:12.985Z | Downloaded scopeguard v1.2.0 |
917 | 2025-02-13T04:31:12.989Z | Downloaded bitvec v1.0.1 |
918 | 2025-02-13T04:31:13.004Z | Downloaded unicode-truncate v1.1.0 |
919 | 2025-02-13T04:31:13.010Z | Downloaded tui-tree-widget v0.22.0 |
920 | 2025-02-13T04:31:13.010Z | Downloaded supports-color v3.0.1 |
921 | 2025-02-13T04:31:13.010Z | Downloaded percent-encoding v2.3.1 |
922 | 2025-02-13T04:31:13.010Z | Downloaded globset v0.4.15 |
923 | 2025-02-13T04:31:13.010Z | Downloaded sha1 v0.10.6 |
924 | 2025-02-13T04:31:13.015Z | Downloaded rsa v0.9.6 |
925 | 2025-02-13T04:31:13.018Z | Downloaded oso v0.27.3 |
926 | 2025-02-13T04:31:13.018Z | Downloaded simd-adler32 v0.3.7 |
927 | 2025-02-13T04:31:13.021Z | Downloaded chrono v0.4.39 |
928 | 2025-02-13T04:31:13.028Z | Downloaded postgres-types v0.2.8 |
929 | 2025-02-13T04:31:13.031Z | Downloaded postcard v1.0.10 |
930 | 2025-02-13T04:31:13.035Z | Downloaded rand v0.8.5 |
931 | 2025-02-13T04:31:13.038Z | Downloaded progenitor v0.8.0 |
932 | 2025-02-13T04:31:13.038Z | Downloaded quinn v0.11.5 |
933 | 2025-02-13T04:31:13.041Z | Downloaded yoke v0.7.4 |
934 | 2025-02-13T04:31:13.048Z | Downloaded publicsuffix v2.3.0 |
935 | 2025-02-13T04:31:13.053Z | Downloaded value-bag v1.9.0 |
936 | 2025-02-13T04:31:13.053Z | Downloaded samael v0.0.17 |
937 | 2025-02-13T04:31:13.057Z | Downloaded funty v2.0.0 |
938 | 2025-02-13T04:31:13.057Z | Downloaded chacha20 v0.9.1 |
939 | 2025-02-13T04:31:13.061Z | Downloaded fs_extra v1.3.0 |
940 | 2025-02-13T04:31:13.061Z | Downloaded hashbrown v0.13.2 |
941 | 2025-02-13T04:31:13.064Z | Downloaded uuid v1.12.0 |
942 | 2025-02-13T04:31:13.067Z | Downloaded unicode-normalization v0.1.24 |
943 | 2025-02-13T04:31:13.071Z | Downloaded num-traits v0.2.19 |
944 | 2025-02-13T04:31:13.075Z | Downloaded tracing v0.1.40 |
945 | 2025-02-13T04:31:13.078Z | Downloaded toml_edit v0.19.15 |
946 | 2025-02-13T04:31:13.096Z | Downloaded num-integer v0.1.46 |
947 | 2025-02-13T04:31:13.102Z | Downloaded diff v0.1.13 |
948 | 2025-02-13T04:31:13.105Z | Downloaded des v0.8.1 |
949 | 2025-02-13T04:31:13.105Z | Downloaded parking_lot v0.12.3 |
950 | 2025-02-13T04:31:13.105Z | Downloaded pin-project-lite v0.2.14 |
951 | 2025-02-13T04:31:13.108Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2025-02-13T04:31:13.114Z | Downloaded ed25519-dalek v2.1.1 |
953 | 2025-02-13T04:31:13.117Z | Downloaded elliptic-curve v0.13.8 |
954 | 2025-02-13T04:31:13.117Z | Downloaded russh-keys v0.45.0 |
955 | 2025-02-13T04:31:13.119Z | Downloaded nom v7.1.3 |
956 | 2025-02-13T04:31:13.125Z | Downloaded rusqlite v0.32.1 |
957 | 2025-02-13T04:31:13.133Z | Downloaded quinn-proto v0.11.8 |
958 | 2025-02-13T04:31:13.139Z | Downloaded parking_lot v0.11.2 |
959 | 2025-02-13T04:31:13.142Z | Downloaded pkcs5 v0.7.1 |
960 | 2025-02-13T04:31:13.145Z | Downloaded tar v0.4.42 |
961 | 2025-02-13T04:31:13.148Z | Downloaded schemars v0.8.21 |
962 | 2025-02-13T04:31:13.164Z | Downloaded unicode-properties v0.1.3 |
963 | 2025-02-13T04:31:13.167Z | Downloaded indexmap v1.9.3 |
964 | 2025-02-13T04:31:13.167Z | Downloaded zerovec v0.10.4 |
965 | 2025-02-13T04:31:13.173Z | Downloaded headers v0.4.0 |
966 | 2025-02-13T04:31:13.179Z | Downloaded futures v0.3.31 |
967 | 2025-02-13T04:31:13.183Z | Downloaded fatfs v0.3.6 |
968 | 2025-02-13T04:31:13.185Z | Downloaded crc32fast v1.4.2 |
969 | 2025-02-13T04:31:13.190Z | Downloaded heapless v0.7.17 |
970 | 2025-02-13T04:31:13.194Z | Downloaded radix_trie v0.2.1 |
971 | 2025-02-13T04:31:13.196Z | Downloaded signal-hook v0.3.17 |
972 | 2025-02-13T04:31:13.199Z | Downloaded futures-util v0.3.31 |
973 | 2025-02-13T04:31:13.211Z | Downloaded ssh-key v0.6.6 |
974 | 2025-02-13T04:31:13.218Z | Downloaded hkdf v0.12.4 |
975 | 2025-02-13T04:31:13.221Z | Downloaded p521 v0.13.3 |
976 | 2025-02-13T04:31:13.226Z | Downloaded const_format v0.2.34 |
977 | 2025-02-13T04:31:13.230Z | Downloaded portable-atomic v1.9.0 |
978 | 2025-02-13T04:31:13.238Z | Downloaded unicode-segmentation v1.12.0 |
979 | 2025-02-13T04:31:13.243Z | Downloaded russh v0.45.0 |
980 | 2025-02-13T04:31:13.247Z | Downloaded rayon v1.10.0 |
981 | 2025-02-13T04:31:13.255Z | Downloaded winnow v0.5.40 |
982 | 2025-02-13T04:31:13.265Z | Downloaded tokio-util v0.7.12 |
983 | 2025-02-13T04:31:13.271Z | Downloaded object v0.30.4 |
984 | 2025-02-13T04:31:13.282Z | Downloaded rustls v0.21.12 |
985 | 2025-02-13T04:31:13.294Z | Downloaded sqlparser v0.45.0 |
986 | 2025-02-13T04:31:13.302Z | Downloaded salty v0.3.0 |
987 | 2025-02-13T04:31:13.309Z | Downloaded gimli v0.31.1 |
988 | 2025-02-13T04:31:13.317Z | Downloaded steno v0.4.1 |
989 | 2025-02-13T04:31:13.321Z | Downloaded regex v1.11.1 |
990 | 2025-02-13T04:31:13.334Z | Downloaded hashbrown v0.14.5 |
991 | 2025-02-13T04:31:13.339Z | Downloaded rustls v0.23.19 |
992 | 2025-02-13T04:31:13.352Z | Downloaded h2 v0.4.6 |
993 | 2025-02-13T04:31:13.360Z | Downloaded vcpkg v0.2.15 |
994 | 2025-02-13T04:31:13.396Z | Downloaded regex-syntax v0.6.29 |
995 | 2025-02-13T04:31:13.403Z | Downloaded chrono-tz v0.10.1 |
996 | 2025-02-13T04:31:13.413Z | Downloaded p384 v0.13.0 |
997 | 2025-02-13T04:31:13.419Z | Downloaded openapiv3 v2.0.0 |
998 | 2025-02-13T04:31:13.432Z | Downloaded proptest v1.5.0 |
999 | 2025-02-13T04:31:13.441Z | Downloaded openssl v0.10.70 |
1000 | 2025-02-13T04:31:13.452Z | Downloaded nix v0.29.0 |
1001 | 2025-02-13T04:31:13.465Z | Downloaded smoltcp v0.11.0 |
1002 | 2025-02-13T04:31:13.474Z | Downloaded object v0.36.5 |
1003 | 2025-02-13T04:31:13.485Z | Downloaded rustls-webpki v0.102.8 |
1004 | 2025-02-13T04:31:13.502Z | Downloaded smoltcp v0.9.1 |
1005 | 2025-02-13T04:31:13.513Z | Downloaded typify-impl v0.3.0 |
1006 | 2025-02-13T04:31:13.528Z | Downloaded dropshot v0.12.0 |
1007 | 2025-02-13T04:31:13.548Z | Downloaded typify-impl v0.2.0 |
1008 | 2025-02-13T04:31:13.562Z | Downloaded sled v0.34.7 |
1009 | 2025-02-13T04:31:13.572Z | Downloaded dropshot v0.15.1 |
1010 | 2025-02-13T04:31:13.593Z | Downloaded diesel v2.2.6 |
1011 | 2025-02-13T04:31:13.610Z | Downloaded lzma-sys v0.1.20 |
1012 | 2025-02-13T04:31:13.639Z | Downloaded bstr v1.10.0 |
1013 | 2025-02-13T04:31:13.648Z | Downloaded regex-automata v0.4.8 |
1014 | 2025-02-13T04:31:13.667Z | Downloaded webpki-roots v0.26.6 |
1015 | 2025-02-13T04:31:13.670Z | Downloaded ratatui v0.28.1 |
1016 | 2025-02-13T04:31:13.688Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2025-02-13T04:31:13.700Z | Downloaded libz-sys v1.1.20 |
1018 | 2025-02-13T04:31:13.720Z | Downloaded rustls v0.22.4 |
1019 | 2025-02-13T04:31:13.732Z | Downloaded regress v0.10.1 |
1020 | 2025-02-13T04:31:13.742Z | Downloaded hickory-proto v0.24.3 |
1021 | 2025-02-13T04:31:13.757Z | Downloaded regex-syntax v0.8.5 |
1022 | 2025-02-13T04:31:13.766Z | Downloaded zerocopy-derive v0.6.6 |
1023 | 2025-02-13T04:31:13.777Z | Downloaded regress v0.9.1 |
1024 | 2025-02-13T04:31:13.783Z | Downloaded polar-core v0.27.3 |
1025 | 2025-02-13T04:31:13.793Z | Downloaded petgraph v0.6.5 |
1026 | 2025-02-13T04:31:13.810Z | Downloaded nix v0.28.0 |
1027 | 2025-02-13T04:31:13.822Z | Downloaded tokio v1.43.0 |
1028 | 2025-02-13T04:31:13.862Z | Downloaded git2 v0.19.0 |
1029 | 2025-02-13T04:31:13.871Z | Downloaded petname v2.0.2 |
1030 | 2025-02-13T04:31:13.874Z | Downloaded unicode-width v0.2.0 |
1031 | 2025-02-13T04:31:13.877Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2025-02-13T04:31:13.887Z | Downloaded nix v0.27.1 |
1033 | 2025-02-13T04:31:13.898Z | Downloaded csv v1.3.1 |
1034 | 2025-02-13T04:31:13.918Z | Downloaded sha3 v0.10.8 |
1035 | 2025-02-13T04:31:13.923Z | Downloaded strip-ansi-escapes v0.2.0 |
1036 | 2025-02-13T04:31:13.925Z | Downloaded expectorate v1.1.0 |
1037 | 2025-02-13T04:31:13.925Z | Downloaded futures-sink v0.3.31 |
1038 | 2025-02-13T04:31:13.928Z | Downloaded writeable v0.5.5 |
1039 | 2025-02-13T04:31:13.928Z | Downloaded mockall v0.13.0 |
1040 | 2025-02-13T04:31:13.931Z | Downloaded thiserror-impl-no-std v2.0.2 |
1041 | 2025-02-13T04:31:13.931Z | Downloaded blake3 v1.5.4 |
1042 | 2025-02-13T04:31:13.937Z | Downloaded spin v0.9.8 |
1043 | 2025-02-13T04:31:13.941Z | Downloaded qorb v0.2.1 |
1044 | 2025-02-13T04:31:13.944Z | Downloaded pkcs1 v0.7.5 |
1045 | 2025-02-13T04:31:13.947Z | Downloaded tungstenite v0.23.0 |
1046 | 2025-02-13T04:31:13.951Z | Downloaded socket2 v0.5.7 |
1047 | 2025-02-13T04:31:13.954Z | Downloaded rayon-core v1.12.1 |
1048 | 2025-02-13T04:31:13.957Z | Downloaded rustyline v14.0.0 |
1049 | 2025-02-13T04:31:13.962Z | Downloaded tough v0.19.0 |
1050 | 2025-02-13T04:31:13.969Z | Downloaded termios v0.3.3 |
1051 | 2025-02-13T04:31:13.972Z | Downloaded ppv-lite86 v0.2.20 |
1052 | 2025-02-13T04:31:13.975Z | Downloaded pem-rfc7468 v0.7.0 |
1053 | 2025-02-13T04:31:13.975Z | Downloaded tungstenite v0.24.0 |
1054 | 2025-02-13T04:31:13.978Z | Downloaded packed_struct v0.10.1 |
1055 | 2025-02-13T04:31:13.980Z | Downloaded tungstenite v0.21.0 |
1056 | 2025-02-13T04:31:13.983Z | Downloaded highway v1.2.0 |
1057 | 2025-02-13T04:31:13.987Z | Downloaded nodrop v0.1.14 |
1058 | 2025-02-13T04:31:13.987Z | Downloaded embedded-io v0.4.0 |
1059 | 2025-02-13T04:31:13.991Z | Downloaded test-strategy v0.4.0 |
1060 | 2025-02-13T04:31:13.994Z | Downloaded quick-xml v0.33.0 |
1061 | 2025-02-13T04:31:13.997Z | Downloaded pin-project v1.1.6 |
1062 | 2025-02-13T04:31:14.008Z | Downloaded serde_with v3.11.0 |
1063 | 2025-02-13T04:31:14.016Z | Downloaded typed-path v0.9.3 |
1064 | 2025-02-13T04:31:14.021Z | Downloaded rustc_version v0.4.1 |
1065 | 2025-02-13T04:31:14.024Z | Downloaded powerfmt v0.2.0 |
1066 | 2025-02-13T04:31:14.024Z | Downloaded unicase v2.7.0 |
1067 | 2025-02-13T04:31:14.027Z | Downloaded slog-async v2.8.0 |
1068 | 2025-02-13T04:31:14.027Z | Downloaded smf v0.2.3 |
1069 | 2025-02-13T04:31:14.027Z | Downloaded num-bigint-dig v0.8.4 |
1070 | 2025-02-13T04:31:14.032Z | Downloaded tokio-tungstenite v0.24.0 |
1071 | 2025-02-13T04:31:14.035Z | Downloaded encoding_rs v0.8.34 |
1072 | 2025-02-13T04:31:14.057Z | Downloaded typify v0.2.0 |
1073 | 2025-02-13T04:31:14.060Z | Downloaded spki v0.7.3 |
1074 | 2025-02-13T04:31:14.060Z | Downloaded flate2 v1.0.35 |
1075 | 2025-02-13T04:31:14.065Z | Downloaded zerofrom-derive v0.1.4 |
1076 | 2025-02-13T04:31:14.067Z | Downloaded der v0.7.9 |
1077 | 2025-02-13T04:31:14.070Z | Downloaded hickory-server v0.24.2 |
1078 | 2025-02-13T04:31:14.077Z | Downloaded fallible-iterator v0.2.0 |
1079 | 2025-02-13T04:31:14.079Z | Downloaded zeroize v1.8.1 |
1080 | 2025-02-13T04:31:14.079Z | Downloaded pem v3.0.4 |
1081 | 2025-02-13T04:31:14.082Z | Downloaded peg-macros v0.8.4 |
1082 | 2025-02-13T04:31:14.082Z | Downloaded password-hash v0.4.2 |
1083 | 2025-02-13T04:31:14.086Z | Downloaded aho-corasick v1.1.3 |
1084 | 2025-02-13T04:31:14.090Z | Downloaded rtoolbox v0.0.2 |
1085 | 2025-02-13T04:31:14.094Z | Downloaded progenitor-macro v0.9.1 |
1086 | 2025-02-13T04:31:14.094Z | Downloaded unicode-bidi v0.3.17 |
1087 | 2025-02-13T04:31:14.097Z | Downloaded zerovec-derive v0.10.3 |
1088 | 2025-02-13T04:31:14.097Z | Downloaded serde_path_to_error v0.1.16 |
1089 | 2025-02-13T04:31:14.100Z | Downloaded rusty-fork v0.3.0 |
1090 | 2025-02-13T04:31:14.100Z | Downloaded paste v1.0.15 |
1091 | 2025-02-13T04:31:14.103Z | Downloaded password-hash v0.5.0 |
1092 | 2025-02-13T04:31:14.103Z | Downloaded ron v0.8.1 |
1093 | 2025-02-13T04:31:14.110Z | Downloaded num-bigint v0.4.6 |
1094 | 2025-02-13T04:31:14.114Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1095 | 2025-02-13T04:31:14.169Z | Downloaded aes-gcm v0.10.3 |
1096 | 2025-02-13T04:31:14.172Z | Downloaded rustfmt-wrapper v0.2.1 |
1097 | 2025-02-13T04:31:14.175Z | Downloaded rustls-pemfile v1.0.4 |
1098 | 2025-02-13T04:31:14.178Z | Downloaded dsl_auto_type v0.1.2 |
1099 | 2025-02-13T04:31:14.178Z | Downloaded quinn-udp v0.5.5 |
1100 | 2025-02-13T04:31:14.179Z | Downloaded lalrpop v0.19.12 |
1101 | 2025-02-13T04:31:14.214Z | Downloaded radium v0.7.0 |
1102 | 2025-02-13T04:31:14.218Z | Downloaded wyz v0.5.1 |
1103 | 2025-02-13T04:31:14.218Z | Downloaded zerocopy v0.6.6 |
1104 | 2025-02-13T04:31:14.220Z | Downloaded backtrace v0.3.74 |
1105 | 2025-02-13T04:31:14.225Z | Downloaded termcolor v1.4.1 |
1106 | 2025-02-13T04:31:14.228Z | Downloaded ref-cast v1.0.23 |
1107 | 2025-02-13T04:31:14.230Z | Downloaded hash32 v0.3.1 |
1108 | 2025-02-13T04:31:14.235Z | Downloaded arc-swap v1.7.1 |
1109 | 2025-02-13T04:31:14.238Z | Downloaded tokio-stream v0.1.16 |
1110 | 2025-02-13T04:31:14.242Z | Downloaded tokio-postgres v0.7.12 |
1111 | 2025-02-13T04:31:14.248Z | Downloaded chacha20poly1305 v0.10.1 |
1112 | 2025-02-13T04:31:14.251Z | Downloaded pkg-config v0.3.31 |
1113 | 2025-02-13T04:31:14.254Z | Downloaded pbkdf2 v0.11.0 |
1114 | 2025-02-13T04:31:14.256Z | Downloaded num-derive v0.4.2 |
1115 | 2025-02-13T04:31:14.260Z | Downloaded getrandom v0.2.15 |
1116 | 2025-02-13T04:31:14.262Z | Downloaded slog-stdlog v4.1.1 |
1117 | 2025-02-13T04:31:14.265Z | Downloaded dunce v1.0.5 |
1118 | 2025-02-13T04:31:14.265Z | Downloaded untrusted v0.9.0 |
1119 | 2025-02-13T04:31:14.270Z | Downloaded tinyvec_macros v0.1.1 |
1120 | 2025-02-13T04:31:14.270Z | Downloaded tokio-macros v2.5.0 |
1121 | 2025-02-13T04:31:14.271Z | Downloaded libxml v0.3.3 |
1122 | 2025-02-13T04:31:14.278Z | Downloaded untrusted v0.7.1 |
1123 | 2025-02-13T04:31:14.282Z | Downloaded tap v1.0.1 |
1124 | 2025-02-13T04:31:14.282Z | Downloaded semver v0.1.20 |
1125 | 2025-02-13T04:31:14.282Z | Downloaded fd-lock v4.0.2 |
1126 | 2025-02-13T04:31:14.285Z | Downloaded ssh-encoding v0.2.0 |
1127 | 2025-02-13T04:31:14.285Z | Downloaded opaque-debug v0.3.1 |
1128 | 2025-02-13T04:31:14.285Z | Downloaded minimal-lexical v0.2.1 |
1129 | 2025-02-13T04:31:14.290Z | Downloaded scrypt v0.11.0 |
1130 | 2025-02-13T04:31:14.293Z | Downloaded ena v0.14.3 |
1131 | 2025-02-13T04:31:14.296Z | Downloaded num v0.4.3 |
1132 | 2025-02-13T04:31:14.296Z | Downloaded string_cache v0.8.7 |
1133 | 2025-02-13T04:31:14.299Z | Downloaded salsa20 v0.10.2 |
1134 | 2025-02-13T04:31:14.299Z | Downloaded progenitor-macro v0.8.0 |
1135 | 2025-02-13T04:31:14.302Z | Downloaded rustls-pki-types v1.10.0 |
1136 | 2025-02-13T04:31:14.304Z | Downloaded crossterm v0.28.1 |
1137 | 2025-02-13T04:31:14.309Z | Downloaded tokio-tungstenite v0.23.1 |
1138 | 2025-02-13T04:31:14.312Z | Downloaded icu_collections v1.5.0 |
1139 | 2025-02-13T04:31:14.317Z | Downloaded cc v1.1.30 |
1140 | 2025-02-13T04:31:14.321Z | Downloaded tokio-rustls v0.26.0 |
1141 | 2025-02-13T04:31:14.324Z | Downloaded strum_macros v0.26.4 |
1142 | 2025-02-13T04:31:14.324Z | Downloaded slog-scope v4.4.0 |
1143 | 2025-02-13T04:31:14.331Z | Downloaded slog-json v2.6.1 |
1144 | 2025-02-13T04:31:14.331Z | Downloaded rfc6979 v0.4.0 |
1145 | 2025-02-13T04:31:14.335Z | Downloaded heapless v0.8.0 |
1146 | 2025-02-13T04:31:14.335Z | Downloaded async-trait v0.1.86 |
1147 | 2025-02-13T04:31:14.339Z | Downloaded allocator-api2 v0.2.18 |
1148 | 2025-02-13T04:31:14.339Z | Downloaded dirs-sys-next v0.1.2 |
1149 | 2025-02-13T04:31:14.339Z | Downloaded icu_properties v1.5.1 |
1150 | 2025-02-13T04:31:14.342Z | Downloaded icu_locid_transform_data v1.5.0 |
1151 | 2025-02-13T04:31:14.342Z | Downloaded base64ct v1.6.0 |
1152 | 2025-02-13T04:31:14.345Z | Downloaded debug-ignore v1.0.5 |
1153 | 2025-02-13T04:31:14.347Z | Downloaded parse-display v0.10.0 |
1154 | 2025-02-13T04:31:14.347Z | Downloaded chrono-tz-build v0.4.0 |
1155 | 2025-02-13T04:31:14.347Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2025-02-13T04:31:14.350Z | Downloaded const-oid v0.9.6 |
1157 | 2025-02-13T04:31:14.353Z | Downloaded cassowary v0.3.0 |
1158 | 2025-02-13T04:31:14.353Z | Downloaded rustls-pemfile v2.2.0 |
1159 | 2025-02-13T04:31:14.356Z | Downloaded filetime v0.2.25 |
1160 | 2025-02-13T04:31:14.359Z | Downloaded subtle v2.6.1 |
1161 | 2025-02-13T04:31:14.359Z | Downloaded curve25519-dalek-derive v0.1.1 |
1162 | 2025-02-13T04:31:14.359Z | Downloaded bcrypt-pbkdf v0.10.0 |
1163 | 2025-02-13T04:31:14.361Z | Downloaded assert_matches v1.5.0 |
1164 | 2025-02-13T04:31:14.361Z | Downloaded snafu-derive v0.8.5 |
1165 | 2025-02-13T04:31:14.361Z | Downloaded bzip2 v0.4.4 |
1166 | 2025-02-13T04:31:14.365Z | Downloaded rustc-hash v1.1.0 |
1167 | 2025-02-13T04:31:14.368Z | Downloaded schemars_derive v0.8.21 |
1168 | 2025-02-13T04:31:14.368Z | Downloaded rand_seeder v0.3.0 |
1169 | 2025-02-13T04:31:14.371Z | Downloaded libloading v0.8.5 |
1170 | 2025-02-13T04:31:14.371Z | Downloaded backoff v0.4.0 |
1171 | 2025-02-13T04:31:14.374Z | Downloaded slog-bunyan v2.5.0 |
1172 | 2025-02-13T04:31:14.374Z | Downloaded cipher v0.4.4 |
1173 | 2025-02-13T04:31:14.377Z | Downloaded managed v0.8.0 |
1174 | 2025-02-13T04:31:14.378Z | Downloaded icu_provider v1.5.0 |
1175 | 2025-02-13T04:31:14.380Z | Downloaded block-padding v0.3.3 |
1176 | 2025-02-13T04:31:14.380Z | Downloaded base64 v0.21.7 |
1177 | 2025-02-13T04:31:14.383Z | Downloaded libefi-sys v0.1.0 |
1178 | 2025-02-13T04:31:14.386Z | Downloaded lazy_static v1.5.0 |
1179 | 2025-02-13T04:31:14.386Z | Downloaded inout v0.1.3 |
1180 | 2025-02-13T04:31:14.388Z | Downloaded darling v0.20.10 |
1181 | 2025-02-13T04:31:14.393Z | Downloaded ctr v0.9.2 |
1182 | 2025-02-13T04:31:14.397Z | Downloaded bit-vec v0.6.3 |
1183 | 2025-02-13T04:31:14.397Z | Downloaded ciborium-ll v0.2.2 |
1184 | 2025-02-13T04:31:14.400Z | Downloaded httparse v1.9.5 |
1185 | 2025-02-13T04:31:14.401Z | Downloaded csv-core v0.1.11 |
1186 | 2025-02-13T04:31:14.401Z | Downloaded bcs v0.1.6 |
1187 | 2025-02-13T04:31:14.407Z | Downloaded icu_normalizer_data v1.5.0 |
1188 | 2025-02-13T04:31:14.407Z | Downloaded hyper-tls v0.6.0 |
1189 | 2025-02-13T04:31:14.409Z | Downloaded hostname v0.4.0 |
1190 | 2025-02-13T04:31:14.409Z | Downloaded hubpack_derive v0.1.1 |
1191 | 2025-02-13T04:31:14.409Z | Downloaded http-body v1.0.1 |
1192 | 2025-02-13T04:31:14.409Z | Downloaded maybe-uninit v2.0.0 |
1193 | 2025-02-13T04:31:14.409Z | Downloaded impl-trait-for-tuples v0.2.2 |
1194 | 2025-02-13T04:31:14.412Z | Downloaded crc-catalog v2.4.0 |
1195 | 2025-02-13T04:31:14.412Z | Downloaded crc v3.2.1 |
1196 | 2025-02-13T04:31:14.415Z | Downloaded constant_time_eq v0.3.1 |
1197 | 2025-02-13T04:31:14.415Z | Downloaded async-bb8-diesel v0.2.1 |
1198 | 2025-02-13T04:31:14.419Z | Downloaded ahash v0.8.11 |
1199 | 2025-02-13T04:31:14.422Z | Downloaded multimap v0.10.0 |
1200 | 2025-02-13T04:31:14.422Z | Downloaded maplit v1.0.2 |
1201 | 2025-02-13T04:31:14.422Z | Downloaded kstat-rs v0.2.4 |
1202 | 2025-02-13T04:31:14.426Z | Downloaded indoc v1.0.9 |
1203 | 2025-02-13T04:31:14.426Z | Downloaded hyper-rustls v0.27.3 |
1204 | 2025-02-13T04:31:14.428Z | Downloaded ciborium-io v0.2.2 |
1205 | 2025-02-13T04:31:14.428Z | Downloaded cexpr v0.6.0 |
1206 | 2025-02-13T04:31:14.428Z | Downloaded array-init v0.0.4 |
1207 | 2025-02-13T04:31:14.433Z | Downloaded crunchy v0.2.2 |
1208 | 2025-02-13T04:31:14.433Z | Downloaded is_ci v1.2.0 |
1209 | 2025-02-13T04:31:14.433Z | Downloaded async-stream-impl v0.3.6 |
1210 | 2025-02-13T04:31:14.433Z | Downloaded lru v0.12.5 |
1211 | 2025-02-13T04:31:14.438Z | Downloaded bitfield v0.14.0 |
1212 | 2025-02-13T04:31:14.438Z | Downloaded bitfield-struct v0.6.2 |
1213 | 2025-02-13T04:31:14.438Z | Downloaded argon2 v0.5.3 |
1214 | 2025-02-13T04:31:14.442Z | Downloaded cobs v0.2.3 |
1215 | 2025-02-13T04:31:14.442Z | Downloaded bb8 v0.8.5 |
1216 | 2025-02-13T04:31:14.611Z | Downloaded ring v0.17.8 |
1217 | 2025-02-13T04:31:14.716Z | Downloaded libsqlite3-sys v0.30.1 |
1218 | 2025-02-13T04:31:14.866Z | Downloaded aws-lc-sys v0.22.0 |
1219 | 2025-02-13T04:31:15.164Z | Compiling serde v1.0.217 |
1220 | 2025-02-13T04:31:15.168Z | Compiling lock_api v0.4.12 |
1221 | 2025-02-13T04:31:15.168Z | Compiling value-bag v1.9.0 |
1222 | 2025-02-13T04:31:15.168Z | Compiling scopeguard v1.2.0 |
1223 | 2025-02-13T04:31:15.169Z | Compiling typenum v1.17.0 |
1224 | 2025-02-13T04:31:15.169Z | Compiling generic-array v0.14.7 |
1225 | 2025-02-13T04:31:15.374Z | Compiling syn v2.0.96 |
1226 | 2025-02-13T04:31:15.379Z | Compiling getrandom v0.2.15 |
1227 | 2025-02-13T04:31:15.657Z | Compiling rand_core v0.6.4 |
1228 | 2025-02-13T04:31:15.766Z | Compiling log v0.4.22 |
1229 | 2025-02-13T04:31:15.840Z | Compiling shlex v1.3.0 |
1230 | 2025-02-13T04:31:15.893Z | Compiling subtle v2.6.1 |
1231 | 2025-02-13T04:31:15.914Z | Compiling jobserver v0.1.32 |
1232 | 2025-02-13T04:31:16.170Z | Compiling smallvec v1.13.2 |
1233 | 2025-02-13T04:31:16.218Z | Compiling const-oid v0.9.6 |
1234 | 2025-02-13T04:31:16.223Z | Compiling pin-project-lite v0.2.14 |
1235 | 2025-02-13T04:31:16.259Z | Compiling rustix v0.38.37 |
1236 | 2025-02-13T04:31:16.381Z | Compiling cc v1.1.30 |
1237 | 2025-02-13T04:31:16.532Z | Compiling spin v0.9.8 |
1238 | 2025-02-13T04:31:16.551Z | Compiling parking_lot_core v0.9.10 |
1239 | 2025-02-13T04:31:16.745Z | Compiling futures-core v0.3.31 |
1240 | 2025-02-13T04:31:16.915Z | Compiling signal-hook-registry v1.4.2 |
1241 | 2025-02-13T04:31:16.987Z | Compiling mio v1.0.2 |
1242 | 2025-02-13T04:31:17.095Z | Compiling aho-corasick v1.1.3 |
1243 | 2025-02-13T04:31:17.601Z | Compiling parking_lot v0.12.3 |
1244 | 2025-02-13T04:31:17.632Z | Compiling cpufeatures v0.2.14 |
1245 | 2025-02-13T04:31:17.742Z | Compiling regex-syntax v0.8.5 |
1246 | 2025-02-13T04:31:17.761Z | Compiling either v1.13.0 |
1247 | 2025-02-13T04:31:18.014Z | Compiling stable_deref_trait v1.2.0 |
1248 | 2025-02-13T04:31:18.135Z | Compiling futures-sink v0.3.31 |
1249 | 2025-02-13T04:31:18.158Z | Compiling glob v0.3.2 |
1250 | 2025-02-13T04:31:18.301Z | Compiling socket2 v0.5.7 |
1251 | 2025-02-13T04:31:18.337Z | Compiling slab v0.4.9 |
1252 | 2025-02-13T04:31:18.426Z | Compiling prettyplease v0.2.25 |
1253 | 2025-02-13T04:31:18.769Z | Compiling lazy_static v1.5.0 |
1254 | 2025-02-13T04:31:18.793Z | Compiling minimal-lexical v0.2.1 |
1255 | 2025-02-13T04:31:18.906Z | Compiling serde_json v1.0.135 |
1256 | 2025-02-13T04:31:18.976Z | Compiling clang-sys v1.8.1 |
1257 | 2025-02-13T04:31:19.308Z | Compiling nom v7.1.3 |
1258 | 2025-02-13T04:31:19.332Z | Compiling libloading v0.8.5 |
1259 | 2025-02-13T04:31:19.467Z | Compiling home v0.5.9 |
1260 | 2025-02-13T04:31:19.703Z | Compiling bindgen v0.69.5 |
1261 | 2025-02-13T04:31:19.725Z | Compiling futures-channel v0.3.31 |
1262 | 2025-02-13T04:31:20.082Z | Compiling itertools v0.12.1 |
1263 | 2025-02-13T04:31:20.129Z | Compiling pin-utils v0.1.0 |
1264 | 2025-02-13T04:31:20.233Z | Compiling futures-task v0.3.31 |
1265 | 2025-02-13T04:31:20.543Z | Compiling rustc-hash v1.1.0 |
1266 | 2025-02-13T04:31:20.564Z | Compiling foldhash v0.1.3 |
1267 | 2025-02-13T04:31:20.712Z | Compiling allocator-api2 v0.2.18 |
1268 | 2025-02-13T04:31:20.889Z | Compiling lazycell v1.3.0 |
1269 | 2025-02-13T04:31:21.079Z | Compiling libm v0.2.8 |
1270 | 2025-02-13T04:31:21.420Z | Compiling regex-automata v0.4.8 |
1271 | 2025-02-13T04:31:21.467Z | Compiling futures-io v0.3.31 |
1272 | 2025-02-13T04:31:21.729Z | Compiling hashbrown v0.15.1 |
1273 | 2025-02-13T04:31:21.879Z | Compiling cmake v0.1.51 |
1274 | 2025-02-13T04:31:22.661Z | Compiling synstructure v0.13.1 |
1275 | 2025-02-13T04:31:22.933Z | Compiling cexpr v0.6.0 |
1276 | 2025-02-13T04:31:22.936Z | Compiling num-traits v0.2.19 |
1277 | 2025-02-13T04:31:23.260Z | Compiling fs_extra v1.3.0 |
1278 | 2025-02-13T04:31:23.798Z | Compiling dunce v1.0.5 |
1279 | 2025-02-13T04:31:23.938Z | Compiling pkg-config v0.3.31 |
1280 | 2025-02-13T04:31:24.244Z | Compiling writeable v0.5.5 |
1281 | 2025-02-13T04:31:24.625Z | Compiling litemap v0.7.3 |
1282 | 2025-02-13T04:31:25.214Z | Compiling ring v0.17.8 |
1283 | 2025-02-13T04:31:25.217Z | Compiling base64ct v1.6.0 |
1284 | 2025-02-13T04:31:25.518Z | Compiling paste v1.0.15 |
1285 | 2025-02-13T04:31:25.538Z | Compiling pem-rfc7468 v0.7.0 |
1286 | 2025-02-13T04:31:25.597Z | Compiling httparse v1.9.5 |
1287 | 2025-02-13T04:31:26.066Z | Compiling flagset v0.4.6 |
1288 | 2025-02-13T04:31:26.192Z | Compiling aws-lc-rs v1.10.0 |
1289 | 2025-02-13T04:31:26.273Z | Compiling icu_locid_transform_data v1.5.0 |
1290 | 2025-02-13T04:31:26.391Z | Compiling tracing-core v0.1.32 |
1291 | 2025-02-13T04:31:26.604Z | Compiling crossbeam-utils v0.8.20 |
1292 | 2025-02-13T04:31:26.776Z | Compiling regex v1.11.1 |
1293 | 2025-02-13T04:31:27.123Z | Compiling percent-encoding v2.3.1 |
1294 | 2025-02-13T04:31:27.411Z | Compiling rustls-pki-types v1.10.0 |
1295 | 2025-02-13T04:31:27.464Z | Compiling icu_properties_data v1.5.0 |
1296 | 2025-02-13T04:31:27.725Z | Compiling powerfmt v0.2.0 |
1297 | 2025-02-13T04:31:27.745Z | Compiling icu_normalizer_data v1.5.0 |
1298 | 2025-02-13T04:31:27.859Z | Compiling time-core v0.1.2 |
1299 | 2025-02-13T04:31:28.030Z | Compiling untrusted v0.7.1 |
1300 | 2025-02-13T04:31:28.080Z | Compiling mirai-annotations v1.12.0 |
1301 | 2025-02-13T04:31:28.168Z | Compiling utf16_iter v1.0.5 |
1302 | 2025-02-13T04:31:28.188Z | Compiling serde_derive v1.0.217 |
1303 | 2025-02-13T04:31:28.208Z | Compiling zeroize_derive v1.4.2 |
1304 | 2025-02-13T04:31:28.251Z | Compiling zerocopy-derive v0.7.35 |
1305 | 2025-02-13T04:31:28.357Z | Compiling tokio-macros v2.5.0 |
1306 | 2025-02-13T04:31:28.379Z | Compiling zerofrom-derive v0.1.4 |
1307 | 2025-02-13T04:31:29.717Z | Compiling zeroize v1.8.1 |
1308 | 2025-02-13T04:31:29.923Z | Compiling yoke-derive v0.7.4 |
1309 | 2025-02-13T04:31:30.386Z | Compiling zerocopy v0.7.35 |
1310 | 2025-02-13T04:31:30.409Z | Compiling thiserror-impl v1.0.69 |
1311 | 2025-02-13T04:31:31.351Z | Compiling crypto-common v0.1.6 |
1312 | 2025-02-13T04:31:31.586Z | Compiling block-buffer v0.10.4 |
1313 | 2025-02-13T04:31:31.614Z | Compiling zerovec-derive v0.10.3 |
1314 | 2025-02-13T04:31:31.692Z | Compiling futures-macro v0.3.31 |
1315 | 2025-02-13T04:31:31.846Z | Compiling digest v0.10.7 |
1316 | 2025-02-13T04:31:31.960Z | Compiling zerofrom v0.1.4 |
1317 | 2025-02-13T04:31:32.200Z | Compiling displaydoc v0.2.5 |
1318 | 2025-02-13T04:31:32.312Z | Compiling hmac v0.12.1 |
1319 | 2025-02-13T04:31:32.341Z | Compiling block-padding v0.3.3 |
1320 | 2025-02-13T04:31:32.558Z | Compiling inout v0.1.3 |
1321 | 2025-02-13T04:31:32.594Z | Compiling yoke v0.7.4 |
1322 | 2025-02-13T04:31:32.612Z | Compiling sha2 v0.10.8 |
1323 | 2025-02-13T04:31:32.830Z | Compiling cipher v0.4.4 |
1324 | 2025-02-13T04:31:32.955Z | Compiling icu_provider_macros v1.5.0 |
1325 | 2025-02-13T04:31:33.304Z | Compiling thiserror v1.0.69 |
1326 | 2025-02-13T04:31:33.336Z | Compiling ppv-lite86 v0.2.20 |
1327 | 2025-02-13T04:31:33.460Z | Compiling der_derive v0.7.3 |
1328 | 2025-02-13T04:31:33.546Z | Compiling futures-util v0.3.31 |
1329 | 2025-02-13T04:31:33.747Z | Compiling tracing-attributes v0.1.27 |
1330 | 2025-02-13T04:31:34.035Z | Compiling rand_chacha v0.3.1 |
1331 | 2025-02-13T04:31:34.056Z | Compiling pest v2.7.14 |
1332 | 2025-02-13T04:31:34.130Z | Compiling zerovec v0.10.4 |
1333 | 2025-02-13T04:31:35.868Z | Compiling tinystr v0.7.6 |
1334 | 2025-02-13T04:31:36.173Z | Compiling der v0.7.9 |
1335 | 2025-02-13T04:31:36.222Z | Compiling icu_locid v1.5.0 |
1336 | 2025-02-13T04:31:36.251Z | Compiling icu_collections v1.5.0 |
1337 | 2025-02-13T04:31:36.389Z | Compiling rand v0.8.5 |
1338 | 2025-02-13T04:31:37.213Z | Compiling tracing v0.1.40 |
1339 | 2025-02-13T04:31:37.266Z | Compiling salsa20 v0.10.2 |
1340 | 2025-02-13T04:31:37.502Z | Compiling icu_provider v1.5.0 |
1341 | 2025-02-13T04:31:37.584Z | Compiling pbkdf2 v0.12.2 |
1342 | 2025-02-13T04:31:37.709Z | Compiling write16 v1.0.0 |
1343 | 2025-02-13T04:31:37.770Z | Compiling utf8_iter v1.0.4 |
1344 | 2025-02-13T04:31:37.854Z | Compiling untrusted v0.9.0 |
1345 | 2025-02-13T04:31:38.021Z | Compiling vcpkg v0.2.15 |
1346 | 2025-02-13T04:31:38.047Z | Compiling spki v0.7.3 |
1347 | 2025-02-13T04:31:38.313Z | Compiling icu_locid_transform v1.5.0 |
1348 | 2025-02-13T04:31:38.333Z | Compiling num-conv v0.1.0 |
1349 | 2025-02-13T04:31:38.462Z | Compiling scrypt v0.11.0 |
1350 | 2025-02-13T04:31:38.587Z | Compiling time-macros v0.2.18 |
1351 | 2025-02-13T04:31:38.877Z | Compiling pest_meta v2.7.14 |
1352 | 2025-02-13T04:31:38.992Z | Compiling cbc v0.1.2 |
1353 | 2025-02-13T04:31:39.101Z | Compiling aes v0.8.4 |
1354 | 2025-02-13T04:31:39.261Z | Compiling scroll_derive v0.12.0 |
1355 | 2025-02-13T04:31:39.867Z | Compiling icu_properties v1.5.1 |
1356 | 2025-02-13T04:31:40.681Z | Compiling openssl-sys v0.9.105 |
1357 | 2025-02-13T04:31:40.712Z | Compiling deranged v0.3.11 |
1358 | 2025-02-13T04:31:41.246Z | Compiling bitflags v2.6.0 |
1359 | 2025-02-13T04:31:41.642Z | Compiling bytes v1.9.0 |
1360 | 2025-02-13T04:31:41.814Z | Compiling indexmap v2.7.1 |
1361 | 2025-02-13T04:31:41.895Z | Compiling semver v1.0.24 |
1362 | 2025-02-13T04:31:42.600Z | Compiling tokio v1.43.0 |
1363 | 2025-02-13T04:31:42.831Z | Compiling http v1.2.0 |
1364 | 2025-02-13T04:31:43.151Z | Compiling rustc_version v0.4.1 |
1365 | 2025-02-13T04:31:43.217Z | Compiling atomic-waker v1.1.2 |
1366 | 2025-02-13T04:31:43.305Z | Compiling tinyvec_macros v0.1.1 |
1367 | 2025-02-13T04:31:43.407Z | Compiling icu_normalizer v1.5.0 |
1368 | 2025-02-13T04:31:43.426Z | Compiling num_threads v0.1.7 |
1369 | 2025-02-13T04:31:43.571Z | Compiling time v0.3.36 |
1370 | 2025-02-13T04:31:43.845Z | Compiling tinyvec v1.8.0 |
1371 | 2025-02-13T04:31:44.381Z | Compiling idna_adapter v1.2.0 |
1372 | 2025-02-13T04:31:44.558Z | Compiling http-body v1.0.1 |
1373 | 2025-02-13T04:31:44.720Z | Compiling scroll v0.12.0 |
1374 | 2025-02-13T04:31:44.814Z | Compiling pest_generator v2.7.14 |
1375 | 2025-02-13T04:31:45.029Z | Compiling pkcs5 v0.7.1 |
1376 | 2025-02-13T04:31:45.225Z | Compiling which v4.4.2 |
1377 | 2025-02-13T04:31:45.258Z | Compiling form_urlencoded v1.2.1 |
1378 | 2025-02-13T04:31:45.364Z | Compiling slog v2.7.0 |
1379 | 2025-02-13T04:31:45.739Z | Compiling try-lock v0.2.5 |
1380 | 2025-02-13T04:31:45.897Z | Compiling want v0.3.1 |
1381 | 2025-02-13T04:31:45.924Z | Compiling goblin v0.8.2 |
1382 | 2025-02-13T04:31:46.119Z | Compiling pkcs8 v0.10.2 |
1383 | 2025-02-13T04:31:46.161Z | Compiling idna v1.0.3 |
1384 | 2025-02-13T04:31:46.411Z | Compiling uuid v1.12.0 |
1385 | 2025-02-13T04:31:46.700Z | Compiling pest_derive v2.7.14 |
1386 | 2025-02-13T04:31:46.780Z | Compiling iana-time-zone v0.1.61 |
1387 | 2025-02-13T04:31:47.155Z | Compiling httpdate v1.0.3 |
1388 | 2025-02-13T04:31:47.486Z | Compiling dtrace-parser v0.2.0 |
1389 | 2025-02-13T04:31:47.627Z | Compiling chrono v0.4.39 |
1390 | 2025-02-13T04:31:47.839Z | Compiling serde_spanned v0.6.8 |
1391 | 2025-02-13T04:31:48.076Z | Compiling serde_tokenstream v0.2.2 |
1392 | 2025-02-13T04:31:48.231Z | Compiling toml_datetime v0.6.8 |
1393 | 2025-02-13T04:31:48.507Z | Compiling adler2 v2.0.0 |
1394 | 2025-02-13T04:31:48.655Z | Compiling openssl v0.10.70 |
1395 | 2025-02-13T04:31:48.704Z | Compiling base64 v0.22.1 |
1396 | 2025-02-13T04:31:48.726Z | Compiling foreign-types-shared v0.1.1 |
1397 | 2025-02-13T04:31:48.853Z | Compiling rustversion v1.0.17 |
1398 | 2025-02-13T04:31:49.091Z | Compiling match_cfg v0.1.0 |
1399 | 2025-02-13T04:31:49.225Z | Compiling tower-service v0.3.3 |
1400 | 2025-02-13T04:31:49.364Z | Compiling hostname v0.3.1 |
1401 | 2025-02-13T04:31:49.433Z | Compiling foreign-types v0.3.2 |
1402 | 2025-02-13T04:31:49.460Z | Compiling miniz_oxide v0.8.0 |
1403 | 2025-02-13T04:31:49.543Z | Compiling url v2.5.3 |
1404 | 2025-02-13T04:31:49.591Z | Compiling openssl-macros v0.1.1 |
1405 | 2025-02-13T04:31:50.356Z | Compiling async-trait v0.1.86 |
1406 | 2025-02-13T04:31:50.775Z | Compiling tokio-util v0.7.12 |
1407 | 2025-02-13T04:31:50.826Z | Compiling serde_derive_internals v0.29.1 |
1408 | 2025-02-13T04:31:50.982Z | Compiling dirs-sys-next v0.1.2 |
1409 | 2025-02-13T04:31:51.344Z | Compiling data-encoding v2.6.0 |
1410 | 2025-02-13T04:31:51.549Z | Compiling dof v0.3.0 |
1411 | 2025-02-13T04:31:52.052Z | Compiling h2 v0.4.6 |
1412 | 2025-02-13T04:31:52.906Z | Compiling usdt-impl v0.5.0 |
1413 | 2025-02-13T04:31:53.176Z | Compiling syn v1.0.109 |
1414 | 2025-02-13T04:31:53.352Z | Compiling siphasher v0.3.11 |
1415 | 2025-02-13T04:31:53.380Z | Compiling rustls v0.22.4 |
1416 | 2025-02-13T04:31:53.645Z | Compiling native-tls v0.2.12 |
1417 | 2025-02-13T04:31:53.724Z | Compiling rustls v0.23.19 |
1418 | 2025-02-13T04:31:53.757Z | Compiling schemars v0.8.21 |
1419 | 2025-02-13T04:31:54.067Z | Compiling schemars_derive v0.8.21 |
1420 | 2025-02-13T04:31:54.095Z | Compiling dirs-next v2.0.0 |
1421 | 2025-02-13T04:31:54.331Z | Compiling unicode-normalization v0.1.24 |
1422 | 2025-02-13T04:31:55.182Z | Compiling http-body-util v0.1.2 |
1423 | 2025-02-13T04:31:55.415Z | Compiling heapless v0.7.17 |
1424 | 2025-02-13T04:31:55.680Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2025-02-13T04:31:55.699Z | Compiling signature v2.2.0 |
1426 | 2025-02-13T04:31:55.855Z | Compiling sha1 v0.10.6 |
1427 | 2025-02-13T04:31:55.985Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1428 | 2025-02-13T04:31:56.009Z | Compiling thread_local v1.1.8 |
1429 | 2025-02-13T04:31:56.284Z | Compiling cookie v0.18.1 |
1430 | 2025-02-13T04:31:56.381Z | Compiling encoding_rs v0.8.34 |
1431 | 2025-02-13T04:31:56.471Z | Compiling multer v3.1.0 |
1432 | 2025-02-13T04:31:56.491Z | Compiling signal-hook v0.3.17 |
1433 | 2025-02-13T04:31:56.585Z | Compiling openssl-probe v0.1.5 |
1434 | 2025-02-13T04:31:56.738Z | Compiling ipnet v2.10.1 |
1435 | 2025-02-13T04:31:56.758Z | Compiling rayon-core v1.12.1 |
1436 | 2025-02-13T04:31:56.897Z | Compiling dyn-clone v1.0.17 |
1437 | 2025-02-13T04:31:57.031Z | Compiling slog-async v2.8.0 |
1438 | 2025-02-13T04:31:57.125Z | Compiling gimli v0.31.1 |
1439 | 2025-02-13T04:31:57.162Z | Compiling mime v0.3.17 |
1440 | 2025-02-13T04:31:57.562Z | Compiling unicode-bidi v0.3.17 |
1441 | 2025-02-13T04:31:57.650Z | Compiling unicode-properties v0.1.3 |
1442 | 2025-02-13T04:31:58.101Z | Compiling toml_edit v0.22.22 |
1443 | 2025-02-13T04:31:58.811Z | Compiling stringprep v0.1.5 |
1444 | 2025-02-13T04:31:59.901Z | Compiling hyper v1.5.2 |
1445 | 2025-02-13T04:32:01.267Z | Compiling addr2line v0.24.2 |
1446 | 2025-02-13T04:32:01.868Z | Compiling crossbeam-deque v0.8.5 |
1447 | 2025-02-13T04:32:01.921Z | Compiling usdt-attr-macro v0.5.0 |
1448 | 2025-02-13T04:32:01.969Z | Compiling usdt-macro v0.5.0 |
1449 | 2025-02-13T04:32:02.010Z | Compiling term v0.7.0 |
1450 | 2025-02-13T04:32:02.226Z | Compiling hyper-util v0.1.10 |
1451 | 2025-02-13T04:32:03.246Z | Compiling slog-json v2.6.1 |
1452 | 2025-02-13T04:32:03.360Z | Compiling serde_urlencoded v0.7.1 |
1453 | 2025-02-13T04:32:03.469Z | Compiling curve25519-dalek v4.1.3 |
1454 | 2025-02-13T04:32:03.512Z | Compiling crossbeam-channel v0.5.13 |
1455 | 2025-02-13T04:32:03.595Z | Compiling futures-executor v0.3.31 |
1456 | 2025-02-13T04:32:03.837Z | Compiling enum-as-inner v0.6.1 |
1457 | 2025-02-13T04:32:04.108Z | Compiling md-5 v0.10.6 |
1458 | 2025-02-13T04:32:04.157Z | Compiling async-stream-impl v0.3.6 |
1459 | 2025-02-13T04:32:04.417Z | Compiling rustls-pemfile v2.2.0 |
1460 | 2025-02-13T04:32:04.560Z | Compiling num-integer v0.1.46 |
1461 | 2025-02-13T04:32:04.744Z | Compiling hash32 v0.2.1 |
1462 | 2025-02-13T04:32:04.933Z | Compiling ff v0.13.0 |
1463 | 2025-02-13T04:32:05.121Z | Compiling is-terminal v0.4.13 |
1464 | 2025-02-13T04:32:05.141Z | Compiling dropshot v0.12.0 |
1465 | 2025-02-13T04:32:05.161Z | Compiling object v0.36.5 |
1466 | 2025-02-13T04:32:05.267Z | Compiling litrs v0.4.1 |
1467 | 2025-02-13T04:32:05.296Z | Compiling take_mut v0.2.2 |
1468 | 2025-02-13T04:32:05.408Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2025-02-13T04:32:05.434Z | Compiling base16ct v0.2.0 |
1470 | 2025-02-13T04:32:05.472Z | Compiling smoltcp v0.9.1 |
1471 | 2025-02-13T04:32:05.493Z | Compiling portable-atomic v1.9.0 |
1472 | 2025-02-13T04:32:05.693Z | Compiling fallible-iterator v0.2.0 |
1473 | 2025-02-13T04:32:05.747Z | Compiling utf-8 v0.7.6 |
1474 | 2025-02-13T04:32:06.064Z | Compiling quick-error v1.2.3 |
1475 | 2025-02-13T04:32:06.120Z | Compiling anyhow v1.0.95 |
1476 | 2025-02-13T04:32:06.225Z | Compiling rustc-demangle v0.1.24 |
1477 | 2025-02-13T04:32:06.333Z | Compiling linked-hash-map v0.5.6 |
1478 | 2025-02-13T04:32:06.352Z | Compiling psl-types v2.0.11 |
1479 | 2025-02-13T04:32:06.501Z | Compiling document-features v0.2.10 |
1480 | 2025-02-13T04:32:06.556Z | Compiling publicsuffix v2.3.0 |
1481 | 2025-02-13T04:32:06.668Z | Compiling lru-cache v0.1.2 |
1482 | 2025-02-13T04:32:06.861Z | Compiling postgres-protocol v0.6.7 |
1483 | 2025-02-13T04:32:06.882Z | Compiling resolv-conf v0.7.0 |
1484 | 2025-02-13T04:32:07.105Z | Compiling tungstenite v0.24.0 |
1485 | 2025-02-13T04:32:07.159Z | Compiling sec1 v0.7.3 |
1486 | 2025-02-13T04:32:07.686Z | Compiling async-stream v0.3.6 |
1487 | 2025-02-13T04:32:07.784Z | Compiling slog-term v2.9.1 |
1488 | 2025-02-13T04:32:07.982Z | Compiling usdt v0.5.0 |
1489 | 2025-02-13T04:32:08.043Z | Compiling group v0.13.0 |
1490 | 2025-02-13T04:32:08.367Z | Compiling num-iter v0.1.45 |
1491 | 2025-02-13T04:32:08.564Z | Compiling hickory-proto v0.24.3 |
1492 | 2025-02-13T04:32:08.724Z | Compiling futures v0.3.31 |
1493 | 2025-02-13T04:32:08.847Z | Compiling slog-bunyan v2.5.0 |
1494 | 2025-02-13T04:32:09.109Z | Compiling toml v0.8.19 |
1495 | 2025-02-13T04:32:10.317Z | Compiling tokio-native-tls v0.3.1 |
1496 | 2025-02-13T04:32:10.610Z | Compiling camino v1.1.9 |
1497 | 2025-02-13T04:32:10.631Z | Compiling phf_shared v0.11.2 |
1498 | 2025-02-13T04:32:10.660Z | Compiling dropshot_endpoint v0.12.0 |
1499 | 2025-02-13T04:32:11.002Z | Compiling terminal_size v0.4.0 |
1500 | 2025-02-13T04:32:11.207Z | Compiling openapiv3 v2.0.0 |
1501 | 2025-02-13T04:32:11.252Z | Compiling waitgroup v0.1.2 |
1502 | 2025-02-13T04:32:11.496Z | Compiling serde_path_to_error v0.1.16 |
1503 | 2025-02-13T04:32:11.499Z | Compiling hkdf v0.12.4 |
1504 | 2025-02-13T04:32:11.799Z | Compiling backtrace v0.3.74 |
1505 | 2025-02-13T04:32:12.204Z | Compiling crypto-bigint v0.5.5 |
1506 | 2025-02-13T04:32:12.298Z | Compiling zerocopy-derive v0.6.6 |
1507 | 2025-02-13T04:32:14.326Z | Compiling curve25519-dalek-derive v0.1.1 |
1508 | 2025-02-13T04:32:14.919Z | Compiling webpki-roots v0.26.6 |
1509 | 2025-02-13T04:32:14.951Z | Compiling hostname v0.4.0 |
1510 | 2025-02-13T04:32:15.173Z | Compiling crc32fast v1.4.2 |
1511 | 2025-02-13T04:32:15.196Z | Compiling ahash v0.8.11 |
1512 | 2025-02-13T04:32:15.199Z | Compiling fs-err v2.11.0 |
1513 | 2025-02-13T04:32:15.378Z | Compiling hubpack_derive v0.1.1 |
1514 | 2025-02-13T04:32:15.496Z | Compiling newtype-uuid v1.2.1 |
1515 | 2025-02-13T04:32:15.526Z | Compiling bitflags v1.3.2 |
1516 | 2025-02-13T04:32:15.550Z | Compiling winnow v0.5.40 |
1517 | 2025-02-13T04:32:15.640Z | Compiling unicode-width v0.2.0 |
1518 | 2025-02-13T04:32:15.727Z | Compiling managed v0.8.0 |
1519 | 2025-02-13T04:32:15.779Z | Compiling debug-ignore v1.0.5 |
1520 | 2025-02-13T04:32:16.138Z | Compiling console v0.15.10 |
1521 | 2025-02-13T04:32:16.258Z | Compiling hubpack v0.1.2 |
1522 | 2025-02-13T04:32:16.695Z | Compiling strum_macros v0.25.3 |
1523 | 2025-02-13T04:32:17.927Z | Compiling clap_builder v4.5.27 |
1524 | 2025-02-13T04:32:18.036Z | Compiling flate2 v1.0.35 |
1525 | 2025-02-13T04:32:18.072Z | Compiling elliptic-curve v0.13.8 |
1526 | 2025-02-13T04:32:18.114Z | Compiling zerocopy v0.6.6 |
1527 | 2025-02-13T04:32:18.872Z | Compiling toml_edit v0.19.15 |
1528 | 2025-02-13T04:32:18.899Z | Compiling hickory-resolver v0.24.2 |
1529 | 2025-02-13T04:32:18.955Z | Compiling phf v0.11.2 |
1530 | 2025-02-13T04:32:19.325Z | Compiling hyper-tls v0.6.0 |
1531 | 2025-02-13T04:32:19.754Z | Compiling rayon v1.10.0 |
1532 | 2025-02-13T04:32:19.810Z | Compiling signal-hook-mio v0.2.4 |
1533 | 2025-02-13T04:32:19.999Z | Compiling cookie_store v0.21.1 |
1534 | 2025-02-13T04:32:20.594Z | Compiling bzip2 v0.4.4 |
1535 | 2025-02-13T04:32:21.404Z | Compiling tokio-tungstenite v0.24.0 |
1536 | 2025-02-13T04:32:21.947Z | Compiling postgres-types v0.2.8 |
1537 | 2025-02-13T04:32:24.004Z | Compiling ed25519 v2.2.3 |
1538 | 2025-02-13T04:32:24.024Z | Compiling phf_shared v0.10.0 |
1539 | 2025-02-13T04:32:24.429Z | Compiling tokio-stream v0.1.16 |
1540 | 2025-02-13T04:32:24.541Z | Compiling pkcs1 v0.7.5 |
1541 | 2025-02-13T04:32:24.880Z | Compiling serde-big-array v0.5.1 |
1542 | 2025-02-13T04:32:25.129Z | Compiling clap_derive v4.5.24 |
1543 | 2025-02-13T04:32:25.346Z | Compiling rfc6979 v0.4.0 |
1544 | 2025-02-13T04:32:25.442Z | Compiling derive-where v1.2.7 |
1545 | 2025-02-13T04:32:25.534Z | Compiling serde_repr v0.1.19 |
1546 | 2025-02-13T04:32:25.616Z | Compiling bstr v1.10.0 |
1547 | 2025-02-13T04:32:25.866Z | Compiling float-cmp v0.9.0 |
1548 | 2025-02-13T04:32:26.106Z | Compiling sync_wrapper v1.0.1 |
1549 | 2025-02-13T04:32:26.128Z | Compiling unicode-segmentation v1.12.0 |
1550 | 2025-02-13T04:32:26.281Z | Compiling number_prefix v0.4.0 |
1551 | 2025-02-13T04:32:26.516Z | Compiling predicates-core v1.0.8 |
1552 | 2025-02-13T04:32:26.629Z | Compiling fixedbitset v0.4.2 |
1553 | 2025-02-13T04:32:26.842Z | Compiling whoami v1.5.2 |
1554 | 2025-02-13T04:32:27.009Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2025-02-13T04:32:27.143Z | Compiling new_debug_unreachable v1.0.6 |
1556 | 2025-02-13T04:32:27.163Z | Compiling precomputed-hash v0.1.1 |
1557 | 2025-02-13T04:32:27.195Z | Compiling difflib v0.4.0 |
1558 | 2025-02-13T04:32:27.245Z | Compiling bit-vec v0.6.3 |
1559 | 2025-02-13T04:32:27.294Z | Compiling static_assertions v1.1.0 |
1560 | 2025-02-13T04:32:27.390Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1561 | 2025-02-13T04:32:27.432Z | Compiling string_cache v0.8.7 |
1562 | 2025-02-13T04:32:27.652Z | Compiling predicates v3.1.2 |
1563 | 2025-02-13T04:32:27.862Z | Compiling bit-set v0.5.3 |
1564 | 2025-02-13T04:32:28.151Z | Compiling tokio-postgres v0.7.12 |
1565 | 2025-02-13T04:32:28.575Z | Compiling petgraph v0.6.5 |
1566 | 2025-02-13T04:32:28.642Z | Compiling similar v2.6.0 |
1567 | 2025-02-13T04:32:29.146Z | Compiling indicatif v0.17.11 |
1568 | 2025-02-13T04:32:29.639Z | Compiling clap v4.5.27 |
1569 | 2025-02-13T04:32:29.776Z | Compiling ecdsa v0.16.9 |
1570 | 2025-02-13T04:32:30.587Z | Compiling rsa v0.9.6 |
1571 | 2025-02-13T04:32:30.770Z | Compiling ed25519-dalek v2.1.1 |
1572 | 2025-02-13T04:32:31.182Z | Compiling toml v0.7.8 |
1573 | 2025-02-13T04:32:32.058Z | Compiling zip v0.6.6 |
1574 | 2025-02-13T04:32:32.159Z | Compiling crossterm v0.28.1 |
1575 | 2025-02-13T04:32:33.562Z | Compiling hex v0.4.3 |
1576 | 2025-02-13T04:32:33.696Z | Compiling x509-cert v0.2.5 |
1577 | 2025-02-13T04:32:33.820Z | Compiling itertools v0.10.5 |
1578 | 2025-02-13T04:32:33.898Z | Compiling peg-runtime v0.8.3 |
1579 | 2025-02-13T04:32:34.155Z | Compiling unicode-xid v0.2.6 |
1580 | 2025-02-13T04:32:34.383Z | Compiling lalrpop-util v0.19.12 |
1581 | 2025-02-13T04:32:34.520Z | Compiling strum_macros v0.26.4 |
1582 | 2025-02-13T04:32:34.540Z | Compiling xattr v1.3.1 |
1583 | 2025-02-13T04:32:34.746Z | Compiling filetime v0.2.25 |
1584 | 2025-02-13T04:32:35.055Z | Compiling tar v0.4.42 |
1585 | 2025-02-13T04:32:39.128Z | Compiling strum v0.26.3 |
1586 | 2025-02-13T04:32:42.575Z | Compiling aws-lc-sys v0.22.0 |
1587 | 2025-02-13T04:33:09.703Z | Compiling rustls-webpki v0.102.8 |
1588 | 2025-02-13T04:33:12.863Z | Compiling tokio-rustls v0.25.0 |
1589 | 2025-02-13T04:33:14.604Z | Compiling tokio-rustls v0.26.0 |
1590 | 2025-02-13T04:33:14.945Z | Compiling hyper-rustls v0.27.3 |
1591 | 2025-02-13T04:33:15.381Z | Compiling reqwest v0.12.9 |
1592 | 2025-02-13T04:33:16.502Z | Compiling qorb v0.2.1 |
1593 | 2025-02-13T04:33:19.619Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1594 | 2025-02-13T04:33:19.949Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1595 | 2025-02-13T04:33:24.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1596 | 2025-02-13T04:33:24.470Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1597 | 2025-02-13T04:33:24.524Z | Feb 13 04:33:23.982 INFO Starting download, target: Clickhouse |
1598 | 2025-02-13T04:33:24.524Z | Feb 13 04:33:23.983 INFO Starting download, target: Cockroach |
1599 | 2025-02-13T04:33:24.524Z | Feb 13 04:33:23.983 INFO Starting download, target: Console |
1600 | 2025-02-13T04:33:24.529Z | Feb 13 04:33:23.983 INFO Starting download, target: DendriteOpenapi |
1601 | 2025-02-13T04:33:24.529Z | Feb 13 04:33:23.983 INFO Starting download, target: DendriteStub |
1602 | 2025-02-13T04:33:24.529Z | Feb 13 04:33:23.983 INFO Starting download, target: MaghemiteMgd |
1603 | 2025-02-13T04:33:24.529Z | Feb 13 04:33:23.983 INFO Starting download, target: TransceiverControl |
1604 | 2025-02-13T04:33:24.529Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1606 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1607 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1608 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1609 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1610 | 2025-02-13T04:33:24.530Z | Feb 13 04:33:23.984 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-02-13T04:33:24.764Z | Feb 13 04:33:24.222 INFO Download complete, target: DendriteOpenapi |
1612 | 2025-02-13T04:33:24.875Z | Feb 13 04:33:24.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1613 | 2025-02-13T04:33:25.073Z | Feb 13 04:33:24.517 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1614 | 2025-02-13T04:33:25.348Z | Feb 13 04:33:24.806 INFO Download complete, target: TransceiverControl |
1615 | 2025-02-13T04:33:25.422Z | Feb 13 04:33:24.873 INFO Download complete, target: Console |
1616 | 2025-02-13T04:33:25.510Z | Feb 13 04:33:24.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1617 | 2025-02-13T04:33:25.517Z | Feb 13 04:33:24.976 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1618 | 2025-02-13T04:33:26.112Z | Feb 13 04:33:25.572 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1619 | 2025-02-13T04:33:26.112Z | Feb 13 04:33:25.572 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1620 | 2025-02-13T04:33:26.532Z | Feb 13 04:33:25.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1621 | 2025-02-13T04:33:28.459Z | Feb 13 04:33:27.792 INFO Download complete, target: DendriteStub |
1622 | 2025-02-13T04:33:28.613Z | Feb 13 04:33:27.952 INFO Download complete, target: MaghemiteMgd |
1623 | 2025-02-13T04:33:33.630Z | Feb 13 04:33:33.079 INFO Checking that binary works, target: Cockroach |
1624 | 2025-02-13T04:33:33.951Z | Feb 13 04:33:33.407 INFO Download complete, target: Cockroach |
1625 | 2025-02-13T04:33:39.323Z | Feb 13 04:33:38.781 INFO Checking that binary works, target: Clickhouse |
1626 | 2025-02-13T04:33:39.487Z | Feb 13 04:33:38.946 INFO Download complete, target: Clickhouse |
1627 | 2025-02-13T04:33:39.508Z | All builder prerequisites installed successfully, and PATH looks valid |
1628 | 2025-02-13T04:33:39.510Z | |
1629 | 2025-02-13T04:33:39.510Z | real 7:44.304706851 |
1630 | 2025-02-13T04:33:39.510Z | user 15:44.442311254 |
1631 | 2025-02-13T04:33:39.510Z | sys 2:04.628071773 |
1632 | 2025-02-13T04:33:39.510Z | trap 0.567022635 |
1633 | 2025-02-13T04:33:39.510Z | tflt 1.686539947 |
1634 | 2025-02-13T04:33:39.511Z | dflt 1.572930893 |
1635 | 2025-02-13T04:33:39.511Z | kflt 0.020031022 |
1636 | 2025-02-13T04:33:39.511Z | lock 24:40.669711372 |
1637 | 2025-02-13T04:33:39.511Z | slp 1:00:41.858549316 |
1638 | 2025-02-13T04:33:39.511Z | lat 59.521416074 |
1639 | 2025-02-13T04:33:39.511Z | stop 2:26.224745484 |
1640 | 2025-02-13T04:33:39.511Z | + banner hack-check |
1641 | 2025-02-13T04:33:39.514Z | |
1642 | 2025-02-13T04:33:39.514Z | # # ## #### # # #### # # ###### #### # # |
1643 | 2025-02-13T04:33:39.514Z | # # # # # # # # # # # # # # # # # |
1644 | 2025-02-13T04:33:39.514Z | ###### # # # #### ##### # ###### ##### # #### |
1645 | 2025-02-13T04:33:39.514Z | # # ###### # # # # # # # # # # |
1646 | 2025-02-13T04:33:39.514Z | # # # # # # # # # # # # # # # # # |
1647 | 2025-02-13T04:33:39.514Z | # # # # #### # # #### # # ###### #### # # |
1648 | 2025-02-13T04:33:39.514Z | |
1649 | 2025-02-13T04:33:39.514Z | + export CARGO_INCREMENTAL=0 |
1650 | 2025-02-13T04:33:39.514Z | + CARGO_INCREMENTAL=0 |
1651 | 2025-02-13T04:33:39.514Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1652 | 2025-02-13T04:33:40.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1653 | 2025-02-13T04:33:42.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
1654 | 2025-02-13T04:33:43.064Z | Running `target/debug/xtask check-features --ci` |
1655 | 2025-02-13T04:33:43.085Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1656 | 2025-02-13T04:33:43.088Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1657 | 2025-02-13T04:33:43.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1658 | 2025-02-13T04:33:43.540Z | Running `target/debug/xtask download cargo-hack` |
1659 | 2025-02-13T04:33:44.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1660 | 2025-02-13T04:33:44.727Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1661 | 2025-02-13T04:33:48.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
1662 | 2025-02-13T04:33:48.654Z | Running `target/debug/xtask-downloader cargo-hack` |
1663 | 2025-02-13T04:33:48.703Z | Feb 13 04:33:48.138 INFO Starting download, target: CargoHack |
1664 | 2025-02-13T04:33:48.748Z | Feb 13 04:33:48.139 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1665 | 2025-02-13T04:33:49.161Z | Feb 13 04:33:48.618 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1666 | 2025-02-13T04:33:49.260Z | Feb 13 04:33:48.712 INFO Download complete, target: CargoHack |
1667 | 2025-02-13T04:33:49.263Z | running: "/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1668 | 2025-02-13T04:33:49.276Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1669 | 2025-02-13T04:33:49.458Z | info: running `cargo check --bins` on api_identity (1/199) |
1670 | 2025-02-13T04:33:49.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-02-13T04:33:49.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-02-13T04:33:49.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-02-13T04:33:49.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1674 | 2025-02-13T04:33:50.068Z | |
1675 | 2025-02-13T04:33:50.068Z | info: running `cargo check --bins` on bootstore (2/199) |
1676 | 2025-02-13T04:33:50.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-02-13T04:33:50.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-02-13T04:33:50.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-02-13T04:33:50.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1680 | 2025-02-13T04:33:50.721Z | |
1681 | 2025-02-13T04:33:50.721Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1682 | 2025-02-13T04:33:51.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-02-13T04:33:51.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-02-13T04:33:51.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-02-13T04:33:51.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1686 | 2025-02-13T04:33:51.360Z | |
1687 | 2025-02-13T04:33:51.360Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1688 | 2025-02-13T04:33:51.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-02-13T04:33:51.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-02-13T04:33:51.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-02-13T04:33:51.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1692 | 2025-02-13T04:33:51.969Z | |
1693 | 2025-02-13T04:33:51.969Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1694 | 2025-02-13T04:33:52.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-02-13T04:33:52.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-02-13T04:33:52.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-02-13T04:33:52.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1698 | 2025-02-13T04:33:52.493Z | |
1699 | 2025-02-13T04:33:52.493Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1700 | 2025-02-13T04:33:52.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-02-13T04:33:52.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-02-13T04:33:52.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-02-13T04:33:52.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1704 | 2025-02-13T04:33:52.835Z | |
1705 | 2025-02-13T04:33:52.835Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1706 | 2025-02-13T04:33:53.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-02-13T04:33:53.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-02-13T04:33:53.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-02-13T04:33:53.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1710 | 2025-02-13T04:33:53.293Z | |
1711 | 2025-02-13T04:33:53.293Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1712 | 2025-02-13T04:33:53.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-02-13T04:33:53.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-02-13T04:33:53.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-02-13T04:33:53.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1716 | 2025-02-13T04:33:53.714Z | |
1717 | 2025-02-13T04:33:53.715Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1718 | 2025-02-13T04:33:54.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-02-13T04:33:54.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-02-13T04:33:54.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-02-13T04:33:54.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2025-02-13T04:33:54.157Z | |
1723 | 2025-02-13T04:33:54.157Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1724 | 2025-02-13T04:33:54.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-02-13T04:33:54.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-02-13T04:33:54.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-02-13T04:33:54.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1728 | 2025-02-13T04:33:54.578Z | |
1729 | 2025-02-13T04:33:54.579Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1730 | 2025-02-13T04:33:54.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-02-13T04:33:54.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-02-13T04:33:54.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-02-13T04:33:54.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1734 | 2025-02-13T04:33:55.003Z | |
1735 | 2025-02-13T04:33:55.003Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1736 | 2025-02-13T04:33:55.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-02-13T04:33:55.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-02-13T04:33:55.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-02-13T04:33:55.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2025-02-13T04:33:55.429Z | |
1741 | 2025-02-13T04:33:55.429Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1742 | 2025-02-13T04:33:55.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-02-13T04:33:55.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-02-13T04:33:55.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-02-13T04:33:55.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1746 | 2025-02-13T04:33:55.857Z | |
1747 | 2025-02-13T04:33:55.857Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1748 | 2025-02-13T04:33:56.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-02-13T04:33:56.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-02-13T04:33:56.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-02-13T04:33:56.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1752 | 2025-02-13T04:33:56.286Z | |
1753 | 2025-02-13T04:33:56.286Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1754 | 2025-02-13T04:33:56.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-02-13T04:33:56.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-02-13T04:33:56.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-02-13T04:33:56.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1758 | 2025-02-13T04:33:56.726Z | |
1759 | 2025-02-13T04:33:56.726Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1760 | 2025-02-13T04:33:57.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-02-13T04:33:57.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-02-13T04:33:57.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-02-13T04:33:57.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1764 | 2025-02-13T04:33:57.187Z | |
1765 | 2025-02-13T04:33:57.187Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1766 | 2025-02-13T04:33:57.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-02-13T04:33:57.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-02-13T04:33:57.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-02-13T04:33:57.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1770 | 2025-02-13T04:33:57.636Z | |
1771 | 2025-02-13T04:33:57.636Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1772 | 2025-02-13T04:33:58.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-02-13T04:33:58.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-02-13T04:33:58.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-02-13T04:33:58.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1776 | 2025-02-13T04:33:58.092Z | |
1777 | 2025-02-13T04:33:58.092Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1778 | 2025-02-13T04:33:58.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-02-13T04:33:58.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-02-13T04:33:58.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-02-13T04:33:58.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1782 | 2025-02-13T04:33:58.549Z | |
1783 | 2025-02-13T04:33:58.549Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1784 | 2025-02-13T04:33:58.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-02-13T04:33:58.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-02-13T04:33:58.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-02-13T04:33:58.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1788 | 2025-02-13T04:33:58.998Z | |
1789 | 2025-02-13T04:33:58.998Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1790 | 2025-02-13T04:33:59.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-02-13T04:33:59.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-02-13T04:33:59.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1793 | 2025-02-13T04:33:59.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1794 | 2025-02-13T04:33:59.424Z | |
1795 | 2025-02-13T04:33:59.424Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1796 | 2025-02-13T04:33:59.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2025-02-13T04:33:59.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2025-02-13T04:33:59.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1799 | 2025-02-13T04:33:59.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1800 | 2025-02-13T04:33:59.850Z | |
1801 | 2025-02-13T04:33:59.850Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1802 | 2025-02-13T04:34:00.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1803 | 2025-02-13T04:34:00.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1804 | 2025-02-13T04:34:00.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1805 | 2025-02-13T04:34:00.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1806 | 2025-02-13T04:34:00.276Z | |
1807 | 2025-02-13T04:34:00.276Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1808 | 2025-02-13T04:34:00.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1809 | 2025-02-13T04:34:00.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1810 | 2025-02-13T04:34:00.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1811 | 2025-02-13T04:34:00.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1812 | 2025-02-13T04:34:00.700Z | |
1813 | 2025-02-13T04:34:00.700Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1814 | 2025-02-13T04:34:01.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1815 | 2025-02-13T04:34:01.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1816 | 2025-02-13T04:34:01.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1817 | 2025-02-13T04:34:01.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1818 | 2025-02-13T04:34:01.128Z | |
1819 | 2025-02-13T04:34:01.128Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1820 | 2025-02-13T04:34:01.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1821 | 2025-02-13T04:34:01.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1822 | 2025-02-13T04:34:01.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1823 | 2025-02-13T04:34:01.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1824 | 2025-02-13T04:34:01.543Z | |
1825 | 2025-02-13T04:34:01.543Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1826 | 2025-02-13T04:34:01.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1827 | 2025-02-13T04:34:01.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1828 | 2025-02-13T04:34:01.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1829 | 2025-02-13T04:34:01.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1830 | 2025-02-13T04:34:01.964Z | |
1831 | 2025-02-13T04:34:01.964Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1832 | 2025-02-13T04:34:02.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2025-02-13T04:34:02.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2025-02-13T04:34:02.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1835 | 2025-02-13T04:34:02.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1836 | 2025-02-13T04:34:02.384Z | |
1837 | 2025-02-13T04:34:02.384Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1838 | 2025-02-13T04:34:02.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2025-02-13T04:34:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2025-02-13T04:34:02.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1841 | 2025-02-13T04:34:02.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1842 | 2025-02-13T04:34:02.807Z | |
1843 | 2025-02-13T04:34:02.807Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1844 | 2025-02-13T04:34:03.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2025-02-13T04:34:03.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2025-02-13T04:34:03.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1847 | 2025-02-13T04:34:03.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1848 | 2025-02-13T04:34:03.223Z | |
1849 | 2025-02-13T04:34:03.223Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1850 | 2025-02-13T04:34:03.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2025-02-13T04:34:03.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2025-02-13T04:34:03.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1853 | 2025-02-13T04:34:03.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1854 | 2025-02-13T04:34:03.648Z | |
1855 | 2025-02-13T04:34:03.648Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1856 | 2025-02-13T04:34:04.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1857 | 2025-02-13T04:34:04.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1858 | 2025-02-13T04:34:04.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1859 | 2025-02-13T04:34:04.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1860 | 2025-02-13T04:34:04.069Z | |
1861 | 2025-02-13T04:34:04.069Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1862 | 2025-02-13T04:34:04.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1863 | 2025-02-13T04:34:04.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1864 | 2025-02-13T04:34:04.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1865 | 2025-02-13T04:34:04.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1866 | 2025-02-13T04:34:04.498Z | |
1867 | 2025-02-13T04:34:04.498Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1868 | 2025-02-13T04:34:04.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1869 | 2025-02-13T04:34:04.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1870 | 2025-02-13T04:34:04.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1871 | 2025-02-13T04:34:04.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1872 | 2025-02-13T04:34:04.913Z | |
1873 | 2025-02-13T04:34:04.913Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1874 | 2025-02-13T04:34:05.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1875 | 2025-02-13T04:34:05.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1876 | 2025-02-13T04:34:05.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1877 | 2025-02-13T04:34:05.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1878 | 2025-02-13T04:34:05.327Z | |
1879 | 2025-02-13T04:34:05.327Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1880 | 2025-02-13T04:34:05.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1881 | 2025-02-13T04:34:05.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1882 | 2025-02-13T04:34:05.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1883 | 2025-02-13T04:34:05.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1884 | 2025-02-13T04:34:05.757Z | |
1885 | 2025-02-13T04:34:05.757Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1886 | 2025-02-13T04:34:06.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1887 | 2025-02-13T04:34:06.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1888 | 2025-02-13T04:34:06.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1889 | 2025-02-13T04:34:06.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1890 | 2025-02-13T04:34:06.186Z | |
1891 | 2025-02-13T04:34:06.186Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1892 | 2025-02-13T04:34:06.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2025-02-13T04:34:06.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2025-02-13T04:34:06.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1895 | 2025-02-13T04:34:06.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1896 | 2025-02-13T04:34:06.615Z | |
1897 | 2025-02-13T04:34:06.615Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1898 | 2025-02-13T04:34:06.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1899 | 2025-02-13T04:34:06.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1900 | 2025-02-13T04:34:06.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1901 | 2025-02-13T04:34:07.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1902 | 2025-02-13T04:34:07.039Z | |
1903 | 2025-02-13T04:34:07.039Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1904 | 2025-02-13T04:34:07.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1905 | 2025-02-13T04:34:07.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1906 | 2025-02-13T04:34:07.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1907 | 2025-02-13T04:34:07.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1908 | 2025-02-13T04:34:07.469Z | |
1909 | 2025-02-13T04:34:07.469Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1910 | 2025-02-13T04:34:07.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1911 | 2025-02-13T04:34:07.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1912 | 2025-02-13T04:34:07.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1913 | 2025-02-13T04:34:07.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1914 | 2025-02-13T04:34:07.894Z | |
1915 | 2025-02-13T04:34:07.894Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1916 | 2025-02-13T04:34:08.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1917 | 2025-02-13T04:34:08.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1918 | 2025-02-13T04:34:08.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1919 | 2025-02-13T04:34:08.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1920 | 2025-02-13T04:34:08.332Z | |
1921 | 2025-02-13T04:34:08.332Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1922 | 2025-02-13T04:34:08.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1923 | 2025-02-13T04:34:08.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1924 | 2025-02-13T04:34:08.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1925 | 2025-02-13T04:34:08.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1926 | 2025-02-13T04:34:08.758Z | |
1927 | 2025-02-13T04:34:08.758Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1928 | 2025-02-13T04:34:09.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2025-02-13T04:34:09.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2025-02-13T04:34:09.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1931 | 2025-02-13T04:34:09.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1932 | 2025-02-13T04:34:09.189Z | |
1933 | 2025-02-13T04:34:09.189Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1934 | 2025-02-13T04:34:09.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1935 | 2025-02-13T04:34:09.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1936 | 2025-02-13T04:34:09.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1937 | 2025-02-13T04:34:09.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1938 | 2025-02-13T04:34:09.810Z | |
1939 | 2025-02-13T04:34:09.810Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1940 | 2025-02-13T04:34:10.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1941 | 2025-02-13T04:34:10.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1942 | 2025-02-13T04:34:10.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1943 | 2025-02-13T04:34:10.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1944 | 2025-02-13T04:34:10.438Z | |
1945 | 2025-02-13T04:34:10.438Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1946 | 2025-02-13T04:34:10.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1947 | 2025-02-13T04:34:10.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1948 | 2025-02-13T04:34:10.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1949 | 2025-02-13T04:34:10.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1950 | 2025-02-13T04:34:11.059Z | |
1951 | 2025-02-13T04:34:11.059Z | info: running `cargo check --bins` on oxlog (48/199) |
1952 | 2025-02-13T04:34:11.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1953 | 2025-02-13T04:34:11.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1954 | 2025-02-13T04:34:11.661Z | Checking cfg-if v1.0.0 |
1955 | 2025-02-13T04:34:11.665Z | Checking libc v0.2.169 |
1956 | 2025-02-13T04:34:11.772Z | Checking serde v1.0.217 |
1957 | 2025-02-13T04:34:11.775Z | Checking zeroize v1.8.1 |
1958 | 2025-02-13T04:34:11.793Z | Checking memchr v2.7.4 |
1959 | 2025-02-13T04:34:11.816Z | Checking typenum v1.17.0 |
1960 | 2025-02-13T04:34:11.826Z | Checking subtle v2.6.1 |
1961 | 2025-02-13T04:34:11.826Z | Checking scopeguard v1.2.0 |
1962 | 2025-02-13T04:34:11.838Z | Checking value-bag v1.9.0 |
1963 | 2025-02-13T04:34:11.966Z | Checking lock_api v0.4.12 |
1964 | 2025-02-13T04:34:12.019Z | Checking smallvec v1.13.2 |
1965 | 2025-02-13T04:34:12.069Z | Checking const-oid v0.9.6 |
1966 | 2025-02-13T04:34:12.223Z | Checking log v0.4.22 |
1967 | 2025-02-13T04:34:12.321Z | Checking itoa v1.0.11 |
1968 | 2025-02-13T04:34:12.340Z | Checking pin-project-lite v0.2.14 |
1969 | 2025-02-13T04:34:12.468Z | Checking byteorder v1.5.0 |
1970 | 2025-02-13T04:34:12.549Z | Checking once_cell v1.20.2 |
1971 | 2025-02-13T04:34:12.620Z | Checking futures-core v0.3.31 |
1972 | 2025-02-13T04:34:12.702Z | Checking cpufeatures v0.2.14 |
1973 | 2025-02-13T04:34:12.778Z | Checking getrandom v0.2.15 |
1974 | 2025-02-13T04:34:12.802Z | Checking parking_lot_core v0.9.10 |
1975 | 2025-02-13T04:34:12.816Z | Checking signal-hook-registry v1.4.2 |
1976 | 2025-02-13T04:34:12.819Z | Checking mio v1.0.2 |
1977 | 2025-02-13T04:34:12.870Z | Checking stable_deref_trait v1.2.0 |
1978 | 2025-02-13T04:34:12.885Z | Checking generic-array v0.14.7 |
1979 | 2025-02-13T04:34:12.982Z | Checking futures-sink v0.3.31 |
1980 | 2025-02-13T04:34:13.001Z | Checking rand_core v0.6.4 |
1981 | 2025-02-13T04:34:13.073Z | Checking socket2 v0.5.7 |
1982 | 2025-02-13T04:34:13.123Z | Checking zerocopy v0.7.35 |
1983 | 2025-02-13T04:34:13.137Z | Checking parking_lot v0.12.3 |
1984 | 2025-02-13T04:34:13.305Z | Checking zerofrom v0.1.4 |
1985 | 2025-02-13T04:34:13.405Z | Checking spin v0.9.8 |
1986 | 2025-02-13T04:34:13.480Z | Checking slab v0.4.9 |
1987 | 2025-02-13T04:34:13.503Z | Checking yoke v0.7.4 |
1988 | 2025-02-13T04:34:13.554Z | Checking futures-channel v0.3.31 |
1989 | 2025-02-13T04:34:13.756Z | Checking allocator-api2 v0.2.18 |
1990 | 2025-02-13T04:34:13.760Z | Checking futures-io v0.3.31 |
1991 | 2025-02-13T04:34:13.838Z | Checking zerovec v0.10.4 |
1992 | 2025-02-13T04:34:13.925Z | Checking foldhash v0.1.3 |
1993 | 2025-02-13T04:34:13.938Z | Checking crypto-common v0.1.6 |
1994 | 2025-02-13T04:34:13.953Z | Checking block-buffer v0.10.4 |
1995 | 2025-02-13T04:34:13.969Z | Checking futures-task v0.3.31 |
1996 | 2025-02-13T04:34:14.125Z | Checking pin-utils v0.1.0 |
1997 | 2025-02-13T04:34:14.146Z | Checking equivalent v1.0.1 |
1998 | 2025-02-13T04:34:14.172Z | Checking digest v0.10.7 |
1999 | 2025-02-13T04:34:14.204Z | Checking block-padding v0.3.3 |
2000 | 2025-02-13T04:34:14.221Z | Checking futures-util v0.3.31 |
2001 | 2025-02-13T04:34:14.253Z | Checking ryu v1.0.18 |
2002 | 2025-02-13T04:34:14.339Z | Checking hashbrown v0.15.1 |
2003 | 2025-02-13T04:34:14.354Z | Checking fnv v1.0.7 |
2004 | 2025-02-13T04:34:14.397Z | Checking inout v0.1.3 |
2005 | 2025-02-13T04:34:14.480Z | Checking litemap v0.7.3 |
2006 | 2025-02-13T04:34:14.497Z | Checking writeable v0.5.5 |
2007 | 2025-02-13T04:34:14.522Z | Checking hmac v0.12.1 |
2008 | 2025-02-13T04:34:14.625Z | Checking cipher v0.4.4 |
2009 | 2025-02-13T04:34:14.726Z | Checking sha2 v0.10.8 |
2010 | 2025-02-13T04:34:14.798Z | Checking libm v0.2.8 |
2011 | 2025-02-13T04:34:14.820Z | Checking base64ct v1.6.0 |
2012 | 2025-02-13T04:34:15.033Z | Checking ppv-lite86 v0.2.20 |
2013 | 2025-02-13T04:34:15.279Z | Checking pem-rfc7468 v0.7.0 |
2014 | 2025-02-13T04:34:15.296Z | Checking icu_locid_transform_data v1.5.0 |
2015 | 2025-02-13T04:34:15.387Z | Checking flagset v0.4.6 |
2016 | 2025-02-13T04:34:15.403Z | Checking tinystr v0.7.6 |
2017 | 2025-02-13T04:34:15.418Z | Checking icu_collections v1.5.0 |
2018 | 2025-02-13T04:34:15.557Z | Checking tracing-core v0.1.32 |
2019 | 2025-02-13T04:34:15.573Z | Checking der v0.7.9 |
2020 | 2025-02-13T04:34:15.713Z | Checking num-traits v0.2.19 |
2021 | 2025-02-13T04:34:15.716Z | Checking rand_chacha v0.3.1 |
2022 | 2025-02-13T04:34:15.740Z | Checking icu_locid v1.5.0 |
2023 | 2025-02-13T04:34:16.039Z | Checking thiserror v1.0.69 |
2024 | 2025-02-13T04:34:16.126Z | Checking icu_properties_data v1.5.0 |
2025 | 2025-02-13T04:34:16.187Z | Checking percent-encoding v2.3.1 |
2026 | 2025-02-13T04:34:16.203Z | Checking rustls-pki-types v1.10.0 |
2027 | 2025-02-13T04:34:16.215Z | Checking bytes v1.9.0 |
2028 | 2025-02-13T04:34:16.362Z | Checking indexmap v2.7.1 |
2029 | 2025-02-13T04:34:16.410Z | Checking serde_json v1.0.135 |
2030 | 2025-02-13T04:34:16.701Z | Checking icu_provider v1.5.0 |
2031 | 2025-02-13T04:34:16.717Z | Checking bitflags v2.6.0 |
2032 | 2025-02-13T04:34:17.007Z | Checking tracing v0.1.40 |
2033 | 2025-02-13T04:34:17.045Z | Checking tokio v1.43.0 |
2034 | 2025-02-13T04:34:17.142Z | Checking http v1.2.0 |
2035 | 2025-02-13T04:34:17.218Z | Checking spki v0.7.3 |
2036 | 2025-02-13T04:34:17.338Z | Checking icu_locid_transform v1.5.0 |
2037 | 2025-02-13T04:34:17.356Z | Checking rand v0.8.5 |
2038 | 2025-02-13T04:34:17.508Z | Checking salsa20 v0.10.2 |
2039 | 2025-02-13T04:34:17.525Z | Checking pbkdf2 v0.12.2 |
2040 | 2025-02-13T04:34:17.680Z | Checking aws-lc-sys v0.22.0 |
2041 | 2025-02-13T04:34:17.723Z | Checking httparse v1.9.5 |
2042 | 2025-02-13T04:34:18.014Z | Checking powerfmt v0.2.0 |
2043 | 2025-02-13T04:34:18.135Z | Checking write16 v1.0.0 |
2044 | 2025-02-13T04:34:18.275Z | Checking mirai-annotations v1.12.0 |
2045 | 2025-02-13T04:34:18.301Z | Checking untrusted v0.9.0 |
2046 | 2025-02-13T04:34:18.341Z | Checking icu_properties v1.5.1 |
2047 | 2025-02-13T04:34:18.390Z | Checking icu_normalizer_data v1.5.0 |
2048 | 2025-02-13T04:34:18.453Z | Checking untrusted v0.7.1 |
2049 | 2025-02-13T04:34:18.470Z | Checking utf8_iter v1.0.4 |
2050 | 2025-02-13T04:34:18.495Z | Checking utf16_iter v1.0.5 |
2051 | 2025-02-13T04:34:18.556Z | Checking ring v0.17.8 |
2052 | 2025-02-13T04:34:18.597Z | Checking deranged v0.3.11 |
2053 | 2025-02-13T04:34:18.620Z | Checking scrypt v0.11.0 |
2054 | 2025-02-13T04:34:18.653Z | Checking cbc v0.1.2 |
2055 | 2025-02-13T04:34:18.656Z | Checking aes v0.8.4 |
2056 | 2025-02-13T04:34:18.839Z | Checking crossbeam-utils v0.8.20 |
2057 | 2025-02-13T04:34:18.874Z | Checking time-core v0.1.2 |
2058 | 2025-02-13T04:34:19.041Z | Checking num-conv v0.1.0 |
2059 | 2025-02-13T04:34:19.293Z | Checking tinyvec_macros v0.1.1 |
2060 | 2025-02-13T04:34:19.390Z | Checking num_threads v0.1.7 |
2061 | 2025-02-13T04:34:19.518Z | Checking atomic-waker v1.1.2 |
2062 | 2025-02-13T04:34:19.559Z | Checking pkcs5 v0.7.1 |
2063 | 2025-02-13T04:34:19.576Z | Checking tinyvec v1.8.0 |
2064 | 2025-02-13T04:34:19.675Z | Checking http-body v1.0.1 |
2065 | 2025-02-13T04:34:19.772Z | Checking aws-lc-rs v1.10.0 |
2066 | 2025-02-13T04:34:19.880Z | Checking time v0.3.36 |
2067 | 2025-02-13T04:34:19.894Z | Checking form_urlencoded v1.2.1 |
2068 | 2025-02-13T04:34:20.042Z | Checking try-lock v0.2.5 |
2069 | 2025-02-13T04:34:20.090Z | Checking pkcs8 v0.10.2 |
2070 | 2025-02-13T04:34:20.198Z | Checking want v0.3.1 |
2071 | 2025-02-13T04:34:20.271Z | Checking uuid v1.12.0 |
2072 | 2025-02-13T04:34:20.375Z | Checking httpdate v1.0.3 |
2073 | 2025-02-13T04:34:20.401Z | Checking unicode-ident v1.0.14 |
2074 | 2025-02-13T04:34:20.577Z | Checking proc-macro2 v1.0.92 |
2075 | 2025-02-13T04:34:20.615Z | Checking toml_datetime v0.6.8 |
2076 | 2025-02-13T04:34:20.887Z | Checking serde_spanned v0.6.8 |
2077 | 2025-02-13T04:34:20.905Z | Checking slog v2.7.0 |
2078 | 2025-02-13T04:34:20.908Z | Checking scroll v0.12.0 |
2079 | 2025-02-13T04:34:21.076Z | Checking iana-time-zone v0.1.61 |
2080 | 2025-02-13T04:34:21.216Z | Checking base64 v0.22.1 |
2081 | 2025-02-13T04:34:21.241Z | Checking foreign-types-shared v0.1.1 |
2082 | 2025-02-13T04:34:21.356Z | Checking tower-service v0.3.3 |
2083 | 2025-02-13T04:34:21.359Z | Checking match_cfg v0.1.0 |
2084 | 2025-02-13T04:34:21.389Z | Checking ucd-trie v0.1.7 |
2085 | 2025-02-13T04:34:21.434Z | Checking rustls-webpki v0.102.8 |
2086 | 2025-02-13T04:34:21.467Z | Checking adler2 v2.0.0 |
2087 | 2025-02-13T04:34:21.484Z | Checking plain v0.2.3 |
2088 | 2025-02-13T04:34:21.620Z | Checking pest v2.7.14 |
2089 | 2025-02-13T04:34:21.623Z | Checking icu_normalizer v1.5.0 |
2090 | 2025-02-13T04:34:21.623Z | Checking miniz_oxide v0.8.0 |
2091 | 2025-02-13T04:34:21.647Z | Checking goblin v0.8.2 |
2092 | 2025-02-13T04:34:21.705Z | Checking hostname v0.3.1 |
2093 | 2025-02-13T04:34:21.858Z | Checking foreign-types v0.3.2 |
2094 | 2025-02-13T04:34:21.961Z | Checking chrono v0.4.39 |
2095 | 2025-02-13T04:34:22.191Z | Checking quote v1.0.38 |
2096 | 2025-02-13T04:34:22.222Z | Checking openssl-sys v0.9.105 |
2097 | 2025-02-13T04:34:22.344Z | Checking errno v0.3.9 |
2098 | 2025-02-13T04:34:22.406Z | Checking idna_adapter v1.2.0 |
2099 | 2025-02-13T04:34:22.514Z | Checking dirs-sys-next v0.1.2 |
2100 | 2025-02-13T04:34:22.517Z | Checking aho-corasick v1.1.3 |
2101 | 2025-02-13T04:34:22.604Z | Checking idna v1.0.3 |
2102 | 2025-02-13T04:34:22.713Z | Checking pretty-hex v0.4.1 |
2103 | 2025-02-13T04:34:22.885Z | Checking regex-syntax v0.8.5 |
2104 | 2025-02-13T04:34:23.061Z | Checking url v2.5.3 |
2105 | 2025-02-13T04:34:23.329Z | Checking siphasher v0.3.11 |
2106 | 2025-02-13T04:34:23.629Z | Checking tokio-util v0.7.12 |
2107 | 2025-02-13T04:34:23.663Z | Compiling newtype-uuid v1.2.1 |
2108 | 2025-02-13T04:34:23.850Z | Checking data-encoding v2.6.0 |
2109 | 2025-02-13T04:34:23.905Z | Checking openssl v0.10.70 |
2110 | 2025-02-13T04:34:24.005Z | Checking dirs-next v2.0.0 |
2111 | 2025-02-13T04:34:24.059Z | Checking syn v2.0.96 |
2112 | 2025-02-13T04:34:24.143Z | Checking rustix v0.38.37 |
2113 | 2025-02-13T04:34:24.205Z | Checking dtrace-parser v0.2.0 |
2114 | 2025-02-13T04:34:24.419Z | Checking unicode-normalization v0.1.24 |
2115 | 2025-02-13T04:34:24.450Z | Checking h2 v0.4.6 |
2116 | 2025-02-13T04:34:24.671Z | Checking http-body-util v0.1.2 |
2117 | 2025-02-13T04:34:25.077Z | Checking crossbeam-epoch v0.9.18 |
2118 | 2025-02-13T04:34:25.395Z | Checking signature v2.2.0 |
2119 | 2025-02-13T04:34:25.505Z | Checking sha1 v0.10.6 |
2120 | 2025-02-13T04:34:25.609Z | Checking thread_local v1.1.8 |
2121 | 2025-02-13T04:34:25.814Z | Checking thread-id v4.2.2 |
2122 | 2025-02-13T04:34:25.861Z | Checking encoding_rs v0.8.34 |
2123 | 2025-02-13T04:34:25.920Z | Checking gimli v0.31.1 |
2124 | 2025-02-13T04:34:26.104Z | Checking regex-automata v0.4.8 |
2125 | 2025-02-13T04:34:26.514Z | Checking dof v0.3.0 |
2126 | 2025-02-13T04:34:27.129Z | Checking unicode-bidi v0.3.17 |
2127 | 2025-02-13T04:34:27.225Z | Checking ipnet v2.10.1 |
2128 | 2025-02-13T04:34:27.703Z | Checking utf8parse v0.2.2 |
2129 | 2025-02-13T04:34:27.772Z | Checking mime v0.3.17 |
2130 | 2025-02-13T04:34:27.866Z | Checking unicode-properties v0.1.3 |
2131 | 2025-02-13T04:34:28.101Z | Checking either v1.13.0 |
2132 | 2025-02-13T04:34:28.155Z | Checking winnow v0.6.20 |
2133 | 2025-02-13T04:34:28.261Z | Checking anstyle v1.0.10 |
2134 | 2025-02-13T04:34:28.463Z | Checking openssl-probe v0.1.5 |
2135 | 2025-02-13T04:34:28.602Z | Checking stringprep v0.1.5 |
2136 | 2025-02-13T04:34:28.638Z | Checking anstyle-parse v0.2.5 |
2137 | 2025-02-13T04:34:28.881Z | Checking crossbeam-deque v0.8.5 |
2138 | 2025-02-13T04:34:28.917Z | Checking term v0.7.0 |
2139 | 2025-02-13T04:34:29.060Z | Checking native-tls v0.2.12 |
2140 | 2025-02-13T04:34:29.202Z | Checking slog-json v2.6.1 |
2141 | 2025-02-13T04:34:29.363Z | Checking rustls v0.22.4 |
2142 | 2025-02-13T04:34:29.381Z | Checking rustls v0.23.19 |
2143 | 2025-02-13T04:34:29.474Z | Checking serde_urlencoded v0.7.1 |
2144 | 2025-02-13T04:34:29.535Z | Checking addr2line v0.24.2 |
2145 | 2025-02-13T04:34:29.869Z | Checking crossbeam-channel v0.5.13 |
2146 | 2025-02-13T04:34:29.966Z | Checking usdt-impl v0.5.0 |
2147 | 2025-02-13T04:34:30.066Z | Checking futures-executor v0.3.31 |
2148 | 2025-02-13T04:34:30.312Z | Checking num-integer v0.1.46 |
2149 | 2025-02-13T04:34:30.393Z | Checking rustls-pemfile v2.2.0 |
2150 | 2025-02-13T04:34:30.458Z | Checking hyper v1.5.2 |
2151 | 2025-02-13T04:34:30.491Z | Checking md-5 v0.10.6 |
2152 | 2025-02-13T04:34:30.567Z | Checking ff v0.13.0 |
2153 | 2025-02-13T04:34:30.607Z | Checking hash32 v0.2.1 |
2154 | 2025-02-13T04:34:30.713Z | Checking is-terminal v0.4.13 |
2155 | 2025-02-13T04:34:30.772Z | Checking memmap v0.7.0 |
2156 | 2025-02-13T04:34:30.790Z | Checking object v0.36.5 |
2157 | 2025-02-13T04:34:30.841Z | Checking take_mut v0.2.2 |
2158 | 2025-02-13T04:34:30.860Z | Checking toml_edit v0.22.22 |
2159 | 2025-02-13T04:34:30.901Z | Checking linked-hash-map v0.5.6 |
2160 | 2025-02-13T04:34:30.997Z | Checking anstyle-query v1.1.1 |
2161 | 2025-02-13T04:34:31.013Z | Checking colorchoice v1.0.2 |
2162 | 2025-02-13T04:34:31.139Z | Checking rustc-demangle v0.1.24 |
2163 | 2025-02-13T04:34:31.158Z | Checking quick-error v1.2.3 |
2164 | 2025-02-13T04:34:31.210Z | Checking dyn-clone v1.0.17 |
2165 | 2025-02-13T04:34:31.298Z | Checking base16ct v0.2.0 |
2166 | 2025-02-13T04:34:31.357Z | Checking is_terminal_polyfill v1.70.1 |
2167 | 2025-02-13T04:34:31.490Z | Checking psl-types v2.0.11 |
2168 | 2025-02-13T04:34:31.505Z | Checking fallible-iterator v0.2.0 |
2169 | 2025-02-13T04:34:31.594Z | Checking utf-8 v0.7.6 |
2170 | 2025-02-13T04:34:31.675Z | Checking publicsuffix v2.3.0 |
2171 | 2025-02-13T04:34:31.814Z | Checking tungstenite v0.24.0 |
2172 | 2025-02-13T04:34:31.950Z | Checking sec1 v0.7.3 |
2173 | 2025-02-13T04:34:32.066Z | Checking postgres-protocol v0.6.7 |
2174 | 2025-02-13T04:34:32.339Z | Checking anstream v0.6.15 |
2175 | 2025-02-13T04:34:32.382Z | Checking hyper-util v0.1.10 |
2176 | 2025-02-13T04:34:32.676Z | Checking tokio-rustls v0.25.0 |
2177 | 2025-02-13T04:34:32.676Z | Checking schemars v0.8.21 |
2178 | 2025-02-13T04:34:32.716Z | Checking resolv-conf v0.7.0 |
2179 | 2025-02-13T04:34:32.744Z | Checking lru-cache v0.1.2 |
2180 | 2025-02-13T04:34:32.931Z | Checking slog-async v2.8.0 |
2181 | 2025-02-13T04:34:33.056Z | Checking usdt v0.5.0 |
2182 | 2025-02-13T04:34:33.059Z | Checking heapless v0.7.17 |
2183 | 2025-02-13T04:34:33.229Z | Checking slog-term v2.9.1 |
2184 | 2025-02-13T04:34:33.308Z | Checking num-iter v0.1.45 |
2185 | 2025-02-13T04:34:33.429Z | Checking toml v0.8.19 |
2186 | 2025-02-13T04:34:33.489Z | Checking group v0.13.0 |
2187 | 2025-02-13T04:34:33.742Z | Checking futures v0.3.31 |
2188 | 2025-02-13T04:34:33.765Z | Checking slog-bunyan v2.5.0 |
2189 | 2025-02-13T04:34:33.851Z | Checking tokio-native-tls v0.3.1 |
2190 | 2025-02-13T04:34:33.928Z | Checking rayon-core v1.12.1 |
2191 | 2025-02-13T04:34:34.000Z | Checking multer v3.1.0 |
2192 | 2025-02-13T04:34:34.108Z | Checking hickory-proto v0.24.3 |
2193 | 2025-02-13T04:34:34.147Z | Checking terminal_size v0.4.0 |
2194 | 2025-02-13T04:34:34.299Z | Checking phf_shared v0.11.2 |
2195 | 2025-02-13T04:34:34.318Z | Checking cookie v0.18.1 |
2196 | 2025-02-13T04:34:34.385Z | Checking async-stream v0.3.6 |
2197 | 2025-02-13T04:34:34.408Z | Checking tokio-rustls v0.26.0 |
2198 | 2025-02-13T04:34:34.467Z | Checking bzip2-sys v0.1.11+1.0.8 |
2199 | 2025-02-13T04:34:34.538Z | Checking camino v1.1.9 |
2200 | 2025-02-13T04:34:34.562Z | Checking waitgroup v0.1.2 |
2201 | 2025-02-13T04:34:34.581Z | Checking signal-hook v0.3.17 |
2202 | 2025-02-13T04:34:34.595Z | Checking openapiv3 v2.0.0 |
2203 | 2025-02-13T04:34:34.708Z | Checking webpki-roots v0.26.6 |
2204 | 2025-02-13T04:34:34.735Z | Checking serde_path_to_error v0.1.16 |
2205 | 2025-02-13T04:34:34.781Z | Checking hkdf v0.12.4 |
2206 | 2025-02-13T04:34:34.917Z | Checking crypto-bigint v0.5.5 |
2207 | 2025-02-13T04:34:34.933Z | Checking lazy_static v1.5.0 |
2208 | 2025-02-13T04:34:34.978Z | Checking hostname v0.4.0 |
2209 | 2025-02-13T04:34:35.038Z | Checking crc32fast v1.4.2 |
2210 | 2025-02-13T04:34:35.062Z | Checking unicode-width v0.2.0 |
2211 | 2025-02-13T04:34:35.131Z | Checking clap_lex v0.7.4 |
2212 | 2025-02-13T04:34:35.275Z | Checking debug-ignore v1.0.5 |
2213 | 2025-02-13T04:34:35.305Z | Checking bitflags v1.3.2 |
2214 | 2025-02-13T04:34:35.382Z | Checking winnow v0.5.40 |
2215 | 2025-02-13T04:34:35.405Z | Checking managed v0.8.0 |
2216 | 2025-02-13T04:34:35.421Z | Checking strsim v0.11.1 |
2217 | 2025-02-13T04:34:35.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2218 | 2025-02-13T04:34:35.710Z | Checking clap_builder v4.5.27 |
2219 | 2025-02-13T04:34:35.782Z | Checking smoltcp v0.9.1 |
2220 | 2025-02-13T04:34:35.832Z | Checking console v0.15.10 |
2221 | 2025-02-13T04:34:36.403Z | Checking flate2 v1.0.35 |
2222 | 2025-02-13T04:34:36.668Z | Checking backtrace v0.3.74 |
2223 | 2025-02-13T04:34:37.037Z | Checking num-bigint-dig v0.8.4 |
2224 | 2025-02-13T04:34:37.117Z | Checking signal-hook-mio v0.2.4 |
2225 | 2025-02-13T04:34:37.236Z | Checking anyhow v1.0.95 |
2226 | 2025-02-13T04:34:37.262Z | Checking hyper-rustls v0.27.3 |
2227 | 2025-02-13T04:34:37.600Z | Checking cookie_store v0.21.1 |
2228 | 2025-02-13T04:34:37.617Z | Checking bzip2 v0.4.4 |
2229 | 2025-02-13T04:34:37.625Z | Checking elliptic-curve v0.13.8 |
2230 | 2025-02-13T04:34:37.753Z | Checking dropshot v0.12.0 |
2231 | 2025-02-13T04:34:37.891Z | Checking phf v0.11.2 |
2232 | 2025-02-13T04:34:38.150Z | Checking toml_edit v0.19.15 |
2233 | 2025-02-13T04:34:38.168Z | Checking rayon v1.10.0 |
2234 | 2025-02-13T04:34:38.260Z | Checking hyper-tls v0.6.0 |
2235 | 2025-02-13T04:34:38.276Z | Checking postgres-types v0.2.8 |
2236 | 2025-02-13T04:34:38.535Z | Checking tokio-tungstenite v0.24.0 |
2237 | 2025-02-13T04:34:38.654Z | Checking bstr v1.10.0 |
2238 | 2025-02-13T04:34:38.673Z | Checking hickory-resolver v0.24.2 |
2239 | 2025-02-13T04:34:38.929Z | Checking regex v1.11.1 |
2240 | 2025-02-13T04:34:38.991Z | Checking ed25519 v2.2.3 |
2241 | 2025-02-13T04:34:39.048Z | Checking tokio-stream v0.1.16 |
2242 | 2025-02-13T04:34:39.306Z | Checking phf_shared v0.10.0 |
2243 | 2025-02-13T04:34:39.557Z | Checking curve25519-dalek v4.1.3 |
2244 | 2025-02-13T04:34:39.701Z | Checking zerocopy v0.6.6 |
2245 | 2025-02-13T04:34:39.831Z | Checking hubpack v0.1.2 |
2246 | 2025-02-13T04:34:39.857Z | Checking portable-atomic v1.9.0 |
2247 | 2025-02-13T04:34:39.899Z | Checking pkcs1 v0.7.5 |
2248 | 2025-02-13T04:34:40.214Z | Checking float-cmp v0.9.0 |
2249 | 2025-02-13T04:34:40.217Z | Checking serde-big-array v0.5.1 |
2250 | 2025-02-13T04:34:40.292Z | Checking rfc6979 v0.4.0 |
2251 | 2025-02-13T04:34:40.418Z | Checking sync_wrapper v1.0.1 |
2252 | 2025-02-13T04:34:40.438Z | Checking fixedbitset v0.4.2 |
2253 | 2025-02-13T04:34:40.480Z | Checking bit-vec v0.6.3 |
2254 | 2025-02-13T04:34:40.531Z | Checking precomputed-hash v0.1.1 |
2255 | 2025-02-13T04:34:40.578Z | Checking unicode-segmentation v1.12.0 |
2256 | 2025-02-13T04:34:40.659Z | Checking whoami v1.5.2 |
2257 | 2025-02-13T04:34:40.717Z | Checking new_debug_unreachable v1.0.6 |
2258 | 2025-02-13T04:34:40.814Z | Checking number_prefix v0.4.0 |
2259 | 2025-02-13T04:34:40.828Z | Checking normalize-line-endings v0.3.0 |
2260 | 2025-02-13T04:34:40.830Z | Checking predicates-core v1.0.8 |
2261 | 2025-02-13T04:34:40.950Z | Checking minimal-lexical v0.2.1 |
2262 | 2025-02-13T04:34:40.966Z | Checking static_assertions v1.1.0 |
2263 | 2025-02-13T04:34:41.001Z | Checking difflib v0.4.0 |
2264 | 2025-02-13T04:34:41.022Z | Checking tokio-postgres v0.7.12 |
2265 | 2025-02-13T04:34:41.064Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2266 | 2025-02-13T04:34:41.139Z | Checking qorb v0.2.1 |
2267 | 2025-02-13T04:34:41.283Z | Checking similar v2.6.0 |
2268 | 2025-02-13T04:34:41.301Z | Checking ed25519-dalek v2.1.1 |
2269 | 2025-02-13T04:34:41.325Z | Checking predicates v3.1.2 |
2270 | 2025-02-13T04:34:41.341Z | Checking nom v7.1.3 |
2271 | 2025-02-13T04:34:41.638Z | Checking indicatif v0.17.11 |
2272 | 2025-02-13T04:34:41.700Z | Checking bit-set v0.5.3 |
2273 | 2025-02-13T04:34:41.936Z | Checking string_cache v0.8.7 |
2274 | 2025-02-13T04:34:41.969Z | Checking petgraph v0.6.5 |
2275 | 2025-02-13T04:34:42.093Z | Checking reqwest v0.12.9 |
2276 | 2025-02-13T04:34:42.220Z | Checking toml v0.7.8 |
2277 | 2025-02-13T04:34:42.365Z | Checking ecdsa v0.16.9 |
2278 | 2025-02-13T04:34:42.901Z | Checking rsa v0.9.6 |
2279 | 2025-02-13T04:34:43.071Z | Checking clap v4.5.27 |
2280 | 2025-02-13T04:34:43.197Z | Checking zip v0.6.6 |
2281 | 2025-02-13T04:34:43.651Z | Checking crossterm v0.28.1 |
2282 | 2025-02-13T04:34:43.846Z | Checking itertools v0.10.5 |
2283 | 2025-02-13T04:34:43.863Z | Checking itertools v0.12.1 |
2284 | 2025-02-13T04:34:43.879Z | Checking ahash v0.8.11 |
2285 | 2025-02-13T04:34:43.895Z | Checking fs-err v2.11.0 |
2286 | 2025-02-13T04:34:44.223Z | Checking x509-cert v0.2.5 |
2287 | 2025-02-13T04:34:44.323Z | Checking hex v0.4.3 |
2288 | 2025-02-13T04:34:44.434Z | Checking semver v1.0.24 |
2289 | 2025-02-13T04:34:44.817Z | Checking lalrpop-util v0.19.12 |
2290 | 2025-02-13T04:34:44.862Z | Checking peg-runtime v0.8.3 |
2291 | 2025-02-13T04:34:44.960Z | Checking sigpipe v0.1.3 |
2292 | 2025-02-13T04:34:45.945Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2293 | 2025-02-13T04:34:46.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
2294 | 2025-02-13T04:34:46.427Z | |
2295 | 2025-02-13T04:34:46.427Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2296 | 2025-02-13T04:34:46.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2025-02-13T04:34:46.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2025-02-13T04:34:47.072Z | Compiling hashbrown v0.14.5 |
2299 | 2025-02-13T04:34:47.194Z | Checking heck v0.5.0 |
2300 | 2025-02-13T04:34:47.208Z | Compiling unsafe-libyaml v0.2.11 |
2301 | 2025-02-13T04:34:47.222Z | Checking ipnetwork v0.20.0 |
2302 | 2025-02-13T04:34:47.236Z | Compiling ident_case v1.0.1 |
2303 | 2025-02-13T04:34:47.250Z | Checking progenitor-client v0.8.0 |
2304 | 2025-02-13T04:34:47.265Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2305 | 2025-02-13T04:34:47.365Z | Checking newtype-uuid v1.2.1 |
2306 | 2025-02-13T04:34:47.405Z | Compiling darling_core v0.20.10 |
2307 | 2025-02-13T04:34:47.561Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2308 | 2025-02-13T04:34:47.583Z | Compiling proc-macro-crate v1.3.1 |
2309 | 2025-02-13T04:34:47.636Z | Compiling structmeta-derive v0.3.0 |
2310 | 2025-02-13T04:34:47.658Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2311 | 2025-02-13T04:34:47.897Z | Compiling thiserror v2.0.11 |
2312 | 2025-02-13T04:34:47.974Z | Compiling lzma-sys v0.1.20 |
2313 | 2025-02-13T04:34:48.171Z | Compiling regress v0.10.1 |
2314 | 2025-02-13T04:34:48.517Z | Compiling serde_yaml v0.9.34+deprecated |
2315 | 2025-02-13T04:34:48.686Z | Compiling num_enum_derive v0.5.11 |
2316 | 2025-02-13T04:34:48.881Z | Compiling foreign-types-macros v0.2.3 |
2317 | 2025-02-13T04:34:49.099Z | Compiling thiserror-impl v2.0.11 |
2318 | 2025-02-13T04:34:50.098Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2319 | 2025-02-13T04:34:50.243Z | Compiling structmeta v0.3.0 |
2320 | 2025-02-13T04:34:50.648Z | Compiling dropshot v0.15.1 |
2321 | 2025-02-13T04:34:50.948Z | Checking foreign-types-shared v0.3.1 |
2322 | 2025-02-13T04:34:50.963Z | Checking arc-swap v1.7.1 |
2323 | 2025-02-13T04:34:51.079Z | Checking foreign-types v0.5.0 |
2324 | 2025-02-13T04:34:51.211Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2325 | 2025-02-13T04:34:51.266Z | Checking num_enum v0.5.11 |
2326 | 2025-02-13T04:34:51.382Z | Checking slog-scope v4.4.0 |
2327 | 2025-02-13T04:34:51.428Z | Compiling parse-display-derive v0.10.0 |
2328 | 2025-02-13T04:34:51.526Z | Compiling proc-macro-error v1.0.4 |
2329 | 2025-02-13T04:34:51.725Z | Checking typify-impl v0.2.0 |
2330 | 2025-02-13T04:34:51.927Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2331 | 2025-02-13T04:34:52.147Z | Checking tungstenite v0.21.0 |
2332 | 2025-02-13T04:34:52.188Z | Compiling heck v0.3.3 |
2333 | 2025-02-13T04:34:52.412Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2334 | 2025-02-13T04:34:52.573Z | Compiling dropshot_endpoint v0.15.1 |
2335 | 2025-02-13T04:34:53.005Z | Checking cstr-argument v0.1.2 |
2336 | 2025-02-13T04:34:53.088Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2337 | 2025-02-13T04:34:53.194Z | Checking instant v0.1.13 |
2338 | 2025-02-13T04:34:53.228Z | Checking fastrand v2.1.1 |
2339 | 2025-02-13T04:34:53.322Z | Checking pretty-hex v0.2.1 |
2340 | 2025-02-13T04:34:53.502Z | Checking base64 v0.21.7 |
2341 | 2025-02-13T04:34:53.525Z | Compiling darling_macro v0.20.10 |
2342 | 2025-02-13T04:34:53.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2343 | 2025-02-13T04:34:53.912Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2344 | 2025-02-13T04:34:54.024Z | Checking tempfile v3.13.0 |
2345 | 2025-02-13T04:34:54.046Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2346 | 2025-02-13T04:34:54.065Z | Checking backoff v0.4.0 |
2347 | 2025-02-13T04:34:54.169Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2348 | 2025-02-13T04:34:54.325Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2349 | 2025-02-13T04:34:54.343Z | Checking tokio-tungstenite v0.21.0 |
2350 | 2025-02-13T04:34:54.362Z | Compiling zone_cfg_derive v0.1.2 |
2351 | 2025-02-13T04:34:54.379Z | Checking strum v0.26.3 |
2352 | 2025-02-13T04:34:54.465Z | Compiling darling v0.20.10 |
2353 | 2025-02-13T04:34:54.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2354 | 2025-02-13T04:34:54.591Z | Compiling serde_with_macros v3.11.0 |
2355 | 2025-02-13T04:34:54.619Z | Checking slog-stdlog v4.1.1 |
2356 | 2025-02-13T04:34:54.822Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2357 | 2025-02-13T04:34:54.964Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2358 | 2025-02-13T04:34:55.136Z | Checking regress v0.9.1 |
2359 | 2025-02-13T04:34:55.166Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2360 | 2025-02-13T04:34:55.294Z | Checking progenitor-client v0.9.1 |
2361 | 2025-02-13T04:34:55.392Z | Checking parse-display v0.10.0 |
2362 | 2025-02-13T04:34:55.450Z | Checking colored v2.1.0 |
2363 | 2025-02-13T04:34:55.626Z | Checking macaddr v1.0.1 |
2364 | 2025-02-13T04:34:55.683Z | Checking base64 v0.13.1 |
2365 | 2025-02-13T04:34:55.707Z | Checking unicode-width v0.1.14 |
2366 | 2025-02-13T04:34:55.951Z | Checking zone v0.1.8 |
2367 | 2025-02-13T04:34:56.083Z | Checking ron v0.7.1 |
2368 | 2025-02-13T04:34:56.205Z | Checking tabwriter v1.4.0 |
2369 | 2025-02-13T04:34:56.464Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2370 | 2025-02-13T04:34:56.630Z | Checking xz2 v0.1.7 |
2371 | 2025-02-13T04:34:56.925Z | Checking slog-envlogger v2.2.0 |
2372 | 2025-02-13T04:34:56.928Z | Checking xattr v1.3.1 |
2373 | 2025-02-13T04:34:57.114Z | Checking serde_with v3.11.0 |
2374 | 2025-02-13T04:34:57.147Z | Checking pem v3.0.4 |
2375 | 2025-02-13T04:34:57.164Z | Checking yasna v0.5.2 |
2376 | 2025-02-13T04:34:57.167Z | Checking headers-core v0.3.0 |
2377 | 2025-02-13T04:34:57.333Z | Checking smf v0.2.3 |
2378 | 2025-02-13T04:34:57.417Z | Checking filetime v0.2.25 |
2379 | 2025-02-13T04:34:57.537Z | Checking same-file v1.0.6 |
2380 | 2025-02-13T04:34:57.644Z | Checking tar v0.4.42 |
2381 | 2025-02-13T04:34:57.715Z | Checking walkdir v2.5.0 |
2382 | 2025-02-13T04:34:57.778Z | Checking headers v0.4.0 |
2383 | 2025-02-13T04:34:57.989Z | Checking rcgen v0.12.1 |
2384 | 2025-02-13T04:34:58.006Z | Checking camino-tempfile v1.1.1 |
2385 | 2025-02-13T04:34:58.287Z | Checking atomicwrites v0.4.4 |
2386 | 2025-02-13T04:34:58.456Z | Checking subprocess v0.2.9 |
2387 | 2025-02-13T04:35:01.174Z | Compiling typify-macro v0.2.0 |
2388 | 2025-02-13T04:35:02.666Z | Compiling typify v0.2.0 |
2389 | 2025-02-13T04:35:02.734Z | Compiling progenitor-impl v0.8.0 |
2390 | 2025-02-13T04:35:05.144Z | Compiling progenitor-macro v0.8.0 |
2391 | 2025-02-13T04:35:08.843Z | Checking progenitor v0.8.0 |
2392 | 2025-02-13T04:35:08.975Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2025-02-13T04:35:08.977Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2394 | 2025-02-13T04:35:11.461Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2395 | 2025-02-13T04:35:11.768Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2396 | 2025-02-13T04:35:17.766Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2397 | 2025-02-13T04:35:19.273Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2398 | 2025-02-13T04:35:20.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s |
2399 | 2025-02-13T04:35:20.644Z | |
2400 | 2025-02-13T04:35:20.644Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2401 | 2025-02-13T04:35:21.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2025-02-13T04:35:21.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2025-02-13T04:35:21.289Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2404 | 2025-02-13T04:35:22.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
2405 | 2025-02-13T04:35:22.802Z | |
2406 | 2025-02-13T04:35:22.802Z | info: running `cargo check --bins` on nexus-config (51/199) |
2407 | 2025-02-13T04:35:23.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2025-02-13T04:35:23.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2025-02-13T04:35:23.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2025-02-13T04:35:23.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2411 | 2025-02-13T04:35:23.413Z | |
2412 | 2025-02-13T04:35:23.413Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2413 | 2025-02-13T04:35:23.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2025-02-13T04:35:23.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2025-02-13T04:35:23.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2025-02-13T04:35:23.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2417 | 2025-02-13T04:35:24.007Z | |
2418 | 2025-02-13T04:35:24.007Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2419 | 2025-02-13T04:35:24.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2025-02-13T04:35:24.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2025-02-13T04:35:24.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2025-02-13T04:35:24.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2423 | 2025-02-13T04:35:24.603Z | |
2424 | 2025-02-13T04:35:24.603Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2425 | 2025-02-13T04:35:25.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2025-02-13T04:35:25.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2025-02-13T04:35:25.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2025-02-13T04:35:25.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2429 | 2025-02-13T04:35:25.213Z | |
2430 | 2025-02-13T04:35:25.213Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2431 | 2025-02-13T04:35:25.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2025-02-13T04:35:25.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2025-02-13T04:35:25.883Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2434 | 2025-02-13T04:35:25.994Z | Compiling ipnetwork v0.20.0 |
2435 | 2025-02-13T04:35:25.994Z | Compiling zerocopy v0.8.10 |
2436 | 2025-02-13T04:35:25.996Z | Compiling progenitor-client v0.8.0 |
2437 | 2025-02-13T04:35:25.997Z | Compiling itertools v0.13.0 |
2438 | 2025-02-13T04:35:25.997Z | Compiling zerocopy-derive v0.8.10 |
2439 | 2025-02-13T04:35:25.997Z | Compiling heapless v0.8.0 |
2440 | 2025-02-13T04:35:26.007Z | Compiling thiserror v2.0.11 |
2441 | 2025-02-13T04:35:26.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2442 | 2025-02-13T04:35:26.261Z | Checking hash32 v0.3.1 |
2443 | 2025-02-13T04:35:26.451Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2444 | 2025-02-13T04:35:26.473Z | Compiling progenitor v0.8.0 |
2445 | 2025-02-13T04:35:26.681Z | Compiling instant v0.1.13 |
2446 | 2025-02-13T04:35:26.797Z | Compiling smoltcp v0.11.0 |
2447 | 2025-02-13T04:35:27.126Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
2448 | 2025-02-13T04:35:27.160Z | Compiling backoff v0.4.0 |
2449 | 2025-02-13T04:35:27.160Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2450 | 2025-02-13T04:35:27.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2451 | 2025-02-13T04:35:27.176Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2452 | 2025-02-13T04:35:27.185Z | Compiling dropshot v0.15.1 |
2453 | 2025-02-13T04:35:27.451Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2454 | 2025-02-13T04:35:27.576Z | Compiling serde_with v3.11.0 |
2455 | 2025-02-13T04:35:27.647Z | Compiling parse-display v0.10.0 |
2456 | 2025-02-13T04:35:27.676Z | Checking num-rational v0.4.2 |
2457 | 2025-02-13T04:35:28.262Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2458 | 2025-02-13T04:35:28.311Z | Compiling progenitor-client v0.9.1 |
2459 | 2025-02-13T04:35:28.847Z | Compiling regress v0.9.1 |
2460 | 2025-02-13T04:35:28.889Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2461 | 2025-02-13T04:35:29.943Z | Compiling phf_generator v0.11.2 |
2462 | 2025-02-13T04:35:30.137Z | Checking num-complex v0.4.6 |
2463 | 2025-02-13T04:35:31.012Z | Compiling macaddr v1.0.1 |
2464 | 2025-02-13T04:35:31.427Z | Checking cobs v0.2.3 |
2465 | 2025-02-13T04:35:31.430Z | Checking num v0.4.3 |
2466 | 2025-02-13T04:35:31.564Z | Compiling phf_codegen v0.11.2 |
2467 | 2025-02-13T04:35:31.631Z | Checking postcard v1.0.10 |
2468 | 2025-02-13T04:35:32.053Z | Compiling parse-zoneinfo v0.3.1 |
2469 | 2025-02-13T04:35:32.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2470 | 2025-02-13T04:35:32.495Z | Checking float-ord v0.3.2 |
2471 | 2025-02-13T04:35:33.727Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2472 | 2025-02-13T04:35:33.769Z | Compiling convert_case v0.4.0 |
2473 | 2025-02-13T04:35:34.085Z | Compiling chrono-tz-build v0.4.0 |
2474 | 2025-02-13T04:35:34.591Z | Compiling derive_more v0.99.18 |
2475 | 2025-02-13T04:35:34.673Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2476 | 2025-02-13T04:35:34.696Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2477 | 2025-02-13T04:35:34.964Z | Compiling crucible-workspace-hack v0.1.0 |
2478 | 2025-02-13T04:35:35.260Z | Compiling chrono-tz v0.10.1 |
2479 | 2025-02-13T04:35:35.308Z | Checking newline-converter v0.3.0 |
2480 | 2025-02-13T04:35:35.525Z | Checking prettyplease v0.2.25 |
2481 | 2025-02-13T04:35:35.748Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2482 | 2025-02-13T04:35:35.898Z | Compiling slog-dtrace v0.3.0 |
2483 | 2025-02-13T04:35:36.045Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2484 | 2025-02-13T04:35:36.401Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2485 | 2025-02-13T04:35:36.579Z | Checking expectorate v1.1.0 |
2486 | 2025-02-13T04:35:36.751Z | Compiling zone_cfg_derive v0.3.0 |
2487 | 2025-02-13T04:35:37.145Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2488 | 2025-02-13T04:35:37.519Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2489 | 2025-02-13T04:35:37.861Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2490 | 2025-02-13T04:35:38.178Z | Compiling const_format_proc_macros v0.2.34 |
2491 | 2025-02-13T04:35:38.193Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2492 | 2025-02-13T04:35:38.212Z | Compiling num-derive v0.4.2 |
2493 | 2025-02-13T04:35:38.454Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2494 | 2025-02-13T04:35:38.545Z | Checking highway v1.2.0 |
2495 | 2025-02-13T04:35:39.024Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2496 | 2025-02-13T04:35:39.216Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2497 | 2025-02-13T04:35:39.349Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2498 | 2025-02-13T04:35:39.474Z | Checking zone v0.3.0 |
2499 | 2025-02-13T04:35:39.898Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2500 | 2025-02-13T04:35:40.150Z | Checking const_format v0.2.34 |
2501 | 2025-02-13T04:35:40.500Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2502 | 2025-02-13T04:35:40.560Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2503 | 2025-02-13T04:35:40.585Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2504 | 2025-02-13T04:35:40.601Z | Checking gethostname v0.5.0 |
2505 | 2025-02-13T04:35:40.719Z | Checking bcs v0.1.6 |
2506 | 2025-02-13T04:35:41.005Z | Checking nanorand v0.7.0 |
2507 | 2025-02-13T04:35:41.136Z | Compiling async-recursion v1.1.1 |
2508 | 2025-02-13T04:35:41.232Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2509 | 2025-02-13T04:35:41.358Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2510 | 2025-02-13T04:35:41.413Z | Checking termtree v0.5.1 |
2511 | 2025-02-13T04:35:41.487Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2512 | 2025-02-13T04:35:41.645Z | Checking flume v0.11.1 |
2513 | 2025-02-13T04:35:43.322Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2514 | 2025-02-13T04:35:47.811Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2515 | 2025-02-13T04:35:50.995Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2516 | 2025-02-13T04:35:53.439Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2517 | 2025-02-13T04:35:54.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.47s |
2518 | 2025-02-13T04:35:54.875Z | |
2519 | 2025-02-13T04:35:54.875Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2520 | 2025-02-13T04:35:55.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-02-13T04:35:55.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-02-13T04:35:55.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-02-13T04:35:55.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2025-02-13T04:35:55.493Z | |
2525 | 2025-02-13T04:35:55.493Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2526 | 2025-02-13T04:35:56.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-02-13T04:35:56.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-02-13T04:35:56.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-02-13T04:35:56.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2025-02-13T04:35:56.106Z | |
2531 | 2025-02-13T04:35:56.107Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2532 | 2025-02-13T04:35:56.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-02-13T04:35:56.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-02-13T04:35:56.740Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2535 | 2025-02-13T04:35:57.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2536 | 2025-02-13T04:35:57.547Z | |
2537 | 2025-02-13T04:35:57.547Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2538 | 2025-02-13T04:35:58.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-02-13T04:35:58.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-02-13T04:35:58.196Z | Compiling cfg_aliases v0.1.1 |
2541 | 2025-02-13T04:35:58.198Z | Compiling vte_generate_state_changes v0.1.2 |
2542 | 2025-02-13T04:35:58.199Z | Checking fd-lock v4.0.2 |
2543 | 2025-02-13T04:35:58.199Z | Checking nibble_vec v0.1.0 |
2544 | 2025-02-13T04:35:58.301Z | Checking endian-type v0.1.2 |
2545 | 2025-02-13T04:35:58.303Z | Checking bytecount v0.6.8 |
2546 | 2025-02-13T04:35:58.331Z | Compiling tabled_derive v0.7.0 |
2547 | 2025-02-13T04:35:58.357Z | Compiling peg-macros v0.8.4 |
2548 | 2025-02-13T04:35:58.372Z | Compiling nix v0.28.0 |
2549 | 2025-02-13T04:35:58.487Z | Checking papergrid v0.11.0 |
2550 | 2025-02-13T04:35:58.504Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2551 | 2025-02-13T04:35:58.508Z | Checking radix_trie v0.2.1 |
2552 | 2025-02-13T04:35:58.508Z | Compiling sqlparser_derive v0.2.2 |
2553 | 2025-02-13T04:35:58.870Z | Checking vte v0.11.1 |
2554 | 2025-02-13T04:35:58.893Z | Checking unicode_categories v0.1.1 |
2555 | 2025-02-13T04:35:59.208Z | Checking nu-ansi-term v0.50.1 |
2556 | 2025-02-13T04:35:59.523Z | Checking home v0.5.9 |
2557 | 2025-02-13T04:35:59.558Z | Checking sqlparser v0.45.0 |
2558 | 2025-02-13T04:35:59.665Z | Checking sqlformat v0.2.6 |
2559 | 2025-02-13T04:35:59.690Z | Checking display-error-chain v0.2.2 |
2560 | 2025-02-13T04:36:00.311Z | Checking strip-ansi-escapes v0.2.0 |
2561 | 2025-02-13T04:36:00.455Z | Checking reedline v0.35.0 |
2562 | 2025-02-13T04:36:00.544Z | Checking tabled v0.15.0 |
2563 | 2025-02-13T04:36:00.863Z | Checking peg v0.8.4 |
2564 | 2025-02-13T04:36:01.224Z | Checking rustyline v14.0.0 |
2565 | 2025-02-13T04:36:10.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
2566 | 2025-02-13T04:36:10.359Z | |
2567 | 2025-02-13T04:36:10.359Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2568 | 2025-02-13T04:36:10.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-02-13T04:36:10.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-02-13T04:36:11.011Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2571 | 2025-02-13T04:36:16.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2572 | 2025-02-13T04:36:16.222Z | |
2573 | 2025-02-13T04:36:16.222Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2574 | 2025-02-13T04:36:16.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-02-13T04:36:16.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-02-13T04:36:16.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2577 | 2025-02-13T04:36:20.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
2578 | 2025-02-13T04:36:20.515Z | |
2579 | 2025-02-13T04:36:20.516Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2580 | 2025-02-13T04:36:21.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-02-13T04:36:21.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-02-13T04:36:21.159Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2583 | 2025-02-13T04:36:25.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2584 | 2025-02-13T04:36:26.118Z | |
2585 | 2025-02-13T04:36:26.118Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2586 | 2025-02-13T04:36:26.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-02-13T04:36:26.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-02-13T04:36:26.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2589 | 2025-02-13T04:36:31.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
2590 | 2025-02-13T04:36:31.802Z | |
2591 | 2025-02-13T04:36:31.802Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2592 | 2025-02-13T04:36:32.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-02-13T04:36:32.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-02-13T04:36:32.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2595 | 2025-02-13T04:36:36.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2596 | 2025-02-13T04:36:36.300Z | |
2597 | 2025-02-13T04:36:36.300Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2598 | 2025-02-13T04:36:36.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-02-13T04:36:36.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-02-13T04:36:36.954Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2601 | 2025-02-13T04:36:40.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
2602 | 2025-02-13T04:36:40.858Z | |
2603 | 2025-02-13T04:36:40.858Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2604 | 2025-02-13T04:36:41.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-02-13T04:36:41.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-02-13T04:36:41.509Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2607 | 2025-02-13T04:36:46.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2608 | 2025-02-13T04:36:46.698Z | |
2609 | 2025-02-13T04:36:46.698Z | info: running `cargo check --bins` on oximeter (67/199) |
2610 | 2025-02-13T04:36:47.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-02-13T04:36:47.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-02-13T04:36:47.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-02-13T04:36:47.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2614 | 2025-02-13T04:36:47.312Z | |
2615 | 2025-02-13T04:36:47.312Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2616 | 2025-02-13T04:36:47.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-02-13T04:36:47.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-02-13T04:36:47.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-02-13T04:36:47.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2620 | 2025-02-13T04:36:47.900Z | |
2621 | 2025-02-13T04:36:47.900Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2622 | 2025-02-13T04:36:48.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-02-13T04:36:48.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-02-13T04:36:48.516Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2625 | 2025-02-13T04:36:50.509Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2626 | 2025-02-13T04:36:51.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2627 | 2025-02-13T04:36:51.617Z | |
2628 | 2025-02-13T04:36:51.617Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2629 | 2025-02-13T04:36:52.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-02-13T04:36:52.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-02-13T04:36:52.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2025-02-13T04:36:52.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2633 | 2025-02-13T04:36:52.226Z | |
2634 | 2025-02-13T04:36:52.226Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2635 | 2025-02-13T04:36:52.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-02-13T04:36:52.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-02-13T04:36:52.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2025-02-13T04:36:52.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2639 | 2025-02-13T04:36:52.835Z | |
2640 | 2025-02-13T04:36:52.835Z | info: running `cargo check --bins` on oxql-types (72/199) |
2641 | 2025-02-13T04:36:53.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2025-02-13T04:36:53.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2025-02-13T04:36:53.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2025-02-13T04:36:53.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2645 | 2025-02-13T04:36:53.443Z | |
2646 | 2025-02-13T04:36:53.443Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2647 | 2025-02-13T04:36:53.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-02-13T04:36:54.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-02-13T04:36:54.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2025-02-13T04:36:54.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2651 | 2025-02-13T04:36:54.079Z | |
2652 | 2025-02-13T04:36:54.079Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2653 | 2025-02-13T04:36:54.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-02-13T04:36:54.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-02-13T04:36:54.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-02-13T04:36:54.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2657 | 2025-02-13T04:36:54.689Z | |
2658 | 2025-02-13T04:36:54.689Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2659 | 2025-02-13T04:36:55.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-02-13T04:36:55.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-02-13T04:36:55.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2025-02-13T04:36:55.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2663 | 2025-02-13T04:36:55.313Z | |
2664 | 2025-02-13T04:36:55.313Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2665 | 2025-02-13T04:36:55.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2025-02-13T04:36:55.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2025-02-13T04:36:55.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2025-02-13T04:36:55.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2669 | 2025-02-13T04:36:55.922Z | |
2670 | 2025-02-13T04:36:55.922Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2671 | 2025-02-13T04:36:56.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2025-02-13T04:36:56.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2025-02-13T04:36:56.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2025-02-13T04:36:56.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2675 | 2025-02-13T04:36:56.535Z | |
2676 | 2025-02-13T04:36:56.535Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2677 | 2025-02-13T04:36:57.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2025-02-13T04:36:57.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2025-02-13T04:36:57.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2025-02-13T04:36:57.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2681 | 2025-02-13T04:36:57.150Z | |
2682 | 2025-02-13T04:36:57.150Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2683 | 2025-02-13T04:36:57.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-02-13T04:36:57.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-02-13T04:36:57.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-02-13T04:36:57.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2687 | 2025-02-13T04:36:57.753Z | |
2688 | 2025-02-13T04:36:57.753Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2689 | 2025-02-13T04:36:58.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-02-13T04:36:58.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-02-13T04:36:58.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-02-13T04:36:58.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2693 | 2025-02-13T04:36:58.388Z | |
2694 | 2025-02-13T04:36:58.388Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2695 | 2025-02-13T04:36:58.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-02-13T04:36:58.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-02-13T04:36:58.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-02-13T04:36:58.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2699 | 2025-02-13T04:36:59.011Z | |
2700 | 2025-02-13T04:36:59.011Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2701 | 2025-02-13T04:36:59.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-02-13T04:36:59.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-02-13T04:36:59.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-02-13T04:36:59.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2705 | 2025-02-13T04:36:59.619Z | |
2706 | 2025-02-13T04:36:59.619Z | info: running `cargo check --bins` on dpd-client (83/199) |
2707 | 2025-02-13T04:37:00.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-02-13T04:37:00.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-02-13T04:37:00.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2710 | 2025-02-13T04:37:00.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2711 | 2025-02-13T04:37:00.224Z | |
2712 | 2025-02-13T04:37:00.224Z | info: running `cargo check --bins` on gateway-client (84/199) |
2713 | 2025-02-13T04:37:00.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2025-02-13T04:37:00.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2025-02-13T04:37:00.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2716 | 2025-02-13T04:37:00.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2717 | 2025-02-13T04:37:00.822Z | |
2718 | 2025-02-13T04:37:00.822Z | info: running `cargo check --bins` on installinator-client (85/199) |
2719 | 2025-02-13T04:37:01.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2025-02-13T04:37:01.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2025-02-13T04:37:01.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2722 | 2025-02-13T04:37:01.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2723 | 2025-02-13T04:37:01.453Z | |
2724 | 2025-02-13T04:37:01.453Z | info: running `cargo check --bins` on installinator-common (86/199) |
2725 | 2025-02-13T04:37:02.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2025-02-13T04:37:02.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2025-02-13T04:37:02.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2728 | 2025-02-13T04:37:02.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2729 | 2025-02-13T04:37:02.086Z | |
2730 | 2025-02-13T04:37:02.086Z | info: running `cargo check --bins` on update-engine (87/199) |
2731 | 2025-02-13T04:37:02.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2025-02-13T04:37:02.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2025-02-13T04:37:02.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2734 | 2025-02-13T04:37:02.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2735 | 2025-02-13T04:37:02.687Z | |
2736 | 2025-02-13T04:37:02.687Z | info: running `cargo check --bins` on nexus-client (88/199) |
2737 | 2025-02-13T04:37:03.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2025-02-13T04:37:03.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2025-02-13T04:37:03.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2740 | 2025-02-13T04:37:03.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2741 | 2025-02-13T04:37:03.327Z | |
2742 | 2025-02-13T04:37:03.327Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2743 | 2025-02-13T04:37:03.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2025-02-13T04:37:03.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2025-02-13T04:37:03.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2025-02-13T04:37:03.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2747 | 2025-02-13T04:37:03.965Z | |
2748 | 2025-02-13T04:37:03.965Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2749 | 2025-02-13T04:37:04.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2025-02-13T04:37:04.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2025-02-13T04:37:04.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2752 | 2025-02-13T04:37:04.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2753 | 2025-02-13T04:37:04.572Z | |
2754 | 2025-02-13T04:37:04.572Z | info: running `cargo check --bins` on nexus-types (91/199) |
2755 | 2025-02-13T04:37:05.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2025-02-13T04:37:05.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2025-02-13T04:37:05.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2758 | 2025-02-13T04:37:05.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2759 | 2025-02-13T04:37:05.222Z | |
2760 | 2025-02-13T04:37:05.222Z | info: running `cargo check --bins` on oxide-client (92/199) |
2761 | 2025-02-13T04:37:05.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2025-02-13T04:37:05.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2025-02-13T04:37:05.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2025-02-13T04:37:05.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2765 | 2025-02-13T04:37:05.829Z | |
2766 | 2025-02-13T04:37:05.829Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2767 | 2025-02-13T04:37:06.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2025-02-13T04:37:06.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2025-02-13T04:37:06.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2025-02-13T04:37:06.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2771 | 2025-02-13T04:37:06.449Z | |
2772 | 2025-02-13T04:37:06.449Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2773 | 2025-02-13T04:37:06.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2025-02-13T04:37:06.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2025-02-13T04:37:06.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2025-02-13T04:37:06.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2777 | 2025-02-13T04:37:07.057Z | |
2778 | 2025-02-13T04:37:07.057Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2779 | 2025-02-13T04:37:07.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2025-02-13T04:37:07.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2025-02-13T04:37:07.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2025-02-13T04:37:07.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2025-02-13T04:37:07.687Z | |
2784 | 2025-02-13T04:37:07.687Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2785 | 2025-02-13T04:37:08.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-02-13T04:37:08.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-02-13T04:37:08.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-02-13T04:37:08.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2789 | 2025-02-13T04:37:08.340Z | |
2790 | 2025-02-13T04:37:08.340Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2791 | 2025-02-13T04:37:08.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-02-13T04:37:08.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-02-13T04:37:08.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-02-13T04:37:08.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2795 | 2025-02-13T04:37:08.985Z | |
2796 | 2025-02-13T04:37:08.985Z | info: running `cargo check --bins` on wicket-common (98/199) |
2797 | 2025-02-13T04:37:09.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-02-13T04:37:09.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-02-13T04:37:09.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-02-13T04:37:09.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2025-02-13T04:37:09.614Z | |
2802 | 2025-02-13T04:37:09.614Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2803 | 2025-02-13T04:37:10.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-02-13T04:37:10.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-02-13T04:37:10.254Z | Checking csv-core v0.1.11 |
2806 | 2025-02-13T04:37:10.254Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2807 | 2025-02-13T04:37:10.257Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2808 | 2025-02-13T04:37:10.257Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2809 | 2025-02-13T04:37:10.539Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2810 | 2025-02-13T04:37:10.542Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2811 | 2025-02-13T04:37:10.586Z | Checking csv v1.3.1 |
2812 | 2025-02-13T04:37:11.125Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2813 | 2025-02-13T04:37:11.465Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2814 | 2025-02-13T04:37:13.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
2815 | 2025-02-13T04:37:13.249Z | |
2816 | 2025-02-13T04:37:13.249Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2817 | 2025-02-13T04:37:13.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-02-13T04:37:13.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-02-13T04:37:13.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-02-13T04:37:13.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2821 | 2025-02-13T04:37:13.871Z | |
2822 | 2025-02-13T04:37:13.871Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2823 | 2025-02-13T04:37:14.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-02-13T04:37:14.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-02-13T04:37:14.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-02-13T04:37:14.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2827 | 2025-02-13T04:37:14.497Z | |
2828 | 2025-02-13T04:37:14.497Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2829 | 2025-02-13T04:37:15.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-02-13T04:37:15.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-02-13T04:37:15.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-02-13T04:37:15.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2833 | 2025-02-13T04:37:15.214Z | |
2834 | 2025-02-13T04:37:15.215Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2835 | 2025-02-13T04:37:15.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-02-13T04:37:15.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-02-13T04:37:15.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-02-13T04:37:15.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2839 | 2025-02-13T04:37:15.925Z | |
2840 | 2025-02-13T04:37:15.925Z | info: running `cargo check --bins` on dns-server (104/199) |
2841 | 2025-02-13T04:37:16.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-02-13T04:37:16.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-02-13T04:37:16.555Z | Compiling typify-impl v0.3.0 |
2844 | 2025-02-13T04:37:16.662Z | Compiling parking_lot_core v0.8.6 |
2845 | 2025-02-13T04:37:16.671Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2846 | 2025-02-13T04:37:16.678Z | Checking fxhash v0.2.1 |
2847 | 2025-02-13T04:37:16.686Z | Checking hickory-client v0.24.2 |
2848 | 2025-02-13T04:37:16.697Z | Checking hickory-server v0.24.2 |
2849 | 2025-02-13T04:37:17.366Z | Checking parking_lot v0.11.2 |
2850 | 2025-02-13T04:37:17.389Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2851 | 2025-02-13T04:37:17.688Z | Checking sled v0.34.7 |
2852 | 2025-02-13T04:37:22.163Z | Compiling typify-macro v0.3.0 |
2853 | 2025-02-13T04:37:23.688Z | Compiling typify v0.3.0 |
2854 | 2025-02-13T04:37:23.764Z | Compiling progenitor-impl v0.9.1 |
2855 | 2025-02-13T04:37:26.155Z | Compiling progenitor-macro v0.9.1 |
2856 | 2025-02-13T04:37:29.749Z | Checking progenitor v0.9.1 |
2857 | 2025-02-13T04:37:29.879Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2858 | 2025-02-13T04:37:30.359Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2859 | 2025-02-13T04:37:31.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s |
2860 | 2025-02-13T04:37:31.822Z | |
2861 | 2025-02-13T04:37:31.822Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2862 | 2025-02-13T04:37:32.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-02-13T04:37:32.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-02-13T04:37:32.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-02-13T04:37:32.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2866 | 2025-02-13T04:37:32.458Z | |
2867 | 2025-02-13T04:37:32.458Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2868 | 2025-02-13T04:37:33.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-02-13T04:37:33.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-02-13T04:37:33.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-02-13T04:37:33.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2872 | 2025-02-13T04:37:33.152Z | |
2873 | 2025-02-13T04:37:33.152Z | info: running `cargo check --bins` on gateway-types (107/199) |
2874 | 2025-02-13T04:37:33.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-02-13T04:37:33.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-02-13T04:37:33.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-02-13T04:37:33.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2025-02-13T04:37:33.806Z | |
2879 | 2025-02-13T04:37:33.806Z | info: running `cargo check --bins` on ipcc (108/199) |
2880 | 2025-02-13T04:37:34.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-02-13T04:37:34.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-02-13T04:37:34.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-02-13T04:37:34.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2884 | 2025-02-13T04:37:34.443Z | |
2885 | 2025-02-13T04:37:34.443Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2886 | 2025-02-13T04:37:35.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-02-13T04:37:35.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-02-13T04:37:35.163Z | Compiling semver v0.1.20 |
2889 | 2025-02-13T04:37:35.163Z | Compiling radium v0.7.0 |
2890 | 2025-02-13T04:37:35.283Z | Checking tap v1.0.1 |
2891 | 2025-02-13T04:37:35.286Z | Compiling maybe-uninit v2.0.0 |
2892 | 2025-02-13T04:37:35.304Z | Checking password-hash v0.5.0 |
2893 | 2025-02-13T04:37:35.307Z | Checking blake2 v0.10.6 |
2894 | 2025-02-13T04:37:35.307Z | Checking funty v2.0.0 |
2895 | 2025-02-13T04:37:35.307Z | Checking crc-catalog v2.4.0 |
2896 | 2025-02-13T04:37:35.441Z | Checking wyz v0.5.1 |
2897 | 2025-02-13T04:37:35.492Z | Compiling cancel-safe-futures v0.1.5 |
2898 | 2025-02-13T04:37:35.722Z | Compiling rustc_version v0.1.7 |
2899 | 2025-02-13T04:37:35.758Z | Compiling owo-colors v4.1.0 |
2900 | 2025-02-13T04:37:35.792Z | Compiling packed_struct v0.10.1 |
2901 | 2025-02-13T04:37:35.813Z | Checking argon2 v0.5.3 |
2902 | 2025-02-13T04:37:35.884Z | Checking crc v3.2.1 |
2903 | 2025-02-13T04:37:35.931Z | Compiling packed_struct_codegen v0.10.1 |
2904 | 2025-02-13T04:37:36.066Z | Checking half v2.4.1 |
2905 | 2025-02-13T04:37:36.157Z | Compiling indexmap v1.9.3 |
2906 | 2025-02-13T04:37:36.174Z | Checking bitvec v1.0.1 |
2907 | 2025-02-13T04:37:36.176Z | Compiling newtype_derive v0.1.6 |
2908 | 2025-02-13T04:37:36.234Z | Checking ciborium-io v0.2.2 |
2909 | 2025-02-13T04:37:36.335Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2910 | 2025-02-13T04:37:36.373Z | Checking nodrop v0.1.14 |
2911 | 2025-02-13T04:37:36.481Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2912 | 2025-02-13T04:37:36.516Z | Checking array-init v0.0.4 |
2913 | 2025-02-13T04:37:36.519Z | Checking ciborium-ll v0.2.2 |
2914 | 2025-02-13T04:37:36.641Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2915 | 2025-02-13T04:37:36.675Z | Checking smallvec v0.6.14 |
2916 | 2025-02-13T04:37:36.849Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2917 | 2025-02-13T04:37:37.036Z | Checking libsw v3.3.1 |
2918 | 2025-02-13T04:37:37.180Z | Compiling memoffset v0.9.1 |
2919 | 2025-02-13T04:37:37.280Z | Checking indent_write v2.2.0 |
2920 | 2025-02-13T04:37:37.310Z | Checking swrite v0.1.0 |
2921 | 2025-02-13T04:37:37.400Z | Checking linear-map v1.2.0 |
2922 | 2025-02-13T04:37:37.450Z | Checking bitfield v0.14.0 |
2923 | 2025-02-13T04:37:37.498Z | Checking termcolor v1.4.1 |
2924 | 2025-02-13T04:37:37.515Z | Checking hashbrown v0.12.3 |
2925 | 2025-02-13T04:37:37.731Z | Checking serde-hex v0.1.0 |
2926 | 2025-02-13T04:37:37.837Z | Checking ron v0.8.1 |
2927 | 2025-02-13T04:37:37.875Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2928 | 2025-02-13T04:37:37.910Z | Checking env_logger v0.10.2 |
2929 | 2025-02-13T04:37:38.059Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2930 | 2025-02-13T04:37:38.348Z | Checking ciborium v0.2.2 |
2931 | 2025-02-13T04:37:38.510Z | Checking steno v0.4.1 |
2932 | 2025-02-13T04:37:39.034Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2933 | 2025-02-13T04:37:39.329Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2934 | 2025-02-13T04:37:39.344Z | Checking hashbrown v0.13.2 |
2935 | 2025-02-13T04:37:39.413Z | Checking humantime v2.1.0 |
2936 | 2025-02-13T04:37:39.586Z | Checking crc-any v2.5.0 |
2937 | 2025-02-13T04:37:39.717Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2938 | 2025-02-13T04:37:39.958Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2939 | 2025-02-13T04:37:40.111Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2940 | 2025-02-13T04:37:40.227Z | Checking object v0.30.4 |
2941 | 2025-02-13T04:37:40.425Z | Checking path-slash v0.1.5 |
2942 | 2025-02-13T04:37:40.510Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2943 | 2025-02-13T04:37:40.656Z | Checking nix v0.27.1 |
2944 | 2025-02-13T04:37:40.688Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2945 | 2025-02-13T04:37:40.983Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2946 | 2025-02-13T04:37:41.229Z | Checking tungstenite v0.23.0 |
2947 | 2025-02-13T04:37:41.386Z | Checking kstat-rs v0.2.4 |
2948 | 2025-02-13T04:37:41.615Z | Checking signal-hook-tokio v0.3.1 |
2949 | 2025-02-13T04:37:41.734Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2950 | 2025-02-13T04:37:42.018Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2951 | 2025-02-13T04:37:42.095Z | Checking tokio-tungstenite v0.23.1 |
2952 | 2025-02-13T04:37:42.949Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2953 | 2025-02-13T04:37:43.014Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2954 | 2025-02-13T04:37:49.286Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2955 | 2025-02-13T04:37:50.615Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2956 | 2025-02-13T04:37:53.323Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2957 | 2025-02-13T04:37:58.523Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2958 | 2025-02-13T04:37:59.239Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2959 | 2025-02-13T04:38:02.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
2960 | 2025-02-13T04:38:02.190Z | |
2961 | 2025-02-13T04:38:02.190Z | info: running `cargo check --bins` on gateway-api (110/199) |
2962 | 2025-02-13T04:38:02.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2025-02-13T04:38:02.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2025-02-13T04:38:02.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2025-02-13T04:38:02.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2966 | 2025-02-13T04:38:02.800Z | |
2967 | 2025-02-13T04:38:02.800Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2968 | 2025-02-13T04:38:03.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2025-02-13T04:38:03.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2025-02-13T04:38:03.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2025-02-13T04:38:03.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2972 | 2025-02-13T04:38:03.393Z | |
2973 | 2025-02-13T04:38:03.393Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2974 | 2025-02-13T04:38:03.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-02-13T04:38:03.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-02-13T04:38:03.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-02-13T04:38:03.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2978 | 2025-02-13T04:38:04.044Z | |
2979 | 2025-02-13T04:38:04.044Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2980 | 2025-02-13T04:38:04.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-02-13T04:38:04.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-02-13T04:38:04.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2025-02-13T04:38:04.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2984 | 2025-02-13T04:38:04.680Z | |
2985 | 2025-02-13T04:38:04.680Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2986 | 2025-02-13T04:38:05.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2025-02-13T04:38:05.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2025-02-13T04:38:05.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2025-02-13T04:38:05.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2990 | 2025-02-13T04:38:05.321Z | |
2991 | 2025-02-13T04:38:05.321Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2992 | 2025-02-13T04:38:05.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2025-02-13T04:38:05.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2025-02-13T04:38:05.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2025-02-13T04:38:05.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2996 | 2025-02-13T04:38:05.935Z | |
2997 | 2025-02-13T04:38:05.935Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2998 | 2025-02-13T04:38:06.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2025-02-13T04:38:06.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2025-02-13T04:38:06.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2025-02-13T04:38:06.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3002 | 2025-02-13T04:38:06.556Z | |
3003 | 2025-02-13T04:38:06.556Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3004 | 2025-02-13T04:38:07.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-02-13T04:38:07.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-02-13T04:38:07.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-02-13T04:38:07.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3008 | 2025-02-13T04:38:07.176Z | |
3009 | 2025-02-13T04:38:07.176Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3010 | 2025-02-13T04:38:07.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-02-13T04:38:07.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-02-13T04:38:07.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-02-13T04:38:07.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3014 | 2025-02-13T04:38:07.815Z | |
3015 | 2025-02-13T04:38:07.815Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3016 | 2025-02-13T04:38:08.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-02-13T04:38:08.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-02-13T04:38:08.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-02-13T04:38:08.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3020 | 2025-02-13T04:38:08.446Z | |
3021 | 2025-02-13T04:38:08.446Z | info: running `cargo check --bins` on sp-sim (120/199) |
3022 | 2025-02-13T04:38:08.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-02-13T04:38:08.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-02-13T04:38:09.088Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3025 | 2025-02-13T04:38:09.531Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3026 | 2025-02-13T04:38:11.248Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3027 | 2025-02-13T04:38:12.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3028 | 2025-02-13T04:38:13.017Z | |
3029 | 2025-02-13T04:38:13.018Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3030 | 2025-02-13T04:38:13.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-02-13T04:38:13.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-02-13T04:38:13.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-02-13T04:38:13.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3034 | 2025-02-13T04:38:13.686Z | |
3035 | 2025-02-13T04:38:13.686Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3036 | 2025-02-13T04:38:14.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-02-13T04:38:14.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-02-13T04:38:14.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-02-13T04:38:14.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3040 | 2025-02-13T04:38:14.361Z | |
3041 | 2025-02-13T04:38:14.361Z | info: running `cargo check --bins` on db-macros (123/199) |
3042 | 2025-02-13T04:38:14.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-02-13T04:38:14.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-02-13T04:38:14.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-02-13T04:38:14.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3046 | 2025-02-13T04:38:14.962Z | |
3047 | 2025-02-13T04:38:14.962Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3048 | 2025-02-13T04:38:15.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-02-13T04:38:15.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-02-13T04:38:15.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-02-13T04:38:15.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3052 | 2025-02-13T04:38:15.564Z | |
3053 | 2025-02-13T04:38:15.564Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3054 | 2025-02-13T04:38:16.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-02-13T04:38:16.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-02-13T04:38:16.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-02-13T04:38:16.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3058 | 2025-02-13T04:38:16.230Z | |
3059 | 2025-02-13T04:38:16.230Z | info: running `cargo check --bins` on authz-macros (126/199) |
3060 | 2025-02-13T04:38:16.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-02-13T04:38:16.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-02-13T04:38:16.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-02-13T04:38:16.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3064 | 2025-02-13T04:38:16.830Z | |
3065 | 2025-02-13T04:38:16.830Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3066 | 2025-02-13T04:38:17.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-02-13T04:38:17.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-02-13T04:38:17.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-02-13T04:38:17.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3070 | 2025-02-13T04:38:17.485Z | |
3071 | 2025-02-13T04:38:17.485Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3072 | 2025-02-13T04:38:18.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-02-13T04:38:18.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-02-13T04:38:18.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-02-13T04:38:18.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3076 | 2025-02-13T04:38:18.131Z | |
3077 | 2025-02-13T04:38:18.131Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3078 | 2025-02-13T04:38:18.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-02-13T04:38:18.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-02-13T04:38:18.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-02-13T04:38:18.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3082 | 2025-02-13T04:38:18.738Z | |
3083 | 2025-02-13T04:38:18.739Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3084 | 2025-02-13T04:38:19.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-02-13T04:38:19.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-02-13T04:38:19.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-02-13T04:38:19.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3088 | 2025-02-13T04:38:19.378Z | |
3089 | 2025-02-13T04:38:19.378Z | info: running `cargo check --bins` on typed-rng (131/199) |
3090 | 2025-02-13T04:38:19.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-02-13T04:38:19.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-02-13T04:38:19.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-02-13T04:38:19.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3094 | 2025-02-13T04:38:19.981Z | |
3095 | 2025-02-13T04:38:19.981Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3096 | 2025-02-13T04:38:20.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-02-13T04:38:20.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-02-13T04:38:20.735Z | Checking keccak v0.1.5 |
3099 | 2025-02-13T04:38:20.848Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3100 | 2025-02-13T04:38:20.852Z | Checking secrecy v0.8.0 |
3101 | 2025-02-13T04:38:20.852Z | Compiling unicase v2.7.0 |
3102 | 2025-02-13T04:38:20.852Z | Compiling same-file v1.0.6 |
3103 | 2025-02-13T04:38:20.881Z | Compiling tempfile v3.13.0 |
3104 | 2025-02-13T04:38:20.910Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3105 | 2025-02-13T04:38:20.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3106 | 2025-02-13T04:38:21.055Z | Compiling walkdir v2.5.0 |
3107 | 2025-02-13T04:38:21.117Z | Compiling thiserror-impl-no-std v2.0.2 |
3108 | 2025-02-13T04:38:21.129Z | Checking sha3 v0.10.8 |
3109 | 2025-02-13T04:38:21.206Z | Checking universal-hash v0.5.1 |
3110 | 2025-02-13T04:38:21.225Z | Compiling blake3 v1.5.4 |
3111 | 2025-02-13T04:38:21.384Z | Checking opaque-debug v0.3.1 |
3112 | 2025-02-13T04:38:21.402Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3113 | 2025-02-13T04:38:21.435Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3114 | 2025-02-13T04:38:21.487Z | Checking poly1305 v0.8.0 |
3115 | 2025-02-13T04:38:21.537Z | Checking chacha20 v0.9.1 |
3116 | 2025-02-13T04:38:21.661Z | Checking aead v0.5.2 |
3117 | 2025-02-13T04:38:21.685Z | Compiling memmap2 v0.9.5 |
3118 | 2025-02-13T04:38:21.724Z | Compiling salty v0.3.0 |
3119 | 2025-02-13T04:38:21.876Z | Compiling libefi-sys v0.1.0 |
3120 | 2025-02-13T04:38:21.895Z | Compiling arrayref v0.3.9 |
3121 | 2025-02-13T04:38:21.984Z | Compiling arrayvec v0.7.6 |
3122 | 2025-02-13T04:38:22.006Z | Compiling constant_time_eq v0.3.1 |
3123 | 2025-02-13T04:38:22.102Z | Checking chacha20poly1305 v0.10.1 |
3124 | 2025-02-13T04:38:22.196Z | Compiling toolchain_find v0.4.0 |
3125 | 2025-02-13T04:38:22.212Z | Compiling camino-tempfile v1.1.1 |
3126 | 2025-02-13T04:38:22.276Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3127 | 2025-02-13T04:38:22.372Z | Compiling bitfield-struct v0.6.2 |
3128 | 2025-02-13T04:38:22.533Z | Compiling topological-sort v0.2.2 |
3129 | 2025-02-13T04:38:22.670Z | Compiling mime_guess v2.0.5 |
3130 | 2025-02-13T04:38:22.761Z | Compiling rustfmt-wrapper v0.2.1 |
3131 | 2025-02-13T04:38:23.138Z | Compiling omicron-zone-package v0.12.0 |
3132 | 2025-02-13T04:38:23.326Z | Compiling progenitor v0.9.1 |
3133 | 2025-02-13T04:38:23.369Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3134 | 2025-02-13T04:38:23.537Z | Checking primeorder v0.13.6 |
3135 | 2025-02-13T04:38:23.625Z | Checking env_filter v0.1.2 |
3136 | 2025-02-13T04:38:23.659Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3137 | 2025-02-13T04:38:23.703Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3138 | 2025-02-13T04:38:23.875Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3139 | 2025-02-13T04:38:23.897Z | Checking env_logger v0.11.5 |
3140 | 2025-02-13T04:38:23.927Z | Checking thiserror-no-std v2.0.2 |
3141 | 2025-02-13T04:38:23.951Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3142 | 2025-02-13T04:38:23.979Z | Checking p384 v0.13.0 |
3143 | 2025-02-13T04:38:24.053Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3144 | 2025-02-13T04:38:24.072Z | Checking vsss-rs v3.3.4 |
3145 | 2025-02-13T04:38:24.262Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3146 | 2025-02-13T04:38:24.302Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3147 | 2025-02-13T04:38:24.466Z | Checking http-range v0.1.5 |
3148 | 2025-02-13T04:38:24.489Z | Checking simd-adler32 v0.3.7 |
3149 | 2025-02-13T04:38:24.595Z | Compiling zip v2.1.3 |
3150 | 2025-02-13T04:38:24.667Z | Checking lockfree-object-pool v0.1.6 |
3151 | 2025-02-13T04:38:24.700Z | Checking bumpalo v3.16.0 |
3152 | 2025-02-13T04:38:24.843Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3153 | 2025-02-13T04:38:24.961Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3154 | 2025-02-13T04:38:25.021Z | Checking zopfli v0.8.1 |
3155 | 2025-02-13T04:38:25.123Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3156 | 2025-02-13T04:38:25.429Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3157 | 2025-02-13T04:38:25.550Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3158 | 2025-02-13T04:38:25.678Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3159 | 2025-02-13T04:38:25.747Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3160 | 2025-02-13T04:38:25.941Z | Checking atty v0.2.14 |
3161 | 2025-02-13T04:38:26.081Z | Checking glob v0.3.2 |
3162 | 2025-02-13T04:38:26.151Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3163 | 2025-02-13T04:38:26.229Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3164 | 2025-02-13T04:38:26.277Z | Checking hyper-staticfile v0.10.1 |
3165 | 2025-02-13T04:38:26.411Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3166 | 2025-02-13T04:38:26.804Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3167 | 2025-02-13T04:38:27.529Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3168 | 2025-02-13T04:38:27.649Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3169 | 2025-02-13T04:38:27.847Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3170 | 2025-02-13T04:38:27.866Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3171 | 2025-02-13T04:38:28.067Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3172 | 2025-02-13T04:38:28.220Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3173 | 2025-02-13T04:38:28.443Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3174 | 2025-02-13T04:38:28.734Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3175 | 2025-02-13T04:38:28.819Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3176 | 2025-02-13T04:38:29.048Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3177 | 2025-02-13T04:38:29.463Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3178 | 2025-02-13T04:38:32.347Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3179 | 2025-02-13T04:38:32.347Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3180 | 2025-02-13T04:38:40.832Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-02-13T04:38:53.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.67s |
3182 | 2025-02-13T04:38:53.861Z | |
3183 | 2025-02-13T04:38:53.861Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3184 | 2025-02-13T04:38:54.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-02-13T04:38:54.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-02-13T04:38:54.576Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-02-13T04:39:07.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3188 | 2025-02-13T04:39:07.909Z | |
3189 | 2025-02-13T04:39:07.909Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3190 | 2025-02-13T04:39:08.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-02-13T04:39:08.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-02-13T04:39:08.642Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-02-13T04:39:21.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3194 | 2025-02-13T04:39:21.953Z | |
3195 | 2025-02-13T04:39:21.953Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3196 | 2025-02-13T04:39:22.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-02-13T04:39:23.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-02-13T04:39:23.557Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-02-13T04:39:35.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
3200 | 2025-02-13T04:39:35.794Z | |
3201 | 2025-02-13T04:39:35.794Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3202 | 2025-02-13T04:39:36.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-02-13T04:39:36.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-02-13T04:39:36.518Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-02-13T04:39:49.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
3206 | 2025-02-13T04:39:50.052Z | |
3207 | 2025-02-13T04:39:50.052Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3208 | 2025-02-13T04:39:50.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-02-13T04:39:50.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-02-13T04:39:50.780Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3211 | 2025-02-13T04:40:03.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
3212 | 2025-02-13T04:40:03.981Z | |
3213 | 2025-02-13T04:40:03.981Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3214 | 2025-02-13T04:40:04.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-02-13T04:40:04.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-02-13T04:40:04.696Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3217 | 2025-02-13T04:40:17.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
3218 | 2025-02-13T04:40:17.869Z | |
3219 | 2025-02-13T04:40:17.869Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3220 | 2025-02-13T04:40:18.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-02-13T04:40:18.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-02-13T04:40:18.601Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3223 | 2025-02-13T04:40:31.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
3224 | 2025-02-13T04:40:31.861Z | |
3225 | 2025-02-13T04:40:31.861Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3226 | 2025-02-13T04:40:32.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-02-13T04:40:32.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-02-13T04:40:32.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-02-13T04:40:32.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3230 | 2025-02-13T04:40:32.500Z | |
3231 | 2025-02-13T04:40:32.500Z | info: running `cargo check --bins` on key-manager (141/199) |
3232 | 2025-02-13T04:40:33.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-02-13T04:40:33.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-02-13T04:40:33.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-02-13T04:40:33.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3236 | 2025-02-13T04:40:33.109Z | |
3237 | 2025-02-13T04:40:33.109Z | info: running `cargo check --bins` on range-requests (142/199) |
3238 | 2025-02-13T04:40:33.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-02-13T04:40:33.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-02-13T04:40:33.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-02-13T04:40:33.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3242 | 2025-02-13T04:40:33.704Z | |
3243 | 2025-02-13T04:40:33.704Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3244 | 2025-02-13T04:40:34.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-02-13T04:40:34.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-02-13T04:40:34.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-02-13T04:40:34.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3248 | 2025-02-13T04:40:34.324Z | |
3249 | 2025-02-13T04:40:34.324Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3250 | 2025-02-13T04:40:34.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-02-13T04:40:34.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-02-13T04:40:34.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-02-13T04:40:34.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3254 | 2025-02-13T04:40:34.976Z | |
3255 | 2025-02-13T04:40:34.976Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3256 | 2025-02-13T04:40:35.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-02-13T04:40:35.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-02-13T04:40:35.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-02-13T04:40:35.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3260 | 2025-02-13T04:40:35.570Z | |
3261 | 2025-02-13T04:40:35.571Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3262 | 2025-02-13T04:40:36.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-02-13T04:40:36.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-02-13T04:40:36.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-02-13T04:40:36.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3266 | 2025-02-13T04:40:36.198Z | |
3267 | 2025-02-13T04:40:36.199Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3268 | 2025-02-13T04:40:36.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-02-13T04:40:36.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-02-13T04:40:36.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-02-13T04:40:36.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3272 | 2025-02-13T04:40:36.835Z | |
3273 | 2025-02-13T04:40:36.835Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3274 | 2025-02-13T04:40:37.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-02-13T04:40:37.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-02-13T04:40:37.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-02-13T04:40:37.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3278 | 2025-02-13T04:40:37.470Z | |
3279 | 2025-02-13T04:40:37.470Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3280 | 2025-02-13T04:40:38.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-02-13T04:40:38.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-02-13T04:40:38.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-02-13T04:40:38.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3284 | 2025-02-13T04:40:38.107Z | |
3285 | 2025-02-13T04:40:38.107Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3286 | 2025-02-13T04:40:38.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-02-13T04:40:38.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-02-13T04:40:38.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2025-02-13T04:40:38.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3290 | 2025-02-13T04:40:38.753Z | |
3291 | 2025-02-13T04:40:38.753Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3292 | 2025-02-13T04:40:39.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-02-13T04:40:39.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-02-13T04:40:39.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-02-13T04:40:39.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3296 | 2025-02-13T04:40:39.397Z | |
3297 | 2025-02-13T04:40:39.397Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3298 | 2025-02-13T04:40:39.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-02-13T04:40:39.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-02-13T04:40:40.074Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3301 | 2025-02-13T04:40:40.074Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3302 | 2025-02-13T04:40:40.917Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3303 | 2025-02-13T04:40:42.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3304 | 2025-02-13T04:40:43.006Z | |
3305 | 2025-02-13T04:40:43.006Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3306 | 2025-02-13T04:40:43.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-02-13T04:40:43.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-02-13T04:40:43.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-02-13T04:40:43.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3310 | 2025-02-13T04:40:43.610Z | |
3311 | 2025-02-13T04:40:43.610Z | info: running `cargo check --bins` on cert-dev (154/199) |
3312 | 2025-02-13T04:40:44.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-02-13T04:40:44.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-02-13T04:40:44.206Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3315 | 2025-02-13T04:40:44.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3316 | 2025-02-13T04:40:44.642Z | |
3317 | 2025-02-13T04:40:44.642Z | info: running `cargo check --bins` on clickana (155/199) |
3318 | 2025-02-13T04:40:45.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-02-13T04:40:45.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-02-13T04:40:45.271Z | Checking castaway v0.2.3 |
3321 | 2025-02-13T04:40:45.274Z | Checking lru v0.12.5 |
3322 | 2025-02-13T04:40:45.274Z | Compiling instability v0.3.2 |
3323 | 2025-02-13T04:40:45.274Z | Checking unicode-truncate v1.1.0 |
3324 | 2025-02-13T04:40:45.274Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3325 | 2025-02-13T04:40:45.274Z | Checking cassowary v0.3.0 |
3326 | 2025-02-13T04:40:45.508Z | Checking compact_str v0.8.0 |
3327 | 2025-02-13T04:40:46.089Z | Checking ratatui v0.28.1 |
3328 | 2025-02-13T04:40:46.973Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3329 | 2025-02-13T04:40:48.109Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3330 | 2025-02-13T04:40:48.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3331 | 2025-02-13T04:40:49.096Z | |
3332 | 2025-02-13T04:40:49.096Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3333 | 2025-02-13T04:40:49.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2025-02-13T04:40:49.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2025-02-13T04:40:49.756Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3336 | 2025-02-13T04:40:49.756Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3337 | 2025-02-13T04:40:50.737Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3338 | 2025-02-13T04:40:51.178Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3339 | 2025-02-13T04:40:51.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
3340 | 2025-02-13T04:40:51.692Z | |
3341 | 2025-02-13T04:40:51.692Z | info: running `cargo check --bins` on ch-dev (157/199) |
3342 | 2025-02-13T04:40:52.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-02-13T04:40:52.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-02-13T04:40:52.346Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3345 | 2025-02-13T04:40:53.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3346 | 2025-02-13T04:40:53.220Z | |
3347 | 2025-02-13T04:40:53.220Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3348 | 2025-02-13T04:40:53.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-02-13T04:40:53.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-02-13T04:40:53.862Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3351 | 2025-02-13T04:40:54.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3352 | 2025-02-13T04:40:54.382Z | |
3353 | 2025-02-13T04:40:54.382Z | info: running `cargo check --bins` on db-dev (159/199) |
3354 | 2025-02-13T04:40:54.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2025-02-13T04:40:54.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2025-02-13T04:40:55.025Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3357 | 2025-02-13T04:40:55.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3358 | 2025-02-13T04:40:55.900Z | |
3359 | 2025-02-13T04:40:55.900Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3360 | 2025-02-13T04:40:56.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2025-02-13T04:40:56.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2025-02-13T04:40:56.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2025-02-13T04:40:56.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3364 | 2025-02-13T04:40:56.529Z | |
3365 | 2025-02-13T04:40:56.529Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3366 | 2025-02-13T04:40:57.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2025-02-13T04:40:57.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2025-02-13T04:40:57.122Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3369 | 2025-02-13T04:40:57.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3370 | 2025-02-13T04:40:58.131Z | |
3371 | 2025-02-13T04:40:58.131Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3372 | 2025-02-13T04:40:58.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-02-13T04:40:58.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-02-13T04:40:58.728Z | Checking cargo-platform v0.1.8 |
3375 | 2025-02-13T04:40:59.004Z | Checking cargo_metadata v0.18.1 |
3376 | 2025-02-13T04:40:59.904Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3377 | 2025-02-13T04:41:00.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3378 | 2025-02-13T04:41:00.890Z | |
3379 | 2025-02-13T04:41:00.890Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3380 | 2025-02-13T04:41:01.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2025-02-13T04:41:01.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2025-02-13T04:41:01.595Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3383 | 2025-02-13T04:41:02.979Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3384 | 2025-02-13T04:41:03.524Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3385 | 2025-02-13T04:41:04.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
3386 | 2025-02-13T04:41:04.237Z | |
3387 | 2025-02-13T04:41:04.237Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3388 | 2025-02-13T04:41:04.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2025-02-13T04:41:04.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2025-02-13T04:41:05.004Z | Compiling crunchy v0.2.2 |
3391 | 2025-02-13T04:41:05.004Z | Compiling tiny-keccak v2.0.2 |
3392 | 2025-02-13T04:41:05.007Z | Compiling dsl_auto_type v0.1.2 |
3393 | 2025-02-13T04:41:05.007Z | Checking scheduled-thread-pool v0.2.7 |
3394 | 2025-02-13T04:41:05.007Z | Compiling diesel_table_macro_syntax v0.2.0 |
3395 | 2025-02-13T04:41:05.153Z | Compiling ascii-canvas v3.0.0 |
3396 | 2025-02-13T04:41:05.166Z | Compiling ena v0.14.3 |
3397 | 2025-02-13T04:41:05.169Z | Compiling diff v0.1.13 |
3398 | 2025-02-13T04:41:05.318Z | Checking r2d2 v0.8.10 |
3399 | 2025-02-13T04:41:05.427Z | Compiling regex-syntax v0.6.29 |
3400 | 2025-02-13T04:41:05.532Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3401 | 2025-02-13T04:41:05.582Z | Compiling ref-cast v1.0.23 |
3402 | 2025-02-13T04:41:05.618Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3403 | 2025-02-13T04:41:05.631Z | Compiling derive_builder_core v0.20.2 |
3404 | 2025-02-13T04:41:05.703Z | Compiling libxml v0.3.3 |
3405 | 2025-02-13T04:41:05.743Z | Compiling ref-cast-impl v1.0.23 |
3406 | 2025-02-13T04:41:05.893Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3407 | 2025-02-13T04:41:06.122Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3408 | 2025-02-13T04:41:06.144Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3409 | 2025-02-13T04:41:06.382Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3410 | 2025-02-13T04:41:06.401Z | Compiling strum_macros v0.24.3 |
3411 | 2025-02-13T04:41:06.431Z | Compiling samael v0.0.17 |
3412 | 2025-02-13T04:41:06.520Z | Compiling diesel_derives v2.2.3 |
3413 | 2025-02-13T04:41:06.747Z | Compiling indoc v1.0.9 |
3414 | 2025-02-13T04:41:07.596Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3415 | 2025-02-13T04:41:07.783Z | Compiling derive_builder_macro v0.20.2 |
3416 | 2025-02-13T04:41:07.888Z | Compiling impl-trait-for-tuples v0.2.2 |
3417 | 2025-02-13T04:41:08.472Z | Compiling oso-derive v0.27.3 |
3418 | 2025-02-13T04:41:08.621Z | Compiling lalrpop v0.19.12 |
3419 | 2025-02-13T04:41:09.237Z | Checking derive_builder v0.20.2 |
3420 | 2025-02-13T04:41:09.400Z | Checking quick-xml v0.33.0 |
3421 | 2025-02-13T04:41:09.496Z | Compiling diesel-dtrace v0.4.2 |
3422 | 2025-02-13T04:41:09.644Z | Checking maplit v1.0.2 |
3423 | 2025-02-13T04:41:09.801Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3424 | 2025-02-13T04:41:09.889Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3425 | 2025-02-13T04:41:10.174Z | Checking bb8 v0.8.5 |
3426 | 2025-02-13T04:41:10.381Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3427 | 2025-02-13T04:41:10.648Z | Checking rand_seeder v0.3.0 |
3428 | 2025-02-13T04:41:10.715Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3429 | 2025-02-13T04:41:10.801Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3430 | 2025-02-13T04:41:10.893Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3431 | 2025-02-13T04:41:11.098Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3432 | 2025-02-13T04:41:11.365Z | Checking is_ci v1.2.0 |
3433 | 2025-02-13T04:41:11.388Z | Checking unicode-linebreak v0.1.5 |
3434 | 2025-02-13T04:41:11.501Z | Checking smawk v0.3.2 |
3435 | 2025-02-13T04:41:11.718Z | Checking supports-color v3.0.1 |
3436 | 2025-02-13T04:41:11.816Z | Checking textwrap v0.16.1 |
3437 | 2025-02-13T04:41:11.950Z | Checking multimap v0.10.0 |
3438 | 2025-02-13T04:41:12.778Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3439 | 2025-02-13T04:41:14.742Z | Checking diesel v2.2.6 |
3440 | 2025-02-13T04:41:38.764Z | Compiling polar-core v0.27.3 |
3441 | 2025-02-13T04:41:39.970Z | Checking async-bb8-diesel v0.2.1 |
3442 | 2025-02-13T04:41:46.049Z | Checking oso v0.27.3 |
3443 | 2025-02-13T04:42:46.903Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3444 | 2025-02-13T04:42:53.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
3445 | 2025-02-13T04:42:53.479Z | |
3446 | 2025-02-13T04:42:53.479Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3447 | 2025-02-13T04:42:54.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3448 | 2025-02-13T04:42:54.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3449 | 2025-02-13T04:42:54.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3450 | 2025-02-13T04:42:54.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3451 | 2025-02-13T04:42:54.144Z | |
3452 | 2025-02-13T04:42:54.144Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3453 | 2025-02-13T04:42:54.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2025-02-13T04:42:54.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2025-02-13T04:42:54.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3456 | 2025-02-13T04:42:54.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3457 | 2025-02-13T04:42:54.807Z | |
3458 | 2025-02-13T04:42:54.807Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3459 | 2025-02-13T04:42:55.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3460 | 2025-02-13T04:42:55.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3461 | 2025-02-13T04:42:55.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3462 | 2025-02-13T04:42:55.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3463 | 2025-02-13T04:42:55.401Z | |
3464 | 2025-02-13T04:42:55.401Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3465 | 2025-02-13T04:42:56.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2025-02-13T04:42:56.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2025-02-13T04:42:56.188Z | Compiling libz-sys v1.1.20 |
3468 | 2025-02-13T04:42:56.191Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3469 | 2025-02-13T04:42:56.318Z | Compiling vergen v8.3.2 |
3470 | 2025-02-13T04:42:56.321Z | Compiling cargo-platform v0.1.8 |
3471 | 2025-02-13T04:42:56.321Z | Compiling pin-project-internal v1.1.6 |
3472 | 2025-02-13T04:42:56.355Z | Compiling libsqlite3-sys v0.30.1 |
3473 | 2025-02-13T04:42:56.359Z | Compiling snafu-derive v0.8.5 |
3474 | 2025-02-13T04:42:56.359Z | Compiling cfg_aliases v0.2.1 |
3475 | 2025-02-13T04:42:56.503Z | Compiling rustls v0.21.12 |
3476 | 2025-02-13T04:42:56.616Z | Compiling cargo_metadata v0.18.1 |
3477 | 2025-02-13T04:42:56.792Z | Compiling buf-list v1.0.3 |
3478 | 2025-02-13T04:42:56.851Z | Compiling nix v0.29.0 |
3479 | 2025-02-13T04:42:56.948Z | Checking globset v0.4.15 |
3480 | 2025-02-13T04:42:57.031Z | Checking olpc-cjson v0.1.4 |
3481 | 2025-02-13T04:42:57.254Z | Checking sct v0.7.1 |
3482 | 2025-02-13T04:42:57.441Z | Checking rustls-webpki v0.101.7 |
3483 | 2025-02-13T04:42:57.456Z | Checking serde_plain v1.0.2 |
3484 | 2025-02-13T04:42:57.476Z | Checking typed-path v0.9.3 |
3485 | 2025-02-13T04:42:58.006Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3486 | 2025-02-13T04:42:58.167Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3487 | 2025-02-13T04:42:58.290Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3488 | 2025-02-13T04:42:58.449Z | Checking hashlink v0.9.1 |
3489 | 2025-02-13T04:42:58.573Z | Checking parse-size v1.1.0 |
3490 | 2025-02-13T04:42:58.768Z | Checking fallible-iterator v0.3.0 |
3491 | 2025-02-13T04:42:59.031Z | Checking fallible-streaming-iterator v0.1.9 |
3492 | 2025-02-13T04:42:59.050Z | Checking pin-project v1.1.6 |
3493 | 2025-02-13T04:42:59.303Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3494 | 2025-02-13T04:42:59.339Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3495 | 2025-02-13T04:42:59.356Z | Checking rusqlite v0.32.1 |
3496 | 2025-02-13T04:42:59.646Z | Checking rustls-pemfile v1.0.4 |
3497 | 2025-02-13T04:42:59.711Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3498 | 2025-02-13T04:42:59.850Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3499 | 2025-02-13T04:43:00.144Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3500 | 2025-02-13T04:43:00.166Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3501 | 2025-02-13T04:43:00.308Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3502 | 2025-02-13T04:43:00.324Z | Checking twox-hash v2.1.0 |
3503 | 2025-02-13T04:43:00.350Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3504 | 2025-02-13T04:43:00.650Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3505 | 2025-02-13T04:43:00.778Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3506 | 2025-02-13T04:43:00.967Z | Checking tokio-rustls v0.24.1 |
3507 | 2025-02-13T04:43:01.153Z | Checking snafu v0.8.5 |
3508 | 2025-02-13T04:43:01.597Z | Checking tough v0.19.0 |
3509 | 2025-02-13T04:43:01.780Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3510 | 2025-02-13T04:43:02.108Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3511 | 2025-02-13T04:43:02.210Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3512 | 2025-02-13T04:43:02.249Z | Checking fatfs v0.3.6 |
3513 | 2025-02-13T04:43:02.608Z | Checking assert_matches v1.5.0 |
3514 | 2025-02-13T04:43:05.625Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3515 | 2025-02-13T04:43:06.852Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3516 | 2025-02-13T04:43:08.895Z | Compiling git2 v0.19.0 |
3517 | 2025-02-13T04:43:12.885Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3518 | 2025-02-13T04:44:07.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3519 | 2025-02-13T04:44:08.003Z | |
3520 | 2025-02-13T04:44:08.003Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3521 | 2025-02-13T04:44:08.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-02-13T04:44:08.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-02-13T04:44:08.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-02-13T04:44:08.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3525 | 2025-02-13T04:44:08.466Z | |
3526 | 2025-02-13T04:44:08.466Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3527 | 2025-02-13T04:44:08.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-02-13T04:44:08.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-02-13T04:44:08.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-02-13T04:44:09.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3531 | 2025-02-13T04:44:09.067Z | |
3532 | 2025-02-13T04:44:09.068Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3533 | 2025-02-13T04:44:09.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-02-13T04:44:09.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-02-13T04:44:09.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-02-13T04:44:09.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3537 | 2025-02-13T04:44:09.718Z | |
3538 | 2025-02-13T04:44:09.718Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3539 | 2025-02-13T04:44:10.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-13T04:44:10.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-13T04:44:10.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-13T04:44:10.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3543 | 2025-02-13T04:44:10.393Z | |
3544 | 2025-02-13T04:44:10.393Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3545 | 2025-02-13T04:44:10.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-13T04:44:10.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-13T04:44:10.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-13T04:44:10.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3549 | 2025-02-13T04:44:11.078Z | |
3550 | 2025-02-13T04:44:11.078Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3551 | 2025-02-13T04:44:11.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-13T04:44:11.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-13T04:44:11.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-13T04:44:11.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3555 | 2025-02-13T04:44:11.749Z | |
3556 | 2025-02-13T04:44:11.749Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3557 | 2025-02-13T04:44:12.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-13T04:44:12.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-13T04:44:12.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-02-13T04:44:12.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3561 | 2025-02-13T04:44:12.418Z | |
3562 | 2025-02-13T04:44:12.418Z | info: running `cargo check --bins` on update-common (176/199) |
3563 | 2025-02-13T04:44:12.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-02-13T04:44:12.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-02-13T04:44:12.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2025-02-13T04:44:12.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3567 | 2025-02-13T04:44:13.049Z | |
3568 | 2025-02-13T04:44:13.049Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3569 | 2025-02-13T04:44:13.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-02-13T04:44:13.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-02-13T04:44:13.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3572 | 2025-02-13T04:44:13.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3573 | 2025-02-13T04:44:13.682Z | |
3574 | 2025-02-13T04:44:13.682Z | info: running `cargo check --bins` on tufaceous (178/199) |
3575 | 2025-02-13T04:44:14.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-02-13T04:44:14.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-02-13T04:44:14.334Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3578 | 2025-02-13T04:44:14.624Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3579 | 2025-02-13T04:44:15.595Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3580 | 2025-02-13T04:44:16.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
3581 | 2025-02-13T04:44:16.563Z | |
3582 | 2025-02-13T04:44:16.564Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3583 | 2025-02-13T04:44:17.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-02-13T04:44:17.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-02-13T04:44:17.399Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3586 | 2025-02-13T04:44:17.401Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3587 | 2025-02-13T04:44:17.536Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3588 | 2025-02-13T04:44:17.540Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3589 | 2025-02-13T04:44:18.547Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3590 | 2025-02-13T04:44:44.317Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3591 | 2025-02-13T04:44:44.317Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3592 | 2025-02-13T04:44:44.320Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3593 | 2025-02-13T04:44:44.320Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3594 | 2025-02-13T04:44:44.320Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3595 | 2025-02-13T04:44:44.320Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3596 | 2025-02-13T04:44:45.195Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3597 | 2025-02-13T04:44:46.369Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3598 | 2025-02-13T04:45:26.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3599 | 2025-02-13T04:45:26.756Z | |
3600 | 2025-02-13T04:45:26.756Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3601 | 2025-02-13T04:45:27.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-02-13T04:45:27.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-02-13T04:45:27.451Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3604 | 2025-02-13T04:45:27.454Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3605 | 2025-02-13T04:45:27.454Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3606 | 2025-02-13T04:45:27.584Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3607 | 2025-02-13T04:45:27.587Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3608 | 2025-02-13T04:45:27.609Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3609 | 2025-02-13T04:45:27.612Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3610 | 2025-02-13T04:45:27.625Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3611 | 2025-02-13T04:45:27.785Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3612 | 2025-02-13T04:45:27.814Z | Checking heck v0.4.1 |
3613 | 2025-02-13T04:45:27.895Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3614 | 2025-02-13T04:45:28.057Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3615 | 2025-02-13T04:45:28.204Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3616 | 2025-02-13T04:45:28.438Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3617 | 2025-02-13T04:45:28.815Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3618 | 2025-02-13T04:45:29.047Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3619 | 2025-02-13T04:45:29.286Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3620 | 2025-02-13T04:45:30.211Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3621 | 2025-02-13T04:45:30.550Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3622 | 2025-02-13T04:45:31.026Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3623 | 2025-02-13T04:45:31.410Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3624 | 2025-02-13T04:45:32.879Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3625 | 2025-02-13T04:45:32.879Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3626 | 2025-02-13T04:45:34.689Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3627 | 2025-02-13T04:45:36.094Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3628 | 2025-02-13T04:45:41.641Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3629 | 2025-02-13T04:45:41.641Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3630 | 2025-02-13T04:45:42.839Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3631 | 2025-02-13T04:45:43.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s |
3632 | 2025-02-13T04:45:44.010Z | |
3633 | 2025-02-13T04:45:44.010Z | info: running `cargo check --bins` on installinator-api (181/199) |
3634 | 2025-02-13T04:45:44.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-02-13T04:45:44.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-02-13T04:45:44.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3637 | 2025-02-13T04:45:44.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3638 | 2025-02-13T04:45:44.637Z | |
3639 | 2025-02-13T04:45:44.637Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3640 | 2025-02-13T04:45:45.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3641 | 2025-02-13T04:45:45.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3642 | 2025-02-13T04:45:45.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3643 | 2025-02-13T04:45:45.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3644 | 2025-02-13T04:45:45.284Z | |
3645 | 2025-02-13T04:45:45.284Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3646 | 2025-02-13T04:45:45.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3647 | 2025-02-13T04:45:45.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3648 | 2025-02-13T04:45:45.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3649 | 2025-02-13T04:45:45.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3650 | 2025-02-13T04:45:45.892Z | |
3651 | 2025-02-13T04:45:45.892Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3652 | 2025-02-13T04:45:46.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3653 | 2025-02-13T04:45:46.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3654 | 2025-02-13T04:45:46.578Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3655 | 2025-02-13T04:45:46.578Z | Compiling petname v2.0.2 |
3656 | 2025-02-13T04:45:46.581Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3657 | 2025-02-13T04:45:46.581Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3658 | 2025-02-13T04:45:46.581Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3659 | 2025-02-13T04:45:46.581Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3660 | 2025-02-13T04:45:46.698Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3661 | 2025-02-13T04:45:46.722Z | Checking sync-ptr v0.1.1 |
3662 | 2025-02-13T04:45:51.711Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3663 | 2025-02-13T04:45:52.319Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3664 | 2025-02-13T04:45:53.499Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3665 | 2025-02-13T04:45:55.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3666 | 2025-02-13T04:45:55.278Z | |
3667 | 2025-02-13T04:45:55.278Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3668 | 2025-02-13T04:45:55.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3669 | 2025-02-13T04:45:55.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3670 | 2025-02-13T04:45:55.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3671 | 2025-02-13T04:45:55.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3672 | 2025-02-13T04:45:55.946Z | |
3673 | 2025-02-13T04:45:55.946Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3674 | 2025-02-13T04:45:56.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3675 | 2025-02-13T04:45:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3676 | 2025-02-13T04:45:56.623Z | Checking memmap2 v0.9.5 |
3677 | 2025-02-13T04:45:56.623Z | Checking constant_time_eq v0.3.1 |
3678 | 2025-02-13T04:45:56.625Z | Checking arrayvec v0.7.6 |
3679 | 2025-02-13T04:45:56.625Z | Checking arrayref v0.3.9 |
3680 | 2025-02-13T04:45:56.625Z | Checking topological-sort v0.2.2 |
3681 | 2025-02-13T04:45:56.625Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3682 | 2025-02-13T04:45:56.729Z | Checking shell-words v1.1.0 |
3683 | 2025-02-13T04:45:57.054Z | Checking blake3 v1.5.4 |
3684 | 2025-02-13T04:45:57.404Z | Checking omicron-zone-package v0.12.0 |
3685 | 2025-02-13T04:45:58.573Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3686 | 2025-02-13T04:45:59.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
3687 | 2025-02-13T04:45:59.716Z | |
3688 | 2025-02-13T04:45:59.716Z | info: running `cargo check --bins` on xtask (187/199) |
3689 | 2025-02-13T04:46:00.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3690 | 2025-02-13T04:46:00.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3691 | 2025-02-13T04:46:00.144Z | Checking bitflags v2.6.0 |
3692 | 2025-02-13T04:46:00.146Z | Checking serde v1.0.217 |
3693 | 2025-02-13T04:46:00.146Z | Checking thiserror v1.0.69 |
3694 | 2025-02-13T04:46:00.243Z | Checking scroll v0.12.0 |
3695 | 2025-02-13T04:46:00.246Z | Checking hashbrown v0.15.1 |
3696 | 2025-02-13T04:46:00.246Z | Checking log v0.4.22 |
3697 | 2025-02-13T04:46:00.276Z | Checking zerocopy v0.7.35 |
3698 | 2025-02-13T04:46:00.289Z | Checking syn v2.0.96 |
3699 | 2025-02-13T04:46:00.355Z | Checking pest v2.7.14 |
3700 | 2025-02-13T04:46:00.481Z | Checking rustix v0.38.37 |
3701 | 2025-02-13T04:46:00.506Z | Checking once_cell v1.20.2 |
3702 | 2025-02-13T04:46:00.708Z | Checking goblin v0.8.2 |
3703 | 2025-02-13T04:46:00.793Z | Checking fs-err v2.11.0 |
3704 | 2025-02-13T04:46:01.090Z | Checking tabled v0.15.0 |
3705 | 2025-02-13T04:46:01.193Z | Checking indexmap v2.7.1 |
3706 | 2025-02-13T04:46:01.403Z | Checking anyhow v1.0.95 |
3707 | 2025-02-13T04:46:02.316Z | Checking terminal_size v0.4.0 |
3708 | 2025-02-13T04:46:02.317Z | Checking tempfile v3.13.0 |
3709 | 2025-02-13T04:46:02.500Z | Checking clap_builder v4.5.27 |
3710 | 2025-02-13T04:46:02.968Z | Checking dtrace-parser v0.2.0 |
3711 | 2025-02-13T04:46:04.035Z | Checking serde_json v1.0.135 |
3712 | 2025-02-13T04:46:04.036Z | Checking toml_datetime v0.6.8 |
3713 | 2025-02-13T04:46:04.036Z | Checking serde_spanned v0.6.8 |
3714 | 2025-02-13T04:46:04.038Z | Checking camino v1.1.9 |
3715 | 2025-02-13T04:46:04.038Z | Checking semver v1.0.24 |
3716 | 2025-02-13T04:46:04.303Z | Checking cargo-platform v0.1.8 |
3717 | 2025-02-13T04:46:04.384Z | Checking toml_edit v0.22.22 |
3718 | 2025-02-13T04:46:04.460Z | Checking macaddr v1.0.1 |
3719 | 2025-02-13T04:46:04.615Z | Checking camino-tempfile v1.1.1 |
3720 | 2025-02-13T04:46:04.651Z | Checking clap v4.5.27 |
3721 | 2025-02-13T04:46:05.274Z | Checking dof v0.3.0 |
3722 | 2025-02-13T04:46:05.274Z | Checking cargo_metadata v0.18.1 |
3723 | 2025-02-13T04:46:05.660Z | Checking usdt-impl v0.5.0 |
3724 | 2025-02-13T04:46:06.025Z | Checking usdt v0.5.0 |
3725 | 2025-02-13T04:46:06.202Z | Checking toml v0.8.19 |
3726 | 2025-02-13T04:46:06.623Z | Checking cargo_toml v0.20.5 |
3727 | 2025-02-13T04:46:07.755Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3728 | 2025-02-13T04:46:08.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s |
3729 | 2025-02-13T04:46:08.477Z | |
3730 | 2025-02-13T04:46:08.477Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3731 | 2025-02-13T04:46:09.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-02-13T04:46:09.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-02-13T04:46:09.233Z | Checking polyval v0.6.2 |
3734 | 2025-02-13T04:46:09.348Z | Checking ctr v0.9.2 |
3735 | 2025-02-13T04:46:09.359Z | Checking ssh-encoding v0.2.0 |
3736 | 2025-02-13T04:46:09.359Z | Checking blowfish v0.9.1 |
3737 | 2025-02-13T04:46:09.378Z | Checking password-hash v0.4.2 |
3738 | 2025-02-13T04:46:09.393Z | Checking p256 v0.13.2 |
3739 | 2025-02-13T04:46:09.396Z | Checking p521 v0.13.3 |
3740 | 2025-02-13T04:46:09.426Z | Checking russh-cryptovec v0.7.3 |
3741 | 2025-02-13T04:46:09.574Z | Checking ghash v0.5.1 |
3742 | 2025-02-13T04:46:09.594Z | Checking bcrypt-pbkdf v0.10.0 |
3743 | 2025-02-13T04:46:09.613Z | Checking md5 v0.7.0 |
3744 | 2025-02-13T04:46:09.634Z | Checking num-bigint v0.4.6 |
3745 | 2025-02-13T04:46:09.691Z | Checking des v0.8.1 |
3746 | 2025-02-13T04:46:09.731Z | Checking aes-gcm v0.10.3 |
3747 | 2025-02-13T04:46:09.772Z | Checking pbkdf2 v0.11.0 |
3748 | 2025-02-13T04:46:09.845Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3749 | 2025-02-13T04:46:09.884Z | Checking hex-literal v0.4.1 |
3750 | 2025-02-13T04:46:09.905Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3751 | 2025-02-13T04:46:09.956Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3752 | 2025-02-13T04:46:09.975Z | Checking ssh-cipher v0.2.0 |
3753 | 2025-02-13T04:46:10.025Z | Checking internet-checksum v0.2.1 |
3754 | 2025-02-13T04:46:10.267Z | Checking ssh-key v0.6.6 |
3755 | 2025-02-13T04:46:10.469Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3756 | 2025-02-13T04:46:11.321Z | Checking russh-keys v0.45.0 |
3757 | 2025-02-13T04:46:12.142Z | Checking russh v0.45.0 |
3758 | 2025-02-13T04:46:29.593Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3759 | 2025-02-13T04:46:30.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.49s |
3760 | 2025-02-13T04:46:31.201Z | |
3761 | 2025-02-13T04:46:31.201Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3762 | 2025-02-13T04:46:31.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3763 | 2025-02-13T04:46:31.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3764 | 2025-02-13T04:46:31.824Z | Checking termios v0.3.3 |
3765 | 2025-02-13T04:46:32.049Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3766 | 2025-02-13T04:46:32.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3767 | 2025-02-13T04:46:33.027Z | |
3768 | 2025-02-13T04:46:33.027Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3769 | 2025-02-13T04:46:33.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-02-13T04:46:33.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-02-13T04:46:33.741Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3772 | 2025-02-13T04:46:33.741Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3773 | 2025-02-13T04:46:33.744Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3774 | 2025-02-13T04:46:33.744Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3775 | 2025-02-13T04:46:34.813Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3776 | 2025-02-13T04:46:36.066Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3777 | 2025-02-13T04:46:38.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
3778 | 2025-02-13T04:46:38.287Z | |
3779 | 2025-02-13T04:46:38.287Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3780 | 2025-02-13T04:46:38.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3781 | 2025-02-13T04:46:38.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3782 | 2025-02-13T04:46:38.907Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3783 | 2025-02-13T04:46:39.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3784 | 2025-02-13T04:46:39.546Z | |
3785 | 2025-02-13T04:46:39.546Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3786 | 2025-02-13T04:46:40.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3787 | 2025-02-13T04:46:40.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3788 | 2025-02-13T04:46:40.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3789 | 2025-02-13T04:46:40.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3790 | 2025-02-13T04:46:40.144Z | |
3791 | 2025-02-13T04:46:40.145Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3792 | 2025-02-13T04:46:40.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3793 | 2025-02-13T04:46:40.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3794 | 2025-02-13T04:46:40.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3795 | 2025-02-13T04:46:40.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3796 | 2025-02-13T04:46:40.737Z | |
3797 | 2025-02-13T04:46:40.737Z | info: running `cargo check --bins` on omicron-package (194/199) |
3798 | 2025-02-13T04:46:41.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3799 | 2025-02-13T04:46:41.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3800 | 2025-02-13T04:46:41.386Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3801 | 2025-02-13T04:46:42.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3802 | 2025-02-13T04:46:42.901Z | |
3803 | 2025-02-13T04:46:42.902Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3804 | 2025-02-13T04:46:43.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3805 | 2025-02-13T04:46:43.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3806 | 2025-02-13T04:46:43.595Z | Checking rtoolbox v0.0.2 |
3807 | 2025-02-13T04:46:43.598Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3808 | 2025-02-13T04:46:43.598Z | Checking tui-tree-widget v0.22.0 |
3809 | 2025-02-13T04:46:43.833Z | Checking rpassword v7.3.1 |
3810 | 2025-02-13T04:46:47.695Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3811 | 2025-02-13T04:46:50.774Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3812 | 2025-02-13T04:46:52.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3813 | 2025-02-13T04:46:52.318Z | |
3814 | 2025-02-13T04:46:52.318Z | info: running `cargo check --bins` on wicket (196/199) |
3815 | 2025-02-13T04:46:52.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3816 | 2025-02-13T04:46:52.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3817 | 2025-02-13T04:46:53.079Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3818 | 2025-02-13T04:46:53.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3819 | 2025-02-13T04:46:53.709Z | |
3820 | 2025-02-13T04:46:53.709Z | info: running `cargo check --bins` on wicketd (197/199) |
3821 | 2025-02-13T04:46:54.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3822 | 2025-02-13T04:46:54.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3823 | 2025-02-13T04:46:54.477Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3824 | 2025-02-13T04:46:54.480Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3825 | 2025-02-13T04:46:55.371Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3826 | 2025-02-13T04:46:59.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
3827 | 2025-02-13T04:46:59.433Z | |
3828 | 2025-02-13T04:46:59.433Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3829 | 2025-02-13T04:46:59.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3830 | 2025-02-13T04:46:59.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3831 | 2025-02-13T04:46:59.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3832 | 2025-02-13T04:46:59.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3833 | 2025-02-13T04:47:00.031Z | |
3834 | 2025-02-13T04:47:00.031Z | info: running `cargo check --bins` on zone-setup (199/199) |
3835 | 2025-02-13T04:47:00.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3836 | 2025-02-13T04:47:00.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3837 | 2025-02-13T04:47:00.794Z | Checking uzers v0.12.1 |
3838 | 2025-02-13T04:47:01.172Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3839 | 2025-02-13T04:47:02.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
3840 | 2025-02-13T04:47:02.553Z | |
3841 | 2025-02-13T04:47:02.554Z | real 13:22.970832590 |
3842 | 2025-02-13T04:47:02.554Z | user 25:39.585534690 |
3843 | 2025-02-13T04:47:02.554Z | sys 4:12.678243457 |
3844 | 2025-02-13T04:47:02.554Z | trap 0.522531644 |
3845 | 2025-02-13T04:47:02.554Z | tflt 3.439338328 |
3846 | 2025-02-13T04:47:02.554Z | dflt 2.207148534 |
3847 | 2025-02-13T04:47:02.554Z | kflt 0.000916289 |
3848 | 2025-02-13T04:47:02.554Z | lock 44:49.446681350 |
3849 | 2025-02-13T04:47:02.554Z | slp 2:07:51.865835944 |
3850 | 2025-02-13T04:47:02.554Z | lat 1:05.407102899 |
3851 | 2025-02-13T04:47:02.557Z | stop 3:44.624768196 |
3852 | 2025-02-13T04:47:02.557Z | process exited: duration 1267419 ms, exit code 0 |
|
3853 | 2025-02-13T04:47:02.563Z | found 0 output files |