|
|
|
1 | 2024-12-20T23:29:33.810Z | job assigned to worker 01JFK6DTE9WRS6VVNGYS5Z4WDP [factory aws, i-08c78bed97652b6ca] (queued for 55 s) |
|
2 | 2024-12-20T23:29:42.313Z | starting task 0: "setup" |
3 | 2024-12-20T23:29:42.319Z | ++ uname -s |
4 | 2024-12-20T23:29:42.323Z | + kern=SunOS |
5 | 2024-12-20T23:29:42.323Z | + case "$kern" in |
6 | 2024-12-20T23:29:42.323Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:29:42.327Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:29:44.332Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:29:44.410Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:29:44.418Z | + home_fs=zfs |
11 | 2024-12-20T23:29:44.418Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:29:44.418Z | + mkdir -p /home/build |
13 | 2024-12-20T23:29:44.418Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:29:47.439Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:29:47.468Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-12-20T23:29:47.502Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:29:47.511Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:29:47.511Z | ' 1.81.0 |
19 | 2024-12-20T23:29:47.511Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:29:47.512Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T23:29:47.512Z | ' default |
22 | 2024-12-20T23:29:47.512Z | * toolchain profile = "default" |
23 | 2024-12-20T23:29:47.512Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:29:47.512Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:29:47.622Z | info: downloading installer |
26 | 2024-12-20T23:29:48.885Z | info: profile set to 'default' |
27 | 2024-12-20T23:29:48.885Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:29:48.888Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:29:49.048Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:29:49.049Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:29:49.880Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:29:50.188Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:29:51.399Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:29:53.216Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:29:59.714Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:29:59.962Z | info: installing component 'cargo' |
37 | 2024-12-20T23:30:03.660Z | info: installing component 'clippy' |
38 | 2024-12-20T23:30:03.688Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:30:03.688Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:30:04.476Z | info: installing component 'rustc' |
41 | 2024-12-20T23:30:10.066Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:30:10.387Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T23:30:10.388Z | |
44 | 2024-12-20T23:30:10.752Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:30:10.753Z | |
46 | 2024-12-20T23:30:10.755Z | |
47 | 2024-12-20T23:30:10.756Z | Rust is installed now. Great! |
48 | 2024-12-20T23:30:10.756Z | |
49 | 2024-12-20T23:30:10.756Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:30:10.756Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:30:10.756Z | |
52 | 2024-12-20T23:30:10.756Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:30:10.756Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:30:10.756Z | |
55 | 2024-12-20T23:30:10.756Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:30:10.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:30:10.756Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:30:10.827Z | + rustc --version |
59 | 2024-12-20T23:30:10.892Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:30:10.897Z | process exited: duration 23397 ms, exit code 0 |
|
61 | 2024-12-20T23:30:10.906Z | starting task 2: "authentication" |
62 | 2024-12-20T23:30:10.929Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2024-12-20T23:30:10.938Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:30:10.944Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:30:10.954Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:30:11.245Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:30:18.004Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:30:18.004Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:30:18.366Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:30:18.366Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:30:18.375Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:30:18.379Z | ++ git branch --show-current |
73 | 2024-12-20T23:30:18.379Z | + current=main |
74 | 2024-12-20T23:30:18.379Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:30:18.382Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:30:18.386Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:30:18.548Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:30:18.551Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:30:18.718Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:30:18.721Z | process exited: duration 7779 ms, exit code 0 |
|
81 | 2024-12-20T23:30:18.728Z | starting task 4: "build" |
82 | 2024-12-20T23:30:18.733Z | + source ./env.sh |
83 | 2024-12-20T23:30:18.733Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T23:30:18.733Z | ++ set -o xtrace |
85 | 2024-12-20T23:30:18.736Z | ++++ dirname ./env.sh |
86 | 2024-12-20T23:30:18.739Z | +++ readlink -f . |
87 | 2024-12-20T23:30:18.832Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T23:30:18.834Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-20T23:30:18.834Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-20T23:30:18.835Z | ++ 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 |
91 | 2024-12-20T23:30:18.835Z | ++ 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 |
92 | 2024-12-20T23:30:18.835Z | ++ 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 |
93 | 2024-12-20T23:30:18.835Z | ++ 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 |
94 | 2024-12-20T23:30:18.835Z | ++ 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 |
95 | 2024-12-20T23:30:18.835Z | ++ 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 |
96 | 2024-12-20T23:30:18.835Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T23:30:18.835Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T23:30:18.835Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T23:30:18.835Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T23:30:18.835Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T23:30:18.835Z | + cargo --version |
102 | 2024-12-20T23:30:18.891Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-20T23:30:18.896Z | + rustc --version |
104 | 2024-12-20T23:30:18.952Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-20T23:30:18.955Z | + banner prerequisites |
106 | 2024-12-20T23:30:19.062Z | |
107 | 2024-12-20T23:30:19.062Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-20T23:30:19.063Z | # # # # # # # # # # # # # # # |
109 | 2024-12-20T23:30:19.063Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-20T23:30:19.063Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-20T23:30:19.063Z | # # # # # # # # # # # # # # # |
112 | 2024-12-20T23:30:19.063Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-20T23:30:19.063Z | |
114 | 2024-12-20T23:30:19.066Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-20T23:30:36.394Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-20T23:30:40.584Z | Startup: Caching catalogs ... Done |
117 | 2024-12-20T23:30:51.360Z | Planning: Solver setup ... Done (9.803s) |
118 | 2024-12-20T23:30:51.495Z | Planning: Running solver ... Done (0.135s) |
119 | 2024-12-20T23:30:51.791Z | Planning: Finding local manifests ... Done (0.190s) |
120 | 2024-12-20T23:30:51.803Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-20T23:30:52.439Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-20T23:30:52.723Z | Planning: Package planning ... Done (0.284s) |
123 | 2024-12-20T23:30:52.952Z | Planning: Merging actions ... Done (0.228s) |
124 | 2024-12-20T23:30:54.083Z | Planning: Checking for conflicting actions ... Done (1.131s) |
125 | 2024-12-20T23:31:02.290Z | Planning: Consolidating action changes ... Done (8.206s) |
126 | 2024-12-20T23:31:02.739Z | Planning: Evaluating mediators ... Done (0.449s) |
127 | 2024-12-20T23:31:02.849Z | Planning: Planning completed in 22.17 seconds |
128 | 2024-12-20T23:31:02.914Z | Packages to install: 4 |
129 | 2024-12-20T23:31:02.914Z | Packages to update: 1 |
130 | 2024-12-20T23:31:02.916Z | Mediators to change: 2 |
131 | 2024-12-20T23:31:02.916Z | Services to change: 1 |
132 | 2024-12-20T23:31:02.916Z | Estimated space available: 155.63 GB |
133 | 2024-12-20T23:31:02.916Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-20T23:31:02.916Z | Create boot environment: No |
135 | 2024-12-20T23:31:02.916Z | Create backup boot environment: Yes |
136 | 2024-12-20T23:31:02.916Z | Rebuild boot archive: No |
137 | 2024-12-20T23:31:02.916Z | |
138 | 2024-12-20T23:31:02.917Z | Changed mediators: |
139 | 2024-12-20T23:31:02.917Z | mediator clang: |
140 | 2024-12-20T23:31:02.917Z | version: None -> 15 (system default) |
141 | 2024-12-20T23:31:02.917Z | |
142 | 2024-12-20T23:31:02.917Z | mediator llvm: |
143 | 2024-12-20T23:31:02.917Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-20T23:31:02.917Z | |
145 | 2024-12-20T23:31:02.917Z | Changed packages: |
146 | 2024-12-20T23:31:02.917Z | helios-dev |
147 | 2024-12-20T23:31:02.917Z | developer/build-essential |
148 | 2024-12-20T23:31:02.917Z | None -> 11-2.0 |
149 | 2024-12-20T23:31:02.917Z | library/libxmlsec1 |
150 | 2024-12-20T23:31:02.917Z | None -> 1.2.35-2.0 |
151 | 2024-12-20T23:31:02.917Z | ooce/developer/clang-15 |
152 | 2024-12-20T23:31:02.917Z | None -> 15.0.7-2.0 |
153 | 2024-12-20T23:31:02.917Z | ooce/developer/llvm-15 |
154 | 2024-12-20T23:31:02.917Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T23:31:02.917Z | package/pkg |
156 | 2024-12-20T23:31:02.917Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-20T23:31:02.917Z | |
158 | 2024-12-20T23:31:02.917Z | Services: |
159 | 2024-12-20T23:31:02.917Z | restart_fmri: |
160 | 2024-12-20T23:31:02.917Z | svc:/system/update-man-index:default |
161 | 2024-12-20T23:31:02.917Z | |
162 | 2024-12-20T23:31:02.917Z | Editable files to change: |
163 | 2024-12-20T23:31:02.917Z | Update: |
164 | 2024-12-20T23:31:02.917Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-20T23:31:03.315Z | |
166 | 2024-12-20T23:31:03.315Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-20T23:31:08.321Z | Download: 720/4281 items 17.9/220.6MB 8% complete (3.7M/s) |
168 | 2024-12-20T23:31:13.325Z | Download: 1228/4281 items 100.7/220.6MB 45% complete (10.1M/s) |
169 | 2024-12-20T23:31:18.857Z | Download: 2223/4281 items 119.0/220.6MB 53% complete (10.3M/s) |
170 | 2024-12-20T23:31:23.858Z | Download: 2901/4281 items 121.1/220.6MB 54% complete (715k/s) |
171 | 2024-12-20T23:31:31.721Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
172 | 2024-12-20T23:31:37.863Z | Download: 3287/4281 items 210.0/220.6MB 95% complete (7.0M/s) |
173 | 2024-12-20T23:31:44.256Z | Download: 3288/4281 items 210.2/220.6MB 95% complete (5.1M/s) |
174 | 2024-12-20T23:31:46.905Z | Download: Completed 220.60 MB in 43.58 seconds (5.1M/s) |
175 | 2024-12-20T23:31:49.003Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-20T23:31:49.022Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-20T23:31:54.158Z | Actions: 4192/5063 actions (Installing new actions) |
178 | 2024-12-20T23:31:54.161Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-20T23:31:54.515Z | Actions: Completed 5063 actions in 5.51 seconds. |
180 | 2024-12-20T23:31:54.933Z | Done (0.411s) |
181 | 2024-12-20T23:31:54.936Z | Done (0.000s) |
182 | 2024-12-20T23:31:55.499Z | Done (0.563s) |
183 | 2024-12-20T23:32:01.085Z | Done (5.361s) |
184 | 2024-12-20T23:32:01.351Z | Done (0.196s) |
185 | 2024-12-20T23:32:01.354Z | Done (0.000s) |
186 | 2024-12-20T23:32:01.529Z | Done (0.000s) |
187 | 2024-12-20T23:32:02.221Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-20T23:32:02.378Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-20T23:32:02.381Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-20T23:32:02.651Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-20T23:32:02.654Z | Planning: Planning completed in 0.43 seconds |
192 | 2024-12-20T23:32:02.691Z | Mediators to change: 2 |
193 | 2024-12-20T23:32:02.691Z | Create boot environment: No |
194 | 2024-12-20T23:32:02.697Z | Create backup boot environment: No |
195 | 2024-12-20T23:32:02.823Z | Done |
196 | 2024-12-20T23:32:02.823Z | Done |
197 | 2024-12-20T23:32:03.182Z | Done |
198 | 2024-12-20T23:32:06.821Z | Done |
199 | 2024-12-20T23:32:06.912Z | Done |
200 | 2024-12-20T23:32:06.916Z | Done |
201 | 2024-12-20T23:32:07.040Z | Done |
202 | 2024-12-20T23:32:07.652Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-20T23:32:07.655Z | Planning: Merging actions ... Done |
204 | 2024-12-20T23:32:07.845Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-20T23:32:07.848Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-20T23:32:08.113Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-20T23:32:08.166Z | Planning: Planning completed in 0.76 seconds |
208 | 2024-12-20T23:32:08.207Z | Packages to change: 1 |
209 | 2024-12-20T23:32:08.207Z | Mediators to change: 1 |
210 | 2024-12-20T23:32:08.211Z | Services to change: 1 |
211 | 2024-12-20T23:32:08.211Z | Create boot environment: No |
212 | 2024-12-20T23:32:08.211Z | Create backup boot environment: Yes |
213 | 2024-12-20T23:32:10.419Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-20T23:32:10.454Z | Actions: Completed 6 actions in 0.03 seconds. |
215 | 2024-12-20T23:32:10.456Z | Done |
216 | 2024-12-20T23:32:10.456Z | Done |
217 | 2024-12-20T23:32:10.569Z | Done |
218 | 2024-12-20T23:32:14.167Z | Done |
219 | 2024-12-20T23:32:14.257Z | Done |
220 | 2024-12-20T23:32:14.261Z | Done |
221 | 2024-12-20T23:32:14.392Z | Done |
222 | 2024-12-20T23:32:14.823Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-20T23:32:14.823Z | clang system 15 system |
224 | 2024-12-20T23:32:14.823Z | csh system system illumos |
225 | 2024-12-20T23:32:14.823Z | ctags system system illumos |
226 | 2024-12-20T23:32:14.823Z | gcc vendor 12 vendor |
227 | 2024-12-20T23:32:14.823Z | gcc system 10 system |
228 | 2024-12-20T23:32:14.823Z | gcc system 7 system |
229 | 2024-12-20T23:32:14.823Z | go system 1.20 system |
230 | 2024-12-20T23:32:14.823Z | go system 1.19 system |
231 | 2024-12-20T23:32:14.823Z | llvm system 15 system |
232 | 2024-12-20T23:32:14.823Z | llvm system 14 system |
233 | 2024-12-20T23:32:14.823Z | mariadb system 10.6 system |
234 | 2024-12-20T23:32:14.823Z | mta vendor vendor dma |
235 | 2024-12-20T23:32:14.823Z | openjdk system 17 system |
236 | 2024-12-20T23:32:14.823Z | openjdk system 11 system |
237 | 2024-12-20T23:32:14.823Z | openjdk system 1.8 system |
238 | 2024-12-20T23:32:14.823Z | openssl vendor 3 vendor |
239 | 2024-12-20T23:32:14.824Z | perl system 5.36 system |
240 | 2024-12-20T23:32:14.824Z | postgresql system 15 system |
241 | 2024-12-20T23:32:14.824Z | postgresql system 13 system |
242 | 2024-12-20T23:32:14.824Z | python vendor 3 vendor |
243 | 2024-12-20T23:32:14.824Z | python system 2 system |
244 | 2024-12-20T23:32:14.824Z | python3 system 3.11 system |
245 | 2024-12-20T23:32:14.824Z | ruby system 3.0 system |
246 | 2024-12-20T23:32:14.824Z | words vendor vendor american-english |
247 | 2024-12-20T23:32:14.824Z | words system system australian-english |
248 | 2024-12-20T23:32:14.824Z | words system system british-english |
249 | 2024-12-20T23:32:14.824Z | words system system canadian-english |
250 | 2024-12-20T23:32:14.824Z | words system system french |
251 | 2024-12-20T23:32:14.824Z | words system system italian |
252 | 2024-12-20T23:32:14.824Z | words system system ngerman |
253 | 2024-12-20T23:32:14.824Z | words system system ogerman |
254 | 2024-12-20T23:32:14.824Z | words system system spanish |
255 | 2024-12-20T23:32:15.157Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-20T23:32:15.157Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-20T23:32:17.914Z | FMRI IFO |
258 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-20T23:32:17.914Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-20T23:32:18.682Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-20T23:32:19.079Z | Updating crates.io index |
275 | 2024-12-20T23:32:19.097Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-20T23:32:19.497Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-20T23:32:19.707Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-20T23:32:19.946Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-20T23:32:20.233Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-20T23:32:21.118Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-20T23:32:22.552Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-20T23:32:23.208Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-20T23:32:23.845Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-20T23:32:24.084Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-20T23:32:24.388Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-20T23:32:24.994Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-20T23:32:25.299Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-20T23:32:25.660Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-20T23:32:25.924Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-20T23:32:26.164Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-20T23:32:26.383Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-20T23:32:26.660Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-20T23:32:26.944Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-20T23:32:27.321Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-20T23:32:27.597Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-20T23:32:28.043Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-20T23:32:28.310Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-20T23:32:28.691Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-20T23:32:29.040Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-20T23:32:29.331Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-20T23:32:29.568Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-20T23:32:29.898Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-20T23:32:31.136Z | Downloading crates ... |
304 | 2024-12-20T23:32:31.200Z | Downloaded anstream v0.6.15 |
305 | 2024-12-20T23:32:31.207Z | Downloaded autocfg v1.4.0 |
306 | 2024-12-20T23:32:31.210Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-12-20T23:32:31.213Z | Downloaded anyhow v1.0.93 |
308 | 2024-12-20T23:32:31.216Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-12-20T23:32:31.220Z | Downloaded anstyle v1.0.10 |
310 | 2024-12-20T23:32:31.259Z | Downloaded bytecount v0.6.8 |
311 | 2024-12-20T23:32:31.270Z | Downloaded clap_builder v4.5.21 |
312 | 2024-12-20T23:32:31.276Z | Downloaded cfg-if v1.0.0 |
313 | 2024-12-20T23:32:31.279Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-12-20T23:32:31.282Z | Downloaded equivalent v1.0.1 |
315 | 2024-12-20T23:32:31.286Z | Downloaded colorchoice v1.0.2 |
316 | 2024-12-20T23:32:31.289Z | Downloaded errno v0.3.9 |
317 | 2024-12-20T23:32:31.292Z | Downloaded byteorder v1.5.0 |
318 | 2024-12-20T23:32:31.292Z | Downloaded clap_lex v0.7.2 |
319 | 2024-12-20T23:32:31.297Z | Downloaded is_terminal_polyfill v1.70.1 |
320 | 2024-12-20T23:32:31.300Z | Downloaded fastrand v2.1.1 |
321 | 2024-12-20T23:32:31.300Z | Downloaded dof v0.3.0 |
322 | 2024-12-20T23:32:31.304Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-20T23:32:31.304Z | Downloaded cpufeatures v0.2.14 |
324 | 2024-12-20T23:32:31.304Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-12-20T23:32:31.307Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-12-20T23:32:31.307Z | Downloaded heck v0.4.1 |
327 | 2024-12-20T23:32:31.310Z | Downloaded digest v0.10.7 |
328 | 2024-12-20T23:32:31.310Z | Downloaded camino v1.1.9 |
329 | 2024-12-20T23:32:31.313Z | Downloaded clap_derive v4.5.18 |
330 | 2024-12-20T23:32:31.313Z | Downloaded cargo_toml v0.20.5 |
331 | 2024-12-20T23:32:31.316Z | Downloaded generic-array v0.14.7 |
332 | 2024-12-20T23:32:31.316Z | Downloaded heck v0.5.0 |
333 | 2024-12-20T23:32:31.319Z | Downloaded fnv v1.0.7 |
334 | 2024-12-20T23:32:31.320Z | Downloaded camino-tempfile v1.1.1 |
335 | 2024-12-20T23:32:31.322Z | Downloaded block-buffer v0.10.4 |
336 | 2024-12-20T23:32:31.327Z | Downloaded macaddr v1.0.1 |
337 | 2024-12-20T23:32:31.335Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-12-20T23:32:31.339Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-12-20T23:32:31.339Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-12-20T23:32:31.344Z | Downloaded clap v4.5.21 |
341 | 2024-12-20T23:32:31.353Z | Downloaded pest_generator v2.7.14 |
342 | 2024-12-20T23:32:31.356Z | Downloaded pest_derive v2.7.14 |
343 | 2024-12-20T23:32:31.358Z | Downloaded itoa v1.0.11 |
344 | 2024-12-20T23:32:31.361Z | Downloaded fs-err v2.11.0 |
345 | 2024-12-20T23:32:31.364Z | Downloaded swrite v0.1.0 |
346 | 2024-12-20T23:32:31.364Z | Downloaded plain v0.2.3 |
347 | 2024-12-20T23:32:31.371Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2024-12-20T23:32:31.373Z | Downloaded strsim v0.11.1 |
349 | 2024-12-20T23:32:31.373Z | Downloaded memmap v0.7.0 |
350 | 2024-12-20T23:32:31.376Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-12-20T23:32:31.379Z | Downloaded smawk v0.3.2 |
352 | 2024-12-20T23:32:31.379Z | Downloaded thiserror-impl v1.0.69 |
353 | 2024-12-20T23:32:31.382Z | Downloaded terminal_size v0.4.0 |
354 | 2024-12-20T23:32:31.382Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-12-20T23:32:31.386Z | Downloaded usdt v0.5.0 |
356 | 2024-12-20T23:32:31.386Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-12-20T23:32:31.389Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-12-20T23:32:31.392Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-12-20T23:32:31.392Z | Downloaded version_check v0.9.5 |
360 | 2024-12-20T23:32:31.395Z | Downloaded utf8parse v0.2.2 |
361 | 2024-12-20T23:32:31.398Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2024-12-20T23:32:31.402Z | Downloaded log v0.4.22 |
363 | 2024-12-20T23:32:31.405Z | Downloaded once_cell v1.20.2 |
364 | 2024-12-20T23:32:31.405Z | Downloaded papergrid v0.11.0 |
365 | 2024-12-20T23:32:31.409Z | Downloaded sha2 v0.10.8 |
366 | 2024-12-20T23:32:31.412Z | Downloaded scroll v0.12.0 |
367 | 2024-12-20T23:32:31.415Z | Downloaded quote v1.0.37 |
368 | 2024-12-20T23:32:31.415Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-12-20T23:32:31.418Z | Downloaded thiserror v1.0.69 |
370 | 2024-12-20T23:32:31.423Z | Downloaded thread-id v4.2.2 |
371 | 2024-12-20T23:32:31.426Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-12-20T23:32:31.429Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2024-12-20T23:32:31.432Z | Downloaded tempfile v3.13.0 |
374 | 2024-12-20T23:32:31.435Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-20T23:32:31.439Z | Downloaded semver v1.0.23 |
376 | 2024-12-20T23:32:31.442Z | Downloaded ryu v1.0.18 |
377 | 2024-12-20T23:32:31.444Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-20T23:32:31.447Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-12-20T23:32:31.451Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-20T23:32:31.455Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-12-20T23:32:31.458Z | Downloaded indexmap v2.6.0 |
382 | 2024-12-20T23:32:31.461Z | Downloaded typenum v1.17.0 |
383 | 2024-12-20T23:32:31.464Z | Downloaded toml v0.8.19 |
384 | 2024-12-20T23:32:31.473Z | Downloaded textwrap v0.16.1 |
385 | 2024-12-20T23:32:31.476Z | Downloaded hashbrown v0.15.1 |
386 | 2024-12-20T23:32:31.482Z | Downloaded serde v1.0.215 |
387 | 2024-12-20T23:32:31.492Z | Downloaded memchr v2.7.4 |
388 | 2024-12-20T23:32:31.497Z | Downloaded serde_derive v1.0.215 |
389 | 2024-12-20T23:32:31.510Z | Downloaded toml_edit v0.22.22 |
390 | 2024-12-20T23:32:31.531Z | Downloaded pest v2.7.14 |
391 | 2024-12-20T23:32:31.560Z | Downloaded winnow v0.6.20 |
392 | 2024-12-20T23:32:31.568Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-20T23:32:31.583Z | Downloaded serde_json v1.0.132 |
394 | 2024-12-20T23:32:31.589Z | Downloaded goblin v0.8.2 |
395 | 2024-12-20T23:32:31.595Z | Downloaded tabled v0.15.0 |
396 | 2024-12-20T23:32:31.610Z | Downloaded syn v1.0.109 |
397 | 2024-12-20T23:32:31.619Z | Downloaded syn v2.0.87 |
398 | 2024-12-20T23:32:31.630Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-20T23:32:31.636Z | Downloaded rustix v0.38.37 |
400 | 2024-12-20T23:32:31.684Z | Downloaded libc v0.2.162 |
401 | 2024-12-20T23:32:31.992Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-20T23:32:31.992Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-20T23:32:31.993Z | Compiling version_check v0.9.5 |
404 | 2024-12-20T23:32:31.995Z | Compiling serde v1.0.215 |
405 | 2024-12-20T23:32:31.995Z | Compiling memchr v2.7.4 |
406 | 2024-12-20T23:32:31.995Z | Compiling thiserror v1.0.69 |
407 | 2024-12-20T23:32:31.996Z | Compiling libc v0.2.162 |
408 | 2024-12-20T23:32:31.996Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-20T23:32:32.306Z | Compiling itoa v1.0.11 |
410 | 2024-12-20T23:32:32.510Z | Compiling ryu v1.0.18 |
411 | 2024-12-20T23:32:32.672Z | Compiling once_cell v1.20.2 |
412 | 2024-12-20T23:32:32.822Z | Compiling byteorder v1.5.0 |
413 | 2024-12-20T23:32:33.190Z | Compiling rustix v0.38.37 |
414 | 2024-12-20T23:32:33.430Z | Compiling serde_json v1.0.132 |
415 | 2024-12-20T23:32:33.504Z | Compiling bitflags v2.6.0 |
416 | 2024-12-20T23:32:33.659Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-20T23:32:33.813Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-20T23:32:33.839Z | Compiling syn v1.0.109 |
419 | 2024-12-20T23:32:33.927Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-20T23:32:33.998Z | Compiling utf8parse v0.2.2 |
421 | 2024-12-20T23:32:34.026Z | Compiling equivalent v1.0.1 |
422 | 2024-12-20T23:32:34.169Z | Compiling camino v1.1.9 |
423 | 2024-12-20T23:32:34.173Z | Compiling hashbrown v0.15.1 |
424 | 2024-12-20T23:32:34.217Z | Compiling log v0.4.22 |
425 | 2024-12-20T23:32:34.297Z | Compiling plain v0.2.3 |
426 | 2024-12-20T23:32:34.516Z | Compiling quote v1.0.37 |
427 | 2024-12-20T23:32:34.568Z | Compiling thread-id v4.2.2 |
428 | 2024-12-20T23:32:34.613Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-20T23:32:34.687Z | Compiling is_terminal_polyfill v1.70.1 |
430 | 2024-12-20T23:32:34.852Z | Compiling errno v0.3.9 |
431 | 2024-12-20T23:32:34.950Z | Compiling syn v2.0.87 |
432 | 2024-12-20T23:32:35.018Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-20T23:32:35.102Z | Compiling unicode-width v0.1.14 |
434 | 2024-12-20T23:32:35.184Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-20T23:32:35.265Z | Compiling autocfg v1.4.0 |
436 | 2024-12-20T23:32:35.353Z | Compiling semver v1.0.23 |
437 | 2024-12-20T23:32:35.503Z | Compiling indexmap v2.6.0 |
438 | 2024-12-20T23:32:35.594Z | Compiling anstyle v1.0.10 |
439 | 2024-12-20T23:32:35.861Z | Compiling pretty-hex v0.4.1 |
440 | 2024-12-20T23:32:36.080Z | Compiling winnow v0.6.20 |
441 | 2024-12-20T23:32:36.108Z | Compiling anstream v0.6.15 |
442 | 2024-12-20T23:32:36.430Z | Compiling fs-err v2.11.0 |
443 | 2024-12-20T23:32:36.774Z | Compiling heck v0.4.1 |
444 | 2024-12-20T23:32:36.846Z | Compiling clap_lex v0.7.2 |
445 | 2024-12-20T23:32:36.874Z | Compiling anyhow v1.0.93 |
446 | 2024-12-20T23:32:36.902Z | Compiling heck v0.5.0 |
447 | 2024-12-20T23:32:37.268Z | Compiling terminal_size v0.4.0 |
448 | 2024-12-20T23:32:37.339Z | Compiling cfg-if v1.0.0 |
449 | 2024-12-20T23:32:37.428Z | Compiling fastrand v2.1.1 |
450 | 2024-12-20T23:32:37.455Z | Compiling strsim v0.11.1 |
451 | 2024-12-20T23:32:37.488Z | Compiling fnv v1.0.7 |
452 | 2024-12-20T23:32:37.639Z | Compiling bytecount v0.6.8 |
453 | 2024-12-20T23:32:37.958Z | Compiling tempfile v3.13.0 |
454 | 2024-12-20T23:32:37.984Z | Compiling papergrid v0.11.0 |
455 | 2024-12-20T23:32:38.009Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-20T23:32:38.734Z | Compiling memmap v0.7.0 |
457 | 2024-12-20T23:32:38.761Z | Compiling smawk v0.3.2 |
458 | 2024-12-20T23:32:38.858Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-20T23:32:39.352Z | Compiling textwrap v0.16.1 |
460 | 2024-12-20T23:32:39.752Z | Compiling swrite v0.1.0 |
461 | 2024-12-20T23:32:40.764Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-20T23:32:42.237Z | Compiling tabled v0.15.0 |
463 | 2024-12-20T23:32:43.893Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-20T23:32:43.893Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-20T23:32:43.896Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-20T23:32:43.896Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-20T23:32:43.896Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-20T23:32:45.107Z | Compiling scroll v0.12.0 |
469 | 2024-12-20T23:32:45.690Z | Compiling goblin v0.8.2 |
470 | 2024-12-20T23:32:45.766Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-20T23:32:46.576Z | Compiling pest v2.7.14 |
472 | 2024-12-20T23:32:47.834Z | Compiling clap v4.5.21 |
473 | 2024-12-20T23:32:48.738Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-20T23:32:49.658Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-20T23:32:51.695Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-20T23:32:52.351Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-20T23:32:53.961Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-20T23:32:53.964Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-20T23:32:53.964Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-20T23:32:54.352Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-12-20T23:32:54.440Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-20T23:32:54.507Z | Compiling macaddr v1.0.1 |
483 | 2024-12-20T23:32:54.685Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-20T23:32:55.471Z | Compiling dof v0.3.0 |
485 | 2024-12-20T23:32:55.471Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-20T23:32:57.175Z | Compiling toml v0.8.19 |
487 | 2024-12-20T23:32:57.544Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-20T23:32:57.754Z | Compiling usdt-macro v0.5.0 |
489 | 2024-12-20T23:32:58.130Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-20T23:32:59.026Z | Compiling usdt v0.5.0 |
491 | 2024-12-20T23:33:01.691Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-20T23:33:05.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.37s |
493 | 2024-12-20T23:33:06.419Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-20T23:33:06.621Z | Downloading crates ... |
495 | 2024-12-20T23:33:06.726Z | Downloaded ascii-canvas v3.0.0 |
496 | 2024-12-20T23:33:06.728Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-20T23:33:06.740Z | Downloaded async-stream-impl v0.3.6 |
498 | 2024-12-20T23:33:06.747Z | Downloaded cfg_aliases v0.1.1 |
499 | 2024-12-20T23:33:06.755Z | Downloaded cfg_aliases v0.2.1 |
500 | 2024-12-20T23:33:06.758Z | Downloaded http-range v0.1.5 |
501 | 2024-12-20T23:33:06.760Z | Downloaded http-body v1.0.1 |
502 | 2024-12-20T23:33:06.763Z | Downloaded atomicwrites v0.4.4 |
503 | 2024-12-20T23:33:06.765Z | Downloaded assert_matches v1.5.0 |
504 | 2024-12-20T23:33:06.765Z | Downloaded aead v0.5.2 |
505 | 2024-12-20T23:33:06.768Z | Downloaded hubpack_derive v0.1.1 |
506 | 2024-12-20T23:33:06.772Z | Downloaded home v0.5.9 |
507 | 2024-12-20T23:33:06.776Z | Downloaded match_cfg v0.1.0 |
508 | 2024-12-20T23:33:06.779Z | Downloaded instant v0.1.13 |
509 | 2024-12-20T23:33:06.779Z | Downloaded crunchy v0.2.2 |
510 | 2024-12-20T23:33:06.781Z | Downloaded atty v0.2.14 |
511 | 2024-12-20T23:33:06.781Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-20T23:33:06.783Z | Downloaded headers-core v0.3.0 |
513 | 2024-12-20T23:33:06.786Z | Downloaded cstr-argument v0.1.2 |
514 | 2024-12-20T23:33:06.786Z | Downloaded crucible-workspace-hack v0.1.0 |
515 | 2024-12-20T23:33:06.786Z | Downloaded arrayref v0.3.9 |
516 | 2024-12-20T23:33:06.790Z | Downloaded array-init v0.0.4 |
517 | 2024-12-20T23:33:06.793Z | Downloaded convert_case v0.4.0 |
518 | 2024-12-20T23:33:06.793Z | Downloaded mirai-annotations v1.12.0 |
519 | 2024-12-20T23:33:06.797Z | Downloaded md5 v0.7.0 |
520 | 2024-12-20T23:33:06.797Z | Downloaded matches v0.1.10 |
521 | 2024-12-20T23:33:06.797Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-12-20T23:33:06.797Z | Downloaded base16ct v0.2.0 |
523 | 2024-12-20T23:33:06.800Z | Downloaded icu_provider_macros v1.5.0 |
524 | 2024-12-20T23:33:06.800Z | Downloaded bit-vec v0.6.3 |
525 | 2024-12-20T23:33:06.803Z | Downloaded crc v3.2.1 |
526 | 2024-12-20T23:33:06.805Z | Downloaded chacha20 v0.9.1 |
527 | 2024-12-20T23:33:06.805Z | Downloaded blowfish v0.9.1 |
528 | 2024-12-20T23:33:06.809Z | Downloaded cassowary v0.3.0 |
529 | 2024-12-20T23:33:06.812Z | Downloaded castaway v0.2.3 |
530 | 2024-12-20T23:33:06.812Z | Downloaded humantime v2.1.0 |
531 | 2024-12-20T23:33:06.812Z | Downloaded httpdate v1.0.3 |
532 | 2024-12-20T23:33:06.815Z | Downloaded highway v1.2.0 |
533 | 2024-12-20T23:33:06.818Z | Downloaded is_ci v1.2.0 |
534 | 2024-12-20T23:33:06.818Z | Downloaded httparse v1.9.5 |
535 | 2024-12-20T23:33:06.820Z | Downloaded colored v2.1.0 |
536 | 2024-12-20T23:33:06.823Z | Downloaded cexpr v0.6.0 |
537 | 2024-12-20T23:33:06.825Z | Downloaded new_debug_unreachable v1.0.6 |
538 | 2024-12-20T23:33:06.825Z | Downloaded buf-list v1.0.3 |
539 | 2024-12-20T23:33:06.828Z | Downloaded bb8 v0.8.5 |
540 | 2024-12-20T23:33:06.831Z | Downloaded async-recursion v1.1.1 |
541 | 2024-12-20T23:33:06.833Z | Downloaded bitflags v1.3.2 |
542 | 2024-12-20T23:33:06.835Z | Downloaded md-5 v0.10.6 |
543 | 2024-12-20T23:33:06.838Z | Downloaded managed v0.8.0 |
544 | 2024-12-20T23:33:06.840Z | Downloaded lru-cache v0.1.2 |
545 | 2024-12-20T23:33:06.843Z | Downloaded mockall v0.13.0 |
546 | 2024-12-20T23:33:06.843Z | Downloaded ctr v0.9.2 |
547 | 2024-12-20T23:33:06.847Z | Downloaded mime v0.3.17 |
548 | 2024-12-20T23:33:06.850Z | Downloaded cobs v0.2.3 |
549 | 2024-12-20T23:33:06.850Z | Downloaded cbc v0.1.2 |
550 | 2024-12-20T23:33:06.852Z | Downloaded maplit v1.0.2 |
551 | 2024-12-20T23:33:06.852Z | Downloaded argon2 v0.5.3 |
552 | 2024-12-20T23:33:06.857Z | Downloaded internet-checksum v0.2.1 |
553 | 2024-12-20T23:33:06.860Z | Downloaded arrayvec v0.7.6 |
554 | 2024-12-20T23:33:06.860Z | Downloaded ciborium v0.2.2 |
555 | 2024-12-20T23:33:06.864Z | Downloaded ref-cast v1.0.23 |
556 | 2024-12-20T23:33:06.868Z | Downloaded lalrpop-util v0.19.12 |
557 | 2024-12-20T23:33:06.868Z | Downloaded bit-set v0.5.3 |
558 | 2024-12-20T23:33:06.871Z | Downloaded lazycell v1.3.0 |
559 | 2024-12-20T23:33:06.871Z | Downloaded impl-trait-for-tuples v0.2.2 |
560 | 2024-12-20T23:33:06.873Z | Downloaded bzip2 v0.4.4 |
561 | 2024-12-20T23:33:06.876Z | Downloaded sigpipe v0.1.3 |
562 | 2024-12-20T23:33:06.878Z | Downloaded darling v0.20.10 |
563 | 2024-12-20T23:33:06.883Z | Downloaded multimap v0.10.0 |
564 | 2024-12-20T23:33:06.887Z | Downloaded libefi-sys v0.1.0 |
565 | 2024-12-20T23:33:06.887Z | Downloaded kstat-rs v0.2.4 |
566 | 2024-12-20T23:33:06.887Z | Downloaded lock_api v0.4.12 |
567 | 2024-12-20T23:33:06.890Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-20T23:33:06.893Z | Downloaded memoffset v0.9.1 |
569 | 2024-12-20T23:33:06.893Z | Downloaded maybe-uninit v2.0.0 |
570 | 2024-12-20T23:33:06.896Z | Downloaded take_mut v0.2.2 |
571 | 2024-12-20T23:33:06.896Z | Downloaded hubpack v0.1.2 |
572 | 2024-12-20T23:33:06.899Z | Downloaded time-core v0.1.2 |
573 | 2024-12-20T23:33:06.899Z | Downloaded nanorand v0.7.0 |
574 | 2024-12-20T23:33:06.906Z | Downloaded quinn-udp v0.5.5 |
575 | 2024-12-20T23:33:06.906Z | Downloaded rand_chacha v0.3.1 |
576 | 2024-12-20T23:33:06.906Z | Downloaded litemap v0.7.3 |
577 | 2024-12-20T23:33:06.908Z | Downloaded memmap2 v0.9.5 |
578 | 2024-12-20T23:33:06.911Z | Downloaded cookie v0.18.1 |
579 | 2024-12-20T23:33:06.914Z | Downloaded icu_locid_transform v1.5.0 |
580 | 2024-12-20T23:33:06.918Z | Downloaded toolchain_find v0.4.0 |
581 | 2024-12-20T23:33:06.921Z | Downloaded crc-any v2.5.0 |
582 | 2024-12-20T23:33:06.924Z | Downloaded mime_guess v2.0.5 |
583 | 2024-12-20T23:33:06.929Z | Downloaded hmac v0.12.1 |
584 | 2024-12-20T23:33:06.929Z | Downloaded multer v3.1.0 |
585 | 2024-12-20T23:33:06.932Z | Downloaded clang-sys v1.8.1 |
586 | 2024-12-20T23:33:06.935Z | Downloaded foreign-types v0.3.2 |
587 | 2024-12-20T23:33:06.935Z | Downloaded arc-swap v1.7.1 |
588 | 2024-12-20T23:33:06.938Z | Downloaded slog-envlogger v2.2.0 |
589 | 2024-12-20T23:33:06.940Z | Downloaded zerofrom v0.1.4 |
590 | 2024-12-20T23:33:06.944Z | Downloaded semver v0.1.20 |
591 | 2024-12-20T23:33:06.947Z | Downloaded signature v2.2.0 |
592 | 2024-12-20T23:33:06.947Z | Downloaded serde_plain v1.0.2 |
593 | 2024-12-20T23:33:06.947Z | Downloaded serde_path_to_error v0.1.16 |
594 | 2024-12-20T23:33:06.950Z | Downloaded opaque-debug v0.3.1 |
595 | 2024-12-20T23:33:06.950Z | Downloaded fxhash v0.2.1 |
596 | 2024-12-20T23:33:06.953Z | Downloaded tap v1.0.1 |
597 | 2024-12-20T23:33:06.953Z | Downloaded unicode-xid v0.2.6 |
598 | 2024-12-20T23:33:06.955Z | Downloaded hyper-staticfile v0.10.1 |
599 | 2024-12-20T23:33:06.960Z | Downloaded utf8_iter v1.0.4 |
600 | 2024-12-20T23:33:06.960Z | Downloaded native-tls v0.2.12 |
601 | 2024-12-20T23:33:06.963Z | Downloaded parse-size v1.1.0 |
602 | 2024-12-20T23:33:06.963Z | Downloaded bcs v0.1.6 |
603 | 2024-12-20T23:33:06.966Z | Downloaded strum_macros v0.25.3 |
604 | 2024-12-20T23:33:06.968Z | Downloaded icu_normalizer_data v1.5.0 |
605 | 2024-12-20T23:33:06.971Z | Downloaded allocator-api2 v0.2.18 |
606 | 2024-12-20T23:33:06.974Z | Downloaded strum_macros v0.24.3 |
607 | 2024-12-20T23:33:06.980Z | Downloaded rustversion v1.0.17 |
608 | 2024-12-20T23:33:06.983Z | Downloaded tokio-macros v2.4.0 |
609 | 2024-12-20T23:33:06.983Z | Downloaded crossbeam-utils v0.8.20 |
610 | 2024-12-20T23:33:06.986Z | Downloaded pin-utils v0.1.0 |
611 | 2024-12-20T23:33:06.986Z | Downloaded foldhash v0.1.3 |
612 | 2024-12-20T23:33:06.989Z | Downloaded env_filter v0.1.2 |
613 | 2024-12-20T23:33:06.989Z | Downloaded icu_locid v1.5.0 |
614 | 2024-12-20T23:33:06.995Z | Downloaded pretty-hex v0.2.1 |
615 | 2024-12-20T23:33:06.999Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-12-20T23:33:06.999Z | Downloaded group v0.13.0 |
617 | 2024-12-20T23:33:07.002Z | Downloaded slog-json v2.6.1 |
618 | 2024-12-20T23:33:07.002Z | Downloaded icu_provider v1.5.0 |
619 | 2024-12-20T23:33:07.005Z | Downloaded rustls-pemfile v1.0.4 |
620 | 2024-12-20T23:33:07.009Z | Downloaded deranged v0.3.11 |
621 | 2024-12-20T23:33:07.012Z | Downloaded zerofrom-derive v0.1.4 |
622 | 2024-12-20T23:33:07.012Z | Downloaded chacha20poly1305 v0.10.1 |
623 | 2024-12-20T23:33:07.015Z | Downloaded base64 v0.13.1 |
624 | 2024-12-20T23:33:07.018Z | Downloaded vte_generate_state_changes v0.1.2 |
625 | 2024-12-20T23:33:07.018Z | Downloaded uzers v0.12.1 |
626 | 2024-12-20T23:33:07.021Z | Downloaded bytes v1.8.0 |
627 | 2024-12-20T23:33:07.026Z | Downloaded phf_generator v0.11.2 |
628 | 2024-12-20T23:33:07.029Z | Downloaded olpc-cjson v0.1.4 |
629 | 2024-12-20T23:33:07.029Z | Downloaded miniz_oxide v0.8.0 |
630 | 2024-12-20T23:33:07.033Z | Downloaded num v0.4.3 |
631 | 2024-12-20T23:33:07.033Z | Downloaded peg v0.8.4 |
632 | 2024-12-20T23:33:07.038Z | Downloaded snafu-derive v0.8.5 |
633 | 2024-12-20T23:33:07.041Z | Downloaded indicatif v0.17.9 |
634 | 2024-12-20T23:33:07.046Z | Downloaded const_format v0.2.33 |
635 | 2024-12-20T23:33:07.049Z | Downloaded powerfmt v0.2.0 |
636 | 2024-12-20T23:33:07.052Z | Downloaded env_logger v0.10.2 |
637 | 2024-12-20T23:33:07.055Z | Downloaded postgres-types v0.2.8 |
638 | 2024-12-20T23:33:07.058Z | Downloaded ghash v0.5.1 |
639 | 2024-12-20T23:33:07.060Z | Downloaded slog-async v2.8.0 |
640 | 2024-12-20T23:33:07.060Z | Downloaded icu_properties v1.5.1 |
641 | 2024-12-20T23:33:07.064Z | Downloaded yoke-derive v0.7.4 |
642 | 2024-12-20T23:33:07.068Z | Downloaded diesel_table_macro_syntax v0.2.0 |
643 | 2024-12-20T23:33:07.068Z | Downloaded crypto-bigint v0.5.5 |
644 | 2024-12-20T23:33:07.075Z | Downloaded number_prefix v0.4.0 |
645 | 2024-12-20T23:33:07.078Z | Downloaded predicates-tree v1.0.11 |
646 | 2024-12-20T23:33:07.078Z | Downloaded rtoolbox v0.0.2 |
647 | 2024-12-20T23:33:07.081Z | Downloaded predicates v3.1.2 |
648 | 2024-12-20T23:33:07.083Z | Downloaded thread_local v1.1.8 |
649 | 2024-12-20T23:33:07.086Z | Downloaded parse-display-derive v0.10.0 |
650 | 2024-12-20T23:33:07.086Z | Downloaded nu-ansi-term v0.50.1 |
651 | 2024-12-20T23:33:07.088Z | Downloaded pin-project-lite v0.2.14 |
652 | 2024-12-20T23:33:07.094Z | Downloaded env_logger v0.11.5 |
653 | 2024-12-20T23:33:07.098Z | Downloaded supports-color v3.0.1 |
654 | 2024-12-20T23:33:07.101Z | Downloaded num-conv v0.1.0 |
655 | 2024-12-20T23:33:07.101Z | Downloaded structmeta v0.2.0 |
656 | 2024-12-20T23:33:07.103Z | Downloaded sqlformat v0.2.6 |
657 | 2024-12-20T23:33:07.107Z | Downloaded samael v0.0.17 |
658 | 2024-12-20T23:33:07.110Z | Downloaded xz2 v0.1.7 |
659 | 2024-12-20T23:33:07.113Z | Downloaded utf16_iter v1.0.5 |
660 | 2024-12-20T23:33:07.115Z | Downloaded peg-macros v0.8.4 |
661 | 2024-12-20T23:33:07.118Z | Downloaded icu_normalizer v1.5.0 |
662 | 2024-12-20T23:33:07.121Z | Downloaded mockall_derive v0.13.0 |
663 | 2024-12-20T23:33:07.124Z | Downloaded hex-literal v0.4.1 |
664 | 2024-12-20T23:33:07.126Z | Downloaded strum_macros v0.26.4 |
665 | 2024-12-20T23:33:07.128Z | Downloaded xattr v1.3.1 |
666 | 2024-12-20T23:33:07.131Z | Downloaded tungstenite v0.24.0 |
667 | 2024-12-20T23:33:07.135Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2024-12-20T23:33:07.138Z | Downloaded ppv-lite86 v0.2.20 |
669 | 2024-12-20T23:33:07.138Z | Downloaded uuid v1.11.0 |
670 | 2024-12-20T23:33:07.141Z | Downloaded progenitor-macro v0.8.0 |
671 | 2024-12-20T23:33:07.144Z | Downloaded tokio-tungstenite v0.21.0 |
672 | 2024-12-20T23:33:07.147Z | Downloaded qorb v0.2.1 |
673 | 2024-12-20T23:33:07.150Z | Downloaded float-cmp v0.9.0 |
674 | 2024-12-20T23:33:07.153Z | Downloaded sct v0.7.1 |
675 | 2024-12-20T23:33:07.167Z | Downloaded try-lock v0.2.5 |
676 | 2024-12-20T23:33:07.170Z | Downloaded tokio-tungstenite v0.24.0 |
677 | 2024-12-20T23:33:07.174Z | Downloaded endian-type v0.1.2 |
678 | 2024-12-20T23:33:07.174Z | Downloaded darling_macro v0.20.10 |
679 | 2024-12-20T23:33:07.174Z | Downloaded slog v2.7.0 |
680 | 2024-12-20T23:33:07.177Z | Downloaded slog-bunyan v2.5.0 |
681 | 2024-12-20T23:33:07.179Z | Downloaded serde_urlencoded v0.7.1 |
682 | 2024-12-20T23:33:07.182Z | Downloaded schemars_derive v0.8.21 |
683 | 2024-12-20T23:33:07.182Z | Downloaded fs_extra v1.3.0 |
684 | 2024-12-20T23:33:07.184Z | Downloaded num_threads v0.1.7 |
685 | 2024-12-20T23:33:07.187Z | Downloaded omicron-zone-package v0.11.1 |
686 | 2024-12-20T23:33:07.190Z | Downloaded termios v0.3.3 |
687 | 2024-12-20T23:33:07.192Z | Downloaded tui-tree-widget v0.22.0 |
688 | 2024-12-20T23:33:07.196Z | Downloaded tinystr v0.7.6 |
689 | 2024-12-20T23:33:07.199Z | Downloaded tiny-keccak v2.0.2 |
690 | 2024-12-20T23:33:07.201Z | Downloaded parking_lot_core v0.8.6 |
691 | 2024-12-20T23:33:07.203Z | Downloaded parking_lot v0.11.2 |
692 | 2024-12-20T23:33:07.206Z | Downloaded radium v0.7.0 |
693 | 2024-12-20T23:33:07.208Z | Downloaded num-complex v0.4.6 |
694 | 2024-12-20T23:33:07.208Z | Downloaded icu_collections v1.5.0 |
695 | 2024-12-20T23:33:07.215Z | Downloaded path-slash v0.1.5 |
696 | 2024-12-20T23:33:07.218Z | Downloaded http v1.1.0 |
697 | 2024-12-20T23:33:07.222Z | Downloaded display-error-chain v0.2.2 |
698 | 2024-12-20T23:33:07.224Z | Downloaded slog-dtrace v0.3.0 |
699 | 2024-12-20T23:33:07.226Z | Downloaded dirs-sys-next v0.1.2 |
700 | 2024-12-20T23:33:07.226Z | Downloaded sqlparser_derive v0.2.2 |
701 | 2024-12-20T23:33:07.229Z | Downloaded hash32 v0.3.1 |
702 | 2024-12-20T23:33:07.231Z | Downloaded static_assertions v1.1.0 |
703 | 2024-12-20T23:33:07.234Z | Downloaded futures-channel v0.3.31 |
704 | 2024-12-20T23:33:07.234Z | Downloaded rustls-pemfile v2.2.0 |
705 | 2024-12-20T23:33:07.237Z | Downloaded unicode_categories v0.1.1 |
706 | 2024-12-20T23:33:07.240Z | Downloaded hash32 v0.2.1 |
707 | 2024-12-20T23:33:07.243Z | Downloaded ena v0.14.3 |
708 | 2024-12-20T23:33:07.243Z | Downloaded zone_cfg_derive v0.1.2 |
709 | 2024-12-20T23:33:07.246Z | Downloaded tinyvec_macros v0.1.1 |
710 | 2024-12-20T23:33:07.246Z | Downloaded strum v0.26.3 |
711 | 2024-12-20T23:33:07.246Z | Downloaded proc-macro-crate v1.3.1 |
712 | 2024-12-20T23:33:07.248Z | Downloaded num_enum_derive v0.5.11 |
713 | 2024-12-20T23:33:07.250Z | Downloaded parking_lot v0.12.3 |
714 | 2024-12-20T23:33:07.254Z | Downloaded zone v0.1.8 |
715 | 2024-12-20T23:33:07.254Z | Downloaded tungstenite v0.23.0 |
716 | 2024-12-20T23:33:07.258Z | Downloaded zone_cfg_derive v0.3.0 |
717 | 2024-12-20T23:33:07.260Z | Downloaded pkcs1 v0.7.5 |
718 | 2024-12-20T23:33:07.262Z | Downloaded pin-project-internal v1.1.6 |
719 | 2024-12-20T23:33:07.265Z | Downloaded normalize-line-endings v0.3.0 |
720 | 2024-12-20T23:33:07.267Z | Downloaded r2d2 v0.8.10 |
721 | 2024-12-20T23:33:07.269Z | Downloaded mio v1.0.2 |
722 | 2024-12-20T23:33:07.274Z | Downloaded simd-adler32 v0.3.7 |
723 | 2024-12-20T23:33:07.277Z | Downloaded quick-error v1.2.3 |
724 | 2024-12-20T23:33:07.280Z | Downloaded progenitor-impl v0.8.0 |
725 | 2024-12-20T23:33:07.283Z | Downloaded nodrop v0.1.14 |
726 | 2024-12-20T23:33:07.283Z | Downloaded fallible-iterator v0.2.0 |
727 | 2024-12-20T23:33:07.285Z | Downloaded diff v0.1.13 |
728 | 2024-12-20T23:33:07.288Z | Downloaded phf_shared v0.10.0 |
729 | 2024-12-20T23:33:07.291Z | Downloaded derive_builder_macro v0.20.2 |
730 | 2024-12-20T23:33:07.291Z | Downloaded structmeta-derive v0.3.0 |
731 | 2024-12-20T23:33:07.294Z | Downloaded pbkdf2 v0.11.0 |
732 | 2024-12-20T23:33:07.296Z | Downloaded rustfmt-wrapper v0.2.1 |
733 | 2024-12-20T23:33:07.296Z | Downloaded pbkdf2 v0.12.2 |
734 | 2024-12-20T23:33:07.298Z | Downloaded tokio-stream v0.1.16 |
735 | 2024-12-20T23:33:07.303Z | Downloaded debug-ignore v1.0.5 |
736 | 2024-12-20T23:33:07.307Z | Downloaded aes-gcm v0.10.3 |
737 | 2024-12-20T23:33:07.309Z | Downloaded crossterm v0.28.1 |
738 | 2024-12-20T23:33:07.317Z | Downloaded tower-service v0.3.3 |
739 | 2024-12-20T23:33:07.320Z | Downloaded gethostname v0.5.0 |
740 | 2024-12-20T23:33:07.320Z | Downloaded value-bag v1.9.0 |
741 | 2024-12-20T23:33:07.323Z | Downloaded wait-timeout v0.2.0 |
742 | 2024-12-20T23:33:07.326Z | Downloaded num-derive v0.4.2 |
743 | 2024-12-20T23:33:07.328Z | Downloaded getrandom v0.2.15 |
744 | 2024-12-20T23:33:07.331Z | Downloaded newline-converter v0.3.0 |
745 | 2024-12-20T23:33:07.333Z | Downloaded hashlink v0.9.1 |
746 | 2024-12-20T23:33:07.336Z | Downloaded derive_more v0.99.18 |
747 | 2024-12-20T23:33:07.341Z | Downloaded waitgroup v0.1.2 |
748 | 2024-12-20T23:33:07.343Z | Downloaded rand_seeder v0.3.0 |
749 | 2024-12-20T23:33:07.343Z | Downloaded primeorder v0.13.6 |
750 | 2024-12-20T23:33:07.346Z | Downloaded rand_core v0.6.4 |
751 | 2024-12-20T23:33:07.353Z | Downloaded toml_edit v0.19.15 |
752 | 2024-12-20T23:33:07.367Z | Downloaded newtype_derive v0.1.6 |
753 | 2024-12-20T23:33:07.370Z | Downloaded heck v0.3.3 |
754 | 2024-12-20T23:33:07.370Z | Downloaded rustc_version v0.1.7 |
755 | 2024-12-20T23:33:07.370Z | Downloaded rustc-hash v2.0.0 |
756 | 2024-12-20T23:33:07.373Z | Downloaded glob v0.3.1 |
757 | 2024-12-20T23:33:07.374Z | Downloaded defmt-parser v0.3.4 |
758 | 2024-12-20T23:33:07.377Z | Downloaded smallvec v0.6.14 |
759 | 2024-12-20T23:33:07.377Z | Downloaded x509-cert v0.2.5 |
760 | 2024-12-20T23:33:07.383Z | Downloaded dunce v1.0.5 |
761 | 2024-12-20T23:33:07.385Z | Downloaded zerovec-derive v0.10.3 |
762 | 2024-12-20T23:33:07.388Z | Downloaded expectorate v1.1.0 |
763 | 2024-12-20T23:33:07.390Z | Downloaded darling_core v0.20.10 |
764 | 2024-12-20T23:33:07.394Z | Downloaded downcast v0.11.0 |
765 | 2024-12-20T23:33:07.397Z | Downloaded dhcproto-macros v0.1.0 |
766 | 2024-12-20T23:33:07.399Z | Downloaded futures-macro v0.3.31 |
767 | 2024-12-20T23:33:07.399Z | Downloaded password-hash v0.4.2 |
768 | 2024-12-20T23:33:07.401Z | Downloaded want v0.3.1 |
769 | 2024-12-20T23:33:07.402Z | Downloaded ssh-cipher v0.2.0 |
770 | 2024-12-20T23:33:07.404Z | Downloaded phf v0.11.2 |
771 | 2024-12-20T23:33:07.406Z | Downloaded ssh-encoding v0.2.0 |
772 | 2024-12-20T23:33:07.407Z | Downloaded signal-hook-mio v0.2.4 |
773 | 2024-12-20T23:33:07.408Z | Downloaded tokio-postgres v0.7.12 |
774 | 2024-12-20T23:33:07.414Z | Downloaded progenitor-client v0.8.0 |
775 | 2024-12-20T23:33:07.417Z | Downloaded openssl-probe v0.1.5 |
776 | 2024-12-20T23:33:07.417Z | Downloaded phf_shared v0.11.2 |
777 | 2024-12-20T23:33:07.420Z | Downloaded slog-stdlog v4.1.1 |
778 | 2024-12-20T23:33:07.420Z | Downloaded blake3 v1.5.4 |
779 | 2024-12-20T23:33:07.429Z | Downloaded sync_wrapper v1.0.1 |
780 | 2024-12-20T23:33:07.432Z | Downloaded phf_codegen v0.11.2 |
781 | 2024-12-20T23:33:07.432Z | Downloaded futures-executor v0.3.31 |
782 | 2024-12-20T23:33:07.434Z | Downloaded synstructure v0.13.1 |
783 | 2024-12-20T23:33:07.436Z | Downloaded zopfli v0.8.1 |
784 | 2024-12-20T23:33:07.442Z | Downloaded defmt v0.3.8 |
785 | 2024-12-20T23:33:07.444Z | Downloaded termtree v0.4.1 |
786 | 2024-12-20T23:33:07.445Z | Downloaded thiserror-impl-no-std v2.0.2 |
787 | 2024-12-20T23:33:07.445Z | Downloaded thiserror-impl v2.0.3 |
788 | 2024-12-20T23:33:07.447Z | Downloaded newtype-uuid v1.1.3 |
789 | 2024-12-20T23:33:07.450Z | Downloaded serde-hex v0.1.0 |
790 | 2024-12-20T23:33:07.450Z | Downloaded url v2.5.3 |
791 | 2024-12-20T23:33:07.453Z | Downloaded elliptic-curve v0.13.8 |
792 | 2024-12-20T23:33:07.459Z | Downloaded difflib v0.4.0 |
793 | 2024-12-20T23:33:07.462Z | Downloaded diesel-dtrace v0.4.2 |
794 | 2024-12-20T23:33:07.467Z | Downloaded rusty-fork v0.3.0 |
795 | 2024-12-20T23:33:07.467Z | Downloaded password-hash v0.5.0 |
796 | 2024-12-20T23:33:07.470Z | Downloaded vte v0.11.1 |
797 | 2024-12-20T23:33:07.470Z | Downloaded flate2 v1.0.34 |
798 | 2024-12-20T23:33:07.475Z | Downloaded psl-types v2.0.11 |
799 | 2024-12-20T23:33:07.478Z | Downloaded peg-runtime v0.8.3 |
800 | 2024-12-20T23:33:07.481Z | Downloaded tinyvec v1.8.0 |
801 | 2024-12-20T23:33:07.483Z | Downloaded progenitor v0.8.0 |
802 | 2024-12-20T23:33:07.486Z | Downloaded displaydoc v0.2.5 |
803 | 2024-12-20T23:33:07.489Z | Downloaded packed_struct v0.10.1 |
804 | 2024-12-20T23:33:07.489Z | Downloaded flagset v0.4.6 |
805 | 2024-12-20T23:33:07.491Z | Downloaded libxml v0.3.3 |
806 | 2024-12-20T23:33:07.498Z | Downloaded fixedbitset v0.4.2 |
807 | 2024-12-20T23:33:07.501Z | Downloaded foreign-types-macros v0.2.3 |
808 | 2024-12-20T23:33:07.504Z | Downloaded num-iter v0.1.45 |
809 | 2024-12-20T23:33:07.504Z | Downloaded quinn v0.11.5 |
810 | 2024-12-20T23:33:07.507Z | Downloaded salty v0.3.0 |
811 | 2024-12-20T23:33:07.514Z | Downloaded serde_with_macros v3.11.0 |
812 | 2024-12-20T23:33:07.518Z | Downloaded publicsuffix v2.2.3 |
813 | 2024-12-20T23:33:07.521Z | Downloaded time-macros v0.2.18 |
814 | 2024-12-20T23:33:07.524Z | Downloaded structmeta v0.3.0 |
815 | 2024-12-20T23:33:07.524Z | Downloaded strip-ansi-escapes v0.2.0 |
816 | 2024-12-20T23:33:07.527Z | Downloaded tabwriter v1.4.0 |
817 | 2024-12-20T23:33:07.527Z | Downloaded ref-cast-impl v1.0.23 |
818 | 2024-12-20T23:33:07.530Z | Downloaded oso-derive v0.27.3 |
819 | 2024-12-20T23:33:07.530Z | Downloaded foreign-types v0.5.0 |
820 | 2024-12-20T23:33:07.533Z | Downloaded zone v0.3.0 |
821 | 2024-12-20T23:33:07.533Z | Downloaded hickory-resolver v0.24.1 |
822 | 2024-12-20T23:33:07.536Z | Downloaded slog-term v2.9.1 |
823 | 2024-12-20T23:33:07.541Z | Downloaded hkdf v0.12.4 |
824 | 2024-12-20T23:33:07.544Z | Downloaded heapless v0.7.17 |
825 | 2024-12-20T23:33:07.546Z | Downloaded russh-cryptovec v0.7.3 |
826 | 2024-12-20T23:33:07.549Z | Downloaded nibble_vec v0.1.0 |
827 | 2024-12-20T23:33:07.549Z | Downloaded time v0.3.36 |
828 | 2024-12-20T23:33:07.557Z | Downloaded rpassword v7.3.1 |
829 | 2024-12-20T23:33:07.559Z | Downloaded sec1 v0.7.3 |
830 | 2024-12-20T23:33:07.562Z | Downloaded foreign-types-shared v0.3.1 |
831 | 2024-12-20T23:33:07.562Z | Downloaded foreign-types-shared v0.1.1 |
832 | 2024-12-20T23:33:07.562Z | Downloaded num-integer v0.1.46 |
833 | 2024-12-20T23:33:07.565Z | Downloaded pem v3.0.4 |
834 | 2024-12-20T23:33:07.566Z | Downloaded num-rational v0.4.2 |
835 | 2024-12-20T23:33:07.569Z | Downloaded filetime v0.2.25 |
836 | 2024-12-20T23:33:07.573Z | Downloaded ff v0.13.0 |
837 | 2024-12-20T23:33:07.573Z | Downloaded vsss-rs v3.3.4 |
838 | 2024-12-20T23:33:07.575Z | Downloaded openssl-macros v0.1.1 |
839 | 2024-12-20T23:33:07.575Z | Downloaded fallible-iterator v0.3.0 |
840 | 2024-12-20T23:33:07.578Z | Downloaded topological-sort v0.2.2 |
841 | 2024-12-20T23:33:07.578Z | Downloaded term v0.7.0 |
842 | 2024-12-20T23:33:07.581Z | Downloaded dhcproto v0.12.0 |
843 | 2024-12-20T23:33:07.584Z | Downloaded paste v1.0.15 |
844 | 2024-12-20T23:33:07.587Z | Downloaded parse-display v0.10.0 |
845 | 2024-12-20T23:33:07.590Z | Downloaded scheduled-thread-pool v0.2.7 |
846 | 2024-12-20T23:33:07.593Z | Downloaded rayon-core v1.12.1 |
847 | 2024-12-20T23:33:07.595Z | Downloaded num-bigint-dig v0.8.4 |
848 | 2024-12-20T23:33:07.600Z | Downloaded unicode-truncate v1.1.0 |
849 | 2024-12-20T23:33:07.603Z | Downloaded aws-lc-rs v1.10.0 |
850 | 2024-12-20T23:33:07.612Z | Downloaded write16 v1.0.0 |
851 | 2024-12-20T23:33:07.615Z | Downloaded bindgen v0.69.5 |
852 | 2024-12-20T23:33:07.621Z | Downloaded futures-sink v0.3.31 |
853 | 2024-12-20T23:33:07.624Z | Downloaded futures-io v0.3.31 |
854 | 2024-12-20T23:33:07.624Z | Downloaded fd-lock v4.0.2 |
855 | 2024-12-20T23:33:07.626Z | Downloaded sha1 v0.10.6 |
856 | 2024-12-20T23:33:07.630Z | Downloaded same-file v1.0.6 |
857 | 2024-12-20T23:33:07.630Z | Downloaded salsa20 v0.10.2 |
858 | 2024-12-20T23:33:07.632Z | Downloaded zip v0.6.6 |
859 | 2024-12-20T23:33:07.635Z | Downloaded fallible-streaming-iterator v0.1.9 |
860 | 2024-12-20T23:33:07.638Z | Downloaded owo-colors v4.1.0 |
861 | 2024-12-20T23:33:07.641Z | Downloaded rcgen v0.12.1 |
862 | 2024-12-20T23:33:07.644Z | Downloaded typify-macro v0.2.0 |
863 | 2024-12-20T23:33:07.644Z | Downloaded percent-encoding v2.3.1 |
864 | 2024-12-20T23:33:07.647Z | Downloaded tokio-rustls v0.26.0 |
865 | 2024-12-20T23:33:07.647Z | Downloaded thiserror v2.0.3 |
866 | 2024-12-20T23:33:07.654Z | Downloaded hashbrown v0.14.5 |
867 | 2024-12-20T23:33:07.659Z | Downloaded poly1305 v0.8.0 |
868 | 2024-12-20T23:33:07.662Z | Downloaded futures-task v0.3.31 |
869 | 2024-12-20T23:33:07.665Z | Downloaded shell-words v1.1.0 |
870 | 2024-12-20T23:33:07.665Z | Downloaded bitvec v1.0.1 |
871 | 2024-12-20T23:33:07.681Z | Downloaded half v2.4.1 |
872 | 2024-12-20T23:33:07.684Z | Downloaded rustc-demangle v0.1.24 |
873 | 2024-12-20T23:33:07.686Z | Downloaded oso v0.27.3 |
874 | 2024-12-20T23:33:07.689Z | Downloaded zip v2.1.3 |
875 | 2024-12-20T23:33:07.694Z | Downloaded num_enum v0.5.11 |
876 | 2024-12-20T23:33:07.699Z | Downloaded parse-zoneinfo v0.3.1 |
877 | 2024-12-20T23:33:07.702Z | Downloaded secrecy v0.8.0 |
878 | 2024-12-20T23:33:07.705Z | Downloaded ron v0.8.1 |
879 | 2024-12-20T23:33:07.709Z | Downloaded tokio-rustls v0.25.0 |
880 | 2024-12-20T23:33:07.712Z | Downloaded hickory-server v0.24.1 |
881 | 2024-12-20T23:33:07.717Z | Downloaded dropshot_endpoint v0.12.0 |
882 | 2024-12-20T23:33:07.721Z | Downloaded futures-util v0.3.31 |
883 | 2024-12-20T23:33:07.733Z | Downloaded writeable v0.5.5 |
884 | 2024-12-20T23:33:07.736Z | Downloaded walkdir v2.5.0 |
885 | 2024-12-20T23:33:07.741Z | Downloaded signal-hook v0.3.17 |
886 | 2024-12-20T23:33:07.743Z | Downloaded num-traits v0.2.19 |
887 | 2024-12-20T23:33:07.746Z | Downloaded globset v0.4.15 |
888 | 2024-12-20T23:33:07.746Z | Downloaded flume v0.11.1 |
889 | 2024-12-20T23:33:07.750Z | Downloaded nom v7.1.3 |
890 | 2024-12-20T23:33:07.755Z | Downloaded p256 v0.13.2 |
891 | 2024-12-20T23:33:07.759Z | Downloaded unsafe-libyaml v0.2.11 |
892 | 2024-12-20T23:33:07.763Z | Downloaded tracing-core v0.1.32 |
893 | 2024-12-20T23:33:07.766Z | Downloaded zerocopy v0.8.10 |
894 | 2024-12-20T23:33:07.791Z | Downloaded vergen v8.3.2 |
895 | 2024-12-20T23:33:07.794Z | Downloaded tough v0.19.0 |
896 | 2024-12-20T23:33:07.802Z | Downloaded tokio-util v0.7.12 |
897 | 2024-12-20T23:33:07.810Z | Downloaded pkcs5 v0.7.1 |
898 | 2024-12-20T23:33:07.815Z | Downloaded curve25519-dalek v4.1.3 |
899 | 2024-12-20T23:33:07.825Z | Downloaded ssh-key v0.6.6 |
900 | 2024-12-20T23:33:07.832Z | Downloaded zerovec v0.10.4 |
901 | 2024-12-20T23:33:07.839Z | Downloaded openssl-sys v0.9.103 |
902 | 2024-12-20T23:33:07.845Z | Downloaded p521 v0.13.3 |
903 | 2024-12-20T23:33:07.849Z | Downloaded lalrpop v0.19.12 |
904 | 2024-12-20T23:33:07.863Z | Downloaded quinn-proto v0.11.8 |
905 | 2024-12-20T23:33:07.869Z | Downloaded quick-xml v0.33.0 |
906 | 2024-12-20T23:33:07.876Z | Downloaded heapless v0.8.0 |
907 | 2024-12-20T23:33:07.881Z | Downloaded webpki-roots v0.26.6 |
908 | 2024-12-20T23:33:07.885Z | Downloaded sqlparser v0.45.0 |
909 | 2024-12-20T23:33:07.892Z | Downloaded rustyline v14.0.0 |
910 | 2024-12-20T23:33:07.899Z | Downloaded unicode-normalization v0.1.24 |
911 | 2024-12-20T23:33:07.903Z | Downloaded idna v0.3.0 |
912 | 2024-12-20T23:33:07.911Z | Downloaded rustls-webpki v0.101.7 |
913 | 2024-12-20T23:33:07.926Z | Downloaded rusqlite v0.32.1 |
914 | 2024-12-20T23:33:07.933Z | Downloaded regress v0.9.1 |
915 | 2024-12-20T23:33:07.942Z | Downloaded p384 v0.13.0 |
916 | 2024-12-20T23:33:07.949Z | Downloaded smoltcp v0.11.0 |
917 | 2024-12-20T23:33:07.963Z | Downloaded proptest v1.5.0 |
918 | 2024-12-20T23:33:07.973Z | Downloaded russh v0.45.0 |
919 | 2024-12-20T23:33:07.979Z | Downloaded rustls-webpki v0.102.8 |
920 | 2024-12-20T23:33:07.999Z | Downloaded h2 v0.4.6 |
921 | 2024-12-20T23:33:08.006Z | Downloaded chrono-tz v0.10.0 |
922 | 2024-12-20T23:33:08.015Z | Downloaded bstr v1.10.0 |
923 | 2024-12-20T23:33:08.026Z | Downloaded hickory-proto v0.24.1 |
924 | 2024-12-20T23:33:08.045Z | Downloaded portable-atomic v1.9.0 |
925 | 2024-12-20T23:33:08.050Z | Downloaded regex v1.11.1 |
926 | 2024-12-20T23:33:08.064Z | Downloaded winnow v0.5.40 |
927 | 2024-12-20T23:33:08.073Z | Downloaded vcpkg v0.2.15 |
928 | 2024-12-20T23:33:08.113Z | Downloaded nix v0.27.1 |
929 | 2024-12-20T23:33:08.123Z | Downloaded git2 v0.19.0 |
930 | 2024-12-20T23:33:08.132Z | Downloaded polar-core v0.27.3 |
931 | 2024-12-20T23:33:08.141Z | Downloaded rustls v0.23.19 |
932 | 2024-12-20T23:33:08.153Z | Downloaded nix v0.29.0 |
933 | 2024-12-20T23:33:08.166Z | Downloaded diesel v2.2.6 |
934 | 2024-12-20T23:33:08.185Z | Downloaded dropshot v0.12.0 |
935 | 2024-12-20T23:33:08.205Z | Downloaded regex-syntax v0.6.29 |
936 | 2024-12-20T23:33:08.212Z | Downloaded zerocopy-derive v0.6.6 |
937 | 2024-12-20T23:33:08.222Z | Downloaded trust-dns-proto v0.22.0 |
938 | 2024-12-20T23:33:08.235Z | Downloaded sled v0.34.7 |
939 | 2024-12-20T23:33:08.246Z | Downloaded dropshot v0.13.0 |
940 | 2024-12-20T23:33:08.268Z | Downloaded object v0.36.5 |
941 | 2024-12-20T23:33:08.280Z | Downloaded openapiv3 v2.0.0 |
942 | 2024-12-20T23:33:08.292Z | Downloaded rustls v0.22.4 |
943 | 2024-12-20T23:33:08.305Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
944 | 2024-12-20T23:33:08.318Z | Downloaded ratatui v0.28.1 |
945 | 2024-12-20T23:33:08.337Z | Downloaded regex-syntax v0.8.5 |
946 | 2024-12-20T23:33:08.346Z | Downloaded object v0.30.4 |
947 | 2024-12-20T23:33:08.355Z | Downloaded gimli v0.31.1 |
948 | 2024-12-20T23:33:08.365Z | Downloaded typify-impl v0.2.0 |
949 | 2024-12-20T23:33:08.381Z | Downloaded openssl v0.10.66 |
950 | 2024-12-20T23:33:08.390Z | Downloaded regex-automata v0.4.8 |
951 | 2024-12-20T23:33:08.407Z | Downloaded unicode-width v0.2.0 |
952 | 2024-12-20T23:33:08.413Z | Downloaded regress v0.10.1 |
953 | 2024-12-20T23:33:08.423Z | Downloaded radix_trie v0.2.1 |
954 | 2024-12-20T23:33:08.429Z | Downloaded petname v2.0.2 |
955 | 2024-12-20T23:33:08.434Z | Downloaded rustls v0.21.12 |
956 | 2024-12-20T23:33:08.446Z | Downloaded nix v0.28.0 |
957 | 2024-12-20T23:33:08.458Z | Downloaded petgraph v0.6.5 |
958 | 2024-12-20T23:33:08.475Z | Downloaded lzma-sys v0.1.20 |
959 | 2024-12-20T23:33:08.504Z | Downloaded tokio v1.40.0 |
960 | 2024-12-20T23:33:08.540Z | Downloaded csv v1.3.0 |
961 | 2024-12-20T23:33:08.559Z | Downloaded idna v0.5.0 |
962 | 2024-12-20T23:33:08.566Z | Downloaded idna v0.4.0 |
963 | 2024-12-20T23:33:08.573Z | Downloaded libz-sys v1.1.20 |
964 | 2024-12-20T23:33:08.594Z | Downloaded idna v0.2.3 |
965 | 2024-12-20T23:33:08.601Z | Downloaded reedline v0.35.0 |
966 | 2024-12-20T23:33:08.608Z | Downloaded smoltcp v0.9.1 |
967 | 2024-12-20T23:33:08.618Z | Downloaded serde_with v3.11.0 |
968 | 2024-12-20T23:33:08.626Z | Downloaded fatfs v0.3.6 |
969 | 2024-12-20T23:33:08.629Z | Downloaded sha3 v0.10.8 |
970 | 2024-12-20T23:33:08.633Z | Downloaded schemars v0.8.21 |
971 | 2024-12-20T23:33:08.645Z | Downloaded unicode-bidi v0.3.17 |
972 | 2024-12-20T23:33:08.648Z | Downloaded icu_properties_data v1.5.0 |
973 | 2024-12-20T23:33:08.658Z | Downloaded rayon v1.10.0 |
974 | 2024-12-20T23:33:08.667Z | Downloaded dropshot_endpoint v0.13.0 |
975 | 2024-12-20T23:33:08.670Z | Downloaded tracing v0.1.40 |
976 | 2024-12-20T23:33:08.674Z | Downloaded chrono v0.4.38 |
977 | 2024-12-20T23:33:08.681Z | Downloaded test-strategy v0.3.1 |
978 | 2024-12-20T23:33:08.684Z | Downloaded similar v2.6.0 |
979 | 2024-12-20T23:33:08.690Z | Downloaded unarray v0.1.4 |
980 | 2024-12-20T23:33:08.692Z | Downloaded tokio-rustls v0.24.1 |
981 | 2024-12-20T23:33:08.695Z | Downloaded diesel_derives v2.2.3 |
982 | 2024-12-20T23:33:08.697Z | Downloaded der v0.7.9 |
983 | 2024-12-20T23:33:08.702Z | Downloaded polyval v0.6.2 |
984 | 2024-12-20T23:33:08.704Z | Downloaded pkg-config v0.3.31 |
985 | 2024-12-20T23:33:08.706Z | Downloaded fragile v2.0.0 |
986 | 2024-12-20T23:33:08.709Z | Downloaded form_urlencoded v1.2.1 |
987 | 2024-12-20T23:33:08.709Z | Downloaded pem-rfc7468 v0.7.0 |
988 | 2024-12-20T23:33:08.711Z | Downloaded unicode-segmentation v1.12.0 |
989 | 2024-12-20T23:33:08.714Z | Downloaded reqwest v0.12.9 |
990 | 2024-12-20T23:33:08.722Z | Downloaded serde-big-array v0.5.1 |
991 | 2024-12-20T23:33:08.725Z | Downloaded stringprep v0.1.5 |
992 | 2024-12-20T23:33:08.728Z | Downloaded string_cache v0.8.7 |
993 | 2024-12-20T23:33:08.728Z | Downloaded slog-scope v4.4.0 |
994 | 2024-12-20T23:33:08.730Z | Downloaded slab v0.4.9 |
995 | 2024-12-20T23:33:08.730Z | Downloaded siphasher v0.3.11 |
996 | 2024-12-20T23:33:08.732Z | Downloaded shlex v1.3.0 |
997 | 2024-12-20T23:33:08.732Z | Downloaded rand v0.8.5 |
998 | 2024-12-20T23:33:08.735Z | Downloaded futures-core v0.3.31 |
999 | 2024-12-20T23:33:08.739Z | Downloaded serde_yaml v0.9.34+deprecated |
1000 | 2024-12-20T23:33:08.742Z | Downloaded steno v0.4.1 |
1001 | 2024-12-20T23:33:08.745Z | Downloaded ron v0.7.1 |
1002 | 2024-12-20T23:33:08.750Z | Downloaded parking_lot_core v0.9.10 |
1003 | 2024-12-20T23:33:08.752Z | Downloaded thiserror-no-std v2.0.2 |
1004 | 2024-12-20T23:33:08.756Z | Downloaded encoding_rs v0.8.34 |
1005 | 2024-12-20T23:33:08.778Z | Downloaded itertools v0.13.0 |
1006 | 2024-12-20T23:33:08.785Z | Downloaded hyper v1.5.0 |
1007 | 2024-12-20T23:33:08.791Z | Downloaded dirs-next v2.0.0 |
1008 | 2024-12-20T23:33:08.794Z | Downloaded smallvec v1.13.2 |
1009 | 2024-12-20T23:33:08.794Z | Downloaded headers v0.4.0 |
1010 | 2024-12-20T23:33:08.799Z | Downloaded ed25519-dalek v2.1.1 |
1011 | 2024-12-20T23:33:08.802Z | Downloaded itertools v0.12.1 |
1012 | 2024-12-20T23:33:08.809Z | Downloaded dsl_auto_type v0.1.2 |
1013 | 2024-12-20T23:33:08.812Z | Downloaded tracing-attributes v0.1.27 |
1014 | 2024-12-20T23:33:08.814Z | Downloaded pkcs8 v0.10.2 |
1015 | 2024-12-20T23:33:08.817Z | Downloaded idna v1.0.3 |
1016 | 2024-12-20T23:33:08.819Z | Downloaded sync-ptr v0.1.1 |
1017 | 2024-12-20T23:33:08.822Z | Downloaded itertools v0.10.5 |
1018 | 2024-12-20T23:33:08.827Z | Downloaded aho-corasick v1.1.3 |
1019 | 2024-12-20T23:33:08.833Z | Downloaded rustc-hash v1.1.0 |
1020 | 2024-12-20T23:33:08.837Z | Downloaded float-ord v0.3.2 |
1021 | 2024-12-20T23:33:08.837Z | Downloaded smf v0.2.3 |
1022 | 2024-12-20T23:33:08.840Z | Downloaded num-bigint v0.4.6 |
1023 | 2024-12-20T23:33:08.842Z | Downloaded typed-path v0.9.3 |
1024 | 2024-12-20T23:33:08.847Z | Downloaded hashbrown v0.13.2 |
1025 | 2024-12-20T23:33:08.851Z | Downloaded wyz v0.5.1 |
1026 | 2024-12-20T23:33:08.854Z | Downloaded defmt-macros v0.3.9 |
1027 | 2024-12-20T23:33:08.858Z | Downloaded rsa v0.9.6 |
1028 | 2024-12-20T23:33:08.861Z | Downloaded libm v0.2.8 |
1029 | 2024-12-20T23:33:08.868Z | Downloaded pin-project v1.1.6 |
1030 | 2024-12-20T23:33:08.878Z | Downloaded hashbrown v0.12.3 |
1031 | 2024-12-20T23:33:08.882Z | Downloaded des v0.8.1 |
1032 | 2024-12-20T23:33:08.885Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1033 | 2024-12-20T23:33:08.940Z | Downloaded typify v0.2.0 |
1034 | 2024-12-20T23:33:08.943Z | Downloaded tokio-native-tls v0.3.1 |
1035 | 2024-12-20T23:33:08.945Z | Downloaded data-encoding v2.6.0 |
1036 | 2024-12-20T23:33:08.947Z | Downloaded unicode-properties v0.1.3 |
1037 | 2024-12-20T23:33:08.947Z | Downloaded zerocopy-derive v0.8.10 |
1038 | 2024-12-20T23:33:08.953Z | Downloaded universal-hash v0.5.1 |
1039 | 2024-12-20T23:33:08.956Z | Downloaded unicase v2.7.0 |
1040 | 2024-12-20T23:33:08.956Z | Downloaded tls_codec v0.4.1 |
1041 | 2024-12-20T23:33:08.958Z | Downloaded spin v0.9.8 |
1042 | 2024-12-20T23:33:08.961Z | Downloaded minimal-lexical v0.2.1 |
1043 | 2024-12-20T23:33:08.965Z | Downloaded structmeta-derive v0.2.0 |
1044 | 2024-12-20T23:33:08.967Z | Downloaded spin v0.5.2 |
1045 | 2024-12-20T23:33:08.967Z | Downloaded signal-hook-tokio v0.3.1 |
1046 | 2024-12-20T23:33:08.969Z | Downloaded serde_derive_internals v0.29.1 |
1047 | 2024-12-20T23:33:08.969Z | Downloaded rustls-pki-types v1.10.0 |
1048 | 2024-12-20T23:33:08.974Z | Downloaded rfc6979 v0.4.0 |
1049 | 2024-12-20T23:33:08.977Z | Downloaded prettyplease v0.2.25 |
1050 | 2024-12-20T23:33:08.979Z | Downloaded enum-as-inner v0.6.1 |
1051 | 2024-12-20T23:33:08.979Z | Downloaded enum-as-inner v0.5.1 |
1052 | 2024-12-20T23:33:08.982Z | Downloaded tungstenite v0.21.0 |
1053 | 2024-12-20T23:33:08.984Z | Downloaded subprocess v0.2.9 |
1054 | 2024-12-20T23:33:08.987Z | Downloaded embedded-io v0.6.1 |
1055 | 2024-12-20T23:33:08.989Z | Downloaded utf-8 v0.7.6 |
1056 | 2024-12-20T23:33:08.992Z | Downloaded untrusted v0.9.0 |
1057 | 2024-12-20T23:33:08.992Z | Downloaded untrusted v0.7.1 |
1058 | 2024-12-20T23:33:08.994Z | Downloaded resolv-conf v0.7.0 |
1059 | 2024-12-20T23:33:08.994Z | Downloaded zeroize v1.8.1 |
1060 | 2024-12-20T23:33:08.997Z | Downloaded predicates-core v1.0.8 |
1061 | 2024-12-20T23:33:08.997Z | Downloaded termcolor v1.4.1 |
1062 | 2024-12-20T23:33:08.999Z | Downloaded hyper-util v0.1.10 |
1063 | 2024-12-20T23:33:09.002Z | Downloaded crossbeam-channel v0.5.13 |
1064 | 2024-12-20T23:33:09.006Z | Downloaded rand_xorshift v0.3.0 |
1065 | 2024-12-20T23:33:09.009Z | Downloaded either v1.13.0 |
1066 | 2024-12-20T23:33:09.009Z | Downloaded yoke v0.7.4 |
1067 | 2024-12-20T23:33:09.012Z | Downloaded yasna v0.5.2 |
1068 | 2024-12-20T23:33:09.015Z | Downloaded subtle v2.6.1 |
1069 | 2024-12-20T23:33:09.015Z | Downloaded derive_builder v0.20.2 |
1070 | 2024-12-20T23:33:09.019Z | Downloaded derive-where v1.2.7 |
1071 | 2024-12-20T23:33:09.022Z | Downloaded socket2 v0.5.7 |
1072 | 2024-12-20T23:33:09.025Z | Downloaded snafu v0.8.5 |
1073 | 2024-12-20T23:33:09.030Z | Downloaded embedded-io v0.4.0 |
1074 | 2024-12-20T23:33:09.033Z | Downloaded packed_struct_codegen v0.10.1 |
1075 | 2024-12-20T23:33:09.035Z | Downloaded zeroize_derive v1.4.2 |
1076 | 2024-12-20T23:33:09.035Z | Downloaded tokio-tungstenite v0.23.1 |
1077 | 2024-12-20T23:33:09.037Z | Downloaded tar v0.4.42 |
1078 | 2024-12-20T23:33:09.040Z | Downloaded whoami v1.5.2 |
1079 | 2024-12-20T23:33:09.042Z | Downloaded postgres-protocol v0.6.7 |
1080 | 2024-12-20T23:33:09.044Z | Downloaded postcard v1.0.10 |
1081 | 2024-12-20T23:33:09.046Z | Downloaded futures v0.3.31 |
1082 | 2024-12-20T23:33:09.051Z | Downloaded zerocopy v0.6.6 |
1083 | 2024-12-20T23:33:09.053Z | Downloaded backtrace v0.3.74 |
1084 | 2024-12-20T23:33:09.058Z | Downloaded base64 v0.22.1 |
1085 | 2024-12-20T23:33:09.062Z | Downloaded derive_builder_core v0.20.2 |
1086 | 2024-12-20T23:33:09.064Z | Downloaded der_derive v0.7.3 |
1087 | 2024-12-20T23:33:09.066Z | Downloaded toml v0.7.8 |
1088 | 2024-12-20T23:33:09.069Z | Downloaded russh-keys v0.45.0 |
1089 | 2024-12-20T23:33:09.071Z | Downloaded icu_locid_transform_data v1.5.0 |
1090 | 2024-12-20T23:33:09.074Z | Downloaded cc v1.1.30 |
1091 | 2024-12-20T23:33:09.077Z | Downloaded bumpalo v3.16.0 |
1092 | 2024-12-20T23:33:09.080Z | Downloaded base64 v0.21.7 |
1093 | 2024-12-20T23:33:09.084Z | Downloaded spki v0.7.3 |
1094 | 2024-12-20T23:33:09.087Z | Downloaded signal-hook-registry v1.4.2 |
1095 | 2024-12-20T23:33:09.089Z | Downloaded scrypt v0.11.0 |
1096 | 2024-12-20T23:33:09.093Z | Downloaded scopeguard v1.2.0 |
1097 | 2024-12-20T23:33:09.093Z | Downloaded aes v0.8.4 |
1098 | 2024-12-20T23:33:09.095Z | Downloaded hickory-client v0.24.1 |
1099 | 2024-12-20T23:33:09.098Z | Downloaded twox-hash v1.6.3 |
1100 | 2024-12-20T23:33:09.100Z | Downloaded indexmap v1.9.3 |
1101 | 2024-12-20T23:33:09.103Z | Downloaded ecdsa v0.16.9 |
1102 | 2024-12-20T23:33:09.106Z | Downloaded funty v2.0.0 |
1103 | 2024-12-20T23:33:09.108Z | Downloaded compact_str v0.8.0 |
1104 | 2024-12-20T23:33:09.110Z | Downloaded which v4.4.2 |
1105 | 2024-12-20T23:33:09.112Z | Downloaded ed25519 v2.2.3 |
1106 | 2024-12-20T23:33:09.114Z | Downloaded dyn-clone v1.0.17 |
1107 | 2024-12-20T23:33:09.118Z | Downloaded tls_codec_derive v0.4.1 |
1108 | 2024-12-20T23:33:09.118Z | Downloaded serde_repr v0.1.19 |
1109 | 2024-12-20T23:33:09.120Z | Downloaded rustc_version v0.4.1 |
1110 | 2024-12-20T23:33:09.120Z | Downloaded lazy_static v1.5.0 |
1111 | 2024-12-20T23:33:09.122Z | Downloaded crc32fast v1.4.2 |
1112 | 2024-12-20T23:33:09.125Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2024-12-20T23:33:09.127Z | Downloaded const-oid v0.9.6 |
1114 | 2024-12-20T23:33:09.129Z | Downloaded blake2 v0.10.6 |
1115 | 2024-12-20T23:33:09.131Z | Downloaded iana-time-zone v0.1.61 |
1116 | 2024-12-20T23:33:09.133Z | Downloaded hyper-rustls v0.27.3 |
1117 | 2024-12-20T23:33:09.136Z | Downloaded cancel-safe-futures v0.1.5 |
1118 | 2024-12-20T23:33:09.140Z | Downloaded keccak v0.1.5 |
1119 | 2024-12-20T23:33:09.142Z | Downloaded ipnet v2.10.1 |
1120 | 2024-12-20T23:33:09.142Z | Downloaded const_format_proc_macros v0.2.33 |
1121 | 2024-12-20T23:33:09.145Z | Downloaded ahash v0.8.11 |
1122 | 2024-12-20T23:33:09.147Z | Downloaded backoff v0.4.0 |
1123 | 2024-12-20T23:33:09.149Z | Downloaded cookie_store v0.21.0 |
1124 | 2024-12-20T23:33:09.152Z | Downloaded is-terminal v0.4.13 |
1125 | 2024-12-20T23:33:09.155Z | Downloaded inout v0.1.3 |
1126 | 2024-12-20T23:33:09.155Z | Downloaded indent_write v2.2.0 |
1127 | 2024-12-20T23:33:09.157Z | Downloaded idna_adapter v1.2.0 |
1128 | 2024-12-20T23:33:09.157Z | Downloaded csv-core v0.1.11 |
1129 | 2024-12-20T23:33:09.157Z | Downloaded crossbeam-deque v0.8.5 |
1130 | 2024-12-20T23:33:09.160Z | Downloaded console v0.15.8 |
1131 | 2024-12-20T23:33:09.162Z | Downloaded block-padding v0.3.3 |
1132 | 2024-12-20T23:33:09.162Z | Downloaded base64ct v1.6.0 |
1133 | 2024-12-20T23:33:09.166Z | Downloaded ipnetwork v0.20.0 |
1134 | 2024-12-20T23:33:09.169Z | Downloaded instability v0.3.2 |
1135 | 2024-12-20T23:33:09.169Z | Downloaded hostname v0.4.0 |
1136 | 2024-12-20T23:33:09.171Z | Downloaded async-bb8-diesel v0.2.1 |
1137 | 2024-12-20T23:33:09.171Z | Downloaded libsw v3.3.1 |
1138 | 2024-12-20T23:33:09.174Z | Downloaded hyper-tls v0.6.0 |
1139 | 2024-12-20T23:33:09.176Z | Downloaded cipher v0.4.4 |
1140 | 2024-12-20T23:33:09.176Z | Downloaded addr2line v0.24.2 |
1141 | 2024-12-20T23:33:09.178Z | Downloaded async-trait v0.1.83 |
1142 | 2024-12-20T23:33:09.181Z | Downloaded lru v0.12.5 |
1143 | 2024-12-20T23:33:09.183Z | Downloaded atomic-waker v1.1.2 |
1144 | 2024-12-20T23:33:09.185Z | Downloaded chrono-tz-build v0.4.0 |
1145 | 2024-12-20T23:33:09.185Z | Downloaded linked-hash-map v0.5.6 |
1146 | 2024-12-20T23:33:09.187Z | Downloaded cmake v0.1.51 |
1147 | 2024-12-20T23:33:09.187Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-12-20T23:33:09.190Z | Downloaded crc-catalog v2.4.0 |
1149 | 2024-12-20T23:33:09.190Z | Downloaded async-stream v0.3.6 |
1150 | 2024-12-20T23:33:09.192Z | Downloaded lockfree-object-pool v0.1.6 |
1151 | 2024-12-20T23:33:09.194Z | Downloaded libloading v0.8.5 |
1152 | 2024-12-20T23:33:09.196Z | Downloaded indoc v1.0.9 |
1153 | 2024-12-20T23:33:09.199Z | Downloaded linear-map v1.2.0 |
1154 | 2024-12-20T23:33:09.202Z | Downloaded curve25519-dalek-derive v0.1.1 |
1155 | 2024-12-20T23:33:09.202Z | Downloaded ciborium-ll v0.2.2 |
1156 | 2024-12-20T23:33:09.202Z | Downloaded bitfield v0.14.0 |
1157 | 2024-12-20T23:33:09.204Z | Downloaded bcrypt-pbkdf v0.10.0 |
1158 | 2024-12-20T23:33:09.205Z | Downloaded hex v0.4.3 |
1159 | 2024-12-20T23:33:09.208Z | Downloaded constant_time_eq v0.3.1 |
1160 | 2024-12-20T23:33:09.211Z | Downloaded http-body-util v0.1.2 |
1161 | 2024-12-20T23:33:09.211Z | Downloaded hostname v0.3.1 |
1162 | 2024-12-20T23:33:09.298Z | Downloaded ring v0.17.8 |
1163 | 2024-12-20T23:33:09.428Z | Downloaded ring v0.16.20 |
1164 | 2024-12-20T23:33:09.510Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-12-20T23:33:09.734Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-12-20T23:33:10.035Z | Compiling serde v1.0.215 |
1167 | 2024-12-20T23:33:10.039Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-20T23:33:10.039Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-20T23:33:10.039Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-20T23:33:10.039Z | Compiling typenum v1.17.0 |
1171 | 2024-12-20T23:33:10.039Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-20T23:33:10.214Z | Compiling syn v2.0.87 |
1173 | 2024-12-20T23:33:10.229Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-20T23:33:10.381Z | Compiling subtle v2.6.1 |
1175 | 2024-12-20T23:33:10.495Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-20T23:33:10.679Z | Compiling log v0.4.22 |
1177 | 2024-12-20T23:33:10.767Z | Compiling shlex v1.3.0 |
1178 | 2024-12-20T23:33:10.812Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-20T23:33:10.841Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-20T23:33:11.068Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-20T23:33:11.123Z | Compiling spin v0.9.8 |
1182 | 2024-12-20T23:33:11.206Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-20T23:33:11.280Z | Compiling cc v1.1.30 |
1184 | 2024-12-20T23:33:11.337Z | Compiling rustix v0.38.37 |
1185 | 2024-12-20T23:33:11.525Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-20T23:33:11.585Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-20T23:33:11.819Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-20T23:33:11.866Z | Compiling mio v1.0.2 |
1189 | 2024-12-20T23:33:12.282Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-20T23:33:12.667Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-20T23:33:12.688Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-20T23:33:13.093Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-20T23:33:13.135Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-20T23:33:13.156Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-12-20T23:33:13.192Z | Compiling glob v0.3.1 |
1196 | 2024-12-20T23:33:13.262Z | Compiling either v1.13.0 |
1197 | 2024-12-20T23:33:13.262Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-20T23:33:13.596Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-20T23:33:13.669Z | Compiling slab v0.4.9 |
1200 | 2024-12-20T23:33:13.689Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-20T23:33:14.031Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-20T23:33:14.094Z | Compiling clang-sys v1.8.1 |
1203 | 2024-12-20T23:33:14.453Z | Compiling libloading v0.8.5 |
1204 | 2024-12-20T23:33:14.587Z | Compiling nom v7.1.3 |
1205 | 2024-12-20T23:33:14.607Z | Compiling serde_json v1.0.132 |
1206 | 2024-12-20T23:33:14.874Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-20T23:33:14.901Z | Compiling home v0.5.9 |
1208 | 2024-12-20T23:33:15.166Z | Compiling itertools v0.10.5 |
1209 | 2024-12-20T23:33:15.628Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-20T23:33:15.687Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-20T23:33:15.839Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-20T23:33:16.016Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-20T23:33:16.052Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-20T23:33:16.322Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-20T23:33:16.396Z | Compiling allocator-api2 v0.2.18 |
1216 | 2024-12-20T23:33:17.189Z | Compiling futures-task v0.3.31 |
1217 | 2024-12-20T23:33:17.493Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-20T23:33:17.595Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-20T23:33:17.927Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-20T23:33:17.945Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-20T23:33:19.000Z | Compiling cmake v0.1.51 |
1222 | 2024-12-20T23:33:19.486Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-12-20T23:33:19.585Z | Compiling pkg-config v0.3.31 |
1224 | 2024-12-20T23:33:19.653Z | Compiling dunce v1.0.5 |
1225 | 2024-12-20T23:33:19.771Z | Compiling libm v0.2.8 |
1226 | 2024-12-20T23:33:19.791Z | Compiling fs_extra v1.3.0 |
1227 | 2024-12-20T23:33:20.076Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-20T23:33:20.129Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-20T23:33:20.653Z | Compiling ring v0.17.8 |
1230 | 2024-12-20T23:33:21.113Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-20T23:33:21.537Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-20T23:33:21.554Z | Compiling writeable v0.5.5 |
1233 | 2024-12-20T23:33:21.698Z | Compiling litemap v0.7.3 |
1234 | 2024-12-20T23:33:21.749Z | Compiling paste v1.0.15 |
1235 | 2024-12-20T23:33:21.797Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-20T23:33:22.075Z | Compiling regex v1.11.1 |
1237 | 2024-12-20T23:33:22.321Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-20T23:33:22.996Z | Compiling httparse v1.9.5 |
1239 | 2024-12-20T23:33:23.112Z | Compiling flagset v0.4.6 |
1240 | 2024-12-20T23:33:23.170Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-20T23:33:23.586Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-20T23:33:23.773Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-20T23:33:23.871Z | Compiling rustls-pki-types v1.10.0 |
1244 | 2024-12-20T23:33:24.474Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-12-20T23:33:24.504Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-20T23:33:24.785Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-20T23:33:24.841Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-20T23:33:24.862Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-20T23:33:24.913Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-20T23:33:25.043Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-20T23:33:26.321Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-20T23:33:26.425Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-20T23:33:27.066Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-20T23:33:27.086Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-20T23:33:28.092Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-20T23:33:28.335Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-20T23:33:28.597Z | Compiling digest v0.10.7 |
1258 | 2024-12-20T23:33:28.614Z | Compiling futures-macro v0.3.31 |
1259 | 2024-12-20T23:33:28.863Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-20T23:33:29.036Z | Compiling zerofrom v0.1.4 |
1261 | 2024-12-20T23:33:29.062Z | Compiling hmac v0.12.1 |
1262 | 2024-12-20T23:33:29.263Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-20T23:33:29.317Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-20T23:33:29.457Z | Compiling yoke v0.7.4 |
1265 | 2024-12-20T23:33:29.548Z | Compiling inout v0.1.3 |
1266 | 2024-12-20T23:33:29.833Z | Compiling cipher v0.4.4 |
1267 | 2024-12-20T23:33:29.833Z | Compiling sha2 v0.10.8 |
1268 | 2024-12-20T23:33:30.325Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-20T23:33:30.389Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-20T23:33:30.516Z | Compiling futures-util v0.3.31 |
1271 | 2024-12-20T23:33:30.539Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-12-20T23:33:30.941Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-20T23:33:31.070Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-20T23:33:31.470Z | Compiling zerovec v0.10.4 |
1275 | 2024-12-20T23:33:31.681Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-20T23:33:33.215Z | Compiling pest v2.7.14 |
1277 | 2024-12-20T23:33:33.321Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-20T23:33:33.325Z | Compiling der v0.7.9 |
1279 | 2024-12-20T23:33:33.634Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-20T23:33:33.785Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-20T23:33:35.143Z | Compiling icu_provider v1.5.0 |
1282 | 2024-12-20T23:33:35.279Z | Compiling rand v0.8.5 |
1283 | 2024-12-20T23:33:35.317Z | Compiling tracing v0.1.40 |
1284 | 2024-12-20T23:33:35.870Z | Compiling spki v0.7.3 |
1285 | 2024-12-20T23:33:36.217Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-12-20T23:33:36.238Z | Compiling salsa20 v0.10.2 |
1287 | 2024-12-20T23:33:36.260Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-12-20T23:33:36.436Z | Compiling vcpkg v0.2.15 |
1289 | 2024-12-20T23:33:36.478Z | Compiling mirai-annotations v1.12.0 |
1290 | 2024-12-20T23:33:36.651Z | Compiling untrusted v0.9.0 |
1291 | 2024-12-20T23:33:36.673Z | Compiling untrusted v0.7.1 |
1292 | 2024-12-20T23:33:36.700Z | Compiling time-core v0.1.2 |
1293 | 2024-12-20T23:33:36.826Z | Compiling num-conv v0.1.0 |
1294 | 2024-12-20T23:33:36.862Z | Compiling powerfmt v0.2.0 |
1295 | 2024-12-20T23:33:36.884Z | Compiling icu_properties_data v1.5.0 |
1296 | 2024-12-20T23:33:37.109Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-20T23:33:37.147Z | Compiling deranged v0.3.11 |
1298 | 2024-12-20T23:33:37.278Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-20T23:33:37.450Z | Compiling icu_properties v1.5.1 |
1300 | 2024-12-20T23:33:38.661Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-20T23:33:38.825Z | Compiling bytes v1.8.0 |
1302 | 2024-12-20T23:33:39.114Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-20T23:33:39.171Z | Compiling semver v1.0.23 |
1304 | 2024-12-20T23:33:39.994Z | Compiling tokio v1.40.0 |
1305 | 2024-12-20T23:33:40.185Z | Compiling http v1.1.0 |
1306 | 2024-12-20T23:33:40.519Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-20T23:33:40.663Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-12-20T23:33:40.904Z | Compiling pest_meta v2.7.14 |
1309 | 2024-12-20T23:33:41.289Z | Compiling cbc v0.1.2 |
1310 | 2024-12-20T23:33:41.531Z | Compiling aes v0.8.4 |
1311 | 2024-12-20T23:33:41.775Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-20T23:33:42.323Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-12-20T23:33:42.385Z | Compiling utf16_iter v1.0.5 |
1314 | 2024-12-20T23:33:42.513Z | Compiling write16 v1.0.0 |
1315 | 2024-12-20T23:33:42.590Z | Compiling utf8_iter v1.0.4 |
1316 | 2024-12-20T23:33:42.630Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-20T23:33:42.650Z | Compiling num_threads v0.1.7 |
1318 | 2024-12-20T23:33:42.738Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-12-20T23:33:42.779Z | Compiling time v0.3.36 |
1320 | 2024-12-20T23:33:42.821Z | Compiling icu_normalizer v1.5.0 |
1321 | 2024-12-20T23:33:43.304Z | Compiling which v4.4.2 |
1322 | 2024-12-20T23:33:43.997Z | Compiling scroll v0.12.0 |
1323 | 2024-12-20T23:33:44.447Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-20T23:33:44.603Z | Compiling http-body v1.0.1 |
1325 | 2024-12-20T23:33:44.687Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-20T23:33:44.852Z | Compiling slog v2.7.0 |
1327 | 2024-12-20T23:33:44.877Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-20T23:33:45.006Z | Compiling want v0.3.1 |
1329 | 2024-12-20T23:33:45.036Z | Compiling goblin v0.8.2 |
1330 | 2024-12-20T23:33:45.301Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-20T23:33:45.431Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-20T23:33:45.518Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-20T23:33:45.999Z | Compiling idna v1.0.3 |
1334 | 2024-12-20T23:33:46.159Z | Compiling uuid v1.11.0 |
1335 | 2024-12-20T23:33:46.485Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-20T23:33:46.995Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-20T23:33:47.315Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-20T23:33:47.555Z | Compiling serde_tokenstream v0.2.2 |
1339 | 2024-12-20T23:33:47.576Z | Compiling serde_spanned v0.6.8 |
1340 | 2024-12-20T23:33:47.813Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-12-20T23:33:47.842Z | Compiling tower-service v0.3.3 |
1342 | 2024-12-20T23:33:47.928Z | Compiling match_cfg v0.1.0 |
1343 | 2024-12-20T23:33:47.975Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-20T23:33:48.032Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-20T23:33:48.069Z | Compiling base64 v0.22.1 |
1346 | 2024-12-20T23:33:48.147Z | Compiling openssl v0.10.66 |
1347 | 2024-12-20T23:33:48.517Z | Compiling tokio-util v0.7.12 |
1348 | 2024-12-20T23:33:48.559Z | Compiling adler2 v2.0.0 |
1349 | 2024-12-20T23:33:48.772Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-20T23:33:48.818Z | Compiling chrono v0.4.38 |
1351 | 2024-12-20T23:33:48.842Z | Compiling hostname v0.3.1 |
1352 | 2024-12-20T23:33:49.102Z | Compiling foreign-types v0.3.2 |
1353 | 2024-12-20T23:33:49.201Z | Compiling url v2.5.3 |
1354 | 2024-12-20T23:33:49.545Z | Compiling h2 v0.4.6 |
1355 | 2024-12-20T23:33:50.317Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-20T23:33:51.301Z | Compiling dof v0.3.0 |
1357 | 2024-12-20T23:33:51.479Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-20T23:33:52.254Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-20T23:33:52.628Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-20T23:33:53.093Z | Compiling data-encoding v2.6.0 |
1361 | 2024-12-20T23:33:53.313Z | Compiling rustls v0.23.19 |
1362 | 2024-12-20T23:33:53.761Z | Compiling siphasher v0.3.11 |
1363 | 2024-12-20T23:33:53.767Z | Compiling rustls v0.22.4 |
1364 | 2024-12-20T23:33:53.816Z | Compiling syn v1.0.109 |
1365 | 2024-12-20T23:33:53.839Z | Compiling native-tls v0.2.12 |
1366 | 2024-12-20T23:33:53.918Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-20T23:33:54.538Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-20T23:33:55.091Z | Compiling heapless v0.7.17 |
1369 | 2024-12-20T23:33:55.515Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-20T23:33:55.518Z | Compiling signature v2.2.0 |
1371 | 2024-12-20T23:33:55.567Z | Compiling sha1 v0.10.6 |
1372 | 2024-12-20T23:33:55.663Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-20T23:33:55.806Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-20T23:33:55.886Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-20T23:33:55.980Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-12-20T23:33:56.157Z | Compiling cookie v0.18.1 |
1377 | 2024-12-20T23:33:56.238Z | Compiling multer v3.1.0 |
1378 | 2024-12-20T23:33:56.432Z | Compiling hyper v1.5.0 |
1379 | 2024-12-20T23:33:56.452Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-20T23:33:56.514Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-20T23:33:56.778Z | Compiling schemars v0.8.21 |
1382 | 2024-12-20T23:33:56.936Z | Compiling mime v0.3.17 |
1383 | 2024-12-20T23:33:57.137Z | Compiling rayon-core v1.12.1 |
1384 | 2024-12-20T23:33:57.423Z | Compiling unicode-properties v0.1.3 |
1385 | 2024-12-20T23:33:57.549Z | Compiling openssl-probe v0.1.5 |
1386 | 2024-12-20T23:33:57.846Z | Compiling gimli v0.31.1 |
1387 | 2024-12-20T23:33:57.918Z | Compiling ipnet v2.10.1 |
1388 | 2024-12-20T23:33:58.596Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-20T23:33:59.198Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-20T23:34:00.546Z | Compiling stringprep v0.1.5 |
1391 | 2024-12-20T23:34:00.736Z | Compiling toml_edit v0.22.22 |
1392 | 2024-12-20T23:34:01.796Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-12-20T23:34:01.905Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-20T23:34:02.125Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-12-20T23:34:02.475Z | Compiling addr2line v0.24.2 |
1396 | 2024-12-20T23:34:02.920Z | Compiling term v0.7.0 |
1397 | 2024-12-20T23:34:03.094Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-20T23:34:03.170Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-20T23:34:03.478Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-20T23:34:03.498Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-20T23:34:03.573Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-20T23:34:03.679Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-20T23:34:04.101Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-20T23:34:04.253Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-12-20T23:34:04.419Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-20T23:34:04.455Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-20T23:34:04.657Z | Compiling idna v0.3.0 |
1408 | 2024-12-20T23:34:04.725Z | Compiling idna v0.4.0 |
1409 | 2024-12-20T23:34:04.770Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-20T23:34:05.177Z | Compiling ff v0.13.0 |
1411 | 2024-12-20T23:34:05.288Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-20T23:34:05.390Z | Compiling object v0.36.5 |
1413 | 2024-12-20T23:34:05.409Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-20T23:34:05.675Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-20T23:34:05.696Z | Compiling base16ct v0.2.0 |
1416 | 2024-12-20T23:34:06.024Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2024-12-20T23:34:06.301Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-12-20T23:34:06.322Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-20T23:34:06.373Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-12-20T23:34:06.428Z | Compiling take_mut v0.2.2 |
1421 | 2024-12-20T23:34:06.467Z | Compiling rustc-demangle v0.1.24 |
1422 | 2024-12-20T23:34:06.593Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-12-20T23:34:06.671Z | Compiling portable-atomic v1.9.0 |
1424 | 2024-12-20T23:34:06.827Z | Compiling psl-types v2.0.11 |
1425 | 2024-12-20T23:34:07.042Z | Compiling smoltcp v0.9.1 |
1426 | 2024-12-20T23:34:07.102Z | Compiling utf-8 v0.7.6 |
1427 | 2024-12-20T23:34:07.431Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-20T23:34:07.487Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-20T23:34:07.816Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-20T23:34:08.068Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-20T23:34:08.873Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-12-20T23:34:09.583Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-20T23:34:09.683Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-20T23:34:09.705Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-20T23:34:09.825Z | Compiling usdt v0.5.0 |
1436 | 2024-12-20T23:34:09.992Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-20T23:34:10.194Z | Compiling group v0.13.0 |
1438 | 2024-12-20T23:34:10.528Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-20T23:34:10.848Z | Compiling futures v0.3.31 |
1440 | 2024-12-20T23:34:10.968Z | Compiling toml v0.8.19 |
1441 | 2024-12-20T23:34:11.276Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-20T23:34:12.781Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-20T23:34:12.807Z | Compiling camino v1.1.9 |
1444 | 2024-12-20T23:34:13.053Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-20T23:34:13.342Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-20T23:34:13.632Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-20T23:34:13.748Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-20T23:34:13.769Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-20T23:34:13.792Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-20T23:34:13.972Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-20T23:34:13.996Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-20T23:34:14.249Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-20T23:34:14.873Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-12-20T23:34:16.458Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-20T23:34:16.898Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-20T23:34:17.103Z | Compiling idna v0.5.0 |
1457 | 2024-12-20T23:34:17.209Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-20T23:34:18.130Z | Compiling hostname v0.4.0 |
1459 | 2024-12-20T23:34:18.345Z | Compiling fs-err v2.11.0 |
1460 | 2024-12-20T23:34:18.367Z | Compiling crc32fast v1.4.2 |
1461 | 2024-12-20T23:34:18.404Z | Compiling ahash v0.8.11 |
1462 | 2024-12-20T23:34:18.633Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-12-20T23:34:18.677Z | Compiling winnow v0.5.40 |
1464 | 2024-12-20T23:34:18.698Z | Compiling managed v0.8.0 |
1465 | 2024-12-20T23:34:18.735Z | Compiling bitflags v1.3.2 |
1466 | 2024-12-20T23:34:18.738Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-20T23:34:18.847Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-20T23:34:18.864Z | Compiling zerocopy v0.6.6 |
1469 | 2024-12-20T23:34:19.735Z | Compiling console v0.15.8 |
1470 | 2024-12-20T23:34:20.479Z | Compiling flate2 v1.0.34 |
1471 | 2024-12-20T23:34:20.482Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-20T23:34:20.971Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-20T23:34:21.362Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-20T23:34:21.476Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-20T23:34:22.597Z | Compiling toml_edit v0.19.15 |
1476 | 2024-12-20T23:34:22.668Z | Compiling phf v0.11.2 |
1477 | 2024-12-20T23:34:22.978Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-20T23:34:23.092Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-20T23:34:23.114Z | Compiling rayon v1.10.0 |
1480 | 2024-12-20T23:34:23.145Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-20T23:34:23.541Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-20T23:34:24.099Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-20T23:34:27.103Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-20T23:34:28.085Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-20T23:34:28.392Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-20T23:34:28.427Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-20T23:34:28.491Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-20T23:34:28.737Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-20T23:34:29.011Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-20T23:34:29.205Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-20T23:34:29.478Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-20T23:34:29.500Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-20T23:34:29.503Z | Compiling bstr v1.10.0 |
1494 | 2024-12-20T23:34:29.756Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-20T23:34:29.927Z | Compiling bit-vec v0.6.3 |
1496 | 2024-12-20T23:34:30.416Z | Compiling difflib v0.4.0 |
1497 | 2024-12-20T23:34:30.696Z | Compiling static_assertions v1.1.0 |
1498 | 2024-12-20T23:34:30.804Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-20T23:34:30.825Z | Compiling whoami v1.5.2 |
1500 | 2024-12-20T23:34:30.907Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-12-20T23:34:31.032Z | Compiling number_prefix v0.4.0 |
1502 | 2024-12-20T23:34:31.268Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-20T23:34:31.313Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-12-20T23:34:31.491Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2024-12-20T23:34:31.627Z | Compiling fixedbitset v0.4.2 |
1506 | 2024-12-20T23:34:31.787Z | Compiling predicates-core v1.0.8 |
1507 | 2024-12-20T23:34:32.088Z | Compiling similar v2.6.0 |
1508 | 2024-12-20T23:34:32.107Z | Compiling predicates v3.1.2 |
1509 | 2024-12-20T23:34:32.162Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-20T23:34:32.190Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-20T23:34:32.901Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-12-20T23:34:33.799Z | Compiling clap v4.5.21 |
1513 | 2024-12-20T23:34:33.830Z | Compiling string_cache v0.8.7 |
1514 | 2024-12-20T23:34:33.929Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1515 | 2024-12-20T23:34:34.352Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-20T23:34:34.457Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-20T23:34:34.556Z | Compiling rsa v0.9.6 |
1518 | 2024-12-20T23:34:34.641Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-20T23:34:35.391Z | Compiling toml v0.7.8 |
1520 | 2024-12-20T23:34:35.975Z | Compiling zip v0.6.6 |
1521 | 2024-12-20T23:34:36.417Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-20T23:34:40.613Z | Compiling hex v0.4.3 |
1523 | 2024-12-20T23:34:40.613Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-20T23:34:40.613Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-12-20T23:34:40.613Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-20T23:34:40.613Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-20T23:34:40.613Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-20T23:34:40.613Z | Compiling xattr v1.3.1 |
1529 | 2024-12-20T23:34:40.613Z | Compiling filetime v0.2.25 |
1530 | 2024-12-20T23:34:40.614Z | Compiling tar v0.4.42 |
1531 | 2024-12-20T23:34:43.741Z | Compiling strum v0.26.3 |
1532 | 2024-12-20T23:34:46.845Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-20T23:35:20.810Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-20T23:35:24.207Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-20T23:35:25.930Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-20T23:35:26.338Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-20T23:35:26.680Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-20T23:35:27.719Z | Compiling qorb v0.2.1 |
1539 | 2024-12-20T23:35:32.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-20T23:35:32.959Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-20T23:35:38.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1542 | 2024-12-20T23:35:38.922Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-20T23:35:38.976Z | Dec 20 23:35:38.123 INFO Starting download, target: Console |
1544 | 2024-12-20T23:35:38.976Z | Dec 20 23:35:38.123 INFO Starting download, target: Cockroach |
1545 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.123 INFO Starting download, target: Clickhouse |
1546 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Starting download, target: DendriteStub |
1548 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-20T23:35:38.980Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1552 | 2024-12-20T23:35:38.981Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-20T23:35:38.981Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-20T23:35:38.981Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-20T23:35:38.981Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-20T23:35:38.981Z | Dec 20 23:35:38.124 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1557 | 2024-12-20T23:35:39.458Z | Dec 20 23:35:38.588 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-20T23:35:39.807Z | Dec 20 23:35:38.803 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-20T23:35:40.038Z | Dec 20 23:35:38.882 INFO Download complete, target: Console |
1560 | 2024-12-20T23:35:40.185Z | Dec 20 23:35:39.214 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-20T23:35:40.754Z | Dec 20 23:35:39.826 INFO Download complete, target: TransceiverControl |
1562 | 2024-12-20T23:35:40.831Z | Dec 20 23:35:39.956 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-20T23:35:40.916Z | Dec 20 23:35:40.050 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1564 | 2024-12-20T23:35:40.979Z | Dec 20 23:35:40.121 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-20T23:35:41.768Z | Dec 20 23:35:40.916 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-12-20T23:35:41.768Z | Dec 20 23:35:40.916 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-12-20T23:35:43.587Z | Dec 20 23:35:42.734 INFO Download complete, target: DendriteStub |
1568 | 2024-12-20T23:35:43.700Z | Dec 20 23:35:42.847 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-20T23:35:49.211Z | Dec 20 23:35:48.357 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-20T23:35:49.368Z | Dec 20 23:35:48.514 INFO Download complete, target: Cockroach |
1571 | 2024-12-20T23:35:53.573Z | Dec 20 23:35:52.716 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-20T23:35:54.387Z | Dec 20 23:35:53.532 INFO Download complete, target: Clickhouse |
1573 | 2024-12-20T23:35:54.491Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-20T23:35:54.495Z | |
1575 | 2024-12-20T23:35:54.495Z | real 5:35.359239006 |
1576 | 2024-12-20T23:35:54.495Z | user 16:27.511868985 |
1577 | 2024-12-20T23:35:54.495Z | sys 3:14.881384364 |
1578 | 2024-12-20T23:35:54.495Z | trap 0.530560650 |
1579 | 2024-12-20T23:35:54.495Z | tflt 7.059327865 |
1580 | 2024-12-20T23:35:54.495Z | dflt 5.644969303 |
1581 | 2024-12-20T23:35:54.495Z | kflt 0.441360412 |
1582 | 2024-12-20T23:35:54.496Z | lock 29:47.225366030 |
1583 | 2024-12-20T23:35:54.496Z | slp 1:03:32.640067695 |
1584 | 2024-12-20T23:35:54.496Z | lat 53.190054408 |
1585 | 2024-12-20T23:35:54.496Z | stop 2:15.586192526 |
1586 | 2024-12-20T23:35:54.496Z | + banner clippy |
1587 | 2024-12-20T23:35:54.501Z | |
1588 | 2024-12-20T23:35:54.501Z | #### # # ##### ##### # # |
1589 | 2024-12-20T23:35:54.501Z | # # # # # # # # # # |
1590 | 2024-12-20T23:35:54.501Z | # # # # # # # # |
1591 | 2024-12-20T23:35:54.501Z | # # # ##### ##### # |
1592 | 2024-12-20T23:35:54.501Z | # # # # # # # |
1593 | 2024-12-20T23:35:54.501Z | #### ###### # # # # |
1594 | 2024-12-20T23:35:54.501Z | |
1595 | 2024-12-20T23:35:54.501Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-20T23:35:54.501Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-20T23:35:54.501Z | + ptime -m cargo xtask clippy |
1598 | 2024-12-20T23:35:55.027Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-20T23:35:58.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1600 | 2024-12-20T23:35:58.605Z | Running `target/debug/xtask clippy` |
1601 | 2024-12-20T23:35:58.625Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-12-20T23:35:59.293Z | Downloading crates ... |
1603 | 2024-12-20T23:35:59.654Z | Downloaded async-signal v0.2.10 |
1604 | 2024-12-20T23:35:59.666Z | Downloaded async-lock v3.4.0 |
1605 | 2024-12-20T23:35:59.669Z | Downloaded async-global-executor v2.4.1 |
1606 | 2024-12-20T23:35:59.671Z | Downloaded async-attributes v1.1.2 |
1607 | 2024-12-20T23:35:59.673Z | Downloaded async-io v2.3.4 |
1608 | 2024-12-20T23:35:59.675Z | Downloaded blocking v1.6.1 |
1609 | 2024-12-20T23:35:59.679Z | Downloaded async-process v2.3.0 |
1610 | 2024-12-20T23:35:59.681Z | Downloaded cast v0.3.0 |
1611 | 2024-12-20T23:35:59.681Z | Downloaded anes v0.1.6 |
1612 | 2024-12-20T23:35:59.684Z | Downloaded blake2b_simd v1.0.2 |
1613 | 2024-12-20T23:35:59.686Z | Downloaded async-task v4.7.1 |
1614 | 2024-12-20T23:35:59.692Z | Downloaded plotters-svg v0.3.7 |
1615 | 2024-12-20T23:35:59.704Z | Downloaded target-triple v0.1.3 |
1616 | 2024-12-20T23:35:59.728Z | Downloaded pathdiff v0.2.2 |
1617 | 2024-12-20T23:35:59.732Z | Downloaded event-listener v2.5.3 |
1618 | 2024-12-20T23:35:59.732Z | Downloaded num_cpus v1.16.0 |
1619 | 2024-12-20T23:35:59.735Z | Downloaded guppy-workspace-hack v0.1.0 |
1620 | 2024-12-20T23:35:59.735Z | Downloaded futures-lite v2.3.0 |
1621 | 2024-12-20T23:35:59.735Z | Downloaded escape8259 v0.5.3 |
1622 | 2024-12-20T23:35:59.738Z | Downloaded doc-comment v0.3.3 |
1623 | 2024-12-20T23:35:59.738Z | Downloaded async-object-pool v0.1.5 |
1624 | 2024-12-20T23:35:59.741Z | Downloaded piper v0.2.4 |
1625 | 2024-12-20T23:35:59.741Z | Downloaded proc-macro-crate v3.2.0 |
1626 | 2024-12-20T23:35:59.743Z | Downloaded assert-json-diff v2.0.2 |
1627 | 2024-12-20T23:35:59.743Z | Downloaded plotters-backend v0.3.7 |
1628 | 2024-12-20T23:35:59.746Z | Downloaded path-tree v0.8.1 |
1629 | 2024-12-20T23:35:59.746Z | Downloaded parking v2.2.1 |
1630 | 2024-12-20T23:35:59.746Z | Downloaded async-channel v1.9.0 |
1631 | 2024-12-20T23:35:59.748Z | Downloaded futures-timer v3.0.3 |
1632 | 2024-12-20T23:35:59.750Z | Downloaded event-listener-strategy v0.5.2 |
1633 | 2024-12-20T23:35:59.755Z | Downloaded threadpool v1.8.1 |
1634 | 2024-12-20T23:35:59.765Z | Downloaded serde_regex v1.1.0 |
1635 | 2024-12-20T23:35:59.767Z | Downloaded criterion-plot v0.5.0 |
1636 | 2024-12-20T23:35:59.769Z | Downloaded datatest-stable v0.2.9 |
1637 | 2024-12-20T23:35:59.773Z | Downloaded async-channel v2.3.1 |
1638 | 2024-12-20T23:35:59.776Z | Downloaded similar-asserts v1.6.0 |
1639 | 2024-12-20T23:35:59.776Z | Downloaded concurrent-queue v2.5.0 |
1640 | 2024-12-20T23:35:59.778Z | Downloaded kv-log-macro v1.0.7 |
1641 | 2024-12-20T23:35:59.780Z | Downloaded assert_cmd v2.0.16 |
1642 | 2024-12-20T23:35:59.782Z | Downloaded hyper-rustls v0.26.0 |
1643 | 2024-12-20T23:35:59.785Z | Downloaded indoc v2.0.5 |
1644 | 2024-12-20T23:35:59.787Z | Downloaded target-spec v3.2.2 |
1645 | 2024-12-20T23:35:59.790Z | Downloaded relative-path v1.9.3 |
1646 | 2024-12-20T23:35:59.790Z | Downloaded async-executor v1.13.1 |
1647 | 2024-12-20T23:35:59.793Z | Downloaded approx v0.5.1 |
1648 | 2024-12-20T23:35:59.793Z | Downloaded oorandom v11.1.4 |
1649 | 2024-12-20T23:35:59.793Z | Downloaded nested v0.1.1 |
1650 | 2024-12-20T23:35:59.796Z | Downloaded partial-io v0.5.4 |
1651 | 2024-12-20T23:35:59.799Z | Downloaded tinytemplate v1.2.1 |
1652 | 2024-12-20T23:35:59.801Z | Downloaded target-lexicon v0.12.16 |
1653 | 2024-12-20T23:35:59.802Z | Downloaded libtest-mimic v0.7.3 |
1654 | 2024-12-20T23:35:59.805Z | Downloaded httptest v0.16.1 |
1655 | 2024-12-20T23:35:59.809Z | Downloaded rustls-native-certs v0.7.3 |
1656 | 2024-12-20T23:35:59.809Z | Downloaded rust-argon2 v2.1.0 |
1657 | 2024-12-20T23:35:59.816Z | Downloaded event-listener v5.3.1 |
1658 | 2024-12-20T23:35:59.826Z | Downloaded trybuild v1.0.101 |
1659 | 2024-12-20T23:35:59.830Z | Downloaded rand_distr v0.4.3 |
1660 | 2024-12-20T23:35:59.832Z | Downloaded polling v3.7.3 |
1661 | 2024-12-20T23:35:59.835Z | Downloaded stringmetrics v2.2.2 |
1662 | 2024-12-20T23:35:59.838Z | Downloaded yansi v1.0.1 |
1663 | 2024-12-20T23:35:59.841Z | Downloaded rstest_macros v0.23.0 |
1664 | 2024-12-20T23:35:59.843Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2024-12-20T23:35:59.847Z | Downloaded fancy-regex v0.13.0 |
1666 | 2024-12-20T23:35:59.848Z | Downloaded cfg-expr v0.17.0 |
1667 | 2024-12-20T23:35:59.850Z | Downloaded rstest v0.23.0 |
1668 | 2024-12-20T23:35:59.857Z | Downloaded plotters v0.3.7 |
1669 | 2024-12-20T23:35:59.865Z | Downloaded criterion v0.5.1 |
1670 | 2024-12-20T23:35:59.871Z | Downloaded guppy v0.17.8 |
1671 | 2024-12-20T23:35:59.877Z | Downloaded async-std v1.13.0 |
1672 | 2024-12-20T23:35:59.968Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-12-20T23:36:00.727Z | Checking cfg-if v1.0.0 |
1674 | 2024-12-20T23:36:00.803Z | Checking libc v0.2.162 |
1675 | 2024-12-20T23:36:00.823Z | Checking serde v1.0.215 |
1676 | 2024-12-20T23:36:00.844Z | Checking memchr v2.7.4 |
1677 | 2024-12-20T23:36:00.868Z | Checking value-bag v1.9.0 |
1678 | 2024-12-20T23:36:00.892Z | Checking scopeguard v1.2.0 |
1679 | 2024-12-20T23:36:00.916Z | Checking zeroize v1.8.1 |
1680 | 2024-12-20T23:36:00.940Z | Checking smallvec v1.13.2 |
1681 | 2024-12-20T23:36:00.968Z | Checking itoa v1.0.11 |
1682 | 2024-12-20T23:36:01.037Z | Checking lock_api v0.4.12 |
1683 | 2024-12-20T23:36:01.175Z | Checking byteorder v1.5.0 |
1684 | 2024-12-20T23:36:01.200Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-12-20T23:36:01.270Z | Checking log v0.4.22 |
1686 | 2024-12-20T23:36:01.303Z | Checking subtle v2.6.1 |
1687 | 2024-12-20T23:36:01.333Z | Checking once_cell v1.20.2 |
1688 | 2024-12-20T23:36:01.469Z | Checking typenum v1.17.0 |
1689 | 2024-12-20T23:36:01.575Z | Checking futures-core v0.3.31 |
1690 | 2024-12-20T23:36:01.604Z | Checking libm v0.2.8 |
1691 | 2024-12-20T23:36:01.641Z | Checking thiserror v1.0.69 |
1692 | 2024-12-20T23:36:01.697Z | Checking zerocopy v0.7.35 |
1693 | 2024-12-20T23:36:01.757Z | Checking ryu v1.0.18 |
1694 | 2024-12-20T23:36:01.791Z | Checking spin v0.9.8 |
1695 | 2024-12-20T23:36:01.820Z | Checking const-oid v0.9.6 |
1696 | 2024-12-20T23:36:01.956Z | Checking getrandom v0.2.15 |
1697 | 2024-12-20T23:36:01.983Z | Checking signal-hook-registry v1.4.2 |
1698 | 2024-12-20T23:36:02.149Z | Checking parking_lot_core v0.9.10 |
1699 | 2024-12-20T23:36:02.184Z | Checking rand_core v0.6.4 |
1700 | 2024-12-20T23:36:02.254Z | Checking mio v1.0.2 |
1701 | 2024-12-20T23:36:02.461Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-20T23:36:02.509Z | Checking socket2 v0.5.7 |
1703 | 2024-12-20T23:36:02.549Z | Checking num-traits v0.2.19 |
1704 | 2024-12-20T23:36:02.821Z | Checking futures-io v0.3.31 |
1705 | 2024-12-20T23:36:02.853Z | Checking slab v0.4.9 |
1706 | 2024-12-20T23:36:02.873Z | Checking generic-array v0.14.7 |
1707 | 2024-12-20T23:36:03.013Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-12-20T23:36:03.045Z | Checking cpufeatures v0.2.14 |
1709 | 2024-12-20T23:36:03.097Z | Checking futures-sink v0.3.31 |
1710 | 2024-12-20T23:36:03.129Z | Checking pin-utils v0.1.0 |
1711 | 2024-12-20T23:36:03.159Z | Checking foldhash v0.1.3 |
1712 | 2024-12-20T23:36:03.227Z | Checking equivalent v1.0.1 |
1713 | 2024-12-20T23:36:03.251Z | Checking futures-channel v0.3.31 |
1714 | 2024-12-20T23:36:03.353Z | Checking futures-task v0.3.31 |
1715 | 2024-12-20T23:36:03.389Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-12-20T23:36:03.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-12-20T23:36:03.600Z | Checking fnv v1.0.7 |
1718 | 2024-12-20T23:36:03.624Z | Checking iana-time-zone v0.1.61 |
1719 | 2024-12-20T23:36:03.647Z | Checking futures-util v0.3.31 |
1720 | 2024-12-20T23:36:03.650Z | Checking hashbrown v0.15.1 |
1721 | 2024-12-20T23:36:03.735Z | Checking ppv-lite86 v0.2.20 |
1722 | 2024-12-20T23:36:03.784Z | Checking tracing-core v0.1.32 |
1723 | 2024-12-20T23:36:03.873Z | Checking errno v0.3.9 |
1724 | 2024-12-20T23:36:04.023Z | Checking crypto-common v0.1.6 |
1725 | 2024-12-20T23:36:04.060Z | Checking block-buffer v0.10.4 |
1726 | 2024-12-20T23:36:04.227Z | Checking zerofrom v0.1.4 |
1727 | 2024-12-20T23:36:04.263Z | Checking dyn-clone v1.0.17 |
1728 | 2024-12-20T23:36:04.310Z | Checking digest v0.10.7 |
1729 | 2024-12-20T23:36:04.419Z | Checking block-padding v0.3.3 |
1730 | 2024-12-20T23:36:04.473Z | Checking yoke v0.7.4 |
1731 | 2024-12-20T23:36:04.499Z | Checking tracing v0.1.40 |
1732 | 2024-12-20T23:36:04.545Z | Checking rand_chacha v0.3.1 |
1733 | 2024-12-20T23:36:04.626Z | Checking inout v0.1.3 |
1734 | 2024-12-20T23:36:04.691Z | Checking crossbeam-utils v0.8.20 |
1735 | 2024-12-20T23:36:04.813Z | Checking zerovec v0.10.4 |
1736 | 2024-12-20T23:36:04.839Z | Checking percent-encoding v2.3.1 |
1737 | 2024-12-20T23:36:04.865Z | Checking cipher v0.4.4 |
1738 | 2024-12-20T23:36:04.889Z | Checking writeable v0.5.5 |
1739 | 2024-12-20T23:36:04.919Z | Checking rand v0.8.5 |
1740 | 2024-12-20T23:36:05.058Z | Checking litemap v0.7.3 |
1741 | 2024-12-20T23:36:05.205Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-12-20T23:36:05.260Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-12-20T23:36:05.309Z | Checking tinyvec v1.8.0 |
1744 | 2024-12-20T23:36:05.378Z | Checking httparse v1.9.5 |
1745 | 2024-12-20T23:36:05.406Z | Checking icu_locid_transform_data v1.5.0 |
1746 | 2024-12-20T23:36:05.461Z | Checking atomic-waker v1.1.2 |
1747 | 2024-12-20T23:36:05.515Z | Checking regex-syntax v0.8.5 |
1748 | 2024-12-20T23:36:05.598Z | Checking base64ct v1.6.0 |
1749 | 2024-12-20T23:36:05.695Z | Checking bytes v1.8.0 |
1750 | 2024-12-20T23:36:05.814Z | Checking bitflags v2.6.0 |
1751 | 2024-12-20T23:36:06.047Z | Checking serde_json v1.0.132 |
1752 | 2024-12-20T23:36:06.134Z | Checking indexmap v2.6.0 |
1753 | 2024-12-20T23:36:06.226Z | Checking chrono v0.4.38 |
1754 | 2024-12-20T23:36:06.452Z | Checking rustix v0.38.37 |
1755 | 2024-12-20T23:36:06.490Z | Checking tokio v1.40.0 |
1756 | 2024-12-20T23:36:06.600Z | Checking uuid v1.11.0 |
1757 | 2024-12-20T23:36:07.207Z | Checking http v1.1.0 |
1758 | 2024-12-20T23:36:07.441Z | Checking tinystr v0.7.6 |
1759 | 2024-12-20T23:36:07.749Z | Checking unicode-normalization v0.1.24 |
1760 | 2024-12-20T23:36:07.820Z | Checking icu_locid v1.5.0 |
1761 | 2024-12-20T23:36:08.346Z | Checking schemars v0.8.21 |
1762 | 2024-12-20T23:36:08.630Z | Checking icu_collections v1.5.0 |
1763 | 2024-12-20T23:36:08.729Z | Checking hmac v0.12.1 |
1764 | 2024-12-20T23:36:08.759Z | Checking untrusted v0.9.0 |
1765 | 2024-12-20T23:36:08.869Z | Checking icu_provider v1.5.0 |
1766 | 2024-12-20T23:36:08.919Z | Checking icu_properties_data v1.5.0 |
1767 | 2024-12-20T23:36:08.947Z | Checking ring v0.17.8 |
1768 | 2024-12-20T23:36:08.970Z | Checking sha2 v0.10.8 |
1769 | 2024-12-20T23:36:09.185Z | Checking aho-corasick v1.1.3 |
1770 | 2024-12-20T23:36:09.323Z | Checking unicode-ident v1.0.13 |
1771 | 2024-12-20T23:36:09.507Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-12-20T23:36:09.540Z | Checking icu_normalizer_data v1.5.0 |
1773 | 2024-12-20T23:36:09.542Z | Checking icu_locid_transform v1.5.0 |
1774 | 2024-12-20T23:36:09.649Z | Checking write16 v1.0.0 |
1775 | 2024-12-20T23:36:09.792Z | Checking utf8_iter v1.0.4 |
1776 | 2024-12-20T23:36:09.845Z | Checking utf16_iter v1.0.5 |
1777 | 2024-12-20T23:36:09.998Z | Checking lazy_static v1.5.0 |
1778 | 2024-12-20T23:36:10.023Z | Checking adler2 v2.0.0 |
1779 | 2024-12-20T23:36:10.055Z | Checking powerfmt v0.2.0 |
1780 | 2024-12-20T23:36:10.121Z | Checking time-core v0.1.2 |
1781 | 2024-12-20T23:36:10.147Z | Checking num-conv v0.1.0 |
1782 | 2024-12-20T23:36:10.183Z | Checking miniz_oxide v0.8.0 |
1783 | 2024-12-20T23:36:10.287Z | Checking num_threads v0.1.7 |
1784 | 2024-12-20T23:36:10.339Z | Checking deranged v0.3.11 |
1785 | 2024-12-20T23:36:10.402Z | Checking rustls-pki-types v1.10.0 |
1786 | 2024-12-20T23:36:10.429Z | Checking proc-macro2 v1.0.89 |
1787 | 2024-12-20T23:36:10.592Z | Checking icu_properties v1.5.1 |
1788 | 2024-12-20T23:36:10.791Z | Checking regex-automata v0.4.8 |
1789 | 2024-12-20T23:36:10.795Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-12-20T23:36:10.917Z | Checking untrusted v0.7.1 |
1791 | 2024-12-20T23:36:10.966Z | Checking http-body v1.0.1 |
1792 | 2024-12-20T23:36:11.086Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-12-20T23:36:11.115Z | Checking try-lock v0.2.5 |
1794 | 2024-12-20T23:36:11.118Z | Checking quote v1.0.37 |
1795 | 2024-12-20T23:36:11.163Z | Checking mirai-annotations v1.12.0 |
1796 | 2024-12-20T23:36:11.245Z | Checking httpdate v1.0.3 |
1797 | 2024-12-20T23:36:11.342Z | Checking base64 v0.22.1 |
1798 | 2024-12-20T23:36:11.470Z | Checking syn v2.0.87 |
1799 | 2024-12-20T23:36:11.496Z | Checking want v0.3.1 |
1800 | 2024-12-20T23:36:11.685Z | Checking flagset v0.4.6 |
1801 | 2024-12-20T23:36:11.863Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-12-20T23:36:11.898Z | Checking der v0.7.9 |
1803 | 2024-12-20T23:36:12.030Z | Checking aes v0.8.4 |
1804 | 2024-12-20T23:36:12.109Z | Checking time v0.3.36 |
1805 | 2024-12-20T23:36:12.983Z | Checking cbc v0.1.2 |
1806 | 2024-12-20T23:36:13.200Z | Checking salsa20 v0.10.2 |
1807 | 2024-12-20T23:36:13.444Z | Checking ahash v0.8.11 |
1808 | 2024-12-20T23:36:13.634Z | Checking aws-lc-rs v1.10.0 |
1809 | 2024-12-20T23:36:13.753Z | Checking spki v0.7.3 |
1810 | 2024-12-20T23:36:13.783Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-20T23:36:13.892Z | Checking icu_normalizer v1.5.0 |
1812 | 2024-12-20T23:36:13.992Z | Checking slog v2.7.0 |
1813 | 2024-12-20T23:36:14.053Z | Checking tower-service v0.3.3 |
1814 | 2024-12-20T23:36:14.192Z | Checking scrypt v0.11.0 |
1815 | 2024-12-20T23:36:14.430Z | Checking mime v0.3.17 |
1816 | 2024-12-20T23:36:14.509Z | Checking gimli v0.31.1 |
1817 | 2024-12-20T23:36:14.589Z | Checking pkcs5 v0.7.1 |
1818 | 2024-12-20T23:36:14.694Z | Checking idna_adapter v1.2.0 |
1819 | 2024-12-20T23:36:14.725Z | Checking h2 v0.4.6 |
1820 | 2024-12-20T23:36:14.762Z | Checking object v0.36.5 |
1821 | 2024-12-20T23:36:14.905Z | Checking idna v1.0.3 |
1822 | 2024-12-20T23:36:15.106Z | Checking utf8parse v0.2.2 |
1823 | 2024-12-20T23:36:15.261Z | Checking rustc-demangle v0.1.24 |
1824 | 2024-12-20T23:36:15.403Z | Checking url v2.5.3 |
1825 | 2024-12-20T23:36:15.438Z | Checking regex v1.11.1 |
1826 | 2024-12-20T23:36:15.482Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-12-20T23:36:15.953Z | Checking pkcs8 v0.10.2 |
1828 | 2024-12-20T23:36:16.036Z | Checking http-body-util v0.1.2 |
1829 | 2024-12-20T23:36:16.087Z | Checking futures-executor v0.3.31 |
1830 | 2024-12-20T23:36:16.247Z | Checking serde_spanned v0.6.8 |
1831 | 2024-12-20T23:36:16.314Z | Checking toml_datetime v0.6.8 |
1832 | 2024-12-20T23:36:16.317Z | Checking unicode-width v0.1.14 |
1833 | 2024-12-20T23:36:16.451Z | Checking data-encoding v2.6.0 |
1834 | 2024-12-20T23:36:16.523Z | Checking ipnet v2.10.1 |
1835 | 2024-12-20T23:36:16.626Z | Checking futures v0.3.31 |
1836 | 2024-12-20T23:36:16.753Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-12-20T23:36:16.813Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-12-20T23:36:16.937Z | Checking anstyle v1.0.10 |
1839 | 2024-12-20T23:36:16.981Z | Checking openssl-probe v0.1.5 |
1840 | 2024-12-20T23:36:16.986Z | Checking foreign-types v0.3.2 |
1841 | 2024-12-20T23:36:17.104Z | Checking serde_urlencoded v0.7.1 |
1842 | 2024-12-20T23:36:17.141Z | Checking semver v1.0.23 |
1843 | 2024-12-20T23:36:17.162Z | Checking sha1 v0.10.6 |
1844 | 2024-12-20T23:36:17.281Z | Checking openssl-sys v0.9.103 |
1845 | 2024-12-20T23:36:17.462Z | Checking encoding_rs v0.8.34 |
1846 | 2024-12-20T23:36:17.535Z | Checking rustls v0.23.19 |
1847 | 2024-12-20T23:36:17.563Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-12-20T23:36:17.831Z | Checking camino v1.1.9 |
1849 | 2024-12-20T23:36:17.851Z | Checking anstyle-query v1.1.1 |
1850 | 2024-12-20T23:36:17.990Z | Checking either v1.13.0 |
1851 | 2024-12-20T23:36:18.354Z | Checking colorchoice v1.0.2 |
1852 | 2024-12-20T23:36:18.381Z | Checking winnow v0.6.20 |
1853 | 2024-12-20T23:36:18.408Z | Checking addr2line v0.24.2 |
1854 | 2024-12-20T23:36:18.488Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2024-12-20T23:36:18.613Z | Checking openssl v0.10.66 |
1856 | 2024-12-20T23:36:18.640Z | Checking anstream v0.6.15 |
1857 | 2024-12-20T23:36:18.922Z | Checking idna v0.3.0 |
1858 | 2024-12-20T23:36:19.050Z | Checking terminal_size v0.4.0 |
1859 | 2024-12-20T23:36:19.239Z | Checking openapiv3 v2.0.0 |
1860 | 2024-12-20T23:36:19.753Z | Checking signature v2.2.0 |
1861 | 2024-12-20T23:36:19.806Z | Checking clap_lex v0.7.2 |
1862 | 2024-12-20T23:36:19.961Z | Checking strsim v0.11.1 |
1863 | 2024-12-20T23:36:20.070Z | Checking psl-types v2.0.11 |
1864 | 2024-12-20T23:36:20.262Z | Checking clap_builder v4.5.21 |
1865 | 2024-12-20T23:36:21.268Z | Checking publicsuffix v2.2.3 |
1866 | 2024-12-20T23:36:21.272Z | Checking cookie v0.18.1 |
1867 | 2024-12-20T23:36:21.272Z | Checking hyper v1.5.0 |
1868 | 2024-12-20T23:36:21.272Z | Checking webpki-roots v0.26.6 |
1869 | 2024-12-20T23:36:21.272Z | Checking idna v0.5.0 |
1870 | 2024-12-20T23:36:21.316Z | Checking backtrace v0.3.74 |
1871 | 2024-12-20T23:36:21.357Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-20T23:36:21.498Z | Checking scroll v0.12.0 |
1873 | 2024-12-20T23:36:21.896Z | Checking anyhow v1.0.93 |
1874 | 2024-12-20T23:36:21.992Z | Checking ucd-trie v0.1.7 |
1875 | 2024-12-20T23:36:22.059Z | Checking plain v0.2.3 |
1876 | 2024-12-20T23:36:22.212Z | Checking pest v2.7.14 |
1877 | 2024-12-20T23:36:22.237Z | Checking goblin v0.8.2 |
1878 | 2024-12-20T23:36:22.284Z | Checking cookie_store v0.21.0 |
1879 | 2024-12-20T23:36:22.713Z | Checking hyper-util v0.1.10 |
1880 | 2024-12-20T23:36:22.741Z | Checking sync_wrapper v1.0.1 |
1881 | 2024-12-20T23:36:22.889Z | Checking base16ct v0.2.0 |
1882 | 2024-12-20T23:36:22.996Z | Checking pretty-hex v0.4.1 |
1883 | 2024-12-20T23:36:23.079Z | Checking sec1 v0.7.3 |
1884 | 2024-12-20T23:36:23.153Z | Checking tokio-rustls v0.26.0 |
1885 | 2024-12-20T23:36:23.182Z | Checking num-integer v0.1.46 |
1886 | 2024-12-20T23:36:23.185Z | Checking clap v4.5.21 |
1887 | 2024-12-20T23:36:23.338Z | Checking ff v0.13.0 |
1888 | 2024-12-20T23:36:23.472Z | Checking thread-id v4.2.2 |
1889 | 2024-12-20T23:36:23.564Z | Checking group v0.13.0 |
1890 | 2024-12-20T23:36:23.588Z | Checking toml_edit v0.22.22 |
1891 | 2024-12-20T23:36:23.613Z | Checking hkdf v0.12.4 |
1892 | 2024-12-20T23:36:23.654Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-12-20T23:36:23.825Z | Checking memmap v0.7.0 |
1894 | 2024-12-20T23:36:23.851Z | Checking dirs-sys-next v0.1.2 |
1895 | 2024-12-20T23:36:24.033Z | Checking crc32fast v1.4.2 |
1896 | 2024-12-20T23:36:24.036Z | Checking utf-8 v0.7.6 |
1897 | 2024-12-20T23:36:24.174Z | Checking native-tls v0.2.12 |
1898 | 2024-12-20T23:36:24.272Z | Checking bitflags v1.3.2 |
1899 | 2024-12-20T23:36:24.298Z | Checking static_assertions v1.1.0 |
1900 | 2024-12-20T23:36:24.393Z | Checking dirs-next v2.0.0 |
1901 | 2024-12-20T23:36:24.421Z | Checking crossbeam-channel v0.5.13 |
1902 | 2024-12-20T23:36:24.509Z | Checking tokio-native-tls v0.3.1 |
1903 | 2024-12-20T23:36:24.535Z | Checking thread_local v1.1.8 |
1904 | 2024-12-20T23:36:24.652Z | Checking hyper-rustls v0.27.3 |
1905 | 2024-12-20T23:36:24.693Z | Checking dtrace-parser v0.2.0 |
1906 | 2024-12-20T23:36:24.772Z | Checking hyper-tls v0.6.0 |
1907 | 2024-12-20T23:36:24.814Z | Checking unicode-segmentation v1.12.0 |
1908 | 2024-12-20T23:36:25.021Z | Checking term v0.7.0 |
1909 | 2024-12-20T23:36:25.075Z | Checking reqwest v0.12.9 |
1910 | 2024-12-20T23:36:25.156Z | Checking num-iter v0.1.45 |
1911 | 2024-12-20T23:36:25.159Z | Checking crossbeam-epoch v0.9.18 |
1912 | 2024-12-20T23:36:25.344Z | Checking take_mut v0.2.2 |
1913 | 2024-12-20T23:36:25.468Z | Checking match_cfg v0.1.0 |
1914 | 2024-12-20T23:36:25.496Z | Checking slog-async v2.8.0 |
1915 | 2024-12-20T23:36:25.521Z | Checking slog-term v2.9.1 |
1916 | 2024-12-20T23:36:25.575Z | Checking hostname v0.3.1 |
1917 | 2024-12-20T23:36:25.623Z | Checking bstr v1.10.0 |
1918 | 2024-12-20T23:36:25.720Z | Checking rfc6979 v0.4.0 |
1919 | 2024-12-20T23:36:25.788Z | Checking hex v0.4.3 |
1920 | 2024-12-20T23:36:25.912Z | Checking winnow v0.5.40 |
1921 | 2024-12-20T23:36:25.995Z | Checking managed v0.8.0 |
1922 | 2024-12-20T23:36:26.136Z | Checking toml v0.8.19 |
1923 | 2024-12-20T23:36:26.315Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-12-20T23:36:26.378Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-12-20T23:36:26.491Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-12-20T23:36:26.593Z | Checking flate2 v1.0.34 |
1927 | 2024-12-20T23:36:26.624Z | Checking rustls v0.22.4 |
1928 | 2024-12-20T23:36:26.870Z | Checking pkcs1 v0.7.5 |
1929 | 2024-12-20T23:36:26.913Z | Checking curve25519-dalek v4.1.3 |
1930 | 2024-12-20T23:36:27.066Z | Checking dof v0.3.0 |
1931 | 2024-12-20T23:36:27.157Z | Checking ecdsa v0.16.9 |
1932 | 2024-12-20T23:36:27.250Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-20T23:36:27.302Z | Checking siphasher v0.3.11 |
1934 | 2024-12-20T23:36:27.630Z | Checking rayon-core v1.12.1 |
1935 | 2024-12-20T23:36:27.661Z | Checking usdt-impl v0.5.0 |
1936 | 2024-12-20T23:36:27.883Z | Checking ed25519 v2.2.3 |
1937 | 2024-12-20T23:36:28.039Z | Checking slog-json v2.6.1 |
1938 | 2024-12-20T23:36:28.208Z | Checking signal-hook v0.3.17 |
1939 | 2024-12-20T23:36:28.211Z | Checking usdt v0.5.0 |
1940 | 2024-12-20T23:36:28.279Z | Checking quick-error v1.2.3 |
1941 | 2024-12-20T23:36:28.306Z | Checking debug-ignore v1.0.5 |
1942 | 2024-12-20T23:36:28.424Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-12-20T23:36:28.453Z | Checking multer v3.1.0 |
1944 | 2024-12-20T23:36:28.477Z | Checking itertools v0.10.5 |
1945 | 2024-12-20T23:36:28.517Z | Checking rsa v0.9.6 |
1946 | 2024-12-20T23:36:28.554Z | Checking x509-cert v0.2.5 |
1947 | 2024-12-20T23:36:28.594Z | Checking idna v0.4.0 |
1948 | 2024-12-20T23:36:28.807Z | Checking ed25519-dalek v2.1.1 |
1949 | 2024-12-20T23:36:28.853Z | Checking hubpack v0.1.2 |
1950 | 2024-12-20T23:36:28.920Z | Checking toml_edit v0.19.15 |
1951 | 2024-12-20T23:36:29.205Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-12-20T23:36:29.242Z | Checking waitgroup v0.1.2 |
1953 | 2024-12-20T23:36:29.392Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-12-20T23:36:29.475Z | Checking async-stream v0.3.6 |
1955 | 2024-12-20T23:36:29.531Z | Checking hostname v0.4.0 |
1956 | 2024-12-20T23:36:29.583Z | Checking bit-vec v0.6.3 |
1957 | 2024-12-20T23:36:29.659Z | Checking bzip2 v0.4.4 |
1958 | 2024-12-20T23:36:29.686Z | Checking hickory-proto v0.24.1 |
1959 | 2024-12-20T23:36:29.845Z | Checking signal-hook-mio v0.2.4 |
1960 | 2024-12-20T23:36:29.917Z | Checking bit-set v0.5.3 |
1961 | 2024-12-20T23:36:29.947Z | Checking console v0.15.8 |
1962 | 2024-12-20T23:36:29.989Z | Checking hash32 v0.2.1 |
1963 | 2024-12-20T23:36:30.145Z | Checking linked-hash-map v0.5.6 |
1964 | 2024-12-20T23:36:30.179Z | Checking predicates-core v1.0.8 |
1965 | 2024-12-20T23:36:30.267Z | Checking tokio-rustls v0.25.0 |
1966 | 2024-12-20T23:36:30.308Z | Checking unicode-properties v0.1.3 |
1967 | 2024-12-20T23:36:30.379Z | Checking heapless v0.7.17 |
1968 | 2024-12-20T23:36:30.482Z | Checking lru-cache v0.1.2 |
1969 | 2024-12-20T23:36:30.510Z | Checking crossterm v0.28.1 |
1970 | 2024-12-20T23:36:30.667Z | Checking dropshot v0.12.0 |
1971 | 2024-12-20T23:36:30.672Z | Checking stringprep v0.1.5 |
1972 | 2024-12-20T23:36:30.672Z | Checking rayon v1.10.0 |
1973 | 2024-12-20T23:36:30.736Z | Checking phf_shared v0.11.2 |
1974 | 2024-12-20T23:36:30.978Z | Checking similar v2.6.0 |
1975 | 2024-12-20T23:36:31.083Z | Checking tokio-stream v0.1.16 |
1976 | 2024-12-20T23:36:31.390Z | Checking toml v0.7.8 |
1977 | 2024-12-20T23:36:31.431Z | Checking md-5 v0.10.6 |
1978 | 2024-12-20T23:36:31.665Z | Checking float-cmp v0.9.0 |
1979 | 2024-12-20T23:36:31.805Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-12-20T23:36:31.860Z | Checking difflib v0.4.0 |
1981 | 2024-12-20T23:36:31.927Z | Checking fixedbitset v0.4.2 |
1982 | 2024-12-20T23:36:31.957Z | Checking fallible-iterator v0.2.0 |
1983 | 2024-12-20T23:36:32.145Z | Checking smoltcp v0.9.1 |
1984 | 2024-12-20T23:36:32.180Z | Checking predicates v3.1.2 |
1985 | 2024-12-20T23:36:32.223Z | Checking petgraph v0.6.5 |
1986 | 2024-12-20T23:36:32.318Z | Checking phf v0.11.2 |
1987 | 2024-12-20T23:36:32.568Z | Checking postgres-protocol v0.6.7 |
1988 | 2024-12-20T23:36:32.611Z | Checking zip v0.6.6 |
1989 | 2024-12-20T23:36:32.842Z | Checking resolv-conf v0.7.0 |
1990 | 2024-12-20T23:36:33.208Z | Checking phf_shared v0.10.0 |
1991 | 2024-12-20T23:36:33.256Z | Checking tungstenite v0.24.0 |
1992 | 2024-12-20T23:36:33.310Z | Checking fs-err v2.11.0 |
1993 | 2024-12-20T23:36:33.501Z | Checking serde-big-array v0.5.1 |
1994 | 2024-12-20T23:36:33.586Z | Checking portable-atomic v1.9.0 |
1995 | 2024-12-20T23:36:33.735Z | Checking unicode-width v0.2.0 |
1996 | 2024-12-20T23:36:33.862Z | Checking minimal-lexical v0.2.1 |
1997 | 2024-12-20T23:36:34.160Z | Checking new_debug_unreachable v1.0.6 |
1998 | 2024-12-20T23:36:34.223Z | Checking lalrpop-util v0.19.12 |
1999 | 2024-12-20T23:36:34.257Z | Checking precomputed-hash v0.1.1 |
2000 | 2024-12-20T23:36:34.281Z | Checking number_prefix v0.4.0 |
2001 | 2024-12-20T23:36:34.373Z | Checking string_cache v0.8.7 |
2002 | 2024-12-20T23:36:34.420Z | Checking nom v7.1.3 |
2003 | 2024-12-20T23:36:34.477Z | Checking tokio-tungstenite v0.24.0 |
2004 | 2024-12-20T23:36:34.525Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2005 | 2024-12-20T23:36:34.578Z | Checking hickory-resolver v0.24.1 |
2006 | 2024-12-20T23:36:34.634Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-20T23:36:34.667Z | Checking indicatif v0.17.9 |
2008 | 2024-12-20T23:36:34.745Z | Checking peg-runtime v0.8.3 |
2009 | 2024-12-20T23:36:35.102Z | Checking whoami v1.5.2 |
2010 | 2024-12-20T23:36:35.123Z | Checking heck v0.4.1 |
2011 | 2024-12-20T23:36:35.405Z | Compiling hashbrown v0.14.5 |
2012 | 2024-12-20T23:36:35.465Z | Compiling ident_case v1.0.1 |
2013 | 2024-12-20T23:36:35.505Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-20T23:36:35.575Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-12-20T23:36:35.651Z | Compiling darling_core v0.20.10 |
2016 | 2024-12-20T23:36:36.296Z | Checking qorb v0.2.1 |
2017 | 2024-12-20T23:36:36.787Z | Compiling regress v0.10.1 |
2018 | 2024-12-20T23:36:36.930Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-12-20T23:36:37.410Z | Checking heck v0.5.0 |
2020 | 2024-12-20T23:36:37.619Z | Checking progenitor-client v0.8.0 |
2021 | 2024-12-20T23:36:38.009Z | Checking fastrand v2.1.1 |
2022 | 2024-12-20T23:36:38.367Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-20T23:36:38.536Z | Checking ipnetwork v0.20.0 |
2024 | 2024-12-20T23:36:38.671Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-12-20T23:36:38.812Z | Checking strum v0.26.3 |
2026 | 2024-12-20T23:36:38.910Z | Compiling dropshot v0.13.0 |
2027 | 2024-12-20T23:36:38.983Z | Checking macaddr v1.0.1 |
2028 | 2024-12-20T23:36:39.288Z | Compiling dropshot_endpoint v0.13.0 |
2029 | 2024-12-20T23:36:39.337Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-12-20T23:36:40.304Z | Checking tempfile v3.13.0 |
2031 | 2024-12-20T23:36:40.368Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-20T23:36:40.671Z | Compiling typify-impl v0.2.0 |
2033 | 2024-12-20T23:36:40.729Z | Checking instant v0.1.13 |
2034 | 2024-12-20T23:36:40.857Z | Checking regress v0.9.1 |
2035 | 2024-12-20T23:36:41.120Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2036 | 2024-12-20T23:36:41.607Z | Compiling structmeta v0.3.0 |
2037 | 2024-12-20T23:36:41.920Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-12-20T23:36:41.947Z | Checking backoff v0.4.0 |
2039 | 2024-12-20T23:36:42.069Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-12-20T23:36:42.242Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-12-20T23:36:42.276Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-12-20T23:36:42.400Z | Checking wait-timeout v0.2.0 |
2043 | 2024-12-20T23:36:42.442Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-12-20T23:36:42.594Z | Checking rusty-fork v0.3.0 |
2045 | 2024-12-20T23:36:42.635Z | Checking unarray v0.1.4 |
2046 | 2024-12-20T23:36:42.678Z | Compiling darling_macro v0.20.10 |
2047 | 2024-12-20T23:36:42.799Z | Compiling structmeta-derive v0.2.0 |
2048 | 2024-12-20T23:36:42.886Z | Checking proptest v1.5.0 |
2049 | 2024-12-20T23:36:43.637Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-12-20T23:36:43.664Z | Compiling darling v0.20.10 |
2051 | 2024-12-20T23:36:43.803Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-20T23:36:43.954Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-12-20T23:36:44.394Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-12-20T23:36:44.684Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-12-20T23:36:45.083Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-12-20T23:36:45.398Z | Compiling foreign-types-macros v0.2.3 |
2057 | 2024-12-20T23:36:45.517Z | Compiling num_enum_derive v0.5.11 |
2058 | 2024-12-20T23:36:45.830Z | Compiling structmeta v0.2.0 |
2059 | 2024-12-20T23:36:46.291Z | Compiling test-strategy v0.3.1 |
2060 | 2024-12-20T23:36:46.662Z | Checking serde_with v3.11.0 |
2061 | 2024-12-20T23:36:46.727Z | Checking foreign-types-shared v0.3.1 |
2062 | 2024-12-20T23:36:46.776Z | Checking parse-display v0.10.0 |
2063 | 2024-12-20T23:36:46.852Z | Checking foreign-types v0.5.0 |
2064 | 2024-12-20T23:36:47.135Z | Checking tabwriter v1.4.0 |
2065 | 2024-12-20T23:36:47.204Z | Checking cstr-argument v0.1.2 |
2066 | 2024-12-20T23:36:47.389Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-12-20T23:36:47.413Z | Checking pretty-hex v0.2.1 |
2068 | 2024-12-20T23:36:47.573Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-12-20T23:36:47.640Z | Checking colored v2.1.0 |
2070 | 2024-12-20T23:36:47.895Z | Checking smf v0.2.3 |
2071 | 2024-12-20T23:36:47.945Z | Checking itertools v0.13.0 |
2072 | 2024-12-20T23:36:47.972Z | Compiling zerocopy v0.8.10 |
2073 | 2024-12-20T23:36:48.080Z | Checking num_enum v0.5.11 |
2074 | 2024-12-20T23:36:48.221Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2075 | 2024-12-20T23:36:48.247Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-12-20T23:36:48.348Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2024-12-20T23:36:48.386Z | Checking base64 v0.21.7 |
2078 | 2024-12-20T23:36:48.520Z | Checking atomicwrites v0.4.4 |
2079 | 2024-12-20T23:36:48.716Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-20T23:36:48.922Z | Checking termtree v0.4.1 |
2081 | 2024-12-20T23:36:48.980Z | Compiling heapless v0.8.0 |
2082 | 2024-12-20T23:36:49.136Z | Checking predicates-tree v1.0.11 |
2083 | 2024-12-20T23:36:49.417Z | Checking hash32 v0.3.1 |
2084 | 2024-12-20T23:36:49.610Z | Compiling smoltcp v0.11.0 |
2085 | 2024-12-20T23:36:50.179Z | Checking cobs v0.2.3 |
2086 | 2024-12-20T23:36:50.301Z | Checking sigpipe v0.1.3 |
2087 | 2024-12-20T23:36:50.359Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-20T23:36:50.381Z | Checking postcard v1.0.10 |
2089 | 2024-12-20T23:36:50.428Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-20T23:36:50.589Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-20T23:36:50.696Z | Compiling mockall_derive v0.13.0 |
2092 | 2024-12-20T23:36:50.738Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2093 | 2024-12-20T23:36:50.965Z | Compiling thiserror v2.0.3 |
2094 | 2024-12-20T23:36:51.024Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2095 | 2024-12-20T23:36:51.080Z | Compiling thiserror-impl v2.0.3 |
2096 | 2024-12-20T23:36:51.337Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2097 | 2024-12-20T23:36:51.878Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2098 | 2024-12-20T23:36:51.937Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-20T23:36:53.465Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2100 | 2024-12-20T23:36:53.488Z | Compiling num-derive v0.4.2 |
2101 | 2024-12-20T23:36:53.831Z | Checking fragile v2.0.0 |
2102 | 2024-12-20T23:36:53.873Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2024-12-20T23:36:54.114Z | Checking downcast v0.11.0 |
2104 | 2024-12-20T23:36:54.214Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2105 | 2024-12-20T23:36:54.315Z | Checking zone v0.3.0 |
2106 | 2024-12-20T23:36:54.459Z | Compiling convert_case v0.4.0 |
2107 | 2024-12-20T23:36:54.902Z | Checking newline-converter v0.3.0 |
2108 | 2024-12-20T23:36:55.058Z | Checking tungstenite v0.21.0 |
2109 | 2024-12-20T23:36:55.084Z | Checking expectorate v1.1.0 |
2110 | 2024-12-20T23:36:55.103Z | Checking same-file v1.0.6 |
2111 | 2024-12-20T23:36:55.250Z | Checking arc-swap v1.7.1 |
2112 | 2024-12-20T23:36:55.282Z | Checking walkdir v2.5.0 |
2113 | 2024-12-20T23:36:55.457Z | Compiling derive_more v0.99.18 |
2114 | 2024-12-20T23:36:55.582Z | Checking xattr v1.3.1 |
2115 | 2024-12-20T23:36:55.690Z | Checking slog-scope v4.4.0 |
2116 | 2024-12-20T23:36:55.796Z | Checking filetime v0.2.25 |
2117 | 2024-12-20T23:36:55.865Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2118 | 2024-12-20T23:36:55.892Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-12-20T23:36:55.983Z | Checking tokio-tungstenite v0.21.0 |
2120 | 2024-12-20T23:36:56.005Z | Checking tar v0.4.42 |
2121 | 2024-12-20T23:36:56.073Z | Checking slog-envlogger v2.2.0 |
2122 | 2024-12-20T23:36:56.284Z | Checking num-rational v0.4.2 |
2123 | 2024-12-20T23:36:56.359Z | Checking num-complex v0.4.6 |
2124 | 2024-12-20T23:36:56.480Z | Checking float-ord v0.3.2 |
2125 | 2024-12-20T23:36:56.643Z | Compiling owo-colors v4.1.0 |
2126 | 2024-12-20T23:36:56.874Z | Checking swrite v0.1.0 |
2127 | 2024-12-20T23:36:56.984Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-20T23:36:57.097Z | Checking libsw v3.3.1 |
2129 | 2024-12-20T23:36:57.282Z | Checking pem v3.0.4 |
2130 | 2024-12-20T23:36:57.330Z | Checking num v0.4.3 |
2131 | 2024-12-20T23:36:57.442Z | Checking password-hash v0.5.0 |
2132 | 2024-12-20T23:36:57.553Z | Checking blake2 v0.10.6 |
2133 | 2024-12-20T23:36:57.824Z | Checking indent_write v2.2.0 |
2134 | 2024-12-20T23:36:57.914Z | Checking linear-map v1.2.0 |
2135 | 2024-12-20T23:36:58.021Z | Checking argon2 v0.5.3 |
2136 | 2024-12-20T23:36:58.047Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-20T23:36:58.401Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-12-20T23:36:58.702Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2139 | 2024-12-20T23:36:58.727Z | Checking headers-core v0.3.0 |
2140 | 2024-12-20T23:36:58.899Z | Compiling heck v0.3.3 |
2141 | 2024-12-20T23:36:58.938Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2142 | 2024-12-20T23:36:58.961Z | Compiling typify-macro v0.2.0 |
2143 | 2024-12-20T23:36:59.070Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2144 | 2024-12-20T23:36:59.246Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-12-20T23:36:59.328Z | Compiling zone_cfg_derive v0.1.2 |
2146 | 2024-12-20T23:36:59.385Z | Checking headers v0.4.0 |
2147 | 2024-12-20T23:36:59.411Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2148 | 2024-12-20T23:36:59.695Z | Checking yasna v0.5.2 |
2149 | 2024-12-20T23:36:59.716Z | Checking mockall v0.13.0 |
2150 | 2024-12-20T23:36:59.950Z | Checking highway v1.2.0 |
2151 | 2024-12-20T23:37:00.032Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2024-12-20T23:37:00.373Z | Checking base64 v0.13.1 |
2153 | 2024-12-20T23:37:00.505Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2024-12-20T23:37:00.556Z | Checking rcgen v0.12.1 |
2155 | 2024-12-20T23:37:00.768Z | Checking ron v0.7.1 |
2156 | 2024-12-20T23:37:00.858Z | Checking zone v0.1.8 |
2157 | 2024-12-20T23:37:01.013Z | Checking xz2 v0.1.7 |
2158 | 2024-12-20T23:37:01.321Z | Checking subprocess v0.2.9 |
2159 | 2024-12-20T23:37:01.568Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2160 | 2024-12-20T23:37:01.869Z | Checking humantime v2.1.0 |
2161 | 2024-12-20T23:37:01.938Z | Compiling semver v0.1.20 |
2162 | 2024-12-20T23:37:02.159Z | Checking half v2.4.1 |
2163 | 2024-12-20T23:37:02.337Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2164 | 2024-12-20T23:37:02.612Z | Compiling rustc_version v0.1.7 |
2165 | 2024-12-20T23:37:02.646Z | Checking ciborium-io v0.2.2 |
2166 | 2024-12-20T23:37:02.768Z | Checking ciborium-ll v0.2.2 |
2167 | 2024-12-20T23:37:03.263Z | Checking prettyplease v0.2.25 |
2168 | 2024-12-20T23:37:03.273Z | Compiling newtype_derive v0.1.6 |
2169 | 2024-12-20T23:37:03.273Z | Checking ciborium v0.2.2 |
2170 | 2024-12-20T23:37:03.325Z | Compiling typify v0.2.0 |
2171 | 2024-12-20T23:37:03.441Z | Compiling progenitor-impl v0.8.0 |
2172 | 2024-12-20T23:37:03.717Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-20T23:37:05.609Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-20T23:37:05.921Z | Checking steno v0.4.1 |
2175 | 2024-12-20T23:37:05.970Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-12-20T23:37:06.218Z | Compiling slog-dtrace v0.3.0 |
2177 | 2024-12-20T23:37:06.725Z | Checking display-error-chain v0.2.2 |
2178 | 2024-12-20T23:37:06.911Z | Checking gethostname v0.5.0 |
2179 | 2024-12-20T23:37:07.059Z | Checking nibble_vec v0.1.0 |
2180 | 2024-12-20T23:37:07.211Z | Compiling ring v0.16.20 |
2181 | 2024-12-20T23:37:07.245Z | Compiling blake3 v1.5.4 |
2182 | 2024-12-20T23:37:07.273Z | Checking endian-type v0.1.2 |
2183 | 2024-12-20T23:37:07.496Z | Checking keccak v0.1.5 |
2184 | 2024-12-20T23:37:07.844Z | Checking sha3 v0.10.8 |
2185 | 2024-12-20T23:37:08.188Z | Checking radix_trie v0.2.1 |
2186 | 2024-12-20T23:37:08.212Z | Checking universal-hash v0.5.1 |
2187 | 2024-12-20T23:37:08.239Z | Checking secrecy v0.8.0 |
2188 | 2024-12-20T23:37:08.398Z | Checking opaque-debug v0.3.1 |
2189 | 2024-12-20T23:37:08.459Z | Checking aead v0.5.2 |
2190 | 2024-12-20T23:37:08.502Z | Checking poly1305 v0.8.0 |
2191 | 2024-12-20T23:37:08.546Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-20T23:37:08.908Z | Compiling memmap2 v0.9.5 |
2193 | 2024-12-20T23:37:08.996Z | Compiling arrayvec v0.7.6 |
2194 | 2024-12-20T23:37:09.403Z | Compiling arrayref v0.3.9 |
2195 | 2024-12-20T23:37:09.440Z | Compiling spin v0.5.2 |
2196 | 2024-12-20T23:37:09.508Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-12-20T23:37:09.627Z | Compiling toolchain_find v0.4.0 |
2198 | 2024-12-20T23:37:09.702Z | Compiling thiserror-impl-no-std v2.0.2 |
2199 | 2024-12-20T23:37:09.723Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2200 | 2024-12-20T23:37:10.011Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-20T23:37:10.165Z | Compiling rustfmt-wrapper v0.2.1 |
2202 | 2024-12-20T23:37:10.245Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-12-20T23:37:10.541Z | Checking chacha20poly1305 v0.10.1 |
2204 | 2024-12-20T23:37:10.596Z | Compiling async-recursion v1.1.1 |
2205 | 2024-12-20T23:37:10.741Z | Checking fxhash v0.2.1 |
2206 | 2024-12-20T23:37:10.764Z | Checking bumpalo v3.16.0 |
2207 | 2024-12-20T23:37:10.932Z | Compiling zip v2.1.3 |
2208 | 2024-12-20T23:37:10.956Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-20T23:37:11.097Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-20T23:37:11.194Z | Checking termcolor v1.4.1 |
2211 | 2024-12-20T23:37:11.273Z | Checking maplit v1.0.2 |
2212 | 2024-12-20T23:37:11.386Z | Compiling radium v0.7.0 |
2213 | 2024-12-20T23:37:11.461Z | Checking zopfli v0.8.1 |
2214 | 2024-12-20T23:37:11.487Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-12-20T23:37:11.636Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-12-20T23:37:11.877Z | Checking tap v1.0.1 |
2217 | 2024-12-20T23:37:12.059Z | Checking wyz v0.5.1 |
2218 | 2024-12-20T23:37:12.289Z | Checking crc-catalog v2.4.0 |
2219 | 2024-12-20T23:37:12.441Z | Compiling packed_struct v0.10.1 |
2220 | 2024-12-20T23:37:12.465Z | Checking funty v2.0.0 |
2221 | 2024-12-20T23:37:12.680Z | Checking home v0.5.9 |
2222 | 2024-12-20T23:37:12.842Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-20T23:37:12.922Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-20T23:37:12.979Z | Checking crc v3.2.1 |
2225 | 2024-12-20T23:37:13.046Z | Checking vsss-rs v3.3.4 |
2226 | 2024-12-20T23:37:13.313Z | Compiling const_format_proc_macros v0.2.33 |
2227 | 2024-12-20T23:37:13.440Z | Checking kstat-rs v0.2.4 |
2228 | 2024-12-20T23:37:13.460Z | Checking bitvec v1.0.1 |
2229 | 2024-12-20T23:37:13.759Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-12-20T23:37:13.795Z | Compiling vte_generate_state_changes v0.1.2 |
2231 | 2024-12-20T23:37:14.502Z | Compiling indexmap v1.9.3 |
2232 | 2024-12-20T23:37:14.531Z | Checking nodrop v0.1.14 |
2233 | 2024-12-20T23:37:14.659Z | Compiling libefi-sys v0.1.0 |
2234 | 2024-12-20T23:37:14.825Z | Checking array-init v0.0.4 |
2235 | 2024-12-20T23:37:14.976Z | Checking vte v0.11.1 |
2236 | 2024-12-20T23:37:15.506Z | Checking const_format v0.2.33 |
2237 | 2024-12-20T23:37:15.905Z | Checking smallvec v0.6.14 |
2238 | 2024-12-20T23:37:16.011Z | Checking fd-lock v4.0.2 |
2239 | 2024-12-20T23:37:16.225Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2240 | 2024-12-20T23:37:16.294Z | Compiling bitfield-struct v0.6.2 |
2241 | 2024-12-20T23:37:16.316Z | Checking bitfield v0.14.0 |
2242 | 2024-12-20T23:37:16.398Z | Checking hashbrown v0.12.3 |
2243 | 2024-12-20T23:37:16.588Z | Checking strip-ansi-escapes v0.2.0 |
2244 | 2024-12-20T23:37:16.632Z | Checking serde-hex v0.1.0 |
2245 | 2024-12-20T23:37:16.753Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2246 | 2024-12-20T23:37:17.016Z | Checking env_logger v0.10.2 |
2247 | 2024-12-20T23:37:17.113Z | Checking ron v0.8.1 |
2248 | 2024-12-20T23:37:17.500Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2249 | 2024-12-20T23:37:17.757Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-20T23:37:17.780Z | Checking itertools v0.12.1 |
2251 | 2024-12-20T23:37:18.130Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-20T23:37:18.333Z | Checking nu-ansi-term v0.50.1 |
2253 | 2024-12-20T23:37:18.394Z | Checking crc-any v2.5.0 |
2254 | 2024-12-20T23:37:18.729Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-20T23:37:18.790Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-12-20T23:37:18.884Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-20T23:37:19.259Z | Checking object v0.30.4 |
2258 | 2024-12-20T23:37:19.350Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-12-20T23:37:19.371Z | Compiling parking_lot_core v0.8.6 |
2260 | 2024-12-20T23:37:19.374Z | Checking path-slash v0.1.5 |
2261 | 2024-12-20T23:37:19.522Z | Compiling phf_generator v0.11.2 |
2262 | 2024-12-20T23:37:19.609Z | Checking glob v0.3.1 |
2263 | 2024-12-20T23:37:19.726Z | Checking bytecount v0.6.8 |
2264 | 2024-12-20T23:37:19.895Z | Checking papergrid v0.11.0 |
2265 | 2024-12-20T23:37:19.944Z | Compiling phf_codegen v0.11.2 |
2266 | 2024-12-20T23:37:20.045Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-12-20T23:37:20.164Z | Compiling tabled_derive v0.7.0 |
2268 | 2024-12-20T23:37:20.280Z | Checking parking_lot v0.11.2 |
2269 | 2024-12-20T23:37:20.452Z | Checking reedline v0.35.0 |
2270 | 2024-12-20T23:37:20.641Z | Compiling parse-zoneinfo v0.3.1 |
2271 | 2024-12-20T23:37:20.689Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-12-20T23:37:20.811Z | Compiling nix v0.28.0 |
2273 | 2024-12-20T23:37:21.406Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-20T23:37:21.612Z | Checking sled v0.34.7 |
2275 | 2024-12-20T23:37:22.737Z | Checking tabled v0.15.0 |
2276 | 2024-12-20T23:37:22.761Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-20T23:37:22.918Z | Checking hickory-server v0.24.1 |
2278 | 2024-12-20T23:37:23.319Z | Compiling chrono-tz v0.10.0 |
2279 | 2024-12-20T23:37:23.468Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2024-12-20T23:37:24.024Z | Compiling unicase v2.7.0 |
2281 | 2024-12-20T23:37:24.316Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-20T23:37:25.021Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-20T23:37:25.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-20T23:37:25.703Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-20T23:37:25.726Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-20T23:37:26.052Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-20T23:37:26.682Z | Checking progenitor v0.8.0 |
2288 | 2024-12-20T23:37:26.945Z | Checking sqlparser v0.45.0 |
2289 | 2024-12-20T23:37:26.967Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-12-20T23:37:27.039Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2291 | 2024-12-20T23:37:27.103Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-12-20T23:37:30.479Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-12-20T23:37:31.409Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-20T23:37:31.621Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2295 | 2024-12-20T23:37:31.785Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-12-20T23:37:33.660Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-12-20T23:37:33.923Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2024-12-20T23:37:35.881Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2299 | 2024-12-20T23:37:36.061Z | Checking peg v0.8.4 |
2300 | 2024-12-20T23:37:36.149Z | Checking rustyline v14.0.0 |
2301 | 2024-12-20T23:37:36.172Z | Checking bcs v0.1.6 |
2302 | 2024-12-20T23:37:36.657Z | Checking primeorder v0.13.6 |
2303 | 2024-12-20T23:37:36.934Z | Checking nanorand v0.7.0 |
2304 | 2024-12-20T23:37:36.984Z | Compiling mime_guess v2.0.5 |
2305 | 2024-12-20T23:37:37.151Z | Checking http-range v0.1.5 |
2306 | 2024-12-20T23:37:37.286Z | Checking flume v0.11.1 |
2307 | 2024-12-20T23:37:37.368Z | Checking atty v0.2.14 |
2308 | 2024-12-20T23:37:37.503Z | Compiling salty v0.3.0 |
2309 | 2024-12-20T23:37:37.637Z | Checking p384 v0.13.0 |
2310 | 2024-12-20T23:37:37.769Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2311 | 2024-12-20T23:37:37.841Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2312 | 2024-12-20T23:37:38.350Z | Checking env_filter v0.1.2 |
2313 | 2024-12-20T23:37:38.513Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2314 | 2024-12-20T23:37:38.613Z | Checking env_logger v0.11.5 |
2315 | 2024-12-20T23:37:38.712Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-20T23:37:38.850Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-20T23:37:38.966Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-20T23:37:39.011Z | Checking hyper-staticfile v0.10.1 |
2319 | 2024-12-20T23:37:39.164Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-12-20T23:37:39.166Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2024-12-20T23:37:39.203Z | Checking scheduled-thread-pool v0.2.7 |
2322 | 2024-12-20T23:37:39.441Z | Compiling diesel_table_macro_syntax v0.2.0 |
2323 | 2024-12-20T23:37:39.492Z | Compiling crunchy v0.2.2 |
2324 | 2024-12-20T23:37:39.517Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2325 | 2024-12-20T23:37:39.930Z | Checking r2d2 v0.8.10 |
2326 | 2024-12-20T23:37:40.012Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2327 | 2024-12-20T23:37:40.237Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2328 | 2024-12-20T23:37:40.260Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2329 | 2024-12-20T23:37:40.644Z | Compiling tiny-keccak v2.0.2 |
2330 | 2024-12-20T23:37:40.868Z | Compiling diesel_derives v2.2.3 |
2331 | 2024-12-20T23:37:40.978Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-20T23:37:41.012Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-20T23:37:41.271Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-20T23:37:42.287Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-20T23:37:42.603Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-20T23:37:42.621Z | Compiling ena v0.14.3 |
2337 | 2024-12-20T23:37:43.029Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-20T23:37:43.195Z | Compiling regex-syntax v0.6.29 |
2339 | 2024-12-20T23:37:43.985Z | Checking pin-project v1.1.6 |
2340 | 2024-12-20T23:37:44.129Z | Compiling diff v0.1.13 |
2341 | 2024-12-20T23:37:44.292Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-12-20T23:37:44.465Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-20T23:37:44.669Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-20T23:37:44.777Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-20T23:37:45.083Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-20T23:37:47.544Z | Compiling lalrpop v0.19.12 |
2347 | 2024-12-20T23:37:48.458Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-20T23:37:49.214Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-20T23:37:50.589Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-20T23:37:52.316Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-20T23:37:53.590Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-20T23:37:54.240Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-12-20T23:37:54.286Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2354 | 2024-12-20T23:37:55.132Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2355 | 2024-12-20T23:37:55.804Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2356 | 2024-12-20T23:37:56.308Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-20T23:37:56.430Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2358 | 2024-12-20T23:37:56.743Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-20T23:37:57.237Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2360 | 2024-12-20T23:37:57.259Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2024-12-20T23:37:57.510Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2362 | 2024-12-20T23:37:57.897Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2024-12-20T23:37:58.293Z | Checking diesel v2.2.6 |
2364 | 2024-12-20T23:37:58.513Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-20T23:37:58.830Z | Checking snafu v0.8.5 |
2366 | 2024-12-20T23:37:58.967Z | Checking globset v0.4.15 |
2367 | 2024-12-20T23:37:59.509Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-20T23:37:59.763Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-20T23:38:00.035Z | Compiling libxml v0.3.3 |
2370 | 2024-12-20T23:38:00.404Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-20T23:38:00.717Z | Checking typed-path v0.9.3 |
2372 | 2024-12-20T23:38:02.126Z | Compiling derive_builder_macro v0.20.2 |
2373 | 2024-12-20T23:38:02.157Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2024-12-20T23:38:02.793Z | Checking tough v0.19.0 |
2375 | 2024-12-20T23:38:03.041Z | Checking tungstenite v0.23.0 |
2376 | 2024-12-20T23:38:03.065Z | Compiling strum_macros v0.24.3 |
2377 | 2024-12-20T23:38:03.138Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-12-20T23:38:03.425Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2024-12-20T23:38:03.970Z | Compiling samael v0.0.17 |
2380 | 2024-12-20T23:38:04.121Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2024-12-20T23:38:04.147Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-12-20T23:38:05.851Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-12-20T23:38:06.423Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2384 | 2024-12-20T23:38:06.867Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2385 | 2024-12-20T23:38:07.634Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2024-12-20T23:38:07.799Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2024-12-20T23:38:08.677Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-12-20T23:38:08.880Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-12-20T23:38:09.292Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2390 | 2024-12-20T23:38:09.753Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2391 | 2024-12-20T23:38:11.887Z | Checking parse-size v1.1.0 |
2392 | 2024-12-20T23:38:12.062Z | Compiling indoc v1.0.9 |
2393 | 2024-12-20T23:38:13.074Z | Checking tokio-tungstenite v0.23.1 |
2394 | 2024-12-20T23:38:13.558Z | Checking derive_builder v0.20.2 |
2395 | 2024-12-20T23:38:14.749Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-12-20T23:38:14.916Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2024-12-20T23:38:15.041Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2398 | 2024-12-20T23:38:15.606Z | Checking quick-xml v0.33.0 |
2399 | 2024-12-20T23:38:15.844Z | Compiling impl-trait-for-tuples v0.2.2 |
2400 | 2024-12-20T23:38:17.151Z | Compiling oso-derive v0.27.3 |
2401 | 2024-12-20T23:38:17.761Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2402 | 2024-12-20T23:38:18.243Z | Checking nix v0.27.1 |
2403 | 2024-12-20T23:38:19.769Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2404 | 2024-12-20T23:38:19.990Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-20T23:38:20.972Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-20T23:38:21.245Z | Compiling diesel-dtrace v0.4.2 |
2407 | 2024-12-20T23:38:21.825Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-20T23:38:22.415Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-20T23:38:22.721Z | Checking bb8 v0.8.5 |
2410 | 2024-12-20T23:38:23.297Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-20T23:38:23.908Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-12-20T23:38:24.327Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2413 | 2024-12-20T23:38:24.393Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2414 | 2024-12-20T23:38:24.806Z | Checking rand_seeder v0.3.0 |
2415 | 2024-12-20T23:38:24.937Z | Checking assert_matches v1.5.0 |
2416 | 2024-12-20T23:38:25.033Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-20T23:38:25.055Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-12-20T23:38:25.296Z | Compiling libz-sys v1.1.20 |
2419 | 2024-12-20T23:38:25.319Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2024-12-20T23:38:25.396Z | Checking castaway v0.2.3 |
2421 | 2024-12-20T23:38:25.566Z | Checking is_ci v1.2.0 |
2422 | 2024-12-20T23:38:25.715Z | Checking supports-color v3.0.1 |
2423 | 2024-12-20T23:38:25.926Z | Checking compact_str v0.8.0 |
2424 | 2024-12-20T23:38:26.138Z | Checking unicode-truncate v1.1.0 |
2425 | 2024-12-20T23:38:26.161Z | Checking lru v0.12.5 |
2426 | 2024-12-20T23:38:26.390Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2427 | 2024-12-20T23:38:26.464Z | Compiling instability v0.3.2 |
2428 | 2024-12-20T23:38:26.815Z | Checking cassowary v0.3.0 |
2429 | 2024-12-20T23:38:27.436Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2430 | 2024-12-20T23:38:27.529Z | Checking ratatui v0.28.1 |
2431 | 2024-12-20T23:38:27.553Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2432 | 2024-12-20T23:38:27.611Z | Compiling vergen v8.3.2 |
2433 | 2024-12-20T23:38:27.905Z | Compiling cargo-platform v0.1.8 |
2434 | 2024-12-20T23:38:28.479Z | Checking smawk v0.3.2 |
2435 | 2024-12-20T23:38:28.691Z | Checking unicode-linebreak v0.1.5 |
2436 | 2024-12-20T23:38:28.899Z | Compiling cargo_metadata v0.18.1 |
2437 | 2024-12-20T23:38:29.118Z | Checking textwrap v0.16.1 |
2438 | 2024-12-20T23:38:29.169Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-12-20T23:38:29.490Z | Compiling libsqlite3-sys v0.30.1 |
2440 | 2024-12-20T23:38:29.743Z | Compiling rustls v0.21.12 |
2441 | 2024-12-20T23:38:30.000Z | Compiling cfg_aliases v0.2.1 |
2442 | 2024-12-20T23:38:30.123Z | Compiling nix v0.29.0 |
2443 | 2024-12-20T23:38:30.740Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2444 | 2024-12-20T23:38:30.986Z | Checking sct v0.7.1 |
2445 | 2024-12-20T23:38:31.047Z | Checking rustls-webpki v0.101.7 |
2446 | 2024-12-20T23:38:31.679Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-12-20T23:38:31.733Z | Checking hashlink v0.9.1 |
2448 | 2024-12-20T23:38:31.977Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-12-20T23:38:32.330Z | Checking parking v2.2.1 |
2450 | 2024-12-20T23:38:32.348Z | Checking fallible-streaming-iterator v0.1.9 |
2451 | 2024-12-20T23:38:32.370Z | Checking plotters-backend v0.3.7 |
2452 | 2024-12-20T23:38:32.515Z | Checking fallible-iterator v0.3.0 |
2453 | 2024-12-20T23:38:32.754Z | Checking plotters-svg v0.3.7 |
2454 | 2024-12-20T23:38:32.992Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2455 | 2024-12-20T23:38:33.093Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2456 | 2024-12-20T23:38:33.147Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2457 | 2024-12-20T23:38:33.170Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2458 | 2024-12-20T23:38:33.851Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-12-20T23:38:34.428Z | Checking async-bb8-diesel v0.2.1 |
2460 | 2024-12-20T23:38:34.600Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2461 | 2024-12-20T23:38:34.821Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2462 | 2024-12-20T23:38:34.963Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2463 | 2024-12-20T23:38:35.131Z | Checking tokio-rustls v0.24.1 |
2464 | 2024-12-20T23:38:35.464Z | Checking rusqlite v0.32.1 |
2465 | 2024-12-20T23:38:36.680Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-20T23:38:36.991Z | Checking rustls-pemfile v1.0.4 |
2467 | 2024-12-20T23:38:37.066Z | Checking twox-hash v1.6.3 |
2468 | 2024-12-20T23:38:37.208Z | Checking cast v0.3.0 |
2469 | 2024-12-20T23:38:37.354Z | Checking plotters v0.3.7 |
2470 | 2024-12-20T23:38:37.382Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-12-20T23:38:37.541Z | Checking criterion-plot v0.5.0 |
2472 | 2024-12-20T23:38:37.543Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2473 | 2024-12-20T23:38:37.989Z | Checking fatfs v0.3.6 |
2474 | 2024-12-20T23:38:38.996Z | Checking tinytemplate v1.2.1 |
2475 | 2024-12-20T23:38:39.161Z | Checking csv-core v0.1.11 |
2476 | 2024-12-20T23:38:39.299Z | Checking hex-literal v0.4.1 |
2477 | 2024-12-20T23:38:39.372Z | Checking shell-words v1.1.0 |
2478 | 2024-12-20T23:38:39.427Z | Checking oorandom v11.1.4 |
2479 | 2024-12-20T23:38:39.497Z | Checking anes v0.1.6 |
2480 | 2024-12-20T23:38:39.545Z | Checking csv v1.3.0 |
2481 | 2024-12-20T23:38:39.598Z | Checking event-listener v5.3.1 |
2482 | 2024-12-20T23:38:39.879Z | Checking criterion v0.5.1 |
2483 | 2024-12-20T23:38:40.044Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2484 | 2024-12-20T23:38:40.395Z | Checking rtoolbox v0.0.2 |
2485 | 2024-12-20T23:38:40.610Z | Checking rpassword v7.3.1 |
2486 | 2024-12-20T23:38:40.774Z | Checking event-listener-strategy v0.5.2 |
2487 | 2024-12-20T23:38:40.978Z | Checking tui-tree-widget v0.22.0 |
2488 | 2024-12-20T23:38:41.311Z | Checking polyval v0.6.2 |
2489 | 2024-12-20T23:38:41.583Z | Checking ghash v0.5.1 |
2490 | 2024-12-20T23:38:41.771Z | Checking futures-lite v2.3.0 |
2491 | 2024-12-20T23:38:42.712Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2024-12-20T23:38:43.218Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-20T23:38:43.818Z | Checking ctr v0.9.2 |
2494 | 2024-12-20T23:38:44.432Z | Checking yansi v1.0.1 |
2495 | 2024-12-20T23:38:44.467Z | Checking aes-gcm v0.10.3 |
2496 | 2024-12-20T23:38:44.718Z | Checking ssh-encoding v0.2.0 |
2497 | 2024-12-20T23:38:44.952Z | Checking pretty_assertions v1.4.1 |
2498 | 2024-12-20T23:38:45.061Z | Checking blowfish v0.9.1 |
2499 | 2024-12-20T23:38:45.159Z | Checking ssh-cipher v0.2.0 |
2500 | 2024-12-20T23:38:45.307Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2024-12-20T23:38:45.440Z | Checking async-lock v3.4.0 |
2502 | 2024-12-20T23:38:45.563Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2503 | 2024-12-20T23:38:46.321Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2504 | 2024-12-20T23:38:46.532Z | Checking polling v3.7.3 |
2505 | 2024-12-20T23:38:46.558Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-12-20T23:38:46.942Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2024-12-20T23:38:47.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2508 | 2024-12-20T23:38:47.746Z | Checking password-hash v0.4.2 |
2509 | 2024-12-20T23:38:47.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-12-20T23:38:48.201Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2511 | 2024-12-20T23:38:50.136Z | Checking matches v0.1.10 |
2512 | 2024-12-20T23:38:50.242Z | Checking idna v0.2.3 |
2513 | 2024-12-20T23:38:51.129Z | Checking pbkdf2 v0.11.0 |
2514 | 2024-12-20T23:38:51.434Z | Checking async-io v2.3.4 |
2515 | 2024-12-20T23:38:52.333Z | Checking ssh-key v0.6.6 |
2516 | 2024-12-20T23:38:53.226Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2024-12-20T23:38:53.960Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2024-12-20T23:38:54.461Z | Checking p521 v0.13.3 |
2519 | 2024-12-20T23:38:54.722Z | Checking p256 v0.13.2 |
2520 | 2024-12-20T23:38:54.795Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-20T23:38:55.038Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-20T23:38:55.204Z | Compiling target-lexicon v0.12.16 |
2523 | 2024-12-20T23:38:55.858Z | Compiling doc-comment v0.3.3 |
2524 | 2024-12-20T23:38:56.039Z | Checking async-task v4.7.1 |
2525 | 2024-12-20T23:38:56.148Z | Checking md5 v0.7.0 |
2526 | 2024-12-20T23:38:56.456Z | Checking russh-keys v0.45.0 |
2527 | 2024-12-20T23:38:56.487Z | Checking trust-dns-proto v0.22.0 |
2528 | 2024-12-20T23:38:56.656Z | Checking async-channel v2.3.1 |
2529 | 2024-12-20T23:38:57.000Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-12-20T23:38:57.825Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2024-12-20T23:38:58.715Z | Checking piper v0.2.4 |
2532 | 2024-12-20T23:38:58.893Z | Checking num-bigint v0.4.6 |
2533 | 2024-12-20T23:38:58.964Z | Checking des v0.8.1 |
2534 | 2024-12-20T23:38:59.255Z | Compiling guppy-workspace-hack v0.1.0 |
2535 | 2024-12-20T23:38:59.536Z | Compiling assert_cmd v2.0.16 |
2536 | 2024-12-20T23:38:59.986Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-20T23:39:00.249Z | Compiling dhcproto-macros v0.1.0 |
2538 | 2024-12-20T23:39:00.398Z | Checking blocking v1.6.1 |
2539 | 2024-12-20T23:39:01.249Z | Checking dhcproto v0.12.0 |
2540 | 2024-12-20T23:39:01.324Z | Checking async-executor v1.13.1 |
2541 | 2024-12-20T23:39:01.358Z | Checking russh v0.45.0 |
2542 | 2024-12-20T23:39:01.666Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-12-20T23:39:02.307Z | Checking async-signal v0.2.10 |
2544 | 2024-12-20T23:39:02.623Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2024-12-20T23:39:03.279Z | Checking internet-checksum v0.2.1 |
2546 | 2024-12-20T23:39:03.303Z | Checking event-listener v2.5.3 |
2547 | 2024-12-20T23:39:03.486Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-20T23:39:03.534Z | Checking async-channel v1.9.0 |
2549 | 2024-12-20T23:39:04.711Z | Checking async-process v2.3.0 |
2550 | 2024-12-20T23:39:05.165Z | Checking async-global-executor v2.4.1 |
2551 | 2024-12-20T23:39:05.481Z | Checking cfg-expr v0.17.0 |
2552 | 2024-12-20T23:39:05.784Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-12-20T23:39:05.990Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2024-12-20T23:39:06.326Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2024-12-20T23:39:06.817Z | Checking httptest v0.16.1 |
2556 | 2024-12-20T23:39:07.357Z | Checking rustls-native-certs v0.7.3 |
2557 | 2024-12-20T23:39:07.560Z | Compiling petname v2.0.2 |
2558 | 2024-12-20T23:39:07.596Z | Checking num_cpus v1.16.0 |
2559 | 2024-12-20T23:39:07.750Z | Checking kv-log-macro v1.0.7 |
2560 | 2024-12-20T23:39:07.903Z | Compiling async-attributes v1.1.2 |
2561 | 2024-12-20T23:39:08.763Z | Checking async-std v1.13.0 |
2562 | 2024-12-20T23:39:10.875Z | Checking threadpool v1.8.1 |
2563 | 2024-12-20T23:39:10.897Z | Checking hyper-rustls v0.26.0 |
2564 | 2024-12-20T23:39:11.250Z | Checking pathdiff v0.2.2 |
2565 | 2024-12-20T23:39:11.405Z | Compiling rstest_macros v0.23.0 |
2566 | 2024-12-20T23:39:11.454Z | Compiling target-triple v0.1.3 |
2567 | 2024-12-20T23:39:11.915Z | Checking nested v0.1.1 |
2568 | 2024-12-20T23:39:11.976Z | Checking escape8259 v0.5.3 |
2569 | 2024-12-20T23:39:12.150Z | Checking guppy v0.17.8 |
2570 | 2024-12-20T23:39:12.181Z | Checking libtest-mimic v0.7.3 |
2571 | 2024-12-20T23:39:12.542Z | Checking async-object-pool v0.1.5 |
2572 | 2024-12-20T23:39:12.813Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2024-12-20T23:39:13.462Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2024-12-20T23:39:13.751Z | Checking similar-asserts v1.6.0 |
2575 | 2024-12-20T23:39:14.022Z | Checking fancy-regex v0.13.0 |
2576 | 2024-12-20T23:39:14.369Z | Checking serde_regex v1.1.0 |
2577 | 2024-12-20T23:39:14.660Z | Checking assert-json-diff v2.0.2 |
2578 | 2024-12-20T23:39:14.750Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2024-12-20T23:39:14.971Z | Checking path-tree v0.8.1 |
2580 | 2024-12-20T23:39:15.343Z | Compiling relative-path v1.9.3 |
2581 | 2024-12-20T23:39:16.049Z | Checking stringmetrics v2.2.2 |
2582 | 2024-12-20T23:39:16.075Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-20T23:39:16.280Z | Checking httpmock v0.8.0-alpha.1 |
2584 | 2024-12-20T23:39:16.321Z | Checking datatest-stable v0.2.9 |
2585 | 2024-12-20T23:39:16.807Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2024-12-20T23:39:18.148Z | Checking blake2b_simd v1.0.2 |
2587 | 2024-12-20T23:39:18.288Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2024-12-20T23:39:19.038Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-12-20T23:39:19.353Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2590 | 2024-12-20T23:39:19.664Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2591 | 2024-12-20T23:39:19.955Z | Compiling git2 v0.19.0 |
2592 | 2024-12-20T23:39:19.978Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2593 | 2024-12-20T23:39:20.520Z | Checking serde_tokenstream v0.2.2 |
2594 | 2024-12-20T23:39:20.954Z | Checking uzers v0.12.1 |
2595 | 2024-12-20T23:39:21.501Z | Checking rust-argon2 v2.1.0 |
2596 | 2024-12-20T23:39:21.628Z | Checking trybuild v1.0.101 |
2597 | 2024-12-20T23:39:21.931Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2024-12-20T23:39:23.027Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2599 | 2024-12-20T23:39:23.360Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2600 | 2024-12-20T23:39:24.672Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2601 | 2024-12-20T23:39:25.281Z | Checking rand_distr v0.4.3 |
2602 | 2024-12-20T23:39:27.186Z | Checking rstest v0.23.0 |
2603 | 2024-12-20T23:39:27.430Z | Checking multimap v0.10.0 |
2604 | 2024-12-20T23:39:27.731Z | Checking approx v0.5.1 |
2605 | 2024-12-20T23:39:27.870Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2606 | 2024-12-20T23:39:28.116Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2607 | 2024-12-20T23:39:28.608Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2608 | 2024-12-20T23:39:29.189Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2609 | 2024-12-20T23:39:29.678Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2610 | 2024-12-20T23:39:29.786Z | Checking partial-io v0.5.4 |
2611 | 2024-12-20T23:39:29.905Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2612 | 2024-12-20T23:39:30.152Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2613 | 2024-12-20T23:39:30.292Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2614 | 2024-12-20T23:39:30.456Z | Checking cargo_toml v0.20.5 |
2615 | 2024-12-20T23:39:30.655Z | Checking termios v0.3.3 |
2616 | 2024-12-20T23:39:30.763Z | Compiling indoc v2.0.5 |
2617 | 2024-12-20T23:39:30.909Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2024-12-20T23:39:31.712Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2024-12-20T23:39:32.439Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2620 | 2024-12-20T23:39:52.258Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2024-12-20T23:39:54.889Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2024-12-20T23:39:58.667Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2024-12-20T23:40:17.124Z | Compiling polar-core v0.27.3 |
2624 | 2024-12-20T23:40:28.370Z | Checking oso v0.27.3 |
2625 | 2024-12-20T23:40:32.123Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2626 | 2024-12-20T23:40:32.541Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2024-12-20T23:40:34.431Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2024-12-20T23:41:19.402Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2629 | 2024-12-20T23:41:19.402Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2630 | 2024-12-20T23:41:19.409Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2024-12-20T23:42:58.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
2632 | 2024-12-20T23:42:58.807Z | |
2633 | 2024-12-20T23:42:58.807Z | real 7:04.226689804 |
2634 | 2024-12-20T23:42:58.807Z | user 36:53.340511358 |
2635 | 2024-12-20T23:42:58.807Z | sys 6:45.531182413 |
2636 | 2024-12-20T23:42:58.807Z | trap 0.992094916 |
2637 | 2024-12-20T23:42:58.807Z | tflt 2.204579767 |
2638 | 2024-12-20T23:42:58.807Z | dflt 0.720255722 |
2639 | 2024-12-20T23:42:58.810Z | kflt 0.001988672 |
2640 | 2024-12-20T23:42:58.810Z | lock 54:03.101675249 |
2641 | 2024-12-20T23:42:58.810Z | slp 2:07:23.718441309 |
2642 | 2024-12-20T23:42:58.810Z | lat 1:41.378353842 |
2643 | 2024-12-20T23:42:58.810Z | stop 6:21.420680111 |
2644 | 2024-12-20T23:42:58.810Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2024-12-20T23:42:58.811Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2024-12-20T23:43:00.094Z | warning: output filename collision. |
2647 | 2024-12-20T23:43:00.094Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2648 | 2024-12-20T23:43:00.094Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2024-12-20T23:43:00.094Z | The targets should have unique names. |
2650 | 2024-12-20T23:43:00.094Z | This is a known bug where multiple crates with the same name use |
2651 | 2024-12-20T23:43:00.094Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2024-12-20T23:43:00.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-12-20T23:43:00.639Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-12-20T23:43:00.660Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-12-20T23:43:00.702Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2024-12-20T23:43:00.727Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2024-12-20T23:43:00.754Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2024-12-20T23:43:00.754Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2024-12-20T23:43:00.952Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-12-20T23:43:00.992Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-12-20T23:43:01.022Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2662 | 2024-12-20T23:43:01.037Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2663 | 2024-12-20T23:43:01.234Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-12-20T23:43:01.364Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-12-20T23:43:01.542Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-12-20T23:43:01.830Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-12-20T23:43:04.572Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-12-20T23:43:05.773Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-12-20T23:43:06.147Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2024-12-20T23:43:06.168Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2024-12-20T23:43:06.359Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-12-20T23:43:06.399Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2024-12-20T23:43:06.504Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2024-12-20T23:43:06.698Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2024-12-20T23:43:06.871Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2024-12-20T23:43:07.056Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2677 | 2024-12-20T23:43:07.196Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2678 | 2024-12-20T23:43:07.502Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2679 | 2024-12-20T23:43:07.525Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2680 | 2024-12-20T23:43:07.741Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2681 | 2024-12-20T23:43:08.043Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2682 | 2024-12-20T23:43:08.077Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2683 | 2024-12-20T23:43:08.335Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2684 | 2024-12-20T23:43:08.458Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2685 | 2024-12-20T23:43:08.494Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2686 | 2024-12-20T23:43:08.520Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2687 | 2024-12-20T23:43:08.830Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2688 | 2024-12-20T23:43:09.158Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2689 | 2024-12-20T23:43:09.453Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-12-20T23:43:09.491Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2691 | 2024-12-20T23:43:09.878Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-20T23:43:09.934Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2693 | 2024-12-20T23:43:09.956Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-12-20T23:43:10.833Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2695 | 2024-12-20T23:43:11.087Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2696 | 2024-12-20T23:43:13.332Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2697 | 2024-12-20T23:43:15.296Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2698 | 2024-12-20T23:43:16.166Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-12-20T23:43:16.270Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2700 | 2024-12-20T23:43:17.040Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2701 | 2024-12-20T23:43:17.062Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2702 | 2024-12-20T23:43:17.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2703 | 2024-12-20T23:43:18.142Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2704 | 2024-12-20T23:43:18.604Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2705 | 2024-12-20T23:43:18.949Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2024-12-20T23:43:19.084Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2024-12-20T23:43:21.008Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2708 | 2024-12-20T23:43:25.741Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2709 | 2024-12-20T23:43:27.127Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2710 | 2024-12-20T23:43:27.245Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2711 | 2024-12-20T23:43:27.819Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2712 | 2024-12-20T23:43:28.173Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-12-20T23:43:28.259Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2024-12-20T23:43:28.521Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2715 | 2024-12-20T23:43:29.052Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-12-20T23:43:29.169Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2717 | 2024-12-20T23:43:30.275Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2718 | 2024-12-20T23:43:30.833Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2719 | 2024-12-20T23:43:31.005Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2024-12-20T23:43:31.489Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2721 | 2024-12-20T23:43:32.204Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2722 | 2024-12-20T23:43:32.260Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-12-20T23:43:32.263Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2724 | 2024-12-20T23:43:32.303Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2725 | 2024-12-20T23:43:32.328Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2726 | 2024-12-20T23:43:32.441Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2727 | 2024-12-20T23:43:32.731Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2728 | 2024-12-20T23:43:33.151Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2729 | 2024-12-20T23:43:33.952Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2730 | 2024-12-20T23:43:34.408Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2731 | 2024-12-20T23:43:34.522Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2732 | 2024-12-20T23:43:34.981Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2733 | 2024-12-20T23:43:35.269Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-12-20T23:43:35.725Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2735 | 2024-12-20T23:43:36.191Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2736 | 2024-12-20T23:43:36.444Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2737 | 2024-12-20T23:43:36.860Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2738 | 2024-12-20T23:43:36.956Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2739 | 2024-12-20T23:43:37.018Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2740 | 2024-12-20T23:43:37.039Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2741 | 2024-12-20T23:43:37.546Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2742 | 2024-12-20T23:43:37.582Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2024-12-20T23:43:37.631Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2744 | 2024-12-20T23:43:38.361Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2745 | 2024-12-20T23:43:38.660Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2746 | 2024-12-20T23:43:39.073Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2747 | 2024-12-20T23:43:39.293Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2748 | 2024-12-20T23:43:39.437Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-20T23:43:39.469Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2750 | 2024-12-20T23:43:40.745Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2751 | 2024-12-20T23:43:40.771Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2752 | 2024-12-20T23:43:41.200Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2753 | 2024-12-20T23:43:41.499Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2754 | 2024-12-20T23:43:41.977Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-20T23:43:42.923Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2756 | 2024-12-20T23:43:43.844Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-20T23:43:44.210Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2758 | 2024-12-20T23:43:47.226Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2759 | 2024-12-20T23:43:47.247Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-20T23:43:47.704Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-20T23:43:48.479Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2762 | 2024-12-20T23:43:49.318Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-20T23:43:50.263Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2764 | 2024-12-20T23:43:53.088Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2765 | 2024-12-20T23:43:54.201Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2766 | 2024-12-20T23:43:57.580Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2024-12-20T23:43:58.831Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2768 | 2024-12-20T23:44:09.701Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-20T23:44:11.004Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-20T23:44:11.461Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2771 | 2024-12-20T23:44:56.858Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2772 | 2024-12-20T23:45:02.884Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2773 | 2024-12-20T23:45:02.905Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2774 | 2024-12-20T23:45:38.355Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2775 | 2024-12-20T23:45:41.807Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-20T23:45:45.067Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2777 | 2024-12-20T23:45:46.261Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2778 | 2024-12-20T23:45:49.183Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-20T23:45:49.304Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2024-12-20T23:45:50.407Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-20T23:45:58.175Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2782 | 2024-12-20T23:46:04.409Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2783 | 2024-12-20T23:46:22.909Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2784 | 2024-12-20T23:46:32.183Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2785 | 2024-12-20T23:46:44.510Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2786 | 2024-12-20T23:46:52.069Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2787 | 2024-12-20T23:46:56.403Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2788 | 2024-12-20T23:47:08.090Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2789 | 2024-12-20T23:47:16.773Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-20T23:47:19.305Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2791 | 2024-12-20T23:47:24.901Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2792 | 2024-12-20T23:47:29.485Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2793 | 2024-12-20T23:47:35.408Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2794 | 2024-12-20T23:47:36.718Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2795 | 2024-12-20T23:47:40.113Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-20T23:47:47.478Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2797 | 2024-12-20T23:47:55.711Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2024-12-20T23:47:59.252Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2799 | 2024-12-20T23:48:03.921Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2800 | 2024-12-20T23:48:07.321Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2024-12-20T23:48:10.985Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2802 | 2024-12-20T23:48:13.063Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2803 | 2024-12-20T23:48:13.537Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2804 | 2024-12-20T23:48:23.667Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2805 | 2024-12-20T23:48:23.744Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2806 | 2024-12-20T23:48:25.125Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2807 | 2024-12-20T23:48:25.236Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2808 | 2024-12-20T23:48:42.347Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2809 | 2024-12-20T23:48:42.780Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-12-20T23:48:46.639Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2811 | 2024-12-20T23:48:46.684Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2812 | 2024-12-20T23:48:47.017Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2813 | 2024-12-20T23:48:56.644Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2814 | 2024-12-20T23:49:02.656Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-12-20T23:49:03.200Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2816 | 2024-12-20T23:49:03.235Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2817 | 2024-12-20T23:49:04.631Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2818 | 2024-12-20T23:49:08.207Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2819 | 2024-12-20T23:49:12.298Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2820 | 2024-12-20T23:49:22.737Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2821 | 2024-12-20T23:49:24.367Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2822 | 2024-12-20T23:49:25.154Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2823 | 2024-12-20T23:49:25.526Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2824 | 2024-12-20T23:49:27.229Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2825 | 2024-12-20T23:49:29.120Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2826 | 2024-12-20T23:49:31.063Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2827 | 2024-12-20T23:49:44.525Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2828 | 2024-12-20T23:49:45.308Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-12-20T23:49:47.088Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2830 | 2024-12-20T23:49:48.341Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2831 | 2024-12-20T23:49:48.453Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2832 | 2024-12-20T23:49:50.102Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2833 | 2024-12-20T23:49:50.506Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2834 | 2024-12-20T23:49:59.617Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2835 | 2024-12-20T23:49:59.875Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2836 | 2024-12-20T23:50:02.590Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2837 | 2024-12-20T23:50:05.616Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-12-20T23:50:08.705Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2024-12-20T23:50:11.084Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2840 | 2024-12-20T23:50:12.283Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2841 | 2024-12-20T23:50:14.790Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2842 | 2024-12-20T23:50:17.029Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2843 | 2024-12-20T23:50:23.904Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-12-20T23:50:24.681Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2845 | 2024-12-20T23:50:26.189Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2846 | 2024-12-20T23:50:30.526Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2024-12-20T23:50:31.683Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2848 | 2024-12-20T23:50:31.883Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2849 | 2024-12-20T23:50:32.819Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2850 | 2024-12-20T23:50:40.098Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2851 | 2024-12-20T23:50:47.219Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2852 | 2024-12-20T23:50:49.374Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-12-20T23:50:49.755Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2854 | 2024-12-20T23:50:52.051Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2855 | 2024-12-20T23:50:55.112Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2856 | 2024-12-20T23:50:55.663Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-20T23:50:56.317Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2858 | 2024-12-20T23:50:57.540Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2859 | 2024-12-20T23:51:03.378Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-20T23:51:03.700Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-20T23:51:07.594Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2862 | 2024-12-20T23:51:10.088Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2863 | 2024-12-20T23:51:10.563Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2864 | 2024-12-20T23:51:11.549Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2865 | 2024-12-20T23:51:16.045Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2866 | 2024-12-20T23:51:17.452Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2867 | 2024-12-20T23:51:21.516Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2868 | 2024-12-20T23:51:22.668Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2869 | 2024-12-20T23:51:22.750Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-12-20T23:51:24.010Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2871 | 2024-12-20T23:51:24.285Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2872 | 2024-12-20T23:51:25.867Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2873 | 2024-12-20T23:51:26.820Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2874 | 2024-12-20T23:51:27.063Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2875 | 2024-12-20T23:51:29.141Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2876 | 2024-12-20T23:51:29.522Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2877 | 2024-12-20T23:51:30.982Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2878 | 2024-12-20T23:51:32.117Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2879 | 2024-12-20T23:51:32.266Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2880 | 2024-12-20T23:51:33.626Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2881 | 2024-12-20T23:51:35.021Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2882 | 2024-12-20T23:51:36.863Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2883 | 2024-12-20T23:51:38.868Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2884 | 2024-12-20T23:52:11.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 12s |
2885 | 2024-12-20T23:52:11.944Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 142 other files |
2886 | 2024-12-20T23:52:12.006Z | |
2887 | 2024-12-20T23:52:12.006Z | real 9:13.047659243 |
2888 | 2024-12-20T23:52:12.006Z | user 27:11.506153882 |
2889 | 2024-12-20T23:52:12.006Z | sys 42:04.363837986 |
2890 | 2024-12-20T23:52:12.006Z | trap 0.421625821 |
2891 | 2024-12-20T23:52:12.006Z | tflt 0.206185585 |
2892 | 2024-12-20T23:52:12.009Z | dflt 0.173689592 |
2893 | 2024-12-20T23:52:12.010Z | kflt 0.000033793 |
2894 | 2024-12-20T23:52:12.010Z | lock 1:31:58.574955236 |
2895 | 2024-12-20T23:52:12.010Z | slp 2:35:47.238933486 |
2896 | 2024-12-20T23:52:12.010Z | lat 1:19.028571314 |
2897 | 2024-12-20T23:52:12.010Z | stop 1:15.675265881 |
2898 | 2024-12-20T23:52:12.010Z | process exited: duration 1313023 ms, exit code 0 |
|
2899 | 2024-12-20T23:52:12.017Z | found 0 output files |