|
|
|
1 | 2024-08-28T22:25:53.696Z | job assigned to worker 01J6DHFGNTWRVDCTR2AW3E3K0R (queued for 47 s) |
|
2 | 2024-08-28T22:26:01.208Z | starting task 0: "setup" |
3 | 2024-08-28T22:26:01.217Z | ++ uname -s |
4 | 2024-08-28T22:26:01.220Z | + kern=SunOS |
5 | 2024-08-28T22:26:01.220Z | + case "$kern" in |
6 | 2024-08-28T22:26:01.220Z | + groupadd -g 12345 build |
7 | 2024-08-28T22:26:01.222Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T22:26:03.232Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T22:26:03.346Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T22:26:03.348Z | + home_fs=zfs |
11 | 2024-08-28T22:26:03.348Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T22:26:03.348Z | + mkdir -p /home/build |
13 | 2024-08-28T22:26:03.351Z | + chown build:build /home/build /work |
14 | 2024-08-28T22:26:05.352Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T22:26:05.355Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-08-28T22:26:05.361Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T22:26:05.367Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T22:26:05.367Z | * toolchain channel = "1.80.1" |
19 | 2024-08-28T22:26:05.367Z | * toolchain profile = "default" |
20 | 2024-08-28T22:26:05.367Z | ' 1.80.1 |
21 | 2024-08-28T22:26:05.367Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-28T22:26:05.367Z | ' default |
23 | 2024-08-28T22:26:05.369Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T22:26:05.369Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T22:26:05.526Z | info: downloading installer |
26 | 2024-08-28T22:26:06.921Z | info: profile set to 'default' |
27 | 2024-08-28T22:26:06.921Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T22:26:06.924Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T22:26:07.053Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T22:26:07.053Z | info: downloading component 'cargo' |
31 | 2024-08-28T22:26:07.741Z | info: downloading component 'clippy' |
32 | 2024-08-28T22:26:07.990Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T22:26:08.948Z | info: downloading component 'rust-std' |
34 | 2024-08-28T22:26:10.301Z | info: downloading component 'rustc' |
35 | 2024-08-28T22:26:14.071Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T22:26:14.236Z | info: installing component 'cargo' |
37 | 2024-08-28T22:26:15.060Z | info: installing component 'clippy' |
38 | 2024-08-28T22:26:15.437Z | info: installing component 'rust-docs' |
39 | 2024-08-28T22:26:17.057Z | info: installing component 'rust-std' |
40 | 2024-08-28T22:26:18.794Z | info: installing component 'rustc' |
41 | 2024-08-28T22:26:24.625Z | info: installing component 'rustfmt' |
42 | 2024-08-28T22:26:24.625Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T22:26:24.625Z | |
44 | 2024-08-28T22:26:24.625Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T22:26:24.625Z | |
46 | 2024-08-28T22:26:24.625Z | |
47 | 2024-08-28T22:26:24.625Z | Rust is installed now. Great! |
48 | 2024-08-28T22:26:24.625Z | |
49 | 2024-08-28T22:26:24.625Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T22:26:24.625Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T22:26:24.625Z | |
52 | 2024-08-28T22:26:24.625Z | To configure your current shell, you need to source |
53 | 2024-08-28T22:26:24.626Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T22:26:24.626Z | |
55 | 2024-08-28T22:26:24.626Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T22:26:24.626Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T22:26:24.626Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T22:26:24.626Z | + rustc --version |
59 | 2024-08-28T22:26:24.626Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T22:26:24.626Z | process exited: duration 18372 ms, exit code 0 |
|
61 | 2024-08-28T22:26:24.667Z | starting task 2: "authentication" |
62 | 2024-08-28T22:26:24.708Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-08-28T22:26:24.714Z | starting task 3: "clone repository" |
64 | 2024-08-28T22:26:24.719Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T22:26:24.724Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T22:26:24.758Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T22:26:31.151Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T22:26:31.151Z | + git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459 |
69 | 2024-08-28T22:26:31.454Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T22:26:31.454Z | * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD |
71 | 2024-08-28T22:26:31.465Z | + [[ -n dap/live-tests-follow-up ]] |
72 | 2024-08-28T22:26:31.467Z | ++ git branch --show-current |
73 | 2024-08-28T22:26:31.470Z | + current=main |
74 | 2024-08-28T22:26:31.470Z | + [[ main != dap/live-tests-follow-up ]] |
75 | 2024-08-28T22:26:31.470Z | + git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459 |
76 | 2024-08-28T22:26:31.473Z | + git checkout -f dap/live-tests-follow-up |
77 | 2024-08-28T22:26:31.630Z | Switched to branch 'dap/live-tests-follow-up' |
78 | 2024-08-28T22:26:31.632Z | + git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459 |
79 | 2024-08-28T22:26:31.666Z | HEAD is now at 9189023e0 fix README |
80 | 2024-08-28T22:26:31.668Z | process exited: duration 6953 ms, exit code 0 |
|
81 | 2024-08-28T22:26:31.673Z | starting task 4: "build" |
82 | 2024-08-28T22:26:31.679Z | + cargo --version |
83 | 2024-08-28T22:26:31.735Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T22:26:31.738Z | + rustc --version |
85 | 2024-08-28T22:26:31.798Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T22:26:31.801Z | + source ./env.sh |
87 | 2024-08-28T22:26:31.803Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-28T22:26:31.803Z | ++ set -o xtrace |
89 | 2024-08-28T22:26:31.806Z | ++++ dirname ./env.sh |
90 | 2024-08-28T22:26:31.806Z | +++ readlink -f . |
91 | 2024-08-28T22:26:31.809Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-28T22:26:31.811Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-28T22:26:31.811Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-28T22:26:31.811Z | ++ 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 |
95 | 2024-08-28T22:26:31.811Z | ++ 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 |
96 | 2024-08-28T22:26:31.811Z | ++ 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 |
97 | 2024-08-28T22:26:31.811Z | ++ 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 |
98 | 2024-08-28T22:26:31.811Z | ++ 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 |
99 | 2024-08-28T22:26:31.811Z | ++ 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 |
100 | 2024-08-28T22:26:31.811Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-28T22:26:31.811Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-28T22:26:31.811Z | + 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 |
103 | 2024-08-28T22:26:31.811Z | + 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 |
104 | 2024-08-28T22:26:31.811Z | + banner prerequisites |
105 | 2024-08-28T22:26:31.814Z | |
106 | 2024-08-28T22:26:31.814Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-28T22:26:31.814Z | # # # # # # # # # # # # # # # |
108 | 2024-08-28T22:26:31.814Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-28T22:26:31.814Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-28T22:26:31.814Z | # # # # # # # # # # # # # # # |
111 | 2024-08-28T22:26:31.814Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-28T22:26:31.814Z | |
113 | 2024-08-28T22:26:31.814Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-28T22:26:36.412Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-28T22:26:38.812Z | Startup: Caching catalogs ... Done |
116 | 2024-08-28T22:26:40.811Z | Planning: Solver setup ... Done (1.426s) |
117 | 2024-08-28T22:26:40.833Z | Planning: Running solver ... Done (0.023s) |
118 | 2024-08-28T22:26:40.884Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-08-28T22:26:40.898Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-28T22:26:41.639Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-28T22:26:41.746Z | Planning: Package planning ... Done (0.106s) |
122 | 2024-08-28T22:26:41.802Z | Planning: Merging actions ... Done (0.056s) |
123 | 2024-08-28T22:26:42.015Z | Planning: Checking for conflicting actions ... Done (0.213s) |
124 | 2024-08-28T22:26:43.938Z | Planning: Consolidating action changes ... Done (1.922s) |
125 | 2024-08-28T22:26:44.379Z | Planning: Evaluating mediators ... Done (0.440s) |
126 | 2024-08-28T22:26:44.461Z | Planning: Planning completed in 5.58 seconds |
127 | 2024-08-28T22:26:44.477Z | Packages to install: 4 |
128 | 2024-08-28T22:26:44.477Z | Packages to update: 1 |
129 | 2024-08-28T22:26:44.477Z | Mediators to change: 2 |
130 | 2024-08-28T22:26:44.479Z | Services to change: 1 |
131 | 2024-08-28T22:26:44.479Z | Estimated space available: 155.72 GB |
132 | 2024-08-28T22:26:44.479Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-28T22:26:44.479Z | Create boot environment: No |
134 | 2024-08-28T22:26:44.479Z | Create backup boot environment: Yes |
135 | 2024-08-28T22:26:44.479Z | Rebuild boot archive: No |
136 | 2024-08-28T22:26:44.479Z | |
137 | 2024-08-28T22:26:44.479Z | Changed mediators: |
138 | 2024-08-28T22:26:44.480Z | mediator clang: |
139 | 2024-08-28T22:26:44.480Z | version: None -> 15 (system default) |
140 | 2024-08-28T22:26:44.480Z | |
141 | 2024-08-28T22:26:44.480Z | mediator llvm: |
142 | 2024-08-28T22:26:44.480Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-28T22:26:44.480Z | |
144 | 2024-08-28T22:26:44.480Z | Changed packages: |
145 | 2024-08-28T22:26:44.480Z | helios-dev |
146 | 2024-08-28T22:26:44.480Z | developer/build-essential |
147 | 2024-08-28T22:26:44.480Z | None -> 11-2.0 |
148 | 2024-08-28T22:26:44.480Z | library/libxmlsec1 |
149 | 2024-08-28T22:26:44.480Z | None -> 1.2.35-2.0 |
150 | 2024-08-28T22:26:44.480Z | ooce/developer/clang-15 |
151 | 2024-08-28T22:26:44.480Z | None -> 15.0.7-2.0 |
152 | 2024-08-28T22:26:44.480Z | ooce/developer/llvm-15 |
153 | 2024-08-28T22:26:44.480Z | None -> 15.0.7-2.0 |
154 | 2024-08-28T22:26:44.480Z | package/pkg |
155 | 2024-08-28T22:26:44.480Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-28T22:26:44.480Z | |
157 | 2024-08-28T22:26:44.480Z | Services: |
158 | 2024-08-28T22:26:44.480Z | restart_fmri: |
159 | 2024-08-28T22:26:44.480Z | svc:/system/update-man-index:default |
160 | 2024-08-28T22:26:44.480Z | |
161 | 2024-08-28T22:26:44.480Z | Editable files to change: |
162 | 2024-08-28T22:26:44.480Z | Update: |
163 | 2024-08-28T22:26:44.480Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-28T22:26:44.557Z | |
165 | 2024-08-28T22:26:44.557Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-28T22:26:49.558Z | Download: 1070/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
167 | 2024-08-28T22:26:54.618Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (12.4M/s) |
168 | 2024-08-28T22:27:03.072Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
169 | 2024-08-28T22:27:08.071Z | Download: 1581/4281 items 116.1/220.6MB 52% complete (6.6M/s) |
170 | 2024-08-28T22:27:13.074Z | Download: 2725/4281 items 120.8/220.6MB 54% complete (3.8M/s) |
171 | 2024-08-28T22:27:18.091Z | Download: 3104/4281 items 130.8/220.6MB 59% complete (1.4M/s) |
172 | 2024-08-28T22:27:24.286Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
173 | 2024-08-28T22:27:37.069Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
174 | 2024-08-28T22:27:40.850Z | Download: Completed 220.60 MB in 56.29 seconds (3.9M/s) |
175 | 2024-08-28T22:27:43.064Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-08-28T22:27:43.085Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-08-28T22:27:47.864Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-08-28T22:27:48.185Z | Actions: Completed 5063 actions in 5.12 seconds. |
179 | 2024-08-28T22:27:48.472Z | Done (0.280s) |
180 | 2024-08-28T22:27:48.474Z | Done (0.000s) |
181 | 2024-08-28T22:27:48.847Z | Done (0.374s) |
182 | 2024-08-28T22:27:53.677Z | Done (4.652s) |
183 | 2024-08-28T22:27:53.778Z | Done (0.017s) |
184 | 2024-08-28T22:27:53.780Z | Done (0.000s) |
185 | 2024-08-28T22:27:54.019Z | Done (0.000s) |
186 | 2024-08-28T22:27:54.695Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-08-28T22:27:54.843Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-08-28T22:27:54.846Z | Planning: Consolidating action changes ... Done |
189 | 2024-08-28T22:27:55.132Z | Planning: Evaluating mediators ... Done |
190 | 2024-08-28T22:27:55.134Z | Planning: Planning completed in 0.46 seconds |
191 | 2024-08-28T22:27:55.173Z | Mediators to change: 2 |
192 | 2024-08-28T22:27:55.173Z | Create boot environment: No |
193 | 2024-08-28T22:27:55.173Z | Create backup boot environment: No |
194 | 2024-08-28T22:27:55.266Z | Done |
195 | 2024-08-28T22:27:55.266Z | Done |
196 | 2024-08-28T22:27:55.515Z | Done |
197 | 2024-08-28T22:27:59.619Z | Done |
198 | 2024-08-28T22:27:59.726Z | Done |
199 | 2024-08-28T22:27:59.728Z | Done |
200 | 2024-08-28T22:27:59.846Z | Done |
201 | 2024-08-28T22:28:00.543Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-08-28T22:28:00.545Z | Planning: Merging actions ... Done |
203 | 2024-08-28T22:28:00.749Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-08-28T22:28:00.753Z | Planning: Consolidating action changes ... Done |
205 | 2024-08-28T22:28:01.039Z | Planning: Evaluating mediators ... Done |
206 | 2024-08-28T22:28:01.100Z | Planning: Planning completed in 0.82 seconds |
207 | 2024-08-28T22:28:01.150Z | Packages to change: 1 |
208 | 2024-08-28T22:28:01.150Z | Mediators to change: 1 |
209 | 2024-08-28T22:28:01.153Z | Services to change: 1 |
210 | 2024-08-28T22:28:01.154Z | Create boot environment: No |
211 | 2024-08-28T22:28:01.154Z | Create backup boot environment: Yes |
212 | 2024-08-28T22:28:03.424Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-08-28T22:28:03.427Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-08-28T22:28:03.427Z | Done |
215 | 2024-08-28T22:28:03.427Z | Done |
216 | 2024-08-28T22:28:03.505Z | Done |
217 | 2024-08-28T22:28:07.553Z | Done |
218 | 2024-08-28T22:28:07.654Z | Done |
219 | 2024-08-28T22:28:07.656Z | Done |
220 | 2024-08-28T22:28:07.772Z | Done |
221 | 2024-08-28T22:28:08.254Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-08-28T22:28:08.254Z | clang system 15 system |
223 | 2024-08-28T22:28:08.254Z | csh system system illumos |
224 | 2024-08-28T22:28:08.254Z | ctags system system illumos |
225 | 2024-08-28T22:28:08.254Z | gcc vendor 12 vendor |
226 | 2024-08-28T22:28:08.254Z | gcc system 10 system |
227 | 2024-08-28T22:28:08.254Z | gcc system 7 system |
228 | 2024-08-28T22:28:08.254Z | go system 1.20 system |
229 | 2024-08-28T22:28:08.254Z | go system 1.19 system |
230 | 2024-08-28T22:28:08.254Z | llvm system 15 system |
231 | 2024-08-28T22:28:08.254Z | llvm system 14 system |
232 | 2024-08-28T22:28:08.254Z | mariadb system 10.6 system |
233 | 2024-08-28T22:28:08.254Z | mta vendor vendor dma |
234 | 2024-08-28T22:28:08.254Z | openjdk system 17 system |
235 | 2024-08-28T22:28:08.254Z | openjdk system 11 system |
236 | 2024-08-28T22:28:08.254Z | openjdk system 1.8 system |
237 | 2024-08-28T22:28:08.254Z | openssl vendor 3 vendor |
238 | 2024-08-28T22:28:08.254Z | perl system 5.36 system |
239 | 2024-08-28T22:28:08.254Z | postgresql system 15 system |
240 | 2024-08-28T22:28:08.255Z | postgresql system 13 system |
241 | 2024-08-28T22:28:08.255Z | python vendor 3 vendor |
242 | 2024-08-28T22:28:08.255Z | python system 2 system |
243 | 2024-08-28T22:28:08.255Z | python3 system 3.11 system |
244 | 2024-08-28T22:28:08.255Z | ruby system 3.0 system |
245 | 2024-08-28T22:28:08.255Z | words vendor vendor american-english |
246 | 2024-08-28T22:28:08.255Z | words system system australian-english |
247 | 2024-08-28T22:28:08.255Z | words system system british-english |
248 | 2024-08-28T22:28:08.255Z | words system system canadian-english |
249 | 2024-08-28T22:28:08.255Z | words system system french |
250 | 2024-08-28T22:28:08.255Z | words system system italian |
251 | 2024-08-28T22:28:08.255Z | words system system ngerman |
252 | 2024-08-28T22:28:08.255Z | words system system ogerman |
253 | 2024-08-28T22:28:08.255Z | words system system spanish |
254 | 2024-08-28T22:28:08.619Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-08-28T22:28:08.619Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-08-28T22:28:10.489Z | FMRI IFO |
257 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-08-28T22:28:10.489Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-08-28T22:28:10.490Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-08-28T22:28:11.157Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-08-28T22:28:11.393Z | Updating git repository `https://github.com/oxidecomputer/zone` |
272 | 2024-08-28T22:28:11.625Z | Updating crates.io index |
273 | 2024-08-28T22:28:11.628Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
274 | 2024-08-28T22:28:12.342Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-08-28T22:28:12.992Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-08-28T22:28:13.200Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
277 | 2024-08-28T22:28:14.752Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-08-28T22:28:14.984Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-08-28T22:28:15.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-08-28T22:28:16.275Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-08-28T22:28:18.081Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-08-28T22:28:19.019Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-08-28T22:28:19.653Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-08-28T22:28:19.944Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-08-28T22:28:20.576Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-08-28T22:28:20.865Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-08-28T22:28:21.344Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-08-28T22:28:21.597Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-08-28T22:28:21.837Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-08-28T22:28:22.043Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-08-28T22:28:22.259Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2024-08-28T22:28:22.496Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-08-28T22:28:22.787Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-08-28T22:28:23.078Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-08-28T22:28:23.391Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-08-28T22:28:23.758Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-08-28T22:28:24.073Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-08-28T22:28:24.488Z | Updating git repository `https://github.com/oxidecomputer/typify` |
299 | 2024-08-28T22:28:26.709Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-08-28T22:28:26.948Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-08-28T22:28:27.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-08-28T22:28:27.483Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
303 | 2024-08-28T22:28:28.642Z | Downloading crates ... |
304 | 2024-08-28T22:28:28.739Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-28T22:28:28.742Z | Downloaded anstyle v1.0.8 |
306 | 2024-08-28T22:28:28.744Z | Downloaded autocfg v1.3.0 |
307 | 2024-08-28T22:28:28.747Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-08-28T22:28:28.754Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-08-28T22:28:28.762Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-08-28T22:28:28.766Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-08-28T22:28:28.770Z | Downloaded fnv v1.0.7 |
312 | 2024-08-28T22:28:28.772Z | Downloaded errno v0.3.9 |
313 | 2024-08-28T22:28:28.775Z | Downloaded digest v0.10.7 |
314 | 2024-08-28T22:28:28.775Z | Downloaded macaddr v1.0.1 |
315 | 2024-08-28T22:28:28.777Z | Downloaded usdt-macro v0.5.0 |
316 | 2024-08-28T22:28:28.777Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-28T22:28:28.780Z | Downloaded camino-tempfile v1.1.1 |
318 | 2024-08-28T22:28:28.782Z | Downloaded byteorder v1.5.0 |
319 | 2024-08-28T22:28:28.785Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-08-28T22:28:28.788Z | Downloaded usdt v0.5.0 |
321 | 2024-08-28T22:28:28.790Z | Downloaded block-buffer v0.10.4 |
322 | 2024-08-28T22:28:28.790Z | Downloaded strsim v0.11.1 |
323 | 2024-08-28T22:28:28.794Z | Downloaded clap_derive v4.5.13 |
324 | 2024-08-28T22:28:28.796Z | Downloaded anstream v0.6.14 |
325 | 2024-08-28T22:28:28.798Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-08-28T22:28:28.798Z | Downloaded cfg-if v1.0.0 |
327 | 2024-08-28T22:28:28.806Z | Downloaded version_check v0.9.5 |
328 | 2024-08-28T22:28:28.806Z | Downloaded memmap v0.7.0 |
329 | 2024-08-28T22:28:28.810Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-08-28T22:28:28.810Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-28T22:28:28.810Z | Downloaded cargo_metadata v0.18.1 |
332 | 2024-08-28T22:28:28.810Z | Downloaded thiserror-impl v1.0.63 |
333 | 2024-08-28T22:28:28.812Z | Downloaded serde_spanned v0.6.7 |
334 | 2024-08-28T22:28:28.812Z | Downloaded heck v0.5.0 |
335 | 2024-08-28T22:28:28.812Z | Downloaded tempfile v3.10.1 |
336 | 2024-08-28T22:28:28.818Z | Downloaded zerocopy-derive v0.7.34 |
337 | 2024-08-28T22:28:28.822Z | Downloaded equivalent v1.0.1 |
338 | 2024-08-28T22:28:28.826Z | Downloaded once_cell v1.19.0 |
339 | 2024-08-28T22:28:28.830Z | Downloaded ryu v1.0.18 |
340 | 2024-08-28T22:28:28.834Z | Downloaded pest_meta v2.7.10 |
341 | 2024-08-28T22:28:28.836Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-28T22:28:28.839Z | Downloaded textwrap v0.16.1 |
343 | 2024-08-28T22:28:28.843Z | Downloaded swrite v0.1.0 |
344 | 2024-08-28T22:28:28.849Z | Downloaded quote v1.0.36 |
345 | 2024-08-28T22:28:28.852Z | Downloaded plain v0.2.3 |
346 | 2024-08-28T22:28:28.854Z | Downloaded clap_lex v0.7.0 |
347 | 2024-08-28T22:28:28.858Z | Downloaded utf8parse v0.2.1 |
348 | 2024-08-28T22:28:28.860Z | Downloaded is_terminal_polyfill v1.70.0 |
349 | 2024-08-28T22:28:28.862Z | Downloaded bytecount v0.6.8 |
350 | 2024-08-28T22:28:28.865Z | Downloaded itoa v1.0.11 |
351 | 2024-08-28T22:28:28.865Z | Downloaded fs-err v2.11.0 |
352 | 2024-08-28T22:28:28.867Z | Downloaded anstyle-parse v0.2.4 |
353 | 2024-08-28T22:28:28.870Z | Downloaded pest_generator v2.7.10 |
354 | 2024-08-28T22:28:28.872Z | Downloaded fastrand v2.1.0 |
355 | 2024-08-28T22:28:28.878Z | Downloaded heck v0.4.1 |
356 | 2024-08-28T22:28:28.880Z | Downloaded dof v0.3.0 |
357 | 2024-08-28T22:28:28.883Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-08-28T22:28:28.885Z | Downloaded crypto-common v0.1.6 |
359 | 2024-08-28T22:28:28.885Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-08-28T22:28:28.894Z | Downloaded cargo-platform v0.1.8 |
361 | 2024-08-28T22:28:28.897Z | Downloaded toml_datetime v0.6.8 |
362 | 2024-08-28T22:28:28.897Z | Downloaded scroll v0.12.0 |
363 | 2024-08-28T22:28:28.897Z | Downloaded thread-id v4.2.1 |
364 | 2024-08-28T22:28:28.897Z | Downloaded terminal_size v0.3.0 |
365 | 2024-08-28T22:28:28.897Z | Downloaded colorchoice v1.0.1 |
366 | 2024-08-28T22:28:28.910Z | Downloaded serde v1.0.208 |
367 | 2024-08-28T22:28:28.913Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-08-28T22:28:28.916Z | Downloaded thiserror v1.0.63 |
369 | 2024-08-28T22:28:28.921Z | Downloaded smawk v0.3.2 |
370 | 2024-08-28T22:28:28.924Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-08-28T22:28:28.926Z | Downloaded cargo_toml v0.20.4 |
372 | 2024-08-28T22:28:28.926Z | Downloaded camino v1.1.9 |
373 | 2024-08-28T22:28:28.930Z | Downloaded semver v1.0.23 |
374 | 2024-08-28T22:28:28.933Z | Downloaded log v0.4.21 |
375 | 2024-08-28T22:28:28.936Z | Downloaded bitflags v2.6.0 |
376 | 2024-08-28T22:28:28.941Z | Downloaded anyhow v1.0.86 |
377 | 2024-08-28T22:28:28.948Z | Downloaded toml v0.8.19 |
378 | 2024-08-28T22:28:28.952Z | Downloaded proc-macro2 v1.0.86 |
379 | 2024-08-28T22:28:28.955Z | Downloaded serde_derive v1.0.208 |
380 | 2024-08-28T22:28:28.957Z | Downloaded unicode-ident v1.0.12 |
381 | 2024-08-28T22:28:28.961Z | Downloaded typenum v1.17.0 |
382 | 2024-08-28T22:28:28.965Z | Downloaded sha2 v0.10.8 |
383 | 2024-08-28T22:28:28.968Z | Downloaded toml_edit v0.22.20 |
384 | 2024-08-28T22:28:28.989Z | Downloaded papergrid v0.11.0 |
385 | 2024-08-28T22:28:29.005Z | Downloaded pest v2.7.10 |
386 | 2024-08-28T22:28:29.009Z | Downloaded indexmap v2.4.0 |
387 | 2024-08-28T22:28:29.009Z | Downloaded memchr v2.7.2 |
388 | 2024-08-28T22:28:29.012Z | Downloaded clap v4.5.16 |
389 | 2024-08-28T22:28:29.018Z | Downloaded hashbrown v0.14.5 |
390 | 2024-08-28T22:28:29.023Z | Downloaded winnow v0.6.18 |
391 | 2024-08-28T22:28:29.042Z | Downloaded clap_builder v4.5.15 |
392 | 2024-08-28T22:28:29.050Z | Downloaded tabled v0.15.0 |
393 | 2024-08-28T22:28:29.066Z | Downloaded zerocopy v0.7.34 |
394 | 2024-08-28T22:28:29.083Z | Downloaded serde_json v1.0.125 |
395 | 2024-08-28T22:28:29.090Z | Downloaded syn v1.0.109 |
396 | 2024-08-28T22:28:29.155Z | Downloaded goblin v0.8.2 |
397 | 2024-08-28T22:28:29.171Z | Downloaded syn v2.0.74 |
398 | 2024-08-28T22:28:29.171Z | Downloaded rustix v0.38.34 |
399 | 2024-08-28T22:28:29.171Z | Downloaded unicode-width v0.1.13 |
400 | 2024-08-28T22:28:29.171Z | Downloaded libc v0.2.158 |
401 | 2024-08-28T22:28:29.457Z | Compiling proc-macro2 v1.0.86 |
402 | 2024-08-28T22:28:29.457Z | Compiling unicode-ident v1.0.12 |
403 | 2024-08-28T22:28:29.461Z | Compiling version_check v0.9.5 |
404 | 2024-08-28T22:28:29.461Z | Compiling serde v1.0.208 |
405 | 2024-08-28T22:28:29.461Z | Compiling memchr v2.7.2 |
406 | 2024-08-28T22:28:29.461Z | Compiling thiserror v1.0.63 |
407 | 2024-08-28T22:28:29.461Z | Compiling libc v0.2.158 |
408 | 2024-08-28T22:28:29.461Z | Compiling itoa v1.0.11 |
409 | 2024-08-28T22:28:29.719Z | Compiling ryu v1.0.18 |
410 | 2024-08-28T22:28:29.803Z | Compiling ucd-trie v0.1.6 |
411 | 2024-08-28T22:28:30.049Z | Compiling once_cell v1.19.0 |
412 | 2024-08-28T22:28:30.322Z | Compiling byteorder v1.5.0 |
413 | 2024-08-28T22:28:30.437Z | Compiling rustix v0.38.34 |
414 | 2024-08-28T22:28:30.483Z | Compiling serde_json v1.0.125 |
415 | 2024-08-28T22:28:30.909Z | Compiling bitflags v2.6.0 |
416 | 2024-08-28T22:28:30.932Z | Compiling usdt-impl v0.5.0 |
417 | 2024-08-28T22:28:31.210Z | Compiling quote v1.0.36 |
418 | 2024-08-28T22:28:31.274Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-08-28T22:28:31.314Z | Compiling syn v1.0.109 |
420 | 2024-08-28T22:28:31.423Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-08-28T22:28:31.495Z | Compiling equivalent v1.0.1 |
422 | 2024-08-28T22:28:31.612Z | Compiling syn v2.0.74 |
423 | 2024-08-28T22:28:31.637Z | Compiling errno v0.3.9 |
424 | 2024-08-28T22:28:31.738Z | Compiling plain v0.2.3 |
425 | 2024-08-28T22:28:31.907Z | Compiling thread-id v4.2.1 |
426 | 2024-08-28T22:28:31.910Z | Compiling camino v1.1.9 |
427 | 2024-08-28T22:28:31.951Z | Compiling hashbrown v0.14.5 |
428 | 2024-08-28T22:28:32.004Z | Compiling log v0.4.21 |
429 | 2024-08-28T22:28:32.030Z | Compiling utf8parse v0.2.1 |
430 | 2024-08-28T22:28:32.206Z | Compiling anstyle-parse v0.2.4 |
431 | 2024-08-28T22:28:32.589Z | Compiling anstyle v1.0.8 |
432 | 2024-08-28T22:28:32.715Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-08-28T22:28:32.882Z | Compiling pretty-hex v0.4.1 |
434 | 2024-08-28T22:28:33.017Z | Compiling winnow v0.6.18 |
435 | 2024-08-28T22:28:33.071Z | Compiling autocfg v1.3.0 |
436 | 2024-08-28T22:28:33.099Z | Compiling colorchoice v1.0.1 |
437 | 2024-08-28T22:28:33.124Z | Compiling anstyle-query v1.0.3 |
438 | 2024-08-28T22:28:33.283Z | Compiling indexmap v2.4.0 |
439 | 2024-08-28T22:28:33.283Z | Compiling semver v1.0.23 |
440 | 2024-08-28T22:28:33.398Z | Compiling unicode-width v0.1.13 |
441 | 2024-08-28T22:28:33.670Z | Compiling anstream v0.6.14 |
442 | 2024-08-28T22:28:34.276Z | Compiling terminal_size v0.3.0 |
443 | 2024-08-28T22:28:34.303Z | Compiling fs-err v2.11.0 |
444 | 2024-08-28T22:28:34.610Z | Compiling bytecount v0.6.8 |
445 | 2024-08-28T22:28:34.635Z | Compiling clap_lex v0.7.0 |
446 | 2024-08-28T22:28:34.659Z | Compiling cfg-if v1.0.0 |
447 | 2024-08-28T22:28:34.761Z | Compiling fnv v1.0.7 |
448 | 2024-08-28T22:28:34.787Z | Compiling anyhow v1.0.86 |
449 | 2024-08-28T22:28:34.830Z | Compiling heck v0.4.1 |
450 | 2024-08-28T22:28:34.906Z | Compiling strsim v0.11.1 |
451 | 2024-08-28T22:28:35.025Z | Compiling fastrand v2.1.0 |
452 | 2024-08-28T22:28:35.155Z | Compiling heck v0.5.0 |
453 | 2024-08-28T22:28:35.613Z | Compiling tempfile v3.10.1 |
454 | 2024-08-28T22:28:35.640Z | Compiling clap_builder v4.5.15 |
455 | 2024-08-28T22:28:35.700Z | Compiling papergrid v0.11.0 |
456 | 2024-08-28T22:28:36.039Z | Compiling memmap v0.7.0 |
457 | 2024-08-28T22:28:36.082Z | Compiling smawk v0.3.2 |
458 | 2024-08-28T22:28:36.330Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-08-28T22:28:36.850Z | Compiling textwrap v0.16.1 |
460 | 2024-08-28T22:28:37.036Z | Compiling swrite v0.1.0 |
461 | 2024-08-28T22:28:38.168Z | Compiling tabled_derive v0.7.0 |
462 | 2024-08-28T22:28:39.897Z | Compiling tabled v0.15.0 |
463 | 2024-08-28T22:28:40.785Z | Compiling serde_derive v1.0.208 |
464 | 2024-08-28T22:28:40.785Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-08-28T22:28:40.788Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-08-28T22:28:40.788Z | Compiling scroll_derive v0.12.0 |
467 | 2024-08-28T22:28:40.788Z | Compiling clap_derive v4.5.13 |
468 | 2024-08-28T22:28:42.261Z | Compiling scroll v0.12.0 |
469 | 2024-08-28T22:28:42.881Z | Compiling goblin v0.8.2 |
470 | 2024-08-28T22:28:43.132Z | Compiling zerocopy v0.7.34 |
471 | 2024-08-28T22:28:44.181Z | Compiling pest v2.7.10 |
472 | 2024-08-28T22:28:44.748Z | Compiling clap v4.5.16 |
473 | 2024-08-28T22:28:46.337Z | Compiling pest_meta v2.7.10 |
474 | 2024-08-28T22:28:47.298Z | Compiling pest_generator v2.7.10 |
475 | 2024-08-28T22:28:49.416Z | Compiling pest_derive v2.7.10 |
476 | 2024-08-28T22:28:50.134Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-08-28T22:28:51.673Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-08-28T22:28:51.877Z | Compiling toml_datetime v0.6.8 |
479 | 2024-08-28T22:28:51.877Z | Compiling serde_spanned v0.6.7 |
480 | 2024-08-28T22:28:51.977Z | Compiling cargo-platform v0.1.8 |
481 | 2024-08-28T22:28:52.254Z | Compiling toml_edit v0.22.20 |
482 | 2024-08-28T22:28:52.281Z | Compiling macaddr v1.0.1 |
483 | 2024-08-28T22:28:52.522Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-08-28T22:28:53.245Z | Compiling dof v0.3.0 |
485 | 2024-08-28T22:28:53.478Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-08-28T22:28:54.944Z | Compiling usdt-macro v0.5.0 |
487 | 2024-08-28T22:28:54.966Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-08-28T22:28:55.341Z | Compiling toml v0.8.19 |
489 | 2024-08-28T22:28:56.178Z | Compiling cargo_toml v0.20.4 |
490 | 2024-08-28T22:28:56.344Z | Compiling usdt v0.5.0 |
491 | 2024-08-28T22:29:00.129Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-08-28T22:29:04.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.75s |
493 | 2024-08-28T22:29:04.931Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-08-28T22:29:05.544Z | Downloading crates ... |
495 | 2024-08-28T22:29:05.666Z | Downloaded adler v1.0.2 |
496 | 2024-08-28T22:29:05.671Z | Downloaded addr2line v0.21.0 |
497 | 2024-08-28T22:29:05.678Z | Downloaded bitstruct_derive v0.1.0 |
498 | 2024-08-28T22:29:05.681Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-08-28T22:29:05.685Z | Downloaded allocator-api2 v0.2.18 |
500 | 2024-08-28T22:29:05.693Z | Downloaded crucible-workspace-hack v0.1.0 |
501 | 2024-08-28T22:29:05.695Z | Downloaded bit-set v0.5.3 |
502 | 2024-08-28T22:29:05.698Z | Downloaded ascii-canvas v3.0.0 |
503 | 2024-08-28T22:29:05.698Z | Downloaded array-init v0.0.4 |
504 | 2024-08-28T22:29:05.700Z | Downloaded hyper-staticfile v0.9.5 |
505 | 2024-08-28T22:29:05.703Z | Downloaded cobs v0.2.3 |
506 | 2024-08-28T22:29:05.703Z | Downloaded aead v0.5.2 |
507 | 2024-08-28T22:29:05.706Z | Downloaded bitflags v1.3.2 |
508 | 2024-08-28T22:29:05.709Z | Downloaded darling_macro v0.20.9 |
509 | 2024-08-28T22:29:05.712Z | Downloaded curve25519-dalek-derive v0.1.1 |
510 | 2024-08-28T22:29:05.712Z | Downloaded is-terminal v0.4.12 |
511 | 2024-08-28T22:29:05.715Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-08-28T22:29:05.715Z | Downloaded ident_case v1.0.1 |
513 | 2024-08-28T22:29:05.718Z | Downloaded bb8 v0.8.5 |
514 | 2024-08-28T22:29:05.718Z | Downloaded ctr v0.9.2 |
515 | 2024-08-28T22:29:05.720Z | Downloaded crc-catalog v2.4.0 |
516 | 2024-08-28T22:29:05.723Z | Downloaded bitfield v0.14.0 |
517 | 2024-08-28T22:29:05.725Z | Downloaded md5 v0.7.0 |
518 | 2024-08-28T22:29:05.725Z | Downloaded crc v3.2.1 |
519 | 2024-08-28T22:29:05.728Z | Downloaded castaway v0.2.3 |
520 | 2024-08-28T22:29:05.731Z | Downloaded atomicwrites v0.4.3 |
521 | 2024-08-28T22:29:05.733Z | Downloaded match_cfg v0.1.0 |
522 | 2024-08-28T22:29:05.733Z | Downloaded convert_case v0.4.0 |
523 | 2024-08-28T22:29:05.736Z | Downloaded http-range v0.1.5 |
524 | 2024-08-28T22:29:05.736Z | Downloaded cipher v0.4.4 |
525 | 2024-08-28T22:29:05.738Z | Downloaded const_format_proc_macros v0.2.32 |
526 | 2024-08-28T22:29:05.741Z | Downloaded chacha20 v0.9.1 |
527 | 2024-08-28T22:29:05.743Z | Downloaded normalize-line-endings v0.3.0 |
528 | 2024-08-28T22:29:05.746Z | Downloaded multimap v0.10.0 |
529 | 2024-08-28T22:29:05.746Z | Downloaded const-oid v0.9.6 |
530 | 2024-08-28T22:29:05.750Z | Downloaded lazycell v1.3.0 |
531 | 2024-08-28T22:29:05.753Z | Downloaded cookie v0.18.1 |
532 | 2024-08-28T22:29:05.757Z | Downloaded nibble_vec v0.1.0 |
533 | 2024-08-28T22:29:05.757Z | Downloaded atty v0.2.14 |
534 | 2024-08-28T22:29:05.759Z | Downloaded num v0.4.3 |
535 | 2024-08-28T22:29:05.759Z | Downloaded bitstruct v0.1.1 |
536 | 2024-08-28T22:29:05.761Z | Downloaded hickory-server v0.24.1 |
537 | 2024-08-28T22:29:05.767Z | Downloaded nanorand v0.7.0 |
538 | 2024-08-28T22:29:05.770Z | Downloaded managed v0.8.0 |
539 | 2024-08-28T22:29:05.772Z | Downloaded linked-hash-map v0.5.6 |
540 | 2024-08-28T22:29:05.775Z | Downloaded impl-trait-for-tuples v0.2.2 |
541 | 2024-08-28T22:29:05.778Z | Downloaded hyper-tls v0.5.0 |
542 | 2024-08-28T22:29:05.781Z | Downloaded ipnet v2.9.0 |
543 | 2024-08-28T22:29:05.781Z | Downloaded crunchy v0.2.2 |
544 | 2024-08-28T22:29:05.784Z | Downloaded mime_guess v2.0.4 |
545 | 2024-08-28T22:29:05.786Z | Downloaded cstr-argument v0.1.2 |
546 | 2024-08-28T22:29:05.786Z | Downloaded hickory-resolver v0.24.1 |
547 | 2024-08-28T22:29:05.791Z | Downloaded base64 v0.13.1 |
548 | 2024-08-28T22:29:05.795Z | Downloaded iana-time-zone v0.1.60 |
549 | 2024-08-28T22:29:05.798Z | Downloaded base16ct v0.2.0 |
550 | 2024-08-28T22:29:05.802Z | Downloaded atomic-waker v1.1.2 |
551 | 2024-08-28T22:29:05.804Z | Downloaded async-stream v0.3.5 |
552 | 2024-08-28T22:29:05.806Z | Downloaded bytes v1.7.1 |
553 | 2024-08-28T22:29:05.809Z | Downloaded new_debug_unreachable v1.0.6 |
554 | 2024-08-28T22:29:05.811Z | Downloaded sync_wrapper v0.1.2 |
555 | 2024-08-28T22:29:05.811Z | Downloaded bit-vec v0.6.3 |
556 | 2024-08-28T22:29:05.814Z | Downloaded newtype_derive v0.1.6 |
557 | 2024-08-28T22:29:05.816Z | Downloaded cassowary v0.3.0 |
558 | 2024-08-28T22:29:05.819Z | Downloaded newline-converter v0.3.0 |
559 | 2024-08-28T22:29:05.819Z | Downloaded jobserver v0.1.32 |
560 | 2024-08-28T22:29:05.821Z | Downloaded ciborium-ll v0.2.2 |
561 | 2024-08-28T22:29:05.824Z | Downloaded mockall_derive v0.13.0 |
562 | 2024-08-28T22:29:05.826Z | Downloaded colored v2.1.0 |
563 | 2024-08-28T22:29:05.828Z | Downloaded cexpr v0.6.0 |
564 | 2024-08-28T22:29:05.831Z | Downloaded try-lock v0.2.5 |
565 | 2024-08-28T22:29:05.831Z | Downloaded lru-cache v0.1.2 |
566 | 2024-08-28T22:29:05.833Z | Downloaded rtoolbox v0.0.2 |
567 | 2024-08-28T22:29:05.835Z | Downloaded highway v1.2.0 |
568 | 2024-08-28T22:29:05.838Z | Downloaded cbc v0.1.2 |
569 | 2024-08-28T22:29:05.840Z | Downloaded crossbeam-deque v0.8.5 |
570 | 2024-08-28T22:29:05.840Z | Downloaded sec1 v0.7.3 |
571 | 2024-08-28T22:29:05.843Z | Downloaded instability v0.3.2 |
572 | 2024-08-28T22:29:05.846Z | Downloaded float-ord v0.3.2 |
573 | 2024-08-28T22:29:05.846Z | Downloaded libefi-sys v0.1.0 |
574 | 2024-08-28T22:29:05.849Z | Downloaded md-5 v0.10.6 |
575 | 2024-08-28T22:29:05.849Z | Downloaded schemars_derive v0.8.21 |
576 | 2024-08-28T22:29:05.852Z | Downloaded slog-envlogger v2.2.0 |
577 | 2024-08-28T22:29:05.854Z | Downloaded mockall v0.13.0 |
578 | 2024-08-28T22:29:05.856Z | Downloaded base64 v0.22.1 |
579 | 2024-08-28T22:29:05.859Z | Downloaded lazy_static v1.5.0 |
580 | 2024-08-28T22:29:05.862Z | Downloaded spki v0.7.3 |
581 | 2024-08-28T22:29:05.865Z | Downloaded slog-bunyan v2.5.0 |
582 | 2024-08-28T22:29:05.867Z | Downloaded headers-core v0.2.0 |
583 | 2024-08-28T22:29:05.867Z | Downloaded tiny-keccak v2.0.2 |
584 | 2024-08-28T22:29:05.870Z | Downloaded supports-color v3.0.0 |
585 | 2024-08-28T22:29:05.872Z | Downloaded cookie_store v0.20.0 |
586 | 2024-08-28T22:29:05.875Z | Downloaded tabwriter v1.4.0 |
587 | 2024-08-28T22:29:05.875Z | Downloaded console v0.15.8 |
588 | 2024-08-28T22:29:05.878Z | Downloaded string_cache v0.8.7 |
589 | 2024-08-28T22:29:05.881Z | Downloaded crc32fast v1.4.0 |
590 | 2024-08-28T22:29:05.884Z | Downloaded pem v3.0.4 |
591 | 2024-08-28T22:29:05.886Z | Downloaded memmap2 v0.9.4 |
592 | 2024-08-28T22:29:05.888Z | Downloaded number_prefix v0.4.0 |
593 | 2024-08-28T22:29:05.889Z | Downloaded tui-tree-widget v0.22.0 |
594 | 2024-08-28T22:29:05.891Z | Downloaded sqlformat v0.2.4 |
595 | 2024-08-28T22:29:05.893Z | Downloaded portpicker v0.1.1 |
596 | 2024-08-28T22:29:05.893Z | Downloaded argon2 v0.5.3 |
597 | 2024-08-28T22:29:05.896Z | Downloaded lock_api v0.4.12 |
598 | 2024-08-28T22:29:05.898Z | Downloaded dropshot_endpoint v0.10.1 |
599 | 2024-08-28T22:29:05.898Z | Downloaded untrusted v0.9.0 |
600 | 2024-08-28T22:29:05.901Z | Downloaded serde_with_macros v3.9.0 |
601 | 2024-08-28T22:29:05.903Z | Downloaded darling_core v0.20.9 |
602 | 2024-08-28T22:29:05.908Z | Downloaded zeroize v1.7.0 |
603 | 2024-08-28T22:29:05.916Z | Downloaded serde-big-array v0.5.1 |
604 | 2024-08-28T22:29:05.920Z | Downloaded russh-cryptovec v0.7.2 |
605 | 2024-08-28T22:29:05.920Z | Downloaded futures-io v0.3.30 |
606 | 2024-08-28T22:29:05.920Z | Downloaded hyper-rustls v0.24.2 |
607 | 2024-08-28T22:29:05.920Z | Downloaded native-tls v0.2.11 |
608 | 2024-08-28T22:29:05.923Z | Downloaded strum v0.26.3 |
609 | 2024-08-28T22:29:05.923Z | Downloaded pem-rfc7468 v0.7.0 |
610 | 2024-08-28T22:29:05.926Z | Downloaded csv-core v0.1.11 |
611 | 2024-08-28T22:29:05.929Z | Downloaded crossbeam-utils v0.8.19 |
612 | 2024-08-28T22:29:05.929Z | Downloaded clang-sys v1.7.0 |
613 | 2024-08-28T22:29:05.932Z | Downloaded ghash v0.5.1 |
614 | 2024-08-28T22:29:05.934Z | Downloaded heck v0.3.3 |
615 | 2024-08-28T22:29:05.937Z | Downloaded debug-ignore v1.0.5 |
616 | 2024-08-28T22:29:05.939Z | Downloaded waitgroup v0.1.2 |
617 | 2024-08-28T22:29:05.939Z | Downloaded predicates-core v1.0.6 |
618 | 2024-08-28T22:29:05.939Z | Downloaded group v0.13.0 |
619 | 2024-08-28T22:29:05.945Z | Downloaded predicates-tree v1.0.9 |
620 | 2024-08-28T22:29:05.948Z | Downloaded tinyvec_macros v0.1.1 |
621 | 2024-08-28T22:29:05.948Z | Downloaded rand_seeder v0.3.0 |
622 | 2024-08-28T22:29:05.948Z | Downloaded crypto-bigint v0.5.5 |
623 | 2024-08-28T22:29:05.953Z | Downloaded backtrace v0.3.71 |
624 | 2024-08-28T22:29:05.960Z | Downloaded parse-size v1.0.0 |
625 | 2024-08-28T22:29:05.962Z | Downloaded num-conv v0.1.0 |
626 | 2024-08-28T22:29:05.965Z | Downloaded foreign-types v0.5.0 |
627 | 2024-08-28T22:29:05.965Z | Downloaded foreign-types-macros v0.2.3 |
628 | 2024-08-28T22:29:05.967Z | Downloaded display-error-chain v0.2.0 |
629 | 2024-08-28T22:29:05.967Z | Downloaded chacha20poly1305 v0.10.1 |
630 | 2024-08-28T22:29:05.970Z | Downloaded dirs-next v2.0.0 |
631 | 2024-08-28T22:29:05.973Z | Downloaded olpc-cjson v0.1.3 |
632 | 2024-08-28T22:29:05.973Z | Downloaded tap v1.0.1 |
633 | 2024-08-28T22:29:05.973Z | Downloaded ciborium v0.2.2 |
634 | 2024-08-28T22:29:05.976Z | Downloaded serde_urlencoded v0.7.1 |
635 | 2024-08-28T22:29:05.978Z | Downloaded crc-any v2.5.0 |
636 | 2024-08-28T22:29:05.980Z | Downloaded rustc-hash v1.1.0 |
637 | 2024-08-28T22:29:05.983Z | Downloaded xattr v1.3.1 |
638 | 2024-08-28T22:29:05.986Z | Downloaded russh-keys v0.44.0 |
639 | 2024-08-28T22:29:05.988Z | Downloaded phf_shared v0.10.0 |
640 | 2024-08-28T22:29:05.988Z | Downloaded yasna v0.5.2 |
641 | 2024-08-28T22:29:05.991Z | Downloaded ff v0.13.0 |
642 | 2024-08-28T22:29:05.994Z | Downloaded fd-lock v4.0.2 |
643 | 2024-08-28T22:29:05.996Z | Downloaded stable_deref_trait v1.2.0 |
644 | 2024-08-28T22:29:05.999Z | Downloaded futures-task v0.3.30 |
645 | 2024-08-28T22:29:05.999Z | Downloaded futures-sink v0.3.30 |
646 | 2024-08-28T22:29:06.010Z | Downloaded mio v1.0.2 |
647 | 2024-08-28T22:29:06.017Z | Downloaded want v0.3.1 |
648 | 2024-08-28T22:29:06.020Z | Downloaded psl-types v2.0.11 |
649 | 2024-08-28T22:29:06.022Z | Downloaded sqlparser_derive v0.2.2 |
650 | 2024-08-28T22:29:06.022Z | Downloaded rpassword v7.3.1 |
651 | 2024-08-28T22:29:06.025Z | Downloaded tungstenite v0.20.1 |
652 | 2024-08-28T22:29:06.030Z | Downloaded downcast v0.11.0 |
653 | 2024-08-28T22:29:06.030Z | Downloaded dirs-sys-next v0.1.2 |
654 | 2024-08-28T22:29:06.032Z | Downloaded dirs-sys v0.4.1 |
655 | 2024-08-28T22:29:06.032Z | Downloaded zerocopy v0.6.6 |
656 | 2024-08-28T22:29:06.035Z | Downloaded serde_plain v1.0.2 |
657 | 2024-08-28T22:29:06.039Z | Downloaded resolv-conf v0.7.0 |
658 | 2024-08-28T22:29:06.043Z | Downloaded indicatif v0.17.8 |
659 | 2024-08-28T22:29:06.047Z | Downloaded flume v0.11.0 |
660 | 2024-08-28T22:29:06.049Z | Downloaded slog-stdlog v4.1.1 |
661 | 2024-08-28T22:29:06.052Z | Downloaded structmeta-derive v0.3.0 |
662 | 2024-08-28T22:29:06.052Z | Downloaded structmeta-derive v0.2.0 |
663 | 2024-08-28T22:29:06.057Z | Downloaded password-hash v0.4.2 |
664 | 2024-08-28T22:29:06.057Z | Downloaded phf_shared v0.11.2 |
665 | 2024-08-28T22:29:06.059Z | Downloaded phf v0.11.2 |
666 | 2024-08-28T22:29:06.060Z | Downloaded shlex v1.3.0 |
667 | 2024-08-28T22:29:06.062Z | Downloaded http v0.2.12 |
668 | 2024-08-28T22:29:06.065Z | Downloaded parking_lot_core v0.9.10 |
669 | 2024-08-28T22:29:06.068Z | Downloaded thiserror-impl-no-std v2.0.2 |
670 | 2024-08-28T22:29:06.071Z | Downloaded term v0.7.0 |
671 | 2024-08-28T22:29:06.073Z | Downloaded deranged v0.3.11 |
672 | 2024-08-28T22:29:06.075Z | Downloaded scrypt v0.11.0 |
673 | 2024-08-28T22:29:06.080Z | Downloaded crossterm v0.27.0 |
674 | 2024-08-28T22:29:06.085Z | Downloaded hash32 v0.3.1 |
675 | 2024-08-28T22:29:06.087Z | Downloaded openssl-probe v0.1.5 |
676 | 2024-08-28T22:29:06.091Z | Downloaded endian-type v0.1.2 |
677 | 2024-08-28T22:29:06.091Z | Downloaded openssl-macros v0.1.1 |
678 | 2024-08-28T22:29:06.094Z | Downloaded rustc-demangle v0.1.24 |
679 | 2024-08-28T22:29:06.094Z | Downloaded semver v0.1.20 |
680 | 2024-08-28T22:29:06.094Z | Downloaded hash32 v0.2.1 |
681 | 2024-08-28T22:29:06.097Z | Downloaded fallible-iterator v0.3.0 |
682 | 2024-08-28T22:29:06.098Z | Downloaded slog-term v2.9.1 |
683 | 2024-08-28T22:29:06.100Z | Downloaded polyval v0.6.2 |
684 | 2024-08-28T22:29:06.103Z | Downloaded packed_struct_codegen v0.10.1 |
685 | 2024-08-28T22:29:06.107Z | Downloaded packed_struct v0.10.1 |
686 | 2024-08-28T22:29:06.107Z | Downloaded snafu v0.8.2 |
687 | 2024-08-28T22:29:06.112Z | Downloaded quick-error v1.2.3 |
688 | 2024-08-28T22:29:06.115Z | Downloaded scopeguard v1.2.0 |
689 | 2024-08-28T22:29:06.121Z | Downloaded radium v0.7.0 |
690 | 2024-08-28T22:29:06.121Z | Downloaded r2d2 v0.8.10 |
691 | 2024-08-28T22:29:06.124Z | Downloaded fixedbitset v0.4.2 |
692 | 2024-08-28T22:29:06.124Z | Downloaded fallible-streaming-iterator v0.1.9 |
693 | 2024-08-28T22:29:06.124Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-08-28T22:29:06.124Z | Downloaded which v4.4.2 |
695 | 2024-08-28T22:29:06.126Z | Downloaded elliptic-curve v0.13.8 |
696 | 2024-08-28T22:29:06.130Z | Downloaded wyz v0.5.1 |
697 | 2024-08-28T22:29:06.133Z | Downloaded unarray v0.1.4 |
698 | 2024-08-28T22:29:06.136Z | Downloaded tracing-core v0.1.32 |
699 | 2024-08-28T22:29:06.138Z | Downloaded num-bigint-dig v0.8.4 |
700 | 2024-08-28T22:29:06.142Z | Downloaded serde_arrays v0.1.0 |
701 | 2024-08-28T22:29:06.145Z | Downloaded vte_generate_state_changes v0.1.1 |
702 | 2024-08-28T22:29:06.148Z | Downloaded ed25519 v2.2.3 |
703 | 2024-08-28T22:29:06.148Z | Downloaded foreign-types-shared v0.3.1 |
704 | 2024-08-28T22:29:06.150Z | Downloaded signal-hook-tokio v0.3.1 |
705 | 2024-08-28T22:29:06.150Z | Downloaded secrecy v0.8.0 |
706 | 2024-08-28T22:29:06.156Z | Downloaded rand_xorshift v0.3.0 |
707 | 2024-08-28T22:29:06.156Z | Downloaded vergen v8.3.2 |
708 | 2024-08-28T22:29:06.159Z | Downloaded hex-literal v0.4.1 |
709 | 2024-08-28T22:29:06.159Z | Downloaded tls_codec v0.4.1 |
710 | 2024-08-28T22:29:06.161Z | Downloaded num_enum_derive v0.5.11 |
711 | 2024-08-28T22:29:06.164Z | Downloaded socket2 v0.4.10 |
712 | 2024-08-28T22:29:06.164Z | Downloaded tokio-tungstenite v0.20.1 |
713 | 2024-08-28T22:29:06.167Z | Downloaded enum-as-inner v0.5.1 |
714 | 2024-08-28T22:29:06.171Z | Downloaded rustfmt-wrapper v0.2.1 |
715 | 2024-08-28T22:29:06.174Z | Downloaded structmeta v0.3.0 |
716 | 2024-08-28T22:29:06.174Z | Downloaded rustc_version v0.4.0 |
717 | 2024-08-28T22:29:06.174Z | Downloaded url v2.5.2 |
718 | 2024-08-28T22:29:06.177Z | Downloaded unicode_categories v0.1.1 |
719 | 2024-08-28T22:29:06.180Z | Downloaded parking_lot v0.12.2 |
720 | 2024-08-28T22:29:06.183Z | Downloaded num-bigint v0.4.5 |
721 | 2024-08-28T22:29:06.189Z | Downloaded enum-as-inner v0.6.0 |
722 | 2024-08-28T22:29:06.191Z | Downloaded num_enum v0.5.11 |
723 | 2024-08-28T22:29:06.196Z | Downloaded termtree v0.4.1 |
724 | 2024-08-28T22:29:06.198Z | Downloaded take_mut v0.2.2 |
725 | 2024-08-28T22:29:06.201Z | Downloaded strum_macros v0.25.3 |
726 | 2024-08-28T22:29:06.203Z | Downloaded poly1305 v0.8.0 |
727 | 2024-08-28T22:29:06.206Z | Downloaded strum_macros v0.24.3 |
728 | 2024-08-28T22:29:06.209Z | Downloaded proc-macro-crate v1.3.1 |
729 | 2024-08-28T22:29:06.209Z | Downloaded sct v0.7.1 |
730 | 2024-08-28T22:29:06.212Z | Downloaded p256 v0.13.2 |
731 | 2024-08-28T22:29:06.216Z | Downloaded glob v0.3.1 |
732 | 2024-08-28T22:29:06.218Z | Downloaded toml v0.7.8 |
733 | 2024-08-28T22:29:06.222Z | Downloaded primeorder v0.13.6 |
734 | 2024-08-28T22:29:06.228Z | Downloaded flagset v0.4.5 |
735 | 2024-08-28T22:29:06.231Z | Downloaded env_logger v0.9.3 |
736 | 2024-08-28T22:29:06.231Z | Downloaded pretty-hex v0.2.1 |
737 | 2024-08-28T22:29:06.231Z | Downloaded hyper v0.14.30 |
738 | 2024-08-28T22:29:06.241Z | Downloaded wait-timeout v0.2.0 |
739 | 2024-08-28T22:29:06.243Z | Downloaded termcolor v1.4.1 |
740 | 2024-08-28T22:29:06.243Z | Downloaded option-ext v0.2.0 |
741 | 2024-08-28T22:29:06.246Z | Downloaded paste v1.0.15 |
742 | 2024-08-28T22:29:06.249Z | Downloaded scheduled-thread-pool v0.2.7 |
743 | 2024-08-28T22:29:06.251Z | Downloaded termios v0.3.3 |
744 | 2024-08-28T22:29:06.251Z | Downloaded rayon-core v1.12.1 |
745 | 2024-08-28T22:29:06.255Z | Downloaded thiserror-no-std v2.0.2 |
746 | 2024-08-28T22:29:06.260Z | Downloaded foreign-types-shared v0.1.1 |
747 | 2024-08-28T22:29:06.262Z | Downloaded rustls-pemfile v2.1.3 |
748 | 2024-08-28T22:29:06.264Z | Downloaded peg-runtime v0.8.3 |
749 | 2024-08-28T22:29:06.264Z | Downloaded spin v0.5.2 |
750 | 2024-08-28T22:29:06.269Z | Downloaded thread_local v1.1.8 |
751 | 2024-08-28T22:29:06.271Z | Downloaded derive_builder_macro v0.20.0 |
752 | 2024-08-28T22:29:06.271Z | Downloaded getopts v0.2.21 |
753 | 2024-08-28T22:29:06.271Z | Downloaded gethostname v0.5.0 |
754 | 2024-08-28T22:29:06.274Z | Downloaded crossterm v0.28.1 |
755 | 2024-08-28T22:29:06.279Z | Downloaded fragile v2.0.0 |
756 | 2024-08-28T22:29:06.282Z | Downloaded password-hash v0.5.0 |
757 | 2024-08-28T22:29:06.287Z | Downloaded derive_builder_core v0.20.0 |
758 | 2024-08-28T22:29:06.290Z | Downloaded strip-ansi-escapes v0.2.0 |
759 | 2024-08-28T22:29:06.290Z | Downloaded ssh-encoding v0.2.0 |
760 | 2024-08-28T22:29:06.290Z | Downloaded mio v0.8.11 |
761 | 2024-08-28T22:29:06.297Z | Downloaded ssh-cipher v0.2.0 |
762 | 2024-08-28T22:29:06.299Z | Downloaded stringprep v0.1.4 |
763 | 2024-08-28T22:29:06.299Z | Downloaded fallible-iterator v0.2.0 |
764 | 2024-08-28T22:29:06.302Z | Downloaded half v2.4.1 |
765 | 2024-08-28T22:29:06.304Z | Downloaded nom v7.1.3 |
766 | 2024-08-28T22:29:06.310Z | Downloaded rusty-fork v0.3.0 |
767 | 2024-08-28T22:29:06.312Z | Downloaded diesel_table_macro_syntax v0.2.0 |
768 | 2024-08-28T22:29:06.316Z | Downloaded precomputed-hash v0.1.1 |
769 | 2024-08-28T22:29:06.316Z | Downloaded toolchain_find v0.4.0 |
770 | 2024-08-28T22:29:06.316Z | Downloaded powerfmt v0.2.0 |
771 | 2024-08-28T22:29:06.321Z | Downloaded slab v0.4.9 |
772 | 2024-08-28T22:29:06.323Z | Downloaded diff v0.1.13 |
773 | 2024-08-28T22:29:06.323Z | Downloaded percent-encoding v2.3.1 |
774 | 2024-08-28T22:29:06.323Z | Downloaded form_urlencoded v1.2.1 |
775 | 2024-08-28T22:29:06.326Z | Downloaded slog-scope v4.4.0 |
776 | 2024-08-28T22:29:06.326Z | Downloaded pkcs8 v0.10.2 |
777 | 2024-08-28T22:29:06.329Z | Downloaded rustls-pki-types v1.7.0 |
778 | 2024-08-28T22:29:06.331Z | Downloaded postgres-protocol v0.6.7 |
779 | 2024-08-28T22:29:06.333Z | Downloaded utf-8 v0.7.6 |
780 | 2024-08-28T22:29:06.337Z | Downloaded difflib v0.4.0 |
781 | 2024-08-28T22:29:06.337Z | Downloaded zeroize_derive v1.4.2 |
782 | 2024-08-28T22:29:06.340Z | Downloaded path-slash v0.1.5 |
783 | 2024-08-28T22:29:06.340Z | Downloaded static_assertions v1.1.0 |
784 | 2024-08-28T22:29:06.342Z | Downloaded smf v0.2.3 |
785 | 2024-08-28T22:29:06.342Z | Downloaded tough v0.17.1 |
786 | 2024-08-28T22:29:06.350Z | Downloaded libxml v0.3.3 |
787 | 2024-08-28T22:29:06.359Z | Downloaded tower-service v0.3.2 |
788 | 2024-08-28T22:29:06.361Z | Downloaded unicode-truncate v1.0.0 |
789 | 2024-08-28T22:29:06.361Z | Downloaded num-rational v0.4.2 |
790 | 2024-08-28T22:29:06.364Z | Downloaded subprocess v0.2.9 |
791 | 2024-08-28T22:29:06.366Z | Downloaded socket2 v0.5.7 |
792 | 2024-08-28T22:29:06.370Z | Downloaded hkdf v0.12.4 |
793 | 2024-08-28T22:29:06.372Z | Downloaded oso-derive v0.27.3 |
794 | 2024-08-28T22:29:06.372Z | Downloaded slog-json v2.6.1 |
795 | 2024-08-28T22:29:06.374Z | Downloaded rsa v0.9.6 |
796 | 2024-08-28T22:29:06.379Z | Downloaded ref-cast-impl v1.0.23 |
797 | 2024-08-28T22:29:06.382Z | Downloaded topological-sort v0.2.2 |
798 | 2024-08-28T22:29:06.382Z | Downloaded typed-path v0.7.1 |
799 | 2024-08-28T22:29:06.388Z | Downloaded unicode-xid v0.2.4 |
800 | 2024-08-28T22:29:06.390Z | Downloaded smallvec v1.13.2 |
801 | 2024-08-28T22:29:06.393Z | Downloaded pbkdf2 v0.11.0 |
802 | 2024-08-28T22:29:06.395Z | Downloaded openssl-sys v0.9.103 |
803 | 2024-08-28T22:29:06.400Z | Downloaded similar v2.6.0 |
804 | 2024-08-28T22:29:06.405Z | Downloaded tracing v0.1.40 |
805 | 2024-08-28T22:29:06.410Z | Downloaded num-iter v0.1.45 |
806 | 2024-08-28T22:29:06.413Z | Downloaded postgres-types v0.2.7 |
807 | 2024-08-28T22:29:06.415Z | Downloaded slog v2.7.0 |
808 | 2024-08-28T22:29:06.417Z | Downloaded num-derive v0.4.2 |
809 | 2024-08-28T22:29:06.420Z | Downloaded pkcs5 v0.7.1 |
810 | 2024-08-28T22:29:06.423Z | Downloaded unicode-normalization v0.1.23 |
811 | 2024-08-28T22:29:06.427Z | Downloaded hickory-client v0.24.1 |
812 | 2024-08-28T22:29:06.433Z | Downloaded hashlink v0.9.1 |
813 | 2024-08-28T22:29:06.435Z | Downloaded derive_more v0.99.18 |
814 | 2024-08-28T22:29:06.438Z | Downloaded tokio-postgres v0.7.11 |
815 | 2024-08-28T22:29:06.444Z | Downloaded der v0.7.9 |
816 | 2024-08-28T22:29:06.450Z | Downloaded vte v0.11.1 |
817 | 2024-08-28T22:29:06.452Z | Downloaded whoami v1.5.1 |
818 | 2024-08-28T22:29:06.455Z | Downloaded vsss-rs v3.3.4 |
819 | 2024-08-28T22:29:06.457Z | Downloaded unicase v2.7.0 |
820 | 2024-08-28T22:29:06.459Z | Downloaded headers v0.3.9 |
821 | 2024-08-28T22:29:06.464Z | Downloaded erased-serde v0.3.31 |
822 | 2024-08-28T22:29:06.467Z | Downloaded pkcs1 v0.7.5 |
823 | 2024-08-28T22:29:06.469Z | Downloaded tokio-rustls v0.25.0 |
824 | 2024-08-28T22:29:06.472Z | Downloaded futures-util v0.3.30 |
825 | 2024-08-28T22:29:06.484Z | Downloaded uuid v1.10.0 |
826 | 2024-08-28T22:29:06.487Z | Downloaded zip v0.6.6 |
827 | 2024-08-28T22:29:06.492Z | Downloaded p521 v0.13.3 |
828 | 2024-08-28T22:29:06.496Z | Downloaded dhcproto v0.12.0 |
829 | 2024-08-28T22:29:06.499Z | Downloaded tinyvec v1.6.0 |
830 | 2024-08-28T22:29:06.502Z | Downloaded tokio-util v0.7.11 |
831 | 2024-08-28T22:29:06.510Z | Downloaded hashbrown v0.12.3 |
832 | 2024-08-28T22:29:06.515Z | Downloaded expectorate v1.1.0 |
833 | 2024-08-28T22:29:06.518Z | Downloaded russh v0.44.1 |
834 | 2024-08-28T22:29:06.523Z | Downloaded portable-atomic v1.6.0 |
835 | 2024-08-28T22:29:06.530Z | Downloaded bitvec v1.0.1 |
836 | 2024-08-28T22:29:06.546Z | Downloaded flate2 v1.0.31 |
837 | 2024-08-28T22:29:06.551Z | Downloaded rusqlite v0.31.0 |
838 | 2024-08-28T22:29:06.559Z | Downloaded bindgen v0.69.4 |
839 | 2024-08-28T22:29:06.567Z | Downloaded hashbrown v0.13.2 |
840 | 2024-08-28T22:29:06.571Z | Downloaded x509-cert v0.2.5 |
841 | 2024-08-28T22:29:06.577Z | Downloaded sqlparser v0.45.0 |
842 | 2024-08-28T22:29:06.584Z | Downloaded quick-xml v0.31.0 |
843 | 2024-08-28T22:29:06.590Z | Downloaded time v0.3.36 |
844 | 2024-08-28T22:29:06.598Z | Downloaded idna v0.4.0 |
845 | 2024-08-28T22:29:06.605Z | Downloaded rayon v1.10.0 |
846 | 2024-08-28T22:29:06.615Z | Downloaded lalrpop v0.19.12 |
847 | 2024-08-28T22:29:06.627Z | Downloaded proptest v1.5.0 |
848 | 2024-08-28T22:29:06.637Z | Downloaded reedline v0.33.0 |
849 | 2024-08-28T22:29:06.645Z | Downloaded rustls v0.21.12 |
850 | 2024-08-28T22:29:06.657Z | Downloaded regress v0.9.1 |
851 | 2024-08-28T22:29:06.666Z | Downloaded curve25519-dalek v4.1.3 |
852 | 2024-08-28T22:29:06.676Z | Downloaded nix v0.27.1 |
853 | 2024-08-28T22:29:06.688Z | Downloaded winnow v0.5.40 |
854 | 2024-08-28T22:29:06.698Z | Downloaded radix_trie v0.2.1 |
855 | 2024-08-28T22:29:06.704Z | Downloaded reqwest v0.11.27 |
856 | 2024-08-28T22:29:06.713Z | Downloaded nix v0.28.0 |
857 | 2024-08-28T22:29:06.725Z | Downloaded rustls-webpki v0.102.4 |
858 | 2024-08-28T22:29:06.744Z | Downloaded regex v1.10.6 |
859 | 2024-08-28T22:29:06.757Z | Downloaded vcpkg v0.2.15 |
860 | 2024-08-28T22:29:06.798Z | Downloaded smoltcp v0.9.1 |
861 | 2024-08-28T22:29:06.810Z | Downloaded openapiv3 v2.0.0 |
862 | 2024-08-28T22:29:06.823Z | Downloaded hickory-proto v0.24.1 |
863 | 2024-08-28T22:29:06.842Z | Downloaded smoltcp v0.11.0 |
864 | 2024-08-28T22:29:06.854Z | Downloaded regex-syntax v0.8.4 |
865 | 2024-08-28T22:29:06.862Z | Downloaded regex-syntax v0.6.29 |
866 | 2024-08-28T22:29:06.871Z | Downloaded rustls v0.22.4 |
867 | 2024-08-28T22:29:06.884Z | Downloaded diesel v2.2.3 |
868 | 2024-08-28T22:29:06.905Z | Downloaded ratatui v0.28.0 |
869 | 2024-08-28T22:29:06.925Z | Downloaded sled v0.34.7 |
870 | 2024-08-28T22:29:06.936Z | Downloaded zerocopy-derive v0.6.6 |
871 | 2024-08-28T22:29:06.948Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
872 | 2024-08-28T22:29:06.960Z | Downloaded petgraph v0.6.5 |
873 | 2024-08-28T22:29:06.979Z | Downloaded csv v1.3.0 |
874 | 2024-08-28T22:29:07.003Z | Downloaded gimli v0.28.1 |
875 | 2024-08-28T22:29:07.013Z | Downloaded p384 v0.13.0 |
876 | 2024-08-28T22:29:07.021Z | Downloaded polar-core v0.27.3 |
877 | 2024-08-28T22:29:07.027Z | Downloaded dropshot v0.10.1 |
878 | 2024-08-28T22:29:07.037Z | Downloaded bstr v1.9.1 |
879 | 2024-08-28T22:29:07.048Z | Downloaded trust-dns-proto v0.22.0 |
880 | 2024-08-28T22:29:07.062Z | Downloaded regex-automata v0.4.6 |
881 | 2024-08-28T22:29:07.082Z | Downloaded finl_unicode v1.2.0 |
882 | 2024-08-28T22:29:07.096Z | Downloaded tokio v1.39.3 |
883 | 2024-08-28T22:29:07.134Z | Downloaded git2 v0.19.0 |
884 | 2024-08-28T22:29:07.145Z | Downloaded openssl v0.10.66 |
885 | 2024-08-28T22:29:07.155Z | Downloaded sha3 v0.10.8 |
886 | 2024-08-28T22:29:07.160Z | Downloaded object v0.32.2 |
887 | 2024-08-28T22:29:07.173Z | Downloaded idna v0.5.0 |
888 | 2024-08-28T22:29:07.179Z | Downloaded webpki-roots v0.25.4 |
889 | 2024-08-28T22:29:07.184Z | Downloaded object v0.30.4 |
890 | 2024-08-28T22:29:07.193Z | Downloaded idna v0.3.0 |
891 | 2024-08-28T22:29:07.200Z | Downloaded idna v0.2.3 |
892 | 2024-08-28T22:29:07.208Z | Downloaded h2 v0.3.26 |
893 | 2024-08-28T22:29:07.215Z | Downloaded samael v0.0.15 |
894 | 2024-08-28T22:29:07.220Z | Downloaded env_logger v0.10.2 |
895 | 2024-08-28T22:29:07.223Z | Downloaded oso v0.27.3 |
896 | 2024-08-28T22:29:07.226Z | Downloaded itertools v0.13.0 |
897 | 2024-08-28T22:29:07.234Z | Downloaded prettyplease v0.2.20 |
898 | 2024-08-28T22:29:07.237Z | Downloaded ref-cast v1.0.23 |
899 | 2024-08-28T22:29:07.240Z | Downloaded rcgen v0.12.1 |
900 | 2024-08-28T22:29:07.242Z | Downloaded peg-macros v0.8.4 |
901 | 2024-08-28T22:29:07.245Z | Downloaded hex v0.4.3 |
902 | 2024-08-28T22:29:07.248Z | Downloaded tokio-native-tls v0.3.1 |
903 | 2024-08-28T22:29:07.251Z | Downloaded chrono v0.4.38 |
904 | 2024-08-28T22:29:07.257Z | Downloaded tls_codec_derive v0.4.1 |
905 | 2024-08-28T22:29:07.260Z | Downloaded pin-project-internal v1.1.5 |
906 | 2024-08-28T22:29:07.260Z | Downloaded futures v0.3.30 |
907 | 2024-08-28T22:29:07.266Z | Downloaded unicode-segmentation v1.11.0 |
908 | 2024-08-28T22:29:07.270Z | Downloaded float-cmp v0.9.0 |
909 | 2024-08-28T22:29:07.273Z | Downloaded pbkdf2 v0.12.2 |
910 | 2024-08-28T22:29:07.273Z | Downloaded uzers v0.11.3 |
911 | 2024-08-28T22:29:07.275Z | Downloaded structmeta v0.2.0 |
912 | 2024-08-28T22:29:07.275Z | Downloaded peg v0.8.4 |
913 | 2024-08-28T22:29:07.279Z | Downloaded itertools v0.12.1 |
914 | 2024-08-28T22:29:07.290Z | Downloaded time-core v0.1.2 |
915 | 2024-08-28T22:29:07.293Z | Downloaded encoding_rs v0.8.34 |
916 | 2024-08-28T22:29:07.314Z | Downloaded der_derive v0.7.2 |
917 | 2024-08-28T22:29:07.317Z | Downloaded spin v0.9.8 |
918 | 2024-08-28T22:29:07.319Z | Downloaded ron v0.7.1 |
919 | 2024-08-28T22:29:07.324Z | Downloaded tokio-macros v2.4.0 |
920 | 2024-08-28T22:29:07.327Z | Downloaded getrandom v0.2.14 |
921 | 2024-08-28T22:29:07.329Z | Downloaded rustls-webpki v0.101.7 |
922 | 2024-08-28T22:29:07.344Z | Downloaded publicsuffix v2.2.3 |
923 | 2024-08-28T22:29:07.347Z | Downloaded zone v0.1.8 |
924 | 2024-08-28T22:29:07.349Z | Downloaded slog-async v2.8.0 |
925 | 2024-08-28T22:29:07.349Z | Downloaded rustversion v1.0.17 |
926 | 2024-08-28T22:29:07.352Z | Downloaded futures-channel v0.3.30 |
927 | 2024-08-28T22:29:07.354Z | Downloaded ssh-key v0.6.6 |
928 | 2024-08-28T22:29:07.361Z | Downloaded serde_with v3.9.0 |
929 | 2024-08-28T22:29:07.371Z | Downloaded toml_edit v0.19.15 |
930 | 2024-08-28T22:29:07.389Z | Downloaded num-traits v0.2.19 |
931 | 2024-08-28T22:29:07.392Z | Downloaded pin-project v1.1.5 |
932 | 2024-08-28T22:29:07.405Z | Downloaded signal-hook v0.3.17 |
933 | 2024-08-28T22:29:07.409Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
934 | 2024-08-28T22:29:07.475Z | Downloaded globset v0.4.14 |
935 | 2024-08-28T22:29:07.483Z | Downloaded ring v0.17.8 |
936 | 2024-08-28T22:29:07.547Z | Downloaded strum_macros v0.26.4 |
937 | 2024-08-28T22:29:07.551Z | Downloaded foreign-types v0.3.2 |
938 | 2024-08-28T22:29:07.551Z | Downloaded zone_cfg_derive v0.1.2 |
939 | 2024-08-28T22:29:07.551Z | Downloaded futures-core v0.3.30 |
940 | 2024-08-28T22:29:07.551Z | Downloaded same-file v1.0.6 |
941 | 2024-08-28T22:29:07.554Z | Downloaded pkg-config v0.3.30 |
942 | 2024-08-28T22:29:07.554Z | Downloaded libm v0.2.8 |
943 | 2024-08-28T22:29:07.562Z | Downloaded ecdsa v0.16.9 |
944 | 2024-08-28T22:29:07.565Z | Downloaded smallvec v0.6.14 |
945 | 2024-08-28T22:29:07.568Z | Downloaded tracing-attributes v0.1.27 |
946 | 2024-08-28T22:29:07.570Z | Downloaded postcard v1.0.8 |
947 | 2024-08-28T22:29:07.574Z | Downloaded fatfs v0.3.6 |
948 | 2024-08-28T22:29:07.576Z | Downloaded tokio-tungstenite v0.21.0 |
949 | 2024-08-28T22:29:07.581Z | Downloaded unicode-bidi v0.3.15 |
950 | 2024-08-28T22:29:07.581Z | Downloaded rustls-pemfile v1.0.4 |
951 | 2024-08-28T22:29:07.583Z | Downloaded ring v0.16.20 |
952 | 2024-08-28T22:29:07.667Z | Downloaded serde-hex v0.1.0 |
953 | 2024-08-28T22:29:07.669Z | Downloaded tungstenite v0.23.0 |
954 | 2024-08-28T22:29:07.672Z | Downloaded tungstenite v0.21.0 |
955 | 2024-08-28T22:29:07.675Z | Downloaded blake3 v1.5.1 |
956 | 2024-08-28T22:29:07.683Z | Downloaded parking_lot v0.11.2 |
957 | 2024-08-28T22:29:07.686Z | Downloaded aho-corasick v1.1.3 |
958 | 2024-08-28T22:29:07.691Z | Downloaded filetime v0.2.24 |
959 | 2024-08-28T22:29:07.716Z | Downloaded rand v0.8.5 |
960 | 2024-08-28T22:29:07.716Z | Downloaded rustyline v14.0.0 |
961 | 2024-08-28T22:29:07.716Z | Downloaded derive-where v1.2.7 |
962 | 2024-08-28T22:29:07.719Z | Downloaded ron v0.8.1 |
963 | 2024-08-28T22:29:07.725Z | Downloaded serde_repr v0.1.19 |
964 | 2024-08-28T22:29:07.728Z | Downloaded test-strategy v0.3.1 |
965 | 2024-08-28T22:29:07.733Z | Downloaded heapless v0.7.17 |
966 | 2024-08-28T22:29:07.739Z | Downloaded steno v0.4.1 |
967 | 2024-08-28T22:29:07.743Z | Downloaded dirs v5.0.1 |
968 | 2024-08-28T22:29:07.746Z | Downloaded defmt-parser v0.3.4 |
969 | 2024-08-28T22:29:07.749Z | Downloaded signal-hook-mio v0.2.4 |
970 | 2024-08-28T22:29:07.749Z | Downloaded serde_path_to_error v0.1.16 |
971 | 2024-08-28T22:29:07.752Z | Downloaded num-integer v0.1.46 |
972 | 2024-08-28T22:29:07.755Z | Downloaded aes-gcm v0.10.3 |
973 | 2024-08-28T22:29:07.757Z | Downloaded signature v2.2.0 |
974 | 2024-08-28T22:29:07.760Z | Downloaded minimal-lexical v0.2.1 |
975 | 2024-08-28T22:29:07.765Z | Downloaded itertools v0.10.5 |
976 | 2024-08-28T22:29:07.775Z | Downloaded twox-hash v1.6.3 |
977 | 2024-08-28T22:29:07.778Z | Downloaded heapless v0.8.0 |
978 | 2024-08-28T22:29:07.783Z | Downloaded serde_yaml v0.9.34+deprecated |
979 | 2024-08-28T22:29:07.788Z | Downloaded schemars v0.8.21 |
980 | 2024-08-28T22:29:07.803Z | Downloaded dsl_auto_type v0.1.2 |
981 | 2024-08-28T22:29:07.806Z | Downloaded parking_lot_core v0.8.6 |
982 | 2024-08-28T22:29:07.810Z | Downloaded omicron-zone-package v0.11.0 |
983 | 2024-08-28T22:29:07.813Z | Downloaded diesel_derives v2.2.2 |
984 | 2024-08-28T22:29:07.815Z | Downloaded unsafe-libyaml v0.2.11 |
985 | 2024-08-28T22:29:07.818Z | Downloaded tokio-stream v0.1.15 |
986 | 2024-08-28T22:29:07.822Z | Downloaded ed25519-dalek v2.1.1 |
987 | 2024-08-28T22:29:07.824Z | Downloaded walkdir v2.5.0 |
988 | 2024-08-28T22:29:07.827Z | Downloaded salsa20 v0.10.2 |
989 | 2024-08-28T22:29:07.827Z | Downloaded tar v0.4.41 |
990 | 2024-08-28T22:29:07.830Z | Downloaded sigpipe v0.1.3 |
991 | 2024-08-28T22:29:07.832Z | Downloaded ppv-lite86 v0.2.17 |
992 | 2024-08-28T22:29:07.832Z | Downloaded pin-project-lite v0.2.14 |
993 | 2024-08-28T22:29:07.836Z | Downloaded parse-display v0.10.0 |
994 | 2024-08-28T22:29:07.839Z | Downloaded owo-colors v4.0.0 |
995 | 2024-08-28T22:29:07.841Z | Downloaded const_format v0.2.32 |
996 | 2024-08-28T22:29:07.845Z | Downloaded base64 v0.21.7 |
997 | 2024-08-28T22:29:07.849Z | Downloaded futures-executor v0.3.30 |
998 | 2024-08-28T22:29:07.852Z | Downloaded shell-words v1.1.0 |
999 | 2024-08-28T22:29:07.852Z | Downloaded sha1 v0.10.6 |
1000 | 2024-08-28T22:29:07.854Z | Downloaded rustc_version v0.1.7 |
1001 | 2024-08-28T22:29:07.854Z | Downloaded rfc6979 v0.4.0 |
1002 | 2024-08-28T22:29:07.856Z | Downloaded nu-ansi-term v0.50.0 |
1003 | 2024-08-28T22:29:07.859Z | Downloaded defmt-macros v0.3.9 |
1004 | 2024-08-28T22:29:07.862Z | Downloaded libz-sys v1.1.16 |
1005 | 2024-08-28T22:29:07.929Z | Downloaded defmt v0.3.8 |
1006 | 2024-08-28T22:29:07.933Z | Downloaded data-encoding v2.6.0 |
1007 | 2024-08-28T22:29:07.935Z | Downloaded ena v0.14.3 |
1008 | 2024-08-28T22:29:07.937Z | Downloaded num-complex v0.4.6 |
1009 | 2024-08-28T22:29:07.938Z | Downloaded pin-utils v0.1.0 |
1010 | 2024-08-28T22:29:07.940Z | Downloaded parse-display-derive v0.10.0 |
1011 | 2024-08-28T22:29:07.940Z | Downloaded funty v2.0.0 |
1012 | 2024-08-28T22:29:07.943Z | Downloaded embedded-io v0.4.0 |
1013 | 2024-08-28T22:29:07.943Z | Downloaded untrusted v0.7.1 |
1014 | 2024-08-28T22:29:07.943Z | Downloaded opaque-debug v0.3.1 |
1015 | 2024-08-28T22:29:07.946Z | Downloaded num_threads v0.1.7 |
1016 | 2024-08-28T22:29:07.946Z | Downloaded fxhash v0.2.1 |
1017 | 2024-08-28T22:29:07.946Z | Downloaded rand_core v0.6.4 |
1018 | 2024-08-28T22:29:07.948Z | Downloaded futures-macro v0.3.30 |
1019 | 2024-08-28T22:29:07.948Z | Downloaded tokio-tungstenite v0.23.1 |
1020 | 2024-08-28T22:29:07.953Z | Downloaded crossbeam-channel v0.5.12 |
1021 | 2024-08-28T22:29:07.955Z | Downloaded rand_chacha v0.3.1 |
1022 | 2024-08-28T22:29:07.957Z | Downloaded derive_builder v0.20.0 |
1023 | 2024-08-28T22:29:07.961Z | Downloaded http v1.1.0 |
1024 | 2024-08-28T22:29:07.964Z | Downloaded predicates v3.1.2 |
1025 | 2024-08-28T22:29:07.967Z | Downloaded snafu-derive v0.8.2 |
1026 | 2024-08-28T22:29:07.970Z | Downloaded serde_derive_internals v0.29.1 |
1027 | 2024-08-28T22:29:07.972Z | Downloaded miniz_oxide v0.7.2 |
1028 | 2024-08-28T22:29:07.974Z | Downloaded darling v0.20.9 |
1029 | 2024-08-28T22:29:07.978Z | Downloaded either v1.13.0 |
1030 | 2024-08-28T22:29:07.980Z | Downloaded libsqlite3-sys v0.28.0 |
1031 | 2024-08-28T22:29:08.055Z | Downloaded multer v3.1.0 |
1032 | 2024-08-28T22:29:08.058Z | Downloaded bzip2 v0.4.4 |
1033 | 2024-08-28T22:29:08.061Z | Downloaded tokio-rustls v0.24.1 |
1034 | 2024-08-28T22:29:08.063Z | Downloaded time-macros v0.2.18 |
1035 | 2024-08-28T22:29:08.066Z | Downloaded libloading v0.8.3 |
1036 | 2024-08-28T22:29:08.068Z | Downloaded indexmap v1.9.3 |
1037 | 2024-08-28T22:29:08.072Z | Downloaded cc v1.0.97 |
1038 | 2024-08-28T22:29:08.074Z | Downloaded ascii v1.1.0 |
1039 | 2024-08-28T22:29:08.074Z | Downloaded universal-hash v0.5.1 |
1040 | 2024-08-28T22:29:08.077Z | Downloaded cookie v0.17.0 |
1041 | 2024-08-28T22:29:08.079Z | Downloaded siphasher v0.3.11 |
1042 | 2024-08-28T22:29:08.079Z | Downloaded hmac v0.12.1 |
1043 | 2024-08-28T22:29:08.082Z | Downloaded constant_time_eq v0.3.0 |
1044 | 2024-08-28T22:29:08.084Z | Downloaded base64ct v1.6.0 |
1045 | 2024-08-28T22:29:08.084Z | Downloaded subtle v2.5.0 |
1046 | 2024-08-28T22:29:08.087Z | Downloaded cancel-safe-futures v0.1.5 |
1047 | 2024-08-28T22:29:08.089Z | Downloaded keccak v0.1.5 |
1048 | 2024-08-28T22:29:08.091Z | Downloaded bitfield-struct v0.6.1 |
1049 | 2024-08-28T22:29:08.091Z | Downloaded arc-swap v1.7.1 |
1050 | 2024-08-28T22:29:08.094Z | Downloaded aes v0.8.4 |
1051 | 2024-08-28T22:29:08.098Z | Downloaded inout v0.1.3 |
1052 | 2024-08-28T22:29:08.101Z | Downloaded backoff v0.4.0 |
1053 | 2024-08-28T22:29:08.104Z | Downloaded mime v0.3.17 |
1054 | 2024-08-28T22:29:08.104Z | Downloaded maplit v1.0.2 |
1055 | 2024-08-28T22:29:08.104Z | Downloaded ipnetwork v0.20.0 |
1056 | 2024-08-28T22:29:08.107Z | Downloaded indent_write v2.2.0 |
1057 | 2024-08-28T22:29:08.107Z | Downloaded slog-dtrace v0.3.0 |
1058 | 2024-08-28T22:29:08.109Z | Downloaded signal-hook-registry v1.4.2 |
1059 | 2024-08-28T22:29:08.109Z | Downloaded arrayvec v0.7.4 |
1060 | 2024-08-28T22:29:08.112Z | Downloaded compact_str v0.8.0 |
1061 | 2024-08-28T22:29:08.114Z | Downloaded dhcproto-macros v0.1.0 |
1062 | 2024-08-28T22:29:08.117Z | Downloaded linear-map v1.2.0 |
1063 | 2024-08-28T22:29:08.117Z | Downloaded internet-checksum v0.2.1 |
1064 | 2024-08-28T22:29:08.119Z | Downloaded humantime v2.1.0 |
1065 | 2024-08-28T22:29:08.119Z | Downloaded httparse v1.8.0 |
1066 | 2024-08-28T22:29:08.122Z | Downloaded buf-list v1.0.3 |
1067 | 2024-08-28T22:29:08.125Z | Downloaded block-padding v0.3.3 |
1068 | 2024-08-28T22:29:08.125Z | Downloaded matches v0.1.10 |
1069 | 2024-08-28T22:29:08.125Z | Downloaded is_ci v1.2.0 |
1070 | 2024-08-28T22:29:08.130Z | Downloaded bcrypt-pbkdf v0.10.0 |
1071 | 2024-08-28T22:29:08.130Z | Downloaded async-recursion v1.1.1 |
1072 | 2024-08-28T22:29:08.132Z | Downloaded arrayref v0.3.7 |
1073 | 2024-08-28T22:29:08.132Z | Downloaded http-body v0.4.6 |
1074 | 2024-08-28T22:29:08.134Z | Downloaded hubpack v0.1.2 |
1075 | 2024-08-28T22:29:08.135Z | Downloaded hostname v0.3.1 |
1076 | 2024-08-28T22:29:08.135Z | Downloaded crossbeam-epoch v0.9.18 |
1077 | 2024-08-28T22:29:08.137Z | Downloaded cfg_aliases v0.1.1 |
1078 | 2024-08-28T22:29:08.139Z | Downloaded blake2 v0.10.6 |
1079 | 2024-08-28T22:29:08.142Z | Downloaded lalrpop-util v0.19.12 |
1080 | 2024-08-28T22:29:08.142Z | Downloaded async-stream-impl v0.3.5 |
1081 | 2024-08-28T22:29:08.142Z | Downloaded assert_matches v1.5.0 |
1082 | 2024-08-28T22:29:08.145Z | Downloaded newtype-uuid v1.1.0 |
1083 | 2024-08-28T22:29:08.145Z | Downloaded lru v0.12.3 |
1084 | 2024-08-28T22:29:08.145Z | Downloaded libsw v3.3.1 |
1085 | 2024-08-28T22:29:08.147Z | Downloaded kstat-rs v0.2.4 |
1086 | 2024-08-28T22:29:08.150Z | Downloaded ahash v0.8.11 |
1087 | 2024-08-28T22:29:08.153Z | Downloaded indoc v1.0.9 |
1088 | 2024-08-28T22:29:08.153Z | Downloaded async-trait v0.1.81 |
1089 | 2024-08-28T22:29:08.156Z | Downloaded maybe-uninit v2.0.0 |
1090 | 2024-08-28T22:29:08.159Z | Downloaded hostname v0.4.0 |
1091 | 2024-08-28T22:29:08.159Z | Downloaded blowfish v0.9.1 |
1092 | 2024-08-28T22:29:08.162Z | Downloaded nodrop v0.1.14 |
1093 | 2024-08-28T22:29:08.162Z | Downloaded memoffset v0.9.1 |
1094 | 2024-08-28T22:29:08.162Z | Downloaded instant v0.1.12 |
1095 | 2024-08-28T22:29:08.164Z | Downloaded httpdate v1.0.3 |
1096 | 2024-08-28T22:29:08.164Z | Downloaded home v0.5.9 |
1097 | 2024-08-28T22:29:08.167Z | Downloaded async-bb8-diesel v0.2.1 |
1098 | 2024-08-28T22:29:08.169Z | Downloaded bcs v0.1.6 |
1099 | 2024-08-28T22:29:08.268Z | Compiling serde v1.0.208 |
1100 | 2024-08-28T22:29:08.271Z | Compiling typenum v1.17.0 |
1101 | 2024-08-28T22:29:08.271Z | Compiling lock_api v0.4.12 |
1102 | 2024-08-28T22:29:08.271Z | Compiling generic-array v0.14.7 |
1103 | 2024-08-28T22:29:08.271Z | Compiling scopeguard v1.2.0 |
1104 | 2024-08-28T22:29:08.417Z | Compiling log v0.4.21 |
1105 | 2024-08-28T22:29:08.432Z | Compiling syn v2.0.74 |
1106 | 2024-08-28T22:29:08.446Z | Compiling getrandom v0.2.14 |
1107 | 2024-08-28T22:29:08.606Z | Compiling jobserver v0.1.32 |
1108 | 2024-08-28T22:29:08.772Z | Compiling rand_core v0.6.4 |
1109 | 2024-08-28T22:29:08.953Z | Compiling subtle v2.5.0 |
1110 | 2024-08-28T22:29:09.019Z | Compiling cc v1.0.97 |
1111 | 2024-08-28T22:29:09.062Z | Compiling const-oid v0.9.6 |
1112 | 2024-08-28T22:29:09.328Z | Compiling smallvec v1.13.2 |
1113 | 2024-08-28T22:29:09.347Z | Compiling pin-project-lite v0.2.14 |
1114 | 2024-08-28T22:29:09.470Z | Compiling parking_lot_core v0.9.10 |
1115 | 2024-08-28T22:29:09.489Z | Compiling signal-hook-registry v1.4.2 |
1116 | 2024-08-28T22:29:09.600Z | Compiling spin v0.9.8 |
1117 | 2024-08-28T22:29:09.757Z | Compiling mio v1.0.2 |
1118 | 2024-08-28T22:29:10.045Z | Compiling ahash v0.8.11 |
1119 | 2024-08-28T22:29:10.371Z | Compiling parking_lot v0.12.2 |
1120 | 2024-08-28T22:29:10.417Z | Compiling tinyvec_macros v0.1.1 |
1121 | 2024-08-28T22:29:10.516Z | Compiling tinyvec v1.6.0 |
1122 | 2024-08-28T22:29:10.746Z | Compiling socket2 v0.5.7 |
1123 | 2024-08-28T22:29:10.993Z | Compiling libm v0.2.8 |
1124 | 2024-08-28T22:29:11.084Z | Compiling futures-core v0.3.30 |
1125 | 2024-08-28T22:29:11.294Z | Compiling serde_json v1.0.125 |
1126 | 2024-08-28T22:29:11.340Z | Compiling cpufeatures v0.2.12 |
1127 | 2024-08-28T22:29:11.358Z | Compiling futures-sink v0.3.30 |
1128 | 2024-08-28T22:29:11.405Z | Compiling num-traits v0.2.19 |
1129 | 2024-08-28T22:29:11.436Z | Compiling slab v0.4.9 |
1130 | 2024-08-28T22:29:11.515Z | Compiling allocator-api2 v0.2.18 |
1131 | 2024-08-28T22:29:11.685Z | Compiling unicode-bidi v0.3.15 |
1132 | 2024-08-28T22:29:11.970Z | Compiling futures-channel v0.3.30 |
1133 | 2024-08-28T22:29:12.050Z | Compiling unicode-normalization v0.1.23 |
1134 | 2024-08-28T22:29:12.224Z | Compiling futures-task v0.3.30 |
1135 | 2024-08-28T22:29:12.333Z | Compiling vcpkg v0.2.15 |
1136 | 2024-08-28T22:29:12.406Z | Compiling pin-utils v0.1.0 |
1137 | 2024-08-28T22:29:12.502Z | Compiling futures-io v0.3.30 |
1138 | 2024-08-28T22:29:12.521Z | Compiling pkg-config v0.3.30 |
1139 | 2024-08-28T22:29:13.231Z | Compiling base64ct v1.6.0 |
1140 | 2024-08-28T22:29:13.258Z | Compiling flagset v0.4.5 |
1141 | 2024-08-28T22:29:13.306Z | Compiling ring v0.17.8 |
1142 | 2024-08-28T22:29:13.326Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-08-28T22:29:13.475Z | Compiling ppv-lite86 v0.2.17 |
1144 | 2024-08-28T22:29:13.708Z | Compiling tracing-core v0.1.32 |
1145 | 2024-08-28T22:29:13.877Z | Compiling pem-rfc7468 v0.7.0 |
1146 | 2024-08-28T22:29:14.229Z | Compiling rustix v0.38.34 |
1147 | 2024-08-28T22:29:14.319Z | Compiling rand_chacha v0.3.1 |
1148 | 2024-08-28T22:29:14.652Z | Compiling untrusted v0.9.0 |
1149 | 2024-08-28T22:29:14.670Z | Compiling openssl-sys v0.9.103 |
1150 | 2024-08-28T22:29:14.822Z | Compiling rand v0.8.5 |
1151 | 2024-08-28T22:29:15.045Z | Compiling time-core v0.1.2 |
1152 | 2024-08-28T22:29:15.207Z | Compiling openssl v0.10.66 |
1153 | 2024-08-28T22:29:15.229Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-08-28T22:29:15.248Z | Compiling num-conv v0.1.0 |
1155 | 2024-08-28T22:29:15.340Z | Compiling powerfmt v0.2.0 |
1156 | 2024-08-28T22:29:15.533Z | Compiling rustversion v1.0.17 |
1157 | 2024-08-28T22:29:15.646Z | Compiling httparse v1.8.0 |
1158 | 2024-08-28T22:29:15.706Z | Compiling deranged v0.3.11 |
1159 | 2024-08-28T22:29:16.122Z | Compiling time-macros v0.2.18 |
1160 | 2024-08-28T22:29:16.307Z | Compiling foreign-types v0.3.2 |
1161 | 2024-08-28T22:29:16.405Z | Compiling form_urlencoded v1.2.1 |
1162 | 2024-08-28T22:29:16.735Z | Compiling aho-corasick v1.1.3 |
1163 | 2024-08-28T22:29:16.737Z | Compiling syn v1.0.109 |
1164 | 2024-08-28T22:29:16.775Z | Compiling native-tls v0.2.11 |
1165 | 2024-08-28T22:29:17.127Z | Compiling siphasher v0.3.11 |
1166 | 2024-08-28T22:29:17.333Z | Compiling num_threads v0.1.7 |
1167 | 2024-08-28T22:29:17.362Z | Compiling rustls v0.21.12 |
1168 | 2024-08-28T22:29:17.446Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-08-28T22:29:17.521Z | Compiling crossbeam-utils v0.8.19 |
1170 | 2024-08-28T22:29:17.604Z | Compiling try-lock v0.2.5 |
1171 | 2024-08-28T22:29:17.775Z | Compiling want v0.3.1 |
1172 | 2024-08-28T22:29:18.222Z | Compiling idna v0.5.0 |
1173 | 2024-08-28T22:29:18.783Z | Compiling cookie v0.17.0 |
1174 | 2024-08-28T22:29:19.083Z | Compiling adler v1.0.2 |
1175 | 2024-08-28T22:29:19.235Z | Compiling openssl-probe v0.1.5 |
1176 | 2024-08-28T22:29:19.301Z | Compiling finl_unicode v1.2.0 |
1177 | 2024-08-28T22:29:19.320Z | Compiling time v0.3.36 |
1178 | 2024-08-28T22:29:19.579Z | Compiling slog v2.7.0 |
1179 | 2024-08-28T22:29:19.783Z | Compiling iana-time-zone v0.1.60 |
1180 | 2024-08-28T22:29:19.896Z | Compiling tower-service v0.3.2 |
1181 | 2024-08-28T22:29:20.016Z | Compiling httpdate v1.0.3 |
1182 | 2024-08-28T22:29:20.209Z | Compiling stringprep v0.1.4 |
1183 | 2024-08-28T22:29:20.255Z | Compiling miniz_oxide v0.7.2 |
1184 | 2024-08-28T22:29:20.487Z | Compiling url v2.5.2 |
1185 | 2024-08-28T22:29:21.424Z | Compiling regex-automata v0.4.6 |
1186 | 2024-08-28T22:29:22.449Z | Compiling num-integer v0.1.46 |
1187 | 2024-08-28T22:29:23.298Z | Compiling rustls-webpki v0.101.7 |
1188 | 2024-08-28T22:29:23.321Z | Compiling sct v0.7.1 |
1189 | 2024-08-28T22:29:23.411Z | Compiling serde_derive v1.0.208 |
1190 | 2024-08-28T22:29:23.649Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-08-28T22:29:24.397Z | Compiling zerocopy-derive v0.7.34 |
1192 | 2024-08-28T22:29:24.854Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-08-28T22:29:25.031Z | Compiling thiserror-impl v1.0.63 |
1194 | 2024-08-28T22:29:25.348Z | Compiling zeroize v1.7.0 |
1195 | 2024-08-28T22:29:25.381Z | Compiling futures-macro v0.3.30 |
1196 | 2024-08-28T22:29:26.579Z | Compiling der_derive v0.7.2 |
1197 | 2024-08-28T22:29:26.801Z | Compiling zerocopy v0.7.34 |
1198 | 2024-08-28T22:29:27.262Z | Compiling crypto-common v0.1.6 |
1199 | 2024-08-28T22:29:27.487Z | Compiling block-buffer v0.10.4 |
1200 | 2024-08-28T22:29:27.507Z | Compiling block-padding v0.3.3 |
1201 | 2024-08-28T22:29:27.788Z | Compiling digest v0.10.7 |
1202 | 2024-08-28T22:29:27.808Z | Compiling inout v0.1.3 |
1203 | 2024-08-28T22:29:28.110Z | Compiling cipher v0.4.4 |
1204 | 2024-08-28T22:29:28.326Z | Compiling hmac v0.12.1 |
1205 | 2024-08-28T22:29:28.576Z | Compiling sha2 v0.10.8 |
1206 | 2024-08-28T22:29:28.597Z | Compiling thiserror v1.0.63 |
1207 | 2024-08-28T22:29:28.669Z | Compiling futures-util v0.3.30 |
1208 | 2024-08-28T22:29:28.744Z | Compiling pest v2.7.10 |
1209 | 2024-08-28T22:29:29.192Z | Compiling hashbrown v0.14.5 |
1210 | 2024-08-28T22:29:29.231Z | Compiling der v0.7.9 |
1211 | 2024-08-28T22:29:30.701Z | Compiling salsa20 v0.10.2 |
1212 | 2024-08-28T22:29:30.939Z | Compiling pbkdf2 v0.12.2 |
1213 | 2024-08-28T22:29:31.124Z | Compiling scroll_derive v0.12.0 |
1214 | 2024-08-28T22:29:31.849Z | Compiling pest_meta v2.7.10 |
1215 | 2024-08-28T22:29:32.201Z | Compiling tracing-attributes v0.1.27 |
1216 | 2024-08-28T22:29:32.662Z | Compiling scroll v0.12.0 |
1217 | 2024-08-28T22:29:32.850Z | Compiling spki v0.7.3 |
1218 | 2024-08-28T22:29:33.229Z | Compiling pest_generator v2.7.10 |
1219 | 2024-08-28T22:29:33.276Z | Compiling scrypt v0.11.0 |
1220 | 2024-08-28T22:29:33.874Z | Compiling aes v0.8.4 |
1221 | 2024-08-28T22:29:35.204Z | Compiling cbc v0.1.2 |
1222 | 2024-08-28T22:29:35.243Z | Compiling goblin v0.8.2 |
1223 | 2024-08-28T22:29:35.419Z | Compiling pkcs5 v0.7.1 |
1224 | 2024-08-28T22:29:35.455Z | Compiling openssl-macros v0.1.1 |
1225 | 2024-08-28T22:29:36.263Z | Compiling tracing v0.1.40 |
1226 | 2024-08-28T22:29:36.282Z | Compiling pkcs8 v0.10.2 |
1227 | 2024-08-28T22:29:36.706Z | Compiling md-5 v0.10.6 |
1228 | 2024-08-28T22:29:36.806Z | Compiling backtrace v0.3.71 |
1229 | 2024-08-28T22:29:36.961Z | Compiling idna v0.3.0 |
1230 | 2024-08-28T22:29:37.028Z | Compiling lazy_static v1.5.0 |
1231 | 2024-08-28T22:29:37.055Z | Compiling pest_derive v2.7.10 |
1232 | 2024-08-28T22:29:37.149Z | Compiling hash32 v0.2.1 |
1233 | 2024-08-28T22:29:37.295Z | Compiling signal-hook v0.3.17 |
1234 | 2024-08-28T22:29:37.323Z | Compiling gimli v0.28.1 |
1235 | 2024-08-28T22:29:37.537Z | Compiling fallible-iterator v0.2.0 |
1236 | 2024-08-28T22:29:37.575Z | Compiling num-bigint-dig v0.8.4 |
1237 | 2024-08-28T22:29:37.886Z | Compiling dtrace-parser v0.2.0 |
1238 | 2024-08-28T22:29:37.909Z | Compiling psl-types v2.0.11 |
1239 | 2024-08-28T22:29:38.114Z | Compiling smoltcp v0.9.1 |
1240 | 2024-08-28T22:29:38.328Z | Compiling bytes v1.7.1 |
1241 | 2024-08-28T22:29:38.601Z | Compiling bitflags v2.6.0 |
1242 | 2024-08-28T22:29:38.883Z | Compiling indexmap v2.4.0 |
1243 | 2024-08-28T22:29:39.049Z | Compiling semver v1.0.23 |
1244 | 2024-08-28T22:29:39.672Z | Compiling tokio v1.39.3 |
1245 | 2024-08-28T22:29:39.842Z | Compiling http v0.2.12 |
1246 | 2024-08-28T22:29:40.123Z | Compiling rustc_version v0.4.0 |
1247 | 2024-08-28T22:29:40.887Z | Compiling heapless v0.7.17 |
1248 | 2024-08-28T22:29:41.356Z | Compiling dof v0.3.0 |
1249 | 2024-08-28T22:29:41.823Z | Compiling http-body v0.4.6 |
1250 | 2024-08-28T22:29:42.399Z | Compiling uuid v1.10.0 |
1251 | 2024-08-28T22:29:42.550Z | Compiling usdt-impl v0.5.0 |
1252 | 2024-08-28T22:29:43.640Z | Compiling chrono v0.4.38 |
1253 | 2024-08-28T22:29:43.721Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-08-28T22:29:43.953Z | Compiling toml_datetime v0.6.8 |
1255 | 2024-08-28T22:29:44.252Z | Compiling serde_spanned v0.6.7 |
1256 | 2024-08-28T22:29:44.381Z | Compiling stable_deref_trait v1.2.0 |
1257 | 2024-08-28T22:29:44.487Z | Compiling cfg_aliases v0.1.1 |
1258 | 2024-08-28T22:29:44.489Z | Compiling crc32fast v1.4.0 |
1259 | 2024-08-28T22:29:44.523Z | Compiling base64 v0.22.1 |
1260 | 2024-08-28T22:29:44.590Z | Compiling nix v0.28.0 |
1261 | 2024-08-28T22:29:45.137Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-08-28T22:29:45.456Z | Compiling terminal_size v0.3.0 |
1263 | 2024-08-28T22:29:45.667Z | Compiling addr2line v0.21.0 |
1264 | 2024-08-28T22:29:46.038Z | Compiling publicsuffix v2.2.3 |
1265 | 2024-08-28T22:29:46.194Z | Compiling hubpack_derive v0.1.1 |
1266 | 2024-08-28T22:29:46.306Z | Compiling zerocopy-derive v0.6.6 |
1267 | 2024-08-28T22:29:46.368Z | Compiling async-trait v0.1.81 |
1268 | 2024-08-28T22:29:46.521Z | Compiling num-iter v0.1.45 |
1269 | 2024-08-28T22:29:47.160Z | Compiling phf_shared v0.11.2 |
1270 | 2024-08-28T22:29:47.536Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-08-28T22:29:47.557Z | Compiling ff v0.13.0 |
1272 | 2024-08-28T22:29:47.557Z | Compiling object v0.32.2 |
1273 | 2024-08-28T22:29:47.762Z | Compiling fs-err v2.11.0 |
1274 | 2024-08-28T22:29:47.845Z | Compiling either v1.13.0 |
1275 | 2024-08-28T22:29:48.082Z | Compiling winnow v0.5.40 |
1276 | 2024-08-28T22:29:48.291Z | Compiling tokio-util v0.7.11 |
1277 | 2024-08-28T22:29:49.211Z | Compiling tokio-native-tls v0.3.1 |
1278 | 2024-08-28T22:29:49.318Z | Compiling h2 v0.3.26 |
1279 | 2024-08-28T22:29:49.501Z | Compiling tokio-rustls v0.24.1 |
1280 | 2024-08-28T22:29:49.755Z | Compiling anyhow v1.0.86 |
1281 | 2024-08-28T22:29:49.937Z | Compiling base16ct v0.2.0 |
1282 | 2024-08-28T22:29:50.276Z | Compiling schemars v0.8.21 |
1283 | 2024-08-28T22:29:50.417Z | Compiling rustc-demangle v0.1.24 |
1284 | 2024-08-28T22:29:50.456Z | Compiling base64 v0.21.7 |
1285 | 2024-08-28T22:29:50.640Z | Compiling managed v0.8.0 |
1286 | 2024-08-28T22:29:51.100Z | Compiling ipnet v2.9.0 |
1287 | 2024-08-28T22:29:51.266Z | Compiling bitflags v1.3.2 |
1288 | 2024-08-28T22:29:51.320Z | Compiling rustls-pemfile v1.0.4 |
1289 | 2024-08-28T22:29:51.428Z | Compiling schemars_derive v0.8.21 |
1290 | 2024-08-28T22:29:51.746Z | Compiling toml_edit v0.19.15 |
1291 | 2024-08-28T22:29:52.141Z | Compiling clap_builder v4.5.15 |
1292 | 2024-08-28T22:29:52.497Z | Compiling sec1 v0.7.3 |
1293 | 2024-08-28T22:29:53.167Z | Compiling zerocopy v0.6.6 |
1294 | 2024-08-28T22:29:53.656Z | Compiling group v0.13.0 |
1295 | 2024-08-28T22:29:53.989Z | Compiling phf v0.11.2 |
1296 | 2024-08-28T22:29:54.063Z | Compiling hubpack v0.1.2 |
1297 | 2024-08-28T22:29:54.539Z | Compiling cookie_store v0.20.0 |
1298 | 2024-08-28T22:29:55.393Z | Compiling postgres-types v0.2.7 |
1299 | 2024-08-28T22:29:55.990Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-08-28T22:29:56.118Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-08-28T22:29:56.941Z | Compiling hyper v0.14.30 |
1302 | 2024-08-28T22:29:57.696Z | Compiling serde_urlencoded v0.7.1 |
1303 | 2024-08-28T22:29:57.858Z | Compiling pkcs1 v0.7.5 |
1304 | 2024-08-28T22:29:58.039Z | Compiling futures-executor v0.3.30 |
1305 | 2024-08-28T22:29:58.313Z | Compiling hkdf v0.12.4 |
1306 | 2024-08-28T22:29:58.595Z | Compiling signature v2.2.0 |
1307 | 2024-08-28T22:29:58.615Z | Compiling crypto-bigint v0.5.5 |
1308 | 2024-08-28T22:29:58.901Z | Compiling bstr v1.9.1 |
1309 | 2024-08-28T22:29:58.903Z | Compiling regex v1.10.6 |
1310 | 2024-08-28T22:29:59.928Z | Compiling strum_macros v0.25.3 |
1311 | 2024-08-28T22:30:00.059Z | Compiling serde_repr v0.1.19 |
1312 | 2024-08-28T22:30:00.419Z | Compiling enum-as-inner v0.6.0 |
1313 | 2024-08-28T22:30:00.762Z | Compiling clap_derive v4.5.13 |
1314 | 2024-08-28T22:30:01.274Z | Compiling phf_shared v0.10.0 |
1315 | 2024-08-28T22:30:01.529Z | Compiling float-cmp v0.9.0 |
1316 | 2024-08-28T22:30:01.700Z | Compiling idna v0.4.0 |
1317 | 2024-08-28T22:30:01.745Z | Compiling mio v0.8.11 |
1318 | 2024-08-28T22:30:01.765Z | Compiling encoding_rs v0.8.34 |
1319 | 2024-08-28T22:30:03.080Z | Compiling dyn-clone v1.0.17 |
1320 | 2024-08-28T22:30:03.327Z | Compiling webpki-roots v0.25.4 |
1321 | 2024-08-28T22:30:03.383Z | Compiling static_assertions v1.1.0 |
1322 | 2024-08-28T22:30:03.494Z | Compiling precomputed-hash v0.1.1 |
1323 | 2024-08-28T22:30:03.516Z | Compiling predicates-core v1.0.6 |
1324 | 2024-08-28T22:30:03.617Z | Compiling minimal-lexical v0.2.1 |
1325 | 2024-08-28T22:30:03.907Z | Compiling new_debug_unreachable v1.0.6 |
1326 | 2024-08-28T22:30:04.012Z | Compiling unicode-segmentation v1.11.0 |
1327 | 2024-08-28T22:30:04.105Z | Compiling difflib v0.4.0 |
1328 | 2024-08-28T22:30:04.134Z | Compiling sync_wrapper v0.1.2 |
1329 | 2024-08-28T22:30:04.274Z | Compiling hyper-tls v0.5.0 |
1330 | 2024-08-28T22:30:04.648Z | Compiling hyper-rustls v0.24.2 |
1331 | 2024-08-28T22:30:04.866Z | Compiling whoami v1.5.1 |
1332 | 2024-08-28T22:30:04.909Z | Compiling mime v0.3.17 |
1333 | 2024-08-28T22:30:05.025Z | Compiling data-encoding v2.6.0 |
1334 | 2024-08-28T22:30:05.515Z | Compiling fixedbitset v0.4.2 |
1335 | 2024-08-28T22:30:05.534Z | Compiling bit-vec v0.6.3 |
1336 | 2024-08-28T22:30:05.724Z | Compiling normalize-line-endings v0.3.0 |
1337 | 2024-08-28T22:30:05.846Z | Compiling predicates v3.1.2 |
1338 | 2024-08-28T22:30:05.970Z | Compiling clap v4.5.16 |
1339 | 2024-08-28T22:30:05.995Z | Compiling bit-set v0.5.3 |
1340 | 2024-08-28T22:30:06.015Z | Compiling petgraph v0.6.5 |
1341 | 2024-08-28T22:30:06.097Z | Compiling hickory-proto v0.24.1 |
1342 | 2024-08-28T22:30:06.297Z | Compiling reqwest v0.11.27 |
1343 | 2024-08-28T22:30:06.454Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-08-28T22:30:07.362Z | Compiling toml_edit v0.22.20 |
1345 | 2024-08-28T22:30:07.475Z | Compiling console v0.15.8 |
1346 | 2024-08-28T22:30:07.559Z | Compiling similar v2.6.0 |
1347 | 2024-08-28T22:30:09.051Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1348 | 2024-08-28T22:30:10.100Z | Compiling string_cache v0.8.7 |
1349 | 2024-08-28T22:30:10.211Z | Compiling nom v7.1.3 |
1350 | 2024-08-28T22:30:10.593Z | Compiling signal-hook-mio v0.2.4 |
1351 | 2024-08-28T22:30:10.782Z | Compiling usdt v0.5.0 |
1352 | 2024-08-28T22:30:11.305Z | Compiling elliptic-curve v0.13.8 |
1353 | 2024-08-28T22:30:12.174Z | Compiling rsa v0.9.6 |
1354 | 2024-08-28T22:30:12.263Z | Compiling futures v0.3.30 |
1355 | 2024-08-28T22:30:12.386Z | Compiling flate2 v1.0.31 |
1356 | 2024-08-28T22:30:14.183Z | Compiling toml v0.7.8 |
1357 | 2024-08-28T22:30:15.713Z | Compiling tokio-stream v0.1.15 |
1358 | 2024-08-28T22:30:15.884Z | Compiling itertools v0.12.1 |
1359 | 2024-08-28T22:30:16.045Z | Compiling itertools v0.10.5 |
1360 | 2024-08-28T22:30:16.166Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-08-28T22:30:16.614Z | Compiling hex v0.4.3 |
1362 | 2024-08-28T22:30:16.792Z | Compiling sha1 v0.10.6 |
1363 | 2024-08-28T22:30:17.262Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-08-28T22:30:17.288Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-08-28T22:30:17.674Z | Compiling lalrpop-util v0.19.12 |
1366 | 2024-08-28T22:30:18.018Z | Compiling unicode-xid v0.2.4 |
1367 | 2024-08-28T22:30:18.073Z | Compiling peg-runtime v0.8.3 |
1368 | 2024-08-28T22:30:18.103Z | Compiling dirs-next v2.0.0 |
1369 | 2024-08-28T22:30:18.196Z | Compiling thread_local v1.1.8 |
1370 | 2024-08-28T22:30:18.306Z | Compiling slog-async v2.8.0 |
1371 | 2024-08-28T22:30:18.722Z | Compiling term v0.7.0 |
1372 | 2024-08-28T22:30:18.757Z | Compiling xattr v1.3.1 |
1373 | 2024-08-28T22:30:18.941Z | Compiling strum_macros v0.26.4 |
1374 | 2024-08-28T22:30:18.981Z | Compiling crossbeam-channel v0.5.12 |
1375 | 2024-08-28T22:30:19.052Z | Compiling is-terminal v0.4.12 |
1376 | 2024-08-28T22:30:19.144Z | Compiling filetime v0.2.24 |
1377 | 2024-08-28T22:30:19.188Z | Compiling take_mut v0.2.2 |
1378 | 2024-08-28T22:30:19.364Z | Compiling tar v0.4.41 |
1379 | 2024-08-28T22:30:19.464Z | Compiling slog-term v2.9.1 |
1380 | 2024-08-28T22:30:20.270Z | Compiling camino v1.1.9 |
1381 | 2024-08-28T22:30:21.509Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1382 | 2024-08-28T22:30:22.216Z | Compiling strum v0.26.3 |
1383 | 2024-08-28T22:30:22.297Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1384 | 2024-08-28T22:30:27.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
1385 | 2024-08-28T22:30:27.991Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1386 | 2024-08-28T22:30:28.044Z | Aug 28 22:30:27.816 INFO Starting download, target: Cockroach |
1387 | 2024-08-28T22:30:28.044Z | Aug 28 22:30:27.816 INFO Starting download, target: Console |
1388 | 2024-08-28T22:30:28.044Z | Aug 28 22:30:27.816 INFO Starting download, target: DendriteOpenapi |
1389 | 2024-08-28T22:30:28.044Z | Aug 28 22:30:27.816 INFO Starting download, target: Clickhouse |
1390 | 2024-08-28T22:30:28.070Z | Aug 28 22:30:27.816 INFO Starting download, target: DendriteStub |
1391 | 2024-08-28T22:30:28.070Z | Aug 28 22:30:27.816 INFO Starting download, target: MaghemiteMgd |
1392 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.816 INFO Starting download, target: TransceiverControl |
1393 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.817 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1394 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.817 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1395 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.817 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1396 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.817 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1397 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.818 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1398 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.818 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1399 | 2024-08-28T22:30:28.071Z | Aug 28 22:30:27.818 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1400 | 2024-08-28T22:30:28.494Z | Aug 28 22:30:28.167 INFO Download complete, target: DendriteOpenapi |
1401 | 2024-08-28T22:30:28.842Z | Aug 28 22:30:28.531 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1402 | 2024-08-28T22:30:28.942Z | Aug 28 22:30:28.616 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1403 | 2024-08-28T22:30:29.240Z | Aug 28 22:30:28.988 INFO Download complete, target: Console |
1404 | 2024-08-28T22:30:29.243Z | Aug 28 22:30:29.003 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1405 | 2024-08-28T22:30:29.243Z | Aug 28 22:30:29.003 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1406 | 2024-08-28T22:30:29.294Z | Aug 28 22:30:29.067 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1407 | 2024-08-28T22:30:29.298Z | Aug 28 22:30:29.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1408 | 2024-08-28T22:30:29.526Z | Aug 28 22:30:29.299 INFO Download complete, target: TransceiverControl |
1409 | 2024-08-28T22:30:30.106Z | Aug 28 22:30:29.877 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1410 | 2024-08-28T22:30:32.256Z | Aug 28 22:30:32.028 INFO Download complete, target: DendriteStub |
1411 | 2024-08-28T22:30:32.370Z | Aug 28 22:30:32.143 INFO Download complete, target: MaghemiteMgd |
1412 | 2024-08-28T22:30:37.359Z | Aug 28 22:30:37.131 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1413 | 2024-08-28T22:30:37.644Z | Aug 28 22:30:37.417 INFO Checking that binary works, target: Cockroach |
1414 | 2024-08-28T22:30:37.811Z | Aug 28 22:30:37.583 INFO Download complete, target: Cockroach |
1415 | 2024-08-28T22:30:43.846Z | Aug 28 22:30:43.617 INFO Checking that binary works, target: Clickhouse |
1416 | 2024-08-28T22:30:44.020Z | Aug 28 22:30:43.791 INFO Download complete, target: Clickhouse |
1417 | 2024-08-28T22:30:44.042Z | All builder prerequisites installed successfully, and PATH looks valid |
1418 | 2024-08-28T22:30:44.044Z | |
1419 | 2024-08-28T22:30:44.044Z | real 4:12.201501482 |
1420 | 2024-08-28T22:30:44.044Z | user 11:54.022738432 |
1421 | 2024-08-28T22:30:44.045Z | sys 2:30.504230863 |
1422 | 2024-08-28T22:30:44.045Z | trap 0.451552263 |
1423 | 2024-08-28T22:30:44.045Z | tflt 1.526258648 |
1424 | 2024-08-28T22:30:44.045Z | dflt 1.466606193 |
1425 | 2024-08-28T22:30:44.045Z | kflt 0.023952059 |
1426 | 2024-08-28T22:30:44.045Z | lock 23:41.036734550 |
1427 | 2024-08-28T22:30:44.045Z | slp 46:31.323018663 |
1428 | 2024-08-28T22:30:44.045Z | lat 44.643775008 |
1429 | 2024-08-28T22:30:44.045Z | stop 1:53.116410761 |
1430 | 2024-08-28T22:30:44.045Z | + banner hack-check |
1431 | 2024-08-28T22:30:44.048Z | |
1432 | 2024-08-28T22:30:44.048Z | # # ## #### # # #### # # ###### #### # # |
1433 | 2024-08-28T22:30:44.048Z | # # # # # # # # # # # # # # # # # |
1434 | 2024-08-28T22:30:44.048Z | ###### # # # #### ##### # ###### ##### # #### |
1435 | 2024-08-28T22:30:44.048Z | # # ###### # # # # # # # # # # |
1436 | 2024-08-28T22:30:44.048Z | # # # # # # # # # # # # # # # # # |
1437 | 2024-08-28T22:30:44.048Z | # # # # #### # # #### # # ###### #### # # |
1438 | 2024-08-28T22:30:44.048Z | |
1439 | 2024-08-28T22:30:44.048Z | + export CARGO_INCREMENTAL=0 |
1440 | 2024-08-28T22:30:44.048Z | + CARGO_INCREMENTAL=0 |
1441 | 2024-08-28T22:30:44.048Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1442 | 2024-08-28T22:30:44.647Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1443 | 2024-08-28T22:30:48.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
1444 | 2024-08-28T22:30:48.802Z | Running `target/debug/xtask check-features --ci` |
1445 | 2024-08-28T22:30:48.826Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1446 | 2024-08-28T22:30:48.826Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1447 | 2024-08-28T22:30:49.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1448 | 2024-08-28T22:30:49.374Z | Running `target/debug/xtask download cargo-hack` |
1449 | 2024-08-28T22:30:50.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-08-28T22:30:50.670Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-08-28T22:30:55.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
1452 | 2024-08-28T22:30:55.752Z | Running `target/debug/xtask-downloader cargo-hack` |
1453 | 2024-08-28T22:30:55.793Z | Aug 28 22:30:55.563 INFO Starting download, target: CargoHack |
1454 | 2024-08-28T22:30:55.798Z | Aug 28 22:30:55.564 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1455 | 2024-08-28T22:30:56.378Z | Aug 28 22:30:56.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1456 | 2024-08-28T22:30:56.479Z | Aug 28 22:30:56.249 INFO Download complete, target: CargoHack |
1457 | 2024-08-28T22:30:56.483Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1458 | 2024-08-28T22:30:56.500Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1459 | 2024-08-28T22:30:56.667Z | info: running `cargo check --bins` on api_identity (1/156) |
1460 | 2024-08-28T22:30:57.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1461 | 2024-08-28T22:30:57.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1462 | 2024-08-28T22:30:57.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1463 | 2024-08-28T22:30:57.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1464 | 2024-08-28T22:30:57.312Z | |
1465 | 2024-08-28T22:30:57.312Z | info: running `cargo check --bins` on bootstore (2/156) |
1466 | 2024-08-28T22:30:57.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1467 | 2024-08-28T22:30:57.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1468 | 2024-08-28T22:30:57.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1469 | 2024-08-28T22:30:57.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1470 | 2024-08-28T22:30:58.028Z | |
1471 | 2024-08-28T22:30:58.028Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/156) |
1472 | 2024-08-28T22:30:58.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1473 | 2024-08-28T22:30:58.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1474 | 2024-08-28T22:30:58.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1475 | 2024-08-28T22:30:58.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1476 | 2024-08-28T22:30:58.713Z | |
1477 | 2024-08-28T22:30:58.714Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/156) |
1478 | 2024-08-28T22:30:59.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-08-28T22:30:59.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-08-28T22:30:59.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-08-28T22:30:59.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1482 | 2024-08-28T22:30:59.389Z | |
1483 | 2024-08-28T22:30:59.389Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/156) |
1484 | 2024-08-28T22:30:59.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-08-28T22:30:59.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-08-28T22:30:59.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-08-28T22:30:59.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1488 | 2024-08-28T22:30:59.907Z | |
1489 | 2024-08-28T22:30:59.907Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/156) |
1490 | 2024-08-28T22:31:00.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-08-28T22:31:00.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-08-28T22:31:00.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-08-28T22:31:00.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1494 | 2024-08-28T22:31:00.423Z | |
1495 | 2024-08-28T22:31:00.423Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/156) |
1496 | 2024-08-28T22:31:00.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-08-28T22:31:00.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-08-28T22:31:00.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-08-28T22:31:00.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1500 | 2024-08-28T22:31:00.930Z | |
1501 | 2024-08-28T22:31:00.930Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/156) |
1502 | 2024-08-28T22:31:01.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-08-28T22:31:01.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-08-28T22:31:01.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-08-28T22:31:01.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1506 | 2024-08-28T22:31:01.438Z | |
1507 | 2024-08-28T22:31:01.438Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/156) |
1508 | 2024-08-28T22:31:01.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-08-28T22:31:01.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-08-28T22:31:01.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-08-28T22:31:01.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1512 | 2024-08-28T22:31:01.938Z | |
1513 | 2024-08-28T22:31:01.938Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/156) |
1514 | 2024-08-28T22:31:02.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-08-28T22:31:02.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-08-28T22:31:02.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-08-28T22:31:02.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1518 | 2024-08-28T22:31:02.424Z | |
1519 | 2024-08-28T22:31:02.425Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/156) |
1520 | 2024-08-28T22:31:02.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-08-28T22:31:02.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-08-28T22:31:02.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-08-28T22:31:02.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1524 | 2024-08-28T22:31:02.915Z | |
1525 | 2024-08-28T22:31:02.915Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/156) |
1526 | 2024-08-28T22:31:03.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-08-28T22:31:03.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-08-28T22:31:03.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-08-28T22:31:03.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1530 | 2024-08-28T22:31:03.414Z | |
1531 | 2024-08-28T22:31:03.414Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/156) |
1532 | 2024-08-28T22:31:03.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-08-28T22:31:03.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-08-28T22:31:03.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-08-28T22:31:03.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1536 | 2024-08-28T22:31:03.923Z | |
1537 | 2024-08-28T22:31:03.923Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/156) |
1538 | 2024-08-28T22:31:04.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-08-28T22:31:04.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-08-28T22:31:04.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-08-28T22:31:04.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1542 | 2024-08-28T22:31:04.409Z | |
1543 | 2024-08-28T22:31:04.410Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/156) |
1544 | 2024-08-28T22:31:04.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-08-28T22:31:04.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-08-28T22:31:04.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-08-28T22:31:04.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1548 | 2024-08-28T22:31:04.922Z | |
1549 | 2024-08-28T22:31:04.922Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/156) |
1550 | 2024-08-28T22:31:05.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-08-28T22:31:05.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-08-28T22:31:05.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-08-28T22:31:05.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1554 | 2024-08-28T22:31:05.439Z | |
1555 | 2024-08-28T22:31:05.439Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/156) |
1556 | 2024-08-28T22:31:05.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-08-28T22:31:05.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-08-28T22:31:05.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-08-28T22:31:05.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1560 | 2024-08-28T22:31:05.950Z | |
1561 | 2024-08-28T22:31:05.950Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/156) |
1562 | 2024-08-28T22:31:06.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-08-28T22:31:06.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-08-28T22:31:06.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-08-28T22:31:06.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1566 | 2024-08-28T22:31:06.476Z | |
1567 | 2024-08-28T22:31:06.476Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/156) |
1568 | 2024-08-28T22:31:06.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-08-28T22:31:06.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-08-28T22:31:06.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-08-28T22:31:06.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1572 | 2024-08-28T22:31:06.997Z | |
1573 | 2024-08-28T22:31:06.997Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/156) |
1574 | 2024-08-28T22:31:07.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-08-28T22:31:07.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-08-28T22:31:07.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1577 | 2024-08-28T22:31:07.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1578 | 2024-08-28T22:31:07.501Z | |
1579 | 2024-08-28T22:31:07.501Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/156) |
1580 | 2024-08-28T22:31:07.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1581 | 2024-08-28T22:31:07.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1582 | 2024-08-28T22:31:07.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1583 | 2024-08-28T22:31:07.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1584 | 2024-08-28T22:31:08.014Z | |
1585 | 2024-08-28T22:31:08.014Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/156) |
1586 | 2024-08-28T22:31:08.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1587 | 2024-08-28T22:31:08.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1588 | 2024-08-28T22:31:08.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1589 | 2024-08-28T22:31:08.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1590 | 2024-08-28T22:31:08.540Z | |
1591 | 2024-08-28T22:31:08.540Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/156) |
1592 | 2024-08-28T22:31:09.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1593 | 2024-08-28T22:31:09.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1594 | 2024-08-28T22:31:09.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1595 | 2024-08-28T22:31:09.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1596 | 2024-08-28T22:31:09.073Z | |
1597 | 2024-08-28T22:31:09.073Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/156) |
1598 | 2024-08-28T22:31:09.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-08-28T22:31:09.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-08-28T22:31:09.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-08-28T22:31:09.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1602 | 2024-08-28T22:31:09.596Z | |
1603 | 2024-08-28T22:31:09.596Z | info: running `cargo check --bins` on sled-hardware-types (25/156) |
1604 | 2024-08-28T22:31:10.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1605 | 2024-08-28T22:31:10.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1606 | 2024-08-28T22:31:10.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1607 | 2024-08-28T22:31:10.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1608 | 2024-08-28T22:31:10.309Z | |
1609 | 2024-08-28T22:31:10.309Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/156) |
1610 | 2024-08-28T22:31:10.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-08-28T22:31:10.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-08-28T22:31:10.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-08-28T22:31:10.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1614 | 2024-08-28T22:31:11.011Z | |
1615 | 2024-08-28T22:31:11.011Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/156) |
1616 | 2024-08-28T22:31:11.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-08-28T22:31:11.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-08-28T22:31:11.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-08-28T22:31:11.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1620 | 2024-08-28T22:31:11.711Z | |
1621 | 2024-08-28T22:31:11.711Z | info: running `cargo check --bins` on oxlog (28/156) |
1622 | 2024-08-28T22:31:12.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-08-28T22:31:12.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-08-28T22:31:12.356Z | Checking cfg-if v1.0.0 |
1625 | 2024-08-28T22:31:12.358Z | Checking libc v0.2.158 |
1626 | 2024-08-28T22:31:12.441Z | Checking memchr v2.7.2 |
1627 | 2024-08-28T22:31:12.462Z | Checking serde v1.0.208 |
1628 | 2024-08-28T22:31:12.464Z | Checking zeroize v1.7.0 |
1629 | 2024-08-28T22:31:12.482Z | Checking typenum v1.17.0 |
1630 | 2024-08-28T22:31:12.485Z | Checking scopeguard v1.2.0 |
1631 | 2024-08-28T22:31:12.485Z | Checking byteorder v1.5.0 |
1632 | 2024-08-28T22:31:12.520Z | Checking log v0.4.21 |
1633 | 2024-08-28T22:31:12.629Z | Checking lock_api v0.4.12 |
1634 | 2024-08-28T22:31:12.712Z | Checking subtle v2.5.0 |
1635 | 2024-08-28T22:31:12.814Z | Checking once_cell v1.19.0 |
1636 | 2024-08-28T22:31:12.911Z | Checking const-oid v0.9.6 |
1637 | 2024-08-28T22:31:12.974Z | Checking itoa v1.0.11 |
1638 | 2024-08-28T22:31:13.044Z | Checking smallvec v1.13.2 |
1639 | 2024-08-28T22:31:13.116Z | Checking pin-project-lite v0.2.14 |
1640 | 2024-08-28T22:31:13.181Z | Checking zerocopy v0.7.34 |
1641 | 2024-08-28T22:31:13.257Z | Checking spin v0.9.8 |
1642 | 2024-08-28T22:31:13.302Z | Checking tinyvec_macros v0.1.1 |
1643 | 2024-08-28T22:31:13.393Z | Checking tinyvec v1.6.0 |
1644 | 2024-08-28T22:31:13.395Z | Checking futures-core v0.3.30 |
1645 | 2024-08-28T22:31:13.536Z | Checking getrandom v0.2.14 |
1646 | 2024-08-28T22:31:13.591Z | Checking signal-hook-registry v1.4.2 |
1647 | 2024-08-28T22:31:13.629Z | Checking parking_lot_core v0.9.10 |
1648 | 2024-08-28T22:31:13.773Z | Checking rand_core v0.6.4 |
1649 | 2024-08-28T22:31:13.840Z | Checking mio v1.0.2 |
1650 | 2024-08-28T22:31:13.843Z | Checking generic-array v0.14.7 |
1651 | 2024-08-28T22:31:13.948Z | Checking parking_lot v0.12.2 |
1652 | 2024-08-28T22:31:14.061Z | Checking socket2 v0.5.7 |
1653 | 2024-08-28T22:31:14.299Z | Checking cpufeatures v0.2.12 |
1654 | 2024-08-28T22:31:14.389Z | Checking futures-sink v0.3.30 |
1655 | 2024-08-28T22:31:14.466Z | Checking allocator-api2 v0.2.18 |
1656 | 2024-08-28T22:31:14.528Z | Checking unicode-bidi v0.3.15 |
1657 | 2024-08-28T22:31:14.550Z | Checking libm v0.2.8 |
1658 | 2024-08-28T22:31:14.602Z | Checking ahash v0.8.11 |
1659 | 2024-08-28T22:31:14.673Z | Checking equivalent v1.0.1 |
1660 | 2024-08-28T22:31:14.691Z | Checking unicode-normalization v0.1.23 |
1661 | 2024-08-28T22:31:14.771Z | Checking ryu v1.0.18 |
1662 | 2024-08-28T22:31:14.986Z | Checking futures-channel v0.3.30 |
1663 | 2024-08-28T22:31:15.062Z | Checking crypto-common v0.1.6 |
1664 | 2024-08-28T22:31:15.108Z | Checking block-buffer v0.10.4 |
1665 | 2024-08-28T22:31:15.159Z | Checking block-padding v0.3.3 |
1666 | 2024-08-28T22:31:15.174Z | Checking hashbrown v0.14.5 |
1667 | 2024-08-28T22:31:15.252Z | Checking slab v0.4.9 |
1668 | 2024-08-28T22:31:15.312Z | Checking digest v0.10.7 |
1669 | 2024-08-28T22:31:15.350Z | Checking futures-task v0.3.30 |
1670 | 2024-08-28T22:31:15.364Z | Checking inout v0.1.3 |
1671 | 2024-08-28T22:31:15.512Z | Checking futures-io v0.3.30 |
1672 | 2024-08-28T22:31:15.514Z | Checking num-traits v0.2.19 |
1673 | 2024-08-28T22:31:15.584Z | Checking pin-utils v0.1.0 |
1674 | 2024-08-28T22:31:15.598Z | Checking cipher v0.4.4 |
1675 | 2024-08-28T22:31:15.613Z | Checking base64ct v1.6.0 |
1676 | 2024-08-28T22:31:15.673Z | Checking ppv-lite86 v0.2.17 |
1677 | 2024-08-28T22:31:15.689Z | Checking hmac v0.12.1 |
1678 | 2024-08-28T22:31:15.692Z | Checking sha2 v0.10.8 |
1679 | 2024-08-28T22:31:15.885Z | Checking futures-util v0.3.30 |
1680 | 2024-08-28T22:31:15.978Z | Checking flagset v0.4.5 |
1681 | 2024-08-28T22:31:16.054Z | Checking pem-rfc7468 v0.7.0 |
1682 | 2024-08-28T22:31:16.187Z | Checking percent-encoding v2.3.1 |
1683 | 2024-08-28T22:31:16.275Z | Checking salsa20 v0.10.2 |
1684 | 2024-08-28T22:31:16.334Z | Checking der v0.7.9 |
1685 | 2024-08-28T22:31:16.370Z | Checking rand_chacha v0.3.1 |
1686 | 2024-08-28T22:31:16.395Z | Checking pbkdf2 v0.12.2 |
1687 | 2024-08-28T22:31:16.427Z | Checking tracing-core v0.1.32 |
1688 | 2024-08-28T22:31:16.494Z | Checking fnv v1.0.7 |
1689 | 2024-08-28T22:31:16.553Z | Checking untrusted v0.9.0 |
1690 | 2024-08-28T22:31:16.616Z | Checking scrypt v0.11.0 |
1691 | 2024-08-28T22:31:16.713Z | Checking ring v0.17.8 |
1692 | 2024-08-28T22:31:16.756Z | Checking rand v0.8.5 |
1693 | 2024-08-28T22:31:16.847Z | Checking cbc v0.1.2 |
1694 | 2024-08-28T22:31:17.070Z | Checking aes v0.8.4 |
1695 | 2024-08-28T22:31:17.072Z | Checking tracing v0.1.40 |
1696 | 2024-08-28T22:31:17.284Z | Checking thiserror v1.0.63 |
1697 | 2024-08-28T22:31:17.419Z | Checking foreign-types-shared v0.1.1 |
1698 | 2024-08-28T22:31:17.434Z | Checking form_urlencoded v1.2.1 |
1699 | 2024-08-28T22:31:17.529Z | Checking foreign-types v0.3.2 |
1700 | 2024-08-28T22:31:17.619Z | Checking openssl-sys v0.9.103 |
1701 | 2024-08-28T22:31:17.638Z | Checking aho-corasick v1.1.3 |
1702 | 2024-08-28T22:31:17.677Z | Checking bytes v1.7.1 |
1703 | 2024-08-28T22:31:17.955Z | Checking bitflags v2.6.0 |
1704 | 2024-08-28T22:31:18.002Z | Checking indexmap v2.4.0 |
1705 | 2024-08-28T22:31:18.249Z | Checking serde_json v1.0.125 |
1706 | 2024-08-28T22:31:18.272Z | Checking spki v0.7.3 |
1707 | 2024-08-28T22:31:18.512Z | Checking tokio v1.39.3 |
1708 | 2024-08-28T22:31:18.554Z | Checking http v0.2.12 |
1709 | 2024-08-28T22:31:18.643Z | Checking pkcs5 v0.7.1 |
1710 | 2024-08-28T22:31:19.066Z | Checking powerfmt v0.2.0 |
1711 | 2024-08-28T22:31:19.202Z | Checking unicode-ident v1.0.12 |
1712 | 2024-08-28T22:31:19.301Z | Checking siphasher v0.3.11 |
1713 | 2024-08-28T22:31:19.317Z | Checking regex-syntax v0.8.4 |
1714 | 2024-08-28T22:31:19.357Z | Checking try-lock v0.2.5 |
1715 | 2024-08-28T22:31:19.374Z | Checking proc-macro2 v1.0.86 |
1716 | 2024-08-28T22:31:19.488Z | Checking want v0.3.1 |
1717 | 2024-08-28T22:31:19.618Z | Checking deranged v0.3.11 |
1718 | 2024-08-28T22:31:19.677Z | Checking pkcs8 v0.10.2 |
1719 | 2024-08-28T22:31:19.947Z | Checking http-body v0.4.6 |
1720 | 2024-08-28T22:31:19.971Z | Checking openssl v0.10.66 |
1721 | 2024-08-28T22:31:19.971Z | Checking rustls-webpki v0.101.7 |
1722 | 2024-08-28T22:31:20.041Z | Checking sct v0.7.1 |
1723 | 2024-08-28T22:31:20.234Z | Checking uuid v1.10.0 |
1724 | 2024-08-28T22:31:20.335Z | Checking idna v0.5.0 |
1725 | 2024-08-28T22:31:20.693Z | Checking httparse v1.8.0 |
1726 | 2024-08-28T22:31:20.825Z | Checking errno v0.3.9 |
1727 | 2024-08-28T22:31:20.989Z | Checking scroll v0.12.0 |
1728 | 2024-08-28T22:31:21.122Z | Checking openssl-probe v0.1.5 |
1729 | 2024-08-28T22:31:21.159Z | Checking ucd-trie v0.1.6 |
1730 | 2024-08-28T22:31:21.246Z | Checking num-conv v0.1.0 |
1731 | 2024-08-28T22:31:21.275Z | Checking anstyle v1.0.8 |
1732 | 2024-08-28T22:31:21.686Z | Checking num_threads v0.1.7 |
1733 | 2024-08-28T22:31:21.700Z | Checking utf8parse v0.2.1 |
1734 | 2024-08-28T22:31:21.701Z | Checking time-core v0.1.2 |
1735 | 2024-08-28T22:31:21.701Z | Checking finl_unicode v1.2.0 |
1736 | 2024-08-28T22:31:21.701Z | Checking adler v1.0.2 |
1737 | 2024-08-28T22:31:21.701Z | Checking plain v0.2.3 |
1738 | 2024-08-28T22:31:21.701Z | Checking tower-service v0.3.2 |
1739 | 2024-08-28T22:31:21.701Z | Checking iana-time-zone v0.1.60 |
1740 | 2024-08-28T22:31:21.701Z | Checking httpdate v1.0.3 |
1741 | 2024-08-28T22:31:21.701Z | Checking goblin v0.8.2 |
1742 | 2024-08-28T22:31:21.729Z | Checking miniz_oxide v0.7.2 |
1743 | 2024-08-28T22:31:21.778Z | Checking chrono v0.4.38 |
1744 | 2024-08-28T22:31:21.871Z | Checking time v0.3.36 |
1745 | 2024-08-28T22:31:22.041Z | Checking stringprep v0.1.4 |
1746 | 2024-08-28T22:31:22.297Z | Checking anstyle-parse v0.2.4 |
1747 | 2024-08-28T22:31:22.437Z | Checking pest v2.7.10 |
1748 | 2024-08-28T22:31:22.553Z | Checking url v2.5.2 |
1749 | 2024-08-28T22:31:22.570Z | Checking regex-automata v0.4.6 |
1750 | 2024-08-28T22:31:23.406Z | Checking rustix v0.38.34 |
1751 | 2024-08-28T22:31:23.859Z | Checking rustls v0.21.12 |
1752 | 2024-08-28T22:31:24.404Z | Checking quote v1.0.36 |
1753 | 2024-08-28T22:31:24.738Z | Checking serde_spanned v0.6.7 |
1754 | 2024-08-28T22:31:24.933Z | Checking toml_datetime v0.6.8 |
1755 | 2024-08-28T22:31:25.030Z | Checking num-integer v0.1.46 |
1756 | 2024-08-28T22:31:25.211Z | Checking md-5 v0.10.6 |
1757 | 2024-08-28T22:31:25.371Z | Checking native-tls v0.2.11 |
1758 | 2024-08-28T22:31:25.433Z | Checking idna v0.3.0 |
1759 | 2024-08-28T22:31:25.510Z | Checking lazy_static v1.5.0 |
1760 | 2024-08-28T22:31:25.539Z | Checking hash32 v0.2.1 |
1761 | 2024-08-28T22:31:25.620Z | Checking psl-types v2.0.11 |
1762 | 2024-08-28T22:31:25.638Z | Checking tokio-util v0.7.11 |
1763 | 2024-08-28T22:31:25.673Z | Checking stable_deref_trait v1.2.0 |
1764 | 2024-08-28T22:31:25.775Z | Checking fallible-iterator v0.2.0 |
1765 | 2024-08-28T22:31:25.805Z | Checking anstyle-query v1.0.3 |
1766 | 2024-08-28T22:31:25.851Z | Checking gimli v0.28.1 |
1767 | 2024-08-28T22:31:25.930Z | Checking is_terminal_polyfill v1.70.0 |
1768 | 2024-08-28T22:31:26.052Z | Checking colorchoice v1.0.1 |
1769 | 2024-08-28T22:31:26.186Z | Checking pretty-hex v0.4.1 |
1770 | 2024-08-28T22:31:26.338Z | Checking base64 v0.22.1 |
1771 | 2024-08-28T22:31:26.369Z | Checking publicsuffix v2.2.3 |
1772 | 2024-08-28T22:31:26.409Z | Checking anstream v0.6.14 |
1773 | 2024-08-28T22:31:26.489Z | Checking h2 v0.3.26 |
1774 | 2024-08-28T22:31:26.603Z | Checking heapless v0.7.17 |
1775 | 2024-08-28T22:31:26.790Z | Checking tokio-native-tls v0.3.1 |
1776 | 2024-08-28T22:31:26.825Z | Checking postgres-protocol v0.6.7 |
1777 | 2024-08-28T22:31:26.864Z | Checking dof v0.3.0 |
1778 | 2024-08-28T22:31:27.038Z | Checking num-iter v0.1.45 |
1779 | 2024-08-28T22:31:27.174Z | Checking tokio-rustls v0.24.1 |
1780 | 2024-08-28T22:31:27.201Z | Checking terminal_size v0.3.0 |
1781 | 2024-08-28T22:31:27.340Z | Checking dtrace-parser v0.2.0 |
1782 | 2024-08-28T22:31:27.365Z | Checking syn v2.0.74 |
1783 | 2024-08-28T22:31:27.505Z | Checking cookie v0.17.0 |
1784 | 2024-08-28T22:31:27.521Z | Checking phf_shared v0.11.2 |
1785 | 2024-08-28T22:31:27.534Z | Checking ff v0.13.0 |
1786 | 2024-08-28T22:31:27.643Z | Checking thread-id v4.2.1 |
1787 | 2024-08-28T22:31:27.746Z | Checking object v0.32.2 |
1788 | 2024-08-28T22:31:27.761Z | Checking bitflags v1.3.2 |
1789 | 2024-08-28T22:31:27.781Z | Checking either v1.13.0 |
1790 | 2024-08-28T22:31:27.796Z | Checking base64 v0.21.7 |
1791 | 2024-08-28T22:31:27.857Z | Checking clap_lex v0.7.0 |
1792 | 2024-08-28T22:31:27.912Z | Checking managed v0.8.0 |
1793 | 2024-08-28T22:31:28.093Z | Checking strsim v0.11.1 |
1794 | 2024-08-28T22:31:28.151Z | Checking ipnet v2.9.0 |
1795 | 2024-08-28T22:31:28.276Z | Checking winnow v0.5.40 |
1796 | 2024-08-28T22:31:28.278Z | Checking rustc-demangle v0.1.24 |
1797 | 2024-08-28T22:31:28.367Z | Checking base16ct v0.2.0 |
1798 | 2024-08-28T22:31:28.562Z | Checking sec1 v0.7.3 |
1799 | 2024-08-28T22:31:28.622Z | Checking clap_builder v4.5.15 |
1800 | 2024-08-28T22:31:28.733Z | Checking rustls-pemfile v1.0.4 |
1801 | 2024-08-28T22:31:28.928Z | Checking smoltcp v0.9.1 |
1802 | 2024-08-28T22:31:28.945Z | Checking cookie_store v0.20.0 |
1803 | 2024-08-28T22:31:29.623Z | Checking phf v0.11.2 |
1804 | 2024-08-28T22:31:29.907Z | Checking group v0.13.0 |
1805 | 2024-08-28T22:31:29.923Z | Checking addr2line v0.21.0 |
1806 | 2024-08-28T22:31:30.176Z | Checking postgres-types v0.2.7 |
1807 | 2024-08-28T22:31:30.479Z | Checking regex v1.10.6 |
1808 | 2024-08-28T22:31:30.502Z | Checking bstr v1.9.1 |
1809 | 2024-08-28T22:31:30.916Z | Checking num-bigint-dig v0.8.4 |
1810 | 2024-08-28T22:31:31.133Z | Checking futures-executor v0.3.30 |
1811 | 2024-08-28T22:31:31.376Z | Checking pkcs1 v0.7.5 |
1812 | 2024-08-28T22:31:31.478Z | Checking toml_edit v0.19.15 |
1813 | 2024-08-28T22:31:31.497Z | Checking phf_shared v0.10.0 |
1814 | 2024-08-28T22:31:31.784Z | Checking hubpack v0.1.2 |
1815 | 2024-08-28T22:31:31.788Z | Checking serde_urlencoded v0.7.1 |
1816 | 2024-08-28T22:31:31.903Z | Checking zerocopy v0.6.6 |
1817 | 2024-08-28T22:31:32.113Z | Checking float-cmp v0.9.0 |
1818 | 2024-08-28T22:31:32.226Z | Checking crc32fast v1.4.0 |
1819 | 2024-08-28T22:31:32.305Z | Checking signal-hook v0.3.17 |
1820 | 2024-08-28T22:31:32.454Z | Checking crossbeam-utils v0.8.19 |
1821 | 2024-08-28T22:31:32.663Z | Checking hkdf v0.12.4 |
1822 | 2024-08-28T22:31:32.696Z | Checking signature v2.2.0 |
1823 | 2024-08-28T22:31:32.871Z | Checking idna v0.4.0 |
1824 | 2024-08-28T22:31:32.896Z | Checking crypto-bigint v0.5.5 |
1825 | 2024-08-28T22:31:32.911Z | Checking hyper v0.14.30 |
1826 | 2024-08-28T22:31:33.073Z | Checking mio v0.8.11 |
1827 | 2024-08-28T22:31:33.141Z | Checking memmap v0.7.0 |
1828 | 2024-08-28T22:31:33.356Z | Checking encoding_rs v0.8.34 |
1829 | 2024-08-28T22:31:33.736Z | Checking whoami v1.5.1 |
1830 | 2024-08-28T22:31:33.766Z | Checking webpki-roots v0.25.4 |
1831 | 2024-08-28T22:31:33.820Z | Checking usdt-impl v0.5.0 |
1832 | 2024-08-28T22:31:33.853Z | Checking backtrace v0.3.71 |
1833 | 2024-08-28T22:31:33.928Z | Checking unicode-width v0.1.13 |
1834 | 2024-08-28T22:31:34.033Z | Checking sync_wrapper v0.1.2 |
1835 | 2024-08-28T22:31:34.085Z | Checking normalize-line-endings v0.3.0 |
1836 | 2024-08-28T22:31:34.110Z | Checking fixedbitset v0.4.2 |
1837 | 2024-08-28T22:31:34.159Z | Checking winnow v0.6.18 |
1838 | 2024-08-28T22:31:34.195Z | Checking predicates-core v1.0.6 |
1839 | 2024-08-28T22:31:34.374Z | Checking precomputed-hash v0.1.1 |
1840 | 2024-08-28T22:31:34.389Z | Checking unicode-segmentation v1.11.0 |
1841 | 2024-08-28T22:31:34.404Z | Checking difflib v0.4.0 |
1842 | 2024-08-28T22:31:34.419Z | Checking new_debug_unreachable v1.0.6 |
1843 | 2024-08-28T22:31:34.489Z | Checking data-encoding v2.6.0 |
1844 | 2024-08-28T22:31:34.505Z | Checking static_assertions v1.1.0 |
1845 | 2024-08-28T22:31:34.596Z | Checking dyn-clone v1.0.17 |
1846 | 2024-08-28T22:31:34.717Z | Checking mime v0.3.17 |
1847 | 2024-08-28T22:31:34.745Z | Checking bit-vec v0.6.3 |
1848 | 2024-08-28T22:31:35.050Z | Checking minimal-lexical v0.2.1 |
1849 | 2024-08-28T22:31:35.063Z | Checking similar v2.6.0 |
1850 | 2024-08-28T22:31:35.099Z | Checking bit-set v0.5.3 |
1851 | 2024-08-28T22:31:35.191Z | Checking hickory-proto v0.24.1 |
1852 | 2024-08-28T22:31:35.355Z | Checking schemars v0.8.21 |
1853 | 2024-08-28T22:31:35.456Z | Checking nom v7.1.3 |
1854 | 2024-08-28T22:31:35.717Z | Checking predicates v3.1.2 |
1855 | 2024-08-28T22:31:35.754Z | Checking elliptic-curve v0.13.8 |
1856 | 2024-08-28T22:31:35.954Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1857 | 2024-08-28T22:31:36.404Z | Checking string_cache v0.8.7 |
1858 | 2024-08-28T22:31:36.478Z | Checking anyhow v1.0.86 |
1859 | 2024-08-28T22:31:36.703Z | Checking petgraph v0.6.5 |
1860 | 2024-08-28T22:31:36.889Z | Checking usdt v0.5.0 |
1861 | 2024-08-28T22:31:36.983Z | Checking console v0.15.8 |
1862 | 2024-08-28T22:31:37.152Z | Checking toml v0.7.8 |
1863 | 2024-08-28T22:31:37.192Z | Checking toml_edit v0.22.20 |
1864 | 2024-08-28T22:31:37.560Z | Checking tokio-postgres v0.7.11 |
1865 | 2024-08-28T22:31:37.927Z | Checking signal-hook-mio v0.2.4 |
1866 | 2024-08-28T22:31:38.085Z | Checking crossbeam-epoch v0.9.18 |
1867 | 2024-08-28T22:31:38.438Z | Checking rsa v0.9.6 |
1868 | 2024-08-28T22:31:38.508Z | Checking flate2 v1.0.31 |
1869 | 2024-08-28T22:31:39.141Z | Checking clap v4.5.16 |
1870 | 2024-08-28T22:31:39.189Z | Checking hyper-rustls v0.24.2 |
1871 | 2024-08-28T22:31:39.251Z | Checking hyper-tls v0.5.0 |
1872 | 2024-08-28T22:31:39.490Z | Checking futures v0.3.30 |
1873 | 2024-08-28T22:31:39.508Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1874 | 2024-08-28T22:31:39.532Z | Checking itertools v0.12.1 |
1875 | 2024-08-28T22:31:39.547Z | Checking reqwest v0.11.27 |
1876 | 2024-08-28T22:31:39.602Z | Checking itertools v0.10.5 |
1877 | 2024-08-28T22:31:39.897Z | Checking tokio-stream v0.1.15 |
1878 | 2024-08-28T22:31:39.984Z | Checking fs-err v2.11.0 |
1879 | 2024-08-28T22:31:40.060Z | Checking nix v0.28.0 |
1880 | 2024-08-28T22:31:40.546Z | Checking openapiv3 v2.0.0 |
1881 | 2024-08-28T22:31:40.630Z | Checking slog v2.7.0 |
1882 | 2024-08-28T22:31:40.720Z | Checking semver v1.0.23 |
1883 | 2024-08-28T22:31:41.136Z | Checking hex v0.4.3 |
1884 | 2024-08-28T22:31:41.160Z | Checking sha1 v0.10.6 |
1885 | 2024-08-28T22:31:41.186Z | Checking peg-runtime v0.8.3 |
1886 | 2024-08-28T22:31:41.313Z | Checking lalrpop-util v0.19.12 |
1887 | 2024-08-28T22:31:41.422Z | Checking camino v1.1.9 |
1888 | 2024-08-28T22:31:41.445Z | Checking sigpipe v0.1.3 |
1889 | 2024-08-28T22:31:43.358Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1890 | 2024-08-28T22:31:43.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.97s |
1891 | 2024-08-28T22:31:43.829Z | |
1892 | 2024-08-28T22:31:43.829Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/156) |
1893 | 2024-08-28T22:31:44.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2024-08-28T22:31:44.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2024-08-28T22:31:44.553Z | Compiling regress v0.9.1 |
1896 | 2024-08-28T22:31:44.649Z | Checking strum v0.26.3 |
1897 | 2024-08-28T22:31:44.668Z | Checking heck v0.5.0 |
1898 | 2024-08-28T22:31:44.680Z | Compiling getopts v0.2.21 |
1899 | 2024-08-28T22:31:44.682Z | Checking dirs-sys-next v0.1.2 |
1900 | 2024-08-28T22:31:44.707Z | Compiling unsafe-libyaml v0.2.11 |
1901 | 2024-08-28T22:31:44.779Z | Checking http v1.1.0 |
1902 | 2024-08-28T22:31:44.837Z | Checking thread_local v1.1.8 |
1903 | 2024-08-28T22:31:44.878Z | Checking dirs-next v2.0.0 |
1904 | 2024-08-28T22:31:45.010Z | Compiling ident_case v1.0.1 |
1905 | 2024-08-28T22:31:45.026Z | Checking rustls-pki-types v1.7.0 |
1906 | 2024-08-28T22:31:45.118Z | Checking term v0.7.0 |
1907 | 2024-08-28T22:31:45.190Z | Compiling darling_core v0.20.9 |
1908 | 2024-08-28T22:31:45.448Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-08-28T22:31:45.550Z | Checking crossbeam-channel v0.5.12 |
1910 | 2024-08-28T22:31:45.634Z | Checking atty v0.2.14 |
1911 | 2024-08-28T22:31:45.761Z | Checking is-terminal v0.4.12 |
1912 | 2024-08-28T22:31:45.800Z | Compiling paste v1.0.15 |
1913 | 2024-08-28T22:31:45.882Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1914 | 2024-08-28T22:31:46.098Z | Compiling serde_yaml v0.9.34+deprecated |
1915 | 2024-08-28T22:31:46.257Z | Compiling rustls v0.22.4 |
1916 | 2024-08-28T22:31:46.282Z | Checking utf-8 v0.7.6 |
1917 | 2024-08-28T22:31:46.335Z | Checking termcolor v1.4.1 |
1918 | 2024-08-28T22:31:46.490Z | Checking humantime v2.1.0 |
1919 | 2024-08-28T22:31:46.553Z | Checking take_mut v0.2.2 |
1920 | 2024-08-28T22:31:46.698Z | Checking slog-async v2.8.0 |
1921 | 2024-08-28T22:31:46.804Z | Checking env_logger v0.9.3 |
1922 | 2024-08-28T22:31:46.846Z | Checking slog-term v2.9.1 |
1923 | 2024-08-28T22:31:46.862Z | Checking rustls-webpki v0.102.4 |
1924 | 2024-08-28T22:31:46.988Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-08-28T22:31:47.268Z | Compiling proc-macro-crate v1.3.1 |
1926 | 2024-08-28T22:31:47.344Z | Compiling bitstruct_derive v0.1.0 |
1927 | 2024-08-28T22:31:47.360Z | Compiling structmeta-derive v0.3.0 |
1928 | 2024-08-28T22:31:47.679Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-08-28T22:31:47.803Z | Compiling multer v3.1.0 |
1930 | 2024-08-28T22:31:48.110Z | Checking match_cfg v0.1.0 |
1931 | 2024-08-28T22:31:48.203Z | Checking ascii v1.1.0 |
1932 | 2024-08-28T22:31:48.219Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1933 | 2024-08-28T22:31:48.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-08-28T22:31:48.800Z | Checking bitstruct v0.1.1 |
1935 | 2024-08-28T22:31:48.927Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1936 | 2024-08-28T22:31:48.948Z | Compiling num_enum_derive v0.5.11 |
1937 | 2024-08-28T22:31:49.827Z | Checking hostname v0.3.1 |
1938 | 2024-08-28T22:31:49.957Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-08-28T22:31:50.127Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-28T22:31:50.391Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-28T22:31:50.481Z | Compiling structmeta v0.3.0 |
1942 | 2024-08-28T22:31:50.702Z | Checking slog-json v2.6.1 |
1943 | 2024-08-28T22:31:50.806Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1944 | 2024-08-28T22:31:50.951Z | Checking erased-serde v0.3.31 |
1945 | 2024-08-28T22:31:50.965Z | Checking serde_arrays v0.1.0 |
1946 | 2024-08-28T22:31:51.085Z | Compiling foreign-types-macros v0.2.3 |
1947 | 2024-08-28T22:31:51.120Z | Compiling async-stream-impl v0.3.5 |
1948 | 2024-08-28T22:31:51.511Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1949 | 2024-08-28T22:31:51.710Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1950 | 2024-08-28T22:31:51.850Z | Checking foreign-types-shared v0.3.1 |
1951 | 2024-08-28T22:31:51.972Z | Checking arc-swap v1.7.1 |
1952 | 2024-08-28T22:31:52.033Z | Checking atomic-waker v1.1.2 |
1953 | 2024-08-28T22:31:52.065Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-08-28T22:31:52.169Z | Checking waitgroup v0.1.2 |
1955 | 2024-08-28T22:31:52.390Z | Compiling darling_macro v0.20.9 |
1956 | 2024-08-28T22:31:52.406Z | Checking num_enum v0.5.11 |
1957 | 2024-08-28T22:31:52.422Z | Checking slog-scope v4.4.0 |
1958 | 2024-08-28T22:31:52.472Z | Checking foreign-types v0.5.0 |
1959 | 2024-08-28T22:31:52.555Z | Checking slog-bunyan v2.5.0 |
1960 | 2024-08-28T22:31:52.584Z | Compiling parse-display-derive v0.10.0 |
1961 | 2024-08-28T22:31:52.599Z | Checking async-stream v0.3.5 |
1962 | 2024-08-28T22:31:52.615Z | Compiling proc-macro-error v1.0.4 |
1963 | 2024-08-28T22:31:52.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1964 | 2024-08-28T22:31:53.144Z | Checking toml v0.8.19 |
1965 | 2024-08-28T22:31:53.237Z | Checking tungstenite v0.20.1 |
1966 | 2024-08-28T22:31:53.314Z | Checking rustls-pemfile v2.1.3 |
1967 | 2024-08-28T22:31:53.402Z | Compiling darling v0.20.9 |
1968 | 2024-08-28T22:31:53.524Z | Compiling serde_with_macros v3.9.0 |
1969 | 2024-08-28T22:31:53.560Z | Compiling heck v0.3.3 |
1970 | 2024-08-28T22:31:53.820Z | Checking tokio-rustls v0.25.0 |
1971 | 2024-08-28T22:31:53.930Z | Checking newtype-uuid v1.1.0 |
1972 | 2024-08-28T22:31:54.019Z | Checking ipnetwork v0.20.0 |
1973 | 2024-08-28T22:31:54.187Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1974 | 2024-08-28T22:31:54.196Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1975 | 2024-08-28T22:31:54.211Z | Checking serde_path_to_error v0.1.16 |
1976 | 2024-08-28T22:31:54.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1977 | 2024-08-28T22:31:54.857Z | Checking hostname v0.4.0 |
1978 | 2024-08-28T22:31:55.011Z | Checking cstr-argument v0.1.2 |
1979 | 2024-08-28T22:31:55.132Z | Checking instant v0.1.12 |
1980 | 2024-08-28T22:31:55.201Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1981 | 2024-08-28T22:31:55.230Z | Checking pretty-hex v0.2.1 |
1982 | 2024-08-28T22:31:55.260Z | Checking debug-ignore v1.0.5 |
1983 | 2024-08-28T22:31:55.404Z | Checking fastrand v2.1.0 |
1984 | 2024-08-28T22:31:55.420Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1985 | 2024-08-28T22:31:55.543Z | Checking backoff v0.4.0 |
1986 | 2024-08-28T22:31:55.708Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-08-28T22:31:55.749Z | Checking tempfile v3.10.1 |
1988 | 2024-08-28T22:31:55.856Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1989 | 2024-08-28T22:31:56.032Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1990 | 2024-08-28T22:31:56.125Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1991 | 2024-08-28T22:31:56.202Z | Checking tokio-tungstenite v0.20.1 |
1992 | 2024-08-28T22:31:56.433Z | Compiling zone_cfg_derive v0.1.2 |
1993 | 2024-08-28T22:31:56.472Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1994 | 2024-08-28T22:31:56.705Z | Checking slog-stdlog v4.1.1 |
1995 | 2024-08-28T22:31:56.720Z | Checking serde_with v3.9.0 |
1996 | 2024-08-28T22:31:56.876Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1997 | 2024-08-28T22:31:57.035Z | Checking tungstenite v0.21.0 |
1998 | 2024-08-28T22:31:57.283Z | Checking colored v2.1.0 |
1999 | 2024-08-28T22:31:57.418Z | Checking parse-display v0.10.0 |
2000 | 2024-08-28T22:31:57.590Z | Checking macaddr v1.0.1 |
2001 | 2024-08-28T22:31:57.661Z | Checking socket2 v0.4.10 |
2002 | 2024-08-28T22:31:57.922Z | Checking base64 v0.13.1 |
2003 | 2024-08-28T22:31:57.947Z | Checking tokio-tungstenite v0.21.0 |
2004 | 2024-08-28T22:31:58.074Z | Checking zone v0.1.8 |
2005 | 2024-08-28T22:31:58.321Z | Checking ron v0.7.1 |
2006 | 2024-08-28T22:31:58.454Z | Checking slog-envlogger v2.2.0 |
2007 | 2024-08-28T22:31:58.687Z | Checking pem v3.0.4 |
2008 | 2024-08-28T22:31:58.744Z | Checking tabwriter v1.4.0 |
2009 | 2024-08-28T22:31:58.963Z | Checking xattr v1.3.1 |
2010 | 2024-08-28T22:31:58.990Z | Checking portpicker v0.1.1 |
2011 | 2024-08-28T22:31:59.135Z | Checking yasna v0.5.2 |
2012 | 2024-08-28T22:31:59.173Z | Checking headers-core v0.2.0 |
2013 | 2024-08-28T22:31:59.324Z | Checking smf v0.2.3 |
2014 | 2024-08-28T22:31:59.565Z | Checking filetime v0.2.24 |
2015 | 2024-08-28T22:31:59.776Z | Checking same-file v1.0.6 |
2016 | 2024-08-28T22:31:59.807Z | Checking tar v0.4.41 |
2017 | 2024-08-28T22:31:59.944Z | Checking walkdir v2.5.0 |
2018 | 2024-08-28T22:31:59.991Z | Checking headers v0.3.9 |
2019 | 2024-08-28T22:32:00.068Z | Checking rcgen v0.12.1 |
2020 | 2024-08-28T22:32:00.184Z | Checking atomicwrites v0.4.3 |
2021 | 2024-08-28T22:32:00.243Z | Checking camino-tempfile v1.1.1 |
2022 | 2024-08-28T22:32:00.399Z | Checking subprocess v0.2.9 |
2023 | 2024-08-28T22:32:01.393Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-08-28T22:32:01.655Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2025 | 2024-08-28T22:32:03.681Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2026 | 2024-08-28T22:32:05.674Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2027 | 2024-08-28T22:32:05.747Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-08-28T22:32:09.219Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2029 | 2024-08-28T22:32:15.554Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2030 | 2024-08-28T22:32:15.702Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2031 | 2024-08-28T22:32:15.705Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2032 | 2024-08-28T22:32:18.439Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2033 | 2024-08-28T22:32:19.022Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2034 | 2024-08-28T22:32:25.376Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2035 | 2024-08-28T22:32:26.971Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2036 | 2024-08-28T22:32:28.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s |
2037 | 2024-08-28T22:32:28.386Z | |
2038 | 2024-08-28T22:32:28.386Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/156) |
2039 | 2024-08-28T22:32:29.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-08-28T22:32:29.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-08-28T22:32:29.122Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2042 | 2024-08-28T22:32:30.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2043 | 2024-08-28T22:32:30.714Z | |
2044 | 2024-08-28T22:32:30.714Z | info: running `cargo check --bins` on nexus-config (31/156) |
2045 | 2024-08-28T22:32:31.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-08-28T22:32:31.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-08-28T22:32:31.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-08-28T22:32:31.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2049 | 2024-08-28T22:32:31.407Z | |
2050 | 2024-08-28T22:32:31.407Z | info: running `cargo check --bins` on omicron-rpaths (32/156) |
2051 | 2024-08-28T22:32:32.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-08-28T22:32:32.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-08-28T22:32:32.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-08-28T22:32:32.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2055 | 2024-08-28T22:32:32.097Z | |
2056 | 2024-08-28T22:32:32.097Z | info: running `cargo check --bins` on omicron-certificates (33/156) |
2057 | 2024-08-28T22:32:32.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-08-28T22:32:32.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-08-28T22:32:32.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-08-28T22:32:32.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2061 | 2024-08-28T22:32:32.809Z | |
2062 | 2024-08-28T22:32:32.809Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/156) |
2063 | 2024-08-28T22:32:33.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-08-28T22:32:33.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-08-28T22:32:33.509Z | Compiling heapless v0.8.0 |
2066 | 2024-08-28T22:32:33.513Z | Checking hash32 v0.3.1 |
2067 | 2024-08-28T22:32:33.513Z | Compiling smoltcp v0.11.0 |
2068 | 2024-08-28T22:32:33.622Z | Checking cobs v0.2.3 |
2069 | 2024-08-28T22:32:33.622Z | Checking embedded-io v0.4.0 |
2070 | 2024-08-28T22:32:33.648Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2071 | 2024-08-28T22:32:33.651Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2072 | 2024-08-28T22:32:33.672Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2073 | 2024-08-28T22:32:33.763Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-08-28T22:32:33.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2075 | 2024-08-28T22:32:33.801Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2076 | 2024-08-28T22:32:33.826Z | Checking postcard v1.0.8 |
2077 | 2024-08-28T22:32:34.005Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2078 | 2024-08-28T22:32:34.033Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2079 | 2024-08-28T22:32:34.188Z | Compiling num-derive v0.4.2 |
2080 | 2024-08-28T22:32:34.350Z | Compiling slog-dtrace v0.3.0 |
2081 | 2024-08-28T22:32:34.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2082 | 2024-08-28T22:32:34.534Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-08-28T22:32:34.569Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2084 | 2024-08-28T22:32:35.350Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2085 | 2024-08-28T22:32:35.918Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2086 | 2024-08-28T22:32:37.343Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2087 | 2024-08-28T22:32:38.247Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2088 | 2024-08-28T22:32:39.339Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2089 | 2024-08-28T22:32:41.183Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2090 | 2024-08-28T22:32:41.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
2091 | 2024-08-28T22:32:42.033Z | |
2092 | 2024-08-28T22:32:42.033Z | info: running `cargo check --bins` on clickhouse-admin-api (35/156) |
2093 | 2024-08-28T22:32:42.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2094 | 2024-08-28T22:32:42.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2095 | 2024-08-28T22:32:42.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2096 | 2024-08-28T22:32:42.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2097 | 2024-08-28T22:32:42.703Z | |
2098 | 2024-08-28T22:32:42.703Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/156) |
2099 | 2024-08-28T22:32:43.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2100 | 2024-08-28T22:32:43.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2101 | 2024-08-28T22:32:43.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2102 | 2024-08-28T22:32:43.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2103 | 2024-08-28T22:32:43.472Z | |
2104 | 2024-08-28T22:32:43.472Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/156) |
2105 | 2024-08-28T22:32:44.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2106 | 2024-08-28T22:32:44.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2107 | 2024-08-28T22:32:44.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2108 | 2024-08-28T22:32:44.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2109 | 2024-08-28T22:32:44.258Z | |
2110 | 2024-08-28T22:32:44.258Z | info: running `cargo check --bins` on dns-server (38/156) |
2111 | 2024-08-28T22:32:44.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2112 | 2024-08-28T22:32:44.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2113 | 2024-08-28T22:32:44.938Z | Compiling parking_lot_core v0.8.6 |
2114 | 2024-08-28T22:32:45.028Z | Checking newline-converter v0.3.0 |
2115 | 2024-08-28T22:32:45.030Z | Checking nibble_vec v0.1.0 |
2116 | 2024-08-28T22:32:45.030Z | Checking quick-error v1.2.3 |
2117 | 2024-08-28T22:32:45.030Z | Checking linked-hash-map v0.5.6 |
2118 | 2024-08-28T22:32:45.031Z | Checking endian-type v0.1.2 |
2119 | 2024-08-28T22:32:45.039Z | Checking fxhash v0.2.1 |
2120 | 2024-08-28T22:32:45.051Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2121 | 2024-08-28T22:32:45.152Z | Checking expectorate v1.1.0 |
2122 | 2024-08-28T22:32:45.176Z | Checking resolv-conf v0.7.0 |
2123 | 2024-08-28T22:32:45.211Z | Checking hickory-server v0.24.1 |
2124 | 2024-08-28T22:32:45.245Z | Checking radix_trie v0.2.1 |
2125 | 2024-08-28T22:32:45.317Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2126 | 2024-08-28T22:32:45.384Z | Checking lru-cache v0.1.2 |
2127 | 2024-08-28T22:32:45.544Z | Checking hickory-resolver v0.24.1 |
2128 | 2024-08-28T22:32:45.635Z | Checking hickory-client v0.24.1 |
2129 | 2024-08-28T22:32:45.785Z | Checking parking_lot v0.11.2 |
2130 | 2024-08-28T22:32:46.120Z | Checking sled v0.34.7 |
2131 | 2024-08-28T22:32:48.037Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2132 | 2024-08-28T22:32:49.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
2133 | 2024-08-28T22:32:49.313Z | |
2134 | 2024-08-28T22:32:49.314Z | info: running `cargo check --bins` on dns-server-api (39/156) |
2135 | 2024-08-28T22:32:49.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-08-28T22:32:49.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-08-28T22:32:49.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2138 | 2024-08-28T22:32:49.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2139 | 2024-08-28T22:32:49.967Z | |
2140 | 2024-08-28T22:32:49.967Z | info: running `cargo check --bins` on dns-service-client (40/156) |
2141 | 2024-08-28T22:32:50.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-08-28T22:32:50.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-08-28T22:32:50.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2144 | 2024-08-28T22:32:50.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2145 | 2024-08-28T22:32:50.619Z | |
2146 | 2024-08-28T22:32:50.619Z | info: running `cargo check --bins` on gateway-test-utils (41/156) |
2147 | 2024-08-28T22:32:51.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2148 | 2024-08-28T22:32:51.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2149 | 2024-08-28T22:32:51.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2150 | 2024-08-28T22:32:51.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2151 | 2024-08-28T22:32:51.340Z | |
2152 | 2024-08-28T22:32:51.340Z | info: running `cargo check --bins` on gateway-types (42/156) |
2153 | 2024-08-28T22:32:51.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-08-28T22:32:51.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-08-28T22:32:51.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-08-28T22:32:51.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2157 | 2024-08-28T22:32:52.010Z | |
2158 | 2024-08-28T22:32:52.010Z | info: running `cargo check --bins` on ipcc (43/156) |
2159 | 2024-08-28T22:32:52.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-08-28T22:32:52.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-08-28T22:32:52.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-08-28T22:32:52.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2163 | 2024-08-28T22:32:52.683Z | |
2164 | 2024-08-28T22:32:52.683Z | info: running `cargo check --bins` on omicron-gateway (44/156) |
2165 | 2024-08-28T22:32:53.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-08-28T22:32:53.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-08-28T22:32:53.421Z | Compiling rustls-pki-types v1.7.0 |
2168 | 2024-08-28T22:32:53.425Z | Compiling match_cfg v0.1.0 |
2169 | 2024-08-28T22:32:53.526Z | Checking num-rational v0.4.2 |
2170 | 2024-08-28T22:32:53.529Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2171 | 2024-08-28T22:32:53.529Z | Compiling slog-json v2.6.1 |
2172 | 2024-08-28T22:32:53.529Z | Compiling http v1.1.0 |
2173 | 2024-08-28T22:32:53.529Z | Checking num-complex v0.4.6 |
2174 | 2024-08-28T22:32:53.550Z | Compiling atomic-waker v1.1.2 |
2175 | 2024-08-28T22:32:53.602Z | Compiling hostname v0.3.1 |
2176 | 2024-08-28T22:32:53.737Z | Compiling prettyplease v0.2.20 |
2177 | 2024-08-28T22:32:53.848Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2178 | 2024-08-28T22:32:53.929Z | Compiling rustls-webpki v0.102.4 |
2179 | 2024-08-28T22:32:53.963Z | Compiling rustls-pemfile v2.1.3 |
2180 | 2024-08-28T22:32:54.054Z | Compiling slog-bunyan v2.5.0 |
2181 | 2024-08-28T22:32:54.097Z | Compiling waitgroup v0.1.2 |
2182 | 2024-08-28T22:32:54.180Z | Compiling async-stream v0.3.5 |
2183 | 2024-08-28T22:32:54.292Z | Compiling toml v0.8.19 |
2184 | 2024-08-28T22:32:54.309Z | Compiling newtype-uuid v1.1.0 |
2185 | 2024-08-28T22:32:54.356Z | Compiling ipnetwork v0.20.0 |
2186 | 2024-08-28T22:32:54.455Z | Compiling serde_path_to_error v0.1.16 |
2187 | 2024-08-28T22:32:54.495Z | Compiling hostname v0.4.0 |
2188 | 2024-08-28T22:32:54.511Z | Checking num v0.4.3 |
2189 | 2024-08-28T22:32:54.616Z | Compiling instant v0.1.12 |
2190 | 2024-08-28T22:32:54.634Z | Compiling semver v0.1.20 |
2191 | 2024-08-28T22:32:54.778Z | Compiling rustls v0.22.4 |
2192 | 2024-08-28T22:32:54.793Z | Compiling radium v0.7.0 |
2193 | 2024-08-28T22:32:55.282Z | Compiling multer v3.1.0 |
2194 | 2024-08-28T22:32:55.282Z | Compiling debug-ignore v1.0.5 |
2195 | 2024-08-28T22:32:55.313Z | Checking float-ord v0.3.2 |
2196 | 2024-08-28T22:32:55.369Z | Compiling rustc_version v0.1.7 |
2197 | 2024-08-28T22:32:55.440Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2198 | 2024-08-28T22:32:55.454Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2199 | 2024-08-28T22:32:55.894Z | Compiling backoff v0.4.0 |
2200 | 2024-08-28T22:32:56.094Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2201 | 2024-08-28T22:32:56.140Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2202 | 2024-08-28T22:32:56.141Z | Compiling parse-display v0.10.0 |
2203 | 2024-08-28T22:32:56.318Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2204 | 2024-08-28T22:32:56.405Z | Compiling serde_with v3.9.0 |
2205 | 2024-08-28T22:32:56.463Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2206 | 2024-08-28T22:32:56.541Z | Compiling macaddr v1.0.1 |
2207 | 2024-08-28T22:32:56.837Z | Checking tap v1.0.1 |
2208 | 2024-08-28T22:32:57.003Z | Compiling maybe-uninit v2.0.0 |
2209 | 2024-08-28T22:32:57.018Z | Checking wyz v0.5.1 |
2210 | 2024-08-28T22:32:57.497Z | Compiling newtype_derive v0.1.6 |
2211 | 2024-08-28T22:32:57.647Z | Checking password-hash v0.5.0 |
2212 | 2024-08-28T22:32:57.816Z | Checking blake2 v0.10.6 |
2213 | 2024-08-28T22:32:57.924Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2214 | 2024-08-28T22:32:58.124Z | Checking funty v2.0.0 |
2215 | 2024-08-28T22:32:58.272Z | Checking crc-catalog v2.4.0 |
2216 | 2024-08-28T22:32:58.425Z | Compiling packed_struct v0.10.1 |
2217 | 2024-08-28T22:32:58.468Z | Checking crc v3.2.1 |
2218 | 2024-08-28T22:32:58.896Z | Checking argon2 v0.5.3 |
2219 | 2024-08-28T22:32:59.033Z | Checking bitvec v1.0.1 |
2220 | 2024-08-28T22:32:59.104Z | Compiling tokio-rustls v0.25.0 |
2221 | 2024-08-28T22:32:59.568Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2222 | 2024-08-28T22:32:59.590Z | Compiling packed_struct_codegen v0.10.1 |
2223 | 2024-08-28T22:33:00.177Z | Compiling indexmap v1.9.3 |
2224 | 2024-08-28T22:33:00.240Z | Compiling cookie v0.18.1 |
2225 | 2024-08-28T22:33:00.501Z | Checking half v2.4.1 |
2226 | 2024-08-28T22:33:00.578Z | Checking ciborium-io v0.2.2 |
2227 | 2024-08-28T22:33:00.708Z | Checking nodrop v0.1.14 |
2228 | 2024-08-28T22:33:00.837Z | Checking array-init v0.0.4 |
2229 | 2024-08-28T22:33:00.998Z | Checking ciborium-ll v0.2.2 |
2230 | 2024-08-28T22:33:01.601Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2231 | 2024-08-28T22:33:01.914Z | Checking smallvec v0.6.14 |
2232 | 2024-08-28T22:33:02.060Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2233 | 2024-08-28T22:33:02.319Z | Compiling memoffset v0.9.1 |
2234 | 2024-08-28T22:33:02.634Z | Compiling convert_case v0.4.0 |
2235 | 2024-08-28T22:33:02.649Z | Checking highway v1.2.0 |
2236 | 2024-08-28T22:33:02.774Z | Checking hashbrown v0.12.3 |
2237 | 2024-08-28T22:33:03.070Z | Checking bitfield v0.14.0 |
2238 | 2024-08-28T22:33:03.295Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2239 | 2024-08-28T22:33:03.347Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2240 | 2024-08-28T22:33:03.631Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2241 | 2024-08-28T22:33:03.645Z | Compiling derive_more v0.99.18 |
2242 | 2024-08-28T22:33:04.315Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2243 | 2024-08-28T22:33:04.409Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2244 | 2024-08-28T22:33:04.569Z | Checking env_logger v0.10.2 |
2245 | 2024-08-28T22:33:05.150Z | Checking serde-hex v0.1.0 |
2246 | 2024-08-28T22:33:05.171Z | Checking steno v0.4.1 |
2247 | 2024-08-28T22:33:05.173Z | Checking bzip2 v0.4.4 |
2248 | 2024-08-28T22:33:05.911Z | Checking ciborium v0.2.2 |
2249 | 2024-08-28T22:33:05.929Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2250 | 2024-08-28T22:33:05.968Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2251 | 2024-08-28T22:33:06.247Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2252 | 2024-08-28T22:33:06.986Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2253 | 2024-08-28T22:33:07.572Z | Checking ron v0.8.1 |
2254 | 2024-08-28T22:33:08.243Z | Checking x509-cert v0.2.5 |
2255 | 2024-08-28T22:33:08.824Z | Checking hashbrown v0.13.2 |
2256 | 2024-08-28T22:33:08.909Z | Compiling derive-where v1.2.7 |
2257 | 2024-08-28T22:33:09.449Z | Checking crc-any v2.5.0 |
2258 | 2024-08-28T22:33:09.850Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2259 | 2024-08-28T22:33:09.908Z | Checking object v0.30.4 |
2260 | 2024-08-28T22:33:10.107Z | Checking zip v0.6.6 |
2261 | 2024-08-28T22:33:10.704Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2262 | 2024-08-28T22:33:10.820Z | Checking path-slash v0.1.5 |
2263 | 2024-08-28T22:33:10.967Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2264 | 2024-08-28T22:33:10.988Z | Checking nix v0.27.1 |
2265 | 2024-08-28T22:33:11.109Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2266 | 2024-08-28T22:33:11.850Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2267 | 2024-08-28T22:33:11.997Z | Checking kstat-rs v0.2.4 |
2268 | 2024-08-28T22:33:12.131Z | Checking serde-big-array v0.5.1 |
2269 | 2024-08-28T22:33:12.309Z | Checking signal-hook-tokio v0.3.1 |
2270 | 2024-08-28T22:33:12.667Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2271 | 2024-08-28T22:33:13.629Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2272 | 2024-08-28T22:33:16.372Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2273 | 2024-08-28T22:33:17.799Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2274 | 2024-08-28T22:33:20.391Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2275 | 2024-08-28T22:33:23.530Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2276 | 2024-08-28T22:33:23.663Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2277 | 2024-08-28T22:33:23.925Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2278 | 2024-08-28T22:33:29.372Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2279 | 2024-08-28T22:33:30.007Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2280 | 2024-08-28T22:33:32.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.04s |
2281 | 2024-08-28T22:33:32.893Z | |
2282 | 2024-08-28T22:33:32.893Z | info: running `cargo check --bins` on gateway-api (45/156) |
2283 | 2024-08-28T22:33:33.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-28T22:33:33.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-28T22:33:33.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-28T22:33:33.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2287 | 2024-08-28T22:33:33.545Z | |
2288 | 2024-08-28T22:33:33.545Z | info: running `cargo check --bins` on oximeter (46/156) |
2289 | 2024-08-28T22:33:34.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-28T22:33:34.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-28T22:33:34.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-28T22:33:34.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2293 | 2024-08-28T22:33:34.202Z | |
2294 | 2024-08-28T22:33:34.202Z | info: running `cargo check --bins` on oximeter-macro-impl (47/156) |
2295 | 2024-08-28T22:33:34.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-28T22:33:34.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-28T22:33:34.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-28T22:33:34.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2299 | 2024-08-28T22:33:34.812Z | |
2300 | 2024-08-28T22:33:34.812Z | info: running `cargo check --bins` on oximeter-schema (48/156) |
2301 | 2024-08-28T22:33:35.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-28T22:33:35.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-28T22:33:35.457Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2304 | 2024-08-28T22:33:35.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2305 | 2024-08-28T22:33:36.001Z | |
2306 | 2024-08-28T22:33:36.001Z | info: running `cargo check --bins` on oximeter-types (49/156) |
2307 | 2024-08-28T22:33:36.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-28T22:33:36.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-28T22:33:36.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-28T22:33:36.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2311 | 2024-08-28T22:33:36.669Z | |
2312 | 2024-08-28T22:33:36.669Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/156) |
2313 | 2024-08-28T22:33:37.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-28T22:33:37.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-28T22:33:37.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-08-28T22:33:37.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2317 | 2024-08-28T22:33:37.355Z | |
2318 | 2024-08-28T22:33:37.355Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (51/156) |
2319 | 2024-08-28T22:33:37.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-08-28T22:33:37.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-08-28T22:33:37.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-08-28T22:33:37.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2323 | 2024-08-28T22:33:38.019Z | |
2324 | 2024-08-28T22:33:38.019Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (52/156) |
2325 | 2024-08-28T22:33:38.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-08-28T22:33:38.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-08-28T22:33:38.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-08-28T22:33:38.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2329 | 2024-08-28T22:33:38.685Z | |
2330 | 2024-08-28T22:33:38.685Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (53/156) |
2331 | 2024-08-28T22:33:39.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-08-28T22:33:39.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-08-28T22:33:39.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-08-28T22:33:39.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2335 | 2024-08-28T22:33:39.371Z | |
2336 | 2024-08-28T22:33:39.371Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (54/156) |
2337 | 2024-08-28T22:33:39.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-08-28T22:33:39.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-08-28T22:33:39.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-08-28T22:33:39.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2341 | 2024-08-28T22:33:40.033Z | |
2342 | 2024-08-28T22:33:40.033Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (55/156) |
2343 | 2024-08-28T22:33:40.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-08-28T22:33:40.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-08-28T22:33:40.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-08-28T22:33:40.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2347 | 2024-08-28T22:33:40.694Z | |
2348 | 2024-08-28T22:33:40.694Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (56/156) |
2349 | 2024-08-28T22:33:41.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-08-28T22:33:41.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-08-28T22:33:41.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-08-28T22:33:41.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2353 | 2024-08-28T22:33:41.352Z | |
2354 | 2024-08-28T22:33:41.353Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (57/156) |
2355 | 2024-08-28T22:33:41.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-08-28T22:33:41.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-08-28T22:33:41.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-08-28T22:33:41.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2359 | 2024-08-28T22:33:42.031Z | |
2360 | 2024-08-28T22:33:42.031Z | info: running `cargo check --bins` on oximeter-producer (58/156) |
2361 | 2024-08-28T22:33:42.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-08-28T22:33:42.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-08-28T22:33:42.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-08-28T22:33:42.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2365 | 2024-08-28T22:33:42.728Z | |
2366 | 2024-08-28T22:33:42.728Z | info: running `cargo check --bins` on internal-dns (59/156) |
2367 | 2024-08-28T22:33:43.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-08-28T22:33:43.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-08-28T22:33:43.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-08-28T22:33:43.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2371 | 2024-08-28T22:33:43.404Z | |
2372 | 2024-08-28T22:33:43.404Z | info: running `cargo check --bins` on nexus-client (60/156) |
2373 | 2024-08-28T22:33:44.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-08-28T22:33:44.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-08-28T22:33:44.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-08-28T22:33:44.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2377 | 2024-08-28T22:33:44.103Z | |
2378 | 2024-08-28T22:33:44.103Z | info: running `cargo check --bins` on nexus-sled-agent-shared (61/156) |
2379 | 2024-08-28T22:33:44.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-08-28T22:33:44.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-08-28T22:33:44.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-08-28T22:33:44.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2383 | 2024-08-28T22:33:44.791Z | |
2384 | 2024-08-28T22:33:44.791Z | info: running `cargo check --bins` on omicron-passwords (62/156) |
2385 | 2024-08-28T22:33:45.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-08-28T22:33:45.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-08-28T22:33:45.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-08-28T22:33:45.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2389 | 2024-08-28T22:33:45.455Z | |
2390 | 2024-08-28T22:33:45.455Z | info: running `cargo check --bins` on nexus-types (63/156) |
2391 | 2024-08-28T22:33:46.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-08-28T22:33:46.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-08-28T22:33:46.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-08-28T22:33:46.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2395 | 2024-08-28T22:33:46.172Z | |
2396 | 2024-08-28T22:33:46.172Z | info: running `cargo check --bins` on gateway-client (64/156) |
2397 | 2024-08-28T22:33:46.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-08-28T22:33:46.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-08-28T22:33:46.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-08-28T22:33:46.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2401 | 2024-08-28T22:33:46.824Z | |
2402 | 2024-08-28T22:33:46.824Z | info: running `cargo check --bins` on oxql-types (65/156) |
2403 | 2024-08-28T22:33:47.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-08-28T22:33:47.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-08-28T22:33:47.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-08-28T22:33:47.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2407 | 2024-08-28T22:33:47.486Z | |
2408 | 2024-08-28T22:33:47.486Z | info: running `cargo check --bins` on sp-sim (66/156) |
2409 | 2024-08-28T22:33:48.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-08-28T22:33:48.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-08-28T22:33:48.139Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2412 | 2024-08-28T22:33:49.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2413 | 2024-08-28T22:33:50.120Z | |
2414 | 2024-08-28T22:33:50.120Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (67/156) |
2415 | 2024-08-28T22:33:50.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-08-28T22:33:50.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-08-28T22:33:50.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-08-28T22:33:50.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2419 | 2024-08-28T22:33:50.821Z | |
2420 | 2024-08-28T22:33:50.821Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (68/156) |
2421 | 2024-08-28T22:33:51.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-08-28T22:33:51.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-08-28T22:33:51.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-08-28T22:33:51.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2425 | 2024-08-28T22:33:51.565Z | |
2426 | 2024-08-28T22:33:51.565Z | info: running `cargo check --bins` on db-macros (69/156) |
2427 | 2024-08-28T22:33:52.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-08-28T22:33:52.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-08-28T22:33:52.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-08-28T22:33:52.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2431 | 2024-08-28T22:33:52.235Z | |
2432 | 2024-08-28T22:33:52.235Z | info: running `cargo check --bins` on nexus-macros-common (70/156) |
2433 | 2024-08-28T22:33:52.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-08-28T22:33:52.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-08-28T22:33:52.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-08-28T22:33:52.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2437 | 2024-08-28T22:33:52.892Z | |
2438 | 2024-08-28T22:33:52.892Z | info: running `cargo check --bins` on nexus-auth (71/156) |
2439 | 2024-08-28T22:33:53.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-08-28T22:33:53.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-08-28T22:33:53.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-08-28T22:33:53.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2443 | 2024-08-28T22:33:53.617Z | |
2444 | 2024-08-28T22:33:53.617Z | info: running `cargo check --bins` on authz-macros (72/156) |
2445 | 2024-08-28T22:33:54.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-08-28T22:33:54.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-08-28T22:33:54.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-08-28T22:33:54.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2449 | 2024-08-28T22:33:54.271Z | |
2450 | 2024-08-28T22:33:54.271Z | info: running `cargo check --bins` on nexus-db-fixed-data (73/156) |
2451 | 2024-08-28T22:33:54.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-08-28T22:33:54.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-08-28T22:33:54.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-08-28T22:33:54.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2455 | 2024-08-28T22:33:54.994Z | |
2456 | 2024-08-28T22:33:54.994Z | info: running `cargo check --bins` on nexus-db-model (74/156) |
2457 | 2024-08-28T22:33:55.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-08-28T22:33:55.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-08-28T22:33:55.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-08-28T22:33:55.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2461 | 2024-08-28T22:33:55.726Z | |
2462 | 2024-08-28T22:33:55.726Z | info: running `cargo check --bins` on nexus-defaults (75/156) |
2463 | 2024-08-28T22:33:56.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-08-28T22:33:56.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-08-28T22:33:56.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-08-28T22:33:56.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2467 | 2024-08-28T22:33:56.432Z | |
2468 | 2024-08-28T22:33:56.432Z | info: running `cargo check --bins` on sled-agent-client (76/156) |
2469 | 2024-08-28T22:33:57.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-08-28T22:33:57.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-08-28T22:33:57.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-08-28T22:33:57.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2473 | 2024-08-28T22:33:57.143Z | |
2474 | 2024-08-28T22:33:57.143Z | info: running `cargo check --bins` on nexus-inventory (77/156) |
2475 | 2024-08-28T22:33:57.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-08-28T22:33:57.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-08-28T22:33:57.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-08-28T22:33:57.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2479 | 2024-08-28T22:33:57.888Z | |
2480 | 2024-08-28T22:33:57.888Z | info: running `cargo check --bins` on typed-rng (78/156) |
2481 | 2024-08-28T22:33:58.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-08-28T22:33:58.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-08-28T22:33:58.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-08-28T22:33:58.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2485 | 2024-08-28T22:33:58.556Z | |
2486 | 2024-08-28T22:33:58.556Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/156) |
2487 | 2024-08-28T22:33:59.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-08-28T22:33:59.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-08-28T22:33:59.380Z | Compiling rayon-core v1.12.1 |
2490 | 2024-08-28T22:33:59.382Z | Compiling crossbeam-deque v0.8.5 |
2491 | 2024-08-28T22:33:59.382Z | Compiling curve25519-dalek v4.1.3 |
2492 | 2024-08-28T22:33:59.383Z | Compiling unicase v2.7.0 |
2493 | 2024-08-28T22:33:59.479Z | Compiling same-file v1.0.6 |
2494 | 2024-08-28T22:33:59.481Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2495 | 2024-08-28T22:33:59.490Z | Checking keccak v0.1.5 |
2496 | 2024-08-28T22:33:59.518Z | Compiling tempfile v3.10.1 |
2497 | 2024-08-28T22:33:59.761Z | Compiling walkdir v2.5.0 |
2498 | 2024-08-28T22:33:59.778Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2499 | 2024-08-28T22:33:59.891Z | Checking sha3 v0.10.8 |
2500 | 2024-08-28T22:33:59.990Z | Compiling thiserror-impl-no-std v2.0.2 |
2501 | 2024-08-28T22:34:00.084Z | Checking universal-hash v0.5.1 |
2502 | 2024-08-28T22:34:00.256Z | Checking secrecy v0.8.0 |
2503 | 2024-08-28T22:34:00.272Z | Compiling ring v0.16.20 |
2504 | 2024-08-28T22:34:00.357Z | Compiling blake3 v1.5.1 |
2505 | 2024-08-28T22:34:00.384Z | Compiling curve25519-dalek-derive v0.1.1 |
2506 | 2024-08-28T22:34:00.457Z | Checking opaque-debug v0.3.1 |
2507 | 2024-08-28T22:34:00.474Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2508 | 2024-08-28T22:34:00.536Z | Checking chacha20 v0.9.1 |
2509 | 2024-08-28T22:34:00.553Z | Checking poly1305 v0.8.0 |
2510 | 2024-08-28T22:34:00.790Z | Compiling rayon v1.10.0 |
2511 | 2024-08-28T22:34:00.869Z | Checking aead v0.5.2 |
2512 | 2024-08-28T22:34:01.083Z | Compiling memmap2 v0.9.4 |
2513 | 2024-08-28T22:34:01.100Z | Compiling constant_time_eq v0.3.0 |
2514 | 2024-08-28T22:34:01.303Z | Compiling untrusted v0.7.1 |
2515 | 2024-08-28T22:34:01.506Z | Compiling arrayref v0.3.7 |
2516 | 2024-08-28T22:34:01.581Z | Compiling libefi-sys v0.1.0 |
2517 | 2024-08-28T22:34:01.608Z | Compiling spin v0.5.2 |
2518 | 2024-08-28T22:34:01.671Z | Compiling arrayvec v0.7.4 |
2519 | 2024-08-28T22:34:01.688Z | Compiling home v0.5.9 |
2520 | 2024-08-28T22:34:01.854Z | Compiling toolchain_find v0.4.0 |
2521 | 2024-08-28T22:34:01.923Z | Checking chacha20poly1305 v0.10.1 |
2522 | 2024-08-28T22:34:02.108Z | Compiling camino-tempfile v1.1.1 |
2523 | 2024-08-28T22:34:02.241Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2524 | 2024-08-28T22:34:02.479Z | Compiling bitfield-struct v0.6.1 |
2525 | 2024-08-28T22:34:02.554Z | Compiling topological-sort v0.2.2 |
2526 | 2024-08-28T22:34:02.596Z | Compiling cancel-safe-futures v0.1.5 |
2527 | 2024-08-28T22:34:02.785Z | Compiling mime_guess v2.0.4 |
2528 | 2024-08-28T22:34:02.813Z | Compiling rustfmt-wrapper v0.2.1 |
2529 | 2024-08-28T22:34:03.299Z | Checking thiserror-no-std v2.0.2 |
2530 | 2024-08-28T22:34:03.377Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2531 | 2024-08-28T22:34:03.395Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2532 | 2024-08-28T22:34:03.418Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2533 | 2024-08-28T22:34:03.548Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2534 | 2024-08-28T22:34:04.004Z | Checking vsss-rs v3.3.4 |
2535 | 2024-08-28T22:34:04.029Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2536 | 2024-08-28T22:34:04.220Z | Checking gethostname v0.5.0 |
2537 | 2024-08-28T22:34:04.255Z | Checking libsw v3.3.1 |
2538 | 2024-08-28T22:34:04.281Z | Checking swrite v0.1.0 |
2539 | 2024-08-28T22:34:04.350Z | Checking linear-map v1.2.0 |
2540 | 2024-08-28T22:34:04.405Z | Checking owo-colors v4.0.0 |
2541 | 2024-08-28T22:34:04.595Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2542 | 2024-08-28T22:34:04.689Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2543 | 2024-08-28T22:34:05.106Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2544 | 2024-08-28T22:34:05.288Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2545 | 2024-08-28T22:34:05.666Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2546 | 2024-08-28T22:34:05.959Z | Checking nanorand v0.7.0 |
2547 | 2024-08-28T22:34:06.358Z | Compiling omicron-zone-package v0.11.0 |
2548 | 2024-08-28T22:34:06.396Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2549 | 2024-08-28T22:34:06.549Z | Checking http-range v0.1.5 |
2550 | 2024-08-28T22:34:06.567Z | Checking glob v0.3.1 |
2551 | 2024-08-28T22:34:06.613Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2552 | 2024-08-28T22:34:06.737Z | Checking hyper-staticfile v0.9.5 |
2553 | 2024-08-28T22:34:06.896Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2554 | 2024-08-28T22:34:07.179Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2555 | 2024-08-28T22:34:07.332Z | Checking flume v0.11.0 |
2556 | 2024-08-28T22:34:07.884Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2557 | 2024-08-28T22:34:07.903Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2558 | 2024-08-28T22:34:07.980Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2559 | 2024-08-28T22:34:08.826Z | Checking itertools v0.13.0 |
2560 | 2024-08-28T22:34:09.089Z | Checking display-error-chain v0.2.0 |
2561 | 2024-08-28T22:34:09.621Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2562 | 2024-08-28T22:34:10.188Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2563 | 2024-08-28T22:34:11.541Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2564 | 2024-08-28T22:34:13.439Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2565 | 2024-08-28T22:34:13.477Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2566 | 2024-08-28T22:34:24.245Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2567 | 2024-08-28T22:34:36.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.38s |
2568 | 2024-08-28T22:34:37.120Z | |
2569 | 2024-08-28T22:34:37.120Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/156) |
2570 | 2024-08-28T22:34:37.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-08-28T22:34:37.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-08-28T22:34:37.916Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2573 | 2024-08-28T22:34:50.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.01s |
2574 | 2024-08-28T22:34:50.318Z | |
2575 | 2024-08-28T22:34:50.318Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/156) |
2576 | 2024-08-28T22:34:50.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-08-28T22:34:50.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-08-28T22:34:51.104Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2579 | 2024-08-28T22:35:03.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s |
2580 | 2024-08-28T22:35:03.595Z | |
2581 | 2024-08-28T22:35:03.595Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/156) |
2582 | 2024-08-28T22:35:04.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-08-28T22:35:04.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-08-28T22:35:04.363Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2585 | 2024-08-28T22:35:17.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
2586 | 2024-08-28T22:35:17.335Z | |
2587 | 2024-08-28T22:35:17.335Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/156) |
2588 | 2024-08-28T22:35:17.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-08-28T22:35:17.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-08-28T22:35:18.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2591 | 2024-08-28T22:35:30.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s |
2592 | 2024-08-28T22:35:30.423Z | |
2593 | 2024-08-28T22:35:30.423Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/156) |
2594 | 2024-08-28T22:35:31.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-08-28T22:35:31.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-08-28T22:35:31.185Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2597 | 2024-08-28T22:35:44.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
2598 | 2024-08-28T22:35:44.313Z | |
2599 | 2024-08-28T22:35:44.313Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/156) |
2600 | 2024-08-28T22:35:44.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-08-28T22:35:44.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-08-28T22:35:45.056Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2603 | 2024-08-28T22:35:57.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.37s |
2604 | 2024-08-28T22:35:57.867Z | |
2605 | 2024-08-28T22:35:57.867Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/156) |
2606 | 2024-08-28T22:35:58.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-08-28T22:35:58.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-08-28T22:35:58.677Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2609 | 2024-08-28T22:36:11.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s |
2610 | 2024-08-28T22:36:11.446Z | |
2611 | 2024-08-28T22:36:11.446Z | info: running `cargo check --bins` on bootstrap-agent-api (87/156) |
2612 | 2024-08-28T22:36:12.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-08-28T22:36:12.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-08-28T22:36:12.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-08-28T22:36:12.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2616 | 2024-08-28T22:36:12.164Z | |
2617 | 2024-08-28T22:36:12.164Z | info: running `cargo check --bins` on sled-agent-types (88/156) |
2618 | 2024-08-28T22:36:12.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-08-28T22:36:12.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-08-28T22:36:12.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-08-28T22:36:12.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2622 | 2024-08-28T22:36:12.858Z | |
2623 | 2024-08-28T22:36:12.859Z | info: running `cargo check --bins` on bootstrap-agent-client (89/156) |
2624 | 2024-08-28T22:36:13.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-08-28T22:36:13.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-08-28T22:36:13.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-08-28T22:36:13.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2628 | 2024-08-28T22:36:13.535Z | |
2629 | 2024-08-28T22:36:13.535Z | info: running `cargo check --bins` on dpd-client (90/156) |
2630 | 2024-08-28T22:36:14.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-08-28T22:36:14.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-08-28T22:36:14.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-08-28T22:36:14.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2634 | 2024-08-28T22:36:14.419Z | |
2635 | 2024-08-28T22:36:14.419Z | info: running `cargo check --bins` on installinator-common (91/156) |
2636 | 2024-08-28T22:36:14.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-08-28T22:36:14.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-08-28T22:36:14.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-08-28T22:36:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2640 | 2024-08-28T22:36:14.853Z | |
2641 | 2024-08-28T22:36:14.854Z | info: running `cargo check --bins` on update-engine (92/156) |
2642 | 2024-08-28T22:36:15.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-08-28T22:36:15.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-08-28T22:36:15.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-08-28T22:36:15.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2646 | 2024-08-28T22:36:15.470Z | |
2647 | 2024-08-28T22:36:15.470Z | info: running `cargo check --bins` on key-manager (93/156) |
2648 | 2024-08-28T22:36:16.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-08-28T22:36:16.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-08-28T22:36:16.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2024-08-28T22:36:16.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2652 | 2024-08-28T22:36:16.123Z | |
2653 | 2024-08-28T22:36:16.123Z | info: running `cargo check --bins` on omicron-ddm-admin-client (94/156) |
2654 | 2024-08-28T22:36:16.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-08-28T22:36:16.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-08-28T22:36:16.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-08-28T22:36:16.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2658 | 2024-08-28T22:36:16.809Z | |
2659 | 2024-08-28T22:36:16.809Z | info: running `cargo check --bins` on sled-agent-api (95/156) |
2660 | 2024-08-28T22:36:17.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-08-28T22:36:17.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-08-28T22:36:17.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-08-28T22:36:17.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2664 | 2024-08-28T22:36:17.502Z | |
2665 | 2024-08-28T22:36:17.502Z | info: running `cargo check --bins` on sled-hardware (96/156) |
2666 | 2024-08-28T22:36:18.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-08-28T22:36:18.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-08-28T22:36:18.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-08-28T22:36:18.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2670 | 2024-08-28T22:36:18.174Z | |
2671 | 2024-08-28T22:36:18.174Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/156) |
2672 | 2024-08-28T22:36:22.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-08-28T22:36:22.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-08-28T22:36:22.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-08-28T22:36:22.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2676 | 2024-08-28T22:36:22.252Z | |
2677 | 2024-08-28T22:36:22.252Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/156) |
2678 | 2024-08-28T22:36:22.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-08-28T22:36:22.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-08-28T22:36:22.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-08-28T22:36:22.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2682 | 2024-08-28T22:36:22.252Z | |
2683 | 2024-08-28T22:36:22.252Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/156) |
2684 | 2024-08-28T22:36:22.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-08-28T22:36:22.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-08-28T22:36:22.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2024-08-28T22:36:22.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2688 | 2024-08-28T22:36:22.252Z | |
2689 | 2024-08-28T22:36:22.252Z | info: running `cargo check --bins` on nexus-test-interface (100/156) |
2690 | 2024-08-28T22:36:22.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-08-28T22:36:22.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-08-28T22:36:22.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2024-08-28T22:36:22.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2694 | 2024-08-28T22:36:22.253Z | |
2695 | 2024-08-28T22:36:22.253Z | info: running `cargo check --bins` on oximeter-collector (101/156) |
2696 | 2024-08-28T22:36:22.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-08-28T22:36:22.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-08-28T22:36:22.341Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2699 | 2024-08-28T22:36:22.341Z | Checking bcs v0.1.6 |
2700 | 2024-08-28T22:36:22.341Z | Compiling async-recursion v1.1.1 |
2701 | 2024-08-28T22:36:22.341Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2702 | 2024-08-28T22:36:22.341Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2703 | 2024-08-28T22:36:22.807Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-08-28T22:36:26.104Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2705 | 2024-08-28T22:36:27.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s |
2706 | 2024-08-28T22:36:28.087Z | |
2707 | 2024-08-28T22:36:28.087Z | info: running `cargo check --bins` on oximeter-api (102/156) |
2708 | 2024-08-28T22:36:28.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-08-28T22:36:28.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-08-28T22:36:28.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-08-28T22:36:28.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2712 | 2024-08-28T22:36:28.761Z | |
2713 | 2024-08-28T22:36:28.761Z | info: running `cargo check --bins` on oximeter-client (103/156) |
2714 | 2024-08-28T22:36:29.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-08-28T22:36:29.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-08-28T22:36:29.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-08-28T22:36:29.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2718 | 2024-08-28T22:36:29.424Z | |
2719 | 2024-08-28T22:36:29.424Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/156) |
2720 | 2024-08-28T22:36:30.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-08-28T22:36:30.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-08-28T22:36:30.115Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2723 | 2024-08-28T22:36:30.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2724 | 2024-08-28T22:36:30.891Z | |
2725 | 2024-08-28T22:36:30.891Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/156) |
2726 | 2024-08-28T22:36:31.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-08-28T22:36:31.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-08-28T22:36:31.602Z | Compiling vte_generate_state_changes v0.1.1 |
2729 | 2024-08-28T22:36:31.602Z | Checking fd-lock v4.0.2 |
2730 | 2024-08-28T22:36:31.605Z | Checking bytecount v0.6.8 |
2731 | 2024-08-28T22:36:31.605Z | Compiling tabled_derive v0.7.0 |
2732 | 2024-08-28T22:36:31.605Z | Checking crossterm v0.27.0 |
2733 | 2024-08-28T22:36:31.695Z | Compiling peg-macros v0.8.4 |
2734 | 2024-08-28T22:36:31.708Z | Compiling sqlparser_derive v0.2.2 |
2735 | 2024-08-28T22:36:31.710Z | Checking home v0.5.9 |
2736 | 2024-08-28T22:36:31.837Z | Checking papergrid v0.11.0 |
2737 | 2024-08-28T22:36:31.856Z | Checking unicode_categories v0.1.1 |
2738 | 2024-08-28T22:36:31.868Z | Checking nu-ansi-term v0.50.0 |
2739 | 2024-08-28T22:36:32.158Z | Checking sqlformat v0.2.4 |
2740 | 2024-08-28T22:36:32.250Z | Checking rustyline v14.0.0 |
2741 | 2024-08-28T22:36:32.373Z | Checking vte v0.11.1 |
2742 | 2024-08-28T22:36:32.879Z | Checking sqlparser v0.45.0 |
2743 | 2024-08-28T22:36:33.397Z | Checking crossterm v0.28.1 |
2744 | 2024-08-28T22:36:33.797Z | Checking strip-ansi-escapes v0.2.0 |
2745 | 2024-08-28T22:36:33.949Z | Checking reedline v0.33.0 |
2746 | 2024-08-28T22:36:34.343Z | Checking tabled v0.15.0 |
2747 | 2024-08-28T22:36:34.865Z | Checking peg v0.8.4 |
2748 | 2024-08-28T22:36:39.636Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2749 | 2024-08-28T22:36:45.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
2750 | 2024-08-28T22:36:45.328Z | |
2751 | 2024-08-28T22:36:45.328Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/156) |
2752 | 2024-08-28T22:36:49.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-28T22:36:49.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-28T22:36:49.901Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2755 | 2024-08-28T22:36:51.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
2756 | 2024-08-28T22:36:51.670Z | |
2757 | 2024-08-28T22:36:51.670Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/156) |
2758 | 2024-08-28T22:36:52.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-28T22:36:52.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-28T22:36:52.343Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2024-08-28T22:36:57.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2762 | 2024-08-28T22:36:57.628Z | |
2763 | 2024-08-28T22:36:57.628Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/156) |
2764 | 2024-08-28T22:36:58.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-28T22:36:58.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-28T22:36:58.316Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2767 | 2024-08-28T22:37:02.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
2768 | 2024-08-28T22:37:02.707Z | |
2769 | 2024-08-28T22:37:02.707Z | info: running `cargo check --bins` on oximeter-test-utils (109/156) |
2770 | 2024-08-28T22:37:03.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-08-28T22:37:03.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-08-28T22:37:03.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-08-28T22:37:03.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2774 | 2024-08-28T22:37:03.375Z | |
2775 | 2024-08-28T22:37:03.376Z | info: running `cargo check --bins` on cockroach-admin-client (110/156) |
2776 | 2024-08-28T22:37:03.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-08-28T22:37:03.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-08-28T22:37:03.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-08-28T22:37:03.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2780 | 2024-08-28T22:37:03.994Z | |
2781 | 2024-08-28T22:37:03.994Z | info: running `cargo check --bins` on installinator-client (111/156) |
2782 | 2024-08-28T22:37:04.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-08-28T22:37:04.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-08-28T22:37:04.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-08-28T22:37:04.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2786 | 2024-08-28T22:37:04.677Z | |
2787 | 2024-08-28T22:37:04.677Z | info: running `cargo check --bins` on oxide-client (112/156) |
2788 | 2024-08-28T22:37:05.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-08-28T22:37:05.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-08-28T22:37:05.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-08-28T22:37:05.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2792 | 2024-08-28T22:37:05.323Z | |
2793 | 2024-08-28T22:37:05.323Z | info: running `cargo check --bins` on wicketd-client (113/156) |
2794 | 2024-08-28T22:37:05.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-08-28T22:37:05.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-08-28T22:37:05.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-08-28T22:37:05.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2798 | 2024-08-28T22:37:05.985Z | |
2799 | 2024-08-28T22:37:05.985Z | info: running `cargo check --bins` on wicket-common (114/156) |
2800 | 2024-08-28T22:37:06.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-08-28T22:37:06.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-08-28T22:37:06.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-08-28T22:37:06.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2804 | 2024-08-28T22:37:06.687Z | |
2805 | 2024-08-28T22:37:06.687Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/156) |
2806 | 2024-08-28T22:37:07.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-08-28T22:37:07.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-08-28T22:37:07.400Z | Checking csv-core v0.1.11 |
2809 | 2024-08-28T22:37:07.403Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2810 | 2024-08-28T22:37:07.707Z | Checking csv v1.3.0 |
2811 | 2024-08-28T22:37:08.273Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2812 | 2024-08-28T22:37:08.631Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2813 | 2024-08-28T22:37:09.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
2814 | 2024-08-28T22:37:10.101Z | |
2815 | 2024-08-28T22:37:10.101Z | info: running `cargo check --bins` on cockroach-admin-api (116/156) |
2816 | 2024-08-28T22:37:10.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-28T22:37:10.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-28T22:37:10.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-08-28T22:37:10.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2820 | 2024-08-28T22:37:10.803Z | |
2821 | 2024-08-28T22:37:10.803Z | info: running `cargo check --bins` on cockroach-admin-types (117/156) |
2822 | 2024-08-28T22:37:11.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-08-28T22:37:11.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-08-28T22:37:11.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-08-28T22:37:11.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2826 | 2024-08-28T22:37:11.501Z | |
2827 | 2024-08-28T22:37:11.501Z | info: running `cargo check --bins` on cert-dev (118/156) |
2828 | 2024-08-28T22:37:12.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-08-28T22:37:12.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-08-28T22:37:12.163Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2831 | 2024-08-28T22:37:12.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2832 | 2024-08-28T22:37:12.577Z | |
2833 | 2024-08-28T22:37:12.577Z | info: running `cargo check --bins` on ch-dev (119/156) |
2834 | 2024-08-28T22:37:13.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-08-28T22:37:13.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-08-28T22:37:13.322Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2837 | 2024-08-28T22:37:14.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2838 | 2024-08-28T22:37:14.232Z | |
2839 | 2024-08-28T22:37:14.232Z | info: running `cargo check --bins` on crdb-seed (120/156) |
2840 | 2024-08-28T22:37:14.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-08-28T22:37:14.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-08-28T22:37:14.938Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2843 | 2024-08-28T22:37:15.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2844 | 2024-08-28T22:37:15.450Z | |
2845 | 2024-08-28T22:37:15.450Z | info: running `cargo check --bins` on db-dev (121/156) |
2846 | 2024-08-28T22:37:16.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-08-28T22:37:16.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-08-28T22:37:16.191Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2849 | 2024-08-28T22:37:16.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2850 | 2024-08-28T22:37:17.143Z | |
2851 | 2024-08-28T22:37:17.143Z | info: running `cargo check --bins` on omicron-dev-lib (122/156) |
2852 | 2024-08-28T22:37:17.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-08-28T22:37:17.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-08-28T22:37:17.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-08-28T22:37:17.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2856 | 2024-08-28T22:37:17.888Z | |
2857 | 2024-08-28T22:37:17.888Z | info: running `cargo check --bins` on xtask-downloader (123/156) |
2858 | 2024-08-28T22:37:18.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-08-28T22:37:18.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-08-28T22:37:18.579Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2861 | 2024-08-28T22:37:19.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
2862 | 2024-08-28T22:37:19.673Z | |
2863 | 2024-08-28T22:37:19.673Z | info: running `cargo check --bins` on mgs-dev (124/156) |
2864 | 2024-08-28T22:37:20.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-08-28T22:37:20.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-08-28T22:37:20.475Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2867 | 2024-08-28T22:37:21.153Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2868 | 2024-08-28T22:37:21.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
2869 | 2024-08-28T22:37:21.850Z | |
2870 | 2024-08-28T22:37:21.850Z | info: running `cargo check --bins` on omicron-omdb (125/156) |
2871 | 2024-08-28T22:37:22.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-08-28T22:37:22.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-08-28T22:37:22.726Z | Compiling glob v0.3.1 |
2874 | 2024-08-28T22:37:22.726Z | Compiling crunchy v0.2.2 |
2875 | 2024-08-28T22:37:22.729Z | Compiling tiny-keccak v2.0.2 |
2876 | 2024-08-28T22:37:22.729Z | Compiling dsl_auto_type v0.1.2 |
2877 | 2024-08-28T22:37:22.841Z | Checking scheduled-thread-pool v0.2.7 |
2878 | 2024-08-28T22:37:22.844Z | Compiling diesel_table_macro_syntax v0.2.0 |
2879 | 2024-08-28T22:37:22.894Z | Compiling ascii-canvas v3.0.0 |
2880 | 2024-08-28T22:37:22.897Z | Compiling ena v0.14.3 |
2881 | 2024-08-28T22:37:23.085Z | Checking r2d2 v0.8.10 |
2882 | 2024-08-28T22:37:23.170Z | Compiling libloading v0.8.3 |
2883 | 2024-08-28T22:37:23.310Z | Compiling regex-syntax v0.6.29 |
2884 | 2024-08-28T22:37:23.327Z | Compiling diff v0.1.13 |
2885 | 2024-08-28T22:37:23.404Z | Compiling bindgen v0.69.4 |
2886 | 2024-08-28T22:37:23.449Z | Compiling which v4.4.2 |
2887 | 2024-08-28T22:37:23.601Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2888 | 2024-08-28T22:37:23.803Z | Compiling clang-sys v1.7.0 |
2889 | 2024-08-28T22:37:23.845Z | Compiling cexpr v0.6.0 |
2890 | 2024-08-28T22:37:24.007Z | Compiling rustc-hash v1.1.0 |
2891 | 2024-08-28T22:37:24.103Z | Compiling shlex v1.3.0 |
2892 | 2024-08-28T22:37:24.173Z | Compiling lazycell v1.3.0 |
2893 | 2024-08-28T22:37:24.222Z | Compiling ref-cast v1.0.23 |
2894 | 2024-08-28T22:37:24.239Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2895 | 2024-08-28T22:37:24.345Z | Compiling derive_builder_core v0.20.0 |
2896 | 2024-08-28T22:37:24.498Z | Compiling diesel_derives v2.2.2 |
2897 | 2024-08-28T22:37:24.541Z | Compiling libxml v0.3.3 |
2898 | 2024-08-28T22:37:24.558Z | Compiling ref-cast-impl v1.0.23 |
2899 | 2024-08-28T22:37:24.886Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2900 | 2024-08-28T22:37:25.015Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2901 | 2024-08-28T22:37:25.445Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2902 | 2024-08-28T22:37:25.748Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2903 | 2024-08-28T22:37:25.780Z | Compiling strum_macros v0.24.3 |
2904 | 2024-08-28T22:37:25.974Z | Compiling dropshot v0.10.1 |
2905 | 2024-08-28T22:37:26.186Z | Compiling indoc v1.0.9 |
2906 | 2024-08-28T22:37:26.893Z | Compiling lalrpop v0.19.12 |
2907 | 2024-08-28T22:37:27.252Z | Compiling derive_builder_macro v0.20.0 |
2908 | 2024-08-28T22:37:28.194Z | Checking derive_builder v0.20.0 |
2909 | 2024-08-28T22:37:28.347Z | Checking tungstenite v0.23.0 |
2910 | 2024-08-28T22:37:28.696Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2911 | 2024-08-28T22:37:29.007Z | Compiling dropshot_endpoint v0.10.1 |
2912 | 2024-08-28T22:37:29.327Z | Compiling impl-trait-for-tuples v0.2.2 |
2913 | 2024-08-28T22:37:29.416Z | Compiling oso-derive v0.27.3 |
2914 | 2024-08-28T22:37:29.502Z | Checking quick-xml v0.31.0 |
2915 | 2024-08-28T22:37:30.597Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2916 | 2024-08-28T22:37:30.936Z | Checking maplit v1.0.2 |
2917 | 2024-08-28T22:37:31.149Z | Checking tokio-tungstenite v0.23.1 |
2918 | 2024-08-28T22:37:31.728Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2919 | 2024-08-28T22:37:31.798Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2920 | 2024-08-28T22:37:32.125Z | Checking bb8 v0.8.5 |
2921 | 2024-08-28T22:37:32.629Z | Compiling const_format_proc_macros v0.2.32 |
2922 | 2024-08-28T22:37:33.518Z | Checking crossbeam-deque v0.8.5 |
2923 | 2024-08-28T22:37:33.876Z | Compiling portable-atomic v1.6.0 |
2924 | 2024-08-28T22:37:34.927Z | Checking const_format v0.2.32 |
2925 | 2024-08-28T22:37:35.029Z | Checking rayon-core v1.12.1 |
2926 | 2024-08-28T22:37:35.383Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2927 | 2024-08-28T22:37:35.456Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2928 | 2024-08-28T22:37:35.765Z | Checking castaway v0.2.3 |
2929 | 2024-08-28T22:37:35.784Z | Checking rayon v1.10.0 |
2930 | 2024-08-28T22:37:35.941Z | Checking compact_str v0.8.0 |
2931 | 2024-08-28T22:37:37.283Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2932 | 2024-08-28T22:37:37.620Z | Checking unicode-truncate v1.0.0 |
2933 | 2024-08-28T22:37:37.723Z | Checking lru v0.12.3 |
2934 | 2024-08-28T22:37:37.847Z | Compiling instability v0.3.2 |
2935 | 2024-08-28T22:37:37.963Z | Checking number_prefix v0.4.0 |
2936 | 2024-08-28T22:37:38.033Z | Checking smawk v0.3.2 |
2937 | 2024-08-28T22:37:38.056Z | Checking diesel v2.2.3 |
2938 | 2024-08-28T22:37:38.184Z | Checking cassowary v0.3.0 |
2939 | 2024-08-28T22:37:38.203Z | Checking unicode-linebreak v0.1.5 |
2940 | 2024-08-28T22:37:38.290Z | Checking multimap v0.10.0 |
2941 | 2024-08-28T22:37:38.643Z | Checking textwrap v0.16.1 |
2942 | 2024-08-28T22:37:38.939Z | Checking ratatui v0.28.0 |
2943 | 2024-08-28T22:37:39.697Z | Checking indicatif v0.17.8 |
2944 | 2024-08-28T22:37:59.837Z | Compiling samael v0.0.15 |
2945 | 2024-08-28T22:38:14.483Z | Compiling polar-core v0.27.3 |
2946 | 2024-08-28T22:38:15.723Z | Checking async-bb8-diesel v0.2.1 |
2947 | 2024-08-28T22:38:22.139Z | Checking oso v0.27.3 |
2948 | 2024-08-28T22:39:28.304Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2949 | 2024-08-28T22:39:34.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
2950 | 2024-08-28T22:39:34.388Z | |
2951 | 2024-08-28T22:39:34.388Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/156) |
2952 | 2024-08-28T22:39:35.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-08-28T22:39:35.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-08-28T22:39:35.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2955 | 2024-08-28T22:39:35.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2956 | 2024-08-28T22:39:35.128Z | |
2957 | 2024-08-28T22:39:35.128Z | info: running `cargo check --bins` on nexus-saga-recovery (127/156) |
2958 | 2024-08-28T22:39:35.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-08-28T22:39:35.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-08-28T22:39:35.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-08-28T22:39:35.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2962 | 2024-08-28T22:39:35.893Z | |
2963 | 2024-08-28T22:39:35.893Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/156) |
2964 | 2024-08-28T22:39:36.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-08-28T22:39:36.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-08-28T22:39:36.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2024-08-28T22:39:36.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2968 | 2024-08-28T22:39:36.570Z | |
2969 | 2024-08-28T22:39:36.570Z | info: running `cargo check --bins` on omicron-nexus (129/156) |
2970 | 2024-08-28T22:39:37.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-08-28T22:39:37.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-08-28T22:39:37.446Z | Compiling libz-sys v1.1.16 |
2973 | 2024-08-28T22:39:37.550Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2974 | 2024-08-28T22:39:37.563Z | Compiling vergen v8.3.2 |
2975 | 2024-08-28T22:39:37.565Z | Compiling cargo-platform v0.1.8 |
2976 | 2024-08-28T22:39:37.565Z | Compiling pin-project-internal v1.1.5 |
2977 | 2024-08-28T22:39:37.604Z | Compiling snafu-derive v0.8.2 |
2978 | 2024-08-28T22:39:37.607Z | Compiling libsqlite3-sys v0.28.0 |
2979 | 2024-08-28T22:39:37.607Z | Compiling buf-list v1.0.3 |
2980 | 2024-08-28T22:39:37.899Z | Compiling cargo_metadata v0.18.1 |
2981 | 2024-08-28T22:39:38.140Z | Checking globset v0.4.14 |
2982 | 2024-08-28T22:39:38.196Z | Checking olpc-cjson v0.1.3 |
2983 | 2024-08-28T22:39:38.366Z | Checking rand_seeder v0.3.0 |
2984 | 2024-08-28T22:39:38.399Z | Checking serde_plain v1.0.2 |
2985 | 2024-08-28T22:39:38.497Z | Checking typed-path v0.7.1 |
2986 | 2024-08-28T22:39:38.585Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2987 | 2024-08-28T22:39:38.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2988 | 2024-08-28T22:39:38.936Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2989 | 2024-08-28T22:39:39.087Z | Checking hashlink v0.9.1 |
2990 | 2024-08-28T22:39:39.105Z | Checking fallible-streaming-iterator v0.1.9 |
2991 | 2024-08-28T22:39:39.251Z | Checking fallible-iterator v0.3.0 |
2992 | 2024-08-28T22:39:39.345Z | Checking parse-size v1.0.0 |
2993 | 2024-08-28T22:39:39.600Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2994 | 2024-08-28T22:39:39.741Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2995 | 2024-08-28T22:39:39.866Z | Checking rusqlite v0.31.0 |
2996 | 2024-08-28T22:39:40.469Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2997 | 2024-08-28T22:39:40.578Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2998 | 2024-08-28T22:39:40.742Z | Checking pin-project v1.1.5 |
2999 | 2024-08-28T22:39:40.776Z | Checking twox-hash v1.6.3 |
3000 | 2024-08-28T22:39:40.871Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3001 | 2024-08-28T22:39:41.270Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3002 | 2024-08-28T22:39:41.506Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3003 | 2024-08-28T22:39:41.605Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3004 | 2024-08-28T22:39:41.713Z | Checking fatfs v0.3.6 |
3005 | 2024-08-28T22:39:41.774Z | Checking assert_matches v1.5.0 |
3006 | 2024-08-28T22:39:43.053Z | Checking snafu v0.8.2 |
3007 | 2024-08-28T22:39:43.498Z | Checking tough v0.17.1 |
3008 | 2024-08-28T22:39:47.556Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3009 | 2024-08-28T22:39:48.780Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3010 | 2024-08-28T22:39:48.792Z | Compiling git2 v0.19.0 |
3011 | 2024-08-28T22:39:53.791Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3012 | 2024-08-28T22:40:58.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3013 | 2024-08-28T22:40:58.571Z | |
3014 | 2024-08-28T22:40:58.572Z | info: running `cargo check --bins` on nexus-internal-api (130/156) |
3015 | 2024-08-28T22:40:59.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2024-08-28T22:40:59.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2024-08-28T22:40:59.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2024-08-28T22:40:59.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3019 | 2024-08-28T22:40:59.312Z | |
3020 | 2024-08-28T22:40:59.312Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/156) |
3021 | 2024-08-28T22:40:59.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2024-08-28T22:40:59.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2024-08-28T22:40:59.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2024-08-28T22:40:59.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3025 | 2024-08-28T22:41:00.038Z | |
3026 | 2024-08-28T22:41:00.038Z | info: running `cargo check --bins` on nexus-networking (132/156) |
3027 | 2024-08-28T22:41:00.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2024-08-28T22:41:00.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2024-08-28T22:41:00.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2024-08-28T22:41:00.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3031 | 2024-08-28T22:41:00.759Z | |
3032 | 2024-08-28T22:41:00.759Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/156) |
3033 | 2024-08-28T22:41:01.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2024-08-28T22:41:01.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2024-08-28T22:41:01.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2024-08-28T22:41:01.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3037 | 2024-08-28T22:41:01.490Z | |
3038 | 2024-08-28T22:41:01.490Z | info: running `cargo check --bins` on update-common (134/156) |
3039 | 2024-08-28T22:41:02.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2024-08-28T22:41:02.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2024-08-28T22:41:02.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2024-08-28T22:41:02.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3043 | 2024-08-28T22:41:02.188Z | |
3044 | 2024-08-28T22:41:02.188Z | info: running `cargo check --bins` on tufaceous-lib (135/156) |
3045 | 2024-08-28T22:41:02.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2024-08-28T22:41:02.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2024-08-28T22:41:02.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2024-08-28T22:41:02.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3049 | 2024-08-28T22:41:02.897Z | |
3050 | 2024-08-28T22:41:02.897Z | info: running `cargo check --bins` on tufaceous (136/156) |
3051 | 2024-08-28T22:41:03.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2024-08-28T22:41:03.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2024-08-28T22:41:03.638Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3054 | 2024-08-28T22:41:04.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3055 | 2024-08-28T22:41:04.711Z | |
3056 | 2024-08-28T22:41:04.711Z | info: running `cargo check --bins` on omicron-dev (137/156) |
3057 | 2024-08-28T22:41:05.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-28T22:41:05.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-28T22:41:05.590Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3060 | 2024-08-28T22:41:05.590Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3061 | 2024-08-28T22:41:05.592Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3062 | 2024-08-28T22:41:07.011Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3063 | 2024-08-28T22:41:09.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
3064 | 2024-08-28T22:41:09.788Z | |
3065 | 2024-08-28T22:41:09.788Z | info: running `cargo check --bins` on openapi-manager (138/156) |
3066 | 2024-08-28T22:41:10.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-08-28T22:41:10.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-08-28T22:41:10.579Z | Checking is_ci v1.2.0 |
3069 | 2024-08-28T22:41:10.579Z | Checking heck v0.4.1 |
3070 | 2024-08-28T22:41:10.582Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3071 | 2024-08-28T22:41:10.582Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3072 | 2024-08-28T22:41:10.582Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3073 | 2024-08-28T22:41:10.582Z | Checking indent_write v2.2.0 |
3074 | 2024-08-28T22:41:10.766Z | Checking supports-color v3.0.0 |
3075 | 2024-08-28T22:41:10.843Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3076 | 2024-08-28T22:41:12.336Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3077 | 2024-08-28T22:41:13.153Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3078 | 2024-08-28T22:41:14.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
3079 | 2024-08-28T22:41:14.379Z | |
3080 | 2024-08-28T22:41:14.379Z | info: running `cargo check --bins` on installinator-api (139/156) |
3081 | 2024-08-28T22:41:15.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-08-28T22:41:15.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-08-28T22:41:15.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-08-28T22:41:15.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3085 | 2024-08-28T22:41:15.090Z | |
3086 | 2024-08-28T22:41:15.090Z | info: running `cargo check --bins` on openapi-manager-types (140/156) |
3087 | 2024-08-28T22:41:15.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-08-28T22:41:15.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-08-28T22:41:15.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2024-08-28T22:41:15.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3091 | 2024-08-28T22:41:15.750Z | |
3092 | 2024-08-28T22:41:15.750Z | info: running `cargo check --bins` on wicketd-api (141/156) |
3093 | 2024-08-28T22:41:16.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-08-28T22:41:16.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-08-28T22:41:16.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2024-08-28T22:41:16.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3097 | 2024-08-28T22:41:16.446Z | |
3098 | 2024-08-28T22:41:16.446Z | info: running `cargo check --bins` on reconfigurator-cli (142/156) |
3099 | 2024-08-28T22:41:17.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-08-28T22:41:17.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-08-28T22:41:17.221Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3102 | 2024-08-28T22:41:18.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
3103 | 2024-08-28T22:41:18.688Z | |
3104 | 2024-08-28T22:41:18.688Z | info: running `cargo check --bins` on omicron-releng (143/156) |
3105 | 2024-08-28T22:41:19.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-08-28T22:41:19.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-08-28T22:41:19.406Z | Checking memmap2 v0.9.4 |
3108 | 2024-08-28T22:41:19.406Z | Checking constant_time_eq v0.3.0 |
3109 | 2024-08-28T22:41:19.408Z | Checking arrayref v0.3.7 |
3110 | 2024-08-28T22:41:19.408Z | Checking untrusted v0.7.1 |
3111 | 2024-08-28T22:41:19.408Z | Checking spin v0.5.2 |
3112 | 2024-08-28T22:41:19.408Z | Checking arrayvec v0.7.4 |
3113 | 2024-08-28T22:41:19.408Z | Checking cargo-platform v0.1.8 |
3114 | 2024-08-28T22:41:19.498Z | Checking topological-sort v0.2.2 |
3115 | 2024-08-28T22:41:19.588Z | Checking shell-words v1.1.0 |
3116 | 2024-08-28T22:41:19.714Z | Checking ring v0.16.20 |
3117 | 2024-08-28T22:41:19.804Z | Checking blake3 v1.5.1 |
3118 | 2024-08-28T22:41:19.807Z | Checking cargo_metadata v0.18.1 |
3119 | 2024-08-28T22:41:20.921Z | Checking omicron-zone-package v0.11.0 |
3120 | 2024-08-28T22:41:22.066Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3121 | 2024-08-28T22:41:23.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
3122 | 2024-08-28T22:41:23.159Z | |
3123 | 2024-08-28T22:41:23.159Z | info: running `cargo check --bins` on xtask (144/156) |
3124 | 2024-08-28T22:41:23.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-08-28T22:41:23.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-08-28T22:41:23.677Z | Checking bitflags v2.6.0 |
3127 | 2024-08-28T22:41:23.679Z | Checking serde v1.0.208 |
3128 | 2024-08-28T22:41:23.679Z | Checking thiserror v1.0.63 |
3129 | 2024-08-28T22:41:23.769Z | Checking scroll v0.12.0 |
3130 | 2024-08-28T22:41:23.772Z | Checking log v0.4.21 |
3131 | 2024-08-28T22:41:23.772Z | Checking hashbrown v0.14.5 |
3132 | 2024-08-28T22:41:23.783Z | Checking zerocopy v0.7.34 |
3133 | 2024-08-28T22:41:23.812Z | Checking syn v2.0.74 |
3134 | 2024-08-28T22:41:23.865Z | Checking pest v2.7.10 |
3135 | 2024-08-28T22:41:23.986Z | Checking rustix v0.38.34 |
3136 | 2024-08-28T22:41:24.027Z | Checking fs-err v2.11.0 |
3137 | 2024-08-28T22:41:24.216Z | Checking goblin v0.8.2 |
3138 | 2024-08-28T22:41:24.323Z | Checking tabled v0.15.0 |
3139 | 2024-08-28T22:41:24.976Z | Checking indexmap v2.4.0 |
3140 | 2024-08-28T22:41:25.157Z | Checking anyhow v1.0.86 |
3141 | 2024-08-28T22:41:25.869Z | Checking terminal_size v0.3.0 |
3142 | 2024-08-28T22:41:25.872Z | Checking tempfile v3.10.1 |
3143 | 2024-08-28T22:41:26.055Z | Checking clap_builder v4.5.15 |
3144 | 2024-08-28T22:41:26.440Z | Checking dtrace-parser v0.2.0 |
3145 | 2024-08-28T22:41:27.992Z | Checking serde_json v1.0.125 |
3146 | 2024-08-28T22:41:27.992Z | Checking serde_spanned v0.6.7 |
3147 | 2024-08-28T22:41:27.995Z | Checking toml_datetime v0.6.8 |
3148 | 2024-08-28T22:41:27.995Z | Checking camino v1.1.9 |
3149 | 2024-08-28T22:41:27.995Z | Checking semver v1.0.23 |
3150 | 2024-08-28T22:41:28.214Z | Checking cargo-platform v0.1.8 |
3151 | 2024-08-28T22:41:28.298Z | Checking toml_edit v0.22.20 |
3152 | 2024-08-28T22:41:28.381Z | Checking macaddr v1.0.1 |
3153 | 2024-08-28T22:41:28.404Z | Checking clap v4.5.16 |
3154 | 2024-08-28T22:41:28.538Z | Checking camino-tempfile v1.1.1 |
3155 | 2024-08-28T22:41:29.143Z | Checking dof v0.3.0 |
3156 | 2024-08-28T22:41:29.143Z | Checking cargo_metadata v0.18.1 |
3157 | 2024-08-28T22:41:29.581Z | Checking usdt-impl v0.5.0 |
3158 | 2024-08-28T22:41:29.962Z | Checking usdt v0.5.0 |
3159 | 2024-08-28T22:41:30.160Z | Checking toml v0.8.19 |
3160 | 2024-08-28T22:41:30.630Z | Checking cargo_toml v0.20.4 |
3161 | 2024-08-28T22:41:31.951Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3162 | 2024-08-28T22:41:32.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
3163 | 2024-08-28T22:41:32.692Z | |
3164 | 2024-08-28T22:41:32.692Z | info: running `cargo check --bins` on end-to-end-tests (145/156) |
3165 | 2024-08-28T22:41:33.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-08-28T22:41:33.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-08-28T22:41:33.554Z | Checking polyval v0.6.2 |
3168 | 2024-08-28T22:41:33.554Z | Checking rfc6979 v0.4.0 |
3169 | 2024-08-28T22:41:33.668Z | Checking primeorder v0.13.6 |
3170 | 2024-08-28T22:41:33.670Z | Checking ctr v0.9.2 |
3171 | 2024-08-28T22:41:33.694Z | Checking ed25519 v2.2.3 |
3172 | 2024-08-28T22:41:33.697Z | Checking ssh-encoding v0.2.0 |
3173 | 2024-08-28T22:41:33.697Z | Checking blowfish v0.9.1 |
3174 | 2024-08-28T22:41:33.697Z | Checking option-ext v0.2.0 |
3175 | 2024-08-28T22:41:33.818Z | Checking ecdsa v0.16.9 |
3176 | 2024-08-28T22:41:33.860Z | Checking dirs-sys v0.4.1 |
3177 | 2024-08-28T22:41:33.892Z | Checking ghash v0.5.1 |
3178 | 2024-08-28T22:41:33.931Z | Checking bcrypt-pbkdf v0.10.0 |
3179 | 2024-08-28T22:41:33.979Z | Checking password-hash v0.4.2 |
3180 | 2024-08-28T22:41:34.006Z | Checking ed25519-dalek v2.1.1 |
3181 | 2024-08-28T22:41:34.034Z | Checking matches v0.1.10 |
3182 | 2024-08-28T22:41:34.057Z | Checking aes-gcm v0.10.3 |
3183 | 2024-08-28T22:41:34.075Z | Checking dirs v5.0.1 |
3184 | 2024-08-28T22:41:34.132Z | Checking idna v0.2.3 |
3185 | 2024-08-28T22:41:34.153Z | Compiling enum-as-inner v0.5.1 |
3186 | 2024-08-28T22:41:34.186Z | Checking russh-cryptovec v0.7.2 |
3187 | 2024-08-28T22:41:34.206Z | Checking md5 v0.7.0 |
3188 | 2024-08-28T22:41:34.303Z | Checking ssh-cipher v0.2.0 |
3189 | 2024-08-28T22:41:34.369Z | Checking num-bigint v0.4.5 |
3190 | 2024-08-28T22:41:34.397Z | Checking hex-literal v0.4.1 |
3191 | 2024-08-28T22:41:34.437Z | Checking pbkdf2 v0.11.0 |
3192 | 2024-08-28T22:41:34.507Z | Compiling dhcproto-macros v0.1.0 |
3193 | 2024-08-28T22:41:34.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3194 | 2024-08-28T22:41:34.578Z | Checking p256 v0.13.2 |
3195 | 2024-08-28T22:41:34.604Z | Checking ssh-key v0.6.6 |
3196 | 2024-08-28T22:41:34.725Z | Checking p384 v0.13.0 |
3197 | 2024-08-28T22:41:35.045Z | Checking p521 v0.13.3 |
3198 | 2024-08-28T22:41:35.094Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3199 | 2024-08-28T22:41:35.243Z | Checking trust-dns-proto v0.22.0 |
3200 | 2024-08-28T22:41:35.481Z | Checking internet-checksum v0.2.1 |
3201 | 2024-08-28T22:41:36.525Z | Checking russh-keys v0.44.0 |
3202 | 2024-08-28T22:41:37.543Z | Checking russh v0.44.1 |
3203 | 2024-08-28T22:41:38.146Z | Checking dhcproto v0.12.0 |
3204 | 2024-08-28T22:41:56.452Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3205 | 2024-08-28T22:41:57.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s |
3206 | 2024-08-28T22:41:58.059Z | |
3207 | 2024-08-28T22:41:58.059Z | info: running `cargo check --bins` on gateway-cli (146/156) |
3208 | 2024-08-28T22:41:58.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2024-08-28T22:41:58.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2024-08-28T22:41:58.757Z | Checking termios v0.3.3 |
3211 | 2024-08-28T22:41:58.967Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3212 | 2024-08-28T22:41:59.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3213 | 2024-08-28T22:41:59.918Z | |
3214 | 2024-08-28T22:41:59.918Z | info: running `cargo check --bins --no-default-features` on installinator (147/156) |
3215 | 2024-08-28T22:42:00.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-08-28T22:42:00.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-08-28T22:42:00.687Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3218 | 2024-08-28T22:42:02.746Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3219 | 2024-08-28T22:42:04.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3220 | 2024-08-28T22:42:04.802Z | |
3221 | 2024-08-28T22:42:04.802Z | info: running `cargo check --bins` on internal-dns-cli (148/156) |
3222 | 2024-08-28T22:42:05.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-08-28T22:42:05.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-08-28T22:42:05.510Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3225 | 2024-08-28T22:42:05.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3226 | 2024-08-28T22:42:06.127Z | |
3227 | 2024-08-28T22:42:06.127Z | info: running `cargo check --bins` on omicron-live-tests (149/156) |
3228 | 2024-08-28T22:42:06.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2024-08-28T22:42:06.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2024-08-28T22:42:06.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2024-08-28T22:42:06.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3232 | 2024-08-28T22:42:06.789Z | |
3233 | 2024-08-28T22:42:06.789Z | info: running `cargo check --bins` on live-tests-macros (150/156) |
3234 | 2024-08-28T22:42:07.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2024-08-28T22:42:07.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2024-08-28T22:42:07.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2024-08-28T22:42:07.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3238 | 2024-08-28T22:42:07.448Z | |
3239 | 2024-08-28T22:42:07.448Z | info: running `cargo check --bins` on omicron-package (151/156) |
3240 | 2024-08-28T22:42:08.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-08-28T22:42:08.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-08-28T22:42:08.173Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3243 | 2024-08-28T22:42:09.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3244 | 2024-08-28T22:42:09.629Z | |
3245 | 2024-08-28T22:42:09.629Z | info: running `cargo check --bins` on wicket-dbg (152/156) |
3246 | 2024-08-28T22:42:10.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-08-28T22:42:10.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-08-28T22:42:10.390Z | Checking rtoolbox v0.0.2 |
3249 | 2024-08-28T22:42:10.390Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3250 | 2024-08-28T22:42:10.392Z | Checking tui-tree-widget v0.22.0 |
3251 | 2024-08-28T22:42:10.604Z | Checking rpassword v7.3.1 |
3252 | 2024-08-28T22:42:14.715Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3253 | 2024-08-28T22:42:17.786Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3254 | 2024-08-28T22:42:18.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
3255 | 2024-08-28T22:42:19.092Z | |
3256 | 2024-08-28T22:42:19.092Z | info: running `cargo check --bins` on wicket (153/156) |
3257 | 2024-08-28T22:42:19.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-08-28T22:42:19.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-08-28T22:42:19.848Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3260 | 2024-08-28T22:42:20.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3261 | 2024-08-28T22:42:20.396Z | |
3262 | 2024-08-28T22:42:20.396Z | info: running `cargo check --bins` on wicketd (154/156) |
3263 | 2024-08-28T22:42:21.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-08-28T22:42:21.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-08-28T22:42:21.204Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3266 | 2024-08-28T22:42:25.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
3267 | 2024-08-28T22:42:25.510Z | |
3268 | 2024-08-28T22:42:25.511Z | info: running `cargo check --bins` on omicron-workspace-hack (155/156) |
3269 | 2024-08-28T22:42:26.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-08-28T22:42:26.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-08-28T22:42:26.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2024-08-28T22:42:26.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3273 | 2024-08-28T22:42:26.214Z | |
3274 | 2024-08-28T22:42:26.214Z | info: running `cargo check --bins` on zone-setup (156/156) |
3275 | 2024-08-28T22:42:26.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-08-28T22:42:26.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-08-28T22:42:27.035Z | Checking uzers v0.11.3 |
3278 | 2024-08-28T22:42:27.354Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3279 | 2024-08-28T22:42:28.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3280 | 2024-08-28T22:42:28.676Z | |
3281 | 2024-08-28T22:42:28.676Z | real 11:44.557150499 |
3282 | 2024-08-28T22:42:28.676Z | user 24:53.153416734 |
3283 | 2024-08-28T22:42:28.676Z | sys 5:18.467237207 |
3284 | 2024-08-28T22:42:28.676Z | trap 0.586230086 |
3285 | 2024-08-28T22:42:28.679Z | tflt 3.071224754 |
3286 | 2024-08-28T22:42:28.679Z | dflt 2.093099039 |
3287 | 2024-08-28T22:42:28.679Z | kflt 0.002616534 |
3288 | 2024-08-28T22:42:28.679Z | lock 45:15.553159596 |
3289 | 2024-08-28T22:42:28.679Z | slp 2:03:01.799180598 |
3290 | 2024-08-28T22:42:28.679Z | lat 1:07.130583169 |
3291 | 2024-08-28T22:42:28.679Z | stop 3:10.916796718 |
3292 | 2024-08-28T22:42:28.679Z | process exited: duration 956907 ms, exit code 0 |
|
3293 | 2024-08-28T22:42:28.684Z | found 0 output files |