|
|
|
1 | 2024-10-31T19:18:35.287Z | job assigned to worker 01JBJ065JJAR4C4XSGZ1S7AEQ0 (queued for 56 s) |
|
2 | 2024-10-31T19:18:43.226Z | starting task 0: "setup" |
3 | 2024-10-31T19:18:43.237Z | ++ uname -s |
4 | 2024-10-31T19:18:43.256Z | + kern=SunOS |
5 | 2024-10-31T19:18:43.256Z | + case "$kern" in |
6 | 2024-10-31T19:18:43.256Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:18:43.256Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:18:43.256Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:18:45.250Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:18:45.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:18:45.337Z | + home_fs=zfs |
12 | 2024-10-31T19:18:45.337Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:18:45.338Z | + mkdir -p /home/build |
14 | 2024-10-31T19:18:45.338Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:18:47.341Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:18:47.344Z | process exited: duration 4115 ms, exit code 0 |
|
17 | 2024-10-31T19:18:47.349Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:18:47.355Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T19:18:47.355Z | * toolchain channel = "1.82.0" |
20 | 2024-10-31T19:18:47.355Z | ' 1.82.0 |
21 | 2024-10-31T19:18:47.355Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-31T19:18:47.355Z | ' default |
23 | 2024-10-31T19:18:47.355Z | * toolchain profile = "default" |
24 | 2024-10-31T19:18:47.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:18:47.357Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:18:47.477Z | info: downloading installer |
27 | 2024-10-31T19:18:48.826Z | info: profile set to 'default' |
28 | 2024-10-31T19:18:48.826Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:18:48.829Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:18:48.989Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:18:48.989Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:18:49.808Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:18:50.117Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:18:51.270Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:18:53.093Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:19:00.192Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:19:00.454Z | info: installing component 'cargo' |
38 | 2024-10-31T19:19:01.317Z | info: installing component 'clippy' |
39 | 2024-10-31T19:19:01.733Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:19:03.443Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:19:05.451Z | info: installing component 'rustc' |
42 | 2024-10-31T19:19:11.753Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:19:12.158Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:19:12.158Z | |
45 | 2024-10-31T19:19:12.475Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:19:12.475Z | |
47 | 2024-10-31T19:19:12.478Z | |
48 | 2024-10-31T19:19:12.478Z | Rust is installed now. Great! |
49 | 2024-10-31T19:19:12.478Z | |
50 | 2024-10-31T19:19:12.478Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:19:12.478Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:19:12.478Z | |
53 | 2024-10-31T19:19:12.478Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:19:12.478Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:19:12.478Z | |
56 | 2024-10-31T19:19:12.478Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:19:12.478Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:19:12.478Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:19:12.554Z | + rustc --version |
60 | 2024-10-31T19:19:12.620Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:19:12.624Z | process exited: duration 25271 ms, exit code 0 |
|
62 | 2024-10-31T19:19:12.630Z | starting task 2: "authentication" |
63 | 2024-10-31T19:19:12.652Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-31T19:19:12.657Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:19:12.662Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:19:12.665Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:19:14.723Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:19:23.027Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:19:23.027Z | + git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
70 | 2024-10-31T19:19:23.355Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:19:23.355Z | * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD |
72 | 2024-10-31T19:19:23.365Z | + [[ -n '' ]] |
73 | 2024-10-31T19:19:23.365Z | + git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
74 | 2024-10-31T19:19:23.532Z | HEAD is now at 2a5038591 hakariiiii |
75 | 2024-10-31T19:19:23.535Z | process exited: duration 10875 ms, exit code 0 |
|
76 | 2024-10-31T19:19:23.539Z | starting task 4: "build" |
77 | 2024-10-31T19:19:23.545Z | + source .github/buildomat/ci-env.sh |
78 | 2024-10-31T19:19:23.545Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-10-31T19:19:23.545Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-10-31T19:19:23.545Z | + cargo --version |
81 | 2024-10-31T19:19:23.602Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-10-31T19:19:23.604Z | + rustc --version |
83 | 2024-10-31T19:19:23.666Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-10-31T19:19:23.669Z | + source ./env.sh |
85 | 2024-10-31T19:19:23.669Z | ++ OLD_SHELL_OPTS=ehxB |
86 | 2024-10-31T19:19:23.669Z | ++ set -o xtrace |
87 | 2024-10-31T19:19:23.671Z | ++++ dirname ./env.sh |
88 | 2024-10-31T19:19:23.674Z | +++ readlink -f . |
89 | 2024-10-31T19:19:23.718Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
90 | 2024-10-31T19:19:23.721Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-10-31T19:19:23.721Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-10-31T19:19:23.721Z | ++ 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 |
93 | 2024-10-31T19:19:23.721Z | ++ 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 |
94 | 2024-10-31T19:19:23.721Z | ++ 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 |
95 | 2024-10-31T19:19:23.721Z | ++ 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 |
96 | 2024-10-31T19:19:23.721Z | ++ 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 |
97 | 2024-10-31T19:19:23.721Z | ++ 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 |
98 | 2024-10-31T19:19:23.721Z | ++ case $OLD_SHELL_OPTS in |
99 | 2024-10-31T19:19:23.721Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
100 | 2024-10-31T19:19:23.721Z | + 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 |
101 | 2024-10-31T19:19:23.721Z | + 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 |
102 | 2024-10-31T19:19:23.721Z | + banner prerequisites |
103 | 2024-10-31T19:19:23.759Z | |
104 | 2024-10-31T19:19:23.759Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-10-31T19:19:23.759Z | # # # # # # # # # # # # # # # |
106 | 2024-10-31T19:19:23.760Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-10-31T19:19:23.760Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-10-31T19:19:23.760Z | # # # # # # # # # # # # # # # |
109 | 2024-10-31T19:19:23.760Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-10-31T19:19:23.760Z | |
111 | 2024-10-31T19:19:23.763Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-10-31T19:19:43.952Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-10-31T19:19:47.557Z | Startup: Caching catalogs ... Done |
114 | 2024-10-31T19:19:54.605Z | Planning: Solver setup ... Done (6.279s) |
115 | 2024-10-31T19:19:54.697Z | Planning: Running solver ... Done (0.092s) |
116 | 2024-10-31T19:19:54.888Z | Planning: Finding local manifests ... Done (0.115s) |
117 | 2024-10-31T19:19:55.321Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-10-31T19:19:55.543Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-10-31T19:19:55.811Z | Planning: Package planning ... Done (0.268s) |
120 | 2024-10-31T19:19:55.867Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-10-31T19:19:56.922Z | Planning: Checking for conflicting actions ... Done (1.055s) |
122 | 2024-10-31T19:20:05.434Z | Planning: Consolidating action changes ... Done (8.511s) |
123 | 2024-10-31T19:20:05.943Z | Planning: Evaluating mediators ... Done (0.508s) |
124 | 2024-10-31T19:20:06.101Z | Planning: Planning completed in 18.45 seconds |
125 | 2024-10-31T19:20:07.076Z | Packages to install: 4 |
126 | 2024-10-31T19:20:07.077Z | Packages to update: 1 |
127 | 2024-10-31T19:20:07.077Z | Mediators to change: 2 |
128 | 2024-10-31T19:20:07.103Z | Services to change: 1 |
129 | 2024-10-31T19:20:07.103Z | Estimated space available: 155.61 GB |
130 | 2024-10-31T19:20:07.104Z | Estimated space to be consumed: 1.58 GB |
131 | 2024-10-31T19:20:07.104Z | Create boot environment: No |
132 | 2024-10-31T19:20:07.104Z | Create backup boot environment: Yes |
133 | 2024-10-31T19:20:07.104Z | Rebuild boot archive: No |
134 | 2024-10-31T19:20:07.104Z | |
135 | 2024-10-31T19:20:07.104Z | Changed mediators: |
136 | 2024-10-31T19:20:07.104Z | mediator clang: |
137 | 2024-10-31T19:20:07.104Z | version: None -> 15 (system default) |
138 | 2024-10-31T19:20:07.105Z | |
139 | 2024-10-31T19:20:07.105Z | mediator llvm: |
140 | 2024-10-31T19:20:07.105Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-10-31T19:20:07.105Z | |
142 | 2024-10-31T19:20:07.105Z | Changed packages: |
143 | 2024-10-31T19:20:07.105Z | helios-dev |
144 | 2024-10-31T19:20:07.105Z | developer/build-essential |
145 | 2024-10-31T19:20:07.105Z | None -> 11-2.0 |
146 | 2024-10-31T19:20:07.105Z | library/libxmlsec1 |
147 | 2024-10-31T19:20:07.106Z | None -> 1.2.35-2.0 |
148 | 2024-10-31T19:20:07.106Z | ooce/developer/clang-15 |
149 | 2024-10-31T19:20:07.106Z | None -> 15.0.7-2.0 |
150 | 2024-10-31T19:20:07.106Z | ooce/developer/llvm-15 |
151 | 2024-10-31T19:20:07.106Z | None -> 15.0.7-2.0 |
152 | 2024-10-31T19:20:07.106Z | package/pkg |
153 | 2024-10-31T19:20:07.106Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-10-31T19:20:07.107Z | |
155 | 2024-10-31T19:20:07.107Z | Services: |
156 | 2024-10-31T19:20:07.107Z | restart_fmri: |
157 | 2024-10-31T19:20:07.108Z | svc:/system/update-man-index:default |
158 | 2024-10-31T19:20:07.108Z | |
159 | 2024-10-31T19:20:07.108Z | Editable files to change: |
160 | 2024-10-31T19:20:07.108Z | Update: |
161 | 2024-10-31T19:20:07.108Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-10-31T19:20:07.523Z | |
163 | 2024-10-31T19:20:07.523Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-10-31T19:20:12.520Z | Download: 321/4281 items 11.0/220.6MB 5% complete (2.1M/s) |
165 | 2024-10-31T19:20:17.506Z | Download: 1163/4281 items 53.5/220.6MB 24% complete (5.3M/s) |
166 | 2024-10-31T19:20:22.513Z | Download: 1451/4281 items 117.1/220.6MB 53% complete (10.9M/s) |
167 | 2024-10-31T19:20:27.511Z | Download: 2171/4281 items 119.0/220.6MB 53% complete (7.0M/s) |
168 | 2024-10-31T19:20:46.368Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
169 | 2024-10-31T19:20:51.462Z | Download: 3207/4281 items 167.9/220.6MB 76% complete (9.6M/s) |
170 | 2024-10-31T19:20:56.546Z | Download: 3280/4281 items 210.8/220.6MB 95% complete (11.2M/s) |
171 | 2024-10-31T19:20:59.224Z | Download: Completed 220.60 MB in 51.71 seconds (4.3M/s) |
172 | 2024-10-31T19:21:01.354Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-10-31T19:21:01.377Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-10-31T19:21:06.428Z | Actions: 4079/5063 actions (Installing new actions) |
175 | 2024-10-31T19:21:07.018Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-10-31T19:21:07.369Z | Actions: Completed 5063 actions in 6.01 seconds. |
177 | 2024-10-31T19:21:07.741Z | Done (0.363s) |
178 | 2024-10-31T19:21:07.743Z | Done (0.000s) |
179 | 2024-10-31T19:21:08.244Z | Done (0.501s) |
180 | 2024-10-31T19:21:14.553Z | Done (5.997s) |
181 | 2024-10-31T19:21:14.793Z | Done (0.269s) |
182 | 2024-10-31T19:21:14.795Z | Done (0.000s) |
183 | 2024-10-31T19:21:14.942Z | Done (0.000s) |
184 | 2024-10-31T19:21:15.593Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-10-31T19:21:15.756Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-10-31T19:21:15.758Z | Planning: Consolidating action changes ... Done |
187 | 2024-10-31T19:21:16.025Z | Planning: Evaluating mediators ... Done |
188 | 2024-10-31T19:21:16.028Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-10-31T19:21:16.065Z | Mediators to change: 2 |
190 | 2024-10-31T19:21:16.065Z | Create boot environment: No |
191 | 2024-10-31T19:21:16.069Z | Create backup boot environment: No |
192 | 2024-10-31T19:21:16.142Z | Done |
193 | 2024-10-31T19:21:16.142Z | Done |
194 | 2024-10-31T19:21:16.462Z | Done |
195 | 2024-10-31T19:21:20.031Z | Done |
196 | 2024-10-31T19:21:20.125Z | Done |
197 | 2024-10-31T19:21:20.128Z | Done |
198 | 2024-10-31T19:21:20.228Z | Done |
199 | 2024-10-31T19:21:20.828Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-10-31T19:21:20.834Z | Planning: Merging actions ... Done |
201 | 2024-10-31T19:21:21.016Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-10-31T19:21:21.019Z | Planning: Consolidating action changes ... Done |
203 | 2024-10-31T19:21:21.281Z | Planning: Evaluating mediators ... Done |
204 | 2024-10-31T19:21:21.336Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-10-31T19:21:21.375Z | Packages to change: 1 |
206 | 2024-10-31T19:21:21.375Z | Mediators to change: 1 |
207 | 2024-10-31T19:21:21.377Z | Services to change: 1 |
208 | 2024-10-31T19:21:21.378Z | Create boot environment: No |
209 | 2024-10-31T19:21:21.378Z | Create backup boot environment: Yes |
210 | 2024-10-31T19:21:23.388Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-10-31T19:21:23.544Z | Actions: Completed 6 actions in 0.16 seconds. |
212 | 2024-10-31T19:21:23.547Z | Done |
213 | 2024-10-31T19:21:23.547Z | Done |
214 | 2024-10-31T19:21:23.645Z | Done |
215 | 2024-10-31T19:21:27.193Z | Done |
216 | 2024-10-31T19:21:27.290Z | Done |
217 | 2024-10-31T19:21:27.292Z | Done |
218 | 2024-10-31T19:21:27.430Z | Done |
219 | 2024-10-31T19:21:27.861Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-10-31T19:21:27.861Z | clang system 15 system |
221 | 2024-10-31T19:21:27.861Z | csh system system illumos |
222 | 2024-10-31T19:21:27.861Z | ctags system system illumos |
223 | 2024-10-31T19:21:27.861Z | gcc vendor 12 vendor |
224 | 2024-10-31T19:21:27.861Z | gcc system 10 system |
225 | 2024-10-31T19:21:27.861Z | gcc system 7 system |
226 | 2024-10-31T19:21:27.861Z | go system 1.20 system |
227 | 2024-10-31T19:21:27.861Z | go system 1.19 system |
228 | 2024-10-31T19:21:27.861Z | llvm system 15 system |
229 | 2024-10-31T19:21:27.861Z | llvm system 14 system |
230 | 2024-10-31T19:21:27.861Z | mariadb system 10.6 system |
231 | 2024-10-31T19:21:27.861Z | mta vendor vendor dma |
232 | 2024-10-31T19:21:27.862Z | openjdk system 17 system |
233 | 2024-10-31T19:21:27.862Z | openjdk system 11 system |
234 | 2024-10-31T19:21:27.862Z | openjdk system 1.8 system |
235 | 2024-10-31T19:21:27.862Z | openssl vendor 3 vendor |
236 | 2024-10-31T19:21:27.862Z | perl system 5.36 system |
237 | 2024-10-31T19:21:27.862Z | postgresql system 15 system |
238 | 2024-10-31T19:21:27.862Z | postgresql system 13 system |
239 | 2024-10-31T19:21:27.862Z | python vendor 3 vendor |
240 | 2024-10-31T19:21:27.862Z | python system 2 system |
241 | 2024-10-31T19:21:27.862Z | python3 system 3.11 system |
242 | 2024-10-31T19:21:27.862Z | ruby system 3.0 system |
243 | 2024-10-31T19:21:27.862Z | words vendor vendor american-english |
244 | 2024-10-31T19:21:27.863Z | words system system australian-english |
245 | 2024-10-31T19:21:27.863Z | words system system british-english |
246 | 2024-10-31T19:21:27.863Z | words system system canadian-english |
247 | 2024-10-31T19:21:27.863Z | words system system french |
248 | 2024-10-31T19:21:27.863Z | words system system italian |
249 | 2024-10-31T19:21:27.863Z | words system system ngerman |
250 | 2024-10-31T19:21:27.863Z | words system system ogerman |
251 | 2024-10-31T19:21:27.863Z | words system system spanish |
252 | 2024-10-31T19:21:28.192Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-10-31T19:21:28.192Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-10-31T19:21:30.577Z | FMRI IFO |
255 | 2024-10-31T19:21:30.577Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-10-31T19:21:30.577Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-31T19:21:30.578Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-31T19:21:31.248Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-31T19:21:31.514Z | Updating crates.io index |
272 | 2024-10-31T19:21:31.516Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-31T19:21:32.290Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-31T19:21:32.514Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-31T19:21:32.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-31T19:21:32.991Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-31T19:21:33.814Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-31T19:21:36.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-31T19:21:37.120Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-31T19:21:37.768Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-31T19:21:37.988Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-31T19:21:38.271Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-31T19:21:38.846Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-31T19:21:39.134Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-10-31T19:21:39.463Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-10-31T19:21:39.698Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-10-31T19:21:39.917Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-10-31T19:21:40.130Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-10-31T19:21:40.409Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-10-31T19:21:40.658Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-10-31T19:21:40.911Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-10-31T19:21:41.257Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-31T19:21:41.716Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-31T19:21:41.997Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-31T19:21:42.319Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-31T19:21:42.676Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-31T19:21:42.943Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-31T19:21:43.178Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-31T19:21:44.320Z | Downloading crates ... |
300 | 2024-10-31T19:21:44.428Z | Downloaded camino-tempfile v1.1.1 |
301 | 2024-10-31T19:21:44.431Z | Downloaded anstyle-parse v0.2.5 |
302 | 2024-10-31T19:21:44.433Z | Downloaded byteorder v1.5.0 |
303 | 2024-10-31T19:21:44.436Z | Downloaded swrite v0.1.0 |
304 | 2024-10-31T19:21:44.436Z | Downloaded equivalent v1.0.1 |
305 | 2024-10-31T19:21:44.442Z | Downloaded clap_lex v0.7.2 |
306 | 2024-10-31T19:21:44.448Z | Downloaded terminal_size v0.4.0 |
307 | 2024-10-31T19:21:44.451Z | Downloaded cfg-if v1.0.0 |
308 | 2024-10-31T19:21:44.451Z | Downloaded anstyle v1.0.8 |
309 | 2024-10-31T19:21:44.456Z | Downloaded cargo_toml v0.20.5 |
310 | 2024-10-31T19:21:44.456Z | Downloaded anstream v0.6.15 |
311 | 2024-10-31T19:21:44.458Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-10-31T19:21:44.458Z | Downloaded fastrand v2.1.1 |
313 | 2024-10-31T19:21:44.458Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-10-31T19:21:44.461Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-10-31T19:21:44.461Z | Downloaded unicode-linebreak v0.1.5 |
316 | 2024-10-31T19:21:44.463Z | Downloaded thiserror v1.0.64 |
317 | 2024-10-31T19:21:44.466Z | Downloaded semver v1.0.23 |
318 | 2024-10-31T19:21:44.468Z | Downloaded bitflags v2.6.0 |
319 | 2024-10-31T19:21:44.471Z | Downloaded scroll v0.12.0 |
320 | 2024-10-31T19:21:44.474Z | Downloaded cargo_metadata v0.18.1 |
321 | 2024-10-31T19:21:44.476Z | Downloaded camino v1.1.9 |
322 | 2024-10-31T19:21:44.476Z | Downloaded heck v0.5.0 |
323 | 2024-10-31T19:21:44.479Z | Downloaded sha2 v0.10.8 |
324 | 2024-10-31T19:21:44.482Z | Downloaded pest_meta v2.7.14 |
325 | 2024-10-31T19:21:44.482Z | Downloaded anyhow v1.0.89 |
326 | 2024-10-31T19:21:44.486Z | Downloaded zerocopy-derive v0.7.35 |
327 | 2024-10-31T19:21:44.490Z | Downloaded toml v0.8.19 |
328 | 2024-10-31T19:21:44.494Z | Downloaded proc-macro-error v1.0.4 |
329 | 2024-10-31T19:21:44.497Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-10-31T19:21:44.499Z | Downloaded papergrid v0.11.0 |
331 | 2024-10-31T19:21:44.502Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-10-31T19:21:44.505Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-10-31T19:21:44.505Z | Downloaded log v0.4.22 |
334 | 2024-10-31T19:21:44.508Z | Downloaded macaddr v1.0.1 |
335 | 2024-10-31T19:21:44.509Z | Downloaded clap v4.5.20 |
336 | 2024-10-31T19:21:44.516Z | Downloaded usdt-macro v0.5.0 |
337 | 2024-10-31T19:21:44.519Z | Downloaded colorchoice v1.0.2 |
338 | 2024-10-31T19:21:44.519Z | Downloaded typenum v1.17.0 |
339 | 2024-10-31T19:21:44.533Z | Downloaded thread-id v4.2.2 |
340 | 2024-10-31T19:21:44.533Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-10-31T19:21:44.533Z | Downloaded crypto-common v0.1.6 |
342 | 2024-10-31T19:21:44.533Z | Downloaded pest_generator v2.7.14 |
343 | 2024-10-31T19:21:44.533Z | Downloaded itoa v1.0.11 |
344 | 2024-10-31T19:21:44.533Z | Downloaded heck v0.4.1 |
345 | 2024-10-31T19:21:44.533Z | Downloaded digest v0.10.7 |
346 | 2024-10-31T19:21:44.533Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-10-31T19:21:44.533Z | Downloaded errno v0.3.9 |
348 | 2024-10-31T19:21:44.533Z | Downloaded strsim v0.11.1 |
349 | 2024-10-31T19:21:44.536Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-10-31T19:21:44.536Z | Downloaded memmap v0.7.0 |
351 | 2024-10-31T19:21:44.536Z | Downloaded fnv v1.0.7 |
352 | 2024-10-31T19:21:44.537Z | Downloaded thiserror-impl v1.0.64 |
353 | 2024-10-31T19:21:44.539Z | Downloaded quote v1.0.37 |
354 | 2024-10-31T19:21:44.539Z | Downloaded memchr v2.7.4 |
355 | 2024-10-31T19:21:44.545Z | Downloaded version_check v0.9.5 |
356 | 2024-10-31T19:21:44.547Z | Downloaded smawk v0.3.2 |
357 | 2024-10-31T19:21:44.547Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-10-31T19:21:44.550Z | Downloaded clap_derive v4.5.18 |
359 | 2024-10-31T19:21:44.552Z | Downloaded plain v0.2.3 |
360 | 2024-10-31T19:21:44.552Z | Downloaded fs-err v2.11.0 |
361 | 2024-10-31T19:21:44.556Z | Downloaded once_cell v1.20.2 |
362 | 2024-10-31T19:21:44.559Z | Downloaded utf8parse v0.2.2 |
363 | 2024-10-31T19:21:44.559Z | Downloaded usdt v0.5.0 |
364 | 2024-10-31T19:21:44.559Z | Downloaded tempfile v3.13.0 |
365 | 2024-10-31T19:21:44.563Z | Downloaded pest_derive v2.7.14 |
366 | 2024-10-31T19:21:44.563Z | Downloaded tabled_derive v0.7.0 |
367 | 2024-10-31T19:21:44.567Z | Downloaded generic-array v0.14.7 |
368 | 2024-10-31T19:21:44.567Z | Downloaded is_terminal_polyfill v1.70.1 |
369 | 2024-10-31T19:21:44.567Z | Downloaded dof v0.3.0 |
370 | 2024-10-31T19:21:44.567Z | Downloaded bytecount v0.6.8 |
371 | 2024-10-31T19:21:44.570Z | Downloaded block-buffer v0.10.4 |
372 | 2024-10-31T19:21:44.570Z | Downloaded autocfg v1.4.0 |
373 | 2024-10-31T19:21:44.572Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-10-31T19:21:44.572Z | Downloaded cargo-platform v0.1.8 |
375 | 2024-10-31T19:21:44.577Z | Downloaded ryu v1.0.18 |
376 | 2024-10-31T19:21:44.580Z | Downloaded textwrap v0.16.1 |
377 | 2024-10-31T19:21:44.584Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-10-31T19:21:44.587Z | Downloaded serde_derive v1.0.210 |
379 | 2024-10-31T19:21:44.592Z | Downloaded proc-macro2 v1.0.87 |
380 | 2024-10-31T19:21:44.595Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-10-31T19:21:44.597Z | Downloaded hashbrown v0.15.0 |
382 | 2024-10-31T19:21:44.601Z | Downloaded serde v1.0.210 |
383 | 2024-10-31T19:21:44.605Z | Downloaded indexmap v2.6.0 |
384 | 2024-10-31T19:21:44.615Z | Downloaded toml_edit v0.22.22 |
385 | 2024-10-31T19:21:44.644Z | Downloaded winnow v0.6.20 |
386 | 2024-10-31T19:21:44.658Z | Downloaded serde_json v1.0.128 |
387 | 2024-10-31T19:21:44.667Z | Downloaded pest v2.7.14 |
388 | 2024-10-31T19:21:44.672Z | Downloaded zerocopy v0.7.35 |
389 | 2024-10-31T19:21:44.685Z | Downloaded goblin v0.8.2 |
390 | 2024-10-31T19:21:44.691Z | Downloaded tabled v0.15.0 |
391 | 2024-10-31T19:21:44.705Z | Downloaded clap_builder v4.5.20 |
392 | 2024-10-31T19:21:44.713Z | Downloaded syn v2.0.79 |
393 | 2024-10-31T19:21:44.724Z | Downloaded syn v1.0.109 |
394 | 2024-10-31T19:21:44.733Z | Downloaded unicode-width v0.1.14 |
395 | 2024-10-31T19:21:44.741Z | Downloaded rustix v0.38.37 |
396 | 2024-10-31T19:21:44.770Z | Downloaded libc v0.2.161 |
397 | 2024-10-31T19:21:45.078Z | Compiling proc-macro2 v1.0.87 |
398 | 2024-10-31T19:21:45.078Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-31T19:21:45.081Z | Compiling version_check v0.9.5 |
400 | 2024-10-31T19:21:45.081Z | Compiling serde v1.0.210 |
401 | 2024-10-31T19:21:45.081Z | Compiling thiserror v1.0.64 |
402 | 2024-10-31T19:21:45.081Z | Compiling memchr v2.7.4 |
403 | 2024-10-31T19:21:45.081Z | Compiling libc v0.2.161 |
404 | 2024-10-31T19:21:45.081Z | Compiling ucd-trie v0.1.7 |
405 | 2024-10-31T19:21:45.367Z | Compiling ryu v1.0.18 |
406 | 2024-10-31T19:21:45.684Z | Compiling itoa v1.0.11 |
407 | 2024-10-31T19:21:45.870Z | Compiling once_cell v1.20.2 |
408 | 2024-10-31T19:21:45.891Z | Compiling byteorder v1.5.0 |
409 | 2024-10-31T19:21:46.211Z | Compiling serde_json v1.0.128 |
410 | 2024-10-31T19:21:46.384Z | Compiling rustix v0.38.37 |
411 | 2024-10-31T19:21:46.813Z | Compiling bitflags v2.6.0 |
412 | 2024-10-31T19:21:46.876Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-10-31T19:21:47.050Z | Compiling usdt-impl v0.5.0 |
414 | 2024-10-31T19:21:47.149Z | Compiling syn v1.0.109 |
415 | 2024-10-31T19:21:47.153Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-10-31T19:21:47.236Z | Compiling hashbrown v0.15.0 |
417 | 2024-10-31T19:21:47.259Z | Compiling plain v0.2.3 |
418 | 2024-10-31T19:21:47.452Z | Compiling equivalent v1.0.1 |
419 | 2024-10-31T19:21:47.518Z | Compiling log v0.4.22 |
420 | 2024-10-31T19:21:47.577Z | Compiling thread-id v4.2.2 |
421 | 2024-10-31T19:21:47.601Z | Compiling camino v1.1.9 |
422 | 2024-10-31T19:21:47.668Z | Compiling utf8parse v0.2.2 |
423 | 2024-10-31T19:21:47.845Z | Compiling anstyle-parse v0.2.5 |
424 | 2024-10-31T19:21:47.916Z | Compiling unicode-width v0.1.14 |
425 | 2024-10-31T19:21:47.973Z | Compiling quote v1.0.37 |
426 | 2024-10-31T19:21:48.203Z | Compiling errno v0.3.9 |
427 | 2024-10-31T19:21:48.231Z | Compiling semver v1.0.23 |
428 | 2024-10-31T19:21:48.380Z | Compiling syn v2.0.79 |
429 | 2024-10-31T19:21:48.460Z | Compiling indexmap v2.6.0 |
430 | 2024-10-31T19:21:48.532Z | Compiling anstyle v1.0.8 |
431 | 2024-10-31T19:21:48.681Z | Compiling pretty-hex v0.4.1 |
432 | 2024-10-31T19:21:48.798Z | Compiling winnow v0.6.20 |
433 | 2024-10-31T19:21:48.911Z | Compiling anstyle-query v1.1.1 |
434 | 2024-10-31T19:21:48.972Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-10-31T19:21:49.051Z | Compiling colorchoice v1.0.2 |
436 | 2024-10-31T19:21:49.112Z | Compiling autocfg v1.4.0 |
437 | 2024-10-31T19:21:49.230Z | Compiling anstream v0.6.15 |
438 | 2024-10-31T19:21:50.039Z | Compiling fastrand v2.1.1 |
439 | 2024-10-31T19:21:50.062Z | Compiling anyhow v1.0.89 |
440 | 2024-10-31T19:21:50.089Z | Compiling fs-err v2.11.0 |
441 | 2024-10-31T19:21:50.121Z | Compiling clap_lex v0.7.2 |
442 | 2024-10-31T19:21:50.395Z | Compiling heck v0.5.0 |
443 | 2024-10-31T19:21:50.559Z | Compiling terminal_size v0.4.0 |
444 | 2024-10-31T19:21:50.629Z | Compiling cfg-if v1.0.0 |
445 | 2024-10-31T19:21:50.664Z | Compiling strsim v0.11.1 |
446 | 2024-10-31T19:21:50.732Z | Compiling heck v0.4.1 |
447 | 2024-10-31T19:21:50.756Z | Compiling fnv v1.0.7 |
448 | 2024-10-31T19:21:50.882Z | Compiling bytecount v0.6.8 |
449 | 2024-10-31T19:21:51.091Z | Compiling papergrid v0.11.0 |
450 | 2024-10-31T19:21:51.195Z | Compiling clap_builder v4.5.20 |
451 | 2024-10-31T19:21:51.355Z | Compiling tempfile v3.13.0 |
452 | 2024-10-31T19:21:51.964Z | Compiling memmap v0.7.0 |
453 | 2024-10-31T19:21:52.039Z | Compiling smawk v0.3.2 |
454 | 2024-10-31T19:21:52.150Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-10-31T19:21:52.538Z | Compiling swrite v0.1.0 |
456 | 2024-10-31T19:21:52.671Z | Compiling textwrap v0.16.1 |
457 | 2024-10-31T19:21:53.662Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-31T19:21:55.116Z | Compiling tabled v0.15.0 |
459 | 2024-10-31T19:21:56.357Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-31T19:21:56.360Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-31T19:21:56.360Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-10-31T19:21:56.381Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-31T19:21:56.568Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-31T19:21:57.714Z | Compiling scroll v0.12.0 |
465 | 2024-10-31T19:21:58.103Z | Compiling zerocopy v0.7.35 |
466 | 2024-10-31T19:21:58.184Z | Compiling goblin v0.8.2 |
467 | 2024-10-31T19:21:58.880Z | Compiling pest v2.7.14 |
468 | 2024-10-31T19:21:59.834Z | Compiling clap v4.5.20 |
469 | 2024-10-31T19:22:01.018Z | Compiling pest_meta v2.7.14 |
470 | 2024-10-31T19:22:01.856Z | Compiling pest_generator v2.7.14 |
471 | 2024-10-31T19:22:03.497Z | Compiling pest_derive v2.7.14 |
472 | 2024-10-31T19:22:04.289Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-10-31T19:22:05.933Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-10-31T19:22:05.953Z | Compiling toml_datetime v0.6.8 |
475 | 2024-10-31T19:22:05.957Z | Compiling serde_spanned v0.6.8 |
476 | 2024-10-31T19:22:06.286Z | Compiling cargo-platform v0.1.8 |
477 | 2024-10-31T19:22:06.286Z | Compiling macaddr v1.0.1 |
478 | 2024-10-31T19:22:06.563Z | Compiling toml_edit v0.22.22 |
479 | 2024-10-31T19:22:06.592Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-31T19:22:07.334Z | Compiling dof v0.3.0 |
481 | 2024-10-31T19:22:07.489Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-31T19:22:08.984Z | Compiling usdt-macro v0.5.0 |
483 | 2024-10-31T19:22:08.984Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-10-31T19:22:09.344Z | Compiling toml v0.8.19 |
485 | 2024-10-31T19:22:10.140Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-31T19:22:10.164Z | Compiling usdt v0.5.0 |
487 | 2024-10-31T19:22:13.590Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-31T19:22:17.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.43s |
489 | 2024-10-31T19:22:17.749Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-31T19:22:18.267Z | Downloading crates ... |
491 | 2024-10-31T19:22:18.380Z | Downloaded async-stream-impl v0.3.6 |
492 | 2024-10-31T19:22:18.389Z | Downloaded ascii-canvas v3.0.0 |
493 | 2024-10-31T19:22:18.391Z | Downloaded adler2 v2.0.0 |
494 | 2024-10-31T19:22:18.397Z | Downloaded ciborium-io v0.2.2 |
495 | 2024-10-31T19:22:18.406Z | Downloaded crucible-workspace-hack v0.1.0 |
496 | 2024-10-31T19:22:18.412Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-10-31T19:22:18.414Z | Downloaded cfg_aliases v0.1.1 |
498 | 2024-10-31T19:22:18.414Z | Downloaded atomic-waker v1.1.2 |
499 | 2024-10-31T19:22:18.417Z | Downloaded array-init v0.0.4 |
500 | 2024-10-31T19:22:18.419Z | Downloaded new_debug_unreachable v1.0.6 |
501 | 2024-10-31T19:22:18.421Z | Downloaded bit-vec v0.6.3 |
502 | 2024-10-31T19:22:18.424Z | Downloaded crc v3.2.1 |
503 | 2024-10-31T19:22:18.427Z | Downloaded blowfish v0.9.1 |
504 | 2024-10-31T19:22:18.430Z | Downloaded http-body v0.4.6 |
505 | 2024-10-31T19:22:18.432Z | Downloaded async-bb8-diesel v0.2.1 |
506 | 2024-10-31T19:22:18.435Z | Downloaded constant_time_eq v0.3.1 |
507 | 2024-10-31T19:22:18.435Z | Downloaded curve25519-dalek-derive v0.1.1 |
508 | 2024-10-31T19:22:18.437Z | Downloaded bitfield-struct v0.6.2 |
509 | 2024-10-31T19:22:18.437Z | Downloaded backoff v0.4.0 |
510 | 2024-10-31T19:22:18.439Z | Downloaded is_ci v1.2.0 |
511 | 2024-10-31T19:22:18.442Z | Downloaded newtype_derive v0.1.6 |
512 | 2024-10-31T19:22:18.444Z | Downloaded crc32fast v1.4.2 |
513 | 2024-10-31T19:22:18.447Z | Downloaded cbc v0.1.2 |
514 | 2024-10-31T19:22:18.447Z | Downloaded ipnetwork v0.20.0 |
515 | 2024-10-31T19:22:18.451Z | Downloaded ident_case v1.0.1 |
516 | 2024-10-31T19:22:18.453Z | Downloaded httpdate v1.0.3 |
517 | 2024-10-31T19:22:18.453Z | Downloaded atty v0.2.14 |
518 | 2024-10-31T19:22:18.453Z | Downloaded cancel-safe-futures v0.1.5 |
519 | 2024-10-31T19:22:18.457Z | Downloaded atomicwrites v0.4.4 |
520 | 2024-10-31T19:22:18.461Z | Downloaded impl-trait-for-tuples v0.2.2 |
521 | 2024-10-31T19:22:18.464Z | Downloaded hyper-tls v0.6.0 |
522 | 2024-10-31T19:22:18.464Z | Downloaded csv-core v0.1.11 |
523 | 2024-10-31T19:22:18.464Z | Downloaded hostname v0.4.0 |
524 | 2024-10-31T19:22:18.466Z | Downloaded md-5 v0.10.6 |
525 | 2024-10-31T19:22:18.470Z | Downloaded multimap v0.10.0 |
526 | 2024-10-31T19:22:18.470Z | Downloaded const-oid v0.9.6 |
527 | 2024-10-31T19:22:18.474Z | Downloaded blake2 v0.10.6 |
528 | 2024-10-31T19:22:18.476Z | Downloaded nodrop v0.1.14 |
529 | 2024-10-31T19:22:18.476Z | Downloaded memoffset v0.9.1 |
530 | 2024-10-31T19:22:18.476Z | Downloaded cfg_aliases v0.2.1 |
531 | 2024-10-31T19:22:18.479Z | Downloaded instability v0.3.2 |
532 | 2024-10-31T19:22:18.481Z | Downloaded indexmap v1.9.3 |
533 | 2024-10-31T19:22:18.484Z | Downloaded lock_api v0.4.12 |
534 | 2024-10-31T19:22:18.486Z | Downloaded nu-ansi-term v0.50.1 |
535 | 2024-10-31T19:22:18.489Z | Downloaded crunchy v0.2.2 |
536 | 2024-10-31T19:22:18.489Z | Downloaded mime_guess v2.0.5 |
537 | 2024-10-31T19:22:18.493Z | Downloaded bcs v0.1.6 |
538 | 2024-10-31T19:22:18.497Z | Downloaded async-recursion v1.1.1 |
539 | 2024-10-31T19:22:18.499Z | Downloaded mockall_derive v0.13.0 |
540 | 2024-10-31T19:22:18.499Z | Downloaded assert_matches v1.5.0 |
541 | 2024-10-31T19:22:18.502Z | Downloaded match_cfg v0.1.0 |
542 | 2024-10-31T19:22:18.502Z | Downloaded instant v0.1.13 |
543 | 2024-10-31T19:22:18.504Z | Downloaded darling_macro v0.20.10 |
544 | 2024-10-31T19:22:18.504Z | Downloaded hubpack_derive v0.1.1 |
545 | 2024-10-31T19:22:18.504Z | Downloaded chacha20 v0.9.1 |
546 | 2024-10-31T19:22:18.509Z | Downloaded async-stream v0.3.6 |
547 | 2024-10-31T19:22:18.512Z | Downloaded serde_repr v0.1.19 |
548 | 2024-10-31T19:22:18.515Z | Downloaded aes-gcm v0.10.3 |
549 | 2024-10-31T19:22:18.518Z | Downloaded ref-cast-impl v1.0.23 |
550 | 2024-10-31T19:22:18.520Z | Downloaded http-body v1.0.1 |
551 | 2024-10-31T19:22:18.520Z | Downloaded clang-sys v1.8.1 |
552 | 2024-10-31T19:22:18.522Z | Downloaded bytes v1.7.2 |
553 | 2024-10-31T19:22:18.528Z | Downloaded matches v0.1.10 |
554 | 2024-10-31T19:22:18.530Z | Downloaded base16ct v0.2.0 |
555 | 2024-10-31T19:22:18.530Z | Downloaded cipher v0.4.4 |
556 | 2024-10-31T19:22:18.533Z | Downloaded cexpr v0.6.0 |
557 | 2024-10-31T19:22:18.536Z | Downloaded smf v0.2.3 |
558 | 2024-10-31T19:22:18.536Z | Downloaded thiserror-no-std v2.0.2 |
559 | 2024-10-31T19:22:18.540Z | Downloaded convert_case v0.4.0 |
560 | 2024-10-31T19:22:18.542Z | Downloaded colored v2.1.0 |
561 | 2024-10-31T19:22:18.545Z | Downloaded ciborium-ll v0.2.2 |
562 | 2024-10-31T19:22:18.545Z | Downloaded bcrypt-pbkdf v0.10.0 |
563 | 2024-10-31T19:22:18.549Z | Downloaded crossbeam-deque v0.8.5 |
564 | 2024-10-31T19:22:18.549Z | Downloaded cobs v0.2.3 |
565 | 2024-10-31T19:22:18.552Z | Downloaded buf-list v1.0.3 |
566 | 2024-10-31T19:22:18.552Z | Downloaded newline-converter v0.3.0 |
567 | 2024-10-31T19:22:18.555Z | Downloaded strum v0.26.3 |
568 | 2024-10-31T19:22:18.555Z | Downloaded md5 v0.7.0 |
569 | 2024-10-31T19:22:18.559Z | Downloaded base64ct v1.6.0 |
570 | 2024-10-31T19:22:18.559Z | Downloaded async-trait v0.1.83 |
571 | 2024-10-31T19:22:18.562Z | Downloaded toolchain_find v0.4.0 |
572 | 2024-10-31T19:22:18.564Z | Downloaded allocator-api2 v0.2.18 |
573 | 2024-10-31T19:22:18.567Z | Downloaded cookie v0.18.1 |
574 | 2024-10-31T19:22:18.572Z | Downloaded sqlparser_derive v0.2.2 |
575 | 2024-10-31T19:22:18.577Z | Downloaded linked-hash-map v0.5.6 |
576 | 2024-10-31T19:22:18.577Z | Downloaded keccak v0.1.5 |
577 | 2024-10-31T19:22:18.577Z | Downloaded data-encoding v2.6.0 |
578 | 2024-10-31T19:22:18.577Z | Downloaded addr2line v0.24.2 |
579 | 2024-10-31T19:22:18.580Z | Downloaded is-terminal v0.4.13 |
580 | 2024-10-31T19:22:18.580Z | Downloaded rtoolbox v0.0.2 |
581 | 2024-10-31T19:22:18.582Z | Downloaded darling_core v0.20.10 |
582 | 2024-10-31T19:22:18.585Z | Downloaded want v0.3.1 |
583 | 2024-10-31T19:22:18.588Z | Downloaded untrusted v0.7.1 |
584 | 2024-10-31T19:22:18.591Z | Downloaded downcast v0.11.0 |
585 | 2024-10-31T19:22:18.591Z | Downloaded signal-hook-registry v1.4.2 |
586 | 2024-10-31T19:22:18.591Z | Downloaded serde_plain v1.0.2 |
587 | 2024-10-31T19:22:18.594Z | Downloaded serde_path_to_error v0.1.16 |
588 | 2024-10-31T19:22:18.594Z | Downloaded nibble_vec v0.1.0 |
589 | 2024-10-31T19:22:18.597Z | Downloaded kstat-rs v0.2.4 |
590 | 2024-10-31T19:22:18.599Z | Downloaded nanorand v0.7.0 |
591 | 2024-10-31T19:22:18.602Z | Downloaded mime v0.3.17 |
592 | 2024-10-31T19:22:18.602Z | Downloaded mockall v0.13.0 |
593 | 2024-10-31T19:22:18.605Z | Downloaded lru v0.12.5 |
594 | 2024-10-31T19:22:18.605Z | Downloaded lru-cache v0.1.2 |
595 | 2024-10-31T19:22:18.608Z | Downloaded cookie_store v0.21.0 |
596 | 2024-10-31T19:22:18.608Z | Downloaded console v0.15.8 |
597 | 2024-10-31T19:22:18.611Z | Downloaded maybe-uninit v2.0.0 |
598 | 2024-10-31T19:22:18.614Z | Downloaded humantime v2.1.0 |
599 | 2024-10-31T19:22:18.619Z | Downloaded thiserror-impl-no-std v2.0.2 |
600 | 2024-10-31T19:22:18.619Z | Downloaded ahash v0.8.11 |
601 | 2024-10-31T19:22:18.619Z | Downloaded libefi-sys v0.1.0 |
602 | 2024-10-31T19:22:18.622Z | Downloaded strum_macros v0.25.3 |
603 | 2024-10-31T19:22:18.625Z | Downloaded rustversion v1.0.17 |
604 | 2024-10-31T19:22:18.628Z | Downloaded fxhash v0.2.1 |
605 | 2024-10-31T19:22:18.628Z | Downloaded darling v0.20.10 |
606 | 2024-10-31T19:22:18.632Z | Downloaded hyper-staticfile v0.10.1 |
607 | 2024-10-31T19:22:18.634Z | Downloaded home v0.5.9 |
608 | 2024-10-31T19:22:18.638Z | Downloaded hyper-rustls v0.27.3 |
609 | 2024-10-31T19:22:18.642Z | Downloaded jobserver v0.1.32 |
610 | 2024-10-31T19:22:18.642Z | Downloaded iana-time-zone v0.1.61 |
611 | 2024-10-31T19:22:18.645Z | Downloaded httparse v1.9.5 |
612 | 2024-10-31T19:22:18.647Z | Downloaded hex-literal v0.4.1 |
613 | 2024-10-31T19:22:18.647Z | Downloaded which v4.4.2 |
614 | 2024-10-31T19:22:18.650Z | Downloaded olpc-cjson v0.1.4 |
615 | 2024-10-31T19:22:18.650Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-10-31T19:22:18.653Z | Downloaded peg-runtime v0.8.3 |
617 | 2024-10-31T19:22:18.653Z | Downloaded multer v3.1.0 |
618 | 2024-10-31T19:22:18.655Z | Downloaded native-tls v0.2.12 |
619 | 2024-10-31T19:22:18.658Z | Downloaded topological-sort v0.2.2 |
620 | 2024-10-31T19:22:18.660Z | Downloaded env_filter v0.1.2 |
621 | 2024-10-31T19:22:18.660Z | Downloaded libloading v0.8.5 |
622 | 2024-10-31T19:22:18.663Z | Downloaded http-body-util v0.1.2 |
623 | 2024-10-31T19:22:18.666Z | Downloaded serde-big-array v0.5.1 |
624 | 2024-10-31T19:22:18.668Z | Downloaded ecdsa v0.16.9 |
625 | 2024-10-31T19:22:18.671Z | Downloaded ssh-encoding v0.2.0 |
626 | 2024-10-31T19:22:18.671Z | Downloaded crossbeam-utils v0.8.20 |
627 | 2024-10-31T19:22:18.674Z | Downloaded ghash v0.5.1 |
628 | 2024-10-31T19:22:18.676Z | Downloaded quick-error v1.2.3 |
629 | 2024-10-31T19:22:18.677Z | Downloaded float-cmp v0.9.0 |
630 | 2024-10-31T19:22:18.680Z | Downloaded fd-lock v4.0.2 |
631 | 2024-10-31T19:22:18.682Z | Downloaded num-complex v0.4.6 |
632 | 2024-10-31T19:22:18.682Z | Downloaded test-strategy v0.3.1 |
633 | 2024-10-31T19:22:18.686Z | Downloaded take_mut v0.2.2 |
634 | 2024-10-31T19:22:18.689Z | Downloaded gethostname v0.5.0 |
635 | 2024-10-31T19:22:18.689Z | Downloaded futures-executor v0.3.31 |
636 | 2024-10-31T19:22:18.692Z | Downloaded hex v0.4.3 |
637 | 2024-10-31T19:22:18.692Z | Downloaded packed_struct v0.10.1 |
638 | 2024-10-31T19:22:18.694Z | Downloaded tokio-tungstenite v0.23.1 |
639 | 2024-10-31T19:22:18.697Z | Downloaded defmt-macros v0.3.9 |
640 | 2024-10-31T19:22:18.699Z | Downloaded waitgroup v0.1.2 |
641 | 2024-10-31T19:22:18.702Z | Downloaded foreign-types-shared v0.3.1 |
642 | 2024-10-31T19:22:18.702Z | Downloaded foreign-types-shared v0.1.1 |
643 | 2024-10-31T19:22:18.705Z | Downloaded crc-any v2.5.0 |
644 | 2024-10-31T19:22:18.705Z | Downloaded flagset v0.4.6 |
645 | 2024-10-31T19:22:18.707Z | Downloaded memmap2 v0.9.5 |
646 | 2024-10-31T19:22:18.710Z | Downloaded num-integer v0.1.46 |
647 | 2024-10-31T19:22:18.712Z | Downloaded foreign-types-macros v0.2.3 |
648 | 2024-10-31T19:22:18.712Z | Downloaded zone_cfg_derive v0.3.0 |
649 | 2024-10-31T19:22:18.712Z | Downloaded vte_generate_state_changes v0.1.2 |
650 | 2024-10-31T19:22:18.714Z | Downloaded packed_struct_codegen v0.10.1 |
651 | 2024-10-31T19:22:18.714Z | Downloaded num-iter v0.1.45 |
652 | 2024-10-31T19:22:18.717Z | Downloaded openssl-macros v0.1.1 |
653 | 2024-10-31T19:22:18.717Z | Downloaded uzers v0.12.1 |
654 | 2024-10-31T19:22:18.720Z | Downloaded rpassword v7.3.1 |
655 | 2024-10-31T19:22:18.722Z | Downloaded pem v3.0.4 |
656 | 2024-10-31T19:22:18.724Z | Downloaded defmt-parser v0.3.4 |
657 | 2024-10-31T19:22:18.724Z | Downloaded openssl-probe v0.1.5 |
658 | 2024-10-31T19:22:18.727Z | Downloaded ppv-lite86 v0.2.20 |
659 | 2024-10-31T19:22:18.727Z | Downloaded derive_builder v0.20.2 |
660 | 2024-10-31T19:22:18.732Z | Downloaded num-conv v0.1.0 |
661 | 2024-10-31T19:22:18.734Z | Downloaded serde_urlencoded v0.7.1 |
662 | 2024-10-31T19:22:18.737Z | Downloaded serde-hex v0.1.0 |
663 | 2024-10-31T19:22:18.737Z | Downloaded chacha20poly1305 v0.10.1 |
664 | 2024-10-31T19:22:18.739Z | Downloaded semver v0.1.20 |
665 | 2024-10-31T19:22:18.741Z | Downloaded sec1 v0.7.3 |
666 | 2024-10-31T19:22:18.743Z | Downloaded headers-core v0.3.0 |
667 | 2024-10-31T19:22:18.744Z | Downloaded pkg-config v0.3.31 |
668 | 2024-10-31T19:22:18.746Z | Downloaded backtrace v0.3.74 |
669 | 2024-10-31T19:22:18.750Z | Downloaded salsa20 v0.10.2 |
670 | 2024-10-31T19:22:18.752Z | Downloaded progenitor-client v0.8.0 |
671 | 2024-10-31T19:22:18.755Z | Downloaded itertools v0.13.0 |
672 | 2024-10-31T19:22:18.760Z | Downloaded deranged v0.3.11 |
673 | 2024-10-31T19:22:18.763Z | Downloaded wait-timeout v0.2.0 |
674 | 2024-10-31T19:22:18.766Z | Downloaded rayon-core v1.12.1 |
675 | 2024-10-31T19:22:18.769Z | Downloaded base64 v0.21.7 |
676 | 2024-10-31T19:22:18.771Z | Downloaded form_urlencoded v1.2.1 |
677 | 2024-10-31T19:22:18.774Z | Downloaded zeroize v1.8.1 |
678 | 2024-10-31T19:22:18.776Z | Downloaded tokio-macros v2.4.0 |
679 | 2024-10-31T19:22:18.777Z | Downloaded fallible-iterator v0.2.0 |
680 | 2024-10-31T19:22:18.779Z | Downloaded ena v0.14.3 |
681 | 2024-10-31T19:22:18.779Z | Downloaded miniz_oxide v0.8.0 |
682 | 2024-10-31T19:22:18.781Z | Downloaded opaque-debug v0.3.1 |
683 | 2024-10-31T19:22:18.784Z | Downloaded samael v0.0.17 |
684 | 2024-10-31T19:22:18.789Z | Downloaded zone_cfg_derive v0.1.2 |
685 | 2024-10-31T19:22:18.791Z | Downloaded group v0.13.0 |
686 | 2024-10-31T19:22:18.793Z | Downloaded twox-hash v1.6.3 |
687 | 2024-10-31T19:22:18.796Z | Downloaded pbkdf2 v0.12.2 |
688 | 2024-10-31T19:22:18.796Z | Downloaded secrecy v0.8.0 |
689 | 2024-10-31T19:22:18.799Z | Downloaded pkcs8 v0.10.2 |
690 | 2024-10-31T19:22:18.801Z | Downloaded peg-macros v0.8.4 |
691 | 2024-10-31T19:22:18.804Z | Downloaded serde_derive_internals v0.29.1 |
692 | 2024-10-31T19:22:18.804Z | Downloaded cc v1.1.30 |
693 | 2024-10-31T19:22:18.808Z | Downloaded derive_builder_core v0.20.2 |
694 | 2024-10-31T19:22:18.810Z | Downloaded unicode-bidi v0.3.17 |
695 | 2024-10-31T19:22:18.821Z | Downloaded rustc-hash v1.1.0 |
696 | 2024-10-31T19:22:18.824Z | Downloaded tokio-rustls v0.25.0 |
697 | 2024-10-31T19:22:18.827Z | Downloaded tokio-rustls v0.24.1 |
698 | 2024-10-31T19:22:18.829Z | Downloaded quinn-udp v0.5.5 |
699 | 2024-10-31T19:22:18.831Z | Downloaded phf_shared v0.11.2 |
700 | 2024-10-31T19:22:18.831Z | Downloaded radium v0.7.0 |
701 | 2024-10-31T19:22:18.834Z | Downloaded phf_codegen v0.11.2 |
702 | 2024-10-31T19:22:18.834Z | Downloaded num_threads v0.1.7 |
703 | 2024-10-31T19:22:18.836Z | Downloaded snafu-derive v0.8.5 |
704 | 2024-10-31T19:22:18.836Z | Downloaded hyper-util v0.1.9 |
705 | 2024-10-31T19:22:18.841Z | Downloaded static_assertions v1.1.0 |
706 | 2024-10-31T19:22:18.843Z | Downloaded termcolor v1.4.1 |
707 | 2024-10-31T19:22:18.845Z | Downloaded value-bag v1.9.0 |
708 | 2024-10-31T19:22:18.847Z | Downloaded der_derive v0.7.3 |
709 | 2024-10-31T19:22:18.850Z | Downloaded progenitor-impl v0.8.0 |
710 | 2024-10-31T19:22:18.852Z | Downloaded unicase v2.7.0 |
711 | 2024-10-31T19:22:18.854Z | Downloaded typify-macro v0.2.0 |
712 | 2024-10-31T19:22:18.854Z | Downloaded unarray v0.1.4 |
713 | 2024-10-31T19:22:18.856Z | Downloaded zeroize_derive v1.4.2 |
714 | 2024-10-31T19:22:18.858Z | Downloaded derive_builder_macro v0.20.2 |
715 | 2024-10-31T19:22:18.858Z | Downloaded pbkdf2 v0.11.0 |
716 | 2024-10-31T19:22:18.861Z | Downloaded ron v0.7.1 |
717 | 2024-10-31T19:22:18.866Z | Downloaded fragile v2.0.0 |
718 | 2024-10-31T19:22:18.868Z | Downloaded diesel_derives v2.2.3 |
719 | 2024-10-31T19:22:18.872Z | Downloaded embedded-io v0.4.0 |
720 | 2024-10-31T19:22:18.874Z | Downloaded const_format v0.2.33 |
721 | 2024-10-31T19:22:18.879Z | Downloaded hmac v0.12.1 |
722 | 2024-10-31T19:22:18.882Z | Downloaded tower-service v0.3.3 |
723 | 2024-10-31T19:22:18.884Z | Downloaded glob v0.3.1 |
724 | 2024-10-31T19:22:18.887Z | Downloaded futures-macro v0.3.31 |
725 | 2024-10-31T19:22:18.887Z | Downloaded sct v0.7.1 |
726 | 2024-10-31T19:22:18.889Z | Downloaded rustls-pki-types v1.9.0 |
727 | 2024-10-31T19:22:18.893Z | Downloaded progenitor v0.8.0 |
728 | 2024-10-31T19:22:18.895Z | Downloaded env_logger v0.11.5 |
729 | 2024-10-31T19:22:18.898Z | Downloaded r2d2 v0.8.10 |
730 | 2024-10-31T19:22:18.900Z | Downloaded rustfmt-wrapper v0.2.1 |
731 | 2024-10-31T19:22:18.902Z | Downloaded hickory-resolver v0.24.1 |
732 | 2024-10-31T19:22:18.906Z | Downloaded parse-size v1.0.0 |
733 | 2024-10-31T19:22:18.909Z | Downloaded number_prefix v0.4.0 |
734 | 2024-10-31T19:22:18.909Z | Downloaded rusty-fork v0.3.0 |
735 | 2024-10-31T19:22:18.912Z | Downloaded num-derive v0.4.2 |
736 | 2024-10-31T19:22:18.914Z | Downloaded term v0.7.0 |
737 | 2024-10-31T19:22:18.916Z | Downloaded slog-bunyan v2.5.0 |
738 | 2024-10-31T19:22:18.919Z | Downloaded ron v0.8.1 |
739 | 2024-10-31T19:22:18.923Z | Downloaded derive-where v1.2.7 |
740 | 2024-10-31T19:22:18.927Z | Downloaded russh-cryptovec v0.7.3 |
741 | 2024-10-31T19:22:18.930Z | Downloaded pretty-hex v0.2.1 |
742 | 2024-10-31T19:22:18.930Z | Downloaded zone v0.1.8 |
743 | 2024-10-31T19:22:18.932Z | Downloaded structmeta v0.3.0 |
744 | 2024-10-31T19:22:18.932Z | Downloaded walkdir v2.5.0 |
745 | 2024-10-31T19:22:18.934Z | Downloaded stringprep v0.1.5 |
746 | 2024-10-31T19:22:18.936Z | Downloaded http v1.1.0 |
747 | 2024-10-31T19:22:18.940Z | Downloaded rcgen v0.12.1 |
748 | 2024-10-31T19:22:18.944Z | Downloaded structmeta v0.2.0 |
749 | 2024-10-31T19:22:18.946Z | Downloaded string_cache v0.8.7 |
750 | 2024-10-31T19:22:18.949Z | Downloaded crossbeam-channel v0.5.13 |
751 | 2024-10-31T19:22:18.951Z | Downloaded globset v0.4.15 |
752 | 2024-10-31T19:22:18.953Z | Downloaded foldhash v0.1.3 |
753 | 2024-10-31T19:22:18.956Z | Downloaded aes v0.8.4 |
754 | 2024-10-31T19:22:18.959Z | Downloaded diesel_table_macro_syntax v0.2.0 |
755 | 2024-10-31T19:22:18.959Z | Downloaded scheduled-thread-pool v0.2.7 |
756 | 2024-10-31T19:22:18.963Z | Downloaded phf_shared v0.10.0 |
757 | 2024-10-31T19:22:18.963Z | Downloaded endian-type v0.1.2 |
758 | 2024-10-31T19:22:18.963Z | Downloaded difflib v0.4.0 |
759 | 2024-10-31T19:22:18.965Z | Downloaded hickory-client v0.24.1 |
760 | 2024-10-31T19:22:18.968Z | Downloaded enum-as-inner v0.6.1 |
761 | 2024-10-31T19:22:18.970Z | Downloaded tokio-postgres v0.7.12 |
762 | 2024-10-31T19:22:18.973Z | Downloaded typed-path v0.7.1 |
763 | 2024-10-31T19:22:18.980Z | Downloaded parse-display v0.10.0 |
764 | 2024-10-31T19:22:18.982Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-10-31T19:22:18.985Z | Downloaded num_enum v0.5.11 |
766 | 2024-10-31T19:22:18.990Z | Downloaded tungstenite v0.24.0 |
767 | 2024-10-31T19:22:18.993Z | Downloaded parse-display-derive v0.10.0 |
768 | 2024-10-31T19:22:18.995Z | Downloaded shell-words v1.1.0 |
769 | 2024-10-31T19:22:18.998Z | Downloaded primeorder v0.13.6 |
770 | 2024-10-31T19:22:18.998Z | Downloaded tungstenite v0.23.0 |
771 | 2024-10-31T19:22:19.001Z | Downloaded rfc6979 v0.4.0 |
772 | 2024-10-31T19:22:19.004Z | Downloaded signal-hook-mio v0.2.4 |
773 | 2024-10-31T19:22:19.006Z | Downloaded try-lock v0.2.5 |
774 | 2024-10-31T19:22:19.006Z | Downloaded fatfs v0.3.6 |
775 | 2024-10-31T19:22:19.008Z | Downloaded qorb v0.2.0 |
776 | 2024-10-31T19:22:19.013Z | Downloaded sqlformat v0.2.6 |
777 | 2024-10-31T19:22:19.015Z | Downloaded slog-scope v4.4.0 |
778 | 2024-10-31T19:22:19.018Z | Downloaded pin-project v1.1.6 |
779 | 2024-10-31T19:22:19.028Z | Downloaded parking_lot_core v0.9.10 |
780 | 2024-10-31T19:22:19.031Z | Downloaded tinyvec_macros v0.1.1 |
781 | 2024-10-31T19:22:19.034Z | Downloaded phf_generator v0.11.2 |
782 | 2024-10-31T19:22:19.034Z | Downloaded funty v2.0.0 |
783 | 2024-10-31T19:22:19.034Z | Downloaded unicode-truncate v1.1.0 |
784 | 2024-10-31T19:22:19.037Z | Downloaded termios v0.3.3 |
785 | 2024-10-31T19:22:19.039Z | Downloaded psl-types v2.0.11 |
786 | 2024-10-31T19:22:19.041Z | Downloaded foreign-types v0.3.2 |
787 | 2024-10-31T19:22:19.041Z | Downloaded time-core v0.1.2 |
788 | 2024-10-31T19:22:19.041Z | Downloaded password-hash v0.4.2 |
789 | 2024-10-31T19:22:19.044Z | Downloaded num-traits v0.2.19 |
790 | 2024-10-31T19:22:19.047Z | Downloaded hash32 v0.3.1 |
791 | 2024-10-31T19:22:19.049Z | Downloaded progenitor-macro v0.8.0 |
792 | 2024-10-31T19:22:19.049Z | Downloaded proc-macro-crate v1.3.1 |
793 | 2024-10-31T19:22:19.052Z | Downloaded predicates-tree v1.0.11 |
794 | 2024-10-31T19:22:19.052Z | Downloaded pkcs5 v0.7.1 |
795 | 2024-10-31T19:22:19.057Z | Downloaded rustc-demangle v0.1.24 |
796 | 2024-10-31T19:22:19.059Z | Downloaded headers v0.4.0 |
797 | 2024-10-31T19:22:19.066Z | Downloaded untrusted v0.9.0 |
798 | 2024-10-31T19:22:19.068Z | Downloaded universal-hash v0.5.1 |
799 | 2024-10-31T19:22:19.070Z | Downloaded supports-color v3.0.1 |
800 | 2024-10-31T19:22:19.070Z | Downloaded subtle v2.6.1 |
801 | 2024-10-31T19:22:19.072Z | Downloaded slog-dtrace v0.3.0 |
802 | 2024-10-31T19:22:19.074Z | Downloaded tinyvec v1.8.0 |
803 | 2024-10-31T19:22:19.077Z | Downloaded enum-as-inner v0.5.1 |
804 | 2024-10-31T19:22:19.079Z | Downloaded embedded-io v0.6.1 |
805 | 2024-10-31T19:22:19.081Z | Downloaded elliptic-curve v0.13.8 |
806 | 2024-10-31T19:22:19.085Z | Downloaded either v1.13.0 |
807 | 2024-10-31T19:22:19.089Z | Downloaded dyn-clone v1.0.17 |
808 | 2024-10-31T19:22:19.091Z | Downloaded russh-keys v0.45.0 |
809 | 2024-10-31T19:22:19.093Z | Downloaded oso-derive v0.27.3 |
810 | 2024-10-31T19:22:19.093Z | Downloaded structmeta-derive v0.2.0 |
811 | 2024-10-31T19:22:19.096Z | Downloaded rustc_version v0.4.1 |
812 | 2024-10-31T19:22:19.098Z | Downloaded resolv-conf v0.7.0 |
813 | 2024-10-31T19:22:19.102Z | Downloaded utf-8 v0.7.6 |
814 | 2024-10-31T19:22:19.102Z | Downloaded unicode-xid v0.2.6 |
815 | 2024-10-31T19:22:19.104Z | Downloaded tiny-keccak v2.0.2 |
816 | 2024-10-31T19:22:19.106Z | Downloaded unicode-properties v0.1.3 |
817 | 2024-10-31T19:22:19.109Z | Downloaded crossterm v0.28.1 |
818 | 2024-10-31T19:22:19.116Z | Downloaded expectorate v1.1.0 |
819 | 2024-10-31T19:22:19.118Z | Downloaded parking_lot_core v0.8.6 |
820 | 2024-10-31T19:22:19.121Z | Downloaded itertools v0.12.1 |
821 | 2024-10-31T19:22:19.128Z | Downloaded dhcproto-macros v0.1.0 |
822 | 2024-10-31T19:22:19.130Z | Downloaded powerfmt v0.2.0 |
823 | 2024-10-31T19:22:19.130Z | Downloaded unicode-normalization v0.1.24 |
824 | 2024-10-31T19:22:19.135Z | Downloaded slog-envlogger v2.2.0 |
825 | 2024-10-31T19:22:19.137Z | Downloaded spin v0.9.8 |
826 | 2024-10-31T19:22:19.139Z | Downloaded percent-encoding v2.3.1 |
827 | 2024-10-31T19:22:19.141Z | Downloaded strum_macros v0.26.4 |
828 | 2024-10-31T19:22:19.144Z | Downloaded env_logger v0.10.2 |
829 | 2024-10-31T19:22:19.146Z | Downloaded der v0.7.9 |
830 | 2024-10-31T19:22:19.152Z | Downloaded tracing-core v0.1.32 |
831 | 2024-10-31T19:22:19.155Z | Downloaded fallible-iterator v0.3.0 |
832 | 2024-10-31T19:22:19.158Z | Downloaded dsl_auto_type v0.1.2 |
833 | 2024-10-31T19:22:19.160Z | Downloaded futures-sink v0.3.31 |
834 | 2024-10-31T19:22:19.161Z | Downloaded termtree v0.4.1 |
835 | 2024-10-31T19:22:19.163Z | Downloaded sigpipe v0.1.3 |
836 | 2024-10-31T19:22:19.163Z | Downloaded path-slash v0.1.5 |
837 | 2024-10-31T19:22:19.163Z | Downloaded pin-utils v0.1.0 |
838 | 2024-10-31T19:22:19.166Z | Downloaded spki v0.7.3 |
839 | 2024-10-31T19:22:19.169Z | Downloaded thread_local v1.1.8 |
840 | 2024-10-31T19:22:19.169Z | Downloaded poly1305 v0.8.0 |
841 | 2024-10-31T19:22:19.171Z | Downloaded pin-project-lite v0.2.14 |
842 | 2024-10-31T19:22:19.177Z | Downloaded highway v1.2.0 |
843 | 2024-10-31T19:22:19.179Z | Downloaded rand_seeder v0.3.0 |
844 | 2024-10-31T19:22:19.182Z | Downloaded half v2.4.1 |
845 | 2024-10-31T19:22:19.184Z | Downloaded sync_wrapper v0.1.2 |
846 | 2024-10-31T19:22:19.187Z | Downloaded sync_wrapper v1.0.1 |
847 | 2024-10-31T19:22:19.187Z | Downloaded schemars_derive v0.8.21 |
848 | 2024-10-31T19:22:19.190Z | Downloaded quinn v0.11.5 |
849 | 2024-10-31T19:22:19.192Z | Downloaded flume v0.11.0 |
850 | 2024-10-31T19:22:19.196Z | Downloaded display-error-chain v0.2.1 |
851 | 2024-10-31T19:22:19.199Z | Downloaded heck v0.3.3 |
852 | 2024-10-31T19:22:19.199Z | Downloaded dirs-next v2.0.0 |
853 | 2024-10-31T19:22:19.202Z | Downloaded diesel-dtrace v0.3.0 |
854 | 2024-10-31T19:22:19.204Z | Downloaded polyval v0.6.2 |
855 | 2024-10-31T19:22:19.206Z | Downloaded serde_with_macros v3.11.0 |
856 | 2024-10-31T19:22:19.209Z | Downloaded derive_more v0.99.18 |
857 | 2024-10-31T19:22:19.212Z | Downloaded slog-stdlog v4.1.1 |
858 | 2024-10-31T19:22:19.214Z | Downloaded parking_lot v0.12.3 |
859 | 2024-10-31T19:22:19.216Z | Downloaded rustls-pemfile v1.0.4 |
860 | 2024-10-31T19:22:19.219Z | Downloaded foreign-types v0.5.0 |
861 | 2024-10-31T19:22:19.221Z | Downloaded filetime v0.2.25 |
862 | 2024-10-31T19:22:19.223Z | Downloaded postgres-types v0.2.8 |
863 | 2024-10-31T19:22:19.226Z | Downloaded ff v0.13.0 |
864 | 2024-10-31T19:22:19.226Z | Downloaded slog-json v2.6.1 |
865 | 2024-10-31T19:22:19.229Z | Downloaded predicates-core v1.0.8 |
866 | 2024-10-31T19:22:19.231Z | Downloaded rand_xorshift v0.3.0 |
867 | 2024-10-31T19:22:19.231Z | Downloaded aho-corasick v1.1.3 |
868 | 2024-10-31T19:22:19.238Z | Downloaded futures-task v0.3.31 |
869 | 2024-10-31T19:22:19.240Z | Downloaded paste v1.0.15 |
870 | 2024-10-31T19:22:19.243Z | Downloaded futures-io v0.3.31 |
871 | 2024-10-31T19:22:19.245Z | Downloaded futures-core v0.3.31 |
872 | 2024-10-31T19:22:19.245Z | Downloaded owo-colors v4.1.0 |
873 | 2024-10-31T19:22:19.248Z | Downloaded signature v2.2.0 |
874 | 2024-10-31T19:22:19.252Z | Downloaded futures v0.3.31 |
875 | 2024-10-31T19:22:19.256Z | Downloaded omicron-zone-package v0.11.1 |
876 | 2024-10-31T19:22:19.259Z | Downloaded vsss-rs v3.3.4 |
877 | 2024-10-31T19:22:19.262Z | Downloaded unsafe-libyaml v0.2.11 |
878 | 2024-10-31T19:22:19.266Z | Downloaded rand_core v0.6.4 |
879 | 2024-10-31T19:22:19.268Z | Downloaded predicates v3.1.2 |
880 | 2024-10-31T19:22:19.271Z | Downloaded uuid v1.10.0 |
881 | 2024-10-31T19:22:19.274Z | Downloaded pin-project-internal v1.1.6 |
882 | 2024-10-31T19:22:19.276Z | Downloaded rusqlite v0.32.1 |
883 | 2024-10-31T19:22:19.284Z | Downloaded rand_chacha v0.3.1 |
884 | 2024-10-31T19:22:19.287Z | Downloaded xz2 v0.1.7 |
885 | 2024-10-31T19:22:19.289Z | Downloaded wyz v0.5.1 |
886 | 2024-10-31T19:22:19.289Z | Downloaded hashlink v0.9.1 |
887 | 2024-10-31T19:22:19.292Z | Downloaded signal-hook-tokio v0.3.1 |
888 | 2024-10-31T19:22:19.292Z | Downloaded sha1 v0.10.6 |
889 | 2024-10-31T19:22:19.294Z | Downloaded dirs-sys-next v0.1.2 |
890 | 2024-10-31T19:22:19.297Z | Downloaded futures-channel v0.3.31 |
891 | 2024-10-31T19:22:19.300Z | Downloaded publicsuffix v2.2.3 |
892 | 2024-10-31T19:22:19.302Z | Downloaded parse-zoneinfo v0.3.1 |
893 | 2024-10-31T19:22:19.306Z | Downloaded pem-rfc7468 v0.7.0 |
894 | 2024-10-31T19:22:19.308Z | Downloaded whoami v1.5.2 |
895 | 2024-10-31T19:22:19.308Z | Downloaded hashbrown v0.13.2 |
896 | 2024-10-31T19:22:19.313Z | Downloaded des v0.8.1 |
897 | 2024-10-31T19:22:19.315Z | Downloaded vergen v8.3.2 |
898 | 2024-10-31T19:22:19.318Z | Downloaded slog-term v2.9.1 |
899 | 2024-10-31T19:22:19.321Z | Downloaded unicode_categories v0.1.1 |
900 | 2024-10-31T19:22:19.324Z | Downloaded rustls-pemfile v2.2.0 |
901 | 2024-10-31T19:22:19.327Z | Downloaded password-hash v0.5.0 |
902 | 2024-10-31T19:22:19.330Z | Downloaded p521 v0.13.3 |
903 | 2024-10-31T19:22:19.332Z | Downloaded url v2.5.2 |
904 | 2024-10-31T19:22:19.336Z | Downloaded openssl-sys v0.9.103 |
905 | 2024-10-31T19:22:19.342Z | Downloaded rand v0.8.5 |
906 | 2024-10-31T19:22:19.346Z | Downloaded hyper v0.14.30 |
907 | 2024-10-31T19:22:19.355Z | Downloaded vte v0.11.1 |
908 | 2024-10-31T19:22:19.357Z | Downloaded similar v2.6.0 |
909 | 2024-10-31T19:22:19.362Z | Downloaded toml_edit v0.19.15 |
910 | 2024-10-31T19:22:19.380Z | Downloaded zerocopy v0.6.6 |
911 | 2024-10-31T19:22:19.383Z | Downloaded schemars v0.8.21 |
912 | 2024-10-31T19:22:19.395Z | Downloaded unicode-segmentation v1.12.0 |
913 | 2024-10-31T19:22:19.399Z | Downloaded yasna v0.5.2 |
914 | 2024-10-31T19:22:19.401Z | Downloaded p256 v0.13.2 |
915 | 2024-10-31T19:22:19.404Z | Downloaded russh v0.45.0 |
916 | 2024-10-31T19:22:19.411Z | Downloaded ed25519-dalek v2.1.1 |
917 | 2024-10-31T19:22:19.414Z | Downloaded futures-util v0.3.31 |
918 | 2024-10-31T19:22:19.427Z | Downloaded snafu v0.8.5 |
919 | 2024-10-31T19:22:19.432Z | Downloaded blake3 v1.5.4 |
920 | 2024-10-31T19:22:19.441Z | Downloaded portable-atomic v1.9.0 |
921 | 2024-10-31T19:22:19.447Z | Downloaded tokio-util v0.7.12 |
922 | 2024-10-31T19:22:19.454Z | Downloaded hashbrown v0.12.3 |
923 | 2024-10-31T19:22:19.458Z | Downloaded bindgen v0.69.5 |
924 | 2024-10-31T19:22:19.466Z | Downloaded h2 v0.3.26 |
925 | 2024-10-31T19:22:19.474Z | Downloaded quinn-proto v0.11.8 |
926 | 2024-10-31T19:22:19.481Z | Downloaded heapless v0.7.17 |
927 | 2024-10-31T19:22:19.486Z | Downloaded chrono v0.4.38 |
928 | 2024-10-31T19:22:19.493Z | Downloaded serde_yaml v0.9.34+deprecated |
929 | 2024-10-31T19:22:19.498Z | Downloaded hickory-server v0.24.1 |
930 | 2024-10-31T19:22:19.503Z | Downloaded hashbrown v0.14.5 |
931 | 2024-10-31T19:22:19.510Z | Downloaded sqlparser v0.45.0 |
932 | 2024-10-31T19:22:19.516Z | Downloaded x509-cert v0.2.5 |
933 | 2024-10-31T19:22:19.523Z | Downloaded ssh-key v0.6.6 |
934 | 2024-10-31T19:22:19.530Z | Downloaded time v0.3.36 |
935 | 2024-10-31T19:22:19.538Z | Downloaded hkdf v0.12.4 |
936 | 2024-10-31T19:22:19.541Z | Downloaded serde_with v3.11.0 |
937 | 2024-10-31T19:22:19.551Z | Downloaded rustls-webpki v0.102.8 |
938 | 2024-10-31T19:22:19.571Z | Downloaded salty v0.3.0 |
939 | 2024-10-31T19:22:19.577Z | Downloaded nix v0.27.1 |
940 | 2024-10-31T19:22:19.589Z | Downloaded winnow v0.5.40 |
941 | 2024-10-31T19:22:19.598Z | Downloaded nix v0.28.0 |
942 | 2024-10-31T19:22:19.610Z | Downloaded idna v0.5.0 |
943 | 2024-10-31T19:22:19.617Z | Downloaded radix_trie v0.2.1 |
944 | 2024-10-31T19:22:19.624Z | Downloaded git2 v0.19.0 |
945 | 2024-10-31T19:22:19.633Z | Downloaded proptest v1.5.0 |
946 | 2024-10-31T19:22:19.643Z | Downloaded polar-core v0.27.3 |
947 | 2024-10-31T19:22:19.652Z | Downloaded reqwest v0.12.8 |
948 | 2024-10-31T19:22:19.661Z | Downloaded rustls-webpki v0.101.7 |
949 | 2024-10-31T19:22:19.676Z | Downloaded regex v1.11.0 |
950 | 2024-10-31T19:22:19.690Z | Downloaded vcpkg v0.2.15 |
951 | 2024-10-31T19:22:19.729Z | Downloaded object v0.30.4 |
952 | 2024-10-31T19:22:19.741Z | Downloaded p384 v0.13.0 |
953 | 2024-10-31T19:22:19.745Z | Downloaded rustls v0.23.14 |
954 | 2024-10-31T19:22:19.758Z | Downloaded rustls v0.21.12 |
955 | 2024-10-31T19:22:19.769Z | Downloaded bstr v1.10.0 |
956 | 2024-10-31T19:22:19.780Z | Downloaded smoltcp v0.9.1 |
957 | 2024-10-31T19:22:19.791Z | Downloaded object v0.36.5 |
958 | 2024-10-31T19:22:19.803Z | Downloaded rustls v0.22.4 |
959 | 2024-10-31T19:22:19.818Z | Downloaded regress v0.9.1 |
960 | 2024-10-31T19:22:19.827Z | Downloaded smoltcp v0.11.0 |
961 | 2024-10-31T19:22:19.841Z | Downloaded regress v0.10.1 |
962 | 2024-10-31T19:22:19.850Z | Downloaded chrono-tz v0.10.0 |
963 | 2024-10-31T19:22:19.857Z | Downloaded regex-syntax v0.6.29 |
964 | 2024-10-31T19:22:19.866Z | Downloaded gimli v0.31.1 |
965 | 2024-10-31T19:22:19.875Z | Downloaded dropshot v0.12.0 |
966 | 2024-10-31T19:22:19.897Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2024-10-31T19:22:19.909Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-10-31T19:22:19.922Z | Downloaded diesel v2.2.4 |
969 | 2024-10-31T19:22:19.944Z | Downloaded hickory-proto v0.24.1 |
970 | 2024-10-31T19:22:19.958Z | Downloaded sled v0.34.7 |
971 | 2024-10-31T19:22:19.968Z | Downloaded lzma-sys v0.1.20 |
972 | 2024-10-31T19:22:20.000Z | Downloaded typify-impl v0.2.0 |
973 | 2024-10-31T19:22:20.015Z | Downloaded regex-automata v0.4.8 |
974 | 2024-10-31T19:22:20.031Z | Downloaded ratatui v0.28.1 |
975 | 2024-10-31T19:22:20.050Z | Downloaded libz-sys v1.1.20 |
976 | 2024-10-31T19:22:20.071Z | Downloaded regex-syntax v0.8.5 |
977 | 2024-10-31T19:22:20.079Z | Downloaded tokio v1.40.0 |
978 | 2024-10-31T19:22:20.116Z | Downloaded openssl v0.10.66 |
979 | 2024-10-31T19:22:20.126Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
980 | 2024-10-31T19:22:20.138Z | Downloaded zerocopy-derive v0.6.6 |
981 | 2024-10-31T19:22:20.147Z | Downloaded nix v0.29.0 |
982 | 2024-10-31T19:22:20.159Z | Downloaded curve25519-dalek v4.1.3 |
983 | 2024-10-31T19:22:20.167Z | Downloaded idna v0.4.0 |
984 | 2024-10-31T19:22:20.174Z | Downloaded idna v0.2.3 |
985 | 2024-10-31T19:22:20.183Z | Downloaded heapless v0.8.0 |
986 | 2024-10-31T19:22:20.188Z | Downloaded reedline v0.35.0 |
987 | 2024-10-31T19:22:20.191Z | Downloaded webpki-roots v0.26.6 |
988 | 2024-10-31T19:22:20.195Z | Downloaded bitvec v1.0.1 |
989 | 2024-10-31T19:22:20.209Z | Downloaded h2 v0.4.6 |
990 | 2024-10-31T19:22:20.216Z | Downloaded petgraph v0.6.5 |
991 | 2024-10-31T19:22:20.233Z | Downloaded reqwest v0.11.27 |
992 | 2024-10-31T19:22:20.240Z | Downloaded quick-xml v0.33.0 |
993 | 2024-10-31T19:22:20.246Z | Downloaded rayon v1.10.0 |
994 | 2024-10-31T19:22:20.255Z | Downloaded rustyline v14.0.0 |
995 | 2024-10-31T19:22:20.260Z | Downloaded idna v0.3.0 |
996 | 2024-10-31T19:22:20.267Z | Downloaded prettyplease v0.2.22 |
997 | 2024-10-31T19:22:20.270Z | Downloaded tracing v0.1.40 |
998 | 2024-10-31T19:22:20.274Z | Downloaded phf v0.11.2 |
999 | 2024-10-31T19:22:20.277Z | Downloaded siphasher v0.3.11 |
1000 | 2024-10-31T19:22:20.277Z | Downloaded sha3 v0.10.8 |
1001 | 2024-10-31T19:22:20.281Z | Downloaded csv v1.3.0 |
1002 | 2024-10-31T19:22:20.301Z | Downloaded steno v0.4.1 |
1003 | 2024-10-31T19:22:20.305Z | Downloaded time-macros v0.2.18 |
1004 | 2024-10-31T19:22:20.307Z | Downloaded tough v0.17.1 |
1005 | 2024-10-31T19:22:20.314Z | Downloaded lalrpop v0.19.12 |
1006 | 2024-10-31T19:22:20.325Z | Downloaded itertools v0.10.5 |
1007 | 2024-10-31T19:22:20.331Z | Downloaded tui-tree-widget v0.22.0 |
1008 | 2024-10-31T19:22:20.333Z | Downloaded tokio-tungstenite v0.24.0 |
1009 | 2024-10-31T19:22:20.336Z | Downloaded tokio-tungstenite v0.21.0 |
1010 | 2024-10-31T19:22:20.338Z | Downloaded tokio-stream v0.1.16 |
1011 | 2024-10-31T19:22:20.341Z | Downloaded diff v0.1.13 |
1012 | 2024-10-31T19:22:20.344Z | Downloaded dhcproto v0.12.0 |
1013 | 2024-10-31T19:22:20.346Z | Downloaded toml v0.7.8 |
1014 | 2024-10-31T19:22:20.351Z | Downloaded dropshot_endpoint v0.12.0 |
1015 | 2024-10-31T19:22:20.353Z | Downloaded flate2 v1.0.34 |
1016 | 2024-10-31T19:22:20.358Z | Downloaded slog v2.7.0 |
1017 | 2024-10-31T19:22:20.361Z | Downloaded nom v7.1.3 |
1018 | 2024-10-31T19:22:20.367Z | Downloaded num-bigint-dig v0.8.4 |
1019 | 2024-10-31T19:22:20.371Z | Downloaded encoding_rs v0.8.34 |
1020 | 2024-10-31T19:22:20.392Z | Downloaded libxml v0.3.3 |
1021 | 2024-10-31T19:22:20.398Z | Downloaded libm v0.2.8 |
1022 | 2024-10-31T19:22:20.406Z | Downloaded hash32 v0.2.1 |
1023 | 2024-10-31T19:22:20.408Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-10-31T19:22:20.410Z | Downloaded tracing-attributes v0.1.27 |
1025 | 2024-10-31T19:22:20.410Z | Downloaded tar v0.4.42 |
1026 | 2024-10-31T19:22:20.413Z | Downloaded tungstenite v0.21.0 |
1027 | 2024-10-31T19:22:20.416Z | Downloaded num-rational v0.4.2 |
1028 | 2024-10-31T19:22:20.418Z | Downloaded signal-hook v0.3.17 |
1029 | 2024-10-31T19:22:20.421Z | Downloaded num-bigint v0.4.6 |
1030 | 2024-10-31T19:22:20.424Z | Downloaded tokio-rustls v0.26.0 |
1031 | 2024-10-31T19:22:20.427Z | Downloaded subprocess v0.2.9 |
1032 | 2024-10-31T19:22:20.429Z | Downloaded minimal-lexical v0.2.1 |
1033 | 2024-10-31T19:22:20.433Z | Downloaded rsa v0.9.6 |
1034 | 2024-10-31T19:22:20.438Z | Downloaded num_enum_derive v0.5.11 |
1035 | 2024-10-31T19:22:20.440Z | Downloaded socket2 v0.5.7 |
1036 | 2024-10-31T19:22:20.442Z | Downloaded parking_lot v0.11.2 |
1037 | 2024-10-31T19:22:20.445Z | Downloaded hyper v1.4.1 |
1038 | 2024-10-31T19:22:20.449Z | Downloaded crypto-bigint v0.5.5 |
1039 | 2024-10-31T19:22:20.460Z | Downloaded postgres-protocol v0.6.7 |
1040 | 2024-10-31T19:22:20.463Z | Downloaded postcard v1.0.10 |
1041 | 2024-10-31T19:22:20.463Z | Downloaded fallible-streaming-iterator v0.1.9 |
1042 | 2024-10-31T19:22:20.463Z | Downloaded http v0.2.12 |
1043 | 2024-10-31T19:22:20.466Z | Downloaded zone v0.3.0 |
1044 | 2024-10-31T19:22:20.466Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1045 | 2024-10-31T19:22:20.522Z | Downloaded xattr v1.3.1 |
1046 | 2024-10-31T19:22:20.524Z | Downloaded tls_codec_derive v0.4.1 |
1047 | 2024-10-31T19:22:20.527Z | Downloaded tls_codec v0.4.1 |
1048 | 2024-10-31T19:22:20.530Z | Downloaded zip v0.6.6 |
1049 | 2024-10-31T19:22:20.533Z | Downloaded typify v0.2.0 |
1050 | 2024-10-31T19:22:20.535Z | Downloaded oso v0.27.3 |
1051 | 2024-10-31T19:22:20.538Z | Downloaded defmt v0.3.8 |
1052 | 2024-10-31T19:22:20.540Z | Downloaded stable_deref_trait v1.2.0 |
1053 | 2024-10-31T19:22:20.540Z | Downloaded slog-async v2.8.0 |
1054 | 2024-10-31T19:22:20.543Z | Downloaded shlex v1.3.0 |
1055 | 2024-10-31T19:22:20.545Z | Downloaded same-file v1.0.6 |
1056 | 2024-10-31T19:22:20.545Z | Downloaded rustc_version v0.1.7 |
1057 | 2024-10-31T19:22:20.545Z | Downloaded rustc-hash v2.0.0 |
1058 | 2024-10-31T19:22:20.549Z | Downloaded ref-cast v1.0.23 |
1059 | 2024-10-31T19:22:20.549Z | Downloaded base64 v0.13.1 |
1060 | 2024-10-31T19:22:20.551Z | Downloaded tokio-native-tls v0.3.1 |
1061 | 2024-10-31T19:22:20.553Z | Downloaded tap v1.0.1 |
1062 | 2024-10-31T19:22:20.553Z | Downloaded tabwriter v1.4.0 |
1063 | 2024-10-31T19:22:20.555Z | Downloaded strip-ansi-escapes v0.2.0 |
1064 | 2024-10-31T19:22:20.555Z | Downloaded spin v0.5.2 |
1065 | 2024-10-31T19:22:20.557Z | Downloaded getrandom v0.2.15 |
1066 | 2024-10-31T19:22:20.560Z | Downloaded indicatif v0.17.8 |
1067 | 2024-10-31T19:22:20.563Z | Downloaded arc-swap v1.7.1 |
1068 | 2024-10-31T19:22:20.566Z | Downloaded peg v0.8.4 |
1069 | 2024-10-31T19:22:20.569Z | Downloaded bit-set v0.5.3 |
1070 | 2024-10-31T19:22:20.573Z | Downloaded float-ord v0.3.2 |
1071 | 2024-10-31T19:22:20.573Z | Downloaded ed25519 v2.2.3 |
1072 | 2024-10-31T19:22:20.575Z | Downloaded smallvec v1.13.2 |
1073 | 2024-10-31T19:22:20.575Z | Downloaded ciborium v0.2.2 |
1074 | 2024-10-31T19:22:20.578Z | Downloaded ipnet v2.10.1 |
1075 | 2024-10-31T19:22:20.580Z | Downloaded slab v0.4.9 |
1076 | 2024-10-31T19:22:20.580Z | Downloaded newtype-uuid v1.1.2 |
1077 | 2024-10-31T19:22:20.582Z | Downloaded strum_macros v0.24.3 |
1078 | 2024-10-31T19:22:20.585Z | Downloaded structmeta-derive v0.3.0 |
1079 | 2024-10-31T19:22:20.585Z | Downloaded smallvec v0.6.14 |
1080 | 2024-10-31T19:22:20.587Z | Downloaded num v0.4.3 |
1081 | 2024-10-31T19:22:20.587Z | Downloaded hostname v0.3.1 |
1082 | 2024-10-31T19:22:20.589Z | Downloaded castaway v0.2.3 |
1083 | 2024-10-31T19:22:20.589Z | Downloaded linear-map v1.2.0 |
1084 | 2024-10-31T19:22:20.592Z | Downloaded inout v0.1.3 |
1085 | 2024-10-31T19:22:20.592Z | Downloaded managed v0.8.0 |
1086 | 2024-10-31T19:22:20.594Z | Downloaded libsw v3.3.1 |
1087 | 2024-10-31T19:22:20.594Z | Downloaded lazy_static v1.5.0 |
1088 | 2024-10-31T19:22:20.597Z | Downloaded lalrpop-util v0.19.12 |
1089 | 2024-10-31T19:22:20.597Z | Downloaded cassowary v0.3.0 |
1090 | 2024-10-31T19:22:20.599Z | Downloaded lazycell v1.3.0 |
1091 | 2024-10-31T19:22:20.599Z | Downloaded bzip2 v0.4.4 |
1092 | 2024-10-31T19:22:20.602Z | Downloaded scrypt v0.11.0 |
1093 | 2024-10-31T19:22:20.602Z | Downloaded scopeguard v1.2.0 |
1094 | 2024-10-31T19:22:20.604Z | Downloaded maplit v1.0.2 |
1095 | 2024-10-31T19:22:20.604Z | Downloaded crossbeam-epoch v0.9.18 |
1096 | 2024-10-31T19:22:20.607Z | Downloaded compact_str v0.8.0 |
1097 | 2024-10-31T19:22:20.609Z | Downloaded chrono-tz-build v0.4.0 |
1098 | 2024-10-31T19:22:20.611Z | Downloaded argon2 v0.5.3 |
1099 | 2024-10-31T19:22:20.611Z | Downloaded internet-checksum v0.2.1 |
1100 | 2024-10-31T19:22:20.611Z | Downloaded indoc v1.0.9 |
1101 | 2024-10-31T19:22:20.614Z | Downloaded indent_write v2.2.0 |
1102 | 2024-10-31T19:22:20.616Z | Downloaded hubpack v0.1.2 |
1103 | 2024-10-31T19:22:20.616Z | Downloaded http-range v0.1.5 |
1104 | 2024-10-31T19:22:20.618Z | Downloaded ctr v0.9.2 |
1105 | 2024-10-31T19:22:20.618Z | Downloaded normalize-line-endings v0.3.0 |
1106 | 2024-10-31T19:22:20.621Z | Downloaded mio v1.0.2 |
1107 | 2024-10-31T19:22:20.624Z | Downloaded arrayvec v0.7.6 |
1108 | 2024-10-31T19:22:20.626Z | Downloaded const_format_proc_macros v0.2.33 |
1109 | 2024-10-31T19:22:20.629Z | Downloaded bitfield v0.14.0 |
1110 | 2024-10-31T19:22:20.632Z | Downloaded ssh-cipher v0.2.0 |
1111 | 2024-10-31T19:22:20.632Z | Downloaded debug-ignore v1.0.5 |
1112 | 2024-10-31T19:22:20.634Z | Downloaded crc-catalog v2.4.0 |
1113 | 2024-10-31T19:22:20.634Z | Downloaded block-padding v0.3.3 |
1114 | 2024-10-31T19:22:20.634Z | Downloaded bitflags v1.3.2 |
1115 | 2024-10-31T19:22:20.636Z | Downloaded base64 v0.22.1 |
1116 | 2024-10-31T19:22:20.640Z | Downloaded bb8 v0.8.5 |
1117 | 2024-10-31T19:22:20.643Z | Downloaded arrayref v0.3.9 |
1118 | 2024-10-31T19:22:20.643Z | Downloaded aead v0.5.2 |
1119 | 2024-10-31T19:22:20.798Z | Downloaded ring v0.16.20 |
1120 | 2024-10-31T19:22:20.923Z | Downloaded ring v0.17.8 |
1121 | 2024-10-31T19:22:21.037Z | Downloaded libsqlite3-sys v0.30.1 |
1122 | 2024-10-31T19:22:21.211Z | Compiling serde v1.0.210 |
1123 | 2024-10-31T19:22:21.214Z | Compiling typenum v1.17.0 |
1124 | 2024-10-31T19:22:21.214Z | Compiling generic-array v0.14.7 |
1125 | 2024-10-31T19:22:21.214Z | Compiling lock_api v0.4.12 |
1126 | 2024-10-31T19:22:21.214Z | Compiling scopeguard v1.2.0 |
1127 | 2024-10-31T19:22:21.214Z | Compiling subtle v2.6.1 |
1128 | 2024-10-31T19:22:21.394Z | Compiling syn v2.0.79 |
1129 | 2024-10-31T19:22:21.408Z | Compiling getrandom v0.2.15 |
1130 | 2024-10-31T19:22:21.553Z | Compiling value-bag v1.9.0 |
1131 | 2024-10-31T19:22:21.678Z | Compiling rand_core v0.6.4 |
1132 | 2024-10-31T19:22:21.753Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-31T19:22:21.824Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-31T19:22:21.893Z | Compiling smallvec v1.13.2 |
1135 | 2024-10-31T19:22:21.966Z | Compiling jobserver v0.1.32 |
1136 | 2024-10-31T19:22:22.167Z | Compiling log v0.4.22 |
1137 | 2024-10-31T19:22:22.201Z | Compiling parking_lot_core v0.9.10 |
1138 | 2024-10-31T19:22:22.303Z | Compiling shlex v1.3.0 |
1139 | 2024-10-31T19:22:22.321Z | Compiling futures-core v0.3.31 |
1140 | 2024-10-31T19:22:22.626Z | Compiling signal-hook-registry v1.4.2 |
1141 | 2024-10-31T19:22:22.834Z | Compiling cc v1.1.30 |
1142 | 2024-10-31T19:22:23.056Z | Compiling mio v1.0.2 |
1143 | 2024-10-31T19:22:23.185Z | Compiling cpufeatures v0.2.14 |
1144 | 2024-10-31T19:22:23.299Z | Compiling parking_lot v0.12.3 |
1145 | 2024-10-31T19:22:23.478Z | Compiling futures-sink v0.3.31 |
1146 | 2024-10-31T19:22:23.546Z | Compiling spin v0.9.8 |
1147 | 2024-10-31T19:22:23.640Z | Compiling socket2 v0.5.7 |
1148 | 2024-10-31T19:22:23.856Z | Compiling slab v0.4.9 |
1149 | 2024-10-31T19:22:23.973Z | Compiling serde_json v1.0.128 |
1150 | 2024-10-31T19:22:24.169Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-31T19:22:24.261Z | Compiling futures-task v0.3.31 |
1152 | 2024-10-31T19:22:24.297Z | Compiling tinyvec_macros v0.1.1 |
1153 | 2024-10-31T19:22:24.354Z | Compiling foldhash v0.1.3 |
1154 | 2024-10-31T19:22:24.387Z | Compiling futures-io v0.3.31 |
1155 | 2024-10-31T19:22:24.579Z | Compiling allocator-api2 v0.2.18 |
1156 | 2024-10-31T19:22:24.607Z | Compiling pin-utils v0.1.0 |
1157 | 2024-10-31T19:22:24.651Z | Compiling tinyvec v1.8.0 |
1158 | 2024-10-31T19:22:24.669Z | Compiling libm v0.2.8 |
1159 | 2024-10-31T19:22:24.692Z | Compiling num-traits v0.2.19 |
1160 | 2024-10-31T19:22:24.715Z | Compiling unicode-bidi v0.3.17 |
1161 | 2024-10-31T19:22:24.733Z | Compiling base64ct v1.6.0 |
1162 | 2024-10-31T19:22:25.218Z | Compiling pem-rfc7468 v0.7.0 |
1163 | 2024-10-31T19:22:25.329Z | Compiling hashbrown v0.15.0 |
1164 | 2024-10-31T19:22:25.418Z | Compiling flagset v0.4.6 |
1165 | 2024-10-31T19:22:25.624Z | Compiling httparse v1.9.5 |
1166 | 2024-10-31T19:22:25.918Z | Compiling tracing-core v0.1.32 |
1167 | 2024-10-31T19:22:26.218Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-31T19:22:26.380Z | Compiling percent-encoding v2.3.1 |
1169 | 2024-10-31T19:22:26.461Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-31T19:22:26.679Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-31T19:22:26.979Z | Compiling ring v0.17.8 |
1172 | 2024-10-31T19:22:27.263Z | Compiling untrusted v0.9.0 |
1173 | 2024-10-31T19:22:27.309Z | Compiling num-conv v0.1.0 |
1174 | 2024-10-31T19:22:27.350Z | Compiling time-core v0.1.2 |
1175 | 2024-10-31T19:22:27.479Z | Compiling vcpkg v0.2.15 |
1176 | 2024-10-31T19:22:27.483Z | Compiling powerfmt v0.2.0 |
1177 | 2024-10-31T19:22:27.539Z | Compiling pkg-config v0.3.31 |
1178 | 2024-10-31T19:22:27.593Z | Compiling time-macros v0.2.18 |
1179 | 2024-10-31T19:22:27.884Z | Compiling deranged v0.3.11 |
1180 | 2024-10-31T19:22:28.095Z | Compiling num_threads v0.1.7 |
1181 | 2024-10-31T19:22:28.222Z | Compiling atomic-waker v1.1.2 |
1182 | 2024-10-31T19:22:28.405Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-10-31T19:22:28.714Z | Compiling rustix v0.38.37 |
1184 | 2024-10-31T19:22:28.759Z | Compiling try-lock v0.2.5 |
1185 | 2024-10-31T19:22:28.908Z | Compiling slog v2.7.0 |
1186 | 2024-10-31T19:22:28.964Z | Compiling want v0.3.1 |
1187 | 2024-10-31T19:22:29.236Z | Compiling httpdate v1.0.3 |
1188 | 2024-10-31T19:22:29.409Z | Compiling openssl-sys v0.9.103 |
1189 | 2024-10-31T19:22:29.565Z | Compiling idna v0.5.0 |
1190 | 2024-10-31T19:22:29.638Z | Compiling openssl v0.10.66 |
1191 | 2024-10-31T19:22:29.663Z | Compiling tower-service v0.3.3 |
1192 | 2024-10-31T19:22:29.782Z | Compiling base64 v0.22.1 |
1193 | 2024-10-31T19:22:30.045Z | Compiling match_cfg v0.1.0 |
1194 | 2024-10-31T19:22:30.138Z | Compiling rustversion v1.0.17 |
1195 | 2024-10-31T19:22:30.224Z | Compiling iana-time-zone v0.1.61 |
1196 | 2024-10-31T19:22:30.450Z | Compiling foreign-types-shared v0.1.1 |
1197 | 2024-10-31T19:22:30.491Z | Compiling time v0.3.36 |
1198 | 2024-10-31T19:22:30.555Z | Compiling foreign-types v0.3.2 |
1199 | 2024-10-31T19:22:30.615Z | Compiling url v2.5.2 |
1200 | 2024-10-31T19:22:30.634Z | Compiling hostname v0.3.1 |
1201 | 2024-10-31T19:22:30.848Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-31T19:22:30.865Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-31T19:22:31.005Z | Compiling native-tls v0.2.12 |
1204 | 2024-10-31T19:22:31.343Z | Compiling rustls v0.23.14 |
1205 | 2024-10-31T19:22:31.399Z | Compiling rustls v0.22.4 |
1206 | 2024-10-31T19:22:31.632Z | Compiling syn v1.0.109 |
1207 | 2024-10-31T19:22:31.651Z | Compiling adler2 v2.0.0 |
1208 | 2024-10-31T19:22:31.842Z | Compiling siphasher v0.3.11 |
1209 | 2024-10-31T19:22:32.193Z | Compiling regex-syntax v0.8.5 |
1210 | 2024-10-31T19:22:32.195Z | Compiling data-encoding v2.6.0 |
1211 | 2024-10-31T19:22:32.293Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-10-31T19:22:32.844Z | Compiling dirs-next v2.0.0 |
1213 | 2024-10-31T19:22:33.774Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-10-31T19:22:34.265Z | Compiling crossbeam-epoch v0.9.18 |
1215 | 2024-10-31T19:22:34.361Z | Compiling lazy_static v1.5.0 |
1216 | 2024-10-31T19:22:34.472Z | Compiling thread_local v1.1.8 |
1217 | 2024-10-31T19:22:34.945Z | Compiling serde_derive v1.0.210 |
1218 | 2024-10-31T19:22:34.997Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-10-31T19:22:35.016Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-10-31T19:22:35.282Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-10-31T19:22:35.551Z | Compiling thiserror-impl v1.0.64 |
1222 | 2024-10-31T19:22:36.167Z | Compiling futures-macro v0.3.31 |
1223 | 2024-10-31T19:22:36.425Z | Compiling zeroize v1.8.1 |
1224 | 2024-10-31T19:22:36.807Z | Compiling der_derive v0.7.3 |
1225 | 2024-10-31T19:22:37.034Z | Compiling zerocopy v0.7.35 |
1226 | 2024-10-31T19:22:38.116Z | Compiling crypto-common v0.1.6 |
1227 | 2024-10-31T19:22:38.196Z | Compiling block-buffer v0.10.4 |
1228 | 2024-10-31T19:22:38.321Z | Compiling futures-util v0.3.31 |
1229 | 2024-10-31T19:22:38.352Z | Compiling block-padding v0.3.3 |
1230 | 2024-10-31T19:22:38.457Z | Compiling digest v0.10.7 |
1231 | 2024-10-31T19:22:38.589Z | Compiling thiserror v1.0.64 |
1232 | 2024-10-31T19:22:38.607Z | Compiling inout v0.1.3 |
1233 | 2024-10-31T19:22:38.630Z | Compiling ppv-lite86 v0.2.20 |
1234 | 2024-10-31T19:22:38.733Z | Compiling tracing-attributes v0.1.27 |
1235 | 2024-10-31T19:22:38.863Z | Compiling hmac v0.12.1 |
1236 | 2024-10-31T19:22:38.928Z | Compiling sha2 v0.10.8 |
1237 | 2024-10-31T19:22:39.042Z | Compiling cipher v0.4.4 |
1238 | 2024-10-31T19:22:39.107Z | Compiling der v0.7.9 |
1239 | 2024-10-31T19:22:39.397Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-10-31T19:22:39.500Z | Compiling salsa20 v0.10.2 |
1241 | 2024-10-31T19:22:39.557Z | Compiling pbkdf2 v0.12.2 |
1242 | 2024-10-31T19:22:39.733Z | Compiling pest v2.7.14 |
1243 | 2024-10-31T19:22:39.733Z | Compiling scrypt v0.11.0 |
1244 | 2024-10-31T19:22:40.315Z | Compiling rand v0.8.5 |
1245 | 2024-10-31T19:22:41.786Z | Compiling spki v0.7.3 |
1246 | 2024-10-31T19:22:42.303Z | Compiling tracing v0.1.40 |
1247 | 2024-10-31T19:22:42.492Z | Compiling pest_meta v2.7.14 |
1248 | 2024-10-31T19:22:42.525Z | Compiling aes v0.8.4 |
1249 | 2024-10-31T19:22:42.576Z | Compiling cbc v0.1.2 |
1250 | 2024-10-31T19:22:42.817Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-10-31T19:22:42.855Z | Compiling openssl-macros v0.1.1 |
1252 | 2024-10-31T19:22:42.871Z | Compiling async-trait v0.1.83 |
1253 | 2024-10-31T19:22:43.612Z | Compiling pkcs5 v0.7.1 |
1254 | 2024-10-31T19:22:44.195Z | Compiling scroll v0.12.0 |
1255 | 2024-10-31T19:22:44.696Z | Compiling rustls-webpki v0.102.8 |
1256 | 2024-10-31T19:22:44.793Z | Compiling pest_generator v2.7.14 |
1257 | 2024-10-31T19:22:44.834Z | Compiling goblin v0.8.2 |
1258 | 2024-10-31T19:22:45.363Z | Compiling pkcs8 v0.10.2 |
1259 | 2024-10-31T19:22:45.482Z | Compiling signature v2.2.0 |
1260 | 2024-10-31T19:22:45.783Z | Compiling sha1 v0.10.6 |
1261 | 2024-10-31T19:22:45.855Z | Compiling regex-automata v0.4.8 |
1262 | 2024-10-31T19:22:46.051Z | Compiling multer v3.1.0 |
1263 | 2024-10-31T19:22:46.206Z | Compiling encoding_rs v0.8.34 |
1264 | 2024-10-31T19:22:46.353Z | Compiling cookie v0.18.1 |
1265 | 2024-10-31T19:22:46.659Z | Compiling schemars v0.8.21 |
1266 | 2024-10-31T19:22:46.679Z | Compiling mime v0.3.17 |
1267 | 2024-10-31T19:22:46.679Z | Compiling gimli v0.31.1 |
1268 | 2024-10-31T19:22:47.105Z | Compiling unicode-properties v0.1.3 |
1269 | 2024-10-31T19:22:47.107Z | Compiling pest_derive v2.7.14 |
1270 | 2024-10-31T19:22:47.258Z | Compiling openssl-probe v0.1.5 |
1271 | 2024-10-31T19:22:47.439Z | Compiling slog-async v2.8.0 |
1272 | 2024-10-31T19:22:47.654Z | Compiling ipnet v2.10.1 |
1273 | 2024-10-31T19:22:47.926Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-10-31T19:22:47.991Z | Compiling either v1.13.0 |
1275 | 2024-10-31T19:22:48.415Z | Compiling bytes v1.7.2 |
1276 | 2024-10-31T19:22:48.910Z | Compiling indexmap v2.6.0 |
1277 | 2024-10-31T19:22:49.734Z | Compiling tokio v1.40.0 |
1278 | 2024-10-31T19:22:49.945Z | Compiling http v1.1.0 |
1279 | 2024-10-31T19:22:50.387Z | Compiling bitflags v2.6.0 |
1280 | 2024-10-31T19:22:50.442Z | Compiling semver v1.0.23 |
1281 | 2024-10-31T19:22:51.178Z | Compiling rustc_version v0.4.1 |
1282 | 2024-10-31T19:22:51.768Z | Compiling http-body v1.0.1 |
1283 | 2024-10-31T19:22:51.788Z | Compiling dof v0.3.0 |
1284 | 2024-10-31T19:22:51.942Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-10-31T19:22:52.007Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-10-31T19:22:52.297Z | Compiling serde_spanned v0.6.8 |
1287 | 2024-10-31T19:22:52.539Z | Compiling uuid v1.10.0 |
1288 | 2024-10-31T19:22:52.597Z | Compiling usdt-impl v0.5.0 |
1289 | 2024-10-31T19:22:52.599Z | Compiling chrono v0.4.38 |
1290 | 2024-10-31T19:22:53.946Z | Compiling http-body-util v0.1.2 |
1291 | 2024-10-31T19:22:54.077Z | Compiling heapless v0.7.17 |
1292 | 2024-10-31T19:22:54.475Z | Compiling signal-hook v0.3.17 |
1293 | 2024-10-31T19:22:54.538Z | Compiling paste v1.0.15 |
1294 | 2024-10-31T19:22:54.694Z | Compiling rayon-core v1.12.1 |
1295 | 2024-10-31T19:22:54.792Z | Compiling usdt-attr-macro v0.5.0 |
1296 | 2024-10-31T19:22:55.013Z | Compiling usdt-macro v0.5.0 |
1297 | 2024-10-31T19:22:55.205Z | Compiling toml_edit v0.22.22 |
1298 | 2024-10-31T19:22:56.120Z | Compiling curve25519-dalek v4.1.3 |
1299 | 2024-10-31T19:22:56.306Z | Compiling addr2line v0.24.2 |
1300 | 2024-10-31T19:22:56.451Z | Compiling slog-json v2.6.1 |
1301 | 2024-10-31T19:22:56.519Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-10-31T19:22:56.823Z | Compiling stringprep v0.1.5 |
1303 | 2024-10-31T19:22:57.059Z | Compiling futures-executor v0.3.31 |
1304 | 2024-10-31T19:22:57.601Z | Compiling md-5 v0.10.6 |
1305 | 2024-10-31T19:22:57.870Z | Compiling schemars_derive v0.8.21 |
1306 | 2024-10-31T19:22:57.976Z | Compiling tokio-util v0.7.12 |
1307 | 2024-10-31T19:22:58.018Z | Compiling enum-as-inner v0.6.1 |
1308 | 2024-10-31T19:22:59.098Z | Compiling h2 v0.4.6 |
1309 | 2024-10-31T19:22:59.321Z | Compiling async-stream-impl v0.3.6 |
1310 | 2024-10-31T19:23:01.046Z | Compiling crossbeam-deque v0.8.5 |
1311 | 2024-10-31T19:23:01.288Z | Compiling term v0.7.0 |
1312 | 2024-10-31T19:23:02.631Z | Compiling crossbeam-channel v0.5.13 |
1313 | 2024-10-31T19:23:02.761Z | Compiling num-integer v0.1.46 |
1314 | 2024-10-31T19:23:03.217Z | Compiling idna v0.4.0 |
1315 | 2024-10-31T19:23:03.568Z | Compiling idna v0.3.0 |
1316 | 2024-10-31T19:23:03.758Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-31T19:23:04.118Z | Compiling ff v0.13.0 |
1318 | 2024-10-31T19:23:04.308Z | Compiling hash32 v0.2.1 |
1319 | 2024-10-31T19:23:04.348Z | Compiling is-terminal v0.4.13 |
1320 | 2024-10-31T19:23:04.487Z | Compiling dropshot v0.12.0 |
1321 | 2024-10-31T19:23:04.708Z | Compiling object v0.36.5 |
1322 | 2024-10-31T19:23:04.806Z | Compiling linked-hash-map v0.5.6 |
1323 | 2024-10-31T19:23:04.832Z | Compiling anyhow v1.0.89 |
1324 | 2024-10-31T19:23:05.172Z | Compiling utf-8 v0.7.6 |
1325 | 2024-10-31T19:23:05.215Z | Compiling smoltcp v0.9.1 |
1326 | 2024-10-31T19:23:05.454Z | Compiling base16ct v0.2.0 |
1327 | 2024-10-31T19:23:05.481Z | Compiling stable_deref_trait v1.2.0 |
1328 | 2024-10-31T19:23:05.593Z | Compiling portable-atomic v1.9.0 |
1329 | 2024-10-31T19:23:05.776Z | Compiling rustc-demangle v0.1.24 |
1330 | 2024-10-31T19:23:05.911Z | Compiling psl-types v2.0.11 |
1331 | 2024-10-31T19:23:06.122Z | Compiling quick-error v1.2.3 |
1332 | 2024-10-31T19:23:06.280Z | Compiling hyper v1.4.1 |
1333 | 2024-10-31T19:23:06.647Z | Compiling dyn-clone v1.0.17 |
1334 | 2024-10-31T19:23:06.741Z | Compiling fallible-iterator v0.2.0 |
1335 | 2024-10-31T19:23:06.871Z | Compiling num-bigint-dig v0.8.4 |
1336 | 2024-10-31T19:23:07.176Z | Compiling take_mut v0.2.2 |
1337 | 2024-10-31T19:23:07.503Z | Compiling postgres-protocol v0.6.7 |
1338 | 2024-10-31T19:23:08.767Z | Compiling hyper-util v0.1.9 |
1339 | 2024-10-31T19:23:09.476Z | Compiling resolv-conf v0.7.0 |
1340 | 2024-10-31T19:23:10.104Z | Compiling publicsuffix v2.2.3 |
1341 | 2024-10-31T19:23:10.151Z | Compiling sec1 v0.7.3 |
1342 | 2024-10-31T19:23:10.362Z | Compiling tungstenite v0.24.0 |
1343 | 2024-10-31T19:23:10.588Z | Compiling lru-cache v0.1.2 |
1344 | 2024-10-31T19:23:10.781Z | Compiling slog-term v2.9.1 |
1345 | 2024-10-31T19:23:10.800Z | Compiling usdt v0.5.0 |
1346 | 2024-10-31T19:23:11.296Z | Compiling group v0.13.0 |
1347 | 2024-10-31T19:23:11.373Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-10-31T19:23:11.615Z | Compiling tokio-rustls v0.26.0 |
1349 | 2024-10-31T19:23:11.819Z | Compiling backtrace v0.3.74 |
1350 | 2024-10-31T19:23:11.976Z | Compiling num-iter v0.1.45 |
1351 | 2024-10-31T19:23:11.978Z | Compiling tokio-rustls v0.25.0 |
1352 | 2024-10-31T19:23:12.185Z | Compiling tokio-native-tls v0.3.1 |
1353 | 2024-10-31T19:23:12.422Z | Compiling async-stream v0.3.6 |
1354 | 2024-10-31T19:23:12.473Z | Compiling toml v0.8.19 |
1355 | 2024-10-31T19:23:12.524Z | Compiling futures v0.3.31 |
1356 | 2024-10-31T19:23:12.855Z | Compiling slog-bunyan v2.5.0 |
1357 | 2024-10-31T19:23:13.084Z | Compiling camino v1.1.9 |
1358 | 2024-10-31T19:23:13.811Z | Compiling terminal_size v0.4.0 |
1359 | 2024-10-31T19:23:14.037Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-10-31T19:23:14.078Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-10-31T19:23:14.127Z | Compiling serde_path_to_error v0.1.16 |
1362 | 2024-10-31T19:23:14.607Z | Compiling hubpack_derive v0.1.1 |
1363 | 2024-10-31T19:23:14.677Z | Compiling hkdf v0.12.4 |
1364 | 2024-10-31T19:23:14.895Z | Compiling crypto-bigint v0.5.5 |
1365 | 2024-10-31T19:23:14.943Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-31T19:23:14.964Z | Compiling curve25519-dalek-derive v0.1.1 |
1367 | 2024-10-31T19:23:15.192Z | Compiling phf_shared v0.11.2 |
1368 | 2024-10-31T19:23:15.490Z | Compiling waitgroup v0.1.2 |
1369 | 2024-10-31T19:23:15.616Z | Compiling webpki-roots v0.26.6 |
1370 | 2024-10-31T19:23:15.733Z | Compiling hostname v0.4.0 |
1371 | 2024-10-31T19:23:15.820Z | Compiling ahash v0.8.11 |
1372 | 2024-10-31T19:23:15.976Z | Compiling fs-err v2.11.0 |
1373 | 2024-10-31T19:23:16.158Z | Compiling debug-ignore v1.0.5 |
1374 | 2024-10-31T19:23:16.258Z | Compiling managed v0.8.0 |
1375 | 2024-10-31T19:23:16.299Z | Compiling bitflags v1.3.2 |
1376 | 2024-10-31T19:23:16.408Z | Compiling winnow v0.5.40 |
1377 | 2024-10-31T19:23:16.994Z | Compiling zerocopy v0.6.6 |
1378 | 2024-10-31T19:23:17.957Z | Compiling elliptic-curve v0.13.8 |
1379 | 2024-10-31T19:23:18.544Z | Compiling hickory-resolver v0.24.1 |
1380 | 2024-10-31T19:23:18.821Z | Compiling clap_builder v4.5.20 |
1381 | 2024-10-31T19:23:18.823Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-31T19:23:20.385Z | Compiling toml_edit v0.19.15 |
1383 | 2024-10-31T19:23:20.994Z | Compiling console v0.15.8 |
1384 | 2024-10-31T19:23:21.742Z | Compiling hyper-rustls v0.27.3 |
1385 | 2024-10-31T19:23:22.364Z | Compiling phf v0.11.2 |
1386 | 2024-10-31T19:23:22.508Z | Compiling hubpack v0.1.2 |
1387 | 2024-10-31T19:23:22.683Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-31T19:23:22.735Z | Compiling cookie_store v0.21.0 |
1389 | 2024-10-31T19:23:22.856Z | Compiling rayon v1.10.0 |
1390 | 2024-10-31T19:23:23.920Z | Compiling hyper-tls v0.6.0 |
1391 | 2024-10-31T19:23:24.351Z | Compiling tokio-tungstenite v0.24.0 |
1392 | 2024-10-31T19:23:24.903Z | Compiling postgres-types v0.2.8 |
1393 | 2024-10-31T19:23:25.005Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-31T19:23:26.079Z | Compiling bstr v1.10.0 |
1395 | 2024-10-31T19:23:26.082Z | Compiling regex v1.11.0 |
1396 | 2024-10-31T19:23:26.404Z | Compiling serde-big-array v0.5.1 |
1397 | 2024-10-31T19:23:26.641Z | Compiling pkcs1 v0.7.5 |
1398 | 2024-10-31T19:23:27.175Z | Compiling ed25519 v2.2.3 |
1399 | 2024-10-31T19:23:27.648Z | Compiling rfc6979 v0.4.0 |
1400 | 2024-10-31T19:23:27.742Z | Compiling derive-where v1.2.7 |
1401 | 2024-10-31T19:23:27.820Z | Compiling clap_derive v4.5.18 |
1402 | 2024-10-31T19:23:27.842Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-31T19:23:27.845Z | Compiling phf_shared v0.10.0 |
1404 | 2024-10-31T19:23:27.874Z | Compiling float-cmp v0.9.0 |
1405 | 2024-10-31T19:23:27.997Z | Compiling sync_wrapper v1.0.1 |
1406 | 2024-10-31T19:23:28.092Z | Compiling crc32fast v1.4.2 |
1407 | 2024-10-31T19:23:28.155Z | Compiling bit-vec v0.6.3 |
1408 | 2024-10-31T19:23:28.241Z | Compiling unicode-segmentation v1.12.0 |
1409 | 2024-10-31T19:23:28.441Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-10-31T19:23:28.568Z | Compiling difflib v0.4.0 |
1411 | 2024-10-31T19:23:28.635Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-10-31T19:23:28.741Z | Compiling number_prefix v0.4.0 |
1413 | 2024-10-31T19:23:28.996Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-10-31T19:23:29.013Z | Compiling static_assertions v1.1.0 |
1415 | 2024-10-31T19:23:29.052Z | Compiling normalize-line-endings v0.3.0 |
1416 | 2024-10-31T19:23:29.119Z | Compiling whoami v1.5.2 |
1417 | 2024-10-31T19:23:29.140Z | Compiling predicates-core v1.0.8 |
1418 | 2024-10-31T19:23:29.185Z | Compiling fixedbitset v0.4.2 |
1419 | 2024-10-31T19:23:29.503Z | Compiling petgraph v0.6.5 |
1420 | 2024-10-31T19:23:29.523Z | Compiling tokio-postgres v0.7.12 |
1421 | 2024-10-31T19:23:29.649Z | Compiling nom v7.1.3 |
1422 | 2024-10-31T19:23:29.755Z | Compiling predicates v3.1.2 |
1423 | 2024-10-31T19:23:30.082Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1424 | 2024-10-31T19:23:31.136Z | Compiling qorb v0.2.0 |
1425 | 2024-10-31T19:23:31.471Z | Compiling indicatif v0.17.8 |
1426 | 2024-10-31T19:23:32.467Z | Compiling clap v4.5.20 |
1427 | 2024-10-31T19:23:32.596Z | Compiling similar v2.6.0 |
1428 | 2024-10-31T19:23:33.383Z | Compiling string_cache v0.8.7 |
1429 | 2024-10-31T19:23:33.444Z | Compiling bit-set v0.5.3 |
1430 | 2024-10-31T19:23:33.642Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-31T19:23:33.725Z | Compiling reqwest v0.12.8 |
1432 | 2024-10-31T19:23:33.830Z | Compiling ecdsa v0.16.9 |
1433 | 2024-10-31T19:23:34.634Z | Compiling ed25519-dalek v2.1.1 |
1434 | 2024-10-31T19:23:34.724Z | Compiling rsa v0.9.6 |
1435 | 2024-10-31T19:23:34.961Z | Compiling toml v0.7.8 |
1436 | 2024-10-31T19:23:35.269Z | Compiling crossterm v0.28.1 |
1437 | 2024-10-31T19:23:36.651Z | Compiling itertools v0.12.1 |
1438 | 2024-10-31T19:23:36.882Z | Compiling itertools v0.10.5 |
1439 | 2024-10-31T19:23:37.483Z | Compiling hex v0.4.3 |
1440 | 2024-10-31T19:23:37.707Z | Compiling x509-cert v0.2.5 |
1441 | 2024-10-31T19:23:38.091Z | Compiling unicode-xid v0.2.6 |
1442 | 2024-10-31T19:23:38.283Z | Compiling lalrpop-util v0.19.12 |
1443 | 2024-10-31T19:23:38.495Z | Compiling peg-runtime v0.8.3 |
1444 | 2024-10-31T19:23:38.655Z | Compiling xattr v1.3.1 |
1445 | 2024-10-31T19:23:38.934Z | Compiling strum_macros v0.26.4 |
1446 | 2024-10-31T19:23:38.953Z | Compiling filetime v0.2.25 |
1447 | 2024-10-31T19:23:39.165Z | Compiling tar v0.4.42 |
1448 | 2024-10-31T19:23:42.202Z | Compiling strum v0.26.3 |
1449 | 2024-10-31T19:23:42.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1450 | 2024-10-31T19:23:42.821Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-10-31T19:23:48.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1452 | 2024-10-31T19:23:48.429Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1453 | 2024-10-31T19:23:48.478Z | Oct 31 19:23:47.931 INFO Starting download, target: Console |
1454 | 2024-10-31T19:23:48.478Z | Oct 31 19:23:47.931 INFO Starting download, target: Cockroach |
1455 | 2024-10-31T19:23:48.478Z | Oct 31 19:23:47.931 INFO Starting download, target: Clickhouse |
1456 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.931 INFO Starting download, target: DendriteOpenapi |
1457 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.931 INFO Starting download, target: DendriteStub |
1458 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.931 INFO Starting download, target: MaghemiteMgd |
1459 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.931 INFO Starting download, target: TransceiverControl |
1460 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1461 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1462 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1463 | 2024-10-31T19:23:48.480Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1464 | 2024-10-31T19:23:48.481Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1465 | 2024-10-31T19:23:48.481Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1466 | 2024-10-31T19:23:48.481Z | Oct 31 19:23:47.932 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1467 | 2024-10-31T19:23:48.635Z | Oct 31 19:23:48.087 INFO Download complete, target: DendriteOpenapi |
1468 | 2024-10-31T19:23:48.747Z | Oct 31 19:23:48.189 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1469 | 2024-10-31T19:23:49.127Z | Oct 31 19:23:48.570 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1470 | 2024-10-31T19:23:49.285Z | Oct 31 19:23:48.737 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1471 | 2024-10-31T19:23:49.350Z | Oct 31 19:23:48.796 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1472 | 2024-10-31T19:23:49.391Z | Oct 31 19:23:48.843 INFO Download complete, target: TransceiverControl |
1473 | 2024-10-31T19:23:49.463Z | Oct 31 19:23:48.915 INFO Download complete, target: Console |
1474 | 2024-10-31T19:23:50.006Z | Oct 31 19:23:49.459 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1475 | 2024-10-31T19:23:50.006Z | Oct 31 19:23:49.459 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1476 | 2024-10-31T19:23:50.435Z | Oct 31 19:23:49.887 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1477 | 2024-10-31T19:23:52.007Z | Oct 31 19:23:51.459 INFO Download complete, target: DendriteStub |
1478 | 2024-10-31T19:23:52.225Z | Oct 31 19:23:51.678 INFO Download complete, target: MaghemiteMgd |
1479 | 2024-10-31T19:23:57.117Z | Oct 31 19:23:56.569 INFO Checking that binary works, target: Cockroach |
1480 | 2024-10-31T19:23:57.273Z | Oct 31 19:23:56.725 INFO Download complete, target: Cockroach |
1481 | 2024-10-31T19:24:02.331Z | Oct 31 19:24:01.782 INFO Checking that binary works, target: Clickhouse |
1482 | 2024-10-31T19:24:02.801Z | Oct 31 19:24:02.253 INFO Download complete, target: Clickhouse |
1483 | 2024-10-31T19:24:02.983Z | All builder prerequisites installed successfully, and PATH looks valid |
1484 | 2024-10-31T19:24:02.986Z | |
1485 | 2024-10-31T19:24:02.986Z | real 4:39.192360757 |
1486 | 2024-10-31T19:24:02.986Z | user 12:07.795355784 |
1487 | 2024-10-31T19:24:02.986Z | sys 2:40.463714616 |
1488 | 2024-10-31T19:24:02.986Z | trap 0.421120988 |
1489 | 2024-10-31T19:24:02.986Z | tflt 5.362941432 |
1490 | 2024-10-31T19:24:02.986Z | dflt 4.050815398 |
1491 | 2024-10-31T19:24:02.986Z | kflt 0.434799764 |
1492 | 2024-10-31T19:24:02.986Z | lock 22:21.212868165 |
1493 | 2024-10-31T19:24:02.986Z | slp 49:15.220054954 |
1494 | 2024-10-31T19:24:02.986Z | lat 42.919427043 |
1495 | 2024-10-31T19:24:02.986Z | stop 1:56.623739093 |
1496 | 2024-10-31T19:24:02.986Z | + banner hack-check |
1497 | 2024-10-31T19:24:02.986Z | |
1498 | 2024-10-31T19:24:02.987Z | # # ## #### # # #### # # ###### #### # # |
1499 | 2024-10-31T19:24:02.987Z | # # # # # # # # # # # # # # # # # |
1500 | 2024-10-31T19:24:02.987Z | ###### # # # #### ##### # ###### ##### # #### |
1501 | 2024-10-31T19:24:02.987Z | # # ###### # # # # # # # # # # |
1502 | 2024-10-31T19:24:02.987Z | # # # # # # # # # # # # # # # # # |
1503 | 2024-10-31T19:24:02.987Z | # # # # #### # # #### # # ###### #### # # |
1504 | 2024-10-31T19:24:02.987Z | |
1505 | 2024-10-31T19:24:02.987Z | + export CARGO_INCREMENTAL=0 |
1506 | 2024-10-31T19:24:02.987Z | + CARGO_INCREMENTAL=0 |
1507 | 2024-10-31T19:24:02.989Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1508 | 2024-10-31T19:24:03.492Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1509 | 2024-10-31T19:24:06.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1510 | 2024-10-31T19:24:07.003Z | Running `target/debug/xtask check-features --ci` |
1511 | 2024-10-31T19:24:07.024Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1512 | 2024-10-31T19:24:07.024Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1513 | 2024-10-31T19:24:07.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1514 | 2024-10-31T19:24:07.474Z | Running `target/debug/xtask download cargo-hack` |
1515 | 2024-10-31T19:24:08.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-10-31T19:24:08.637Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-10-31T19:24:13.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s |
1518 | 2024-10-31T19:24:13.607Z | Running `target/debug/xtask-downloader cargo-hack` |
1519 | 2024-10-31T19:24:13.646Z | Oct 31 19:24:13.096 INFO Starting download, target: CargoHack |
1520 | 2024-10-31T19:24:13.650Z | Oct 31 19:24:13.097 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1521 | 2024-10-31T19:24:14.217Z | Oct 31 19:24:13.667 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1522 | 2024-10-31T19:24:14.306Z | Oct 31 19:24:13.756 INFO Download complete, target: CargoHack |
1523 | 2024-10-31T19:24:14.310Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1524 | 2024-10-31T19:24:14.327Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1525 | 2024-10-31T19:24:14.491Z | info: running `cargo check --bins` on api_identity (1/166) |
1526 | 2024-10-31T19:24:14.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-10-31T19:24:15.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-10-31T19:24:15.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-10-31T19:24:15.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1530 | 2024-10-31T19:24:15.065Z | |
1531 | 2024-10-31T19:24:15.065Z | info: running `cargo check --bins` on bootstore (2/166) |
1532 | 2024-10-31T19:24:15.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-10-31T19:24:15.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-10-31T19:24:15.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-10-31T19:24:15.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1536 | 2024-10-31T19:24:15.672Z | |
1537 | 2024-10-31T19:24:15.672Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1538 | 2024-10-31T19:24:16.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-10-31T19:24:16.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-10-31T19:24:16.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-10-31T19:24:16.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1542 | 2024-10-31T19:24:16.264Z | |
1543 | 2024-10-31T19:24:16.264Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1544 | 2024-10-31T19:24:16.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-10-31T19:24:16.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-10-31T19:24:16.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-10-31T19:24:16.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1548 | 2024-10-31T19:24:16.849Z | |
1549 | 2024-10-31T19:24:16.849Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1550 | 2024-10-31T19:24:17.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-10-31T19:24:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-10-31T19:24:17.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-10-31T19:24:17.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1554 | 2024-10-31T19:24:17.247Z | |
1555 | 2024-10-31T19:24:17.247Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1556 | 2024-10-31T19:24:17.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-10-31T19:24:17.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-10-31T19:24:17.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-10-31T19:24:17.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1560 | 2024-10-31T19:24:17.654Z | |
1561 | 2024-10-31T19:24:17.654Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1562 | 2024-10-31T19:24:18.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-10-31T19:24:18.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-10-31T19:24:18.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-10-31T19:24:18.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1566 | 2024-10-31T19:24:18.055Z | |
1567 | 2024-10-31T19:24:18.055Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1568 | 2024-10-31T19:24:18.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-10-31T19:24:18.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-10-31T19:24:18.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-10-31T19:24:18.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1572 | 2024-10-31T19:24:18.467Z | |
1573 | 2024-10-31T19:24:18.468Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1574 | 2024-10-31T19:24:18.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-10-31T19:24:18.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-10-31T19:24:18.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1577 | 2024-10-31T19:24:18.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1578 | 2024-10-31T19:24:18.876Z | |
1579 | 2024-10-31T19:24:18.876Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1580 | 2024-10-31T19:24:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1581 | 2024-10-31T19:24:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1582 | 2024-10-31T19:24:19.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1583 | 2024-10-31T19:24:19.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1584 | 2024-10-31T19:24:19.280Z | |
1585 | 2024-10-31T19:24:19.280Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1586 | 2024-10-31T19:24:19.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1587 | 2024-10-31T19:24:19.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1588 | 2024-10-31T19:24:19.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1589 | 2024-10-31T19:24:19.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1590 | 2024-10-31T19:24:19.681Z | |
1591 | 2024-10-31T19:24:19.681Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1592 | 2024-10-31T19:24:20.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1593 | 2024-10-31T19:24:20.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1594 | 2024-10-31T19:24:20.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1595 | 2024-10-31T19:24:20.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1596 | 2024-10-31T19:24:20.095Z | |
1597 | 2024-10-31T19:24:20.095Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1598 | 2024-10-31T19:24:20.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1599 | 2024-10-31T19:24:20.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1600 | 2024-10-31T19:24:20.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1601 | 2024-10-31T19:24:20.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1602 | 2024-10-31T19:24:20.507Z | |
1603 | 2024-10-31T19:24:20.507Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1604 | 2024-10-31T19:24:20.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1605 | 2024-10-31T19:24:20.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1606 | 2024-10-31T19:24:20.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1607 | 2024-10-31T19:24:20.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1608 | 2024-10-31T19:24:20.910Z | |
1609 | 2024-10-31T19:24:20.910Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1610 | 2024-10-31T19:24:21.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1611 | 2024-10-31T19:24:21.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1612 | 2024-10-31T19:24:21.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1613 | 2024-10-31T19:24:21.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1614 | 2024-10-31T19:24:21.309Z | |
1615 | 2024-10-31T19:24:21.309Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1616 | 2024-10-31T19:24:21.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1617 | 2024-10-31T19:24:21.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1618 | 2024-10-31T19:24:21.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1619 | 2024-10-31T19:24:21.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1620 | 2024-10-31T19:24:21.714Z | |
1621 | 2024-10-31T19:24:21.714Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1622 | 2024-10-31T19:24:22.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1623 | 2024-10-31T19:24:22.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1624 | 2024-10-31T19:24:22.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1625 | 2024-10-31T19:24:22.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1626 | 2024-10-31T19:24:22.111Z | |
1627 | 2024-10-31T19:24:22.111Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1628 | 2024-10-31T19:24:22.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2024-10-31T19:24:22.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2024-10-31T19:24:22.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2024-10-31T19:24:22.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1632 | 2024-10-31T19:24:22.517Z | |
1633 | 2024-10-31T19:24:22.517Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1634 | 2024-10-31T19:24:22.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2024-10-31T19:24:22.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2024-10-31T19:24:22.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2024-10-31T19:24:22.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1638 | 2024-10-31T19:24:22.924Z | |
1639 | 2024-10-31T19:24:22.924Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1640 | 2024-10-31T19:24:23.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2024-10-31T19:24:23.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2024-10-31T19:24:23.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2024-10-31T19:24:23.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1644 | 2024-10-31T19:24:23.334Z | |
1645 | 2024-10-31T19:24:23.334Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1646 | 2024-10-31T19:24:23.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2024-10-31T19:24:23.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2024-10-31T19:24:23.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2024-10-31T19:24:23.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1650 | 2024-10-31T19:24:23.741Z | |
1651 | 2024-10-31T19:24:23.741Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1652 | 2024-10-31T19:24:24.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2024-10-31T19:24:24.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2024-10-31T19:24:24.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2024-10-31T19:24:24.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1656 | 2024-10-31T19:24:24.153Z | |
1657 | 2024-10-31T19:24:24.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1658 | 2024-10-31T19:24:24.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2024-10-31T19:24:24.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2024-10-31T19:24:24.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2024-10-31T19:24:24.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1662 | 2024-10-31T19:24:24.561Z | |
1663 | 2024-10-31T19:24:24.561Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1664 | 2024-10-31T19:24:24.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2024-10-31T19:24:24.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2024-10-31T19:24:24.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2024-10-31T19:24:24.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1668 | 2024-10-31T19:24:24.964Z | |
1669 | 2024-10-31T19:24:24.964Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1670 | 2024-10-31T19:24:25.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2024-10-31T19:24:25.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2024-10-31T19:24:25.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2024-10-31T19:24:25.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1674 | 2024-10-31T19:24:25.548Z | |
1675 | 2024-10-31T19:24:25.548Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1676 | 2024-10-31T19:24:26.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2024-10-31T19:24:26.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2024-10-31T19:24:26.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2024-10-31T19:24:26.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1680 | 2024-10-31T19:24:26.138Z | |
1681 | 2024-10-31T19:24:26.138Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1682 | 2024-10-31T19:24:26.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2024-10-31T19:24:26.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2024-10-31T19:24:26.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2024-10-31T19:24:26.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1686 | 2024-10-31T19:24:26.733Z | |
1687 | 2024-10-31T19:24:26.733Z | info: running `cargo check --bins` on oxlog (28/166) |
1688 | 2024-10-31T19:24:27.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-10-31T19:24:27.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-10-31T19:24:27.292Z | Checking cfg-if v1.0.0 |
1691 | 2024-10-31T19:24:27.294Z | Checking libc v0.2.161 |
1692 | 2024-10-31T19:24:27.393Z | Checking serde v1.0.210 |
1693 | 2024-10-31T19:24:27.393Z | Checking zeroize v1.8.1 |
1694 | 2024-10-31T19:24:27.401Z | Checking memchr v2.7.4 |
1695 | 2024-10-31T19:24:27.422Z | Checking typenum v1.17.0 |
1696 | 2024-10-31T19:24:27.425Z | Checking scopeguard v1.2.0 |
1697 | 2024-10-31T19:24:27.435Z | Checking subtle v2.6.1 |
1698 | 2024-10-31T19:24:27.460Z | Checking value-bag v1.9.0 |
1699 | 2024-10-31T19:24:27.566Z | Checking lock_api v0.4.12 |
1700 | 2024-10-31T19:24:27.634Z | Checking const-oid v0.9.6 |
1701 | 2024-10-31T19:24:27.699Z | Checking itoa v1.0.11 |
1702 | 2024-10-31T19:24:27.864Z | Checking log v0.4.22 |
1703 | 2024-10-31T19:24:27.911Z | Checking pin-project-lite v0.2.14 |
1704 | 2024-10-31T19:24:27.960Z | Checking smallvec v1.13.2 |
1705 | 2024-10-31T19:24:28.031Z | Checking byteorder v1.5.0 |
1706 | 2024-10-31T19:24:28.300Z | Checking futures-core v0.3.31 |
1707 | 2024-10-31T19:24:28.335Z | Checking once_cell v1.20.2 |
1708 | 2024-10-31T19:24:28.388Z | Checking cpufeatures v0.2.14 |
1709 | 2024-10-31T19:24:28.452Z | Checking futures-sink v0.3.31 |
1710 | 2024-10-31T19:24:28.475Z | Checking spin v0.9.8 |
1711 | 2024-10-31T19:24:28.486Z | Checking zerocopy v0.7.35 |
1712 | 2024-10-31T19:24:28.499Z | Checking getrandom v0.2.15 |
1713 | 2024-10-31T19:24:28.589Z | Checking parking_lot_core v0.9.10 |
1714 | 2024-10-31T19:24:28.632Z | Checking signal-hook-registry v1.4.2 |
1715 | 2024-10-31T19:24:28.722Z | Checking rand_core v0.6.4 |
1716 | 2024-10-31T19:24:28.736Z | Checking generic-array v0.14.7 |
1717 | 2024-10-31T19:24:28.807Z | Checking mio v1.0.2 |
1718 | 2024-10-31T19:24:28.870Z | Checking socket2 v0.5.7 |
1719 | 2024-10-31T19:24:28.913Z | Checking parking_lot v0.12.3 |
1720 | 2024-10-31T19:24:29.041Z | Checking slab v0.4.9 |
1721 | 2024-10-31T19:24:29.256Z | Checking futures-channel v0.3.31 |
1722 | 2024-10-31T19:24:29.304Z | Checking equivalent v1.0.1 |
1723 | 2024-10-31T19:24:29.351Z | Checking futures-task v0.3.31 |
1724 | 2024-10-31T19:24:29.365Z | Checking allocator-api2 v0.2.18 |
1725 | 2024-10-31T19:24:29.408Z | Checking futures-io v0.3.31 |
1726 | 2024-10-31T19:24:29.411Z | Checking pin-utils v0.1.0 |
1727 | 2024-10-31T19:24:29.508Z | Checking foldhash v0.1.3 |
1728 | 2024-10-31T19:24:29.563Z | Checking tinyvec_macros v0.1.1 |
1729 | 2024-10-31T19:24:29.590Z | Checking ryu v1.0.18 |
1730 | 2024-10-31T19:24:29.612Z | Checking futures-util v0.3.31 |
1731 | 2024-10-31T19:24:29.647Z | Checking tinyvec v1.8.0 |
1732 | 2024-10-31T19:24:29.702Z | Checking fnv v1.0.7 |
1733 | 2024-10-31T19:24:29.802Z | Checking unicode-bidi v0.3.17 |
1734 | 2024-10-31T19:24:29.819Z | Checking libm v0.2.8 |
1735 | 2024-10-31T19:24:29.890Z | Checking base64ct v1.6.0 |
1736 | 2024-10-31T19:24:29.926Z | Checking crypto-common v0.1.6 |
1737 | 2024-10-31T19:24:30.029Z | Checking block-buffer v0.10.4 |
1738 | 2024-10-31T19:24:30.095Z | Checking hashbrown v0.15.0 |
1739 | 2024-10-31T19:24:30.255Z | Checking digest v0.10.7 |
1740 | 2024-10-31T19:24:30.338Z | Checking block-padding v0.3.3 |
1741 | 2024-10-31T19:24:30.422Z | Checking pem-rfc7468 v0.7.0 |
1742 | 2024-10-31T19:24:30.540Z | Checking inout v0.1.3 |
1743 | 2024-10-31T19:24:30.616Z | Checking hmac v0.12.1 |
1744 | 2024-10-31T19:24:30.680Z | Checking sha2 v0.10.8 |
1745 | 2024-10-31T19:24:30.709Z | Checking num-traits v0.2.19 |
1746 | 2024-10-31T19:24:30.761Z | Checking cipher v0.4.4 |
1747 | 2024-10-31T19:24:30.830Z | Checking ppv-lite86 v0.2.20 |
1748 | 2024-10-31T19:24:30.948Z | Checking unicode-normalization v0.1.24 |
1749 | 2024-10-31T19:24:31.179Z | Checking flagset v0.4.6 |
1750 | 2024-10-31T19:24:31.257Z | Checking tracing-core v0.1.32 |
1751 | 2024-10-31T19:24:31.272Z | Checking thiserror v1.0.64 |
1752 | 2024-10-31T19:24:31.356Z | Checking der v0.7.9 |
1753 | 2024-10-31T19:24:31.397Z | Checking percent-encoding v2.3.1 |
1754 | 2024-10-31T19:24:31.615Z | Checking rustls-pki-types v1.9.0 |
1755 | 2024-10-31T19:24:31.650Z | Checking rand_chacha v0.3.1 |
1756 | 2024-10-31T19:24:31.864Z | Checking salsa20 v0.10.2 |
1757 | 2024-10-31T19:24:31.935Z | Checking tracing v0.1.40 |
1758 | 2024-10-31T19:24:32.040Z | Checking rand v0.8.5 |
1759 | 2024-10-31T19:24:32.083Z | Checking pbkdf2 v0.12.2 |
1760 | 2024-10-31T19:24:32.160Z | Checking httparse v1.9.5 |
1761 | 2024-10-31T19:24:32.247Z | Checking powerfmt v0.2.0 |
1762 | 2024-10-31T19:24:32.287Z | Checking untrusted v0.9.0 |
1763 | 2024-10-31T19:24:32.340Z | Checking scrypt v0.11.0 |
1764 | 2024-10-31T19:24:32.374Z | Checking bytes v1.7.2 |
1765 | 2024-10-31T19:24:32.440Z | Checking indexmap v2.6.0 |
1766 | 2024-10-31T19:24:32.517Z | Checking serde_json v1.0.128 |
1767 | 2024-10-31T19:24:32.567Z | Checking bitflags v2.6.0 |
1768 | 2024-10-31T19:24:32.589Z | Checking deranged v0.3.11 |
1769 | 2024-10-31T19:24:32.868Z | Checking ring v0.17.8 |
1770 | 2024-10-31T19:24:33.210Z | Checking tokio v1.40.0 |
1771 | 2024-10-31T19:24:33.259Z | Checking http v1.1.0 |
1772 | 2024-10-31T19:24:33.357Z | Checking spki v0.7.3 |
1773 | 2024-10-31T19:24:33.661Z | Checking aes v0.8.4 |
1774 | 2024-10-31T19:24:33.766Z | Checking cbc v0.1.2 |
1775 | 2024-10-31T19:24:33.982Z | Checking crossbeam-utils v0.8.20 |
1776 | 2024-10-31T19:24:34.284Z | Checking time-core v0.1.2 |
1777 | 2024-10-31T19:24:34.307Z | Checking num_threads v0.1.7 |
1778 | 2024-10-31T19:24:34.423Z | Checking num-conv v0.1.0 |
1779 | 2024-10-31T19:24:34.441Z | Checking atomic-waker v1.1.2 |
1780 | 2024-10-31T19:24:34.543Z | Checking pkcs5 v0.7.1 |
1781 | 2024-10-31T19:24:34.566Z | Checking form_urlencoded v1.2.1 |
1782 | 2024-10-31T19:24:34.600Z | Checking http-body v1.0.1 |
1783 | 2024-10-31T19:24:34.648Z | Checking time v0.3.36 |
1784 | 2024-10-31T19:24:34.689Z | Checking try-lock v0.2.5 |
1785 | 2024-10-31T19:24:34.712Z | Checking rustls-webpki v0.102.8 |
1786 | 2024-10-31T19:24:34.750Z | Checking httpdate v1.0.3 |
1787 | 2024-10-31T19:24:34.793Z | Checking unicode-ident v1.0.13 |
1788 | 2024-10-31T19:24:34.816Z | Checking want v0.3.1 |
1789 | 2024-10-31T19:24:34.947Z | Checking proc-macro2 v1.0.87 |
1790 | 2024-10-31T19:24:34.966Z | Checking serde_spanned v0.6.8 |
1791 | 2024-10-31T19:24:34.982Z | Checking toml_datetime v0.6.8 |
1792 | 2024-10-31T19:24:34.995Z | Checking uuid v1.10.0 |
1793 | 2024-10-31T19:24:35.064Z | Checking pkcs8 v0.10.2 |
1794 | 2024-10-31T19:24:35.146Z | Checking idna v0.5.0 |
1795 | 2024-10-31T19:24:35.259Z | Checking slog v2.7.0 |
1796 | 2024-10-31T19:24:35.365Z | Checking scroll v0.12.0 |
1797 | 2024-10-31T19:24:35.467Z | Checking tower-service v0.3.3 |
1798 | 2024-10-31T19:24:35.583Z | Checking base64 v0.22.1 |
1799 | 2024-10-31T19:24:35.616Z | Checking match_cfg v0.1.0 |
1800 | 2024-10-31T19:24:35.630Z | Checking iana-time-zone v0.1.61 |
1801 | 2024-10-31T19:24:35.709Z | Checking ucd-trie v0.1.7 |
1802 | 2024-10-31T19:24:35.752Z | Checking plain v0.2.3 |
1803 | 2024-10-31T19:24:35.768Z | Checking foreign-types-shared v0.1.1 |
1804 | 2024-10-31T19:24:35.856Z | Checking chrono v0.4.38 |
1805 | 2024-10-31T19:24:35.871Z | Checking foreign-types v0.3.2 |
1806 | 2024-10-31T19:24:35.906Z | Checking goblin v0.8.2 |
1807 | 2024-10-31T19:24:35.927Z | Checking pest v2.7.14 |
1808 | 2024-10-31T19:24:35.958Z | Checking hostname v0.3.1 |
1809 | 2024-10-31T19:24:36.002Z | Checking url v2.5.2 |
1810 | 2024-10-31T19:24:36.072Z | Checking quote v1.0.37 |
1811 | 2024-10-31T19:24:36.092Z | Checking openssl-sys v0.9.103 |
1812 | 2024-10-31T19:24:36.396Z | Checking errno v0.3.9 |
1813 | 2024-10-31T19:24:36.574Z | Checking dirs-sys-next v0.1.2 |
1814 | 2024-10-31T19:24:37.753Z | Checking aho-corasick v1.1.3 |
1815 | 2024-10-31T19:24:37.756Z | Checking pretty-hex v0.4.1 |
1816 | 2024-10-31T19:24:37.756Z | Checking adler2 v2.0.0 |
1817 | 2024-10-31T19:24:37.756Z | Checking data-encoding v2.6.0 |
1818 | 2024-10-31T19:24:37.756Z | Checking regex-syntax v0.8.5 |
1819 | 2024-10-31T19:24:37.756Z | Checking siphasher v0.3.11 |
1820 | 2024-10-31T19:24:37.756Z | Checking openssl v0.10.66 |
1821 | 2024-10-31T19:24:37.756Z | Checking miniz_oxide v0.8.0 |
1822 | 2024-10-31T19:24:37.997Z | Checking dirs-next v2.0.0 |
1823 | 2024-10-31T19:24:38.119Z | Checking rustix v0.38.37 |
1824 | 2024-10-31T19:24:38.442Z | Checking dtrace-parser v0.2.0 |
1825 | 2024-10-31T19:24:38.479Z | Checking syn v2.0.79 |
1826 | 2024-10-31T19:24:38.506Z | Checking http-body-util v0.1.2 |
1827 | 2024-10-31T19:24:38.925Z | Checking crossbeam-epoch v0.9.18 |
1828 | 2024-10-31T19:24:38.993Z | Checking sha1 v0.10.6 |
1829 | 2024-10-31T19:24:39.270Z | Checking signature v2.2.0 |
1830 | 2024-10-31T19:24:39.351Z | Checking lazy_static v1.5.0 |
1831 | 2024-10-31T19:24:39.471Z | Checking thread_local v1.1.8 |
1832 | 2024-10-31T19:24:39.476Z | Checking thread-id v4.2.2 |
1833 | 2024-10-31T19:24:39.592Z | Checking encoding_rs v0.8.34 |
1834 | 2024-10-31T19:24:39.748Z | Checking winnow v0.6.20 |
1835 | 2024-10-31T19:24:40.376Z | Checking regex-automata v0.4.8 |
1836 | 2024-10-31T19:24:40.441Z | Checking tokio-util v0.7.12 |
1837 | 2024-10-31T19:24:40.841Z | Checking dof v0.3.0 |
1838 | 2024-10-31T19:24:41.398Z | Checking h2 v0.4.6 |
1839 | 2024-10-31T19:24:41.442Z | Checking mime v0.3.17 |
1840 | 2024-10-31T19:24:41.782Z | Checking utf8parse v0.2.2 |
1841 | 2024-10-31T19:24:41.802Z | Checking anstyle v1.0.8 |
1842 | 2024-10-31T19:24:41.940Z | Checking either v1.13.0 |
1843 | 2024-10-31T19:24:41.996Z | Checking gimli v0.31.1 |
1844 | 2024-10-31T19:24:42.159Z | Checking ipnet v2.10.1 |
1845 | 2024-10-31T19:24:42.327Z | Checking openssl-probe v0.1.5 |
1846 | 2024-10-31T19:24:42.488Z | Checking unicode-properties v0.1.3 |
1847 | 2024-10-31T19:24:42.612Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-10-31T19:24:42.700Z | Checking toml_edit v0.22.22 |
1849 | 2024-10-31T19:24:42.827Z | Checking stringprep v0.1.5 |
1850 | 2024-10-31T19:24:42.873Z | Checking crossbeam-deque v0.8.5 |
1851 | 2024-10-31T19:24:43.101Z | Checking term v0.7.0 |
1852 | 2024-10-31T19:24:43.194Z | Checking slog-json v2.6.1 |
1853 | 2024-10-31T19:24:43.276Z | Checking native-tls v0.2.12 |
1854 | 2024-10-31T19:24:43.460Z | Checking rustls v0.22.4 |
1855 | 2024-10-31T19:24:43.544Z | Checking rustls v0.23.14 |
1856 | 2024-10-31T19:24:43.609Z | Checking futures-executor v0.3.31 |
1857 | 2024-10-31T19:24:43.844Z | Checking serde_urlencoded v0.7.1 |
1858 | 2024-10-31T19:24:44.259Z | Checking crossbeam-channel v0.5.13 |
1859 | 2024-10-31T19:24:45.016Z | Checking num-integer v0.1.46 |
1860 | 2024-10-31T19:24:45.055Z | Checking rustls-pemfile v2.2.0 |
1861 | 2024-10-31T19:24:45.074Z | Checking usdt-impl v0.5.0 |
1862 | 2024-10-31T19:24:45.265Z | Checking idna v0.3.0 |
1863 | 2024-10-31T19:24:45.321Z | Checking idna v0.4.0 |
1864 | 2024-10-31T19:24:45.507Z | Checking md-5 v0.10.6 |
1865 | 2024-10-31T19:24:45.633Z | Checking ff v0.13.0 |
1866 | 2024-10-31T19:24:45.721Z | Checking memmap v0.7.0 |
1867 | 2024-10-31T19:24:45.844Z | Checking is-terminal v0.4.13 |
1868 | 2024-10-31T19:24:45.920Z | Checking hash32 v0.2.1 |
1869 | 2024-10-31T19:24:45.962Z | Checking object v0.36.5 |
1870 | 2024-10-31T19:24:45.979Z | Checking addr2line v0.24.2 |
1871 | 2024-10-31T19:24:46.075Z | Checking anstyle-query v1.1.1 |
1872 | 2024-10-31T19:24:46.159Z | Checking base16ct v0.2.0 |
1873 | 2024-10-31T19:24:46.205Z | Checking take_mut v0.2.2 |
1874 | 2024-10-31T19:24:46.220Z | Checking quick-error v1.2.3 |
1875 | 2024-10-31T19:24:46.350Z | Checking colorchoice v1.0.2 |
1876 | 2024-10-31T19:24:46.364Z | Checking linked-hash-map v0.5.6 |
1877 | 2024-10-31T19:24:46.367Z | Checking rustc-demangle v0.1.24 |
1878 | 2024-10-31T19:24:46.482Z | Checking fallible-iterator v0.2.0 |
1879 | 2024-10-31T19:24:46.506Z | Checking is_terminal_polyfill v1.70.1 |
1880 | 2024-10-31T19:24:46.636Z | Checking stable_deref_trait v1.2.0 |
1881 | 2024-10-31T19:24:46.681Z | Checking utf-8 v0.7.6 |
1882 | 2024-10-31T19:24:46.718Z | Checking psl-types v2.0.11 |
1883 | 2024-10-31T19:24:46.809Z | Checking dyn-clone v1.0.17 |
1884 | 2024-10-31T19:24:46.876Z | Checking tungstenite v0.24.0 |
1885 | 2024-10-31T19:24:46.902Z | Checking publicsuffix v2.2.3 |
1886 | 2024-10-31T19:24:46.938Z | Checking schemars v0.8.21 |
1887 | 2024-10-31T19:24:47.075Z | Checking postgres-protocol v0.6.7 |
1888 | 2024-10-31T19:24:47.089Z | Checking tokio-rustls v0.25.0 |
1889 | 2024-10-31T19:24:47.123Z | Checking heapless v0.7.17 |
1890 | 2024-10-31T19:24:47.453Z | Checking lru-cache v0.1.2 |
1891 | 2024-10-31T19:24:47.638Z | Checking hyper v1.4.1 |
1892 | 2024-10-31T19:24:47.654Z | Checking anstream v0.6.15 |
1893 | 2024-10-31T19:24:47.720Z | Checking slog-async v2.8.0 |
1894 | 2024-10-31T19:24:47.781Z | Checking resolv-conf v0.7.0 |
1895 | 2024-10-31T19:24:48.021Z | Checking sec1 v0.7.3 |
1896 | 2024-10-31T19:24:48.036Z | Checking hickory-proto v0.24.1 |
1897 | 2024-10-31T19:24:48.137Z | Checking slog-term v2.9.1 |
1898 | 2024-10-31T19:24:48.178Z | Checking usdt v0.5.0 |
1899 | 2024-10-31T19:24:48.399Z | Checking group v0.13.0 |
1900 | 2024-10-31T19:24:48.402Z | Checking num-iter v0.1.45 |
1901 | 2024-10-31T19:24:48.562Z | Checking toml v0.8.19 |
1902 | 2024-10-31T19:24:48.588Z | Checking futures v0.3.31 |
1903 | 2024-10-31T19:24:48.623Z | Checking tokio-native-tls v0.3.1 |
1904 | 2024-10-31T19:24:48.650Z | Checking tokio-rustls v0.26.0 |
1905 | 2024-10-31T19:24:48.650Z | Checking slog-bunyan v2.5.0 |
1906 | 2024-10-31T19:24:48.688Z | Checking rayon-core v1.12.1 |
1907 | 2024-10-31T19:24:48.832Z | Checking multer v3.1.0 |
1908 | 2024-10-31T19:24:48.881Z | Checking terminal_size v0.4.0 |
1909 | 2024-10-31T19:24:49.056Z | Checking phf_shared v0.11.2 |
1910 | 2024-10-31T19:24:49.056Z | Checking cookie v0.18.1 |
1911 | 2024-10-31T19:24:49.208Z | Checking async-stream v0.3.6 |
1912 | 2024-10-31T19:24:49.285Z | Checking waitgroup v0.1.2 |
1913 | 2024-10-31T19:24:49.332Z | Checking signal-hook v0.3.17 |
1914 | 2024-10-31T19:24:49.352Z | Checking camino v1.1.9 |
1915 | 2024-10-31T19:24:49.396Z | Checking openapiv3 v2.0.0 |
1916 | 2024-10-31T19:24:49.410Z | Checking serde_path_to_error v0.1.16 |
1917 | 2024-10-31T19:24:49.536Z | Checking webpki-roots v0.26.6 |
1918 | 2024-10-31T19:24:49.675Z | Checking hkdf v0.12.4 |
1919 | 2024-10-31T19:24:49.726Z | Checking hyper-util v0.1.9 |
1920 | 2024-10-31T19:24:49.751Z | Checking crypto-bigint v0.5.5 |
1921 | 2024-10-31T19:24:49.895Z | Checking hostname v0.4.0 |
1922 | 2024-10-31T19:24:49.924Z | Checking managed v0.8.0 |
1923 | 2024-10-31T19:24:50.005Z | Checking strsim v0.11.1 |
1924 | 2024-10-31T19:24:50.022Z | Checking winnow v0.5.40 |
1925 | 2024-10-31T19:24:50.286Z | Checking debug-ignore v1.0.5 |
1926 | 2024-10-31T19:24:50.307Z | Checking unicode-width v0.1.14 |
1927 | 2024-10-31T19:24:50.431Z | Checking clap_lex v0.7.2 |
1928 | 2024-10-31T19:24:50.674Z | Checking bitflags v1.3.2 |
1929 | 2024-10-31T19:24:50.779Z | Checking smoltcp v0.9.1 |
1930 | 2024-10-31T19:24:50.803Z | Checking console v0.15.8 |
1931 | 2024-10-31T19:24:51.390Z | Checking clap_builder v4.5.20 |
1932 | 2024-10-31T19:24:51.879Z | Checking hyper-tls v0.6.0 |
1933 | 2024-10-31T19:24:52.173Z | Checking hyper-rustls v0.27.3 |
1934 | 2024-10-31T19:24:52.287Z | Checking signal-hook-mio v0.2.4 |
1935 | 2024-10-31T19:24:52.422Z | Checking cookie_store v0.21.0 |
1936 | 2024-10-31T19:24:52.497Z | Checking rayon v1.10.0 |
1937 | 2024-10-31T19:24:52.639Z | Checking backtrace v0.3.74 |
1938 | 2024-10-31T19:24:52.667Z | Checking elliptic-curve v0.13.8 |
1939 | 2024-10-31T19:24:52.685Z | Checking hickory-resolver v0.24.1 |
1940 | 2024-10-31T19:24:52.793Z | Checking dropshot v0.12.0 |
1941 | 2024-10-31T19:24:53.082Z | Checking phf v0.11.2 |
1942 | 2024-10-31T19:24:53.124Z | Checking toml_edit v0.19.15 |
1943 | 2024-10-31T19:24:53.189Z | Checking anyhow v1.0.89 |
1944 | 2024-10-31T19:24:53.300Z | Checking num-bigint-dig v0.8.4 |
1945 | 2024-10-31T19:24:53.348Z | Checking tokio-tungstenite v0.24.0 |
1946 | 2024-10-31T19:24:53.574Z | Checking postgres-types v0.2.8 |
1947 | 2024-10-31T19:24:53.845Z | Checking regex v1.11.0 |
1948 | 2024-10-31T19:24:54.331Z | Checking bstr v1.10.0 |
1949 | 2024-10-31T19:24:54.351Z | Checking tokio-stream v0.1.16 |
1950 | 2024-10-31T19:24:54.447Z | Checking ed25519 v2.2.3 |
1951 | 2024-10-31T19:24:54.450Z | Checking phf_shared v0.10.0 |
1952 | 2024-10-31T19:24:54.748Z | Checking curve25519-dalek v4.1.3 |
1953 | 2024-10-31T19:24:54.762Z | Checking zerocopy v0.6.6 |
1954 | 2024-10-31T19:24:55.219Z | Checking pkcs1 v0.7.5 |
1955 | 2024-10-31T19:24:55.276Z | Checking hubpack v0.1.2 |
1956 | 2024-10-31T19:24:55.490Z | Checking portable-atomic v1.9.0 |
1957 | 2024-10-31T19:24:55.524Z | Checking serde-big-array v0.5.1 |
1958 | 2024-10-31T19:24:55.574Z | Checking float-cmp v0.9.0 |
1959 | 2024-10-31T19:24:55.610Z | Checking rfc6979 v0.4.0 |
1960 | 2024-10-31T19:24:55.635Z | Checking sync_wrapper v1.0.1 |
1961 | 2024-10-31T19:24:55.728Z | Checking crc32fast v1.4.2 |
1962 | 2024-10-31T19:24:55.747Z | Checking precomputed-hash v0.1.1 |
1963 | 2024-10-31T19:24:55.769Z | Checking whoami v1.5.2 |
1964 | 2024-10-31T19:24:55.787Z | Checking difflib v0.4.0 |
1965 | 2024-10-31T19:24:55.860Z | Checking fixedbitset v0.4.2 |
1966 | 2024-10-31T19:24:55.973Z | Checking new_debug_unreachable v1.0.6 |
1967 | 2024-10-31T19:24:56.067Z | Checking static_assertions v1.1.0 |
1968 | 2024-10-31T19:24:56.082Z | Checking unicode-segmentation v1.12.0 |
1969 | 2024-10-31T19:24:56.100Z | Checking predicates-core v1.0.8 |
1970 | 2024-10-31T19:24:56.126Z | Checking normalize-line-endings v0.3.0 |
1971 | 2024-10-31T19:24:56.163Z | Checking bit-vec v0.6.3 |
1972 | 2024-10-31T19:24:56.244Z | Checking minimal-lexical v0.2.1 |
1973 | 2024-10-31T19:24:56.266Z | Checking number_prefix v0.4.0 |
1974 | 2024-10-31T19:24:56.335Z | Checking predicates v3.1.2 |
1975 | 2024-10-31T19:24:56.453Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-10-31T19:24:56.489Z | Checking bit-set v0.5.3 |
1977 | 2024-10-31T19:24:56.513Z | Checking indicatif v0.17.8 |
1978 | 2024-10-31T19:24:56.608Z | Checking qorb v0.2.0 |
1979 | 2024-10-31T19:24:56.625Z | Checking ed25519-dalek v2.1.1 |
1980 | 2024-10-31T19:24:56.638Z | Checking nom v7.1.3 |
1981 | 2024-10-31T19:24:56.729Z | Checking petgraph v0.6.5 |
1982 | 2024-10-31T19:24:56.744Z | Checking similar v2.6.0 |
1983 | 2024-10-31T19:24:56.971Z | Checking tokio-postgres v0.7.12 |
1984 | 2024-10-31T19:24:57.038Z | Checking string_cache v0.8.7 |
1985 | 2024-10-31T19:24:57.254Z | Checking flate2 v1.0.34 |
1986 | 2024-10-31T19:24:57.334Z | Checking ecdsa v0.16.9 |
1987 | 2024-10-31T19:24:57.566Z | Checking reqwest v0.12.8 |
1988 | 2024-10-31T19:24:57.926Z | Checking rsa v0.9.6 |
1989 | 2024-10-31T19:24:58.066Z | Checking toml v0.7.8 |
1990 | 2024-10-31T19:24:58.806Z | Checking clap v4.5.20 |
1991 | 2024-10-31T19:24:58.926Z | Checking crossterm v0.28.1 |
1992 | 2024-10-31T19:24:58.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1993 | 2024-10-31T19:24:59.007Z | Checking itertools v0.10.5 |
1994 | 2024-10-31T19:24:59.237Z | Checking itertools v0.12.1 |
1995 | 2024-10-31T19:24:59.475Z | Checking fs-err v2.11.0 |
1996 | 2024-10-31T19:24:59.491Z | Checking ahash v0.8.11 |
1997 | 2024-10-31T19:25:00.013Z | Checking x509-cert v0.2.5 |
1998 | 2024-10-31T19:25:00.027Z | Checking hex v0.4.3 |
1999 | 2024-10-31T19:25:00.055Z | Checking semver v1.0.23 |
2000 | 2024-10-31T19:25:00.141Z | Checking peg-runtime v0.8.3 |
2001 | 2024-10-31T19:25:00.368Z | Checking lalrpop-util v0.19.12 |
2002 | 2024-10-31T19:25:00.473Z | Checking sigpipe v0.1.3 |
2003 | 2024-10-31T19:25:01.607Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2004 | 2024-10-31T19:25:01.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.18s |
2005 | 2024-10-31T19:25:02.074Z | |
2006 | 2024-10-31T19:25:02.074Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2007 | 2024-10-31T19:25:02.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-10-31T19:25:02.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-10-31T19:25:02.689Z | Compiling hashbrown v0.14.5 |
2010 | 2024-10-31T19:25:02.803Z | Checking heck v0.5.0 |
2011 | 2024-10-31T19:25:02.815Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-10-31T19:25:02.829Z | Compiling ident_case v1.0.1 |
2013 | 2024-10-31T19:25:02.844Z | Checking progenitor-client v0.8.0 |
2014 | 2024-10-31T19:25:02.857Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2015 | 2024-10-31T19:25:02.873Z | Compiling proc-macro-crate v1.3.1 |
2016 | 2024-10-31T19:25:02.963Z | Compiling darling_core v0.20.10 |
2017 | 2024-10-31T19:25:02.993Z | Checking ipnetwork v0.20.0 |
2018 | 2024-10-31T19:25:03.155Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-10-31T19:25:03.227Z | Compiling newtype-uuid v1.1.2 |
2020 | 2024-10-31T19:25:03.357Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2021 | 2024-10-31T19:25:03.557Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2022 | 2024-10-31T19:25:03.659Z | Compiling lzma-sys v0.1.20 |
2023 | 2024-10-31T19:25:03.864Z | Compiling num_enum_derive v0.5.11 |
2024 | 2024-10-31T19:25:03.905Z | Checking regress v0.10.1 |
2025 | 2024-10-31T19:25:03.907Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2024-10-31T19:25:04.430Z | Compiling serde_yaml v0.9.34+deprecated |
2027 | 2024-10-31T19:25:04.684Z | Checking foreign-types-shared v0.3.1 |
2028 | 2024-10-31T19:25:04.802Z | Checking arc-swap v1.7.1 |
2029 | 2024-10-31T19:25:05.175Z | Checking foreign-types v0.5.0 |
2030 | 2024-10-31T19:25:05.252Z | Checking slog-scope v4.4.0 |
2031 | 2024-10-31T19:25:05.319Z | Compiling proc-macro-error v1.0.4 |
2032 | 2024-10-31T19:25:05.928Z | Compiling structmeta v0.3.0 |
2033 | 2024-10-31T19:25:05.977Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2034 | 2024-10-31T19:25:06.052Z | Checking tungstenite v0.21.0 |
2035 | 2024-10-31T19:25:06.086Z | Compiling heck v0.3.3 |
2036 | 2024-10-31T19:25:06.288Z | Checking num_enum v0.5.11 |
2037 | 2024-10-31T19:25:06.315Z | Compiling parse-display-derive v0.10.0 |
2038 | 2024-10-31T19:25:06.448Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2039 | 2024-10-31T19:25:06.505Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-10-31T19:25:06.970Z | Checking cstr-argument v0.1.2 |
2041 | 2024-10-31T19:25:07.137Z | Checking instant v0.1.13 |
2042 | 2024-10-31T19:25:07.250Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2043 | 2024-10-31T19:25:07.281Z | Checking base64 v0.21.7 |
2044 | 2024-10-31T19:25:07.298Z | Checking fastrand v2.1.1 |
2045 | 2024-10-31T19:25:07.475Z | Checking typify-impl v0.2.0 |
2046 | 2024-10-31T19:25:07.529Z | Checking pretty-hex v0.2.1 |
2047 | 2024-10-31T19:25:07.613Z | Checking tempfile v3.13.0 |
2048 | 2024-10-31T19:25:07.691Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-10-31T19:25:07.741Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-10-31T19:25:07.971Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-10-31T19:25:07.976Z | Checking backoff v0.4.0 |
2052 | 2024-10-31T19:25:08.107Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-10-31T19:25:08.287Z | Checking tokio-tungstenite v0.21.0 |
2054 | 2024-10-31T19:25:08.431Z | Compiling zone_cfg_derive v0.1.2 |
2055 | 2024-10-31T19:25:08.463Z | Checking strum v0.26.3 |
2056 | 2024-10-31T19:25:08.622Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2057 | 2024-10-31T19:25:08.799Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2058 | 2024-10-31T19:25:09.043Z | Checking slog-stdlog v4.1.1 |
2059 | 2024-10-31T19:25:09.213Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2060 | 2024-10-31T19:25:09.295Z | Checking regress v0.9.1 |
2061 | 2024-10-31T19:25:09.346Z | Compiling darling_macro v0.20.10 |
2062 | 2024-10-31T19:25:09.366Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2063 | 2024-10-31T19:25:09.386Z | Checking colored v2.1.0 |
2064 | 2024-10-31T19:25:09.647Z | Checking macaddr v1.0.1 |
2065 | 2024-10-31T19:25:09.693Z | Checking base64 v0.13.1 |
2066 | 2024-10-31T19:25:09.862Z | Checking zone v0.1.8 |
2067 | 2024-10-31T19:25:09.958Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2068 | 2024-10-31T19:25:10.087Z | Checking ron v0.7.1 |
2069 | 2024-10-31T19:25:10.260Z | Compiling darling v0.20.10 |
2070 | 2024-10-31T19:25:10.546Z | Compiling serde_with_macros v3.11.0 |
2071 | 2024-10-31T19:25:10.563Z | Checking xz2 v0.1.7 |
2072 | 2024-10-31T19:25:10.563Z | Checking slog-envlogger v2.2.0 |
2073 | 2024-10-31T19:25:10.585Z | Checking parse-display v0.10.0 |
2074 | 2024-10-31T19:25:10.725Z | Checking tabwriter v1.4.0 |
2075 | 2024-10-31T19:25:10.738Z | Checking xattr v1.3.1 |
2076 | 2024-10-31T19:25:10.807Z | Checking pem v3.0.4 |
2077 | 2024-10-31T19:25:10.986Z | Checking yasna v0.5.2 |
2078 | 2024-10-31T19:25:10.998Z | Checking headers-core v0.3.0 |
2079 | 2024-10-31T19:25:11.078Z | Checking smf v0.2.3 |
2080 | 2024-10-31T19:25:11.135Z | Checking filetime v0.2.25 |
2081 | 2024-10-31T19:25:11.322Z | Checking same-file v1.0.6 |
2082 | 2024-10-31T19:25:11.340Z | Checking tar v0.4.42 |
2083 | 2024-10-31T19:25:11.493Z | Checking walkdir v2.5.0 |
2084 | 2024-10-31T19:25:11.529Z | Checking headers v0.4.0 |
2085 | 2024-10-31T19:25:11.757Z | Checking atomicwrites v0.4.4 |
2086 | 2024-10-31T19:25:11.871Z | Checking rcgen v0.12.1 |
2087 | 2024-10-31T19:25:11.954Z | Checking camino-tempfile v1.1.1 |
2088 | 2024-10-31T19:25:12.004Z | Checking subprocess v0.2.9 |
2089 | 2024-10-31T19:25:12.930Z | Checking serde_with v3.11.0 |
2090 | 2024-10-31T19:25:16.176Z | Compiling typify-macro v0.2.0 |
2091 | 2024-10-31T19:25:18.006Z | Compiling typify v0.2.0 |
2092 | 2024-10-31T19:25:18.074Z | Compiling progenitor-impl v0.8.0 |
2093 | 2024-10-31T19:25:21.218Z | Compiling progenitor-macro v0.8.0 |
2094 | 2024-10-31T19:25:26.498Z | Checking progenitor v0.8.0 |
2095 | 2024-10-31T19:25:26.626Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2096 | 2024-10-31T19:25:26.628Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2097 | 2024-10-31T19:25:29.287Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2098 | 2024-10-31T19:25:29.619Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2024-10-31T19:25:36.001Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2100 | 2024-10-31T19:25:37.558Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2101 | 2024-10-31T19:25:38.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
2102 | 2024-10-31T19:25:38.971Z | |
2103 | 2024-10-31T19:25:38.971Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2104 | 2024-10-31T19:25:39.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-10-31T19:25:39.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-10-31T19:25:39.588Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2107 | 2024-10-31T19:25:40.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2108 | 2024-10-31T19:25:41.134Z | |
2109 | 2024-10-31T19:25:41.134Z | info: running `cargo check --bins` on nexus-config (31/166) |
2110 | 2024-10-31T19:25:41.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-10-31T19:25:41.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-10-31T19:25:41.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-10-31T19:25:41.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2114 | 2024-10-31T19:25:41.725Z | |
2115 | 2024-10-31T19:25:41.725Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2116 | 2024-10-31T19:25:42.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-10-31T19:25:42.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-10-31T19:25:42.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-10-31T19:25:42.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2120 | 2024-10-31T19:25:42.289Z | |
2121 | 2024-10-31T19:25:42.289Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2122 | 2024-10-31T19:25:42.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-10-31T19:25:42.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-10-31T19:25:42.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-10-31T19:25:42.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2126 | 2024-10-31T19:25:42.875Z | |
2127 | 2024-10-31T19:25:42.875Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2128 | 2024-10-31T19:25:43.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-10-31T19:25:43.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-10-31T19:25:43.479Z | Compiling heapless v0.8.0 |
2131 | 2024-10-31T19:25:43.482Z | Checking hash32 v0.3.1 |
2132 | 2024-10-31T19:25:43.584Z | Compiling smoltcp v0.11.0 |
2133 | 2024-10-31T19:25:43.595Z | Checking cobs v0.2.3 |
2134 | 2024-10-31T19:25:43.605Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2135 | 2024-10-31T19:25:43.608Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2136 | 2024-10-31T19:25:43.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2137 | 2024-10-31T19:25:43.636Z | Compiling crucible-workspace-hack v0.1.0 |
2138 | 2024-10-31T19:25:43.725Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2139 | 2024-10-31T19:25:43.756Z | Checking postcard v1.0.10 |
2140 | 2024-10-31T19:25:43.759Z | Checking newline-converter v0.3.0 |
2141 | 2024-10-31T19:25:43.914Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2142 | 2024-10-31T19:25:43.959Z | Compiling convert_case v0.4.0 |
2143 | 2024-10-31T19:25:44.068Z | Checking expectorate v1.1.0 |
2144 | 2024-10-31T19:25:44.125Z | Compiling zone_cfg_derive v0.3.0 |
2145 | 2024-10-31T19:25:44.224Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2146 | 2024-10-31T19:25:44.238Z | Checking itertools v0.13.0 |
2147 | 2024-10-31T19:25:44.295Z | Compiling num-derive v0.4.2 |
2148 | 2024-10-31T19:25:44.465Z | Compiling slog-dtrace v0.3.0 |
2149 | 2024-10-31T19:25:44.553Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2150 | 2024-10-31T19:25:44.828Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2151 | 2024-10-31T19:25:44.841Z | Compiling derive_more v0.99.18 |
2152 | 2024-10-31T19:25:45.510Z | Checking zone v0.3.0 |
2153 | 2024-10-31T19:25:46.188Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2154 | 2024-10-31T19:25:47.472Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2155 | 2024-10-31T19:25:48.438Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2156 | 2024-10-31T19:25:48.467Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2157 | 2024-10-31T19:25:49.520Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-10-31T19:25:49.800Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2159 | 2024-10-31T19:25:51.342Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2160 | 2024-10-31T19:25:52.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
2161 | 2024-10-31T19:25:52.495Z | |
2162 | 2024-10-31T19:25:52.495Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2163 | 2024-10-31T19:25:52.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2164 | 2024-10-31T19:25:52.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2165 | 2024-10-31T19:25:52.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2166 | 2024-10-31T19:25:52.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2167 | 2024-10-31T19:25:52.992Z | |
2168 | 2024-10-31T19:25:52.992Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2169 | 2024-10-31T19:25:53.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-10-31T19:25:53.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-10-31T19:25:53.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-10-31T19:25:53.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2173 | 2024-10-31T19:25:53.585Z | |
2174 | 2024-10-31T19:25:53.585Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2175 | 2024-10-31T19:25:54.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-10-31T19:25:54.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-10-31T19:25:54.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2178 | 2024-10-31T19:25:54.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2179 | 2024-10-31T19:25:54.281Z | |
2180 | 2024-10-31T19:25:54.281Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2181 | 2024-10-31T19:25:54.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-10-31T19:25:54.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-10-31T19:25:54.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-10-31T19:25:54.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2185 | 2024-10-31T19:25:54.954Z | |
2186 | 2024-10-31T19:25:54.954Z | info: running `cargo check --bins` on dns-server (39/166) |
2187 | 2024-10-31T19:25:55.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-10-31T19:25:55.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-10-31T19:25:55.563Z | Compiling parking_lot_core v0.8.6 |
2190 | 2024-10-31T19:25:55.563Z | Checking nibble_vec v0.1.0 |
2191 | 2024-10-31T19:25:55.567Z | Checking endian-type v0.1.2 |
2192 | 2024-10-31T19:25:55.567Z | Checking fxhash v0.2.1 |
2193 | 2024-10-31T19:25:55.567Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2194 | 2024-10-31T19:25:55.567Z | Checking hickory-server v0.24.1 |
2195 | 2024-10-31T19:25:55.839Z | Checking radix_trie v0.2.1 |
2196 | 2024-10-31T19:25:56.136Z | Checking hickory-client v0.24.1 |
2197 | 2024-10-31T19:25:56.281Z | Checking parking_lot v0.11.2 |
2198 | 2024-10-31T19:25:56.342Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2199 | 2024-10-31T19:25:56.345Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2200 | 2024-10-31T19:25:56.537Z | Checking sled v0.34.7 |
2201 | 2024-10-31T19:25:58.314Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2202 | 2024-10-31T19:25:59.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2203 | 2024-10-31T19:25:59.692Z | |
2204 | 2024-10-31T19:25:59.693Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2205 | 2024-10-31T19:26:00.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2206 | 2024-10-31T19:26:00.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2207 | 2024-10-31T19:26:00.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2208 | 2024-10-31T19:26:00.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2209 | 2024-10-31T19:26:00.273Z | |
2210 | 2024-10-31T19:26:00.273Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2211 | 2024-10-31T19:26:00.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2212 | 2024-10-31T19:26:00.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2213 | 2024-10-31T19:26:00.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2214 | 2024-10-31T19:26:00.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2215 | 2024-10-31T19:26:00.848Z | |
2216 | 2024-10-31T19:26:00.848Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2217 | 2024-10-31T19:26:01.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2218 | 2024-10-31T19:26:01.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2219 | 2024-10-31T19:26:01.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2220 | 2024-10-31T19:26:01.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2221 | 2024-10-31T19:26:01.437Z | |
2222 | 2024-10-31T19:26:01.437Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2223 | 2024-10-31T19:26:01.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-10-31T19:26:01.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-10-31T19:26:01.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2226 | 2024-10-31T19:26:01.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2227 | 2024-10-31T19:26:02.069Z | |
2228 | 2024-10-31T19:26:02.069Z | info: running `cargo check --bins` on gateway-types (44/166) |
2229 | 2024-10-31T19:26:02.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-10-31T19:26:02.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-10-31T19:26:02.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-10-31T19:26:02.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2233 | 2024-10-31T19:26:02.649Z | |
2234 | 2024-10-31T19:26:02.649Z | info: running `cargo check --bins` on ipcc (45/166) |
2235 | 2024-10-31T19:26:03.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-10-31T19:26:03.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-10-31T19:26:03.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-10-31T19:26:03.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2239 | 2024-10-31T19:26:03.230Z | |
2240 | 2024-10-31T19:26:03.230Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2241 | 2024-10-31T19:26:03.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-10-31T19:26:03.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-10-31T19:26:03.880Z | Checking num-rational v0.4.2 |
2244 | 2024-10-31T19:26:03.880Z | Compiling progenitor-client v0.8.0 |
2245 | 2024-10-31T19:26:03.880Z | Checking num-complex v0.4.6 |
2246 | 2024-10-31T19:26:03.882Z | Compiling prettyplease v0.2.22 |
2247 | 2024-10-31T19:26:03.882Z | Compiling newtype-uuid v1.1.2 |
2248 | 2024-10-31T19:26:03.980Z | Compiling ipnetwork v0.20.0 |
2249 | 2024-10-31T19:26:03.990Z | Compiling instant v0.1.13 |
2250 | 2024-10-31T19:26:03.992Z | Compiling radium v0.7.0 |
2251 | 2024-10-31T19:26:04.154Z | Compiling semver v0.1.20 |
2252 | 2024-10-31T19:26:04.272Z | Compiling progenitor v0.8.0 |
2253 | 2024-10-31T19:26:04.346Z | Checking float-ord v0.3.2 |
2254 | 2024-10-31T19:26:04.379Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2255 | 2024-10-31T19:26:04.466Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2256 | 2024-10-31T19:26:04.484Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2257 | 2024-10-31T19:26:04.486Z | Compiling rustc_version v0.1.7 |
2258 | 2024-10-31T19:26:04.592Z | Compiling backoff v0.4.0 |
2259 | 2024-10-31T19:26:04.701Z | Compiling parse-display v0.10.0 |
2260 | 2024-10-31T19:26:04.784Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2261 | 2024-10-31T19:26:04.879Z | Checking num v0.4.3 |
2262 | 2024-10-31T19:26:04.880Z | Compiling serde_with v3.11.0 |
2263 | 2024-10-31T19:26:04.952Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2264 | 2024-10-31T19:26:04.967Z | Compiling regress v0.9.1 |
2265 | 2024-10-31T19:26:04.987Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2266 | 2024-10-31T19:26:05.251Z | Compiling macaddr v1.0.1 |
2267 | 2024-10-31T19:26:05.354Z | Compiling maybe-uninit v2.0.0 |
2268 | 2024-10-31T19:26:05.685Z | Checking tap v1.0.1 |
2269 | 2024-10-31T19:26:05.860Z | Checking wyz v0.5.1 |
2270 | 2024-10-31T19:26:05.956Z | Compiling newtype_derive v0.1.6 |
2271 | 2024-10-31T19:26:06.270Z | Checking password-hash v0.5.0 |
2272 | 2024-10-31T19:26:06.273Z | Checking blake2 v0.10.6 |
2273 | 2024-10-31T19:26:06.667Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2274 | 2024-10-31T19:26:06.704Z | Checking crc-catalog v2.4.0 |
2275 | 2024-10-31T19:26:06.744Z | Compiling packed_struct v0.10.1 |
2276 | 2024-10-31T19:26:06.761Z | Checking funty v2.0.0 |
2277 | 2024-10-31T19:26:07.022Z | Compiling cancel-safe-futures v0.1.5 |
2278 | 2024-10-31T19:26:07.160Z | Compiling owo-colors v4.1.0 |
2279 | 2024-10-31T19:26:07.390Z | Checking crc v3.2.1 |
2280 | 2024-10-31T19:26:07.488Z | Checking argon2 v0.5.3 |
2281 | 2024-10-31T19:26:07.733Z | Checking bitvec v1.0.1 |
2282 | 2024-10-31T19:26:08.161Z | Compiling packed_struct_codegen v0.10.1 |
2283 | 2024-10-31T19:26:08.270Z | Compiling indexmap v1.9.3 |
2284 | 2024-10-31T19:26:08.594Z | Checking half v2.4.1 |
2285 | 2024-10-31T19:26:08.803Z | Checking nodrop v0.1.14 |
2286 | 2024-10-31T19:26:08.895Z | Checking ciborium-io v0.2.2 |
2287 | 2024-10-31T19:26:08.939Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2288 | 2024-10-31T19:26:09.060Z | Checking ciborium-ll v0.2.2 |
2289 | 2024-10-31T19:26:09.127Z | Checking array-init v0.0.4 |
2290 | 2024-10-31T19:26:09.276Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2291 | 2024-10-31T19:26:09.364Z | Checking smallvec v0.6.14 |
2292 | 2024-10-31T19:26:09.668Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2024-10-31T19:26:09.778Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2294 | 2024-10-31T19:26:10.574Z | Checking libsw v3.3.1 |
2295 | 2024-10-31T19:26:10.723Z | Compiling memoffset v0.9.1 |
2296 | 2024-10-31T19:26:10.832Z | Checking indent_write v2.2.0 |
2297 | 2024-10-31T19:26:10.832Z | Checking hashbrown v0.12.3 |
2298 | 2024-10-31T19:26:11.064Z | Checking swrite v0.1.0 |
2299 | 2024-10-31T19:26:11.081Z | Checking termcolor v1.4.1 |
2300 | 2024-10-31T19:26:11.193Z | Checking linear-map v1.2.0 |
2301 | 2024-10-31T19:26:11.516Z | Checking bitfield v0.14.0 |
2302 | 2024-10-31T19:26:11.536Z | Checking highway v1.2.0 |
2303 | 2024-10-31T19:26:11.554Z | Checking ron v0.8.1 |
2304 | 2024-10-31T19:26:11.776Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2305 | 2024-10-31T19:26:11.793Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2306 | 2024-10-31T19:26:11.969Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2307 | 2024-10-31T19:26:12.019Z | Checking env_logger v0.10.2 |
2308 | 2024-10-31T19:26:12.610Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2309 | 2024-10-31T19:26:12.667Z | Checking serde-hex v0.1.0 |
2310 | 2024-10-31T19:26:12.794Z | Checking steno v0.4.1 |
2311 | 2024-10-31T19:26:12.819Z | Checking ciborium v0.2.2 |
2312 | 2024-10-31T19:26:13.571Z | Checking bzip2 v0.4.4 |
2313 | 2024-10-31T19:26:13.815Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2314 | 2024-10-31T19:26:13.868Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2315 | 2024-10-31T19:26:14.070Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2316 | 2024-10-31T19:26:14.131Z | Checking hashbrown v0.13.2 |
2317 | 2024-10-31T19:26:14.407Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2318 | 2024-10-31T19:26:14.864Z | Checking crc-any v2.5.0 |
2319 | 2024-10-31T19:26:15.088Z | Checking humantime v2.1.0 |
2320 | 2024-10-31T19:26:15.158Z | Checking object v0.30.4 |
2321 | 2024-10-31T19:26:15.184Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2024-10-31T19:26:15.253Z | Checking zip v0.6.6 |
2323 | 2024-10-31T19:26:15.363Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-10-31T19:26:15.543Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2325 | 2024-10-31T19:26:15.833Z | Checking path-slash v0.1.5 |
2326 | 2024-10-31T19:26:15.964Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2327 | 2024-10-31T19:26:15.992Z | Checking nix v0.27.1 |
2328 | 2024-10-31T19:26:16.041Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2329 | 2024-10-31T19:26:16.783Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2330 | 2024-10-31T19:26:16.799Z | Checking tungstenite v0.23.0 |
2331 | 2024-10-31T19:26:17.038Z | Checking kstat-rs v0.2.4 |
2332 | 2024-10-31T19:26:17.276Z | Checking signal-hook-tokio v0.3.1 |
2333 | 2024-10-31T19:26:17.772Z | Checking tokio-tungstenite v0.23.1 |
2334 | 2024-10-31T19:26:18.167Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2335 | 2024-10-31T19:26:18.609Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2336 | 2024-10-31T19:26:23.695Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2337 | 2024-10-31T19:26:25.373Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2338 | 2024-10-31T19:26:25.929Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2339 | 2024-10-31T19:26:29.044Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2340 | 2024-10-31T19:26:29.286Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2341 | 2024-10-31T19:26:30.256Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2342 | 2024-10-31T19:26:36.214Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2343 | 2024-10-31T19:26:36.861Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2344 | 2024-10-31T19:26:40.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.30s |
2345 | 2024-10-31T19:26:40.720Z | |
2346 | 2024-10-31T19:26:40.720Z | info: running `cargo check --bins` on gateway-api (47/166) |
2347 | 2024-10-31T19:26:41.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-10-31T19:26:41.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-10-31T19:26:41.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-10-31T19:26:41.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2351 | 2024-10-31T19:26:41.315Z | |
2352 | 2024-10-31T19:26:41.315Z | info: running `cargo check --bins` on oximeter (48/166) |
2353 | 2024-10-31T19:26:41.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-10-31T19:26:41.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-10-31T19:26:41.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-10-31T19:26:41.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2357 | 2024-10-31T19:26:41.894Z | |
2358 | 2024-10-31T19:26:41.894Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2359 | 2024-10-31T19:26:42.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-10-31T19:26:42.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-10-31T19:26:42.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-10-31T19:26:42.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2363 | 2024-10-31T19:26:42.459Z | |
2364 | 2024-10-31T19:26:42.459Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2365 | 2024-10-31T19:26:42.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-10-31T19:26:42.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-10-31T19:26:43.040Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2368 | 2024-10-31T19:26:43.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2369 | 2024-10-31T19:26:43.598Z | |
2370 | 2024-10-31T19:26:43.598Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2371 | 2024-10-31T19:26:44.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-10-31T19:26:44.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-10-31T19:26:44.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-10-31T19:26:44.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2375 | 2024-10-31T19:26:44.171Z | |
2376 | 2024-10-31T19:26:44.171Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2377 | 2024-10-31T19:26:44.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-10-31T19:26:44.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-10-31T19:26:44.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-10-31T19:26:44.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2381 | 2024-10-31T19:26:44.746Z | |
2382 | 2024-10-31T19:26:44.746Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2383 | 2024-10-31T19:26:45.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-10-31T19:26:45.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-10-31T19:26:45.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-10-31T19:26:45.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2387 | 2024-10-31T19:26:45.303Z | |
2388 | 2024-10-31T19:26:45.303Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2389 | 2024-10-31T19:26:45.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-10-31T19:26:45.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-10-31T19:26:45.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-10-31T19:26:45.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2393 | 2024-10-31T19:26:45.880Z | |
2394 | 2024-10-31T19:26:45.880Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2395 | 2024-10-31T19:26:46.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-10-31T19:26:46.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-10-31T19:26:46.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-10-31T19:26:46.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2399 | 2024-10-31T19:26:46.457Z | |
2400 | 2024-10-31T19:26:46.457Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2401 | 2024-10-31T19:26:46.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-10-31T19:26:46.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-10-31T19:26:46.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-10-31T19:26:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2405 | 2024-10-31T19:26:47.046Z | |
2406 | 2024-10-31T19:26:47.046Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2407 | 2024-10-31T19:26:47.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-10-31T19:26:47.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-10-31T19:26:47.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-10-31T19:26:47.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2411 | 2024-10-31T19:26:47.633Z | |
2412 | 2024-10-31T19:26:47.633Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2413 | 2024-10-31T19:26:48.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-10-31T19:26:48.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-10-31T19:26:48.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-10-31T19:26:48.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2417 | 2024-10-31T19:26:48.222Z | |
2418 | 2024-10-31T19:26:48.222Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2419 | 2024-10-31T19:26:48.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-10-31T19:26:48.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-10-31T19:26:48.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-10-31T19:26:48.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2423 | 2024-10-31T19:26:48.805Z | |
2424 | 2024-10-31T19:26:48.805Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2425 | 2024-10-31T19:26:49.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-10-31T19:26:49.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-10-31T19:26:49.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-10-31T19:26:49.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2429 | 2024-10-31T19:26:49.408Z | |
2430 | 2024-10-31T19:26:49.408Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2431 | 2024-10-31T19:26:49.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-10-31T19:26:49.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-10-31T19:26:49.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-10-31T19:26:49.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2435 | 2024-10-31T19:26:49.997Z | |
2436 | 2024-10-31T19:26:49.997Z | info: running `cargo check --bins` on nexus-client (62/166) |
2437 | 2024-10-31T19:26:50.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-10-31T19:26:50.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-10-31T19:26:50.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-10-31T19:26:50.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2441 | 2024-10-31T19:26:50.610Z | |
2442 | 2024-10-31T19:26:50.610Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2443 | 2024-10-31T19:26:51.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-10-31T19:26:51.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-10-31T19:26:51.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-10-31T19:26:51.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2447 | 2024-10-31T19:26:51.202Z | |
2448 | 2024-10-31T19:26:51.202Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2449 | 2024-10-31T19:26:51.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-10-31T19:26:51.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-10-31T19:26:51.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-10-31T19:26:51.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2453 | 2024-10-31T19:26:51.765Z | |
2454 | 2024-10-31T19:26:51.765Z | info: running `cargo check --bins` on nexus-types (65/166) |
2455 | 2024-10-31T19:26:52.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-10-31T19:26:52.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-10-31T19:26:52.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-10-31T19:26:52.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2459 | 2024-10-31T19:26:52.361Z | |
2460 | 2024-10-31T19:26:52.361Z | info: running `cargo check --bins` on gateway-client (66/166) |
2461 | 2024-10-31T19:26:52.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-10-31T19:26:52.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-10-31T19:26:52.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-10-31T19:26:52.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2465 | 2024-10-31T19:26:52.928Z | |
2466 | 2024-10-31T19:26:52.928Z | info: running `cargo check --bins` on oxql-types (67/166) |
2467 | 2024-10-31T19:26:53.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-10-31T19:26:53.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-10-31T19:26:53.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-10-31T19:26:53.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2471 | 2024-10-31T19:26:53.507Z | |
2472 | 2024-10-31T19:26:53.507Z | info: running `cargo check --bins` on update-engine (68/166) |
2473 | 2024-10-31T19:26:54.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-10-31T19:26:54.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-10-31T19:26:54.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-10-31T19:26:54.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2477 | 2024-10-31T19:26:54.087Z | |
2478 | 2024-10-31T19:26:54.087Z | info: running `cargo check --bins` on sp-sim (69/166) |
2479 | 2024-10-31T19:26:54.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-10-31T19:26:54.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-10-31T19:26:54.692Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2482 | 2024-10-31T19:26:56.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
2483 | 2024-10-31T19:26:56.668Z | |
2484 | 2024-10-31T19:26:56.668Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2485 | 2024-10-31T19:26:57.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-10-31T19:26:57.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-10-31T19:26:57.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-10-31T19:26:57.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2489 | 2024-10-31T19:26:57.302Z | |
2490 | 2024-10-31T19:26:57.302Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2491 | 2024-10-31T19:26:57.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-10-31T19:26:57.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-10-31T19:26:57.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-10-31T19:26:57.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2495 | 2024-10-31T19:26:57.958Z | |
2496 | 2024-10-31T19:26:57.958Z | info: running `cargo check --bins` on db-macros (72/166) |
2497 | 2024-10-31T19:26:58.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-10-31T19:26:58.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-10-31T19:26:58.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-10-31T19:26:58.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2501 | 2024-10-31T19:26:58.531Z | |
2502 | 2024-10-31T19:26:58.531Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2503 | 2024-10-31T19:26:59.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-10-31T19:26:59.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-10-31T19:26:59.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-10-31T19:26:59.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2507 | 2024-10-31T19:26:59.101Z | |
2508 | 2024-10-31T19:26:59.101Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2509 | 2024-10-31T19:26:59.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-10-31T19:26:59.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-10-31T19:26:59.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-10-31T19:26:59.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2513 | 2024-10-31T19:26:59.726Z | |
2514 | 2024-10-31T19:26:59.726Z | info: running `cargo check --bins` on authz-macros (75/166) |
2515 | 2024-10-31T19:27:00.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-10-31T19:27:00.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-10-31T19:27:00.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-10-31T19:27:00.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2519 | 2024-10-31T19:27:00.299Z | |
2520 | 2024-10-31T19:27:00.299Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2521 | 2024-10-31T19:27:00.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-10-31T19:27:00.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-10-31T19:27:00.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-10-31T19:27:00.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-10-31T19:27:00.919Z | |
2526 | 2024-10-31T19:27:00.919Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2527 | 2024-10-31T19:27:01.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-10-31T19:27:01.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-10-31T19:27:01.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-10-31T19:27:01.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2531 | 2024-10-31T19:27:01.543Z | |
2532 | 2024-10-31T19:27:01.543Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2533 | 2024-10-31T19:27:02.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-10-31T19:27:02.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-10-31T19:27:02.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-10-31T19:27:02.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2537 | 2024-10-31T19:27:02.134Z | |
2538 | 2024-10-31T19:27:02.134Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2539 | 2024-10-31T19:27:02.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-10-31T19:27:02.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-10-31T19:27:02.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-10-31T19:27:02.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2543 | 2024-10-31T19:27:02.732Z | |
2544 | 2024-10-31T19:27:02.732Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2545 | 2024-10-31T19:27:03.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-10-31T19:27:03.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-10-31T19:27:03.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-10-31T19:27:03.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2549 | 2024-10-31T19:27:03.347Z | |
2550 | 2024-10-31T19:27:03.347Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2551 | 2024-10-31T19:27:03.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-10-31T19:27:03.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-10-31T19:27:03.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-10-31T19:27:03.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2555 | 2024-10-31T19:27:03.940Z | |
2556 | 2024-10-31T19:27:03.940Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2557 | 2024-10-31T19:27:04.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-10-31T19:27:04.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-10-31T19:27:04.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-10-31T19:27:04.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2561 | 2024-10-31T19:27:04.530Z | |
2562 | 2024-10-31T19:27:04.530Z | info: running `cargo check --bins` on typed-rng (83/166) |
2563 | 2024-10-31T19:27:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-10-31T19:27:05.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-10-31T19:27:05.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-10-31T19:27:05.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2567 | 2024-10-31T19:27:05.108Z | |
2568 | 2024-10-31T19:27:05.108Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2569 | 2024-10-31T19:27:05.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-10-31T19:27:05.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-10-31T19:27:05.811Z | Checking keccak v0.1.5 |
2572 | 2024-10-31T19:27:05.915Z | Checking secrecy v0.8.0 |
2573 | 2024-10-31T19:27:05.918Z | Compiling unicase v2.7.0 |
2574 | 2024-10-31T19:27:05.918Z | Compiling same-file v1.0.6 |
2575 | 2024-10-31T19:27:05.918Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2576 | 2024-10-31T19:27:05.938Z | Compiling tempfile v3.13.0 |
2577 | 2024-10-31T19:27:05.961Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2578 | 2024-10-31T19:27:05.964Z | Compiling thiserror-impl-no-std v2.0.2 |
2579 | 2024-10-31T19:27:06.119Z | Compiling walkdir v2.5.0 |
2580 | 2024-10-31T19:27:06.203Z | Checking sha3 v0.10.8 |
2581 | 2024-10-31T19:27:06.206Z | Checking universal-hash v0.5.1 |
2582 | 2024-10-31T19:27:06.286Z | Compiling blake3 v1.5.4 |
2583 | 2024-10-31T19:27:06.391Z | Compiling ring v0.16.20 |
2584 | 2024-10-31T19:27:06.396Z | Checking opaque-debug v0.3.1 |
2585 | 2024-10-31T19:27:06.488Z | Checking poly1305 v0.8.0 |
2586 | 2024-10-31T19:27:06.626Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2587 | 2024-10-31T19:27:06.791Z | Checking chacha20 v0.9.1 |
2588 | 2024-10-31T19:27:06.872Z | Checking aead v0.5.2 |
2589 | 2024-10-31T19:27:06.941Z | Compiling memmap2 v0.9.5 |
2590 | 2024-10-31T19:27:06.981Z | Compiling home v0.5.9 |
2591 | 2024-10-31T19:27:07.067Z | Compiling arrayref v0.3.9 |
2592 | 2024-10-31T19:27:07.094Z | Compiling libefi-sys v0.1.0 |
2593 | 2024-10-31T19:27:07.164Z | Compiling arrayvec v0.7.6 |
2594 | 2024-10-31T19:27:07.232Z | Compiling untrusted v0.7.1 |
2595 | 2024-10-31T19:27:07.291Z | Compiling salty v0.3.0 |
2596 | 2024-10-31T19:27:07.367Z | Compiling spin v0.5.2 |
2597 | 2024-10-31T19:27:07.384Z | Compiling constant_time_eq v0.3.1 |
2598 | 2024-10-31T19:27:07.555Z | Compiling toolchain_find v0.4.0 |
2599 | 2024-10-31T19:27:07.572Z | Checking chacha20poly1305 v0.10.1 |
2600 | 2024-10-31T19:27:07.724Z | Compiling camino-tempfile v1.1.1 |
2601 | 2024-10-31T19:27:07.742Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2602 | 2024-10-31T19:27:07.755Z | Compiling bitfield-struct v0.6.2 |
2603 | 2024-10-31T19:27:07.984Z | Compiling topological-sort v0.2.2 |
2604 | 2024-10-31T19:27:08.177Z | Compiling mime_guess v2.0.5 |
2605 | 2024-10-31T19:27:08.204Z | Compiling rustfmt-wrapper v0.2.1 |
2606 | 2024-10-31T19:27:08.715Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2607 | 2024-10-31T19:27:08.731Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2608 | 2024-10-31T19:27:08.749Z | Checking primeorder v0.13.6 |
2609 | 2024-10-31T19:27:08.751Z | Checking env_filter v0.1.2 |
2610 | 2024-10-31T19:27:08.918Z | Checking thiserror-no-std v2.0.2 |
2611 | 2024-10-31T19:27:08.979Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2612 | 2024-10-31T19:27:09.020Z | Checking vsss-rs v3.3.4 |
2613 | 2024-10-31T19:27:09.097Z | Checking env_logger v0.11.5 |
2614 | 2024-10-31T19:27:09.132Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2615 | 2024-10-31T19:27:09.241Z | Checking p384 v0.13.0 |
2616 | 2024-10-31T19:27:09.258Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2617 | 2024-10-31T19:27:09.402Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2618 | 2024-10-31T19:27:09.643Z | Checking gethostname v0.5.0 |
2619 | 2024-10-31T19:27:09.682Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2620 | 2024-10-31T19:27:09.738Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2621 | 2024-10-31T19:27:09.764Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2622 | 2024-10-31T19:27:10.090Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2623 | 2024-10-31T19:27:10.125Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2624 | 2024-10-31T19:27:10.127Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2625 | 2024-10-31T19:27:10.351Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2626 | 2024-10-31T19:27:10.619Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2627 | 2024-10-31T19:27:10.655Z | Checking nanorand v0.7.0 |
2628 | 2024-10-31T19:27:10.671Z | Checking atty v0.2.14 |
2629 | 2024-10-31T19:27:10.687Z | Checking glob v0.3.1 |
2630 | 2024-10-31T19:27:10.799Z | Checking http-range v0.1.5 |
2631 | 2024-10-31T19:27:11.013Z | Checking flume v0.11.0 |
2632 | 2024-10-31T19:27:11.029Z | Checking hyper-staticfile v0.10.1 |
2633 | 2024-10-31T19:27:11.047Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2634 | 2024-10-31T19:27:11.504Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2635 | 2024-10-31T19:27:11.561Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2636 | 2024-10-31T19:27:11.855Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2637 | 2024-10-31T19:27:12.248Z | Compiling omicron-zone-package v0.11.1 |
2638 | 2024-10-31T19:27:12.534Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2639 | 2024-10-31T19:27:13.057Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2640 | 2024-10-31T19:27:13.405Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2641 | 2024-10-31T19:27:13.568Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2642 | 2024-10-31T19:27:13.720Z | Checking display-error-chain v0.2.1 |
2643 | 2024-10-31T19:27:14.833Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2644 | 2024-10-31T19:27:16.189Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2645 | 2024-10-31T19:27:17.476Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2646 | 2024-10-31T19:27:17.479Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2647 | 2024-10-31T19:27:29.128Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2648 | 2024-10-31T19:28:11.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
2649 | 2024-10-31T19:28:11.256Z | |
2650 | 2024-10-31T19:28:11.256Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2651 | 2024-10-31T19:28:11.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-10-31T19:28:11.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-10-31T19:28:11.950Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2654 | 2024-10-31T19:28:53.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s |
2655 | 2024-10-31T19:28:54.155Z | |
2656 | 2024-10-31T19:28:54.156Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2657 | 2024-10-31T19:28:54.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-10-31T19:28:54.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-10-31T19:28:54.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2660 | 2024-10-31T19:29:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.96s |
2661 | 2024-10-31T19:29:37.295Z | |
2662 | 2024-10-31T19:29:37.295Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2663 | 2024-10-31T19:29:37.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-10-31T19:29:37.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-10-31T19:29:37.978Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2666 | 2024-10-31T19:30:20.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.70s |
2667 | 2024-10-31T19:30:20.182Z | |
2668 | 2024-10-31T19:30:20.182Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2669 | 2024-10-31T19:30:20.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-10-31T19:30:20.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-10-31T19:30:20.872Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2672 | 2024-10-31T19:31:03.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.22s |
2673 | 2024-10-31T19:31:03.590Z | |
2674 | 2024-10-31T19:31:03.591Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2675 | 2024-10-31T19:31:04.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-10-31T19:31:04.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-10-31T19:31:04.264Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2678 | 2024-10-31T19:31:46.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s |
2679 | 2024-10-31T19:31:46.485Z | |
2680 | 2024-10-31T19:31:46.485Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2681 | 2024-10-31T19:31:47.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-10-31T19:31:47.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-10-31T19:31:47.165Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2684 | 2024-10-31T19:32:29.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.74s |
2685 | 2024-10-31T19:32:29.418Z | |
2686 | 2024-10-31T19:32:29.418Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2687 | 2024-10-31T19:32:29.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-10-31T19:32:29.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-10-31T19:32:30.096Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2690 | 2024-10-31T19:33:12.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.08s |
2691 | 2024-10-31T19:33:12.680Z | |
2692 | 2024-10-31T19:33:12.680Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2693 | 2024-10-31T19:33:13.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-10-31T19:33:13.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-10-31T19:33:13.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-10-31T19:33:13.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2697 | 2024-10-31T19:33:13.295Z | |
2698 | 2024-10-31T19:33:13.295Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2699 | 2024-10-31T19:33:13.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-10-31T19:33:13.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-10-31T19:33:13.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-10-31T19:33:13.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2703 | 2024-10-31T19:33:13.904Z | |
2704 | 2024-10-31T19:33:13.904Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2705 | 2024-10-31T19:33:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-10-31T19:33:14.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-10-31T19:33:14.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-10-31T19:33:14.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2709 | 2024-10-31T19:33:14.501Z | |
2710 | 2024-10-31T19:33:14.501Z | info: running `cargo check --bins` on dpd-client (95/166) |
2711 | 2024-10-31T19:33:15.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-10-31T19:33:15.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-10-31T19:33:15.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-10-31T19:33:15.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2715 | 2024-10-31T19:33:15.096Z | |
2716 | 2024-10-31T19:33:15.096Z | info: running `cargo check --bins` on installinator-common (96/166) |
2717 | 2024-10-31T19:33:15.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-10-31T19:33:15.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-10-31T19:33:15.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-10-31T19:33:15.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2721 | 2024-10-31T19:33:15.704Z | |
2722 | 2024-10-31T19:33:15.704Z | info: running `cargo check --bins` on key-manager (97/166) |
2723 | 2024-10-31T19:33:16.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-10-31T19:33:16.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-10-31T19:33:16.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-10-31T19:33:16.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2727 | 2024-10-31T19:33:16.292Z | |
2728 | 2024-10-31T19:33:16.292Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2729 | 2024-10-31T19:33:16.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-10-31T19:33:16.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-10-31T19:33:16.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-10-31T19:33:16.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2733 | 2024-10-31T19:33:16.892Z | |
2734 | 2024-10-31T19:33:16.892Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2735 | 2024-10-31T19:33:17.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-10-31T19:33:17.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-10-31T19:33:17.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2738 | 2024-10-31T19:33:17.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2739 | 2024-10-31T19:33:17.506Z | |
2740 | 2024-10-31T19:33:17.506Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2741 | 2024-10-31T19:33:18.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2024-10-31T19:33:18.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2024-10-31T19:33:18.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2744 | 2024-10-31T19:33:18.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2745 | 2024-10-31T19:33:18.119Z | |
2746 | 2024-10-31T19:33:18.119Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2747 | 2024-10-31T19:33:18.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2024-10-31T19:33:18.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2024-10-31T19:33:18.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2024-10-31T19:33:18.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2751 | 2024-10-31T19:33:18.727Z | |
2752 | 2024-10-31T19:33:18.727Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2753 | 2024-10-31T19:33:19.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2024-10-31T19:33:19.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2024-10-31T19:33:19.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2024-10-31T19:33:19.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2757 | 2024-10-31T19:33:19.340Z | |
2758 | 2024-10-31T19:33:19.340Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2759 | 2024-10-31T19:33:19.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-10-31T19:33:19.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-10-31T19:33:19.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-10-31T19:33:19.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2763 | 2024-10-31T19:33:19.963Z | |
2764 | 2024-10-31T19:33:19.963Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2765 | 2024-10-31T19:33:20.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-10-31T19:33:20.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-10-31T19:33:20.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-10-31T19:33:20.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2769 | 2024-10-31T19:33:20.578Z | |
2770 | 2024-10-31T19:33:20.578Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2771 | 2024-10-31T19:33:21.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-10-31T19:33:21.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-10-31T19:33:21.221Z | Compiling phf_generator v0.11.2 |
2774 | 2024-10-31T19:33:21.223Z | Compiling parse-zoneinfo v0.3.1 |
2775 | 2024-10-31T19:33:21.329Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2776 | 2024-10-31T19:33:21.332Z | Checking bcs v0.1.6 |
2777 | 2024-10-31T19:33:21.332Z | Compiling async-recursion v1.1.1 |
2778 | 2024-10-31T19:33:21.332Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2779 | 2024-10-31T19:33:21.332Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2780 | 2024-10-31T19:33:21.414Z | Compiling phf_codegen v0.11.2 |
2781 | 2024-10-31T19:33:21.808Z | Compiling chrono-tz-build v0.4.0 |
2782 | 2024-10-31T19:33:22.722Z | Compiling chrono-tz v0.10.0 |
2783 | 2024-10-31T19:33:29.931Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2784 | 2024-10-31T19:33:34.210Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2785 | 2024-10-31T19:33:36.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.04s |
2786 | 2024-10-31T19:33:36.795Z | |
2787 | 2024-10-31T19:33:36.795Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2788 | 2024-10-31T19:33:37.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-10-31T19:33:37.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-10-31T19:33:37.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-10-31T19:33:37.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2792 | 2024-10-31T19:33:37.380Z | |
2793 | 2024-10-31T19:33:37.380Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2794 | 2024-10-31T19:33:37.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-10-31T19:33:37.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-10-31T19:33:37.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-10-31T19:33:37.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2798 | 2024-10-31T19:33:37.967Z | |
2799 | 2024-10-31T19:33:37.967Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2800 | 2024-10-31T19:33:38.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-10-31T19:33:38.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-10-31T19:33:38.579Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2803 | 2024-10-31T19:33:39.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2804 | 2024-10-31T19:33:39.361Z | |
2805 | 2024-10-31T19:33:39.361Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2806 | 2024-10-31T19:33:39.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-10-31T19:33:39.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-10-31T19:33:39.984Z | Compiling cfg_aliases v0.1.1 |
2809 | 2024-10-31T19:33:39.987Z | Compiling vte_generate_state_changes v0.1.2 |
2810 | 2024-10-31T19:33:39.987Z | Checking fd-lock v4.0.2 |
2811 | 2024-10-31T19:33:39.987Z | Checking bytecount v0.6.8 |
2812 | 2024-10-31T19:33:40.091Z | Compiling tabled_derive v0.7.0 |
2813 | 2024-10-31T19:33:40.094Z | Compiling peg-macros v0.8.4 |
2814 | 2024-10-31T19:33:40.101Z | Compiling sqlparser_derive v0.2.2 |
2815 | 2024-10-31T19:33:40.104Z | Checking home v0.5.9 |
2816 | 2024-10-31T19:33:40.167Z | Compiling nix v0.28.0 |
2817 | 2024-10-31T19:33:40.229Z | Checking papergrid v0.11.0 |
2818 | 2024-10-31T19:33:40.255Z | Checking unicode_categories v0.1.1 |
2819 | 2024-10-31T19:33:40.272Z | Checking nu-ansi-term v0.50.1 |
2820 | 2024-10-31T19:33:40.561Z | Checking sqlformat v0.2.6 |
2821 | 2024-10-31T19:33:40.726Z | Checking vte v0.11.1 |
2822 | 2024-10-31T19:33:41.241Z | Checking sqlparser v0.45.0 |
2823 | 2024-10-31T19:33:41.999Z | Checking tabled v0.15.0 |
2824 | 2024-10-31T19:33:42.091Z | Checking strip-ansi-escapes v0.2.0 |
2825 | 2024-10-31T19:33:42.219Z | Checking reedline v0.35.0 |
2826 | 2024-10-31T19:33:42.775Z | Checking peg v0.8.4 |
2827 | 2024-10-31T19:33:43.244Z | Checking rustyline v14.0.0 |
2828 | 2024-10-31T19:33:47.398Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2829 | 2024-10-31T19:33:53.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
2830 | 2024-10-31T19:33:53.832Z | |
2831 | 2024-10-31T19:33:53.832Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2832 | 2024-10-31T19:33:54.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-10-31T19:33:54.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-10-31T19:33:54.455Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2835 | 2024-10-31T19:34:00.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s |
2836 | 2024-10-31T19:34:01.111Z | |
2837 | 2024-10-31T19:34:01.111Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2838 | 2024-10-31T19:34:01.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-10-31T19:34:01.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-10-31T19:34:01.731Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2841 | 2024-10-31T19:34:06.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2842 | 2024-10-31T19:34:06.941Z | |
2843 | 2024-10-31T19:34:06.941Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2844 | 2024-10-31T19:34:07.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-10-31T19:34:07.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-10-31T19:34:07.562Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2847 | 2024-10-31T19:34:13.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s |
2848 | 2024-10-31T19:34:13.928Z | |
2849 | 2024-10-31T19:34:13.928Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2850 | 2024-10-31T19:34:14.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-10-31T19:34:14.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-10-31T19:34:14.546Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2853 | 2024-10-31T19:34:20.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s |
2854 | 2024-10-31T19:34:20.882Z | |
2855 | 2024-10-31T19:34:20.882Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2856 | 2024-10-31T19:34:21.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-10-31T19:34:21.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-10-31T19:34:21.506Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2859 | 2024-10-31T19:34:26.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2860 | 2024-10-31T19:34:26.900Z | |
2861 | 2024-10-31T19:34:26.900Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2862 | 2024-10-31T19:34:27.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-10-31T19:34:27.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-10-31T19:34:27.519Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2865 | 2024-10-31T19:34:32.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2866 | 2024-10-31T19:34:32.932Z | |
2867 | 2024-10-31T19:34:32.932Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2868 | 2024-10-31T19:34:33.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-10-31T19:34:33.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-10-31T19:34:33.544Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2871 | 2024-10-31T19:34:39.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s |
2872 | 2024-10-31T19:34:40.086Z | |
2873 | 2024-10-31T19:34:40.086Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2874 | 2024-10-31T19:34:40.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-10-31T19:34:40.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-10-31T19:34:40.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-10-31T19:34:40.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2878 | 2024-10-31T19:34:40.696Z | |
2879 | 2024-10-31T19:34:40.696Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2880 | 2024-10-31T19:34:41.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-10-31T19:34:41.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-10-31T19:34:41.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-10-31T19:34:41.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2884 | 2024-10-31T19:34:41.272Z | |
2885 | 2024-10-31T19:34:41.272Z | info: running `cargo check --bins` on installinator-client (119/166) |
2886 | 2024-10-31T19:34:41.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-10-31T19:34:41.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-10-31T19:34:41.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-10-31T19:34:41.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2890 | 2024-10-31T19:34:41.874Z | |
2891 | 2024-10-31T19:34:41.874Z | info: running `cargo check --bins` on oxide-client (120/166) |
2892 | 2024-10-31T19:34:42.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-10-31T19:34:42.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-10-31T19:34:42.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-10-31T19:34:42.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2896 | 2024-10-31T19:34:42.443Z | |
2897 | 2024-10-31T19:34:42.443Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2898 | 2024-10-31T19:34:42.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-10-31T19:34:42.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-10-31T19:34:42.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-10-31T19:34:42.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2902 | 2024-10-31T19:34:43.062Z | |
2903 | 2024-10-31T19:34:43.062Z | info: running `cargo check --bins` on wicket-common (122/166) |
2904 | 2024-10-31T19:34:43.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-10-31T19:34:43.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-10-31T19:34:43.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2024-10-31T19:34:43.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2908 | 2024-10-31T19:34:43.667Z | |
2909 | 2024-10-31T19:34:43.667Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2910 | 2024-10-31T19:34:44.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-10-31T19:34:44.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-10-31T19:34:44.280Z | Checking csv-core v0.1.11 |
2913 | 2024-10-31T19:34:44.282Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2914 | 2024-10-31T19:34:44.586Z | Checking csv v1.3.0 |
2915 | 2024-10-31T19:34:45.106Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2916 | 2024-10-31T19:34:45.446Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2917 | 2024-10-31T19:34:46.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2918 | 2024-10-31T19:34:46.808Z | |
2919 | 2024-10-31T19:34:46.808Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2920 | 2024-10-31T19:34:47.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-10-31T19:34:47.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-10-31T19:34:47.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2024-10-31T19:34:47.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2924 | 2024-10-31T19:34:47.394Z | |
2925 | 2024-10-31T19:34:47.394Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2926 | 2024-10-31T19:34:47.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-10-31T19:34:47.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-10-31T19:34:47.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2024-10-31T19:34:47.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2930 | 2024-10-31T19:34:47.975Z | |
2931 | 2024-10-31T19:34:47.975Z | info: running `cargo check --bins` on cert-dev (126/166) |
2932 | 2024-10-31T19:34:48.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2024-10-31T19:34:48.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2024-10-31T19:34:48.548Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2935 | 2024-10-31T19:34:48.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2936 | 2024-10-31T19:34:48.965Z | |
2937 | 2024-10-31T19:34:48.965Z | info: running `cargo check --bins` on ch-dev (127/166) |
2938 | 2024-10-31T19:34:49.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2024-10-31T19:34:49.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2024-10-31T19:34:49.580Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2941 | 2024-10-31T19:34:50.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2942 | 2024-10-31T19:34:50.428Z | |
2943 | 2024-10-31T19:34:50.429Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2944 | 2024-10-31T19:34:50.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-10-31T19:34:50.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-10-31T19:34:51.047Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2947 | 2024-10-31T19:34:51.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2948 | 2024-10-31T19:34:51.541Z | |
2949 | 2024-10-31T19:34:51.541Z | info: running `cargo check --bins` on db-dev (129/166) |
2950 | 2024-10-31T19:34:52.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-10-31T19:34:52.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-10-31T19:34:52.154Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2953 | 2024-10-31T19:34:52.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2954 | 2024-10-31T19:34:53.017Z | |
2955 | 2024-10-31T19:34:53.017Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2956 | 2024-10-31T19:34:53.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-10-31T19:34:53.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-10-31T19:34:53.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2959 | 2024-10-31T19:34:53.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2960 | 2024-10-31T19:34:53.614Z | |
2961 | 2024-10-31T19:34:53.614Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2962 | 2024-10-31T19:34:54.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-10-31T19:34:54.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-10-31T19:34:54.189Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2965 | 2024-10-31T19:34:55.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2966 | 2024-10-31T19:34:55.260Z | |
2967 | 2024-10-31T19:34:55.261Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2968 | 2024-10-31T19:34:55.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-10-31T19:34:55.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-10-31T19:34:55.838Z | Checking cargo-platform v0.1.8 |
2971 | 2024-10-31T19:34:56.103Z | Checking cargo_metadata v0.18.1 |
2972 | 2024-10-31T19:34:57.056Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2973 | 2024-10-31T19:34:57.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
2974 | 2024-10-31T19:34:57.934Z | |
2975 | 2024-10-31T19:34:57.935Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2976 | 2024-10-31T19:34:58.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-10-31T19:34:58.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-10-31T19:34:58.604Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2979 | 2024-10-31T19:34:59.281Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2980 | 2024-10-31T19:34:59.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2981 | 2024-10-31T19:34:59.961Z | |
2982 | 2024-10-31T19:34:59.961Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2983 | 2024-10-31T19:35:00.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-10-31T19:35:00.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-10-31T19:35:00.703Z | Compiling crunchy v0.2.2 |
2986 | 2024-10-31T19:35:00.703Z | Compiling glob v0.3.1 |
2987 | 2024-10-31T19:35:00.706Z | Compiling tiny-keccak v2.0.2 |
2988 | 2024-10-31T19:35:00.706Z | Compiling dsl_auto_type v0.1.2 |
2989 | 2024-10-31T19:35:00.706Z | Checking scheduled-thread-pool v0.2.7 |
2990 | 2024-10-31T19:35:00.706Z | Compiling diesel_table_macro_syntax v0.2.0 |
2991 | 2024-10-31T19:35:00.843Z | Compiling ascii-canvas v3.0.0 |
2992 | 2024-10-31T19:35:00.846Z | Compiling ena v0.14.3 |
2993 | 2024-10-31T19:35:01.105Z | Checking r2d2 v0.8.10 |
2994 | 2024-10-31T19:35:01.127Z | Compiling libloading v0.8.5 |
2995 | 2024-10-31T19:35:01.239Z | Compiling regex-syntax v0.6.29 |
2996 | 2024-10-31T19:35:01.286Z | Compiling diff v0.1.13 |
2997 | 2024-10-31T19:35:01.340Z | Compiling bindgen v0.69.5 |
2998 | 2024-10-31T19:35:01.408Z | Compiling which v4.4.2 |
2999 | 2024-10-31T19:35:01.561Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3000 | 2024-10-31T19:35:01.723Z | Compiling clang-sys v1.8.1 |
3001 | 2024-10-31T19:35:01.790Z | Compiling cexpr v0.6.0 |
3002 | 2024-10-31T19:35:01.890Z | Compiling rustc-hash v1.1.0 |
3003 | 2024-10-31T19:35:01.992Z | Compiling ref-cast v1.0.23 |
3004 | 2024-10-31T19:35:02.057Z | Compiling lazycell v1.3.0 |
3005 | 2024-10-31T19:35:02.162Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3006 | 2024-10-31T19:35:02.180Z | Compiling derive_builder_core v0.20.2 |
3007 | 2024-10-31T19:35:02.229Z | Compiling libxml v0.3.3 |
3008 | 2024-10-31T19:35:02.328Z | Compiling diesel_derives v2.2.3 |
3009 | 2024-10-31T19:35:02.490Z | Compiling ref-cast-impl v1.0.23 |
3010 | 2024-10-31T19:35:02.576Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3011 | 2024-10-31T19:35:02.660Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3012 | 2024-10-31T19:35:03.088Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3013 | 2024-10-31T19:35:03.386Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3014 | 2024-10-31T19:35:03.435Z | Compiling strum_macros v0.24.3 |
3015 | 2024-10-31T19:35:03.745Z | Compiling indoc v1.0.9 |
3016 | 2024-10-31T19:35:04.492Z | Compiling lalrpop v0.19.12 |
3017 | 2024-10-31T19:35:04.681Z | Compiling derive_builder_macro v0.20.2 |
3018 | 2024-10-31T19:35:05.570Z | Checking derive_builder v0.20.2 |
3019 | 2024-10-31T19:35:05.640Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3020 | 2024-10-31T19:35:05.731Z | Compiling impl-trait-for-tuples v0.2.2 |
3021 | 2024-10-31T19:35:05.917Z | Compiling oso-derive v0.27.3 |
3022 | 2024-10-31T19:35:05.956Z | Checking quick-xml v0.33.0 |
3023 | 2024-10-31T19:35:06.908Z | Compiling diesel-dtrace v0.3.0 |
3024 | 2024-10-31T19:35:06.995Z | Checking maplit v1.0.2 |
3025 | 2024-10-31T19:35:07.147Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3026 | 2024-10-31T19:35:07.298Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3027 | 2024-10-31T19:35:07.592Z | Checking bb8 v0.8.5 |
3028 | 2024-10-31T19:35:08.110Z | Compiling const_format_proc_macros v0.2.33 |
3029 | 2024-10-31T19:35:08.173Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3030 | 2024-10-31T19:35:08.456Z | Checking castaway v0.2.3 |
3031 | 2024-10-31T19:35:08.636Z | Checking rand_seeder v0.3.0 |
3032 | 2024-10-31T19:35:08.755Z | Checking compact_str v0.8.0 |
3033 | 2024-10-31T19:35:08.889Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3034 | 2024-10-31T19:35:09.137Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3035 | 2024-10-31T19:35:09.689Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3036 | 2024-10-31T19:35:10.207Z | Checking const_format v0.2.33 |
3037 | 2024-10-31T19:35:10.388Z | Checking unicode-truncate v1.1.0 |
3038 | 2024-10-31T19:35:10.620Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3039 | 2024-10-31T19:35:10.707Z | Checking lru v0.12.5 |
3040 | 2024-10-31T19:35:10.955Z | Compiling instability v0.3.2 |
3041 | 2024-10-31T19:35:11.060Z | Checking smawk v0.3.2 |
3042 | 2024-10-31T19:35:11.281Z | Checking is_ci v1.2.0 |
3043 | 2024-10-31T19:35:11.438Z | Checking unicode-linebreak v0.1.5 |
3044 | 2024-10-31T19:35:11.600Z | Checking cassowary v0.3.0 |
3045 | 2024-10-31T19:35:11.884Z | Checking textwrap v0.16.1 |
3046 | 2024-10-31T19:35:12.015Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3047 | 2024-10-31T19:35:12.033Z | Checking ratatui v0.28.1 |
3048 | 2024-10-31T19:35:12.255Z | Checking supports-color v3.0.1 |
3049 | 2024-10-31T19:35:12.472Z | Checking multimap v0.10.0 |
3050 | 2024-10-31T19:35:14.052Z | Checking diesel v2.2.4 |
3051 | 2024-10-31T19:35:34.604Z | Compiling samael v0.0.17 |
3052 | 2024-10-31T19:35:49.456Z | Checking async-bb8-diesel v0.2.1 |
3053 | 2024-10-31T19:35:50.705Z | Compiling polar-core v0.27.3 |
3054 | 2024-10-31T19:35:58.178Z | Checking oso v0.27.3 |
3055 | 2024-10-31T19:37:30.649Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3056 | 2024-10-31T19:37:38.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
3057 | 2024-10-31T19:37:38.770Z | |
3058 | 2024-10-31T19:37:38.770Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3059 | 2024-10-31T19:37:39.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-10-31T19:37:39.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-10-31T19:37:39.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-10-31T19:37:39.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3063 | 2024-10-31T19:37:39.528Z | |
3064 | 2024-10-31T19:37:39.528Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3065 | 2024-10-31T19:37:39.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-10-31T19:37:39.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-10-31T19:37:39.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2024-10-31T19:37:39.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3069 | 2024-10-31T19:37:40.023Z | |
3070 | 2024-10-31T19:37:40.023Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3071 | 2024-10-31T19:37:40.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-10-31T19:37:40.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-10-31T19:37:40.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2024-10-31T19:37:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3075 | 2024-10-31T19:37:40.699Z | |
3076 | 2024-10-31T19:37:40.699Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3077 | 2024-10-31T19:37:41.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2024-10-31T19:37:41.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2024-10-31T19:37:41.341Z | Compiling libz-sys v1.1.20 |
3080 | 2024-10-31T19:37:41.344Z | Checking http v0.2.12 |
3081 | 2024-10-31T19:37:41.449Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3082 | 2024-10-31T19:37:41.471Z | Compiling vergen v8.3.2 |
3083 | 2024-10-31T19:37:41.484Z | Compiling cargo-platform v0.1.8 |
3084 | 2024-10-31T19:37:41.484Z | Compiling pin-project-internal v1.1.6 |
3085 | 2024-10-31T19:37:41.505Z | Compiling libsqlite3-sys v0.30.1 |
3086 | 2024-10-31T19:37:41.505Z | Compiling snafu-derive v0.8.5 |
3087 | 2024-10-31T19:37:41.776Z | Checking sync_wrapper v0.1.2 |
3088 | 2024-10-31T19:37:41.914Z | Compiling cargo_metadata v0.18.1 |
3089 | 2024-10-31T19:37:42.015Z | Compiling rustls v0.21.12 |
3090 | 2024-10-31T19:37:42.052Z | Compiling cfg_aliases v0.2.1 |
3091 | 2024-10-31T19:37:42.183Z | Compiling buf-list v1.0.3 |
3092 | 2024-10-31T19:37:42.336Z | Compiling nix v0.29.0 |
3093 | 2024-10-31T19:37:42.405Z | Checking globset v0.4.15 |
3094 | 2024-10-31T19:37:42.833Z | Checking http-body v0.4.6 |
3095 | 2024-10-31T19:37:42.847Z | Checking h2 v0.3.26 |
3096 | 2024-10-31T19:37:42.981Z | Checking olpc-cjson v0.1.4 |
3097 | 2024-10-31T19:37:43.209Z | Checking rustls-webpki v0.101.7 |
3098 | 2024-10-31T19:37:43.225Z | Checking sct v0.7.1 |
3099 | 2024-10-31T19:37:43.242Z | Checking serde_plain v1.0.2 |
3100 | 2024-10-31T19:37:43.435Z | Checking typed-path v0.7.1 |
3101 | 2024-10-31T19:37:48.128Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3102 | 2024-10-31T19:37:48.170Z | Checking pin-project v1.1.6 |
3103 | 2024-10-31T19:37:48.170Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3104 | 2024-10-31T19:37:48.170Z | Checking hashlink v0.9.1 |
3105 | 2024-10-31T19:37:48.170Z | Checking parse-size v1.0.0 |
3106 | 2024-10-31T19:37:48.171Z | Checking fallible-streaming-iterator v0.1.9 |
3107 | 2024-10-31T19:37:48.171Z | Checking fallible-iterator v0.3.0 |
3108 | 2024-10-31T19:37:48.171Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3109 | 2024-10-31T19:37:48.171Z | Checking rustls-pemfile v1.0.4 |
3110 | 2024-10-31T19:37:48.171Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3111 | 2024-10-31T19:37:48.171Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3112 | 2024-10-31T19:37:48.171Z | Checking rusqlite v0.32.1 |
3113 | 2024-10-31T19:37:48.171Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3114 | 2024-10-31T19:37:48.171Z | Checking twox-hash v1.6.3 |
3115 | 2024-10-31T19:37:48.171Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3116 | 2024-10-31T19:37:48.171Z | Checking snafu v0.8.5 |
3117 | 2024-10-31T19:37:48.171Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3118 | 2024-10-31T19:37:48.172Z | Checking tokio-rustls v0.24.1 |
3119 | 2024-10-31T19:37:48.172Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3120 | 2024-10-31T19:37:48.172Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3121 | 2024-10-31T19:37:48.172Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3122 | 2024-10-31T19:37:48.172Z | Checking fatfs v0.3.6 |
3123 | 2024-10-31T19:37:48.213Z | Checking assert_matches v1.5.0 |
3124 | 2024-10-31T19:37:48.818Z | Checking hyper v0.14.30 |
3125 | 2024-10-31T19:37:52.929Z | Checking reqwest v0.11.27 |
3126 | 2024-10-31T19:37:53.679Z | Checking tough v0.17.1 |
3127 | 2024-10-31T19:37:54.475Z | Compiling git2 v0.19.0 |
3128 | 2024-10-31T19:37:56.880Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3129 | 2024-10-31T19:37:58.050Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3130 | 2024-10-31T19:37:59.672Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3131 | 2024-10-31T19:41:30.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s |
3132 | 2024-10-31T19:41:30.820Z | |
3133 | 2024-10-31T19:41:30.820Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3134 | 2024-10-31T19:41:31.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-10-31T19:41:31.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-10-31T19:41:31.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3137 | 2024-10-31T19:41:31.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3138 | 2024-10-31T19:41:31.472Z | |
3139 | 2024-10-31T19:41:31.472Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3140 | 2024-10-31T19:41:31.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-10-31T19:41:31.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-10-31T19:41:31.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2024-10-31T19:41:31.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3144 | 2024-10-31T19:41:32.047Z | |
3145 | 2024-10-31T19:41:32.047Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3146 | 2024-10-31T19:41:32.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-10-31T19:41:32.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-10-31T19:41:32.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3149 | 2024-10-31T19:41:32.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3150 | 2024-10-31T19:41:32.659Z | |
3151 | 2024-10-31T19:41:32.659Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3152 | 2024-10-31T19:41:33.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-10-31T19:41:33.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-10-31T19:41:33.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3155 | 2024-10-31T19:41:33.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3156 | 2024-10-31T19:41:33.304Z | |
3157 | 2024-10-31T19:41:33.304Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3158 | 2024-10-31T19:41:33.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2024-10-31T19:41:33.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2024-10-31T19:41:33.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3161 | 2024-10-31T19:41:33.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3162 | 2024-10-31T19:41:33.937Z | |
3163 | 2024-10-31T19:41:33.937Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3164 | 2024-10-31T19:41:34.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-10-31T19:41:34.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-10-31T19:41:34.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3167 | 2024-10-31T19:41:34.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3168 | 2024-10-31T19:41:34.571Z | |
3169 | 2024-10-31T19:41:34.571Z | info: running `cargo check --bins` on update-common (145/166) |
3170 | 2024-10-31T19:41:35.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-10-31T19:41:35.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-10-31T19:41:35.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3173 | 2024-10-31T19:41:35.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3174 | 2024-10-31T19:41:35.192Z | |
3175 | 2024-10-31T19:41:35.192Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3176 | 2024-10-31T19:41:35.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-10-31T19:41:35.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-10-31T19:41:35.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3179 | 2024-10-31T19:41:35.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3180 | 2024-10-31T19:41:35.808Z | |
3181 | 2024-10-31T19:41:35.808Z | info: running `cargo check --bins` on tufaceous (147/166) |
3182 | 2024-10-31T19:41:36.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2024-10-31T19:41:36.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2024-10-31T19:41:36.437Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3185 | 2024-10-31T19:41:37.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3186 | 2024-10-31T19:41:37.507Z | |
3187 | 2024-10-31T19:41:37.507Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3188 | 2024-10-31T19:41:38.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2024-10-31T19:41:38.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2024-10-31T19:41:38.306Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3191 | 2024-10-31T19:41:38.426Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3192 | 2024-10-31T19:41:38.429Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3193 | 2024-10-31T19:41:38.429Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3194 | 2024-10-31T19:42:33.350Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3195 | 2024-10-31T19:42:33.353Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3196 | 2024-10-31T19:42:33.353Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3197 | 2024-10-31T19:42:33.353Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3198 | 2024-10-31T19:42:33.353Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3199 | 2024-10-31T19:42:34.087Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3200 | 2024-10-31T19:42:35.346Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3201 | 2024-10-31T19:45:52.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
3202 | 2024-10-31T19:45:52.416Z | |
3203 | 2024-10-31T19:45:52.416Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3204 | 2024-10-31T19:45:52.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-10-31T19:45:52.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-10-31T19:45:53.082Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3207 | 2024-10-31T19:45:53.082Z | Checking heck v0.4.1 |
3208 | 2024-10-31T19:45:53.085Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3209 | 2024-10-31T19:45:53.326Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3210 | 2024-10-31T19:45:54.694Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3211 | 2024-10-31T19:45:55.512Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3212 | 2024-10-31T19:45:56.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3213 | 2024-10-31T19:45:56.670Z | |
3214 | 2024-10-31T19:45:56.670Z | info: running `cargo check --bins` on installinator-api (150/166) |
3215 | 2024-10-31T19:45:57.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-10-31T19:45:57.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-10-31T19:45:57.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2024-10-31T19:45:57.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3219 | 2024-10-31T19:45:57.267Z | |
3220 | 2024-10-31T19:45:57.267Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3221 | 2024-10-31T19:45:57.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-10-31T19:45:57.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-10-31T19:45:57.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2024-10-31T19:45:57.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3225 | 2024-10-31T19:45:57.873Z | |
3226 | 2024-10-31T19:45:57.873Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3227 | 2024-10-31T19:45:58.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-10-31T19:45:58.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-10-31T19:45:58.505Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3230 | 2024-10-31T19:45:59.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
3231 | 2024-10-31T19:45:59.818Z | |
3232 | 2024-10-31T19:45:59.818Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3233 | 2024-10-31T19:46:00.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-10-31T19:46:00.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-10-31T19:46:00.452Z | Checking memmap2 v0.9.5 |
3236 | 2024-10-31T19:46:00.454Z | Checking constant_time_eq v0.3.1 |
3237 | 2024-10-31T19:46:00.454Z | Checking arrayref v0.3.9 |
3238 | 2024-10-31T19:46:00.454Z | Checking arrayvec v0.7.6 |
3239 | 2024-10-31T19:46:00.454Z | Checking spin v0.5.2 |
3240 | 2024-10-31T19:46:00.454Z | Checking untrusted v0.7.1 |
3241 | 2024-10-31T19:46:00.550Z | Checking topological-sort v0.2.2 |
3242 | 2024-10-31T19:46:00.562Z | Checking shell-words v1.1.0 |
3243 | 2024-10-31T19:46:00.758Z | Checking ring v0.16.20 |
3244 | 2024-10-31T19:46:00.896Z | Checking blake3 v1.5.4 |
3245 | 2024-10-31T19:46:01.909Z | Checking omicron-zone-package v0.11.1 |
3246 | 2024-10-31T19:46:03.034Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3247 | 2024-10-31T19:46:03.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3248 | 2024-10-31T19:46:04.089Z | |
3249 | 2024-10-31T19:46:04.089Z | info: running `cargo check --bins` on xtask (154/166) |
3250 | 2024-10-31T19:46:04.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-10-31T19:46:04.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-10-31T19:46:04.506Z | Checking bitflags v2.6.0 |
3253 | 2024-10-31T19:46:04.508Z | Checking serde v1.0.210 |
3254 | 2024-10-31T19:46:04.508Z | Checking thiserror v1.0.64 |
3255 | 2024-10-31T19:46:04.508Z | Checking scroll v0.12.0 |
3256 | 2024-10-31T19:46:04.601Z | Checking hashbrown v0.15.0 |
3257 | 2024-10-31T19:46:04.604Z | Checking log v0.4.22 |
3258 | 2024-10-31T19:46:04.604Z | Checking zerocopy v0.7.35 |
3259 | 2024-10-31T19:46:04.632Z | Checking syn v2.0.79 |
3260 | 2024-10-31T19:46:04.702Z | Checking pest v2.7.14 |
3261 | 2024-10-31T19:46:04.834Z | Checking rustix v0.38.37 |
3262 | 2024-10-31T19:46:04.868Z | Checking once_cell v1.20.2 |
3263 | 2024-10-31T19:46:05.046Z | Checking goblin v0.8.2 |
3264 | 2024-10-31T19:46:05.170Z | Checking fs-err v2.11.0 |
3265 | 2024-10-31T19:46:05.465Z | Checking tabled v0.15.0 |
3266 | 2024-10-31T19:46:05.674Z | Checking indexmap v2.6.0 |
3267 | 2024-10-31T19:46:06.122Z | Checking anyhow v1.0.89 |
3268 | 2024-10-31T19:46:06.840Z | Checking terminal_size v0.4.0 |
3269 | 2024-10-31T19:46:06.840Z | Checking tempfile v3.13.0 |
3270 | 2024-10-31T19:46:07.008Z | Checking clap_builder v4.5.20 |
3271 | 2024-10-31T19:46:07.216Z | Checking dtrace-parser v0.2.0 |
3272 | 2024-10-31T19:46:09.116Z | Checking serde_json v1.0.128 |
3273 | 2024-10-31T19:46:09.116Z | Checking serde_spanned v0.6.8 |
3274 | 2024-10-31T19:46:09.119Z | Checking toml_datetime v0.6.8 |
3275 | 2024-10-31T19:46:09.119Z | Checking camino v1.1.9 |
3276 | 2024-10-31T19:46:09.119Z | Checking cargo-platform v0.1.8 |
3277 | 2024-10-31T19:46:09.119Z | Checking semver v1.0.23 |
3278 | 2024-10-31T19:46:09.174Z | Checking macaddr v1.0.1 |
3279 | 2024-10-31T19:46:09.267Z | Checking clap v4.5.20 |
3280 | 2024-10-31T19:46:09.408Z | Checking toml_edit v0.22.22 |
3281 | 2024-10-31T19:46:09.614Z | Checking camino-tempfile v1.1.1 |
3282 | 2024-10-31T19:46:10.207Z | Checking dof v0.3.0 |
3283 | 2024-10-31T19:46:10.207Z | Checking cargo_metadata v0.18.1 |
3284 | 2024-10-31T19:46:10.612Z | Checking usdt-impl v0.5.0 |
3285 | 2024-10-31T19:46:10.971Z | Checking usdt v0.5.0 |
3286 | 2024-10-31T19:46:11.154Z | Checking toml v0.8.19 |
3287 | 2024-10-31T19:46:11.613Z | Checking cargo_toml v0.20.5 |
3288 | 2024-10-31T19:46:12.821Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3289 | 2024-10-31T19:46:13.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
3290 | 2024-10-31T19:46:13.534Z | |
3291 | 2024-10-31T19:46:13.534Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3292 | 2024-10-31T19:46:14.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2024-10-31T19:46:14.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2024-10-31T19:46:14.244Z | Checking polyval v0.6.2 |
3295 | 2024-10-31T19:46:14.350Z | Checking ctr v0.9.2 |
3296 | 2024-10-31T19:46:14.362Z | Checking ssh-encoding v0.2.0 |
3297 | 2024-10-31T19:46:14.365Z | Checking blowfish v0.9.1 |
3298 | 2024-10-31T19:46:14.385Z | Checking password-hash v0.4.2 |
3299 | 2024-10-31T19:46:14.387Z | Checking matches v0.1.10 |
3300 | 2024-10-31T19:46:14.416Z | Checking p521 v0.13.3 |
3301 | 2024-10-31T19:46:14.416Z | Checking p256 v0.13.2 |
3302 | 2024-10-31T19:46:14.486Z | Checking idna v0.2.3 |
3303 | 2024-10-31T19:46:14.564Z | Checking ghash v0.5.1 |
3304 | 2024-10-31T19:46:14.582Z | Checking bcrypt-pbkdf v0.10.0 |
3305 | 2024-10-31T19:46:14.605Z | Compiling enum-as-inner v0.5.1 |
3306 | 2024-10-31T19:46:14.701Z | Checking russh-cryptovec v0.7.3 |
3307 | 2024-10-31T19:46:14.727Z | Checking aes-gcm v0.10.3 |
3308 | 2024-10-31T19:46:14.809Z | Checking pbkdf2 v0.11.0 |
3309 | 2024-10-31T19:46:14.827Z | Checking md5 v0.7.0 |
3310 | 2024-10-31T19:46:14.900Z | Checking num-bigint v0.4.6 |
3311 | 2024-10-31T19:46:14.919Z | Checking des v0.8.1 |
3312 | 2024-10-31T19:46:14.945Z | Checking ssh-cipher v0.2.0 |
3313 | 2024-10-31T19:46:15.081Z | Checking hex-literal v0.4.1 |
3314 | 2024-10-31T19:46:15.108Z | Compiling dhcproto-macros v0.1.0 |
3315 | 2024-10-31T19:46:15.197Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3316 | 2024-10-31T19:46:15.213Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3317 | 2024-10-31T19:46:15.230Z | Checking ssh-key v0.6.6 |
3318 | 2024-10-31T19:46:15.298Z | Checking internet-checksum v0.2.1 |
3319 | 2024-10-31T19:46:15.591Z | Checking trust-dns-proto v0.22.0 |
3320 | 2024-10-31T19:46:16.533Z | Checking russh-keys v0.45.0 |
3321 | 2024-10-31T19:46:17.467Z | Checking russh v0.45.0 |
3322 | 2024-10-31T19:46:18.149Z | Checking dhcproto v0.12.0 |
3323 | 2024-10-31T19:46:39.381Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3324 | 2024-10-31T19:46:40.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.21s |
3325 | 2024-10-31T19:46:40.946Z | |
3326 | 2024-10-31T19:46:40.946Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3327 | 2024-10-31T19:46:41.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-10-31T19:46:41.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-10-31T19:46:41.550Z | Checking termios v0.3.3 |
3330 | 2024-10-31T19:46:41.763Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3331 | 2024-10-31T19:46:42.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3332 | 2024-10-31T19:46:42.686Z | |
3333 | 2024-10-31T19:46:42.686Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3334 | 2024-10-31T19:46:43.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2024-10-31T19:46:43.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2024-10-31T19:46:43.348Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3337 | 2024-10-31T19:46:45.328Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3338 | 2024-10-31T19:46:47.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3339 | 2024-10-31T19:46:47.505Z | |
3340 | 2024-10-31T19:46:47.505Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3341 | 2024-10-31T19:46:48.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-10-31T19:46:48.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-10-31T19:46:48.091Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3344 | 2024-10-31T19:46:48.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3345 | 2024-10-31T19:46:48.701Z | |
3346 | 2024-10-31T19:46:48.702Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3347 | 2024-10-31T19:46:49.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-10-31T19:46:49.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-10-31T19:46:49.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2024-10-31T19:46:49.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3351 | 2024-10-31T19:46:49.273Z | |
3352 | 2024-10-31T19:46:49.273Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3353 | 2024-10-31T19:46:49.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-10-31T19:46:49.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-10-31T19:46:49.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2024-10-31T19:46:49.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3357 | 2024-10-31T19:46:49.848Z | |
3358 | 2024-10-31T19:46:49.848Z | info: running `cargo check --bins` on omicron-package (161/166) |
3359 | 2024-10-31T19:46:50.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-10-31T19:46:50.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-10-31T19:46:50.478Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3362 | 2024-10-31T19:46:51.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3363 | 2024-10-31T19:46:51.872Z | |
3364 | 2024-10-31T19:46:51.872Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3365 | 2024-10-31T19:46:52.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-10-31T19:46:52.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-10-31T19:46:52.525Z | Checking rtoolbox v0.0.2 |
3368 | 2024-10-31T19:46:52.528Z | Checking tui-tree-widget v0.22.0 |
3369 | 2024-10-31T19:46:52.528Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3370 | 2024-10-31T19:46:52.859Z | Checking rpassword v7.3.1 |
3371 | 2024-10-31T19:46:56.750Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3372 | 2024-10-31T19:46:59.878Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3373 | 2024-10-31T19:47:01.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3374 | 2024-10-31T19:47:01.176Z | |
3375 | 2024-10-31T19:47:01.176Z | info: running `cargo check --bins` on wicket (163/166) |
3376 | 2024-10-31T19:47:01.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-10-31T19:47:01.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-10-31T19:47:01.821Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3379 | 2024-10-31T19:47:02.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3380 | 2024-10-31T19:47:02.382Z | |
3381 | 2024-10-31T19:47:02.383Z | info: running `cargo check --bins` on wicketd (164/166) |
3382 | 2024-10-31T19:47:02.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-10-31T19:47:02.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-10-31T19:47:03.054Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3385 | 2024-10-31T19:47:12.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s |
3386 | 2024-10-31T19:47:12.784Z | |
3387 | 2024-10-31T19:47:12.784Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3388 | 2024-10-31T19:47:13.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-10-31T19:47:13.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-10-31T19:47:13.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3391 | 2024-10-31T19:47:13.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3392 | 2024-10-31T19:47:13.355Z | |
3393 | 2024-10-31T19:47:13.355Z | info: running `cargo check --bins` on zone-setup (166/166) |
3394 | 2024-10-31T19:47:13.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-10-31T19:47:13.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-10-31T19:47:14.029Z | Checking uzers v0.12.1 |
3397 | 2024-10-31T19:47:14.367Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3398 | 2024-10-31T19:47:15.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
3399 | 2024-10-31T19:47:15.642Z | |
3400 | 2024-10-31T19:47:15.642Z | real 23:12.512607594 |
3401 | 2024-10-31T19:47:15.642Z | user 35:24.818922864 |
3402 | 2024-10-31T19:47:15.645Z | sys 5:13.277611509 |
3403 | 2024-10-31T19:47:15.645Z | trap 0.567378372 |
3404 | 2024-10-31T19:47:15.645Z | tflt 2.890935562 |
3405 | 2024-10-31T19:47:15.645Z | dflt 2.624505608 |
3406 | 2024-10-31T19:47:15.645Z | kflt 0.002506436 |
3407 | 2024-10-31T19:47:15.645Z | lock 1:25:11.325453945 |
3408 | 2024-10-31T19:47:15.645Z | slp 3:18:58.098421367 |
3409 | 2024-10-31T19:47:15.645Z | lat 57.798530903 |
3410 | 2024-10-31T19:47:15.645Z | stop 3:01.418451079 |
3411 | 2024-10-31T19:47:15.645Z | process exited: duration 1671934 ms, exit code 0 |
|
3412 | 2024-10-31T19:47:15.651Z | found 0 output files |