|
|
|
1 | 2024-11-14T16:07:12.813Z | job assigned to worker 01JCNPT4ES073PA9AC66M2G3FZ (queued for 50 s) |
|
2 | 2024-11-14T16:07:20.271Z | starting task 0: "setup" |
3 | 2024-11-14T16:07:20.280Z | ++ uname -s |
4 | 2024-11-14T16:07:20.284Z | + kern=SunOS |
5 | 2024-11-14T16:07:20.284Z | + case "$kern" in |
6 | 2024-11-14T16:07:20.284Z | + groupadd -g 12345 build |
7 | 2024-11-14T16:07:20.288Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T16:07:22.294Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T16:07:22.450Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T16:07:22.453Z | + home_fs=zfs |
11 | 2024-11-14T16:07:22.453Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T16:07:22.453Z | + mkdir -p /home/build |
13 | 2024-11-14T16:07:22.456Z | + chown build:build /home/build /work |
14 | 2024-11-14T16:07:24.457Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T16:07:24.460Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-11-14T16:07:24.465Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T16:07:24.471Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T16:07:24.471Z | * toolchain channel = "1.81.0" |
19 | 2024-11-14T16:07:24.471Z | * toolchain profile = "default" |
20 | 2024-11-14T16:07:24.471Z | ' 1.81.0 |
21 | 2024-11-14T16:07:24.471Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-14T16:07:24.471Z | ' default |
23 | 2024-11-14T16:07:24.474Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T16:07:24.474Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T16:07:24.579Z | info: downloading installer |
26 | 2024-11-14T16:07:26.177Z | info: profile set to 'default' |
27 | 2024-11-14T16:07:26.177Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T16:07:26.180Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T16:07:26.321Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T16:07:26.321Z | info: downloading component 'cargo' |
31 | 2024-11-14T16:07:27.001Z | info: downloading component 'clippy' |
32 | 2024-11-14T16:07:27.266Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T16:07:28.206Z | info: downloading component 'rust-std' |
34 | 2024-11-14T16:07:29.665Z | info: downloading component 'rustc' |
35 | 2024-11-14T16:07:34.890Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T16:07:35.090Z | info: installing component 'cargo' |
37 | 2024-11-14T16:07:35.940Z | info: installing component 'clippy' |
38 | 2024-11-14T16:07:36.331Z | info: installing component 'rust-docs' |
39 | 2024-11-14T16:07:37.998Z | info: installing component 'rust-std' |
40 | 2024-11-14T16:07:39.822Z | info: installing component 'rustc' |
41 | 2024-11-14T16:07:45.659Z | info: installing component 'rustfmt' |
42 | 2024-11-14T16:07:46.006Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T16:07:46.006Z | |
44 | 2024-11-14T16:07:46.372Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T16:07:46.372Z | |
46 | 2024-11-14T16:07:46.375Z | |
47 | 2024-11-14T16:07:46.375Z | Rust is installed now. Great! |
48 | 2024-11-14T16:07:46.375Z | |
49 | 2024-11-14T16:07:46.375Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T16:07:46.375Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T16:07:46.375Z | |
52 | 2024-11-14T16:07:46.375Z | To configure your current shell, you need to source |
53 | 2024-11-14T16:07:46.375Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T16:07:46.375Z | |
55 | 2024-11-14T16:07:46.375Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T16:07:46.376Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T16:07:46.376Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T16:07:46.450Z | + rustc --version |
59 | 2024-11-14T16:07:46.518Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T16:07:46.521Z | process exited: duration 22054 ms, exit code 0 |
|
61 | 2024-11-14T16:07:46.526Z | starting task 2: "authentication" |
62 | 2024-11-14T16:07:46.548Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T16:07:46.553Z | starting task 3: "clone repository" |
64 | 2024-11-14T16:07:46.559Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T16:07:46.561Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T16:07:46.603Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T16:08:28.018Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T16:08:28.018Z | + git fetch origin 1d407761d74a84e718894784d1060462cbda1cab |
69 | 2024-11-14T16:08:28.744Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T16:08:28.744Z | * branch 1d407761d74a84e718894784d1060462cbda1cab -> FETCH_HEAD |
71 | 2024-11-14T16:08:28.755Z | + [[ -n dap/dropshot-builder ]] |
72 | 2024-11-14T16:08:28.758Z | ++ git branch --show-current |
73 | 2024-11-14T16:08:28.763Z | + current=main |
74 | 2024-11-14T16:08:28.763Z | + [[ main != dap/dropshot-builder ]] |
75 | 2024-11-14T16:08:28.763Z | + git branch -f dap/dropshot-builder 1d407761d74a84e718894784d1060462cbda1cab |
76 | 2024-11-14T16:08:28.766Z | + git checkout -f dap/dropshot-builder |
77 | 2024-11-14T16:08:28.942Z | Switched to branch 'dap/dropshot-builder' |
78 | 2024-11-14T16:08:28.945Z | + git reset --hard 1d407761d74a84e718894784d1060462cbda1cab |
79 | 2024-11-14T16:08:28.961Z | HEAD is now at 1d407761d Merge branch 'main' into dap/dropshot-builder |
80 | 2024-11-14T16:08:28.964Z | process exited: duration 42404 ms, exit code 0 |
|
81 | 2024-11-14T16:08:28.969Z | starting task 4: "build" |
82 | 2024-11-14T16:08:28.975Z | + source ./env.sh |
83 | 2024-11-14T16:08:28.975Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-14T16:08:28.975Z | ++ set -o xtrace |
85 | 2024-11-14T16:08:28.978Z | ++++ dirname ./env.sh |
86 | 2024-11-14T16:08:28.980Z | +++ readlink -f . |
87 | 2024-11-14T16:08:28.983Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-14T16:08:28.983Z | ++ 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-11-14T16:08:28.983Z | ++ 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-11-14T16:08:28.986Z | ++ 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-11-14T16:08:28.986Z | ++ 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-11-14T16:08:28.986Z | ++ 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-11-14T16:08:28.987Z | ++ 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-11-14T16:08:28.987Z | ++ 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-11-14T16:08:28.987Z | ++ 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-11-14T16:08:28.987Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-14T16:08:28.987Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-14T16:08:28.987Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-14T16:08:28.987Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-14T16:08:28.987Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-14T16:08:28.987Z | + cargo --version |
102 | 2024-11-14T16:08:29.041Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-14T16:08:29.044Z | + rustc --version |
104 | 2024-11-14T16:08:29.104Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-14T16:08:29.107Z | + banner prerequisites |
106 | 2024-11-14T16:08:29.110Z | |
107 | 2024-11-14T16:08:29.110Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-14T16:08:29.110Z | # # # # # # # # # # # # # # # |
109 | 2024-11-14T16:08:29.110Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-14T16:08:29.110Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-14T16:08:29.110Z | # # # # # # # # # # # # # # # |
112 | 2024-11-14T16:08:29.110Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-14T16:08:29.110Z | |
114 | 2024-11-14T16:08:29.113Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-14T16:08:37.843Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-14T16:08:41.418Z | Startup: Caching catalogs ... Done |
117 | 2024-11-14T16:08:49.858Z | Planning: Solver setup ... Done (7.710s) |
118 | 2024-11-14T16:08:49.964Z | Planning: Running solver ... Done (0.106s) |
119 | 2024-11-14T16:08:50.057Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-11-14T16:08:50.069Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-14T16:08:50.295Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-14T16:08:50.400Z | Planning: Package planning ... Done (0.106s) |
123 | 2024-11-14T16:08:50.458Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-14T16:08:50.651Z | Planning: Checking for conflicting actions ... Done (0.194s) |
125 | 2024-11-14T16:08:52.714Z | Planning: Consolidating action changes ... Done (2.063s) |
126 | 2024-11-14T16:08:53.155Z | Planning: Evaluating mediators ... Done (0.441s) |
127 | 2024-11-14T16:08:53.238Z | Planning: Planning completed in 11.73 seconds |
128 | 2024-11-14T16:08:53.253Z | Packages to install: 4 |
129 | 2024-11-14T16:08:53.253Z | Packages to update: 1 |
130 | 2024-11-14T16:08:53.262Z | Mediators to change: 2 |
131 | 2024-11-14T16:08:53.262Z | Services to change: 1 |
132 | 2024-11-14T16:08:53.262Z | Estimated space available: 155.64 GB |
133 | 2024-11-14T16:08:53.262Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-14T16:08:53.263Z | Create boot environment: No |
135 | 2024-11-14T16:08:53.263Z | Create backup boot environment: Yes |
136 | 2024-11-14T16:08:53.263Z | Rebuild boot archive: No |
137 | 2024-11-14T16:08:53.263Z | |
138 | 2024-11-14T16:08:53.263Z | Changed mediators: |
139 | 2024-11-14T16:08:53.263Z | mediator clang: |
140 | 2024-11-14T16:08:53.263Z | version: None -> 15 (system default) |
141 | 2024-11-14T16:08:53.263Z | |
142 | 2024-11-14T16:08:53.263Z | mediator llvm: |
143 | 2024-11-14T16:08:53.263Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-14T16:08:53.263Z | |
145 | 2024-11-14T16:08:53.264Z | Changed packages: |
146 | 2024-11-14T16:08:53.264Z | helios-dev |
147 | 2024-11-14T16:08:53.264Z | developer/build-essential |
148 | 2024-11-14T16:08:53.264Z | None -> 11-2.0 |
149 | 2024-11-14T16:08:53.264Z | library/libxmlsec1 |
150 | 2024-11-14T16:08:53.264Z | None -> 1.2.35-2.0 |
151 | 2024-11-14T16:08:53.264Z | ooce/developer/clang-15 |
152 | 2024-11-14T16:08:53.264Z | None -> 15.0.7-2.0 |
153 | 2024-11-14T16:08:53.264Z | ooce/developer/llvm-15 |
154 | 2024-11-14T16:08:53.264Z | None -> 15.0.7-2.0 |
155 | 2024-11-14T16:08:53.264Z | package/pkg |
156 | 2024-11-14T16:08:53.264Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-14T16:08:53.264Z | |
158 | 2024-11-14T16:08:53.265Z | Services: |
159 | 2024-11-14T16:08:53.265Z | restart_fmri: |
160 | 2024-11-14T16:08:53.265Z | svc:/system/update-man-index:default |
161 | 2024-11-14T16:08:53.265Z | |
162 | 2024-11-14T16:08:53.265Z | Editable files to change: |
163 | 2024-11-14T16:08:53.265Z | Update: |
164 | 2024-11-14T16:08:53.265Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-14T16:08:53.337Z | |
166 | 2024-11-14T16:08:53.337Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-14T16:08:59.179Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (17.9M/s) |
168 | 2024-11-14T16:09:04.180Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (11.9M/s) |
169 | 2024-11-14T16:09:09.187Z | Download: 3067/4281 items 121.4/220.6MB 55% complete (3.9M/s) |
170 | 2024-11-14T16:09:14.420Z | Download: 3282/4281 items 209.2/220.6MB 94% complete (8.9M/s) |
171 | 2024-11-14T16:09:19.423Z | Download: 3335/4281 items 212.8/220.6MB 96% complete (9.1M/s) |
172 | 2024-11-14T16:09:24.459Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (1.5M/s) |
173 | 2024-11-14T16:09:27.771Z | Download: Completed 220.60 MB in 34.43 seconds (6.4M/s) |
174 | 2024-11-14T16:09:29.775Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-14T16:09:29.797Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-14T16:09:34.558Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-14T16:09:34.882Z | Actions: Completed 5063 actions in 5.11 seconds. |
178 | 2024-11-14T16:09:35.267Z | Done (0.378s) |
179 | 2024-11-14T16:09:35.270Z | Done (0.000s) |
180 | 2024-11-14T16:09:35.813Z | Done (0.545s) |
181 | 2024-11-14T16:09:40.438Z | Done (4.404s) |
182 | 2024-11-14T16:09:40.531Z | Done (0.019s) |
183 | 2024-11-14T16:09:40.534Z | Done (0.000s) |
184 | 2024-11-14T16:09:40.685Z | Done (0.000s) |
185 | 2024-11-14T16:09:41.384Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-14T16:09:41.550Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-14T16:09:41.553Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-14T16:09:41.835Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-14T16:09:41.838Z | Planning: Planning completed in 0.45 seconds |
190 | 2024-11-14T16:09:41.877Z | Mediators to change: 2 |
191 | 2024-11-14T16:09:41.877Z | Create boot environment: No |
192 | 2024-11-14T16:09:41.877Z | Create backup boot environment: No |
193 | 2024-11-14T16:09:41.956Z | Done |
194 | 2024-11-14T16:09:41.956Z | Done |
195 | 2024-11-14T16:09:42.332Z | Done |
196 | 2024-11-14T16:09:46.137Z | Done |
197 | 2024-11-14T16:09:46.228Z | Done |
198 | 2024-11-14T16:09:46.231Z | Done |
199 | 2024-11-14T16:09:46.379Z | Done |
200 | 2024-11-14T16:09:47.007Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-14T16:09:47.010Z | Planning: Merging actions ... Done |
202 | 2024-11-14T16:09:47.198Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-14T16:09:47.201Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-14T16:09:47.475Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-14T16:09:47.534Z | Planning: Planning completed in 0.78 seconds |
206 | 2024-11-14T16:09:47.578Z | Packages to change: 1 |
207 | 2024-11-14T16:09:47.578Z | Mediators to change: 1 |
208 | 2024-11-14T16:09:47.578Z | Services to change: 1 |
209 | 2024-11-14T16:09:47.578Z | Create boot environment: No |
210 | 2024-11-14T16:09:47.581Z | Create backup boot environment: Yes |
211 | 2024-11-14T16:09:49.876Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-14T16:09:49.878Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-14T16:09:49.879Z | Done |
214 | 2024-11-14T16:09:49.879Z | Done |
215 | 2024-11-14T16:09:49.985Z | Done |
216 | 2024-11-14T16:09:53.711Z | Done |
217 | 2024-11-14T16:09:53.806Z | Done |
218 | 2024-11-14T16:09:53.810Z | Done |
219 | 2024-11-14T16:09:53.923Z | Done |
220 | 2024-11-14T16:09:54.356Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-14T16:09:54.356Z | clang system 15 system |
222 | 2024-11-14T16:09:54.356Z | csh system system illumos |
223 | 2024-11-14T16:09:54.356Z | ctags system system illumos |
224 | 2024-11-14T16:09:54.356Z | gcc vendor 12 vendor |
225 | 2024-11-14T16:09:54.356Z | gcc system 10 system |
226 | 2024-11-14T16:09:54.356Z | gcc system 7 system |
227 | 2024-11-14T16:09:54.356Z | go system 1.20 system |
228 | 2024-11-14T16:09:54.356Z | go system 1.19 system |
229 | 2024-11-14T16:09:54.356Z | llvm system 15 system |
230 | 2024-11-14T16:09:54.356Z | llvm system 14 system |
231 | 2024-11-14T16:09:54.356Z | mariadb system 10.6 system |
232 | 2024-11-14T16:09:54.356Z | mta vendor vendor dma |
233 | 2024-11-14T16:09:54.356Z | openjdk system 17 system |
234 | 2024-11-14T16:09:54.356Z | openjdk system 11 system |
235 | 2024-11-14T16:09:54.356Z | openjdk system 1.8 system |
236 | 2024-11-14T16:09:54.356Z | openssl vendor 3 vendor |
237 | 2024-11-14T16:09:54.356Z | perl system 5.36 system |
238 | 2024-11-14T16:09:54.356Z | postgresql system 15 system |
239 | 2024-11-14T16:09:54.356Z | postgresql system 13 system |
240 | 2024-11-14T16:09:54.356Z | python vendor 3 vendor |
241 | 2024-11-14T16:09:54.356Z | python system 2 system |
242 | 2024-11-14T16:09:54.356Z | python3 system 3.11 system |
243 | 2024-11-14T16:09:54.356Z | ruby system 3.0 system |
244 | 2024-11-14T16:09:54.356Z | words vendor vendor american-english |
245 | 2024-11-14T16:09:54.356Z | words system system australian-english |
246 | 2024-11-14T16:09:54.356Z | words system system british-english |
247 | 2024-11-14T16:09:54.356Z | words system system canadian-english |
248 | 2024-11-14T16:09:54.356Z | words system system french |
249 | 2024-11-14T16:09:54.356Z | words system system italian |
250 | 2024-11-14T16:09:54.356Z | words system system ngerman |
251 | 2024-11-14T16:09:54.357Z | words system system ogerman |
252 | 2024-11-14T16:09:54.357Z | words system system spanish |
253 | 2024-11-14T16:09:54.696Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-14T16:09:54.696Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-14T16:09:57.218Z | FMRI IFO |
256 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-14T16:09:57.218Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-14T16:09:57.219Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-14T16:09:57.943Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-14T16:09:58.671Z | Updating crates.io index |
273 | 2024-11-14T16:09:58.749Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-14T16:10:00.798Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-14T16:10:01.522Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-14T16:10:01.973Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-14T16:10:02.561Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-14T16:10:05.824Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-14T16:10:12.302Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-14T16:10:14.968Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-14T16:10:18.837Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-14T16:10:19.539Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-14T16:10:20.291Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-14T16:10:21.712Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-14T16:10:22.319Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-14T16:10:23.098Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-14T16:10:23.776Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-14T16:10:24.308Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-14T16:10:24.883Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-14T16:10:25.577Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-14T16:10:26.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-14T16:10:27.050Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-14T16:10:27.584Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-14T16:10:28.630Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-14T16:10:29.250Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-14T16:10:30.274Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-14T16:10:31.254Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-14T16:10:31.852Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-14T16:10:32.633Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-14T16:10:34.285Z | Downloading crates ... |
301 | 2024-11-14T16:10:34.360Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-11-14T16:10:34.365Z | Downloaded autocfg v1.4.0 |
303 | 2024-11-14T16:10:34.368Z | Downloaded bytecount v0.6.8 |
304 | 2024-11-14T16:10:34.371Z | Downloaded generic-array v0.14.7 |
305 | 2024-11-14T16:10:34.371Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-11-14T16:10:34.374Z | Downloaded anstream v0.6.15 |
307 | 2024-11-14T16:10:34.378Z | Downloaded colorchoice v1.0.2 |
308 | 2024-11-14T16:10:34.381Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-11-14T16:10:34.386Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-14T16:10:34.386Z | Downloaded terminal_size v0.4.0 |
311 | 2024-11-14T16:10:34.389Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-11-14T16:10:34.389Z | Downloaded itoa v1.0.11 |
313 | 2024-11-14T16:10:34.389Z | Downloaded dof v0.3.0 |
314 | 2024-11-14T16:10:34.390Z | Downloaded cpufeatures v0.2.14 |
315 | 2024-11-14T16:10:34.394Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2024-11-14T16:10:34.394Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-11-14T16:10:34.398Z | Downloaded thiserror-impl v1.0.69 |
318 | 2024-11-14T16:10:34.398Z | Downloaded usdt v0.5.0 |
319 | 2024-11-14T16:10:34.398Z | Downloaded byteorder v1.5.0 |
320 | 2024-11-14T16:10:34.402Z | Downloaded cargo_toml v0.20.5 |
321 | 2024-11-14T16:10:34.402Z | Downloaded pest_generator v2.7.14 |
322 | 2024-11-14T16:10:34.407Z | Downloaded heck v0.4.1 |
323 | 2024-11-14T16:10:34.407Z | Downloaded memmap v0.7.0 |
324 | 2024-11-14T16:10:34.410Z | Downloaded zerocopy-derive v0.7.35 |
325 | 2024-11-14T16:10:34.415Z | Downloaded ucd-trie v0.1.7 |
326 | 2024-11-14T16:10:34.418Z | Downloaded usdt-macro v0.5.0 |
327 | 2024-11-14T16:10:34.418Z | Downloaded proc-macro2 v1.0.89 |
328 | 2024-11-14T16:10:34.421Z | Downloaded serde_derive v1.0.215 |
329 | 2024-11-14T16:10:34.424Z | Downloaded anstyle v1.0.10 |
330 | 2024-11-14T16:10:34.435Z | Downloaded log v0.4.22 |
331 | 2024-11-14T16:10:34.443Z | Downloaded camino v1.1.9 |
332 | 2024-11-14T16:10:34.452Z | Downloaded block-buffer v0.10.4 |
333 | 2024-11-14T16:10:34.466Z | Downloaded anstyle-parse v0.2.5 |
334 | 2024-11-14T16:10:34.466Z | Downloaded cargo_metadata v0.18.1 |
335 | 2024-11-14T16:10:34.470Z | Downloaded camino-tempfile v1.1.1 |
336 | 2024-11-14T16:10:34.470Z | Downloaded pest v2.7.14 |
337 | 2024-11-14T16:10:34.470Z | Downloaded bitflags v2.6.0 |
338 | 2024-11-14T16:10:34.473Z | Downloaded anyhow v1.0.93 |
339 | 2024-11-14T16:10:34.475Z | Downloaded equivalent v1.0.1 |
340 | 2024-11-14T16:10:34.476Z | Downloaded clap_builder v4.5.21 |
341 | 2024-11-14T16:10:34.483Z | Downloaded swrite v0.1.0 |
342 | 2024-11-14T16:10:34.486Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-11-14T16:10:34.486Z | Downloaded cfg-if v1.0.0 |
344 | 2024-11-14T16:10:34.486Z | Downloaded errno v0.3.9 |
345 | 2024-11-14T16:10:34.488Z | Downloaded crypto-common v0.1.6 |
346 | 2024-11-14T16:10:34.488Z | Downloaded fastrand v2.1.1 |
347 | 2024-11-14T16:10:34.493Z | Downloaded digest v0.10.7 |
348 | 2024-11-14T16:10:34.497Z | Downloaded strsim v0.11.1 |
349 | 2024-11-14T16:10:34.500Z | Downloaded clap_lex v0.7.2 |
350 | 2024-11-14T16:10:34.500Z | Downloaded dtrace-parser v0.2.0 |
351 | 2024-11-14T16:10:34.500Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-11-14T16:10:34.508Z | Downloaded fnv v1.0.7 |
353 | 2024-11-14T16:10:34.511Z | Downloaded fs-err v2.11.0 |
354 | 2024-11-14T16:10:34.514Z | Downloaded macaddr v1.0.1 |
355 | 2024-11-14T16:10:34.514Z | Downloaded heck v0.5.0 |
356 | 2024-11-14T16:10:34.517Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-11-14T16:10:34.520Z | Downloaded is_terminal_polyfill v1.70.1 |
358 | 2024-11-14T16:10:34.520Z | Downloaded scroll v0.12.0 |
359 | 2024-11-14T16:10:34.522Z | Downloaded version_check v0.9.5 |
360 | 2024-11-14T16:10:34.525Z | Downloaded thread-id v4.2.2 |
361 | 2024-11-14T16:10:34.525Z | Downloaded plain v0.2.3 |
362 | 2024-11-14T16:10:34.527Z | Downloaded thiserror v1.0.69 |
363 | 2024-11-14T16:10:34.530Z | Downloaded clap_derive v4.5.18 |
364 | 2024-11-14T16:10:34.534Z | Downloaded sha2 v0.10.8 |
365 | 2024-11-14T16:10:34.542Z | Downloaded utf8parse v0.2.2 |
366 | 2024-11-14T16:10:34.542Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-11-14T16:10:34.547Z | Downloaded smawk v0.3.2 |
368 | 2024-11-14T16:10:34.547Z | Downloaded tempfile v3.13.0 |
369 | 2024-11-14T16:10:34.551Z | Downloaded quote v1.0.37 |
370 | 2024-11-14T16:10:34.555Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2024-11-14T16:10:34.555Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-14T16:10:34.559Z | Downloaded proc-macro-error v1.0.4 |
373 | 2024-11-14T16:10:34.564Z | Downloaded semver v1.0.23 |
374 | 2024-11-14T16:10:34.566Z | Downloaded once_cell v1.20.2 |
375 | 2024-11-14T16:10:34.575Z | Downloaded papergrid v0.11.0 |
376 | 2024-11-14T16:10:34.580Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-11-14T16:10:34.584Z | Downloaded syn v1.0.109 |
378 | 2024-11-14T16:10:34.593Z | Downloaded typenum v1.17.0 |
379 | 2024-11-14T16:10:34.597Z | Downloaded textwrap v0.16.1 |
380 | 2024-11-14T16:10:34.600Z | Downloaded ryu v1.0.18 |
381 | 2024-11-14T16:10:34.602Z | Downloaded pest_meta v2.7.14 |
382 | 2024-11-14T16:10:34.605Z | Downloaded toml v0.8.19 |
383 | 2024-11-14T16:10:34.613Z | Downloaded clap v4.5.21 |
384 | 2024-11-14T16:10:34.622Z | Downloaded serde v1.0.215 |
385 | 2024-11-14T16:10:34.627Z | Downloaded indexmap v2.6.0 |
386 | 2024-11-14T16:10:34.629Z | Downloaded memchr v2.7.4 |
387 | 2024-11-14T16:10:34.641Z | Downloaded toml_edit v0.22.22 |
388 | 2024-11-14T16:10:34.662Z | Downloaded serde_json v1.0.132 |
389 | 2024-11-14T16:10:34.673Z | Downloaded hashbrown v0.15.0 |
390 | 2024-11-14T16:10:34.675Z | Downloaded zerocopy v0.7.35 |
391 | 2024-11-14T16:10:34.688Z | Downloaded winnow v0.6.20 |
392 | 2024-11-14T16:10:34.697Z | Downloaded rustix v0.38.37 |
393 | 2024-11-14T16:10:34.719Z | Downloaded tabled v0.15.0 |
394 | 2024-11-14T16:10:34.735Z | Downloaded unicode-width v0.1.14 |
395 | 2024-11-14T16:10:34.738Z | Downloaded goblin v0.8.2 |
396 | 2024-11-14T16:10:34.744Z | Downloaded syn v2.0.87 |
397 | 2024-11-14T16:10:34.793Z | Downloaded libc v0.2.162 |
398 | 2024-11-14T16:10:35.095Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-14T16:10:35.095Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-14T16:10:35.116Z | Compiling version_check v0.9.5 |
401 | 2024-11-14T16:10:35.116Z | Compiling serde v1.0.215 |
402 | 2024-11-14T16:10:35.116Z | Compiling memchr v2.7.4 |
403 | 2024-11-14T16:10:35.116Z | Compiling thiserror v1.0.69 |
404 | 2024-11-14T16:10:35.116Z | Compiling libc v0.2.162 |
405 | 2024-11-14T16:10:35.133Z | Compiling ucd-trie v0.1.7 |
406 | 2024-11-14T16:10:35.362Z | Compiling itoa v1.0.11 |
407 | 2024-11-14T16:10:35.581Z | Compiling ryu v1.0.18 |
408 | 2024-11-14T16:10:35.986Z | Compiling once_cell v1.20.2 |
409 | 2024-11-14T16:10:36.133Z | Compiling byteorder v1.5.0 |
410 | 2024-11-14T16:10:36.133Z | Compiling rustix v0.38.37 |
411 | 2024-11-14T16:10:36.333Z | Compiling serde_json v1.0.132 |
412 | 2024-11-14T16:10:36.574Z | Compiling bitflags v2.6.0 |
413 | 2024-11-14T16:10:36.667Z | Compiling usdt-impl v0.5.0 |
414 | 2024-11-14T16:10:36.722Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-14T16:10:36.883Z | Compiling syn v1.0.109 |
416 | 2024-11-14T16:10:36.967Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-14T16:10:36.982Z | Compiling hashbrown v0.15.0 |
418 | 2024-11-14T16:10:37.038Z | Compiling quote v1.0.37 |
419 | 2024-11-14T16:10:37.212Z | Compiling equivalent v1.0.1 |
420 | 2024-11-14T16:10:37.264Z | Compiling plain v0.2.3 |
421 | 2024-11-14T16:10:37.331Z | Compiling errno v0.3.9 |
422 | 2024-11-14T16:10:37.408Z | Compiling log v0.4.22 |
423 | 2024-11-14T16:10:37.530Z | Compiling syn v2.0.87 |
424 | 2024-11-14T16:10:37.688Z | Compiling utf8parse v0.2.2 |
425 | 2024-11-14T16:10:37.766Z | Compiling thread-id v4.2.2 |
426 | 2024-11-14T16:10:37.794Z | Compiling camino v1.1.9 |
427 | 2024-11-14T16:10:37.850Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-14T16:10:38.222Z | Compiling pretty-hex v0.4.1 |
429 | 2024-11-14T16:10:38.347Z | Compiling indexmap v2.6.0 |
430 | 2024-11-14T16:10:38.406Z | Compiling anstyle-query v1.1.1 |
431 | 2024-11-14T16:10:38.455Z | Compiling winnow v0.6.20 |
432 | 2024-11-14T16:10:38.507Z | Compiling unicode-width v0.1.14 |
433 | 2024-11-14T16:10:38.565Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-14T16:10:38.753Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-14T16:10:38.932Z | Compiling anstyle v1.0.10 |
436 | 2024-11-14T16:10:38.954Z | Compiling autocfg v1.4.0 |
437 | 2024-11-14T16:10:39.059Z | Compiling semver v1.0.23 |
438 | 2024-11-14T16:10:39.405Z | Compiling anstream v0.6.15 |
439 | 2024-11-14T16:10:39.831Z | Compiling terminal_size v0.4.0 |
440 | 2024-11-14T16:10:39.978Z | Compiling cfg-if v1.0.0 |
441 | 2024-11-14T16:10:40.057Z | Compiling anyhow v1.0.93 |
442 | 2024-11-14T16:10:40.181Z | Compiling fs-err v2.11.0 |
443 | 2024-11-14T16:10:40.205Z | Compiling clap_lex v0.7.2 |
444 | 2024-11-14T16:10:40.459Z | Compiling bytecount v0.6.8 |
445 | 2024-11-14T16:10:40.521Z | Compiling heck v0.5.0 |
446 | 2024-11-14T16:10:40.601Z | Compiling strsim v0.11.1 |
447 | 2024-11-14T16:10:40.676Z | Compiling fastrand v2.1.1 |
448 | 2024-11-14T16:10:40.701Z | Compiling heck v0.4.1 |
449 | 2024-11-14T16:10:40.751Z | Compiling fnv v1.0.7 |
450 | 2024-11-14T16:10:41.050Z | Compiling tempfile v3.13.0 |
451 | 2024-11-14T16:10:41.184Z | Compiling clap_builder v4.5.21 |
452 | 2024-11-14T16:10:41.236Z | Compiling papergrid v0.11.0 |
453 | 2024-11-14T16:10:41.762Z | Compiling memmap v0.7.0 |
454 | 2024-11-14T16:10:41.872Z | Compiling smawk v0.3.2 |
455 | 2024-11-14T16:10:41.937Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-14T16:10:42.432Z | Compiling textwrap v0.16.1 |
457 | 2024-11-14T16:10:42.473Z | Compiling swrite v0.1.0 |
458 | 2024-11-14T16:10:43.633Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-14T16:10:45.224Z | Compiling tabled v0.15.0 |
460 | 2024-11-14T16:10:46.695Z | Compiling serde_derive v1.0.215 |
461 | 2024-11-14T16:10:46.695Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-11-14T16:10:46.698Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-14T16:10:46.698Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-14T16:10:46.860Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-14T16:10:47.985Z | Compiling scroll v0.12.0 |
466 | 2024-11-14T16:10:48.447Z | Compiling goblin v0.8.2 |
467 | 2024-11-14T16:10:48.562Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-14T16:10:49.462Z | Compiling pest v2.7.14 |
469 | 2024-11-14T16:10:50.575Z | Compiling clap v4.5.21 |
470 | 2024-11-14T16:10:51.734Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-14T16:10:52.597Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-14T16:10:54.467Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-14T16:10:55.191Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-14T16:10:56.861Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-11-14T16:10:57.018Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-14T16:10:57.023Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-14T16:10:57.136Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-14T16:10:57.397Z | Compiling toml_edit v0.22.22 |
479 | 2024-11-14T16:10:57.418Z | Compiling macaddr v1.0.1 |
480 | 2024-11-14T16:10:57.695Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-14T16:10:58.350Z | Compiling dof v0.3.0 |
482 | 2024-11-14T16:10:58.556Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-14T16:11:00.060Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-11-14T16:11:00.060Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-14T16:11:00.200Z | Compiling toml v0.8.19 |
486 | 2024-11-14T16:11:01.078Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-14T16:11:01.399Z | Compiling usdt v0.5.0 |
488 | 2024-11-14T16:11:04.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-14T16:11:08.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
490 | 2024-11-14T16:11:08.936Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-14T16:11:09.462Z | Downloading crates ... |
492 | 2024-11-14T16:11:09.615Z | Downloaded atty v0.2.14 |
493 | 2024-11-14T16:11:09.618Z | Downloaded assert_matches v1.5.0 |
494 | 2024-11-14T16:11:09.621Z | Downloaded async-trait v0.1.83 |
495 | 2024-11-14T16:11:09.625Z | Downloaded backoff v0.4.0 |
496 | 2024-11-14T16:11:09.631Z | Downloaded crucible-workspace-hack v0.1.0 |
497 | 2024-11-14T16:11:09.634Z | Downloaded async-stream v0.3.6 |
498 | 2024-11-14T16:11:09.637Z | Downloaded addr2line v0.24.2 |
499 | 2024-11-14T16:11:09.643Z | Downloaded cstr-argument v0.1.2 |
500 | 2024-11-14T16:11:09.646Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-11-14T16:11:09.646Z | Downloaded atomic-waker v1.1.2 |
502 | 2024-11-14T16:11:09.652Z | Downloaded hyper-tls v0.6.0 |
503 | 2024-11-14T16:11:09.656Z | Downloaded curve25519-dalek-derive v0.1.1 |
504 | 2024-11-14T16:11:09.656Z | Downloaded bitfield v0.14.0 |
505 | 2024-11-14T16:11:09.660Z | Downloaded iana-time-zone v0.1.61 |
506 | 2024-11-14T16:11:09.662Z | Downloaded icu_locid_transform v1.5.0 |
507 | 2024-11-14T16:11:09.665Z | Downloaded csv-core v0.1.11 |
508 | 2024-11-14T16:11:09.668Z | Downloaded constant_time_eq v0.3.1 |
509 | 2024-11-14T16:11:09.671Z | Downloaded crossbeam-deque v0.8.5 |
510 | 2024-11-14T16:11:09.673Z | Downloaded http-range v0.1.5 |
511 | 2024-11-14T16:11:09.673Z | Downloaded cexpr v0.6.0 |
512 | 2024-11-14T16:11:09.676Z | Downloaded cancel-safe-futures v0.1.5 |
513 | 2024-11-14T16:11:09.679Z | Downloaded is_ci v1.2.0 |
514 | 2024-11-14T16:11:09.681Z | Downloaded bzip2 v0.4.4 |
515 | 2024-11-14T16:11:09.684Z | Downloaded clang-sys v1.8.1 |
516 | 2024-11-14T16:11:09.686Z | Downloaded hyper-rustls v0.27.3 |
517 | 2024-11-14T16:11:09.689Z | Downloaded multimap v0.10.0 |
518 | 2024-11-14T16:11:09.691Z | Downloaded atomicwrites v0.4.4 |
519 | 2024-11-14T16:11:09.691Z | Downloaded bcrypt-pbkdf v0.10.0 |
520 | 2024-11-14T16:11:09.695Z | Downloaded base64 v0.13.1 |
521 | 2024-11-14T16:11:09.697Z | Downloaded libsw v3.3.1 |
522 | 2024-11-14T16:11:09.700Z | Downloaded nibble_vec v0.1.0 |
523 | 2024-11-14T16:11:09.703Z | Downloaded async-stream-impl v0.3.6 |
524 | 2024-11-14T16:11:09.703Z | Downloaded lockfree-object-pool v0.1.6 |
525 | 2024-11-14T16:11:09.705Z | Downloaded newtype-uuid v1.1.3 |
526 | 2024-11-14T16:11:09.705Z | Downloaded mockall v0.13.0 |
527 | 2024-11-14T16:11:09.709Z | Downloaded mime v0.3.17 |
528 | 2024-11-14T16:11:09.712Z | Downloaded async-recursion v1.1.1 |
529 | 2024-11-14T16:11:09.714Z | Downloaded hubpack_derive v0.1.1 |
530 | 2024-11-14T16:11:09.714Z | Downloaded httparse v1.9.5 |
531 | 2024-11-14T16:11:09.717Z | Downloaded memmap2 v0.9.5 |
532 | 2024-11-14T16:11:09.719Z | Downloaded headers-core v0.3.0 |
533 | 2024-11-14T16:11:09.722Z | Downloaded indexmap v1.9.3 |
534 | 2024-11-14T16:11:09.724Z | Downloaded bb8 v0.8.5 |
535 | 2024-11-14T16:11:09.727Z | Downloaded arrayref v0.3.9 |
536 | 2024-11-14T16:11:09.727Z | Downloaded adler2 v2.0.0 |
537 | 2024-11-14T16:11:09.730Z | Downloaded icu_normalizer_data v1.5.0 |
538 | 2024-11-14T16:11:09.732Z | Downloaded crossbeam-utils v0.8.20 |
539 | 2024-11-14T16:11:09.735Z | Downloaded icu_provider_macros v1.5.0 |
540 | 2024-11-14T16:11:09.735Z | Downloaded humantime v2.1.0 |
541 | 2024-11-14T16:11:09.738Z | Downloaded darling v0.20.10 |
542 | 2024-11-14T16:11:09.741Z | Downloaded miniz_oxide v0.8.0 |
543 | 2024-11-14T16:11:09.744Z | Downloaded crunchy v0.2.2 |
544 | 2024-11-14T16:11:09.747Z | Downloaded cfg_aliases v0.2.1 |
545 | 2024-11-14T16:11:09.747Z | Downloaded ident_case v1.0.1 |
546 | 2024-11-14T16:11:09.749Z | Downloaded httpdate v1.0.3 |
547 | 2024-11-14T16:11:09.749Z | Downloaded cfg_aliases v0.1.1 |
548 | 2024-11-14T16:11:09.752Z | Downloaded instant v0.1.13 |
549 | 2024-11-14T16:11:09.752Z | Downloaded array-init v0.0.4 |
550 | 2024-11-14T16:11:09.755Z | Downloaded convert_case v0.4.0 |
551 | 2024-11-14T16:11:09.755Z | Downloaded ascii-canvas v3.0.0 |
552 | 2024-11-14T16:11:09.758Z | Downloaded base16ct v0.2.0 |
553 | 2024-11-14T16:11:09.758Z | Downloaded aead v0.5.2 |
554 | 2024-11-14T16:11:09.761Z | Downloaded ciborium-ll v0.2.2 |
555 | 2024-11-14T16:11:09.761Z | Downloaded argon2 v0.5.3 |
556 | 2024-11-14T16:11:09.763Z | Downloaded maplit v1.0.2 |
557 | 2024-11-14T16:11:09.766Z | Downloaded idna_adapter v1.2.0 |
558 | 2024-11-14T16:11:09.766Z | Downloaded linked-hash-map v0.5.6 |
559 | 2024-11-14T16:11:09.769Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-11-14T16:11:09.769Z | Downloaded cobs v0.2.3 |
561 | 2024-11-14T16:11:09.771Z | Downloaded cmake v0.1.51 |
562 | 2024-11-14T16:11:09.771Z | Downloaded cbc v0.1.2 |
563 | 2024-11-14T16:11:09.774Z | Downloaded blowfish v0.9.1 |
564 | 2024-11-14T16:11:09.774Z | Downloaded bitflags v1.3.2 |
565 | 2024-11-14T16:11:09.778Z | Downloaded icu_locid_transform_data v1.5.0 |
566 | 2024-11-14T16:11:09.780Z | Downloaded newline-converter v0.3.0 |
567 | 2024-11-14T16:11:09.783Z | Downloaded is-terminal v0.4.13 |
568 | 2024-11-14T16:11:09.783Z | Downloaded indent_write v2.2.0 |
569 | 2024-11-14T16:11:09.786Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-11-14T16:11:09.786Z | Downloaded md5 v0.7.0 |
571 | 2024-11-14T16:11:09.788Z | Downloaded matches v0.1.10 |
572 | 2024-11-14T16:11:09.788Z | Downloaded match_cfg v0.1.0 |
573 | 2024-11-14T16:11:09.791Z | Downloaded newtype_derive v0.1.6 |
574 | 2024-11-14T16:11:09.791Z | Downloaded new_debug_unreachable v1.0.6 |
575 | 2024-11-14T16:11:09.791Z | Downloaded mirai-annotations v1.12.0 |
576 | 2024-11-14T16:11:09.794Z | Downloaded zone_cfg_derive v0.3.0 |
577 | 2024-11-14T16:11:09.794Z | Downloaded bitfield-struct v0.6.2 |
578 | 2024-11-14T16:11:09.796Z | Downloaded hyper-staticfile v0.10.1 |
579 | 2024-11-14T16:11:09.799Z | Downloaded async-bb8-diesel v0.2.1 |
580 | 2024-11-14T16:11:09.802Z | Downloaded kstat-rs v0.2.4 |
581 | 2024-11-14T16:11:09.802Z | Downloaded rustc_version v0.1.7 |
582 | 2024-11-14T16:11:09.804Z | Downloaded instability v0.3.2 |
583 | 2024-11-14T16:11:09.804Z | Downloaded impl-trait-for-tuples v0.2.2 |
584 | 2024-11-14T16:11:09.807Z | Downloaded icu_provider v1.5.0 |
585 | 2024-11-14T16:11:09.810Z | Downloaded chacha20 v0.9.1 |
586 | 2024-11-14T16:11:09.813Z | Downloaded crc-catalog v2.4.0 |
587 | 2024-11-14T16:11:09.815Z | Downloaded bit-set v0.5.3 |
588 | 2024-11-14T16:11:09.815Z | Downloaded diesel_table_macro_syntax v0.2.0 |
589 | 2024-11-14T16:11:09.817Z | Downloaded termtree v0.4.1 |
590 | 2024-11-14T16:11:09.817Z | Downloaded crc v3.2.1 |
591 | 2024-11-14T16:11:09.820Z | Downloaded zone_cfg_derive v0.1.2 |
592 | 2024-11-14T16:11:09.823Z | Downloaded linear-map v1.2.0 |
593 | 2024-11-14T16:11:09.826Z | Downloaded lazycell v1.3.0 |
594 | 2024-11-14T16:11:09.826Z | Downloaded cassowary v0.3.0 |
595 | 2024-11-14T16:11:09.826Z | Downloaded managed v0.8.0 |
596 | 2024-11-14T16:11:09.829Z | Downloaded signal-hook-mio v0.2.4 |
597 | 2024-11-14T16:11:09.832Z | Downloaded serde_repr v0.1.19 |
598 | 2024-11-14T16:11:09.832Z | Downloaded same-file v1.0.6 |
599 | 2024-11-14T16:11:09.834Z | Downloaded icu_locid v1.5.0 |
600 | 2024-11-14T16:11:09.838Z | Downloaded unarray v0.1.4 |
601 | 2024-11-14T16:11:09.841Z | Downloaded lru-cache v0.1.2 |
602 | 2024-11-14T16:11:09.841Z | Downloaded downcast v0.11.0 |
603 | 2024-11-14T16:11:09.844Z | Downloaded hostname v0.3.1 |
604 | 2024-11-14T16:11:09.847Z | Downloaded bcs v0.1.6 |
605 | 2024-11-14T16:11:09.849Z | Downloaded signature v2.2.0 |
606 | 2024-11-14T16:11:09.849Z | Downloaded cipher v0.4.4 |
607 | 2024-11-14T16:11:09.852Z | Downloaded unicase v2.7.0 |
608 | 2024-11-14T16:11:09.852Z | Downloaded nanorand v0.7.0 |
609 | 2024-11-14T16:11:09.855Z | Downloaded memoffset v0.9.1 |
610 | 2024-11-14T16:11:09.858Z | Downloaded md-5 v0.10.6 |
611 | 2024-11-14T16:11:09.869Z | Downloaded blake2 v0.10.6 |
612 | 2024-11-14T16:11:09.869Z | Downloaded const_format_proc_macros v0.2.33 |
613 | 2024-11-14T16:11:09.869Z | Downloaded supports-color v3.0.1 |
614 | 2024-11-14T16:11:09.869Z | Downloaded strum v0.26.3 |
615 | 2024-11-14T16:11:09.870Z | Downloaded scheduled-thread-pool v0.2.7 |
616 | 2024-11-14T16:11:09.870Z | Downloaded rustversion v1.0.17 |
617 | 2024-11-14T16:11:09.873Z | Downloaded serde_urlencoded v0.7.1 |
618 | 2024-11-14T16:11:09.876Z | Downloaded ciborium v0.2.2 |
619 | 2024-11-14T16:11:09.876Z | Downloaded slog-stdlog v4.1.1 |
620 | 2024-11-14T16:11:09.879Z | Downloaded ahash v0.8.11 |
621 | 2024-11-14T16:11:09.881Z | Downloaded want v0.3.1 |
622 | 2024-11-14T16:11:09.884Z | Downloaded strip-ansi-escapes v0.2.0 |
623 | 2024-11-14T16:11:09.884Z | Downloaded sqlformat v0.2.6 |
624 | 2024-11-14T16:11:09.887Z | Downloaded wyz v0.5.1 |
625 | 2024-11-14T16:11:09.888Z | Downloaded highway v1.2.0 |
626 | 2024-11-14T16:11:09.890Z | Downloaded zone v0.1.8 |
627 | 2024-11-14T16:11:09.890Z | Downloaded mime_guess v2.0.5 |
628 | 2024-11-14T16:11:09.893Z | Downloaded pretty-hex v0.2.1 |
629 | 2024-11-14T16:11:09.895Z | Downloaded lock_api v0.4.12 |
630 | 2024-11-14T16:11:09.895Z | Downloaded libloading v0.8.5 |
631 | 2024-11-14T16:11:09.898Z | Downloaded float-ord v0.3.2 |
632 | 2024-11-14T16:11:09.901Z | Downloaded xattr v1.3.1 |
633 | 2024-11-14T16:11:09.904Z | Downloaded ed25519 v2.2.3 |
634 | 2024-11-14T16:11:09.904Z | Downloaded writeable v0.5.5 |
635 | 2024-11-14T16:11:09.907Z | Downloaded serde-big-array v0.5.1 |
636 | 2024-11-14T16:11:09.908Z | Downloaded oso-derive v0.27.3 |
637 | 2024-11-14T16:11:09.911Z | Downloaded num-derive v0.4.2 |
638 | 2024-11-14T16:11:09.911Z | Downloaded multer v3.1.0 |
639 | 2024-11-14T16:11:09.913Z | Downloaded tokio-tungstenite v0.23.1 |
640 | 2024-11-14T16:11:09.915Z | Downloaded aes v0.8.4 |
641 | 2024-11-14T16:11:09.919Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2024-11-14T16:11:09.923Z | Downloaded foldhash v0.1.3 |
643 | 2024-11-14T16:11:09.925Z | Downloaded cookie v0.18.1 |
644 | 2024-11-14T16:11:09.927Z | Downloaded console v0.15.8 |
645 | 2024-11-14T16:11:09.930Z | Downloaded spki v0.7.3 |
646 | 2024-11-14T16:11:09.933Z | Downloaded termios v0.3.3 |
647 | 2024-11-14T16:11:09.936Z | Downloaded base64 v0.21.7 |
648 | 2024-11-14T16:11:09.938Z | Downloaded tokio-rustls v0.24.1 |
649 | 2024-11-14T16:11:09.941Z | Downloaded toolchain_find v0.4.0 |
650 | 2024-11-14T16:11:09.943Z | Downloaded displaydoc v0.2.5 |
651 | 2024-11-14T16:11:09.946Z | Downloaded tower-service v0.3.3 |
652 | 2024-11-14T16:11:09.949Z | Downloaded test-strategy v0.3.1 |
653 | 2024-11-14T16:11:09.952Z | Downloaded predicates-core v1.0.8 |
654 | 2024-11-14T16:11:09.952Z | Downloaded subtle v2.6.1 |
655 | 2024-11-14T16:11:09.954Z | Downloaded derive_builder_macro v0.20.2 |
656 | 2024-11-14T16:11:09.954Z | Downloaded compact_str v0.8.0 |
657 | 2024-11-14T16:11:09.958Z | Downloaded libxml v0.3.3 |
658 | 2024-11-14T16:11:09.964Z | Downloaded predicates-tree v1.0.11 |
659 | 2024-11-14T16:11:09.967Z | Downloaded radium v0.7.0 |
660 | 2024-11-14T16:11:09.970Z | Downloaded pem-rfc7468 v0.7.0 |
661 | 2024-11-14T16:11:09.970Z | Downloaded tracing-attributes v0.1.27 |
662 | 2024-11-14T16:11:09.973Z | Downloaded rustc-hash v1.1.0 |
663 | 2024-11-14T16:11:09.975Z | Downloaded unicode-properties v0.1.3 |
664 | 2024-11-14T16:11:09.979Z | Downloaded native-tls v0.2.12 |
665 | 2024-11-14T16:11:09.979Z | Downloaded mockall_derive v0.13.0 |
666 | 2024-11-14T16:11:09.982Z | Downloaded foreign-types v0.3.2 |
667 | 2024-11-14T16:11:09.982Z | Downloaded resolv-conf v0.7.0 |
668 | 2024-11-14T16:11:09.985Z | Downloaded chacha20poly1305 v0.10.1 |
669 | 2024-11-14T16:11:09.987Z | Downloaded bytes v1.8.0 |
670 | 2024-11-14T16:11:09.990Z | Downloaded thiserror-no-std v2.0.2 |
671 | 2024-11-14T16:11:09.994Z | Downloaded thread_local v1.1.8 |
672 | 2024-11-14T16:11:10.005Z | Downloaded futures-task v0.3.31 |
673 | 2024-11-14T16:11:10.008Z | Downloaded structmeta v0.2.0 |
674 | 2024-11-14T16:11:10.011Z | Downloaded peg-runtime v0.8.3 |
675 | 2024-11-14T16:11:10.011Z | Downloaded slog-dtrace v0.3.0 |
676 | 2024-11-14T16:11:10.011Z | Downloaded rustfmt-wrapper v0.2.1 |
677 | 2024-11-14T16:11:10.014Z | Downloaded semver v0.1.20 |
678 | 2024-11-14T16:11:10.014Z | Downloaded rustc-hash v2.0.0 |
679 | 2024-11-14T16:11:10.016Z | Downloaded pkcs1 v0.7.5 |
680 | 2024-11-14T16:11:10.020Z | Downloaded heck v0.3.3 |
681 | 2024-11-14T16:11:10.023Z | Downloaded backtrace v0.3.74 |
682 | 2024-11-14T16:11:10.026Z | Downloaded utf8_iter v1.0.4 |
683 | 2024-11-14T16:11:10.028Z | Downloaded zerovec-derive v0.10.3 |
684 | 2024-11-14T16:11:10.028Z | Downloaded topological-sort v0.2.2 |
685 | 2024-11-14T16:11:10.030Z | Downloaded percent-encoding v2.3.1 |
686 | 2024-11-14T16:11:10.030Z | Downloaded icu_collections v1.5.0 |
687 | 2024-11-14T16:11:10.037Z | Downloaded sigpipe v0.1.3 |
688 | 2024-11-14T16:11:10.039Z | Downloaded yoke v0.7.4 |
689 | 2024-11-14T16:11:10.042Z | Downloaded zopfli v0.8.1 |
690 | 2024-11-14T16:11:10.044Z | Downloaded try-lock v0.2.5 |
691 | 2024-11-14T16:11:10.044Z | Downloaded dyn-clone v1.0.17 |
692 | 2024-11-14T16:11:10.047Z | Downloaded tracing-core v0.1.32 |
693 | 2024-11-14T16:11:10.050Z | Downloaded pkcs8 v0.10.2 |
694 | 2024-11-14T16:11:10.053Z | Downloaded smallvec v1.13.2 |
695 | 2024-11-14T16:11:10.056Z | Downloaded serde-hex v0.1.0 |
696 | 2024-11-14T16:11:10.059Z | Downloaded hex-literal v0.4.1 |
697 | 2024-11-14T16:11:10.059Z | Downloaded samael v0.0.17 |
698 | 2024-11-14T16:11:10.064Z | Downloaded sync-ptr v0.1.1 |
699 | 2024-11-14T16:11:10.067Z | Downloaded heapless v0.7.17 |
700 | 2024-11-14T16:11:10.070Z | Downloaded packed_struct v0.10.1 |
701 | 2024-11-14T16:11:10.073Z | Downloaded stringprep v0.1.5 |
702 | 2024-11-14T16:11:10.075Z | Downloaded dhcproto v0.12.0 |
703 | 2024-11-14T16:11:10.078Z | Downloaded pin-utils v0.1.0 |
704 | 2024-11-14T16:11:10.080Z | Downloaded packed_struct_codegen v0.10.1 |
705 | 2024-11-14T16:11:10.083Z | Downloaded olpc-cjson v0.1.4 |
706 | 2024-11-14T16:11:10.083Z | Downloaded tls_codec_derive v0.4.1 |
707 | 2024-11-14T16:11:10.085Z | Downloaded bumpalo v3.16.0 |
708 | 2024-11-14T16:11:10.088Z | Downloaded foreign-types v0.5.0 |
709 | 2024-11-14T16:11:10.088Z | Downloaded rand_xorshift v0.3.0 |
710 | 2024-11-14T16:11:10.091Z | Downloaded r2d2 v0.8.10 |
711 | 2024-11-14T16:11:10.093Z | Downloaded progenitor-macro v0.8.0 |
712 | 2024-11-14T16:11:10.093Z | Downloaded hex v0.4.3 |
713 | 2024-11-14T16:11:10.096Z | Downloaded darling_macro v0.20.10 |
714 | 2024-11-14T16:11:10.096Z | Downloaded walkdir v2.5.0 |
715 | 2024-11-14T16:11:10.099Z | Downloaded unicode-bidi v0.3.17 |
716 | 2024-11-14T16:11:10.102Z | Downloaded derive_builder_core v0.20.2 |
717 | 2024-11-14T16:11:10.104Z | Downloaded sha1 v0.10.6 |
718 | 2024-11-14T16:11:10.104Z | Downloaded yasna v0.5.2 |
719 | 2024-11-14T16:11:10.107Z | Downloaded scrypt v0.11.0 |
720 | 2024-11-14T16:11:10.109Z | Downloaded rand_seeder v0.3.0 |
721 | 2024-11-14T16:11:10.112Z | Downloaded derive_builder v0.20.2 |
722 | 2024-11-14T16:11:10.115Z | Downloaded number_prefix v0.4.0 |
723 | 2024-11-14T16:11:10.118Z | Downloaded progenitor-client v0.8.0 |
724 | 2024-11-14T16:11:10.118Z | Downloaded slog-bunyan v2.5.0 |
725 | 2024-11-14T16:11:10.121Z | Downloaded num_threads v0.1.7 |
726 | 2024-11-14T16:11:10.122Z | Downloaded stable_deref_trait v1.2.0 |
727 | 2024-11-14T16:11:10.124Z | Downloaded flagset v0.4.6 |
728 | 2024-11-14T16:11:10.124Z | Downloaded crossbeam-channel v0.5.13 |
729 | 2024-11-14T16:11:10.128Z | Downloaded ecdsa v0.16.9 |
730 | 2024-11-14T16:11:10.131Z | Downloaded untrusted v0.9.0 |
731 | 2024-11-14T16:11:10.134Z | Downloaded thiserror-impl-no-std v2.0.2 |
732 | 2024-11-14T16:11:10.134Z | Downloaded tap v1.0.1 |
733 | 2024-11-14T16:11:10.136Z | Downloaded p256 v0.13.2 |
734 | 2024-11-14T16:11:10.139Z | Downloaded rand_core v0.6.4 |
735 | 2024-11-14T16:11:10.141Z | Downloaded hyper-util v0.1.10 |
736 | 2024-11-14T16:11:10.145Z | Downloaded tui-tree-widget v0.22.0 |
737 | 2024-11-14T16:11:10.148Z | Downloaded toml v0.7.8 |
738 | 2024-11-14T16:11:10.151Z | Downloaded sct v0.7.1 |
739 | 2024-11-14T16:11:10.155Z | Downloaded write16 v1.0.0 |
740 | 2024-11-14T16:11:10.157Z | Downloaded futures-io v0.3.31 |
741 | 2024-11-14T16:11:10.157Z | Downloaded data-encoding v2.6.0 |
742 | 2024-11-14T16:11:10.160Z | Downloaded phf_shared v0.11.2 |
743 | 2024-11-14T16:11:10.161Z | Downloaded pkcs5 v0.7.1 |
744 | 2024-11-14T16:11:10.164Z | Downloaded fixedbitset v0.4.2 |
745 | 2024-11-14T16:11:10.166Z | Downloaded slog-async v2.8.0 |
746 | 2024-11-14T16:11:10.169Z | Downloaded pin-project-lite v0.2.14 |
747 | 2024-11-14T16:11:10.172Z | Downloaded vergen v8.3.2 |
748 | 2024-11-14T16:11:10.175Z | Downloaded ron v0.8.1 |
749 | 2024-11-14T16:11:10.182Z | Downloaded openssl-probe v0.1.5 |
750 | 2024-11-14T16:11:10.185Z | Downloaded openssl-macros v0.1.1 |
751 | 2024-11-14T16:11:10.185Z | Downloaded foreign-types-macros v0.2.3 |
752 | 2024-11-14T16:11:10.187Z | Downloaded hash32 v0.2.1 |
753 | 2024-11-14T16:11:10.188Z | Downloaded primeorder v0.13.6 |
754 | 2024-11-14T16:11:10.191Z | Downloaded schemars_derive v0.8.21 |
755 | 2024-11-14T16:11:10.194Z | Downloaded proc-macro-crate v1.3.1 |
756 | 2024-11-14T16:11:10.194Z | Downloaded value-bag v1.9.0 |
757 | 2024-11-14T16:11:10.196Z | Downloaded expectorate v1.1.0 |
758 | 2024-11-14T16:11:10.199Z | Downloaded hickory-client v0.24.1 |
759 | 2024-11-14T16:11:10.201Z | Downloaded phf_generator v0.11.2 |
760 | 2024-11-14T16:11:10.204Z | Downloaded hickory-server v0.24.1 |
761 | 2024-11-14T16:11:10.208Z | Downloaded parking_lot v0.11.2 |
762 | 2024-11-14T16:11:10.211Z | Downloaded scopeguard v1.2.0 |
763 | 2024-11-14T16:11:10.213Z | Downloaded slog-scope v4.4.0 |
764 | 2024-11-14T16:11:10.216Z | Downloaded sec1 v0.7.3 |
765 | 2024-11-14T16:11:10.219Z | Downloaded parking_lot v0.12.3 |
766 | 2024-11-14T16:11:10.219Z | Downloaded unicode-segmentation v1.12.0 |
767 | 2024-11-14T16:11:10.223Z | Downloaded utf-8 v0.7.6 |
768 | 2024-11-14T16:11:10.226Z | Downloaded strum_macros v0.24.3 |
769 | 2024-11-14T16:11:10.229Z | Downloaded string_cache v0.8.7 |
770 | 2024-11-14T16:11:10.229Z | Downloaded simd-adler32 v0.3.7 |
771 | 2024-11-14T16:11:10.231Z | Downloaded rfc6979 v0.4.0 |
772 | 2024-11-14T16:11:10.231Z | Downloaded time-core v0.1.2 |
773 | 2024-11-14T16:11:10.235Z | Downloaded strum_macros v0.25.3 |
774 | 2024-11-14T16:11:10.237Z | Downloaded display-error-chain v0.2.2 |
775 | 2024-11-14T16:11:10.237Z | Downloaded dirs-next v2.0.0 |
776 | 2024-11-14T16:11:10.240Z | Downloaded which v4.4.2 |
777 | 2024-11-14T16:11:10.240Z | Downloaded wait-timeout v0.2.0 |
778 | 2024-11-14T16:11:10.242Z | Downloaded tinyvec_macros v0.1.1 |
779 | 2024-11-14T16:11:10.242Z | Downloaded structmeta-derive v0.3.0 |
780 | 2024-11-14T16:11:10.245Z | Downloaded elliptic-curve v0.13.8 |
781 | 2024-11-14T16:11:10.248Z | Downloaded dhcproto-macros v0.1.0 |
782 | 2024-11-14T16:11:10.251Z | Downloaded funty v2.0.0 |
783 | 2024-11-14T16:11:10.251Z | Downloaded difflib v0.4.0 |
784 | 2024-11-14T16:11:10.253Z | Downloaded rand v0.8.5 |
785 | 2024-11-14T16:11:10.256Z | Downloaded dirs-sys-next v0.1.2 |
786 | 2024-11-14T16:11:10.259Z | Downloaded nom v7.1.3 |
787 | 2024-11-14T16:11:10.262Z | Downloaded x509-cert v0.2.5 |
788 | 2024-11-14T16:11:10.269Z | Downloaded path-slash v0.1.5 |
789 | 2024-11-14T16:11:10.271Z | Downloaded headers v0.4.0 |
790 | 2024-11-14T16:11:10.276Z | Downloaded pkg-config v0.3.31 |
791 | 2024-11-14T16:11:10.279Z | Downloaded glob v0.3.1 |
792 | 2024-11-14T16:11:10.281Z | Downloaded socket2 v0.5.7 |
793 | 2024-11-14T16:11:10.286Z | Downloaded hickory-resolver v0.24.1 |
794 | 2024-11-14T16:11:10.289Z | Downloaded dropshot_endpoint v0.12.0 |
795 | 2024-11-14T16:11:10.291Z | Downloaded rustls-pemfile v1.0.4 |
796 | 2024-11-14T16:11:10.294Z | Downloaded typify-macro v0.2.0 |
797 | 2024-11-14T16:11:10.294Z | Downloaded slog-term v2.9.1 |
798 | 2024-11-14T16:11:10.297Z | Downloaded libm v0.2.8 |
799 | 2024-11-14T16:11:10.305Z | Downloaded tls_codec v0.4.1 |
800 | 2024-11-14T16:11:10.308Z | Downloaded russh-cryptovec v0.7.3 |
801 | 2024-11-14T16:11:10.310Z | Downloaded hashlink v0.9.1 |
802 | 2024-11-14T16:11:10.310Z | Downloaded hyper v1.5.0 |
803 | 2024-11-14T16:11:10.318Z | Downloaded utf16_iter v1.0.5 |
804 | 2024-11-14T16:11:10.321Z | Downloaded ff v0.13.0 |
805 | 2024-11-14T16:11:10.323Z | Downloaded omicron-zone-package v0.11.1 |
806 | 2024-11-14T16:11:10.325Z | Downloaded idna v1.0.3 |
807 | 2024-11-14T16:11:10.329Z | Downloaded toml_edit v0.19.15 |
808 | 2024-11-14T16:11:10.348Z | Downloaded phf_shared v0.10.0 |
809 | 2024-11-14T16:11:10.350Z | Downloaded http-body v1.0.1 |
810 | 2024-11-14T16:11:10.350Z | Downloaded pbkdf2 v0.11.0 |
811 | 2024-11-14T16:11:10.353Z | Downloaded num v0.4.3 |
812 | 2024-11-14T16:11:10.353Z | Downloaded fragile v2.0.0 |
813 | 2024-11-14T16:11:10.356Z | Downloaded poly1305 v0.8.0 |
814 | 2024-11-14T16:11:10.359Z | Downloaded yoke-derive v0.7.4 |
815 | 2024-11-14T16:11:10.359Z | Downloaded quick-error v1.2.3 |
816 | 2024-11-14T16:11:10.362Z | Downloaded ref-cast-impl v1.0.23 |
817 | 2024-11-14T16:11:10.362Z | Downloaded dropshot_endpoint v0.13.0 |
818 | 2024-11-14T16:11:10.365Z | Downloaded rtoolbox v0.0.2 |
819 | 2024-11-14T16:11:10.367Z | Downloaded untrusted v0.7.1 |
820 | 2024-11-14T16:11:10.370Z | Downloaded paste v1.0.15 |
821 | 2024-11-14T16:11:10.372Z | Downloaded secrecy v0.8.0 |
822 | 2024-11-14T16:11:10.373Z | Downloaded rpassword v7.3.1 |
823 | 2024-11-14T16:11:10.375Z | Downloaded endian-type v0.1.2 |
824 | 2024-11-14T16:11:10.375Z | Downloaded bitvec v1.0.1 |
825 | 2024-11-14T16:11:10.391Z | Downloaded parse-size v1.1.0 |
826 | 2024-11-14T16:11:10.394Z | Downloaded futures-macro v0.3.31 |
827 | 2024-11-14T16:11:10.394Z | Downloaded psl-types v2.0.11 |
828 | 2024-11-14T16:11:10.397Z | Downloaded unicode-normalization v0.1.24 |
829 | 2024-11-14T16:11:10.403Z | Downloaded crossterm v0.28.1 |
830 | 2024-11-14T16:11:10.406Z | Downloaded take_mut v0.2.2 |
831 | 2024-11-14T16:11:10.408Z | Downloaded http-body-util v0.1.2 |
832 | 2024-11-14T16:11:10.411Z | Downloaded polyval v0.6.2 |
833 | 2024-11-14T16:11:10.413Z | Downloaded pem v3.0.4 |
834 | 2024-11-14T16:11:10.413Z | Downloaded enum-as-inner v0.6.1 |
835 | 2024-11-14T16:11:10.416Z | Downloaded nu-ansi-term v0.50.1 |
836 | 2024-11-14T16:11:10.420Z | Downloaded embedded-io v0.4.0 |
837 | 2024-11-14T16:11:10.421Z | Downloaded unicode-xid v0.2.6 |
838 | 2024-11-14T16:11:10.424Z | Downloaded zip v2.1.3 |
839 | 2024-11-14T16:11:10.426Z | Downloaded diesel-dtrace v0.3.0 |
840 | 2024-11-14T16:11:10.429Z | Downloaded deranged v0.3.11 |
841 | 2024-11-14T16:11:10.429Z | Downloaded parking_lot_core v0.9.10 |
842 | 2024-11-14T16:11:10.431Z | Downloaded rusty-fork v0.3.0 |
843 | 2024-11-14T16:11:10.434Z | Downloaded flate2 v1.0.34 |
844 | 2024-11-14T16:11:10.439Z | Downloaded foreign-types-shared v0.3.1 |
845 | 2024-11-14T16:11:10.441Z | Downloaded sqlparser_derive v0.2.2 |
846 | 2024-11-14T16:11:10.441Z | Downloaded rustls-pemfile v2.2.0 |
847 | 2024-11-14T16:11:10.444Z | Downloaded parse-display v0.10.0 |
848 | 2024-11-14T16:11:10.446Z | Downloaded diesel_derives v2.2.3 |
849 | 2024-11-14T16:11:10.449Z | Downloaded fallible-iterator v0.3.0 |
850 | 2024-11-14T16:11:10.451Z | Downloaded universal-hash v0.5.1 |
851 | 2024-11-14T16:11:10.454Z | Downloaded siphasher v0.3.11 |
852 | 2024-11-14T16:11:10.454Z | Downloaded env_filter v0.1.2 |
853 | 2024-11-14T16:11:10.456Z | Downloaded rustc-demangle v0.1.24 |
854 | 2024-11-14T16:11:10.459Z | Downloaded tungstenite v0.24.0 |
855 | 2024-11-14T16:11:10.462Z | Downloaded precomputed-hash v0.1.1 |
856 | 2024-11-14T16:11:10.462Z | Downloaded openssl-sys v0.9.104 |
857 | 2024-11-14T16:11:10.466Z | Downloaded aws-lc-rs v1.10.0 |
858 | 2024-11-14T16:11:10.476Z | Downloaded opaque-debug v0.3.1 |
859 | 2024-11-14T16:11:10.479Z | Downloaded fxhash v0.2.1 |
860 | 2024-11-14T16:11:10.479Z | Downloaded peg-macros v0.8.4 |
861 | 2024-11-14T16:11:10.481Z | Downloaded bindgen v0.69.5 |
862 | 2024-11-14T16:11:10.489Z | Downloaded ghash v0.5.1 |
863 | 2024-11-14T16:11:10.492Z | Downloaded ena v0.14.3 |
864 | 2024-11-14T16:11:10.492Z | Downloaded parking_lot_core v0.8.6 |
865 | 2024-11-14T16:11:10.495Z | Downloaded schemars v0.8.21 |
866 | 2024-11-14T16:11:10.506Z | Downloaded vte_generate_state_changes v0.1.2 |
867 | 2024-11-14T16:11:10.509Z | Downloaded zerofrom v0.1.4 |
868 | 2024-11-14T16:11:10.509Z | Downloaded tokio-native-tls v0.3.1 |
869 | 2024-11-14T16:11:10.512Z | Downloaded home v0.5.9 |
870 | 2024-11-14T16:11:10.512Z | Downloaded smf v0.2.3 |
871 | 2024-11-14T16:11:10.515Z | Downloaded tokio-tungstenite v0.21.0 |
872 | 2024-11-14T16:11:10.515Z | Downloaded vte v0.11.1 |
873 | 2024-11-14T16:11:10.518Z | Downloaded quinn-udp v0.5.5 |
874 | 2024-11-14T16:11:10.521Z | Downloaded tokio-stream v0.1.16 |
875 | 2024-11-14T16:11:10.524Z | Downloaded reqwest v0.12.9 |
876 | 2024-11-14T16:11:10.533Z | Downloaded sync_wrapper v1.0.1 |
877 | 2024-11-14T16:11:10.536Z | Downloaded hostname v0.4.0 |
878 | 2024-11-14T16:11:10.536Z | Downloaded smallvec v0.6.14 |
879 | 2024-11-14T16:11:10.538Z | Downloaded foreign-types-shared v0.1.1 |
880 | 2024-11-14T16:11:10.538Z | Downloaded zeroize_derive v1.4.2 |
881 | 2024-11-14T16:11:10.541Z | Downloaded steno v0.4.1 |
882 | 2024-11-14T16:11:10.544Z | Downloaded fatfs v0.3.6 |
883 | 2024-11-14T16:11:10.547Z | Downloaded futures-sink v0.3.31 |
884 | 2024-11-14T16:11:10.550Z | Downloaded form_urlencoded v1.2.1 |
885 | 2024-11-14T16:11:10.550Z | Downloaded ron v0.7.1 |
886 | 2024-11-14T16:11:10.554Z | Downloaded gethostname v0.5.0 |
887 | 2024-11-14T16:11:10.556Z | Downloaded slog-json v2.6.1 |
888 | 2024-11-14T16:11:10.559Z | Downloaded serde_with_macros v3.11.0 |
889 | 2024-11-14T16:11:10.559Z | Downloaded filetime v0.2.25 |
890 | 2024-11-14T16:11:10.561Z | Downloaded qorb v0.2.0 |
891 | 2024-11-14T16:11:10.565Z | Downloaded shlex v1.3.0 |
892 | 2024-11-14T16:11:10.568Z | Downloaded twox-hash v1.6.3 |
893 | 2024-11-14T16:11:10.570Z | Downloaded powerfmt v0.2.0 |
894 | 2024-11-14T16:11:10.570Z | Downloaded fallible-streaming-iterator v0.1.9 |
895 | 2024-11-14T16:11:10.573Z | Downloaded zeroize v1.8.1 |
896 | 2024-11-14T16:11:10.573Z | Downloaded zerofrom-derive v0.1.4 |
897 | 2024-11-14T16:11:10.575Z | Downloaded xz2 v0.1.7 |
898 | 2024-11-14T16:11:10.576Z | Downloaded predicates v3.1.2 |
899 | 2024-11-14T16:11:10.578Z | Downloaded postgres-protocol v0.6.7 |
900 | 2024-11-14T16:11:10.581Z | Downloaded rayon v1.10.0 |
901 | 2024-11-14T16:11:10.590Z | Downloaded dsl_auto_type v0.1.2 |
902 | 2024-11-14T16:11:10.593Z | Downloaded embedded-io v0.6.1 |
903 | 2024-11-14T16:11:10.595Z | Downloaded uzers v0.12.1 |
904 | 2024-11-14T16:11:10.595Z | Downloaded parse-display-derive v0.10.0 |
905 | 2024-11-14T16:11:10.598Z | Downloaded static_assertions v1.1.0 |
906 | 2024-11-14T16:11:10.598Z | Downloaded ssh-key v0.6.6 |
907 | 2024-11-14T16:11:10.606Z | Downloaded ssh-cipher v0.2.0 |
908 | 2024-11-14T16:11:10.609Z | Downloaded shell-words v1.1.0 |
909 | 2024-11-14T16:11:10.609Z | Downloaded pbkdf2 v0.12.2 |
910 | 2024-11-14T16:11:10.611Z | Downloaded postgres-types v0.2.8 |
911 | 2024-11-14T16:11:10.614Z | Downloaded num-complex v0.4.6 |
912 | 2024-11-14T16:11:10.617Z | Downloaded defmt-parser v0.3.4 |
913 | 2024-11-14T16:11:10.617Z | Downloaded tokio-rustls v0.26.0 |
914 | 2024-11-14T16:11:10.620Z | Downloaded serde_yaml v0.9.34+deprecated |
915 | 2024-11-14T16:11:10.624Z | Downloaded ppv-lite86 v0.2.20 |
916 | 2024-11-14T16:11:10.624Z | Downloaded num-iter v0.1.45 |
917 | 2024-11-14T16:11:10.632Z | Downloaded similar v2.6.0 |
918 | 2024-11-14T16:11:10.632Z | Downloaded typify v0.2.0 |
919 | 2024-11-14T16:11:10.635Z | Downloaded tungstenite v0.21.0 |
920 | 2024-11-14T16:11:10.638Z | Downloaded derive-where v1.2.7 |
921 | 2024-11-14T16:11:10.641Z | Downloaded des v0.8.1 |
922 | 2024-11-14T16:11:10.646Z | Downloaded idna v0.2.3 |
923 | 2024-11-14T16:11:10.651Z | Downloaded progenitor-impl v0.8.0 |
924 | 2024-11-14T16:11:10.654Z | Downloaded password-hash v0.4.2 |
925 | 2024-11-14T16:11:10.657Z | Downloaded snafu v0.8.5 |
926 | 2024-11-14T16:11:10.662Z | Downloaded der_derive v0.7.3 |
927 | 2024-11-14T16:11:10.665Z | Downloaded tinyvec v1.8.0 |
928 | 2024-11-14T16:11:10.669Z | Downloaded num-bigint v0.4.6 |
929 | 2024-11-14T16:11:10.673Z | Downloaded idna v0.5.0 |
930 | 2024-11-14T16:11:10.681Z | Downloaded icu_properties_data v1.5.0 |
931 | 2024-11-14T16:11:10.692Z | Downloaded subprocess v0.2.9 |
932 | 2024-11-14T16:11:10.694Z | Downloaded reedline v0.35.0 |
933 | 2024-11-14T16:11:10.702Z | Downloaded http v1.1.0 |
934 | 2024-11-14T16:11:10.708Z | Downloaded derive_more v0.99.18 |
935 | 2024-11-14T16:11:10.712Z | Downloaded h2 v0.4.6 |
936 | 2024-11-14T16:11:10.720Z | Downloaded quinn v0.11.5 |
937 | 2024-11-14T16:11:10.724Z | Downloaded uuid v1.11.0 |
938 | 2024-11-14T16:11:10.727Z | Downloaded futures-util v0.3.31 |
939 | 2024-11-14T16:11:10.739Z | Downloaded parse-zoneinfo v0.3.1 |
940 | 2024-11-14T16:11:10.742Z | Downloaded hashbrown v0.14.5 |
941 | 2024-11-14T16:11:10.747Z | Downloaded winnow v0.5.40 |
942 | 2024-11-14T16:11:10.757Z | Downloaded russh v0.45.0 |
943 | 2024-11-14T16:11:10.763Z | Downloaded rsa v0.9.6 |
944 | 2024-11-14T16:11:10.768Z | Downloaded url v2.5.3 |
945 | 2024-11-14T16:11:10.771Z | Downloaded publicsuffix v2.2.3 |
946 | 2024-11-14T16:11:10.774Z | Downloaded der v0.7.9 |
947 | 2024-11-14T16:11:10.779Z | Downloaded tokio-postgres v0.7.12 |
948 | 2024-11-14T16:11:10.784Z | Downloaded hkdf v0.12.4 |
949 | 2024-11-14T16:11:10.787Z | Downloaded lalrpop v0.19.12 |
950 | 2024-11-14T16:11:10.801Z | Downloaded proptest v1.5.0 |
951 | 2024-11-14T16:11:10.809Z | Downloaded typed-path v0.9.3 |
952 | 2024-11-14T16:11:10.815Z | Downloaded idna v0.4.0 |
953 | 2024-11-14T16:11:10.822Z | Downloaded serde_with v3.11.0 |
954 | 2024-11-14T16:11:10.831Z | Downloaded radix_trie v0.2.1 |
955 | 2024-11-14T16:11:10.837Z | Downloaded nix v0.29.0 |
956 | 2024-11-14T16:11:10.853Z | Downloaded idna v0.3.0 |
957 | 2024-11-14T16:11:10.856Z | Downloaded num-bigint-dig v0.8.4 |
958 | 2024-11-14T16:11:10.863Z | Downloaded rusqlite v0.32.1 |
959 | 2024-11-14T16:11:10.869Z | Downloaded object v0.30.4 |
960 | 2024-11-14T16:11:10.879Z | Downloaded petname v2.0.2 |
961 | 2024-11-14T16:11:10.884Z | Downloaded nix v0.28.0 |
962 | 2024-11-14T16:11:10.897Z | Downloaded rustls-webpki v0.102.8 |
963 | 2024-11-14T16:11:10.916Z | Downloaded sqlparser v0.45.0 |
964 | 2024-11-14T16:11:10.922Z | Downloaded trust-dns-proto v0.22.0 |
965 | 2024-11-14T16:11:10.935Z | Downloaded portable-atomic v1.9.0 |
966 | 2024-11-14T16:11:10.942Z | Downloaded regex v1.11.1 |
967 | 2024-11-14T16:11:10.955Z | Downloaded quick-xml v0.33.0 |
968 | 2024-11-14T16:11:10.961Z | Downloaded object v0.36.5 |
969 | 2024-11-14T16:11:10.973Z | Downloaded webpki-roots v0.26.6 |
970 | 2024-11-14T16:11:10.977Z | Downloaded git2 v0.19.0 |
971 | 2024-11-14T16:11:10.986Z | Downloaded rustls v0.22.4 |
972 | 2024-11-14T16:11:10.999Z | Downloaded gimli v0.31.1 |
973 | 2024-11-14T16:11:11.009Z | Downloaded smoltcp v0.9.1 |
974 | 2024-11-14T16:11:11.021Z | Downloaded unicode-width v0.2.0 |
975 | 2024-11-14T16:11:11.026Z | Downloaded openssl v0.10.68 |
976 | 2024-11-14T16:11:11.036Z | Downloaded dropshot v0.13.0 |
977 | 2024-11-14T16:11:11.057Z | Downloaded polar-core v0.27.3 |
978 | 2024-11-14T16:11:11.066Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-11-14T16:11:11.074Z | Downloaded openapiv3 v2.0.0 |
980 | 2024-11-14T16:11:11.087Z | Downloaded dropshot v0.12.0 |
981 | 2024-11-14T16:11:11.108Z | Downloaded chrono-tz v0.10.0 |
982 | 2024-11-14T16:11:11.115Z | Downloaded rustls v0.23.14 |
983 | 2024-11-14T16:11:11.128Z | Downloaded regress v0.10.1 |
984 | 2024-11-14T16:11:11.137Z | Downloaded diesel v2.2.4 |
985 | 2024-11-14T16:11:11.158Z | Downloaded typify-impl v0.2.0 |
986 | 2024-11-14T16:11:11.172Z | Downloaded hickory-proto v0.24.1 |
987 | 2024-11-14T16:11:11.188Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2024-11-14T16:11:11.197Z | Downloaded regex-syntax v0.8.5 |
989 | 2024-11-14T16:11:11.207Z | Downloaded quinn-proto v0.11.8 |
990 | 2024-11-14T16:11:11.214Z | Downloaded regress v0.9.1 |
991 | 2024-11-14T16:11:11.222Z | Downloaded curve25519-dalek v4.1.3 |
992 | 2024-11-14T16:11:11.231Z | Downloaded lzma-sys v0.1.20 |
993 | 2024-11-14T16:11:11.260Z | Downloaded ratatui v0.28.1 |
994 | 2024-11-14T16:11:11.280Z | Downloaded petgraph v0.6.5 |
995 | 2024-11-14T16:11:11.297Z | Downloaded sled v0.34.7 |
996 | 2024-11-14T16:11:11.308Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
997 | 2024-11-14T16:11:11.320Z | Downloaded rustls v0.21.12 |
998 | 2024-11-14T16:11:11.331Z | Downloaded smoltcp v0.11.0 |
999 | 2024-11-14T16:11:11.345Z | Downloaded nix v0.27.1 |
1000 | 2024-11-14T16:11:11.354Z | Downloaded vcpkg v0.2.15 |
1001 | 2024-11-14T16:11:11.393Z | Downloaded regex-automata v0.4.8 |
1002 | 2024-11-14T16:11:11.409Z | Downloaded libz-sys v1.1.20 |
1003 | 2024-11-14T16:11:11.430Z | Downloaded bstr v1.10.0 |
1004 | 2024-11-14T16:11:11.440Z | Downloaded tokio v1.40.0 |
1005 | 2024-11-14T16:11:11.477Z | Downloaded p384 v0.13.0 |
1006 | 2024-11-14T16:11:11.487Z | Downloaded rustls-webpki v0.101.7 |
1007 | 2024-11-14T16:11:11.500Z | Downloaded unicode_categories v0.1.1 |
1008 | 2024-11-14T16:11:11.503Z | Downloaded zerovec v0.10.4 |
1009 | 2024-11-14T16:11:11.505Z | Downloaded rustyline v14.0.0 |
1010 | 2024-11-14T16:11:11.509Z | Downloaded signal-hook v0.3.17 |
1011 | 2024-11-14T16:11:11.512Z | Downloaded tokio-util v0.7.12 |
1012 | 2024-11-14T16:11:11.518Z | Downloaded time v0.3.36 |
1013 | 2024-11-14T16:11:11.527Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-11-14T16:11:11.529Z | Downloaded csv v1.3.0 |
1015 | 2024-11-14T16:11:11.547Z | Downloaded snafu-derive v0.8.5 |
1016 | 2024-11-14T16:11:11.550Z | Downloaded oso v0.27.3 |
1017 | 2024-11-14T16:11:11.552Z | Downloaded unsafe-libyaml v0.2.11 |
1018 | 2024-11-14T16:11:11.555Z | Downloaded postcard v1.0.10 |
1019 | 2024-11-14T16:11:11.557Z | Downloaded zerocopy v0.6.6 |
1020 | 2024-11-14T16:11:11.560Z | Downloaded fd-lock v4.0.2 |
1021 | 2024-11-14T16:11:11.563Z | Downloaded dunce v1.0.5 |
1022 | 2024-11-14T16:11:11.563Z | Downloaded time-macros v0.2.18 |
1023 | 2024-11-14T16:11:11.566Z | Downloaded futures v0.3.31 |
1024 | 2024-11-14T16:11:11.570Z | Downloaded tracing v0.1.40 |
1025 | 2024-11-14T16:11:11.573Z | Downloaded slog-envlogger v2.2.0 |
1026 | 2024-11-14T16:11:11.576Z | Downloaded env_logger v0.10.2 |
1027 | 2024-11-14T16:11:11.579Z | Downloaded rustls-pki-types v1.9.0 |
1028 | 2024-11-14T16:11:11.581Z | Downloaded peg v0.8.4 |
1029 | 2024-11-14T16:11:11.585Z | Downloaded blake3 v1.5.4 |
1030 | 2024-11-14T16:11:11.593Z | Downloaded tough v0.19.0 |
1031 | 2024-11-14T16:11:11.601Z | Downloaded sha3 v0.10.8 |
1032 | 2024-11-14T16:11:11.606Z | Downloaded num-conv v0.1.0 |
1033 | 2024-11-14T16:11:11.609Z | Downloaded tabwriter v1.4.0 |
1034 | 2024-11-14T16:11:11.609Z | Downloaded synstructure v0.13.1 |
1035 | 2024-11-14T16:11:11.611Z | Downloaded hmac v0.12.1 |
1036 | 2024-11-14T16:11:11.614Z | Downloaded p521 v0.13.3 |
1037 | 2024-11-14T16:11:11.616Z | Downloaded salty v0.3.0 |
1038 | 2024-11-14T16:11:11.622Z | Downloaded tokio-macros v2.4.0 |
1039 | 2024-11-14T16:11:11.625Z | Downloaded tungstenite v0.23.0 |
1040 | 2024-11-14T16:11:11.628Z | Downloaded password-hash v0.5.0 |
1041 | 2024-11-14T16:11:11.631Z | Downloaded defmt v0.3.8 |
1042 | 2024-11-14T16:11:11.633Z | Downloaded vsss-rs v3.3.4 |
1043 | 2024-11-14T16:11:11.638Z | Downloaded tinystr v0.7.6 |
1044 | 2024-11-14T16:11:11.642Z | Downloaded tiny-keccak v2.0.2 |
1045 | 2024-11-14T16:11:11.642Z | Downloaded defmt-macros v0.3.9 |
1046 | 2024-11-14T16:11:11.644Z | Downloaded fs_extra v1.3.0 |
1047 | 2024-11-14T16:11:11.644Z | Downloaded darling_core v0.20.10 |
1048 | 2024-11-14T16:11:11.650Z | Downloaded itertools v0.12.1 |
1049 | 2024-11-14T16:11:11.655Z | Downloaded chrono v0.4.38 |
1050 | 2024-11-14T16:11:11.662Z | Downloaded num-traits v0.2.19 |
1051 | 2024-11-14T16:11:11.665Z | Downloaded half v2.4.1 |
1052 | 2024-11-14T16:11:11.668Z | Downloaded tar v0.4.43 |
1053 | 2024-11-14T16:11:11.671Z | Downloaded whoami v1.5.2 |
1054 | 2024-11-14T16:11:11.676Z | Downloaded ssh-encoding v0.2.0 |
1055 | 2024-11-14T16:11:11.679Z | Downloaded serde_plain v1.0.2 |
1056 | 2024-11-14T16:11:11.679Z | Downloaded serde_path_to_error v0.1.16 |
1057 | 2024-11-14T16:11:11.679Z | Downloaded salsa20 v0.10.2 |
1058 | 2024-11-14T16:11:11.679Z | Downloaded ref-cast v1.0.23 |
1059 | 2024-11-14T16:11:11.681Z | Downloaded strum_macros v0.26.4 |
1060 | 2024-11-14T16:11:11.684Z | Downloaded diff v0.1.13 |
1061 | 2024-11-14T16:11:11.686Z | Downloaded rcgen v0.12.1 |
1062 | 2024-11-14T16:11:11.690Z | Downloaded heapless v0.8.0 |
1063 | 2024-11-14T16:11:11.696Z | Downloaded hashbrown v0.13.2 |
1064 | 2024-11-14T16:11:11.699Z | Downloaded hashbrown v0.12.3 |
1065 | 2024-11-14T16:11:11.702Z | Downloaded flume v0.11.1 |
1066 | 2024-11-14T16:11:11.704Z | Downloaded aes-gcm v0.10.3 |
1067 | 2024-11-14T16:11:11.707Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1068 | 2024-11-14T16:11:11.765Z | Downloaded itertools v0.13.0 |
1069 | 2024-11-14T16:11:11.772Z | Downloaded mio v1.0.2 |
1070 | 2024-11-14T16:11:11.778Z | Downloaded encoding_rs v0.8.34 |
1071 | 2024-11-14T16:11:11.799Z | Downloaded zip v0.6.6 |
1072 | 2024-11-14T16:11:11.802Z | Downloaded env_logger v0.11.5 |
1073 | 2024-11-14T16:11:11.805Z | Downloaded num_enum_derive v0.5.11 |
1074 | 2024-11-14T16:11:11.808Z | Downloaded num-rational v0.4.2 |
1075 | 2024-11-14T16:11:11.808Z | Downloaded slog v2.7.0 |
1076 | 2024-11-14T16:11:11.811Z | Downloaded minimal-lexical v0.2.1 |
1077 | 2024-11-14T16:11:11.814Z | Downloaded progenitor v0.8.0 |
1078 | 2024-11-14T16:11:11.817Z | Downloaded itertools v0.10.5 |
1079 | 2024-11-14T16:11:11.822Z | Downloaded phf_codegen v0.11.2 |
1080 | 2024-11-14T16:11:11.826Z | Downloaded phf v0.11.2 |
1081 | 2024-11-14T16:11:11.826Z | Downloaded hash32 v0.3.1 |
1082 | 2024-11-14T16:11:11.826Z | Downloaded group v0.13.0 |
1083 | 2024-11-14T16:11:11.829Z | Downloaded waitgroup v0.1.2 |
1084 | 2024-11-14T16:11:11.829Z | Downloaded num_enum v0.5.11 |
1085 | 2024-11-14T16:11:11.832Z | Downloaded futures-executor v0.3.31 |
1086 | 2024-11-14T16:11:11.834Z | Downloaded pin-project v1.1.6 |
1087 | 2024-11-14T16:11:11.844Z | Downloaded ed25519-dalek v2.1.1 |
1088 | 2024-11-14T16:11:11.847Z | Downloaded prettyplease v0.2.25 |
1089 | 2024-11-14T16:11:11.850Z | Downloaded pin-project-internal v1.1.6 |
1090 | 2024-11-14T16:11:11.853Z | Downloaded either v1.13.0 |
1091 | 2024-11-14T16:11:11.855Z | Downloaded tokio-rustls v0.25.0 |
1092 | 2024-11-14T16:11:11.855Z | Downloaded serde_derive_internals v0.29.1 |
1093 | 2024-11-14T16:11:11.858Z | Downloaded spin v0.9.8 |
1094 | 2024-11-14T16:11:11.861Z | Downloaded crypto-bigint v0.5.5 |
1095 | 2024-11-14T16:11:11.865Z | Downloaded const_format v0.2.33 |
1096 | 2024-11-14T16:11:11.870Z | Downloaded cc v1.1.30 |
1097 | 2024-11-14T16:11:11.874Z | Downloaded owo-colors v4.1.0 |
1098 | 2024-11-14T16:11:11.877Z | Downloaded globset v0.4.15 |
1099 | 2024-11-14T16:11:11.880Z | Downloaded futures-channel v0.3.31 |
1100 | 2024-11-14T16:11:11.882Z | Downloaded float-cmp v0.9.0 |
1101 | 2024-11-14T16:11:11.882Z | Downloaded russh-keys v0.45.0 |
1102 | 2024-11-14T16:11:11.885Z | Downloaded indicatif v0.17.9 |
1103 | 2024-11-14T16:11:11.888Z | Downloaded num-integer v0.1.46 |
1104 | 2024-11-14T16:11:11.891Z | Downloaded getrandom v0.2.15 |
1105 | 2024-11-14T16:11:11.894Z | Downloaded tokio-tungstenite v0.24.0 |
1106 | 2024-11-14T16:11:11.898Z | Downloaded term v0.7.0 |
1107 | 2024-11-14T16:11:11.902Z | Downloaded base64 v0.22.1 |
1108 | 2024-11-14T16:11:11.904Z | Downloaded aho-corasick v1.1.3 |
1109 | 2024-11-14T16:11:11.908Z | Downloaded structmeta-derive v0.2.0 |
1110 | 2024-11-14T16:11:11.910Z | Downloaded structmeta v0.3.0 |
1111 | 2024-11-14T16:11:11.911Z | Downloaded spin v0.5.2 |
1112 | 2024-11-14T16:11:11.911Z | Downloaded slab v0.4.9 |
1113 | 2024-11-14T16:11:11.913Z | Downloaded fallible-iterator v0.2.0 |
1114 | 2024-11-14T16:11:11.916Z | Downloaded zone v0.3.0 |
1115 | 2024-11-14T16:11:11.916Z | Downloaded litemap v0.7.3 |
1116 | 2024-11-14T16:11:11.918Z | Downloaded termcolor v1.4.1 |
1117 | 2024-11-14T16:11:11.918Z | Downloaded icu_properties v1.5.1 |
1118 | 2024-11-14T16:11:11.921Z | Downloaded normalize-line-endings v0.3.0 |
1119 | 2024-11-14T16:11:11.924Z | Downloaded futures-core v0.3.31 |
1120 | 2024-11-14T16:11:11.924Z | Downloaded enum-as-inner v0.5.1 |
1121 | 2024-11-14T16:11:11.927Z | Downloaded nodrop v0.1.14 |
1122 | 2024-11-14T16:11:11.927Z | Downloaded unicode-truncate v1.1.0 |
1123 | 2024-11-14T16:11:11.929Z | Downloaded rayon-core v1.12.1 |
1124 | 2024-11-14T16:11:11.932Z | Downloaded allocator-api2 v0.2.18 |
1125 | 2024-11-14T16:11:11.936Z | Downloaded signal-hook-registry v1.4.2 |
1126 | 2024-11-14T16:11:11.939Z | Downloaded jobserver v0.1.32 |
1127 | 2024-11-14T16:11:11.939Z | Downloaded ipnet v2.10.1 |
1128 | 2024-11-14T16:11:11.942Z | Downloaded rustc_version v0.4.1 |
1129 | 2024-11-14T16:11:11.942Z | Downloaded icu_normalizer v1.5.0 |
1130 | 2024-11-14T16:11:11.945Z | Downloaded arc-swap v1.7.1 |
1131 | 2024-11-14T16:11:11.947Z | Downloaded lru v0.12.5 |
1132 | 2024-11-14T16:11:11.949Z | Downloaded signal-hook-tokio v0.3.1 |
1133 | 2024-11-14T16:11:11.952Z | Downloaded lalrpop-util v0.19.12 |
1134 | 2024-11-14T16:11:11.952Z | Downloaded keccak v0.1.5 |
1135 | 2024-11-14T16:11:11.952Z | Downloaded indoc v1.0.9 |
1136 | 2024-11-14T16:11:11.954Z | Downloaded ctr v0.9.2 |
1137 | 2024-11-14T16:11:11.957Z | Downloaded buf-list v1.0.3 |
1138 | 2024-11-14T16:11:11.960Z | Downloaded bit-vec v0.6.3 |
1139 | 2024-11-14T16:11:11.960Z | Downloaded internet-checksum v0.2.1 |
1140 | 2024-11-14T16:11:11.962Z | Downloaded inout v0.1.3 |
1141 | 2024-11-14T16:11:11.962Z | Downloaded lazy_static v1.5.0 |
1142 | 2024-11-14T16:11:11.966Z | Downloaded ipnetwork v0.20.0 |
1143 | 2024-11-14T16:11:11.966Z | Downloaded maybe-uninit v2.0.0 |
1144 | 2024-11-14T16:11:11.969Z | Downloaded crc-any v2.5.0 |
1145 | 2024-11-14T16:11:11.969Z | Downloaded cookie_store v0.21.0 |
1146 | 2024-11-14T16:11:11.971Z | Downloaded const-oid v0.9.6 |
1147 | 2024-11-14T16:11:11.971Z | Downloaded hubpack v0.1.2 |
1148 | 2024-11-14T16:11:11.974Z | Downloaded crc32fast v1.4.2 |
1149 | 2024-11-14T16:11:11.974Z | Downloaded arrayvec v0.7.6 |
1150 | 2024-11-14T16:11:11.977Z | Downloaded castaway v0.2.3 |
1151 | 2024-11-14T16:11:11.977Z | Downloaded block-padding v0.3.3 |
1152 | 2024-11-14T16:11:11.980Z | Downloaded colored v2.1.0 |
1153 | 2024-11-14T16:11:11.980Z | Downloaded chrono-tz-build v0.4.0 |
1154 | 2024-11-14T16:11:11.983Z | Downloaded base64ct v1.6.0 |
1155 | 2024-11-14T16:11:12.111Z | Downloaded libsqlite3-sys v0.30.1 |
1156 | 2024-11-14T16:11:12.447Z | Downloaded ring v0.17.8 |
1157 | 2024-11-14T16:11:12.637Z | Downloaded ring v0.16.20 |
1158 | 2024-11-14T16:11:12.882Z | Downloaded aws-lc-sys v0.22.0 |
1159 | 2024-11-14T16:11:13.199Z | Compiling serde v1.0.215 |
1160 | 2024-11-14T16:11:13.202Z | Compiling lock_api v0.4.12 |
1161 | 2024-11-14T16:11:13.202Z | Compiling scopeguard v1.2.0 |
1162 | 2024-11-14T16:11:13.202Z | Compiling value-bag v1.9.0 |
1163 | 2024-11-14T16:11:13.202Z | Compiling typenum v1.17.0 |
1164 | 2024-11-14T16:11:13.202Z | Compiling generic-array v0.14.7 |
1165 | 2024-11-14T16:11:13.366Z | Compiling syn v2.0.87 |
1166 | 2024-11-14T16:11:13.377Z | Compiling getrandom v0.2.15 |
1167 | 2024-11-14T16:11:13.529Z | Compiling subtle v2.6.1 |
1168 | 2024-11-14T16:11:13.663Z | Compiling rand_core v0.6.4 |
1169 | 2024-11-14T16:11:13.781Z | Compiling log v0.4.22 |
1170 | 2024-11-14T16:11:13.969Z | Compiling shlex v1.3.0 |
1171 | 2024-11-14T16:11:13.969Z | Compiling jobserver v0.1.32 |
1172 | 2024-11-14T16:11:14.060Z | Compiling smallvec v1.13.2 |
1173 | 2024-11-14T16:11:14.306Z | Compiling const-oid v0.9.6 |
1174 | 2024-11-14T16:11:14.439Z | Compiling cc v1.1.30 |
1175 | 2024-11-14T16:11:14.442Z | Compiling spin v0.9.8 |
1176 | 2024-11-14T16:11:14.478Z | Compiling pin-project-lite v0.2.14 |
1177 | 2024-11-14T16:11:14.606Z | Compiling rustix v0.38.37 |
1178 | 2024-11-14T16:11:14.850Z | Compiling parking_lot_core v0.9.10 |
1179 | 2024-11-14T16:11:14.877Z | Compiling futures-core v0.3.31 |
1180 | 2024-11-14T16:11:14.974Z | Compiling signal-hook-registry v1.4.2 |
1181 | 2024-11-14T16:11:15.125Z | Compiling mio v1.0.2 |
1182 | 2024-11-14T16:11:15.608Z | Compiling aho-corasick v1.1.3 |
1183 | 2024-11-14T16:11:15.852Z | Compiling parking_lot v0.12.3 |
1184 | 2024-11-14T16:11:16.132Z | Compiling cpufeatures v0.2.14 |
1185 | 2024-11-14T16:11:16.238Z | Compiling either v1.13.0 |
1186 | 2024-11-14T16:11:16.289Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-11-14T16:11:16.379Z | Compiling lazy_static v1.5.0 |
1188 | 2024-11-14T16:11:16.401Z | Compiling futures-sink v0.3.31 |
1189 | 2024-11-14T16:11:16.505Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-11-14T16:11:16.558Z | Compiling glob v0.3.1 |
1191 | 2024-11-14T16:11:16.617Z | Compiling socket2 v0.5.7 |
1192 | 2024-11-14T16:11:16.654Z | Compiling slab v0.4.9 |
1193 | 2024-11-14T16:11:16.815Z | Compiling prettyplease v0.2.25 |
1194 | 2024-11-14T16:11:17.113Z | Compiling minimal-lexical v0.2.1 |
1195 | 2024-11-14T16:11:17.484Z | Compiling libloading v0.8.5 |
1196 | 2024-11-14T16:11:17.576Z | Compiling clang-sys v1.8.1 |
1197 | 2024-11-14T16:11:17.608Z | Compiling nom v7.1.3 |
1198 | 2024-11-14T16:11:17.639Z | Compiling bindgen v0.69.5 |
1199 | 2024-11-14T16:11:17.873Z | Compiling serde_json v1.0.132 |
1200 | 2024-11-14T16:11:18.178Z | Compiling home v0.5.9 |
1201 | 2024-11-14T16:11:18.437Z | Compiling itertools v0.12.1 |
1202 | 2024-11-14T16:11:18.452Z | Compiling futures-channel v0.3.31 |
1203 | 2024-11-14T16:11:18.901Z | Compiling futures-io v0.3.31 |
1204 | 2024-11-14T16:11:18.923Z | Compiling pin-utils v0.1.0 |
1205 | 2024-11-14T16:11:19.017Z | Compiling foldhash v0.1.3 |
1206 | 2024-11-14T16:11:19.229Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-14T16:11:19.333Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-11-14T16:11:19.400Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-11-14T16:11:19.544Z | Compiling futures-task v0.3.31 |
1210 | 2024-11-14T16:11:19.855Z | Compiling regex-automata v0.4.8 |
1211 | 2024-11-14T16:11:20.111Z | Compiling hashbrown v0.15.0 |
1212 | 2024-11-14T16:11:21.357Z | Compiling synstructure v0.13.1 |
1213 | 2024-11-14T16:11:21.450Z | Compiling cexpr v0.6.0 |
1214 | 2024-11-14T16:11:21.554Z | Compiling cmake v0.1.51 |
1215 | 2024-11-14T16:11:22.600Z | Compiling tinyvec_macros v0.1.1 |
1216 | 2024-11-14T16:11:22.696Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-14T16:11:23.068Z | Compiling dunce v1.0.5 |
1218 | 2024-11-14T16:11:23.103Z | Compiling libm v0.2.8 |
1219 | 2024-11-14T16:11:23.195Z | Compiling fs_extra v1.3.0 |
1220 | 2024-11-14T16:11:23.241Z | Compiling tinyvec v1.8.0 |
1221 | 2024-11-14T16:11:23.443Z | Compiling num-traits v0.2.19 |
1222 | 2024-11-14T16:11:23.963Z | Compiling ring v0.17.8 |
1223 | 2024-11-14T16:11:24.251Z | Compiling paste v1.0.15 |
1224 | 2024-11-14T16:11:24.589Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-11-14T16:11:24.763Z | Compiling unicode-normalization v0.1.24 |
1226 | 2024-11-14T16:11:24.790Z | Compiling writeable v0.5.5 |
1227 | 2024-11-14T16:11:25.070Z | Compiling base64ct v1.6.0 |
1228 | 2024-11-14T16:11:25.166Z | Compiling litemap v0.7.3 |
1229 | 2024-11-14T16:11:25.540Z | Compiling regex v1.11.1 |
1230 | 2024-11-14T16:11:25.635Z | Compiling pem-rfc7468 v0.7.0 |
1231 | 2024-11-14T16:11:26.052Z | Compiling aws-lc-rs v1.10.0 |
1232 | 2024-11-14T16:11:26.311Z | Compiling flagset v0.4.6 |
1233 | 2024-11-14T16:11:26.498Z | Compiling httparse v1.9.5 |
1234 | 2024-11-14T16:11:26.590Z | Compiling tracing-core v0.1.32 |
1235 | 2024-11-14T16:11:27.311Z | Compiling icu_locid_transform_data v1.5.0 |
1236 | 2024-11-14T16:11:27.413Z | Compiling percent-encoding v2.3.1 |
1237 | 2024-11-14T16:11:27.633Z | Compiling crossbeam-utils v0.8.20 |
1238 | 2024-11-14T16:11:27.773Z | Compiling rustls-pki-types v1.9.0 |
1239 | 2024-11-14T16:11:27.904Z | Compiling serde_derive v1.0.215 |
1240 | 2024-11-14T16:11:27.943Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-11-14T16:11:28.220Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-11-14T16:11:28.528Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-11-14T16:11:28.837Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2024-11-14T16:11:29.521Z | Compiling zeroize v1.8.1 |
1245 | 2024-11-14T16:11:30.147Z | Compiling thiserror-impl v1.0.69 |
1246 | 2024-11-14T16:11:30.567Z | Compiling zerocopy v0.7.35 |
1247 | 2024-11-14T16:11:30.594Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-11-14T16:11:31.250Z | Compiling crypto-common v0.1.6 |
1249 | 2024-11-14T16:11:31.308Z | Compiling block-buffer v0.10.4 |
1250 | 2024-11-14T16:11:31.498Z | Compiling futures-macro v0.3.31 |
1251 | 2024-11-14T16:11:31.577Z | Compiling digest v0.10.7 |
1252 | 2024-11-14T16:11:32.068Z | Compiling hmac v0.12.1 |
1253 | 2024-11-14T16:11:32.176Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-11-14T16:11:32.317Z | Compiling block-padding v0.3.3 |
1255 | 2024-11-14T16:11:32.576Z | Compiling displaydoc v0.2.5 |
1256 | 2024-11-14T16:11:32.703Z | Compiling inout v0.1.3 |
1257 | 2024-11-14T16:11:32.997Z | Compiling cipher v0.4.4 |
1258 | 2024-11-14T16:11:33.000Z | Compiling zerofrom v0.1.4 |
1259 | 2024-11-14T16:11:33.464Z | Compiling sha2 v0.10.8 |
1260 | 2024-11-14T16:11:33.486Z | Compiling ppv-lite86 v0.2.20 |
1261 | 2024-11-14T16:11:33.503Z | Compiling futures-util v0.3.31 |
1262 | 2024-11-14T16:11:33.599Z | Compiling thiserror v1.0.69 |
1263 | 2024-11-14T16:11:33.724Z | Compiling yoke v0.7.4 |
1264 | 2024-11-14T16:11:33.744Z | Compiling icu_provider_macros v1.5.0 |
1265 | 2024-11-14T16:11:34.163Z | Compiling der_derive v0.7.3 |
1266 | 2024-11-14T16:11:34.255Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-11-14T16:11:34.416Z | Compiling rand_chacha v0.3.1 |
1268 | 2024-11-14T16:11:34.867Z | Compiling zerovec v0.10.4 |
1269 | 2024-11-14T16:11:34.915Z | Compiling rand v0.8.5 |
1270 | 2024-11-14T16:11:36.652Z | Compiling tinystr v0.7.6 |
1271 | 2024-11-14T16:11:36.714Z | Compiling der v0.7.9 |
1272 | 2024-11-14T16:11:37.002Z | Compiling icu_collections v1.5.0 |
1273 | 2024-11-14T16:11:37.052Z | Compiling icu_locid v1.5.0 |
1274 | 2024-11-14T16:11:37.093Z | Compiling pest v2.7.14 |
1275 | 2024-11-14T16:11:37.114Z | Compiling salsa20 v0.10.2 |
1276 | 2024-11-14T16:11:37.350Z | Compiling pbkdf2 v0.12.2 |
1277 | 2024-11-14T16:11:37.556Z | Compiling time-core v0.1.2 |
1278 | 2024-11-14T16:11:37.722Z | Compiling untrusted v0.7.1 |
1279 | 2024-11-14T16:11:37.917Z | Compiling powerfmt v0.2.0 |
1280 | 2024-11-14T16:11:38.144Z | Compiling tracing v0.1.40 |
1281 | 2024-11-14T16:11:38.305Z | Compiling icu_provider v1.5.0 |
1282 | 2024-11-14T16:11:38.467Z | Compiling untrusted v0.9.0 |
1283 | 2024-11-14T16:11:38.638Z | Compiling num-conv v0.1.0 |
1284 | 2024-11-14T16:11:38.688Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-11-14T16:11:38.936Z | Compiling spki v0.7.3 |
1286 | 2024-11-14T16:11:38.970Z | Compiling mirai-annotations v1.12.0 |
1287 | 2024-11-14T16:11:39.178Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-11-14T16:11:39.313Z | Compiling vcpkg v0.2.15 |
1289 | 2024-11-14T16:11:39.461Z | Compiling time-macros v0.2.18 |
1290 | 2024-11-14T16:11:39.737Z | Compiling pest_meta v2.7.14 |
1291 | 2024-11-14T16:11:40.084Z | Compiling deranged v0.3.11 |
1292 | 2024-11-14T16:11:41.425Z | Compiling icu_properties v1.5.1 |
1293 | 2024-11-14T16:11:41.495Z | Compiling openssl-sys v0.9.104 |
1294 | 2024-11-14T16:11:41.917Z | Compiling scrypt v0.11.0 |
1295 | 2024-11-14T16:11:42.014Z | Compiling aes v0.8.4 |
1296 | 2024-11-14T16:11:42.473Z | Compiling bitflags v2.6.0 |
1297 | 2024-11-14T16:11:42.500Z | Compiling bytes v1.8.0 |
1298 | 2024-11-14T16:11:42.914Z | Compiling indexmap v2.6.0 |
1299 | 2024-11-14T16:11:43.258Z | Compiling semver v1.0.23 |
1300 | 2024-11-14T16:11:43.794Z | Compiling tokio v1.40.0 |
1301 | 2024-11-14T16:11:44.064Z | Compiling http v1.1.0 |
1302 | 2024-11-14T16:11:44.437Z | Compiling rustc_version v0.4.1 |
1303 | 2024-11-14T16:11:44.874Z | Compiling cbc v0.1.2 |
1304 | 2024-11-14T16:11:44.942Z | Compiling scroll_derive v0.12.0 |
1305 | 2024-11-14T16:11:45.112Z | Compiling write16 v1.0.0 |
1306 | 2024-11-14T16:11:45.198Z | Compiling utf16_iter v1.0.5 |
1307 | 2024-11-14T16:11:45.244Z | Compiling num_threads v0.1.7 |
1308 | 2024-11-14T16:11:45.374Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2024-11-14T16:11:45.396Z | Compiling atomic-waker v1.1.2 |
1310 | 2024-11-14T16:11:45.480Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-11-14T16:11:45.580Z | Compiling http-body v1.0.1 |
1312 | 2024-11-14T16:11:45.730Z | Compiling icu_normalizer v1.5.0 |
1313 | 2024-11-14T16:11:45.791Z | Compiling time v0.3.36 |
1314 | 2024-11-14T16:11:45.823Z | Compiling pkcs5 v0.7.1 |
1315 | 2024-11-14T16:11:46.374Z | Compiling scroll v0.12.0 |
1316 | 2024-11-14T16:11:46.416Z | Compiling pest_generator v2.7.14 |
1317 | 2024-11-14T16:11:46.540Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-11-14T16:11:46.869Z | Compiling which v4.4.2 |
1319 | 2024-11-14T16:11:46.907Z | Compiling slog v2.7.0 |
1320 | 2024-11-14T16:11:47.105Z | Compiling try-lock v0.2.5 |
1321 | 2024-11-14T16:11:47.477Z | Compiling want v0.3.1 |
1322 | 2024-11-14T16:11:47.497Z | Compiling goblin v0.8.2 |
1323 | 2024-11-14T16:11:47.708Z | Compiling idna_adapter v1.2.0 |
1324 | 2024-11-14T16:11:47.761Z | Compiling pkcs8 v0.10.2 |
1325 | 2024-11-14T16:11:47.934Z | Compiling httpdate v1.0.3 |
1326 | 2024-11-14T16:11:48.267Z | Compiling idna v1.0.3 |
1327 | 2024-11-14T16:11:48.440Z | Compiling pest_derive v2.7.14 |
1328 | 2024-11-14T16:11:48.472Z | Compiling serde_tokenstream v0.2.2 |
1329 | 2024-11-14T16:11:49.106Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-14T16:11:49.213Z | Compiling uuid v1.11.0 |
1331 | 2024-11-14T16:11:49.258Z | Compiling dtrace-parser v0.2.0 |
1332 | 2024-11-14T16:11:49.631Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-11-14T16:11:49.869Z | Compiling openssl v0.10.68 |
1334 | 2024-11-14T16:11:50.154Z | Compiling rustversion v1.0.17 |
1335 | 2024-11-14T16:11:50.293Z | Compiling match_cfg v0.1.0 |
1336 | 2024-11-14T16:11:50.393Z | Compiling tower-service v0.3.3 |
1337 | 2024-11-14T16:11:50.527Z | Compiling adler2 v2.0.0 |
1338 | 2024-11-14T16:11:50.603Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-14T16:11:50.731Z | Compiling base64 v0.22.1 |
1340 | 2024-11-14T16:11:50.852Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-11-14T16:11:50.961Z | Compiling foreign-types v0.3.2 |
1342 | 2024-11-14T16:11:51.073Z | Compiling chrono v0.4.38 |
1343 | 2024-11-14T16:11:51.091Z | Compiling miniz_oxide v0.8.0 |
1344 | 2024-11-14T16:11:51.116Z | Compiling hostname v0.3.1 |
1345 | 2024-11-14T16:11:51.399Z | Compiling url v2.5.3 |
1346 | 2024-11-14T16:11:51.465Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-11-14T16:11:52.191Z | Compiling tokio-util v0.7.12 |
1348 | 2024-11-14T16:11:52.630Z | Compiling async-trait v0.1.83 |
1349 | 2024-11-14T16:11:52.785Z | Compiling dirs-sys-next v0.1.2 |
1350 | 2024-11-14T16:11:53.424Z | Compiling h2 v0.4.6 |
1351 | 2024-11-14T16:11:53.443Z | Compiling dof v0.3.0 |
1352 | 2024-11-14T16:11:53.633Z | Compiling rustls v0.22.4 |
1353 | 2024-11-14T16:11:53.920Z | Compiling data-encoding v2.6.0 |
1354 | 2024-11-14T16:11:54.837Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-11-14T16:11:55.423Z | Compiling native-tls v0.2.12 |
1356 | 2024-11-14T16:11:55.699Z | Compiling rustls v0.23.14 |
1357 | 2024-11-14T16:11:55.744Z | Compiling syn v1.0.109 |
1358 | 2024-11-14T16:11:55.966Z | Compiling siphasher v0.3.11 |
1359 | 2024-11-14T16:11:56.363Z | Compiling dirs-next v2.0.0 |
1360 | 2024-11-14T16:11:56.459Z | Compiling http-body-util v0.1.2 |
1361 | 2024-11-14T16:11:56.560Z | Compiling heapless v0.7.17 |
1362 | 2024-11-14T16:11:56.983Z | Compiling crossbeam-epoch v0.9.18 |
1363 | 2024-11-14T16:11:57.004Z | Compiling signature v2.2.0 |
1364 | 2024-11-14T16:11:57.302Z | Compiling sha1 v0.10.6 |
1365 | 2024-11-14T16:11:57.735Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1366 | 2024-11-14T16:11:57.735Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2024-11-14T16:11:57.825Z | Compiling thread_local v1.1.8 |
1368 | 2024-11-14T16:11:57.843Z | Compiling cookie v0.18.1 |
1369 | 2024-11-14T16:11:58.121Z | Compiling encoding_rs v0.8.34 |
1370 | 2024-11-14T16:11:58.242Z | Compiling multer v3.1.0 |
1371 | 2024-11-14T16:11:58.364Z | Compiling gimli v0.31.1 |
1372 | 2024-11-14T16:11:58.510Z | Compiling schemars v0.8.21 |
1373 | 2024-11-14T16:11:58.867Z | Compiling signal-hook v0.3.17 |
1374 | 2024-11-14T16:11:59.167Z | Compiling unicode-properties v0.1.3 |
1375 | 2024-11-14T16:11:59.498Z | Compiling mime v0.3.17 |
1376 | 2024-11-14T16:11:59.601Z | Compiling openssl-probe v0.1.5 |
1377 | 2024-11-14T16:11:59.971Z | Compiling ipnet v2.10.1 |
1378 | 2024-11-14T16:12:00.103Z | Compiling slog-async v2.8.0 |
1379 | 2024-11-14T16:12:00.546Z | Compiling hyper v1.5.0 |
1380 | 2024-11-14T16:12:00.622Z | Compiling rayon-core v1.12.1 |
1381 | 2024-11-14T16:12:00.985Z | Compiling schemars_derive v0.8.21 |
1382 | 2024-11-14T16:12:01.239Z | Compiling stringprep v0.1.5 |
1383 | 2024-11-14T16:12:02.665Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-14T16:12:03.088Z | Compiling hyper-util v0.1.10 |
1385 | 2024-11-14T16:12:03.624Z | Compiling addr2line v0.24.2 |
1386 | 2024-11-14T16:12:04.364Z | Compiling usdt-macro v0.5.0 |
1387 | 2024-11-14T16:12:04.403Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-11-14T16:12:04.740Z | Compiling crossbeam-deque v0.8.5 |
1389 | 2024-11-14T16:12:05.079Z | Compiling term v0.7.0 |
1390 | 2024-11-14T16:12:05.628Z | Compiling slog-json v2.6.1 |
1391 | 2024-11-14T16:12:05.761Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-11-14T16:12:05.994Z | Compiling curve25519-dalek v4.1.3 |
1393 | 2024-11-14T16:12:06.020Z | Compiling crossbeam-channel v0.5.13 |
1394 | 2024-11-14T16:12:06.276Z | Compiling enum-as-inner v0.6.1 |
1395 | 2024-11-14T16:12:06.301Z | Compiling futures-executor v0.3.31 |
1396 | 2024-11-14T16:12:06.570Z | Compiling md-5 v0.10.6 |
1397 | 2024-11-14T16:12:06.599Z | Compiling rustls-pemfile v2.2.0 |
1398 | 2024-11-14T16:12:06.837Z | Compiling async-stream-impl v0.3.6 |
1399 | 2024-11-14T16:12:06.886Z | Compiling num-integer v0.1.46 |
1400 | 2024-11-14T16:12:06.928Z | Compiling idna v0.4.0 |
1401 | 2024-11-14T16:12:07.103Z | Compiling idna v0.3.0 |
1402 | 2024-11-14T16:12:07.411Z | Compiling hash32 v0.2.1 |
1403 | 2024-11-14T16:12:07.689Z | Compiling ff v0.13.0 |
1404 | 2024-11-14T16:12:07.765Z | Compiling is-terminal v0.4.13 |
1405 | 2024-11-14T16:12:07.891Z | Compiling object v0.36.5 |
1406 | 2024-11-14T16:12:07.919Z | Compiling dropshot v0.12.0 |
1407 | 2024-11-14T16:12:08.170Z | Compiling portable-atomic v1.9.0 |
1408 | 2024-11-14T16:12:08.203Z | Compiling dyn-clone v1.0.17 |
1409 | 2024-11-14T16:12:08.424Z | Compiling smoltcp v0.9.1 |
1410 | 2024-11-14T16:12:08.573Z | Compiling utf-8 v0.7.6 |
1411 | 2024-11-14T16:12:08.787Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-11-14T16:12:08.934Z | Compiling take_mut v0.2.2 |
1413 | 2024-11-14T16:12:09.097Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-11-14T16:12:09.188Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-11-14T16:12:09.212Z | Compiling base16ct v0.2.0 |
1416 | 2024-11-14T16:12:09.256Z | Compiling psl-types v2.0.11 |
1417 | 2024-11-14T16:12:09.465Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-11-14T16:12:09.552Z | Compiling quick-error v1.2.3 |
1419 | 2024-11-14T16:12:09.703Z | Compiling anyhow v1.0.93 |
1420 | 2024-11-14T16:12:09.770Z | Compiling resolv-conf v0.7.0 |
1421 | 2024-11-14T16:12:09.822Z | Compiling postgres-protocol v0.6.7 |
1422 | 2024-11-14T16:12:10.199Z | Compiling publicsuffix v2.2.3 |
1423 | 2024-11-14T16:12:10.467Z | Compiling sec1 v0.7.3 |
1424 | 2024-11-14T16:12:10.675Z | Compiling lru-cache v0.1.2 |
1425 | 2024-11-14T16:12:10.799Z | Compiling tungstenite v0.24.0 |
1426 | 2024-11-14T16:12:11.087Z | Compiling async-stream v0.3.6 |
1427 | 2024-11-14T16:12:11.157Z | Compiling group v0.13.0 |
1428 | 2024-11-14T16:12:11.393Z | Compiling slog-term v2.9.1 |
1429 | 2024-11-14T16:12:11.487Z | Compiling usdt v0.5.0 |
1430 | 2024-11-14T16:12:11.902Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-14T16:12:12.706Z | Compiling num-iter v0.1.45 |
1432 | 2024-11-14T16:12:13.008Z | Compiling futures v0.3.31 |
1433 | 2024-11-14T16:12:13.129Z | Compiling slog-bunyan v2.5.0 |
1434 | 2024-11-14T16:12:13.153Z | Compiling toml v0.8.19 |
1435 | 2024-11-14T16:12:14.698Z | Compiling camino v1.1.9 |
1436 | 2024-11-14T16:12:14.959Z | Compiling tokio-native-tls v0.3.1 |
1437 | 2024-11-14T16:12:15.237Z | Compiling backtrace v0.3.74 |
1438 | 2024-11-14T16:12:15.633Z | Compiling phf_shared v0.11.2 |
1439 | 2024-11-14T16:12:15.695Z | Compiling dropshot_endpoint v0.12.0 |
1440 | 2024-11-14T16:12:15.979Z | Compiling terminal_size v0.4.0 |
1441 | 2024-11-14T16:12:16.021Z | Compiling waitgroup v0.1.2 |
1442 | 2024-11-14T16:12:16.132Z | Compiling openapiv3 v2.0.0 |
1443 | 2024-11-14T16:12:16.192Z | Compiling serde_path_to_error v0.1.16 |
1444 | 2024-11-14T16:12:16.242Z | Compiling hkdf v0.12.4 |
1445 | 2024-11-14T16:12:16.506Z | Compiling crypto-bigint v0.5.5 |
1446 | 2024-11-14T16:12:17.018Z | Compiling webpki-roots v0.26.6 |
1447 | 2024-11-14T16:12:17.246Z | Compiling zerocopy-derive v0.6.6 |
1448 | 2024-11-14T16:12:19.006Z | Compiling curve25519-dalek-derive v0.1.1 |
1449 | 2024-11-14T16:12:19.469Z | Compiling hubpack_derive v0.1.1 |
1450 | 2024-11-14T16:12:19.535Z | Compiling idna v0.5.0 |
1451 | 2024-11-14T16:12:20.348Z | Compiling hostname v0.4.0 |
1452 | 2024-11-14T16:12:20.436Z | Compiling fs-err v2.11.0 |
1453 | 2024-11-14T16:12:20.512Z | Compiling ahash v0.8.11 |
1454 | 2024-11-14T16:12:20.621Z | Compiling crc32fast v1.4.2 |
1455 | 2024-11-14T16:12:20.623Z | Compiling winnow v0.5.40 |
1456 | 2024-11-14T16:12:20.699Z | Compiling managed v0.8.0 |
1457 | 2024-11-14T16:12:20.846Z | Compiling bitflags v1.3.2 |
1458 | 2024-11-14T16:12:20.948Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-11-14T16:12:20.968Z | Compiling strum_macros v0.25.3 |
1460 | 2024-11-14T16:12:21.141Z | Compiling clap_builder v4.5.21 |
1461 | 2024-11-14T16:12:21.161Z | Compiling console v0.15.8 |
1462 | 2024-11-14T16:12:22.523Z | Compiling flate2 v1.0.34 |
1463 | 2024-11-14T16:12:22.884Z | Compiling hubpack v0.1.2 |
1464 | 2024-11-14T16:12:23.229Z | Compiling cookie_store v0.21.0 |
1465 | 2024-11-14T16:12:23.344Z | Compiling elliptic-curve v0.13.8 |
1466 | 2024-11-14T16:12:23.496Z | Compiling zerocopy v0.6.6 |
1467 | 2024-11-14T16:12:24.249Z | Compiling toml_edit v0.19.15 |
1468 | 2024-11-14T16:12:24.375Z | Compiling hickory-resolver v0.24.1 |
1469 | 2024-11-14T16:12:24.909Z | Compiling phf v0.11.2 |
1470 | 2024-11-14T16:12:25.219Z | Compiling signal-hook-mio v0.2.4 |
1471 | 2024-11-14T16:12:25.222Z | Compiling hyper-tls v0.6.0 |
1472 | 2024-11-14T16:12:25.384Z | Compiling rayon v1.10.0 |
1473 | 2024-11-14T16:12:25.415Z | Compiling bzip2 v0.4.4 |
1474 | 2024-11-14T16:12:25.816Z | Compiling tokio-tungstenite v0.24.0 |
1475 | 2024-11-14T16:12:27.703Z | Compiling postgres-types v0.2.8 |
1476 | 2024-11-14T16:12:29.239Z | Compiling ed25519 v2.2.3 |
1477 | 2024-11-14T16:12:30.256Z | Compiling phf_shared v0.10.0 |
1478 | 2024-11-14T16:12:30.670Z | Compiling tokio-stream v0.1.16 |
1479 | 2024-11-14T16:12:30.690Z | Compiling pkcs1 v0.7.5 |
1480 | 2024-11-14T16:12:30.965Z | Compiling serde-big-array v0.5.1 |
1481 | 2024-11-14T16:12:31.090Z | Compiling clap_derive v4.5.18 |
1482 | 2024-11-14T16:12:31.176Z | Compiling rfc6979 v0.4.0 |
1483 | 2024-11-14T16:12:31.196Z | Compiling derive-where v1.2.7 |
1484 | 2024-11-14T16:12:31.363Z | Compiling serde_repr v0.1.19 |
1485 | 2024-11-14T16:12:31.681Z | Compiling float-cmp v0.9.0 |
1486 | 2024-11-14T16:12:31.726Z | Compiling bstr v1.10.0 |
1487 | 2024-11-14T16:12:31.909Z | Compiling sync_wrapper v1.0.1 |
1488 | 2024-11-14T16:12:32.066Z | Compiling static_assertions v1.1.0 |
1489 | 2024-11-14T16:12:32.167Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-11-14T16:12:32.296Z | Compiling predicates-core v1.0.8 |
1491 | 2024-11-14T16:12:32.401Z | Compiling new_debug_unreachable v1.0.6 |
1492 | 2024-11-14T16:12:32.501Z | Compiling fixedbitset v0.4.2 |
1493 | 2024-11-14T16:12:32.504Z | Compiling number_prefix v0.4.0 |
1494 | 2024-11-14T16:12:32.654Z | Compiling whoami v1.5.2 |
1495 | 2024-11-14T16:12:32.740Z | Compiling unicode-width v0.2.0 |
1496 | 2024-11-14T16:12:32.967Z | Compiling precomputed-hash v0.1.1 |
1497 | 2024-11-14T16:12:33.089Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-11-14T16:12:33.276Z | Compiling bit-vec v0.6.3 |
1499 | 2024-11-14T16:12:33.279Z | Compiling difflib v0.4.0 |
1500 | 2024-11-14T16:12:33.613Z | Compiling indicatif v0.17.9 |
1501 | 2024-11-14T16:12:33.738Z | Compiling predicates v3.1.2 |
1502 | 2024-11-14T16:12:34.006Z | Compiling similar v2.6.0 |
1503 | 2024-11-14T16:12:34.798Z | Compiling bit-set v0.5.3 |
1504 | 2024-11-14T16:12:34.940Z | Compiling string_cache v0.8.7 |
1505 | 2024-11-14T16:12:35.101Z | Compiling tokio-postgres v0.7.12 |
1506 | 2024-11-14T16:12:35.435Z | Compiling petgraph v0.6.5 |
1507 | 2024-11-14T16:12:35.564Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-11-14T16:12:35.782Z | Compiling ecdsa v0.16.9 |
1509 | 2024-11-14T16:12:36.273Z | Compiling clap v4.5.21 |
1510 | 2024-11-14T16:12:36.400Z | Compiling rsa v0.9.6 |
1511 | 2024-11-14T16:12:36.436Z | Compiling ed25519-dalek v2.1.1 |
1512 | 2024-11-14T16:12:36.636Z | Compiling toml v0.7.8 |
1513 | 2024-11-14T16:12:37.771Z | Compiling zip v0.6.6 |
1514 | 2024-11-14T16:12:38.383Z | Compiling crossterm v0.28.1 |
1515 | 2024-11-14T16:12:40.126Z | Compiling hex v0.4.3 |
1516 | 2024-11-14T16:12:40.146Z | Compiling x509-cert v0.2.5 |
1517 | 2024-11-14T16:12:40.206Z | Compiling itertools v0.10.5 |
1518 | 2024-11-14T16:12:40.752Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-11-14T16:12:41.009Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-11-14T16:12:41.375Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-14T16:12:41.430Z | Compiling strum_macros v0.26.4 |
1522 | 2024-11-14T16:12:41.560Z | Compiling xattr v1.3.1 |
1523 | 2024-11-14T16:12:41.832Z | Compiling filetime v0.2.25 |
1524 | 2024-11-14T16:12:42.157Z | Compiling tar v0.4.43 |
1525 | 2024-11-14T16:12:46.611Z | Compiling strum v0.26.3 |
1526 | 2024-11-14T16:12:48.825Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2024-11-14T16:13:16.719Z | Compiling rustls-webpki v0.102.8 |
1528 | 2024-11-14T16:13:20.071Z | Compiling tokio-rustls v0.25.0 |
1529 | 2024-11-14T16:13:21.621Z | Compiling tokio-rustls v0.26.0 |
1530 | 2024-11-14T16:13:21.992Z | Compiling hyper-rustls v0.27.3 |
1531 | 2024-11-14T16:13:22.436Z | Compiling reqwest v0.12.9 |
1532 | 2024-11-14T16:13:23.693Z | Compiling qorb v0.2.0 |
1533 | 2024-11-14T16:13:28.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-11-14T16:13:28.658Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2024-11-14T16:13:34.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1536 | 2024-11-14T16:13:34.515Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2024-11-14T16:13:34.564Z | Nov 14 16:13:33.752 INFO Starting download, target: Clickhouse |
1538 | 2024-11-14T16:13:34.564Z | Nov 14 16:13:33.753 INFO Starting download, target: Console |
1539 | 2024-11-14T16:13:34.564Z | Nov 14 16:13:33.753 INFO Starting download, target: Cockroach |
1540 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Starting download, target: DendriteOpenapi |
1541 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Starting download, target: DendriteStub |
1542 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Starting download, target: MaghemiteMgd |
1543 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Starting download, target: TransceiverControl |
1544 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.753 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.754 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-11-14T16:13:34.566Z | Nov 14 16:13:33.754 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-11-14T16:13:34.567Z | Nov 14 16:13:33.754 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-14T16:13:34.567Z | Nov 14 16:13:33.754 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1550 | 2024-11-14T16:13:34.567Z | Nov 14 16:13:33.754 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1551 | 2024-11-14T16:13:34.745Z | Nov 14 16:13:33.934 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-11-14T16:13:35.029Z | Nov 14 16:13:34.206 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-11-14T16:13:35.103Z | Nov 14 16:13:34.266 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-11-14T16:13:35.431Z | Nov 14 16:13:34.574 INFO Download complete, target: Console |
1555 | 2024-11-14T16:13:35.507Z | Nov 14 16:13:34.691 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1556 | 2024-11-14T16:13:35.643Z | Nov 14 16:13:34.829 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-11-14T16:13:35.683Z | Nov 14 16:13:34.869 INFO Download complete, target: TransceiverControl |
1558 | 2024-11-14T16:13:36.341Z | Nov 14 16:13:35.529 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-11-14T16:13:36.341Z | Nov 14 16:13:35.529 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-11-14T16:13:38.364Z | Nov 14 16:13:37.552 INFO Download complete, target: MaghemiteMgd |
1561 | 2024-11-14T16:13:38.364Z | Nov 14 16:13:37.552 INFO Download complete, target: DendriteStub |
1562 | 2024-11-14T16:13:38.369Z | Nov 14 16:13:37.558 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-11-14T16:13:43.619Z | Nov 14 16:13:42.805 INFO Checking that binary works, target: Cockroach |
1564 | 2024-11-14T16:13:43.770Z | Nov 14 16:13:42.958 INFO Download complete, target: Cockroach |
1565 | 2024-11-14T16:13:50.306Z | Nov 14 16:13:49.494 INFO Checking that binary works, target: Clickhouse |
1566 | 2024-11-14T16:13:50.472Z | Nov 14 16:13:49.659 INFO Download complete, target: Clickhouse |
1567 | 2024-11-14T16:13:50.493Z | All builder prerequisites installed successfully, and PATH looks valid |
1568 | 2024-11-14T16:13:50.496Z | |
1569 | 2024-11-14T16:13:50.496Z | real 5:21.356504192 |
1570 | 2024-11-14T16:13:50.496Z | user 16:29.768235129 |
1571 | 2024-11-14T16:13:50.496Z | sys 3:14.007312966 |
1572 | 2024-11-14T16:13:50.496Z | trap 0.568849929 |
1573 | 2024-11-14T16:13:50.496Z | tflt 1.735042601 |
1574 | 2024-11-14T16:13:50.496Z | dflt 2.314707068 |
1575 | 2024-11-14T16:13:50.496Z | kflt 0.035226695 |
1576 | 2024-11-14T16:13:50.496Z | lock 30:09.513413988 |
1577 | 2024-11-14T16:13:50.496Z | slp 1:02:19.315897709 |
1578 | 2024-11-14T16:13:50.496Z | lat 58.634855803 |
1579 | 2024-11-14T16:13:50.496Z | stop 2:16.464174418 |
1580 | 2024-11-14T16:13:50.496Z | + banner clippy |
1581 | 2024-11-14T16:13:50.499Z | |
1582 | 2024-11-14T16:13:50.499Z | #### # # ##### ##### # # |
1583 | 2024-11-14T16:13:50.499Z | # # # # # # # # # # |
1584 | 2024-11-14T16:13:50.499Z | # # # # # # # # |
1585 | 2024-11-14T16:13:50.499Z | # # # ##### ##### # |
1586 | 2024-11-14T16:13:50.499Z | # # # # # # # |
1587 | 2024-11-14T16:13:50.499Z | #### ###### # # # # |
1588 | 2024-11-14T16:13:50.499Z | |
1589 | 2024-11-14T16:13:50.499Z | + export CARGO_INCREMENTAL=0 |
1590 | 2024-11-14T16:13:50.499Z | + CARGO_INCREMENTAL=0 |
1591 | 2024-11-14T16:13:50.500Z | + ptime -m cargo xtask clippy |
1592 | 2024-11-14T16:13:50.994Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1593 | 2024-11-14T16:13:54.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
1594 | 2024-11-14T16:13:54.558Z | Running `target/debug/xtask clippy` |
1595 | 2024-11-14T16:13:54.578Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1596 | 2024-11-14T16:13:55.221Z | Downloading crates ... |
1597 | 2024-11-14T16:13:55.538Z | Downloaded anes v0.1.6 |
1598 | 2024-11-14T16:13:55.544Z | Downloaded async-signal v0.2.10 |
1599 | 2024-11-14T16:13:55.547Z | Downloaded plotters-svg v0.3.7 |
1600 | 2024-11-14T16:13:55.547Z | Downloaded async-channel v1.9.0 |
1601 | 2024-11-14T16:13:55.550Z | Downloaded assert-json-diff v2.0.2 |
1602 | 2024-11-14T16:13:55.552Z | Downloaded target-triple v0.1.3 |
1603 | 2024-11-14T16:13:55.555Z | Downloaded httptest v0.16.1 |
1604 | 2024-11-14T16:13:55.557Z | Downloaded nested v0.1.1 |
1605 | 2024-11-14T16:13:55.557Z | Downloaded datatest-stable v0.2.9 |
1606 | 2024-11-14T16:13:55.560Z | Downloaded rustls-native-certs v0.7.3 |
1607 | 2024-11-14T16:13:55.562Z | Downloaded proc-macro-crate v3.2.0 |
1608 | 2024-11-14T16:13:55.564Z | Downloaded stringmetrics v2.2.2 |
1609 | 2024-11-14T16:13:55.566Z | Downloaded escape8259 v0.5.3 |
1610 | 2024-11-14T16:13:55.566Z | Downloaded trybuild v1.0.101 |
1611 | 2024-11-14T16:13:55.570Z | Downloaded futures-timer v3.0.3 |
1612 | 2024-11-14T16:13:55.572Z | Downloaded rstest v0.23.0 |
1613 | 2024-11-14T16:13:55.577Z | Downloaded event-listener-strategy v0.5.2 |
1614 | 2024-11-14T16:13:55.579Z | Downloaded assert_cmd v2.0.16 |
1615 | 2024-11-14T16:13:55.581Z | Downloaded async-global-executor v2.4.1 |
1616 | 2024-11-14T16:13:55.584Z | Downloaded cast v0.3.0 |
1617 | 2024-11-14T16:13:55.584Z | Downloaded async-task v4.7.1 |
1618 | 2024-11-14T16:13:55.586Z | Downloaded async-process v2.3.0 |
1619 | 2024-11-14T16:13:55.589Z | Downloaded async-object-pool v0.1.5 |
1620 | 2024-11-14T16:13:55.589Z | Downloaded blake2b_simd v1.0.2 |
1621 | 2024-11-14T16:13:55.592Z | Downloaded async-channel v2.3.1 |
1622 | 2024-11-14T16:13:55.592Z | Downloaded async-io v2.3.4 |
1623 | 2024-11-14T16:13:55.595Z | Downloaded async-attributes v1.1.2 |
1624 | 2024-11-14T16:13:55.597Z | Downloaded approx v0.5.1 |
1625 | 2024-11-14T16:13:55.597Z | Downloaded guppy-workspace-hack v0.1.0 |
1626 | 2024-11-14T16:13:55.597Z | Downloaded indoc v2.0.5 |
1627 | 2024-11-14T16:13:55.600Z | Downloaded async-executor v1.13.1 |
1628 | 2024-11-14T16:13:55.602Z | Downloaded async-lock v3.4.0 |
1629 | 2024-11-14T16:13:55.605Z | Downloaded async-std v1.13.0 |
1630 | 2024-11-14T16:13:55.623Z | Downloaded futures-lite v2.3.0 |
1631 | 2024-11-14T16:13:55.626Z | Downloaded event-listener v2.5.3 |
1632 | 2024-11-14T16:13:55.626Z | Downloaded doc-comment v0.3.3 |
1633 | 2024-11-14T16:13:55.628Z | Downloaded criterion-plot v0.5.0 |
1634 | 2024-11-14T16:13:55.633Z | Downloaded pathdiff v0.2.2 |
1635 | 2024-11-14T16:13:55.635Z | Downloaded cfg-expr v0.17.0 |
1636 | 2024-11-14T16:13:55.649Z | Downloaded hyper-rustls v0.26.0 |
1637 | 2024-11-14T16:13:55.651Z | Downloaded similar-asserts v1.6.0 |
1638 | 2024-11-14T16:13:55.654Z | Downloaded blocking v1.6.1 |
1639 | 2024-11-14T16:13:55.657Z | Downloaded relative-path v1.9.3 |
1640 | 2024-11-14T16:13:55.659Z | Downloaded path-tree v0.8.1 |
1641 | 2024-11-14T16:13:55.659Z | Downloaded piper v0.2.4 |
1642 | 2024-11-14T16:13:55.661Z | Downloaded parking v2.2.1 |
1643 | 2024-11-14T16:13:55.661Z | Downloaded oorandom v11.1.4 |
1644 | 2024-11-14T16:13:55.663Z | Downloaded num_cpus v1.16.0 |
1645 | 2024-11-14T16:13:55.679Z | Downloaded tinytemplate v1.2.1 |
1646 | 2024-11-14T16:13:55.682Z | Downloaded plotters-backend v0.3.7 |
1647 | 2024-11-14T16:13:55.682Z | Downloaded libtest-mimic v0.7.3 |
1648 | 2024-11-14T16:13:55.684Z | Downloaded event-listener v5.3.1 |
1649 | 2024-11-14T16:13:55.686Z | Downloaded target-spec v3.2.2 |
1650 | 2024-11-14T16:13:55.688Z | Downloaded target-lexicon v0.12.16 |
1651 | 2024-11-14T16:13:55.691Z | Downloaded serde_regex v1.1.0 |
1652 | 2024-11-14T16:13:55.691Z | Downloaded threadpool v1.8.1 |
1653 | 2024-11-14T16:13:55.693Z | Downloaded partial-io v0.5.4 |
1654 | 2024-11-14T16:13:55.693Z | Downloaded rust-argon2 v2.1.0 |
1655 | 2024-11-14T16:13:55.696Z | Downloaded kv-log-macro v1.0.7 |
1656 | 2024-11-14T16:13:55.696Z | Downloaded fancy-regex v0.13.0 |
1657 | 2024-11-14T16:13:55.699Z | Downloaded rstest_macros v0.23.0 |
1658 | 2024-11-14T16:13:55.702Z | Downloaded polling v3.7.3 |
1659 | 2024-11-14T16:13:55.705Z | Downloaded criterion v0.5.1 |
1660 | 2024-11-14T16:13:55.720Z | Downloaded rand_distr v0.4.3 |
1661 | 2024-11-14T16:13:55.720Z | Downloaded yansi v1.0.1 |
1662 | 2024-11-14T16:13:55.720Z | Downloaded pretty_assertions v1.4.1 |
1663 | 2024-11-14T16:13:55.720Z | Downloaded plotters v0.3.7 |
1664 | 2024-11-14T16:13:55.727Z | Downloaded guppy v0.17.8 |
1665 | 2024-11-14T16:13:55.733Z | Downloaded concurrent-queue v2.5.0 |
1666 | 2024-11-14T16:13:55.806Z | Downloaded httpmock v0.8.0-alpha.1 |
1667 | 2024-11-14T16:13:56.558Z | Checking cfg-if v1.0.0 |
1668 | 2024-11-14T16:13:56.634Z | Checking libc v0.2.162 |
1669 | 2024-11-14T16:13:56.654Z | Checking serde v1.0.215 |
1670 | 2024-11-14T16:13:56.674Z | Checking memchr v2.7.4 |
1671 | 2024-11-14T16:13:56.693Z | Checking value-bag v1.9.0 |
1672 | 2024-11-14T16:13:56.716Z | Checking scopeguard v1.2.0 |
1673 | 2024-11-14T16:13:56.734Z | Checking zeroize v1.8.1 |
1674 | 2024-11-14T16:13:56.758Z | Checking smallvec v1.13.2 |
1675 | 2024-11-14T16:13:56.782Z | Checking itoa v1.0.11 |
1676 | 2024-11-14T16:13:56.841Z | Checking lock_api v0.4.12 |
1677 | 2024-11-14T16:13:56.985Z | Checking byteorder v1.5.0 |
1678 | 2024-11-14T16:13:57.012Z | Checking pin-project-lite v0.2.14 |
1679 | 2024-11-14T16:13:57.085Z | Checking log v0.4.22 |
1680 | 2024-11-14T16:13:57.114Z | Checking subtle v2.6.1 |
1681 | 2024-11-14T16:13:57.147Z | Checking once_cell v1.20.2 |
1682 | 2024-11-14T16:13:57.276Z | Checking typenum v1.17.0 |
1683 | 2024-11-14T16:13:57.400Z | Checking futures-core v0.3.31 |
1684 | 2024-11-14T16:13:57.429Z | Checking zerocopy v0.7.35 |
1685 | 2024-11-14T16:13:57.475Z | Checking libm v0.2.8 |
1686 | 2024-11-14T16:13:57.582Z | Checking thiserror v1.0.69 |
1687 | 2024-11-14T16:13:57.613Z | Checking ryu v1.0.18 |
1688 | 2024-11-14T16:13:57.643Z | Checking spin v0.9.8 |
1689 | 2024-11-14T16:13:57.727Z | Checking const-oid v0.9.6 |
1690 | 2024-11-14T16:13:57.868Z | Checking getrandom v0.2.15 |
1691 | 2024-11-14T16:13:57.868Z | Checking signal-hook-registry v1.4.2 |
1692 | 2024-11-14T16:13:58.027Z | Checking parking_lot_core v0.9.10 |
1693 | 2024-11-14T16:13:58.113Z | Checking rand_core v0.6.4 |
1694 | 2024-11-14T16:13:58.149Z | Checking mio v1.0.2 |
1695 | 2024-11-14T16:13:58.370Z | Checking parking_lot v0.12.3 |
1696 | 2024-11-14T16:13:58.394Z | Checking num-traits v0.2.19 |
1697 | 2024-11-14T16:13:58.437Z | Checking socket2 v0.5.7 |
1698 | 2024-11-14T16:13:58.563Z | Checking generic-array v0.14.7 |
1699 | 2024-11-14T16:13:58.709Z | Checking futures-io v0.3.31 |
1700 | 2024-11-14T16:13:58.761Z | Checking slab v0.4.9 |
1701 | 2024-11-14T16:13:58.844Z | Checking allocator-api2 v0.2.18 |
1702 | 2024-11-14T16:13:58.896Z | Checking cpufeatures v0.2.14 |
1703 | 2024-11-14T16:13:58.924Z | Checking futures-sink v0.3.31 |
1704 | 2024-11-14T16:13:59.006Z | Checking pin-utils v0.1.0 |
1705 | 2024-11-14T16:13:59.036Z | Checking equivalent v1.0.1 |
1706 | 2024-11-14T16:13:59.069Z | Checking foldhash v0.1.3 |
1707 | 2024-11-14T16:13:59.106Z | Checking futures-channel v0.3.31 |
1708 | 2024-11-14T16:13:59.155Z | Checking futures-task v0.3.31 |
1709 | 2024-11-14T16:13:59.296Z | Checking stable_deref_trait v1.2.0 |
1710 | 2024-11-14T16:13:59.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1711 | 2024-11-14T16:13:59.432Z | Checking fnv v1.0.7 |
1712 | 2024-11-14T16:13:59.461Z | Checking futures-util v0.3.31 |
1713 | 2024-11-14T16:13:59.505Z | Checking hashbrown v0.15.0 |
1714 | 2024-11-14T16:13:59.528Z | Checking iana-time-zone v0.1.61 |
1715 | 2024-11-14T16:13:59.559Z | Checking ppv-lite86 v0.2.20 |
1716 | 2024-11-14T16:13:59.656Z | Checking crypto-common v0.1.6 |
1717 | 2024-11-14T16:13:59.681Z | Checking block-buffer v0.10.4 |
1718 | 2024-11-14T16:13:59.744Z | Checking tracing-core v0.1.32 |
1719 | 2024-11-14T16:13:59.841Z | Checking errno v0.3.9 |
1720 | 2024-11-14T16:13:59.902Z | Checking digest v0.10.7 |
1721 | 2024-11-14T16:14:00.026Z | Checking zerofrom v0.1.4 |
1722 | 2024-11-14T16:14:00.069Z | Checking dyn-clone v1.0.17 |
1723 | 2024-11-14T16:14:00.222Z | Checking block-padding v0.3.3 |
1724 | 2024-11-14T16:14:00.256Z | Checking yoke v0.7.4 |
1725 | 2024-11-14T16:14:00.290Z | Checking crossbeam-utils v0.8.20 |
1726 | 2024-11-14T16:14:00.341Z | Checking rand_chacha v0.3.1 |
1727 | 2024-11-14T16:14:00.368Z | Checking tracing v0.1.40 |
1728 | 2024-11-14T16:14:00.429Z | Checking inout v0.1.3 |
1729 | 2024-11-14T16:14:00.584Z | Checking zerovec v0.10.4 |
1730 | 2024-11-14T16:14:00.611Z | Checking percent-encoding v2.3.1 |
1731 | 2024-11-14T16:14:00.668Z | Checking cipher v0.4.4 |
1732 | 2024-11-14T16:14:00.710Z | Checking writeable v0.5.5 |
1733 | 2024-11-14T16:14:00.736Z | Checking rand v0.8.5 |
1734 | 2024-11-14T16:14:00.816Z | Checking litemap v0.7.3 |
1735 | 2024-11-14T16:14:01.007Z | Checking tinyvec_macros v0.1.1 |
1736 | 2024-11-14T16:14:01.044Z | Checking form_urlencoded v1.2.1 |
1737 | 2024-11-14T16:14:01.069Z | Checking httparse v1.9.5 |
1738 | 2024-11-14T16:14:01.099Z | Checking tinyvec v1.8.0 |
1739 | 2024-11-14T16:14:01.160Z | Checking regex-syntax v0.8.5 |
1740 | 2024-11-14T16:14:01.252Z | Checking icu_locid_transform_data v1.5.0 |
1741 | 2024-11-14T16:14:01.354Z | Checking atomic-waker v1.1.2 |
1742 | 2024-11-14T16:14:01.484Z | Checking base64ct v1.6.0 |
1743 | 2024-11-14T16:14:01.537Z | Checking hmac v0.12.1 |
1744 | 2024-11-14T16:14:01.566Z | Checking bytes v1.8.0 |
1745 | 2024-11-14T16:14:01.767Z | Checking bitflags v2.6.0 |
1746 | 2024-11-14T16:14:01.950Z | Checking serde_json v1.0.132 |
1747 | 2024-11-14T16:14:02.024Z | Checking indexmap v2.6.0 |
1748 | 2024-11-14T16:14:02.075Z | Checking chrono v0.4.38 |
1749 | 2024-11-14T16:14:02.195Z | Checking rustix v0.38.37 |
1750 | 2024-11-14T16:14:02.360Z | Checking tokio v1.40.0 |
1751 | 2024-11-14T16:14:02.409Z | Checking uuid v1.11.0 |
1752 | 2024-11-14T16:14:03.061Z | Checking http v1.1.0 |
1753 | 2024-11-14T16:14:03.322Z | Checking tinystr v0.7.6 |
1754 | 2024-11-14T16:14:03.687Z | Checking unicode-normalization v0.1.24 |
1755 | 2024-11-14T16:14:03.713Z | Checking icu_locid v1.5.0 |
1756 | 2024-11-14T16:14:04.237Z | Checking schemars v0.8.21 |
1757 | 2024-11-14T16:14:04.415Z | Checking icu_collections v1.5.0 |
1758 | 2024-11-14T16:14:04.441Z | Checking untrusted v0.9.0 |
1759 | 2024-11-14T16:14:04.542Z | Checking icu_properties_data v1.5.0 |
1760 | 2024-11-14T16:14:04.591Z | Checking ring v0.17.8 |
1761 | 2024-11-14T16:14:04.619Z | Checking sha2 v0.10.8 |
1762 | 2024-11-14T16:14:04.796Z | Checking icu_provider v1.5.0 |
1763 | 2024-11-14T16:14:04.824Z | Checking aho-corasick v1.1.3 |
1764 | 2024-11-14T16:14:05.077Z | Checking utf16_iter v1.0.5 |
1765 | 2024-11-14T16:14:05.213Z | Checking icu_normalizer_data v1.5.0 |
1766 | 2024-11-14T16:14:05.246Z | Checking write16 v1.0.0 |
1767 | 2024-11-14T16:14:05.323Z | Checking unicode-bidi v0.3.17 |
1768 | 2024-11-14T16:14:05.375Z | Checking utf8_iter v1.0.4 |
1769 | 2024-11-14T16:14:05.486Z | Checking icu_locid_transform v1.5.0 |
1770 | 2024-11-14T16:14:05.584Z | Checking unicode-ident v1.0.13 |
1771 | 2024-11-14T16:14:05.763Z | Checking lazy_static v1.5.0 |
1772 | 2024-11-14T16:14:05.766Z | Checking powerfmt v0.2.0 |
1773 | 2024-11-14T16:14:05.827Z | Checking adler2 v2.0.0 |
1774 | 2024-11-14T16:14:05.890Z | Checking num-conv v0.1.0 |
1775 | 2024-11-14T16:14:05.961Z | Checking rustls-pki-types v1.9.0 |
1776 | 2024-11-14T16:14:05.989Z | Checking miniz_oxide v0.8.0 |
1777 | 2024-11-14T16:14:06.043Z | Checking deranged v0.3.11 |
1778 | 2024-11-14T16:14:06.160Z | Checking num_threads v0.1.7 |
1779 | 2024-11-14T16:14:06.281Z | Checking time-core v0.1.2 |
1780 | 2024-11-14T16:14:06.442Z | Checking proc-macro2 v1.0.89 |
1781 | 2024-11-14T16:14:06.470Z | Checking pem-rfc7468 v0.7.0 |
1782 | 2024-11-14T16:14:06.496Z | Checking icu_properties v1.5.1 |
1783 | 2024-11-14T16:14:06.499Z | Checking regex-automata v0.4.8 |
1784 | 2024-11-14T16:14:06.539Z | Checking untrusted v0.7.1 |
1785 | 2024-11-14T16:14:06.705Z | Checking http-body v1.0.1 |
1786 | 2024-11-14T16:14:06.732Z | Checking aws-lc-sys v0.22.0 |
1787 | 2024-11-14T16:14:06.749Z | Checking base64 v0.22.1 |
1788 | 2024-11-14T16:14:06.927Z | Checking try-lock v0.2.5 |
1789 | 2024-11-14T16:14:07.081Z | Checking httpdate v1.0.3 |
1790 | 2024-11-14T16:14:07.108Z | Checking quote v1.0.37 |
1791 | 2024-11-14T16:14:07.221Z | Checking mirai-annotations v1.12.0 |
1792 | 2024-11-14T16:14:07.352Z | Checking want v0.3.1 |
1793 | 2024-11-14T16:14:07.410Z | Checking flagset v0.4.6 |
1794 | 2024-11-14T16:14:07.469Z | Checking syn v2.0.87 |
1795 | 2024-11-14T16:14:07.543Z | Checking pbkdf2 v0.12.2 |
1796 | 2024-11-14T16:14:07.624Z | Checking der v0.7.9 |
1797 | 2024-11-14T16:14:07.805Z | Checking aes v0.8.4 |
1798 | 2024-11-14T16:14:07.815Z | Checking time v0.3.36 |
1799 | 2024-11-14T16:14:08.661Z | Checking cbc v0.1.2 |
1800 | 2024-11-14T16:14:08.882Z | Checking salsa20 v0.10.2 |
1801 | 2024-11-14T16:14:09.112Z | Checking ahash v0.8.11 |
1802 | 2024-11-14T16:14:09.393Z | Checking aws-lc-rs v1.10.0 |
1803 | 2024-11-14T16:14:09.454Z | Checking spki v0.7.3 |
1804 | 2024-11-14T16:14:09.529Z | Checking tokio-util v0.7.12 |
1805 | 2024-11-14T16:14:09.701Z | Checking slog v2.7.0 |
1806 | 2024-11-14T16:14:09.759Z | Checking tower-service v0.3.3 |
1807 | 2024-11-14T16:14:09.849Z | Checking icu_normalizer v1.5.0 |
1808 | 2024-11-14T16:14:09.893Z | Checking scrypt v0.11.0 |
1809 | 2024-11-14T16:14:10.137Z | Checking gimli v0.31.1 |
1810 | 2024-11-14T16:14:10.182Z | Checking mime v0.3.17 |
1811 | 2024-11-14T16:14:10.357Z | Checking pkcs5 v0.7.1 |
1812 | 2024-11-14T16:14:10.413Z | Checking h2 v0.4.6 |
1813 | 2024-11-14T16:14:10.491Z | Checking object v0.36.5 |
1814 | 2024-11-14T16:14:10.672Z | Checking idna_adapter v1.2.0 |
1815 | 2024-11-14T16:14:10.845Z | Checking utf8parse v0.2.2 |
1816 | 2024-11-14T16:14:10.881Z | Checking idna v1.0.3 |
1817 | 2024-11-14T16:14:10.992Z | Checking rustc-demangle v0.1.24 |
1818 | 2024-11-14T16:14:11.069Z | Checking regex v1.11.1 |
1819 | 2024-11-14T16:14:11.171Z | Checking rustls-webpki v0.102.8 |
1820 | 2024-11-14T16:14:11.361Z | Checking url v2.5.3 |
1821 | 2024-11-14T16:14:11.419Z | Checking pkcs8 v0.10.2 |
1822 | 2024-11-14T16:14:11.752Z | Checking http-body-util v0.1.2 |
1823 | 2024-11-14T16:14:11.761Z | Checking futures-executor v0.3.31 |
1824 | 2024-11-14T16:14:11.956Z | Checking toml_datetime v0.6.8 |
1825 | 2024-11-14T16:14:11.994Z | Checking serde_spanned v0.6.8 |
1826 | 2024-11-14T16:14:12.191Z | Checking data-encoding v2.6.0 |
1827 | 2024-11-14T16:14:12.218Z | Checking ipnet v2.10.1 |
1828 | 2024-11-14T16:14:12.223Z | Checking unicode-width v0.1.14 |
1829 | 2024-11-14T16:14:12.262Z | Checking futures v0.3.31 |
1830 | 2024-11-14T16:14:12.378Z | Checking rustls-pemfile v2.2.0 |
1831 | 2024-11-14T16:14:12.591Z | Checking anstyle v1.0.10 |
1832 | 2024-11-14T16:14:12.711Z | Checking foreign-types-shared v0.1.1 |
1833 | 2024-11-14T16:14:12.736Z | Checking openssl-probe v0.1.5 |
1834 | 2024-11-14T16:14:12.831Z | Checking foreign-types v0.3.2 |
1835 | 2024-11-14T16:14:12.858Z | Checking serde_urlencoded v0.7.1 |
1836 | 2024-11-14T16:14:12.902Z | Checking semver v1.0.23 |
1837 | 2024-11-14T16:14:12.928Z | Checking sha1 v0.10.6 |
1838 | 2024-11-14T16:14:12.955Z | Checking openssl-sys v0.9.104 |
1839 | 2024-11-14T16:14:13.226Z | Checking encoding_rs v0.8.34 |
1840 | 2024-11-14T16:14:13.296Z | Checking rustls v0.23.14 |
1841 | 2024-11-14T16:14:13.321Z | Checking anstyle-parse v0.2.5 |
1842 | 2024-11-14T16:14:13.608Z | Checking camino v1.1.9 |
1843 | 2024-11-14T16:14:13.684Z | Checking winnow v0.6.20 |
1844 | 2024-11-14T16:14:14.082Z | Checking addr2line v0.24.2 |
1845 | 2024-11-14T16:14:14.148Z | Checking colorchoice v1.0.2 |
1846 | 2024-11-14T16:14:14.285Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-11-14T16:14:14.288Z | Checking openssl v0.10.68 |
1848 | 2024-11-14T16:14:14.412Z | Checking either v1.13.0 |
1849 | 2024-11-14T16:14:14.603Z | Checking anstyle-query v1.1.1 |
1850 | 2024-11-14T16:14:14.743Z | Checking anstream v0.6.15 |
1851 | 2024-11-14T16:14:14.812Z | Checking idna v0.3.0 |
1852 | 2024-11-14T16:14:15.116Z | Checking terminal_size v0.4.0 |
1853 | 2024-11-14T16:14:15.288Z | Checking openapiv3 v2.0.0 |
1854 | 2024-11-14T16:14:15.534Z | Checking signature v2.2.0 |
1855 | 2024-11-14T16:14:15.662Z | Checking strsim v0.11.1 |
1856 | 2024-11-14T16:14:15.747Z | Checking clap_lex v0.7.2 |
1857 | 2024-11-14T16:14:15.957Z | Checking psl-types v2.0.11 |
1858 | 2024-11-14T16:14:15.995Z | Checking clap_builder v4.5.21 |
1859 | 2024-11-14T16:14:16.139Z | Checking publicsuffix v2.2.3 |
1860 | 2024-11-14T16:14:16.374Z | Checking cookie v0.18.1 |
1861 | 2024-11-14T16:14:16.406Z | Checking hyper v1.5.0 |
1862 | 2024-11-14T16:14:16.633Z | Checking webpki-roots v0.26.6 |
1863 | 2024-11-14T16:14:16.806Z | Checking idna v0.5.0 |
1864 | 2024-11-14T16:14:16.857Z | Checking is-terminal v0.4.13 |
1865 | 2024-11-14T16:14:16.900Z | Checking backtrace v0.3.74 |
1866 | 2024-11-14T16:14:16.992Z | Checking scroll v0.12.0 |
1867 | 2024-11-14T16:14:17.447Z | Checking anyhow v1.0.93 |
1868 | 2024-11-14T16:14:17.500Z | Checking plain v0.2.3 |
1869 | 2024-11-14T16:14:17.660Z | Checking ucd-trie v0.1.7 |
1870 | 2024-11-14T16:14:17.663Z | Checking goblin v0.8.2 |
1871 | 2024-11-14T16:14:17.827Z | Checking cookie_store v0.21.0 |
1872 | 2024-11-14T16:14:17.878Z | Checking pest v2.7.14 |
1873 | 2024-11-14T16:14:18.455Z | Checking hyper-util v0.1.10 |
1874 | 2024-11-14T16:14:18.554Z | Checking sync_wrapper v1.0.1 |
1875 | 2024-11-14T16:14:18.611Z | Checking tokio-rustls v0.26.0 |
1876 | 2024-11-14T16:14:18.676Z | Checking pretty-hex v0.4.1 |
1877 | 2024-11-14T16:14:18.728Z | Checking base16ct v0.2.0 |
1878 | 2024-11-14T16:14:18.863Z | Checking num-integer v0.1.46 |
1879 | 2024-11-14T16:14:18.957Z | Checking sec1 v0.7.3 |
1880 | 2024-11-14T16:14:19.003Z | Checking clap v4.5.21 |
1881 | 2024-11-14T16:14:19.029Z | Checking ff v0.13.0 |
1882 | 2024-11-14T16:14:19.142Z | Checking thread-id v4.2.2 |
1883 | 2024-11-14T16:14:19.253Z | Checking group v0.13.0 |
1884 | 2024-11-14T16:14:19.279Z | Checking toml_edit v0.22.22 |
1885 | 2024-11-14T16:14:19.341Z | Checking hkdf v0.12.4 |
1886 | 2024-11-14T16:14:19.364Z | Checking crypto-bigint v0.5.5 |
1887 | 2024-11-14T16:14:19.503Z | Checking dirs-sys-next v0.1.2 |
1888 | 2024-11-14T16:14:19.558Z | Checking memmap v0.7.0 |
1889 | 2024-11-14T16:14:19.697Z | Checking crc32fast v1.4.2 |
1890 | 2024-11-14T16:14:19.756Z | Checking native-tls v0.2.12 |
1891 | 2024-11-14T16:14:19.782Z | Checking utf-8 v0.7.6 |
1892 | 2024-11-14T16:14:19.928Z | Checking bitflags v1.3.2 |
1893 | 2024-11-14T16:14:19.992Z | Checking static_assertions v1.1.0 |
1894 | 2024-11-14T16:14:20.043Z | Checking dirs-next v2.0.0 |
1895 | 2024-11-14T16:14:20.070Z | Checking tokio-native-tls v0.3.1 |
1896 | 2024-11-14T16:14:20.095Z | Checking crossbeam-channel v0.5.13 |
1897 | 2024-11-14T16:14:20.176Z | Checking thread_local v1.1.8 |
1898 | 2024-11-14T16:14:20.340Z | Checking unicode-segmentation v1.12.0 |
1899 | 2024-11-14T16:14:20.370Z | Checking dtrace-parser v0.2.0 |
1900 | 2024-11-14T16:14:20.396Z | Checking hyper-tls v0.6.0 |
1901 | 2024-11-14T16:14:20.448Z | Checking hyper-rustls v0.27.3 |
1902 | 2024-11-14T16:14:20.698Z | Checking term v0.7.0 |
1903 | 2024-11-14T16:14:20.806Z | Checking reqwest v0.12.9 |
1904 | 2024-11-14T16:14:20.835Z | Checking num-iter v0.1.45 |
1905 | 2024-11-14T16:14:20.838Z | Checking crossbeam-epoch v0.9.18 |
1906 | 2024-11-14T16:14:21.022Z | Checking take_mut v0.2.2 |
1907 | 2024-11-14T16:14:21.048Z | Checking match_cfg v0.1.0 |
1908 | 2024-11-14T16:14:21.111Z | Checking slog-term v2.9.1 |
1909 | 2024-11-14T16:14:21.146Z | Checking hostname v0.3.1 |
1910 | 2024-11-14T16:14:21.174Z | Checking slog-async v2.8.0 |
1911 | 2024-11-14T16:14:21.289Z | Checking bstr v1.10.0 |
1912 | 2024-11-14T16:14:21.292Z | Checking rfc6979 v0.4.0 |
1913 | 2024-11-14T16:14:21.472Z | Checking hex v0.4.3 |
1914 | 2024-11-14T16:14:21.499Z | Checking managed v0.8.0 |
1915 | 2024-11-14T16:14:21.623Z | Checking winnow v0.5.40 |
1916 | 2024-11-14T16:14:21.870Z | Checking toml v0.8.19 |
1917 | 2024-11-14T16:14:21.896Z | Checking crossbeam-deque v0.8.5 |
1918 | 2024-11-14T16:14:21.968Z | Checking num-bigint-dig v0.8.4 |
1919 | 2024-11-14T16:14:22.155Z | Checking elliptic-curve v0.13.8 |
1920 | 2024-11-14T16:14:22.201Z | Checking flate2 v1.0.34 |
1921 | 2024-11-14T16:14:22.243Z | Checking rustls v0.22.4 |
1922 | 2024-11-14T16:14:22.575Z | Checking pkcs1 v0.7.5 |
1923 | 2024-11-14T16:14:22.599Z | Checking dof v0.3.0 |
1924 | 2024-11-14T16:14:22.622Z | Checking curve25519-dalek v4.1.3 |
1925 | 2024-11-14T16:14:22.818Z | Checking ecdsa v0.16.9 |
1926 | 2024-11-14T16:14:22.845Z | Checking zerocopy v0.6.6 |
1927 | 2024-11-14T16:14:22.965Z | Checking siphasher v0.3.11 |
1928 | 2024-11-14T16:14:23.173Z | Checking usdt-impl v0.5.0 |
1929 | 2024-11-14T16:14:23.281Z | Checking rayon-core v1.12.1 |
1930 | 2024-11-14T16:14:23.526Z | Checking ed25519 v2.2.3 |
1931 | 2024-11-14T16:14:23.637Z | Checking slog-json v2.6.1 |
1932 | 2024-11-14T16:14:23.722Z | Checking usdt v0.5.0 |
1933 | 2024-11-14T16:14:23.818Z | Checking signal-hook v0.3.17 |
1934 | 2024-11-14T16:14:23.893Z | Checking debug-ignore v1.0.5 |
1935 | 2024-11-14T16:14:23.967Z | Checking quick-error v1.2.3 |
1936 | 2024-11-14T16:14:23.990Z | Checking slog-bunyan v2.5.0 |
1937 | 2024-11-14T16:14:24.043Z | Checking multer v3.1.0 |
1938 | 2024-11-14T16:14:24.099Z | Checking itertools v0.10.5 |
1939 | 2024-11-14T16:14:24.136Z | Checking rsa v0.9.6 |
1940 | 2024-11-14T16:14:24.164Z | Checking x509-cert v0.2.5 |
1941 | 2024-11-14T16:14:24.166Z | Checking idna v0.4.0 |
1942 | 2024-11-14T16:14:24.437Z | Checking serde_path_to_error v0.1.16 |
1943 | 2024-11-14T16:14:24.505Z | Checking ed25519-dalek v2.1.1 |
1944 | 2024-11-14T16:14:24.712Z | Checking toml_edit v0.19.15 |
1945 | 2024-11-14T16:14:24.932Z | Checking hubpack v0.1.2 |
1946 | 2024-11-14T16:14:25.016Z | Checking waitgroup v0.1.2 |
1947 | 2024-11-14T16:14:25.060Z | Checking bzip2-sys v0.1.11+1.0.8 |
1948 | 2024-11-14T16:14:25.136Z | Checking async-stream v0.3.6 |
1949 | 2024-11-14T16:14:25.162Z | Checking hostname v0.4.0 |
1950 | 2024-11-14T16:14:25.198Z | Checking bit-vec v0.6.3 |
1951 | 2024-11-14T16:14:25.248Z | Checking bzip2 v0.4.4 |
1952 | 2024-11-14T16:14:25.296Z | Checking hickory-proto v0.24.1 |
1953 | 2024-11-14T16:14:25.326Z | Checking signal-hook-mio v0.2.4 |
1954 | 2024-11-14T16:14:25.470Z | Checking console v0.15.8 |
1955 | 2024-11-14T16:14:25.545Z | Checking bit-set v0.5.3 |
1956 | 2024-11-14T16:14:25.548Z | Checking hash32 v0.2.1 |
1957 | 2024-11-14T16:14:25.765Z | Checking predicates-core v1.0.8 |
1958 | 2024-11-14T16:14:25.818Z | Checking unicode-properties v0.1.3 |
1959 | 2024-11-14T16:14:25.879Z | Checking linked-hash-map v0.5.6 |
1960 | 2024-11-14T16:14:25.944Z | Checking heapless v0.7.17 |
1961 | 2024-11-14T16:14:25.972Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-11-14T16:14:26.037Z | Checking crossterm v0.28.1 |
1963 | 2024-11-14T16:14:26.184Z | Checking stringprep v0.1.5 |
1964 | 2024-11-14T16:14:26.211Z | Checking lru-cache v0.1.2 |
1965 | 2024-11-14T16:14:26.333Z | Checking rayon v1.10.0 |
1966 | 2024-11-14T16:14:26.359Z | Checking dropshot v0.12.0 |
1967 | 2024-11-14T16:14:26.387Z | Checking phf_shared v0.11.2 |
1968 | 2024-11-14T16:14:26.460Z | Checking similar v2.6.0 |
1969 | 2024-11-14T16:14:26.679Z | Checking tokio-stream v0.1.16 |
1970 | 2024-11-14T16:14:26.970Z | Checking md-5 v0.10.6 |
1971 | 2024-11-14T16:14:27.115Z | Checking toml v0.7.8 |
1972 | 2024-11-14T16:14:27.215Z | Checking float-cmp v0.9.0 |
1973 | 2024-11-14T16:14:27.328Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-11-14T16:14:27.418Z | Checking fixedbitset v0.4.2 |
1975 | 2024-11-14T16:14:27.455Z | Checking fallible-iterator v0.2.0 |
1976 | 2024-11-14T16:14:27.589Z | Checking difflib v0.4.0 |
1977 | 2024-11-14T16:14:27.686Z | Checking petgraph v0.6.5 |
1978 | 2024-11-14T16:14:27.844Z | Checking smoltcp v0.9.1 |
1979 | 2024-11-14T16:14:27.870Z | Checking phf v0.11.2 |
1980 | 2024-11-14T16:14:27.901Z | Checking predicates v3.1.2 |
1981 | 2024-11-14T16:14:28.090Z | Checking postgres-protocol v0.6.7 |
1982 | 2024-11-14T16:14:28.157Z | Checking zip v0.6.6 |
1983 | 2024-11-14T16:14:28.574Z | Checking resolv-conf v0.7.0 |
1984 | 2024-11-14T16:14:28.749Z | Checking phf_shared v0.10.0 |
1985 | 2024-11-14T16:14:28.858Z | Checking tungstenite v0.24.0 |
1986 | 2024-11-14T16:14:28.903Z | Checking fs-err v2.11.0 |
1987 | 2024-11-14T16:14:29.037Z | Checking serde-big-array v0.5.1 |
1988 | 2024-11-14T16:14:29.269Z | Checking portable-atomic v1.9.0 |
1989 | 2024-11-14T16:14:29.365Z | Checking number_prefix v0.4.0 |
1990 | 2024-11-14T16:14:29.454Z | Checking minimal-lexical v0.2.1 |
1991 | 2024-11-14T16:14:29.550Z | Checking precomputed-hash v0.1.1 |
1992 | 2024-11-14T16:14:29.674Z | Checking unicode-width v0.2.0 |
1993 | 2024-11-14T16:14:29.766Z | Checking new_debug_unreachable v1.0.6 |
1994 | 2024-11-14T16:14:29.823Z | Checking lalrpop-util v0.19.12 |
1995 | 2024-11-14T16:14:29.859Z | Checking string_cache v0.8.7 |
1996 | 2024-11-14T16:14:29.947Z | Checking nom v7.1.3 |
1997 | 2024-11-14T16:14:29.976Z | Checking hickory-resolver v0.24.1 |
1998 | 2024-11-14T16:14:30.117Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-11-14T16:14:30.158Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2024-11-14T16:14:30.181Z | Checking postgres-types v0.2.8 |
2001 | 2024-11-14T16:14:30.255Z | Checking itertools v0.12.1 |
2002 | 2024-11-14T16:14:30.318Z | Checking indicatif v0.17.9 |
2003 | 2024-11-14T16:14:30.595Z | Checking whoami v1.5.2 |
2004 | 2024-11-14T16:14:30.883Z | Checking peg-runtime v0.8.3 |
2005 | 2024-11-14T16:14:30.915Z | Checking heck v0.4.1 |
2006 | 2024-11-14T16:14:30.943Z | Checking tokio-postgres v0.7.12 |
2007 | 2024-11-14T16:14:31.119Z | Compiling hashbrown v0.14.5 |
2008 | 2024-11-14T16:14:31.145Z | Compiling unsafe-libyaml v0.2.11 |
2009 | 2024-11-14T16:14:31.585Z | Checking qorb v0.2.0 |
2010 | 2024-11-14T16:14:32.437Z | Compiling regress v0.10.1 |
2011 | 2024-11-14T16:14:32.498Z | Compiling serde_yaml v0.9.34+deprecated |
2012 | 2024-11-14T16:14:32.801Z | Compiling ident_case v1.0.1 |
2013 | 2024-11-14T16:14:32.828Z | Checking heck v0.5.0 |
2014 | 2024-11-14T16:14:33.001Z | Compiling darling_core v0.20.10 |
2015 | 2024-11-14T16:14:33.154Z | Checking progenitor-client v0.8.0 |
2016 | 2024-11-14T16:14:33.547Z | Checking fastrand v2.1.1 |
2017 | 2024-11-14T16:14:33.868Z | Compiling newtype-uuid v1.1.3 |
2018 | 2024-11-14T16:14:33.934Z | Checking ipnetwork v0.20.0 |
2019 | 2024-11-14T16:14:34.166Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-11-14T16:14:34.197Z | Checking strum v0.26.3 |
2021 | 2024-11-14T16:14:34.264Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2022 | 2024-11-14T16:14:34.361Z | Compiling dropshot v0.13.0 |
2023 | 2024-11-14T16:14:35.000Z | Compiling dropshot_endpoint v0.13.0 |
2024 | 2024-11-14T16:14:35.019Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2024-11-14T16:14:35.376Z | Checking tempfile v3.13.0 |
2026 | 2024-11-14T16:14:35.587Z | Checking instant v0.1.13 |
2027 | 2024-11-14T16:14:35.724Z | Checking regress v0.9.1 |
2028 | 2024-11-14T16:14:35.769Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2029 | 2024-11-14T16:14:36.543Z | Compiling typify-impl v0.2.0 |
2030 | 2024-11-14T16:14:36.675Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2031 | 2024-11-14T16:14:36.994Z | Checking macaddr v1.0.1 |
2032 | 2024-11-14T16:14:37.029Z | Compiling structmeta v0.3.0 |
2033 | 2024-11-14T16:14:37.374Z | Checking backoff v0.4.0 |
2034 | 2024-11-14T16:14:37.520Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2035 | 2024-11-14T16:14:37.522Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-11-14T16:14:37.674Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2037 | 2024-11-14T16:14:37.701Z | Checking wait-timeout v0.2.0 |
2038 | 2024-11-14T16:14:37.838Z | Checking rand_xorshift v0.3.0 |
2039 | 2024-11-14T16:14:37.893Z | Checking rusty-fork v0.3.0 |
2040 | 2024-11-14T16:14:38.032Z | Compiling structmeta-derive v0.2.0 |
2041 | 2024-11-14T16:14:38.212Z | Checking unarray v0.1.4 |
2042 | 2024-11-14T16:14:38.380Z | Checking proptest v1.5.0 |
2043 | 2024-11-14T16:14:39.033Z | Checking camino-tempfile v1.1.1 |
2044 | 2024-11-14T16:14:39.291Z | Compiling proc-macro-error v1.0.4 |
2045 | 2024-11-14T16:14:39.327Z | Compiling proc-macro-crate v1.3.1 |
2046 | 2024-11-14T16:14:39.962Z | Compiling darling_macro v0.20.10 |
2047 | 2024-11-14T16:14:39.999Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-11-14T16:14:40.388Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-11-14T16:14:40.464Z | Compiling num_enum_derive v0.5.11 |
2050 | 2024-11-14T16:14:40.712Z | Compiling foreign-types-macros v0.2.3 |
2051 | 2024-11-14T16:14:40.918Z | Compiling darling v0.20.10 |
2052 | 2024-11-14T16:14:40.945Z | Compiling structmeta v0.2.0 |
2053 | 2024-11-14T16:14:41.052Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-11-14T16:14:41.389Z | Compiling test-strategy v0.3.1 |
2055 | 2024-11-14T16:14:41.996Z | Checking foreign-types-shared v0.3.1 |
2056 | 2024-11-14T16:14:42.114Z | Checking foreign-types v0.5.0 |
2057 | 2024-11-14T16:14:42.140Z | Checking parse-display v0.10.0 |
2058 | 2024-11-14T16:14:42.461Z | Checking tabwriter v1.4.0 |
2059 | 2024-11-14T16:14:42.627Z | Checking cstr-argument v0.1.2 |
2060 | 2024-11-14T16:14:42.708Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2024-11-14T16:14:42.813Z | Checking pretty-hex v0.2.1 |
2062 | 2024-11-14T16:14:42.983Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2063 | 2024-11-14T16:14:43.040Z | Checking num_enum v0.5.11 |
2064 | 2024-11-14T16:14:43.131Z | Checking colored v2.1.0 |
2065 | 2024-11-14T16:14:43.199Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2066 | 2024-11-14T16:14:43.315Z | Checking smf v0.2.3 |
2067 | 2024-11-14T16:14:43.442Z | Checking base64 v0.21.7 |
2068 | 2024-11-14T16:14:43.475Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-11-14T16:14:43.523Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2024-11-14T16:14:43.562Z | Compiling heapless v0.8.0 |
2071 | 2024-11-14T16:14:43.679Z | Checking termtree v0.4.1 |
2072 | 2024-11-14T16:14:43.792Z | Checking hash32 v0.3.1 |
2073 | 2024-11-14T16:14:43.870Z | Compiling smoltcp v0.11.0 |
2074 | 2024-11-14T16:14:43.895Z | Checking predicates-tree v1.0.11 |
2075 | 2024-11-14T16:14:43.917Z | Checking serde_with v3.11.0 |
2076 | 2024-11-14T16:14:43.941Z | Checking cobs v0.2.3 |
2077 | 2024-11-14T16:14:43.977Z | Checking sigpipe v0.1.3 |
2078 | 2024-11-14T16:14:44.047Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2079 | 2024-11-14T16:14:44.094Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-14T16:14:44.143Z | Checking postcard v1.0.10 |
2081 | 2024-11-14T16:14:44.238Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2082 | 2024-11-14T16:14:44.400Z | Compiling mockall_derive v0.13.0 |
2083 | 2024-11-14T16:14:44.601Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2084 | 2024-11-14T16:14:44.705Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2085 | 2024-11-14T16:14:44.733Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2086 | 2024-11-14T16:14:45.016Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2024-11-14T16:14:45.124Z | Checking atomicwrites v0.4.4 |
2088 | 2024-11-14T16:14:45.303Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2089 | 2024-11-14T16:14:45.328Z | Compiling num-derive v0.4.2 |
2090 | 2024-11-14T16:14:45.679Z | Checking fragile v2.0.0 |
2091 | 2024-11-14T16:14:45.961Z | Checking downcast v0.11.0 |
2092 | 2024-11-14T16:14:46.177Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-11-14T16:14:46.484Z | Checking zone v0.3.0 |
2094 | 2024-11-14T16:14:46.535Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2095 | 2024-11-14T16:14:46.770Z | Compiling convert_case v0.4.0 |
2096 | 2024-11-14T16:14:46.793Z | Checking newline-converter v0.3.0 |
2097 | 2024-11-14T16:14:46.949Z | Checking itertools v0.13.0 |
2098 | 2024-11-14T16:14:47.305Z | Checking expectorate v1.1.0 |
2099 | 2024-11-14T16:14:47.328Z | Checking tungstenite v0.21.0 |
2100 | 2024-11-14T16:14:47.470Z | Checking same-file v1.0.6 |
2101 | 2024-11-14T16:14:47.659Z | Checking walkdir v2.5.0 |
2102 | 2024-11-14T16:14:47.778Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2103 | 2024-11-14T16:14:47.838Z | Compiling derive_more v0.99.18 |
2104 | 2024-11-14T16:14:47.950Z | Checking arc-swap v1.7.1 |
2105 | 2024-11-14T16:14:48.255Z | Checking xattr v1.3.1 |
2106 | 2024-11-14T16:14:48.314Z | Checking tokio-tungstenite v0.21.0 |
2107 | 2024-11-14T16:14:48.383Z | Checking slog-scope v4.4.0 |
2108 | 2024-11-14T16:14:48.457Z | Checking filetime v0.2.25 |
2109 | 2024-11-14T16:14:48.481Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2110 | 2024-11-14T16:14:48.579Z | Checking slog-stdlog v4.1.1 |
2111 | 2024-11-14T16:14:48.675Z | Checking tar v0.4.43 |
2112 | 2024-11-14T16:14:48.762Z | Checking slog-envlogger v2.2.0 |
2113 | 2024-11-14T16:14:48.819Z | Compiling cancel-safe-futures v0.1.5 |
2114 | 2024-11-14T16:14:48.985Z | Checking swrite v0.1.0 |
2115 | 2024-11-14T16:14:49.116Z | Compiling owo-colors v4.1.0 |
2116 | 2024-11-14T16:14:49.203Z | Checking num-rational v0.4.2 |
2117 | 2024-11-14T16:14:49.434Z | Checking num-complex v0.4.6 |
2118 | 2024-11-14T16:14:49.841Z | Checking libsw v3.3.1 |
2119 | 2024-11-14T16:14:49.904Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2120 | 2024-11-14T16:14:50.074Z | Checking password-hash v0.5.0 |
2121 | 2024-11-14T16:14:50.112Z | Checking blake2 v0.10.6 |
2122 | 2024-11-14T16:14:50.342Z | Checking num v0.4.3 |
2123 | 2024-11-14T16:14:50.461Z | Checking float-ord v0.3.2 |
2124 | 2024-11-14T16:14:50.543Z | Checking indent_write v2.2.0 |
2125 | 2024-11-14T16:14:50.545Z | Checking linear-map v1.2.0 |
2126 | 2024-11-14T16:14:50.624Z | Checking argon2 v0.5.3 |
2127 | 2024-11-14T16:14:50.759Z | Checking pem v3.0.4 |
2128 | 2024-11-14T16:14:50.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-11-14T16:14:51.276Z | Compiling lzma-sys v0.1.20 |
2130 | 2024-11-14T16:14:51.340Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2131 | 2024-11-14T16:14:51.361Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2132 | 2024-11-14T16:14:51.545Z | Checking headers-core v0.3.0 |
2133 | 2024-11-14T16:14:51.688Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2134 | 2024-11-14T16:14:51.709Z | Compiling heck v0.3.3 |
2135 | 2024-11-14T16:14:51.728Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2136 | 2024-11-14T16:14:51.998Z | Checking headers v0.4.0 |
2137 | 2024-11-14T16:14:52.067Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2138 | 2024-11-14T16:14:52.122Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-11-14T16:14:52.279Z | Checking yasna v0.5.2 |
2140 | 2024-11-14T16:14:52.352Z | Checking base64 v0.13.1 |
2141 | 2024-11-14T16:14:52.771Z | Checking ron v0.7.1 |
2142 | 2024-11-14T16:14:53.101Z | Checking mockall v0.13.0 |
2143 | 2024-11-14T16:14:53.126Z | Checking rcgen v0.12.1 |
2144 | 2024-11-14T16:14:53.152Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-11-14T16:14:53.357Z | Checking xz2 v0.1.7 |
2146 | 2024-11-14T16:14:53.667Z | Checking zone v0.1.8 |
2147 | 2024-11-14T16:14:53.670Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2148 | 2024-11-14T16:14:53.799Z | Checking subprocess v0.2.9 |
2149 | 2024-11-14T16:14:53.948Z | Checking humantime v2.1.0 |
2150 | 2024-11-14T16:14:54.255Z | Checking highway v1.2.0 |
2151 | 2024-11-14T16:14:54.348Z | Compiling semver v0.1.20 |
2152 | 2024-11-14T16:14:54.373Z | Checking half v2.4.1 |
2153 | 2024-11-14T16:14:54.551Z | Checking ciborium-io v0.2.2 |
2154 | 2024-11-14T16:14:54.693Z | Checking prettyplease v0.2.25 |
2155 | 2024-11-14T16:14:54.898Z | Compiling rustc_version v0.1.7 |
2156 | 2024-11-14T16:14:54.901Z | Compiling typify-macro v0.2.0 |
2157 | 2024-11-14T16:14:54.940Z | Checking ciborium-ll v0.2.2 |
2158 | 2024-11-14T16:14:55.246Z | Checking ciborium v0.2.2 |
2159 | 2024-11-14T16:14:55.363Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-11-14T16:14:55.850Z | Checking steno v0.4.1 |
2161 | 2024-11-14T16:14:57.311Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2162 | 2024-11-14T16:14:58.020Z | Compiling slog-dtrace v0.3.0 |
2163 | 2024-11-14T16:14:58.093Z | Checking display-error-chain v0.2.2 |
2164 | 2024-11-14T16:14:58.261Z | Compiling ring v0.16.20 |
2165 | 2024-11-14T16:14:58.342Z | Compiling blake3 v1.5.4 |
2166 | 2024-11-14T16:14:58.559Z | Checking keccak v0.1.5 |
2167 | 2024-11-14T16:14:58.817Z | Checking gethostname v0.5.0 |
2168 | 2024-11-14T16:14:58.856Z | Checking sha3 v0.10.8 |
2169 | 2024-11-14T16:14:58.948Z | Checking universal-hash v0.5.1 |
2170 | 2024-11-14T16:14:59.114Z | Compiling typify v0.2.0 |
2171 | 2024-11-14T16:14:59.262Z | Compiling progenitor-impl v0.8.0 |
2172 | 2024-11-14T16:14:59.286Z | Checking secrecy v0.8.0 |
2173 | 2024-11-14T16:14:59.484Z | Checking opaque-debug v0.3.1 |
2174 | 2024-11-14T16:14:59.583Z | Checking nibble_vec v0.1.0 |
2175 | 2024-11-14T16:14:59.638Z | Checking endian-type v0.1.2 |
2176 | 2024-11-14T16:14:59.775Z | Checking aead v0.5.2 |
2177 | 2024-11-14T16:14:59.848Z | Checking radix_trie v0.2.1 |
2178 | 2024-11-14T16:14:59.909Z | Checking poly1305 v0.8.0 |
2179 | 2024-11-14T16:14:59.995Z | Checking chacha20 v0.9.1 |
2180 | 2024-11-14T16:15:00.403Z | Compiling memmap2 v0.9.5 |
2181 | 2024-11-14T16:15:00.870Z | Compiling spin v0.5.2 |
2182 | 2024-11-14T16:15:01.119Z | Compiling constant_time_eq v0.3.1 |
2183 | 2024-11-14T16:15:01.155Z | Compiling arrayref v0.3.9 |
2184 | 2024-11-14T16:15:01.261Z | Compiling arrayvec v0.7.6 |
2185 | 2024-11-14T16:15:01.284Z | Compiling toolchain_find v0.4.0 |
2186 | 2024-11-14T16:15:01.339Z | Compiling thiserror-impl-no-std v2.0.2 |
2187 | 2024-11-14T16:15:01.374Z | Compiling topological-sort v0.2.2 |
2188 | 2024-11-14T16:15:01.606Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2189 | 2024-11-14T16:15:01.774Z | Compiling rustfmt-wrapper v0.2.1 |
2190 | 2024-11-14T16:15:01.925Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2191 | 2024-11-14T16:15:02.214Z | Checking chacha20poly1305 v0.10.1 |
2192 | 2024-11-14T16:15:02.302Z | Checking fxhash v0.2.1 |
2193 | 2024-11-14T16:15:02.361Z | Compiling async-recursion v1.1.1 |
2194 | 2024-11-14T16:15:02.427Z | Checking termcolor v1.4.1 |
2195 | 2024-11-14T16:15:02.498Z | Compiling radium v0.7.0 |
2196 | 2024-11-14T16:15:02.884Z | Checking maplit v1.0.2 |
2197 | 2024-11-14T16:15:02.980Z | Compiling maybe-uninit v2.0.0 |
2198 | 2024-11-14T16:15:03.004Z | Checking tap v1.0.1 |
2199 | 2024-11-14T16:15:03.204Z | Checking wyz v0.5.1 |
2200 | 2024-11-14T16:15:03.463Z | Checking crc-catalog v2.4.0 |
2201 | 2024-11-14T16:15:03.594Z | Checking funty v2.0.0 |
2202 | 2024-11-14T16:15:03.617Z | Compiling packed_struct v0.10.1 |
2203 | 2024-11-14T16:15:03.620Z | Checking crc v3.2.1 |
2204 | 2024-11-14T16:15:04.080Z | Compiling omicron-zone-package v0.11.1 |
2205 | 2024-11-14T16:15:04.149Z | Checking kstat-rs v0.2.4 |
2206 | 2024-11-14T16:15:04.224Z | Compiling packed_struct_codegen v0.10.1 |
2207 | 2024-11-14T16:15:04.500Z | Compiling indexmap v1.9.3 |
2208 | 2024-11-14T16:15:04.526Z | Checking bitvec v1.0.1 |
2209 | 2024-11-14T16:15:04.572Z | Checking thiserror-no-std v2.0.2 |
2210 | 2024-11-14T16:15:04.699Z | Checking vsss-rs v3.3.4 |
2211 | 2024-11-14T16:15:04.798Z | Compiling libefi-sys v0.1.0 |
2212 | 2024-11-14T16:15:05.078Z | Checking nodrop v0.1.14 |
2213 | 2024-11-14T16:15:05.213Z | Checking array-init v0.0.4 |
2214 | 2024-11-14T16:15:05.689Z | Checking smallvec v0.6.14 |
2215 | 2024-11-14T16:15:05.730Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2216 | 2024-11-14T16:15:06.101Z | Compiling bitfield-struct v0.6.2 |
2217 | 2024-11-14T16:15:06.131Z | Checking hashbrown v0.12.3 |
2218 | 2024-11-14T16:15:06.237Z | Checking bitfield v0.14.0 |
2219 | 2024-11-14T16:15:06.519Z | Checking serde-hex v0.1.0 |
2220 | 2024-11-14T16:15:07.249Z | Compiling progenitor-macro v0.8.0 |
2221 | 2024-11-14T16:15:07.562Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2222 | 2024-11-14T16:15:07.645Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2223 | 2024-11-14T16:15:07.890Z | Checking env_logger v0.10.2 |
2224 | 2024-11-14T16:15:07.948Z | Checking ron v0.8.1 |
2225 | 2024-11-14T16:15:07.950Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2226 | 2024-11-14T16:15:08.181Z | Checking hashbrown v0.13.2 |
2227 | 2024-11-14T16:15:08.280Z | Checking crc-any v2.5.0 |
2228 | 2024-11-14T16:15:08.303Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2229 | 2024-11-14T16:15:08.432Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2230 | 2024-11-14T16:15:08.923Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2231 | 2024-11-14T16:15:08.946Z | Compiling parking_lot_core v0.8.6 |
2232 | 2024-11-14T16:15:09.183Z | Checking path-slash v0.1.5 |
2233 | 2024-11-14T16:15:09.229Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2234 | 2024-11-14T16:15:09.252Z | Checking object v0.30.4 |
2235 | 2024-11-14T16:15:09.330Z | Checking home v0.5.9 |
2236 | 2024-11-14T16:15:09.488Z | Compiling const_format_proc_macros v0.2.33 |
2237 | 2024-11-14T16:15:09.510Z | Compiling vte_generate_state_changes v0.1.2 |
2238 | 2024-11-14T16:15:09.792Z | Checking glob v0.3.1 |
2239 | 2024-11-14T16:15:10.132Z | Checking parking_lot v0.11.2 |
2240 | 2024-11-14T16:15:10.151Z | Checking vte v0.11.1 |
2241 | 2024-11-14T16:15:10.400Z | Checking fd-lock v4.0.2 |
2242 | 2024-11-14T16:15:10.475Z | Checking sled v0.34.7 |
2243 | 2024-11-14T16:15:10.541Z | Checking hickory-client v0.24.1 |
2244 | 2024-11-14T16:15:10.600Z | Checking hickory-server v0.24.1 |
2245 | 2024-11-14T16:15:11.182Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2246 | 2024-11-14T16:15:11.206Z | Checking nu-ansi-term v0.50.1 |
2247 | 2024-11-14T16:15:11.486Z | Checking strip-ansi-escapes v0.2.0 |
2248 | 2024-11-14T16:15:11.591Z | Compiling buf-list v1.0.3 |
2249 | 2024-11-14T16:15:11.651Z | Checking reedline v0.35.0 |
2250 | 2024-11-14T16:15:11.687Z | Checking const_format v0.2.33 |
2251 | 2024-11-14T16:15:12.173Z | Compiling phf_generator v0.11.2 |
2252 | 2024-11-14T16:15:12.386Z | Checking bytecount v0.6.8 |
2253 | 2024-11-14T16:15:12.541Z | Checking papergrid v0.11.0 |
2254 | 2024-11-14T16:15:12.693Z | Compiling phf_codegen v0.11.2 |
2255 | 2024-11-14T16:15:12.923Z | Compiling tabled_derive v0.7.0 |
2256 | 2024-11-14T16:15:13.350Z | Checking primeorder v0.13.6 |
2257 | 2024-11-14T16:15:13.353Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-11-14T16:15:13.825Z | Compiling unicase v2.7.0 |
2259 | 2024-11-14T16:15:14.096Z | Compiling cfg_aliases v0.1.1 |
2260 | 2024-11-14T16:15:14.203Z | Compiling nix v0.28.0 |
2261 | 2024-11-14T16:15:14.312Z | Compiling chrono-tz-build v0.4.0 |
2262 | 2024-11-14T16:15:14.485Z | Checking nanorand v0.7.0 |
2263 | 2024-11-14T16:15:14.870Z | Checking flume v0.11.1 |
2264 | 2024-11-14T16:15:15.055Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2265 | 2024-11-14T16:15:15.325Z | Checking atty v0.2.14 |
2266 | 2024-11-14T16:15:15.355Z | Compiling salty v0.3.0 |
2267 | 2024-11-14T16:15:15.517Z | Checking tabled v0.15.0 |
2268 | 2024-11-14T16:15:15.798Z | Compiling chrono-tz v0.10.0 |
2269 | 2024-11-14T16:15:15.827Z | Checking p384 v0.13.0 |
2270 | 2024-11-14T16:15:15.851Z | Compiling peg-macros v0.8.4 |
2271 | 2024-11-14T16:15:16.074Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-11-14T16:15:16.984Z | Compiling sqlparser_derive v0.2.2 |
2273 | 2024-11-14T16:15:17.352Z | Checking unicode_categories v0.1.1 |
2274 | 2024-11-14T16:15:17.687Z | Checking sqlformat v0.2.6 |
2275 | 2024-11-14T16:15:18.055Z | Checking rustyline v14.0.0 |
2276 | 2024-11-14T16:15:18.135Z | Checking sqlparser v0.45.0 |
2277 | 2024-11-14T16:15:18.662Z | Compiling mime_guess v2.0.5 |
2278 | 2024-11-14T16:15:19.557Z | Checking peg v0.8.4 |
2279 | 2024-11-14T16:15:19.664Z | Checking bcs v0.1.6 |
2280 | 2024-11-14T16:15:19.891Z | Checking env_filter v0.1.2 |
2281 | 2024-11-14T16:15:20.110Z | Checking env_logger v0.11.5 |
2282 | 2024-11-14T16:15:20.199Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-11-14T16:15:20.428Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2284 | 2024-11-14T16:15:20.476Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2285 | 2024-11-14T16:15:20.825Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2286 | 2024-11-14T16:15:20.846Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2287 | 2024-11-14T16:15:21.151Z | Compiling dsl_auto_type v0.1.2 |
2288 | 2024-11-14T16:15:21.419Z | Checking scheduled-thread-pool v0.2.7 |
2289 | 2024-11-14T16:15:21.508Z | Compiling diesel_table_macro_syntax v0.2.0 |
2290 | 2024-11-14T16:15:21.664Z | Checking http-range v0.1.5 |
2291 | 2024-11-14T16:15:21.857Z | Compiling crunchy v0.2.2 |
2292 | 2024-11-14T16:15:21.990Z | Checking hyper-staticfile v0.10.1 |
2293 | 2024-11-14T16:15:22.040Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2024-11-14T16:15:22.104Z | Checking r2d2 v0.8.10 |
2295 | 2024-11-14T16:15:22.442Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2296 | 2024-11-14T16:15:22.486Z | Checking progenitor v0.8.0 |
2297 | 2024-11-14T16:15:22.748Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2298 | 2024-11-14T16:15:22.783Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2299 | 2024-11-14T16:15:22.812Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-11-14T16:15:24.255Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2301 | 2024-11-14T16:15:25.087Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2302 | 2024-11-14T16:15:27.119Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2303 | 2024-11-14T16:15:27.377Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2304 | 2024-11-14T16:15:27.672Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2024-11-14T16:15:28.013Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2306 | 2024-11-14T16:15:29.179Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2307 | 2024-11-14T16:15:29.519Z | Compiling diesel_derives v2.2.3 |
2308 | 2024-11-14T16:15:29.545Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2309 | 2024-11-14T16:15:29.601Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2310 | 2024-11-14T16:15:30.228Z | Compiling tiny-keccak v2.0.2 |
2311 | 2024-11-14T16:15:30.420Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2312 | 2024-11-14T16:15:30.532Z | Compiling pin-project-internal v1.1.6 |
2313 | 2024-11-14T16:15:30.691Z | Compiling ref-cast v1.0.23 |
2314 | 2024-11-14T16:15:31.296Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2315 | 2024-11-14T16:15:31.600Z | Compiling ascii-canvas v3.0.0 |
2316 | 2024-11-14T16:15:31.757Z | Compiling ena v0.14.3 |
2317 | 2024-11-14T16:15:32.170Z | Compiling ref-cast-impl v1.0.23 |
2318 | 2024-11-14T16:15:32.214Z | Compiling diff v0.1.13 |
2319 | 2024-11-14T16:15:32.940Z | Compiling regex-syntax v0.6.29 |
2320 | 2024-11-14T16:15:33.582Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2321 | 2024-11-14T16:15:33.649Z | Checking pin-project v1.1.6 |
2322 | 2024-11-14T16:15:33.785Z | Checking signal-hook-tokio v0.3.1 |
2323 | 2024-11-14T16:15:33.841Z | Compiling snafu-derive v0.8.5 |
2324 | 2024-11-14T16:15:33.979Z | Checking lockfree-object-pool v0.1.6 |
2325 | 2024-11-14T16:15:34.223Z | Checking simd-adler32 v0.3.7 |
2326 | 2024-11-14T16:15:34.570Z | Checking bumpalo v3.16.0 |
2327 | 2024-11-14T16:15:34.888Z | Compiling zip v2.1.3 |
2328 | 2024-11-14T16:15:35.257Z | Checking zopfli v0.8.1 |
2329 | 2024-11-14T16:15:35.974Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2330 | 2024-11-14T16:15:36.268Z | Compiling lalrpop v0.19.12 |
2331 | 2024-11-14T16:15:37.784Z | Compiling derive_builder_core v0.20.2 |
2332 | 2024-11-14T16:15:39.037Z | Checking globset v0.4.15 |
2333 | 2024-11-14T16:15:39.556Z | Checking olpc-cjson v0.1.4 |
2334 | 2024-11-14T16:15:39.734Z | Checking snafu v0.8.5 |
2335 | 2024-11-14T16:15:39.783Z | Checking serde_plain v1.0.2 |
2336 | 2024-11-14T16:15:40.041Z | Compiling libxml v0.3.3 |
2337 | 2024-11-14T16:15:40.229Z | Compiling memoffset v0.9.1 |
2338 | 2024-11-14T16:15:40.262Z | Checking typed-path v0.9.3 |
2339 | 2024-11-14T16:15:40.447Z | Compiling derive_builder_macro v0.20.2 |
2340 | 2024-11-14T16:15:41.330Z | Checking tungstenite v0.23.0 |
2341 | 2024-11-14T16:15:41.757Z | Compiling strum_macros v0.24.3 |
2342 | 2024-11-14T16:15:42.036Z | Checking diesel v2.2.4 |
2343 | 2024-11-14T16:15:42.286Z | Compiling samael v0.0.17 |
2344 | 2024-11-14T16:15:42.289Z | Checking tough v0.19.0 |
2345 | 2024-11-14T16:15:44.127Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2346 | 2024-11-14T16:15:45.481Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2347 | 2024-11-14T16:15:47.163Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-11-14T16:15:47.672Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2349 | 2024-11-14T16:15:48.525Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2350 | 2024-11-14T16:15:50.632Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2351 | 2024-11-14T16:15:50.790Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2352 | 2024-11-14T16:15:52.090Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-11-14T16:15:52.356Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2354 | 2024-11-14T16:15:52.795Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2355 | 2024-11-14T16:15:52.872Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2356 | 2024-11-14T16:15:53.027Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2357 | 2024-11-14T16:15:53.664Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2024-11-14T16:15:53.690Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-11-14T16:15:53.774Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2360 | 2024-11-14T16:15:54.307Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2361 | 2024-11-14T16:15:54.936Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2362 | 2024-11-14T16:15:55.306Z | Compiling indoc v1.0.9 |
2363 | 2024-11-14T16:15:55.403Z | Checking parse-size v1.1.0 |
2364 | 2024-11-14T16:15:55.869Z | Checking tokio-tungstenite v0.23.1 |
2365 | 2024-11-14T16:15:56.198Z | Checking derive_builder v0.20.2 |
2366 | 2024-11-14T16:15:58.017Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2367 | 2024-11-14T16:15:58.182Z | Checking quick-xml v0.33.0 |
2368 | 2024-11-14T16:15:58.297Z | Compiling oso-derive v0.27.3 |
2369 | 2024-11-14T16:15:58.481Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-11-14T16:15:59.305Z | Compiling impl-trait-for-tuples v0.2.2 |
2371 | 2024-11-14T16:15:59.830Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2372 | 2024-11-14T16:16:00.272Z | Checking nix v0.27.1 |
2373 | 2024-11-14T16:16:00.596Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2374 | 2024-11-14T16:16:01.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2375 | 2024-11-14T16:16:01.497Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2376 | 2024-11-14T16:16:01.566Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-11-14T16:16:02.482Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2378 | 2024-11-14T16:16:03.243Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2379 | 2024-11-14T16:16:04.786Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2380 | 2024-11-14T16:16:05.274Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2381 | 2024-11-14T16:16:06.344Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2382 | 2024-11-14T16:16:06.433Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2024-11-14T16:16:06.490Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2024-11-14T16:16:06.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-11-14T16:16:07.787Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-11-14T16:16:08.681Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2387 | 2024-11-14T16:16:10.754Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2388 | 2024-11-14T16:16:11.564Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2389 | 2024-11-14T16:16:11.847Z | Compiling diesel-dtrace v0.3.0 |
2390 | 2024-11-14T16:16:12.110Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2391 | 2024-11-14T16:16:12.156Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2392 | 2024-11-14T16:16:13.037Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2393 | 2024-11-14T16:16:13.718Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2394 | 2024-11-14T16:16:14.005Z | Checking bb8 v0.8.5 |
2395 | 2024-11-14T16:16:14.524Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2396 | 2024-11-14T16:16:14.997Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2397 | 2024-11-14T16:16:15.755Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2398 | 2024-11-14T16:16:15.829Z | Checking rand_seeder v0.3.0 |
2399 | 2024-11-14T16:16:16.081Z | Checking assert_matches v1.5.0 |
2400 | 2024-11-14T16:16:16.141Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2401 | 2024-11-14T16:16:16.188Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2402 | 2024-11-14T16:16:16.528Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2403 | 2024-11-14T16:16:16.779Z | Compiling libz-sys v1.1.20 |
2404 | 2024-11-14T16:16:17.633Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2405 | 2024-11-14T16:16:17.668Z | Checking async-bb8-diesel v0.2.1 |
2406 | 2024-11-14T16:16:18.337Z | Checking is_ci v1.2.0 |
2407 | 2024-11-14T16:16:18.410Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2408 | 2024-11-14T16:16:18.490Z | Checking supports-color v3.0.1 |
2409 | 2024-11-14T16:16:18.646Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2410 | 2024-11-14T16:16:18.684Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2411 | 2024-11-14T16:16:18.803Z | Compiling vergen v8.3.2 |
2412 | 2024-11-14T16:16:18.823Z | Compiling cargo-platform v0.1.8 |
2413 | 2024-11-14T16:16:19.088Z | Checking unicode-linebreak v0.1.5 |
2414 | 2024-11-14T16:16:19.405Z | Checking smawk v0.3.2 |
2415 | 2024-11-14T16:16:19.515Z | Compiling cargo_metadata v0.18.1 |
2416 | 2024-11-14T16:16:19.625Z | Checking textwrap v0.16.1 |
2417 | 2024-11-14T16:16:20.050Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-11-14T16:16:20.333Z | Checking castaway v0.2.3 |
2419 | 2024-11-14T16:16:20.481Z | Compiling libsqlite3-sys v0.30.1 |
2420 | 2024-11-14T16:16:20.513Z | Compiling rustls v0.21.12 |
2421 | 2024-11-14T16:16:20.583Z | Compiling cfg_aliases v0.2.1 |
2422 | 2024-11-14T16:16:20.704Z | Compiling nix v0.29.0 |
2423 | 2024-11-14T16:16:20.790Z | Checking compact_str v0.8.0 |
2424 | 2024-11-14T16:16:21.077Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2425 | 2024-11-14T16:16:21.376Z | Checking unicode-truncate v1.1.0 |
2426 | 2024-11-14T16:16:21.562Z | Checking sct v0.7.1 |
2427 | 2024-11-14T16:16:21.564Z | Checking rustls-webpki v0.101.7 |
2428 | 2024-11-14T16:16:21.616Z | Checking lru v0.12.5 |
2429 | 2024-11-14T16:16:21.787Z | Compiling instability v0.3.2 |
2430 | 2024-11-14T16:16:21.857Z | Checking cassowary v0.3.0 |
2431 | 2024-11-14T16:16:22.578Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2432 | 2024-11-14T16:16:22.756Z | Checking hashlink v0.9.1 |
2433 | 2024-11-14T16:16:22.855Z | Checking ratatui v0.28.1 |
2434 | 2024-11-14T16:16:22.879Z | Checking concurrent-queue v2.5.0 |
2435 | 2024-11-14T16:16:23.069Z | Checking parking v2.2.1 |
2436 | 2024-11-14T16:16:23.196Z | Checking plotters-backend v0.3.7 |
2437 | 2024-11-14T16:16:23.240Z | Checking fallible-streaming-iterator v0.1.9 |
2438 | 2024-11-14T16:16:23.320Z | Checking fallible-iterator v0.3.0 |
2439 | 2024-11-14T16:16:23.548Z | Checking plotters-svg v0.3.7 |
2440 | 2024-11-14T16:16:23.780Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2441 | 2024-11-14T16:16:23.979Z | Checking rusqlite v0.32.1 |
2442 | 2024-11-14T16:16:24.003Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2443 | 2024-11-14T16:16:24.291Z | Checking rustls-pemfile v1.0.4 |
2444 | 2024-11-14T16:16:24.507Z | Checking twox-hash v1.6.3 |
2445 | 2024-11-14T16:16:24.908Z | Checking cast v0.3.0 |
2446 | 2024-11-14T16:16:25.060Z | Checking plotters v0.3.7 |
2447 | 2024-11-14T16:16:25.240Z | Checking criterion-plot v0.5.0 |
2448 | 2024-11-14T16:16:25.548Z | Checking tokio-rustls v0.24.1 |
2449 | 2024-11-14T16:16:25.583Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2450 | 2024-11-14T16:16:25.733Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2451 | 2024-11-14T16:16:25.774Z | Checking fatfs v0.3.6 |
2452 | 2024-11-14T16:16:25.963Z | Checking tinytemplate v1.2.1 |
2453 | 2024-11-14T16:16:26.352Z | Checking csv-core v0.1.11 |
2454 | 2024-11-14T16:16:26.710Z | Checking hex-literal v0.4.1 |
2455 | 2024-11-14T16:16:26.757Z | Checking oorandom v11.1.4 |
2456 | 2024-11-14T16:16:26.843Z | Checking shell-words v1.1.0 |
2457 | 2024-11-14T16:16:26.866Z | Checking anes v0.1.6 |
2458 | 2024-11-14T16:16:26.922Z | Checking csv v1.3.0 |
2459 | 2024-11-14T16:16:27.025Z | Checking event-listener v5.3.1 |
2460 | 2024-11-14T16:16:27.207Z | Checking criterion v0.5.1 |
2461 | 2024-11-14T16:16:27.398Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2462 | 2024-11-14T16:16:27.446Z | Checking rtoolbox v0.0.2 |
2463 | 2024-11-14T16:16:27.633Z | Checking rpassword v7.3.1 |
2464 | 2024-11-14T16:16:27.788Z | Checking event-listener-strategy v0.5.2 |
2465 | 2024-11-14T16:16:27.810Z | Checking tui-tree-widget v0.22.0 |
2466 | 2024-11-14T16:16:28.012Z | Checking polyval v0.6.2 |
2467 | 2024-11-14T16:16:28.134Z | Checking futures-lite v2.3.0 |
2468 | 2024-11-14T16:16:28.275Z | Checking ghash v0.5.1 |
2469 | 2024-11-14T16:16:28.453Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2470 | 2024-11-14T16:16:29.631Z | Checking ctr v0.9.2 |
2471 | 2024-11-14T16:16:29.918Z | Checking yansi v1.0.1 |
2472 | 2024-11-14T16:16:29.984Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2473 | 2024-11-14T16:16:30.304Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2024-11-14T16:16:30.452Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2475 | 2024-11-14T16:16:31.168Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2024-11-14T16:16:31.611Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2477 | 2024-11-14T16:16:32.926Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2478 | 2024-11-14T16:16:34.038Z | Checking pretty_assertions v1.4.1 |
2479 | 2024-11-14T16:16:34.259Z | Checking aes-gcm v0.10.3 |
2480 | 2024-11-14T16:16:34.470Z | Checking ssh-encoding v0.2.0 |
2481 | 2024-11-14T16:16:34.800Z | Checking blowfish v0.9.1 |
2482 | 2024-11-14T16:16:35.043Z | Checking bcrypt-pbkdf v0.10.0 |
2483 | 2024-11-14T16:16:35.357Z | Checking ssh-cipher v0.2.0 |
2484 | 2024-11-14T16:16:35.550Z | Checking async-lock v3.4.0 |
2485 | 2024-11-14T16:16:35.700Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2486 | 2024-11-14T16:16:35.800Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-11-14T16:16:36.162Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2488 | 2024-11-14T16:16:36.220Z | Checking polling v3.7.3 |
2489 | 2024-11-14T16:16:36.624Z | Checking password-hash v0.4.2 |
2490 | 2024-11-14T16:16:37.071Z | Checking matches v0.1.10 |
2491 | 2024-11-14T16:16:37.156Z | Checking idna v0.2.3 |
2492 | 2024-11-14T16:16:37.687Z | Checking pbkdf2 v0.11.0 |
2493 | 2024-11-14T16:16:37.966Z | Checking async-io v2.3.4 |
2494 | 2024-11-14T16:16:38.005Z | Checking ssh-key v0.6.6 |
2495 | 2024-11-14T16:16:38.821Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2496 | 2024-11-14T16:16:39.606Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2497 | 2024-11-14T16:16:39.667Z | Checking p256 v0.13.2 |
2498 | 2024-11-14T16:16:40.189Z | Checking p521 v0.13.3 |
2499 | 2024-11-14T16:16:40.517Z | Checking russh-cryptovec v0.7.3 |
2500 | 2024-11-14T16:16:40.721Z | Compiling enum-as-inner v0.5.1 |
2501 | 2024-11-14T16:16:41.492Z | Compiling doc-comment v0.3.3 |
2502 | 2024-11-14T16:16:41.809Z | Checking md5 v0.7.0 |
2503 | 2024-11-14T16:16:42.052Z | Compiling target-lexicon v0.12.16 |
2504 | 2024-11-14T16:16:42.109Z | Checking async-task v4.7.1 |
2505 | 2024-11-14T16:16:42.461Z | Checking russh-keys v0.45.0 |
2506 | 2024-11-14T16:16:42.952Z | Checking trust-dns-proto v0.22.0 |
2507 | 2024-11-14T16:16:43.103Z | Checking async-channel v2.3.1 |
2508 | 2024-11-14T16:16:43.140Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2024-11-14T16:16:43.383Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-11-14T16:16:43.819Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2511 | 2024-11-14T16:16:44.574Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-11-14T16:16:45.624Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-11-14T16:16:46.085Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2514 | 2024-11-14T16:16:46.637Z | Checking piper v0.2.4 |
2515 | 2024-11-14T16:16:46.871Z | Checking num-bigint v0.4.6 |
2516 | 2024-11-14T16:16:46.942Z | Checking des v0.8.1 |
2517 | 2024-11-14T16:16:47.211Z | Compiling guppy-workspace-hack v0.1.0 |
2518 | 2024-11-14T16:16:47.526Z | Compiling dhcproto-macros v0.1.0 |
2519 | 2024-11-14T16:16:48.433Z | Checking futures-timer v3.0.3 |
2520 | 2024-11-14T16:16:48.757Z | Compiling assert_cmd v2.0.16 |
2521 | 2024-11-14T16:16:49.217Z | Checking dhcproto v0.12.0 |
2522 | 2024-11-14T16:16:49.322Z | Checking russh v0.45.0 |
2523 | 2024-11-14T16:16:50.240Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2024-11-14T16:16:50.759Z | Checking blocking v1.6.1 |
2525 | 2024-11-14T16:16:51.470Z | Checking async-executor v1.13.1 |
2526 | 2024-11-14T16:16:51.491Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2527 | 2024-11-14T16:16:51.808Z | Checking async-signal v0.2.10 |
2528 | 2024-11-14T16:16:52.077Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2529 | 2024-11-14T16:16:52.449Z | Compiling target-spec v3.2.2 |
2530 | 2024-11-14T16:16:52.492Z | Checking event-listener v2.5.3 |
2531 | 2024-11-14T16:16:52.923Z | Checking internet-checksum v0.2.1 |
2532 | 2024-11-14T16:16:53.093Z | Checking async-channel v1.9.0 |
2533 | 2024-11-14T16:16:53.448Z | Checking async-process v2.3.0 |
2534 | 2024-11-14T16:16:53.880Z | Checking async-global-executor v2.4.1 |
2535 | 2024-11-14T16:16:53.882Z | Checking cfg-expr v0.17.0 |
2536 | 2024-11-14T16:16:54.678Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2537 | 2024-11-14T16:16:54.738Z | Checking httptest v0.16.1 |
2538 | 2024-11-14T16:16:54.822Z | Checking rustls-native-certs v0.7.3 |
2539 | 2024-11-14T16:16:55.017Z | Compiling petname v2.0.2 |
2540 | 2024-11-14T16:16:55.481Z | Checking num_cpus v1.16.0 |
2541 | 2024-11-14T16:16:55.607Z | Checking kv-log-macro v1.0.7 |
2542 | 2024-11-14T16:16:55.747Z | Compiling async-attributes v1.1.2 |
2543 | 2024-11-14T16:16:56.591Z | Checking async-std v1.13.0 |
2544 | 2024-11-14T16:16:58.471Z | Checking threadpool v1.8.1 |
2545 | 2024-11-14T16:16:58.699Z | Checking hyper-rustls v0.26.0 |
2546 | 2024-11-14T16:16:59.122Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2547 | 2024-11-14T16:16:59.383Z | Checking pathdiff v0.2.2 |
2548 | 2024-11-14T16:16:59.542Z | Compiling rstest_macros v0.23.0 |
2549 | 2024-11-14T16:16:59.584Z | Checking escape8259 v0.5.3 |
2550 | 2024-11-14T16:16:59.778Z | Checking nested v0.1.1 |
2551 | 2024-11-14T16:17:00.002Z | Compiling target-triple v0.1.3 |
2552 | 2024-11-14T16:17:00.181Z | Checking guppy v0.17.8 |
2553 | 2024-11-14T16:17:00.385Z | Checking async-object-pool v0.1.5 |
2554 | 2024-11-14T16:17:00.556Z | Checking libtest-mimic v0.7.3 |
2555 | 2024-11-14T16:17:00.573Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2556 | 2024-11-14T16:17:01.762Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2557 | 2024-11-14T16:17:02.292Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2558 | 2024-11-14T16:17:02.583Z | Checking similar-asserts v1.6.0 |
2559 | 2024-11-14T16:17:02.832Z | Checking fancy-regex v0.13.0 |
2560 | 2024-11-14T16:17:02.860Z | Checking serde_regex v1.1.0 |
2561 | 2024-11-14T16:17:03.136Z | Checking assert-json-diff v2.0.2 |
2562 | 2024-11-14T16:17:03.382Z | Compiling proc-macro-crate v3.2.0 |
2563 | 2024-11-14T16:17:03.656Z | Checking path-tree v0.8.1 |
2564 | 2024-11-14T16:17:03.744Z | Checking stringmetrics v2.2.2 |
2565 | 2024-11-14T16:17:03.973Z | Compiling relative-path v1.9.3 |
2566 | 2024-11-14T16:17:04.010Z | Checking sync-ptr v0.1.1 |
2567 | 2024-11-14T16:17:04.240Z | Checking httpmock v0.8.0-alpha.1 |
2568 | 2024-11-14T16:17:04.685Z | Checking datatest-stable v0.2.9 |
2569 | 2024-11-14T16:17:05.151Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2570 | 2024-11-14T16:17:06.520Z | Checking blake2b_simd v1.0.2 |
2571 | 2024-11-14T16:17:07.396Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2572 | 2024-11-14T16:17:09.441Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2573 | 2024-11-14T16:17:09.709Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2574 | 2024-11-14T16:17:10.014Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2575 | 2024-11-14T16:17:10.306Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2576 | 2024-11-14T16:17:10.609Z | Compiling git2 v0.19.0 |
2577 | 2024-11-14T16:17:10.873Z | Checking serde_tokenstream v0.2.2 |
2578 | 2024-11-14T16:17:11.278Z | Checking uzers v0.12.1 |
2579 | 2024-11-14T16:17:11.808Z | Checking rust-argon2 v2.1.0 |
2580 | 2024-11-14T16:17:12.226Z | Checking trybuild v1.0.101 |
2581 | 2024-11-14T16:17:12.872Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2582 | 2024-11-14T16:17:13.570Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2583 | 2024-11-14T16:17:14.195Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2584 | 2024-11-14T16:17:14.648Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2585 | 2024-11-14T16:17:15.371Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2586 | 2024-11-14T16:17:15.395Z | Checking rstest v0.23.0 |
2587 | 2024-11-14T16:17:15.631Z | Checking rand_distr v0.4.3 |
2588 | 2024-11-14T16:17:15.678Z | Checking multimap v0.10.0 |
2589 | 2024-11-14T16:17:16.214Z | Checking approx v0.5.1 |
2590 | 2024-11-14T16:17:16.452Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2591 | 2024-11-14T16:17:17.163Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2592 | 2024-11-14T16:17:17.675Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2593 | 2024-11-14T16:17:18.084Z | Checking partial-io v0.5.4 |
2594 | 2024-11-14T16:17:18.159Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2595 | 2024-11-14T16:17:18.449Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2596 | 2024-11-14T16:17:18.478Z | Checking cargo_toml v0.20.5 |
2597 | 2024-11-14T16:17:19.285Z | Checking termios v0.3.3 |
2598 | 2024-11-14T16:17:19.504Z | Compiling indoc v2.0.5 |
2599 | 2024-11-14T16:17:19.901Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2600 | 2024-11-14T16:17:20.368Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2601 | 2024-11-14T16:17:20.522Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2602 | 2024-11-14T16:17:23.527Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2603 | 2024-11-14T16:17:40.135Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2604 | 2024-11-14T16:17:40.838Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2605 | 2024-11-14T16:17:44.709Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2606 | 2024-11-14T16:18:01.728Z | Compiling polar-core v0.27.3 |
2607 | 2024-11-14T16:18:13.026Z | Checking oso v0.27.3 |
2608 | 2024-11-14T16:18:21.675Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2609 | 2024-11-14T16:18:22.969Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2610 | 2024-11-14T16:18:23.378Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2611 | 2024-11-14T16:19:02.142Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2612 | 2024-11-14T16:19:02.142Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2613 | 2024-11-14T16:19:02.145Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2614 | 2024-11-14T16:20:26.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2615 | 2024-11-14T16:20:26.802Z | |
2616 | 2024-11-14T16:20:26.802Z | real 6:36.274206295 |
2617 | 2024-11-14T16:20:26.802Z | user 35:18.139898259 |
2618 | 2024-11-14T16:20:26.802Z | sys 6:25.860178510 |
2619 | 2024-11-14T16:20:26.802Z | trap 0.952032766 |
2620 | 2024-11-14T16:20:26.803Z | tflt 2.610803814 |
2621 | 2024-11-14T16:20:26.803Z | dflt 0.806235183 |
2622 | 2024-11-14T16:20:26.803Z | kflt 0.000840647 |
2623 | 2024-11-14T16:20:26.805Z | lock 51:04.686811766 |
2624 | 2024-11-14T16:20:26.805Z | slp 2:02:49.149676690 |
2625 | 2024-11-14T16:20:26.805Z | lat 1:36.378096476 |
2626 | 2024-11-14T16:20:26.805Z | stop 6:02.642375324 |
2627 | 2024-11-14T16:20:26.806Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2628 | 2024-11-14T16:20:26.806Z | + ptime -m cargo doc --workspace --no-deps |
2629 | 2024-11-14T16:20:27.998Z | warning: output filename collision. |
2630 | 2024-11-14T16:20:27.998Z | 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)`. |
2631 | 2024-11-14T16:20:27.998Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2632 | 2024-11-14T16:20:27.998Z | The targets should have unique names. |
2633 | 2024-11-14T16:20:27.998Z | This is a known bug where multiple crates with the same name use |
2634 | 2024-11-14T16:20:27.998Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2635 | 2024-11-14T16:20:28.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2636 | 2024-11-14T16:20:28.497Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2637 | 2024-11-14T16:20:28.515Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2638 | 2024-11-14T16:20:28.556Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2639 | 2024-11-14T16:20:28.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2024-11-14T16:20:28.605Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2641 | 2024-11-14T16:20:28.605Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2642 | 2024-11-14T16:20:28.801Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2643 | 2024-11-14T16:20:28.849Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2644 | 2024-11-14T16:20:28.869Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2645 | 2024-11-14T16:20:28.891Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2646 | 2024-11-14T16:20:29.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2647 | 2024-11-14T16:20:29.196Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2648 | 2024-11-14T16:20:29.418Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2649 | 2024-11-14T16:20:29.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2650 | 2024-11-14T16:20:32.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2651 | 2024-11-14T16:20:33.485Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2652 | 2024-11-14T16:20:33.826Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2653 | 2024-11-14T16:20:34.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2654 | 2024-11-14T16:20:34.097Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2655 | 2024-11-14T16:20:34.241Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2656 | 2024-11-14T16:20:34.396Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2657 | 2024-11-14T16:20:34.551Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2658 | 2024-11-14T16:20:34.704Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2659 | 2024-11-14T16:20:35.063Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2660 | 2024-11-14T16:20:35.118Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2661 | 2024-11-14T16:20:35.339Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2662 | 2024-11-14T16:20:35.631Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2663 | 2024-11-14T16:20:35.653Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2664 | 2024-11-14T16:20:35.925Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2665 | 2024-11-14T16:20:36.047Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2666 | 2024-11-14T16:20:36.073Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2667 | 2024-11-14T16:20:36.240Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2668 | 2024-11-14T16:20:36.387Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2669 | 2024-11-14T16:20:36.695Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2670 | 2024-11-14T16:20:36.984Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2671 | 2024-11-14T16:20:37.057Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2672 | 2024-11-14T16:20:37.435Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2673 | 2024-11-14T16:20:37.487Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2674 | 2024-11-14T16:20:37.575Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2675 | 2024-11-14T16:20:38.255Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2676 | 2024-11-14T16:20:39.462Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2677 | 2024-11-14T16:20:40.970Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2678 | 2024-11-14T16:20:42.742Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2679 | 2024-11-14T16:20:43.502Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2680 | 2024-11-14T16:20:44.188Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2681 | 2024-11-14T16:20:44.502Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2682 | 2024-11-14T16:20:44.618Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2683 | 2024-11-14T16:20:44.660Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-11-14T16:20:45.572Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2685 | 2024-11-14T16:20:46.151Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2686 | 2024-11-14T16:20:46.674Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2687 | 2024-11-14T16:20:46.693Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2688 | 2024-11-14T16:20:47.323Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2689 | 2024-11-14T16:20:52.260Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2690 | 2024-11-14T16:20:53.155Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2691 | 2024-11-14T16:20:53.618Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2692 | 2024-11-14T16:20:54.220Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2693 | 2024-11-14T16:20:54.679Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2694 | 2024-11-14T16:20:55.513Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2695 | 2024-11-14T16:20:55.707Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2696 | 2024-11-14T16:20:55.970Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2697 | 2024-11-14T16:20:56.078Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-11-14T16:20:57.026Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2699 | 2024-11-14T16:20:57.197Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2700 | 2024-11-14T16:20:57.433Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2701 | 2024-11-14T16:20:57.627Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2702 | 2024-11-14T16:20:57.869Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2703 | 2024-11-14T16:20:58.421Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2704 | 2024-11-14T16:20:58.795Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2705 | 2024-11-14T16:20:58.931Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2706 | 2024-11-14T16:20:59.720Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2707 | 2024-11-14T16:20:59.880Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2024-11-14T16:21:00.130Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2709 | 2024-11-14T16:21:00.353Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2710 | 2024-11-14T16:21:00.356Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2711 | 2024-11-14T16:21:00.934Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2712 | 2024-11-14T16:21:01.063Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-11-14T16:21:01.362Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2714 | 2024-11-14T16:21:01.556Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2715 | 2024-11-14T16:21:02.165Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2716 | 2024-11-14T16:21:02.437Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2717 | 2024-11-14T16:21:02.579Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2718 | 2024-11-14T16:21:02.875Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2719 | 2024-11-14T16:21:02.878Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2720 | 2024-11-14T16:21:03.042Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2721 | 2024-11-14T16:21:03.486Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2722 | 2024-11-14T16:21:03.552Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2723 | 2024-11-14T16:21:04.044Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2724 | 2024-11-14T16:21:04.076Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2725 | 2024-11-14T16:21:04.203Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2726 | 2024-11-14T16:21:04.946Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2727 | 2024-11-14T16:21:05.477Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2728 | 2024-11-14T16:21:05.956Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2729 | 2024-11-14T16:21:06.107Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2730 | 2024-11-14T16:21:07.478Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2731 | 2024-11-14T16:21:07.753Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2732 | 2024-11-14T16:21:09.032Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2733 | 2024-11-14T16:21:09.327Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2734 | 2024-11-14T16:21:09.557Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2735 | 2024-11-14T16:21:10.053Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2736 | 2024-11-14T16:21:10.880Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2737 | 2024-11-14T16:21:11.026Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2738 | 2024-11-14T16:21:13.808Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2739 | 2024-11-14T16:21:14.222Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2740 | 2024-11-14T16:21:14.278Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2741 | 2024-11-14T16:21:15.035Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2742 | 2024-11-14T16:21:16.461Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2743 | 2024-11-14T16:21:20.264Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2744 | 2024-11-14T16:21:21.296Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2745 | 2024-11-14T16:21:23.742Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2746 | 2024-11-14T16:21:24.994Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2747 | 2024-11-14T16:21:26.293Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2748 | 2024-11-14T16:21:26.749Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2749 | 2024-11-14T16:21:35.140Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2750 | 2024-11-14T16:21:48.870Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2751 | 2024-11-14T16:22:19.919Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2752 | 2024-11-14T16:22:25.552Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2753 | 2024-11-14T16:22:27.547Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2754 | 2024-11-14T16:22:27.835Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2755 | 2024-11-14T16:22:55.078Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2756 | 2024-11-14T16:22:57.911Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2757 | 2024-11-14T16:23:02.713Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2758 | 2024-11-14T16:23:05.254Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2759 | 2024-11-14T16:23:08.374Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2760 | 2024-11-14T16:23:11.559Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2761 | 2024-11-14T16:23:13.129Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2762 | 2024-11-14T16:23:15.382Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2763 | 2024-11-14T16:23:16.199Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2764 | 2024-11-14T16:23:37.636Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2765 | 2024-11-14T16:23:40.816Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2766 | 2024-11-14T16:23:41.186Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2767 | 2024-11-14T16:23:44.064Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2768 | 2024-11-14T16:24:08.950Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2769 | 2024-11-14T16:24:12.815Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2024-11-14T16:24:21.475Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2771 | 2024-11-14T16:24:26.027Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2772 | 2024-11-14T16:24:30.441Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2773 | 2024-11-14T16:24:33.240Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2774 | 2024-11-14T16:24:42.121Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2775 | 2024-11-14T16:24:42.673Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2776 | 2024-11-14T16:24:53.436Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2777 | 2024-11-14T16:25:04.458Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2024-11-14T16:25:08.239Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2779 | 2024-11-14T16:25:08.584Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2780 | 2024-11-14T16:25:14.871Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2781 | 2024-11-14T16:25:17.786Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2782 | 2024-11-14T16:25:19.355Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2783 | 2024-11-14T16:25:36.617Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2784 | 2024-11-14T16:25:37.266Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2785 | 2024-11-14T16:25:40.176Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2786 | 2024-11-14T16:25:43.476Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2787 | 2024-11-14T16:25:45.337Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2788 | 2024-11-14T16:25:45.543Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2789 | 2024-11-14T16:25:47.979Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2790 | 2024-11-14T16:25:57.978Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2791 | 2024-11-14T16:26:00.719Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2792 | 2024-11-14T16:26:07.385Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2793 | 2024-11-14T16:26:10.305Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2794 | 2024-11-14T16:26:13.771Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2795 | 2024-11-14T16:26:18.883Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2796 | 2024-11-14T16:26:19.023Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2797 | 2024-11-14T16:26:21.402Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2798 | 2024-11-14T16:26:21.866Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2799 | 2024-11-14T16:26:28.144Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2800 | 2024-11-14T16:26:31.398Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2801 | 2024-11-14T16:26:35.020Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2802 | 2024-11-14T16:26:35.776Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2803 | 2024-11-14T16:26:36.717Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2804 | 2024-11-14T16:26:40.053Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2805 | 2024-11-14T16:26:44.127Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2806 | 2024-11-14T16:26:55.478Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2807 | 2024-11-14T16:26:55.561Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2808 | 2024-11-14T16:26:55.732Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2809 | 2024-11-14T16:26:56.324Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2810 | 2024-11-14T16:26:58.023Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2811 | 2024-11-14T16:27:01.060Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2812 | 2024-11-14T16:27:05.922Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2813 | 2024-11-14T16:27:09.820Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2814 | 2024-11-14T16:27:10.168Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2815 | 2024-11-14T16:27:16.654Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2816 | 2024-11-14T16:27:17.078Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2817 | 2024-11-14T16:27:19.045Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2818 | 2024-11-14T16:27:19.287Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2819 | 2024-11-14T16:27:24.671Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2820 | 2024-11-14T16:27:26.875Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2821 | 2024-11-14T16:27:27.842Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2822 | 2024-11-14T16:27:29.784Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2823 | 2024-11-14T16:27:31.480Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2824 | 2024-11-14T16:27:36.519Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2825 | 2024-11-14T16:27:38.695Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2826 | 2024-11-14T16:27:39.183Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2827 | 2024-11-14T16:27:40.225Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2828 | 2024-11-14T16:27:42.200Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2829 | 2024-11-14T16:27:47.762Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2830 | 2024-11-14T16:27:49.629Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2831 | 2024-11-14T16:27:51.524Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2832 | 2024-11-14T16:27:56.960Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2833 | 2024-11-14T16:28:00.594Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2834 | 2024-11-14T16:28:01.724Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-14T16:28:01.895Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2836 | 2024-11-14T16:28:02.427Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2837 | 2024-11-14T16:28:03.545Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2838 | 2024-11-14T16:28:07.851Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2839 | 2024-11-14T16:28:08.701Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2840 | 2024-11-14T16:28:10.963Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2841 | 2024-11-14T16:28:11.242Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2842 | 2024-11-14T16:28:16.744Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2843 | 2024-11-14T16:28:17.919Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2024-11-14T16:28:21.296Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2845 | 2024-11-14T16:28:21.865Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2846 | 2024-11-14T16:28:22.535Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2847 | 2024-11-14T16:28:22.946Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2848 | 2024-11-14T16:28:26.248Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2849 | 2024-11-14T16:28:26.527Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2850 | 2024-11-14T16:28:27.972Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2851 | 2024-11-14T16:28:28.245Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2852 | 2024-11-14T16:28:29.973Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2853 | 2024-11-14T16:28:31.366Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2854 | 2024-11-14T16:28:31.576Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2855 | 2024-11-14T16:28:33.541Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2856 | 2024-11-14T16:28:35.102Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2857 | 2024-11-14T16:28:35.734Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2858 | 2024-11-14T16:28:37.011Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2859 | 2024-11-14T16:28:37.092Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2860 | 2024-11-14T16:29:10.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 43s |
2861 | 2024-11-14T16:29:10.606Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2862 | 2024-11-14T16:29:10.674Z | |
2863 | 2024-11-14T16:29:10.674Z | real 8:43.787962994 |
2864 | 2024-11-14T16:29:10.675Z | user 25:47.831793960 |
2865 | 2024-11-14T16:29:10.675Z | sys 39:55.123604580 |
2866 | 2024-11-14T16:29:10.675Z | trap 0.426470867 |
2867 | 2024-11-14T16:29:10.677Z | tflt 0.100614192 |
2868 | 2024-11-14T16:29:10.677Z | dflt 0.223992533 |
2869 | 2024-11-14T16:29:10.677Z | kflt 0.000000000 |
2870 | 2024-11-14T16:29:10.677Z | lock 1:27:35.121791960 |
2871 | 2024-11-14T16:29:10.677Z | slp 2:28:11.946946633 |
2872 | 2024-11-14T16:29:10.677Z | lat 1:14.382817304 |
2873 | 2024-11-14T16:29:10.677Z | stop 1:09.463285437 |
2874 | 2024-11-14T16:29:10.677Z | process exited: duration 1241617 ms, exit code 0 |
|
2875 | 2024-11-14T16:29:10.683Z | found 0 output files |