|
|
|
1 | 2024-11-13T21:16:22.671Z | job assigned to worker 01JCKP3BQC0VXT208QFW727XR6 (queued for 52 s) |
|
2 | 2024-11-13T21:16:29.889Z | starting task 0: "setup" |
3 | 2024-11-13T21:16:29.904Z | ++ uname -s |
4 | 2024-11-13T21:16:29.907Z | + kern=SunOS |
5 | 2024-11-13T21:16:29.907Z | + case "$kern" in |
6 | 2024-11-13T21:16:29.907Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:16:29.907Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:16:31.917Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:16:32.074Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:16:32.078Z | + home_fs=zfs |
11 | 2024-11-13T21:16:32.078Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:16:32.078Z | + mkdir -p /home/build |
13 | 2024-11-13T21:16:32.082Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:16:34.081Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:16:34.084Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-11-13T21:16:34.091Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:16:34.097Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:16:34.097Z | * toolchain channel = "1.81.0" |
19 | 2024-11-13T21:16:34.097Z | ' 1.81.0 |
20 | 2024-11-13T21:16:34.097Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T21:16:34.097Z | ' default |
22 | 2024-11-13T21:16:34.097Z | * toolchain profile = "default" |
23 | 2024-11-13T21:16:34.101Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:16:34.101Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:16:34.398Z | info: downloading installer |
26 | 2024-11-13T21:16:35.601Z | info: profile set to 'default' |
27 | 2024-11-13T21:16:35.601Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:16:35.604Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:16:35.742Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:16:35.742Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:16:36.448Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:16:36.710Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:16:37.691Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:16:39.218Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:16:44.641Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:16:44.860Z | info: installing component 'cargo' |
37 | 2024-11-13T21:16:45.687Z | info: installing component 'clippy' |
38 | 2024-11-13T21:16:46.083Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:16:47.727Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:16:49.548Z | info: installing component 'rustc' |
41 | 2024-11-13T21:16:55.311Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:16:55.657Z | |
43 | 2024-11-13T21:16:55.657Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-13T21:16:56.024Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:16:56.024Z | |
46 | 2024-11-13T21:16:56.027Z | |
47 | 2024-11-13T21:16:56.027Z | Rust is installed now. Great! |
48 | 2024-11-13T21:16:56.027Z | |
49 | 2024-11-13T21:16:56.027Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:16:56.027Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:16:56.027Z | |
52 | 2024-11-13T21:16:56.027Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:16:56.027Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:16:56.027Z | |
55 | 2024-11-13T21:16:56.027Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:16:56.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:16:56.027Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:16:56.105Z | + rustc --version |
59 | 2024-11-13T21:16:56.172Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:16:56.174Z | process exited: duration 22074 ms, exit code 0 |
|
61 | 2024-11-13T21:16:56.182Z | starting task 2: "authentication" |
62 | 2024-11-13T21:16:56.203Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-13T21:16:56.210Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:16:56.215Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:16:56.218Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:16:56.261Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:17:35.689Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:17:35.689Z | + git fetch origin 892047b197820e58fd196768326068cc7c781e1d |
69 | 2024-11-13T21:17:36.441Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:17:36.441Z | * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD |
71 | 2024-11-13T21:17:36.455Z | + [[ -n dap/drafts/dropshot-update ]] |
72 | 2024-11-13T21:17:36.455Z | ++ git branch --show-current |
73 | 2024-11-13T21:17:36.455Z | + current=main |
74 | 2024-11-13T21:17:36.455Z | + [[ main != dap/drafts/dropshot-update ]] |
75 | 2024-11-13T21:17:36.455Z | + git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d |
76 | 2024-11-13T21:17:36.455Z | + git checkout -f dap/drafts/dropshot-update |
77 | 2024-11-13T21:17:36.455Z | Switched to branch 'dap/drafts/dropshot-update' |
78 | 2024-11-13T21:17:36.456Z | + git reset --hard 892047b197820e58fd196768326068cc7c781e1d |
79 | 2024-11-13T21:17:36.479Z | HEAD is now at 892047b19 hakari |
80 | 2024-11-13T21:17:36.479Z | process exited: duration 40232 ms, exit code 0 |
|
81 | 2024-11-13T21:17:36.555Z | starting task 4: "build" |
82 | 2024-11-13T21:17:36.596Z | + source ./env.sh |
83 | 2024-11-13T21:17:36.596Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-13T21:17:36.596Z | ++ set -o xtrace |
85 | 2024-11-13T21:17:36.596Z | ++++ dirname ./env.sh |
86 | 2024-11-13T21:17:36.596Z | +++ readlink -f . |
87 | 2024-11-13T21:17:36.596Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.597Z | ++ 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-13T21:17:36.598Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-13T21:17:36.598Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-13T21:17:36.598Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-13T21:17:36.598Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-13T21:17:36.598Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-13T21:17:36.598Z | + cargo --version |
102 | 2024-11-13T21:17:36.616Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-13T21:17:36.616Z | + rustc --version |
104 | 2024-11-13T21:17:36.643Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-13T21:17:36.649Z | + banner prerequisites |
106 | 2024-11-13T21:17:36.649Z | |
107 | 2024-11-13T21:17:36.649Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-13T21:17:36.649Z | # # # # # # # # # # # # # # # |
109 | 2024-11-13T21:17:36.649Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-13T21:17:36.649Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-13T21:17:36.650Z | # # # # # # # # # # # # # # # |
112 | 2024-11-13T21:17:36.650Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-13T21:17:36.650Z | |
114 | 2024-11-13T21:17:36.650Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-13T21:17:46.694Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-13T21:17:50.229Z | Startup: Caching catalogs ... Done |
117 | 2024-11-13T21:17:58.254Z | Planning: Solver setup ... Done (7.282s) |
118 | 2024-11-13T21:17:58.356Z | Planning: Running solver ... Done (0.102s) |
119 | 2024-11-13T21:17:58.446Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-11-13T21:17:58.498Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-13T21:17:59.141Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-13T21:17:59.249Z | Planning: Package planning ... Done (0.102s) |
123 | 2024-11-13T21:17:59.300Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-13T21:17:59.498Z | Planning: Checking for conflicting actions ... Done (0.198s) |
125 | 2024-11-13T21:18:01.489Z | Planning: Consolidating action changes ... Done (1.990s) |
126 | 2024-11-13T21:18:01.902Z | Planning: Evaluating mediators ... Done (0.413s) |
127 | 2024-11-13T21:18:01.986Z | Planning: Planning completed in 11.66 seconds |
128 | 2024-11-13T21:18:02.000Z | Packages to install: 4 |
129 | 2024-11-13T21:18:02.000Z | Packages to update: 1 |
130 | 2024-11-13T21:18:02.003Z | Mediators to change: 2 |
131 | 2024-11-13T21:18:02.003Z | Services to change: 1 |
132 | 2024-11-13T21:18:02.003Z | Estimated space available: 155.64 GB |
133 | 2024-11-13T21:18:02.003Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-13T21:18:02.003Z | Create boot environment: No |
135 | 2024-11-13T21:18:02.003Z | Create backup boot environment: Yes |
136 | 2024-11-13T21:18:02.003Z | Rebuild boot archive: No |
137 | 2024-11-13T21:18:02.003Z | |
138 | 2024-11-13T21:18:02.003Z | Changed mediators: |
139 | 2024-11-13T21:18:02.003Z | mediator clang: |
140 | 2024-11-13T21:18:02.003Z | version: None -> 15 (system default) |
141 | 2024-11-13T21:18:02.003Z | |
142 | 2024-11-13T21:18:02.003Z | mediator llvm: |
143 | 2024-11-13T21:18:02.003Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-13T21:18:02.003Z | |
145 | 2024-11-13T21:18:02.003Z | Changed packages: |
146 | 2024-11-13T21:18:02.003Z | helios-dev |
147 | 2024-11-13T21:18:02.003Z | developer/build-essential |
148 | 2024-11-13T21:18:02.003Z | None -> 11-2.0 |
149 | 2024-11-13T21:18:02.003Z | library/libxmlsec1 |
150 | 2024-11-13T21:18:02.003Z | None -> 1.2.35-2.0 |
151 | 2024-11-13T21:18:02.003Z | ooce/developer/clang-15 |
152 | 2024-11-13T21:18:02.003Z | None -> 15.0.7-2.0 |
153 | 2024-11-13T21:18:02.003Z | ooce/developer/llvm-15 |
154 | 2024-11-13T21:18:02.003Z | None -> 15.0.7-2.0 |
155 | 2024-11-13T21:18:02.003Z | package/pkg |
156 | 2024-11-13T21:18:02.003Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-13T21:18:02.003Z | |
158 | 2024-11-13T21:18:02.003Z | Services: |
159 | 2024-11-13T21:18:02.003Z | restart_fmri: |
160 | 2024-11-13T21:18:02.003Z | svc:/system/update-man-index:default |
161 | 2024-11-13T21:18:02.003Z | |
162 | 2024-11-13T21:18:02.003Z | Editable files to change: |
163 | 2024-11-13T21:18:02.003Z | Update: |
164 | 2024-11-13T21:18:02.003Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-13T21:18:02.077Z | |
166 | 2024-11-13T21:18:02.077Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-13T21:18:07.079Z | Download: 1192/4281 items 76.7/220.6MB 34% complete (15.3M/s) |
168 | 2024-11-13T21:18:12.081Z | Download: 1746/4281 items 118.2/220.6MB 53% complete (12.0M/s) |
169 | 2024-11-13T21:18:17.469Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.7M/s) |
170 | 2024-11-13T21:18:22.654Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.3M/s) |
171 | 2024-11-13T21:18:27.656Z | Download: 3297/4281 items 214.2/220.6MB 97% complete (18.4M/s) |
172 | 2024-11-13T21:18:33.622Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (11.1M/s) |
173 | 2024-11-13T21:18:33.786Z | Download: Completed 220.60 MB in 31.70 seconds (7.0M/s) |
174 | 2024-11-13T21:18:35.777Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-13T21:18:35.797Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-13T21:18:40.436Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-13T21:18:40.755Z | Actions: Completed 5063 actions in 4.99 seconds. |
178 | 2024-11-13T21:18:41.122Z | Done (0.363s) |
179 | 2024-11-13T21:18:41.125Z | Done (0.000s) |
180 | 2024-11-13T21:18:41.640Z | Done (0.516s) |
181 | 2024-11-13T21:18:46.082Z | Done (4.227s) |
182 | 2024-11-13T21:18:46.167Z | Done (0.017s) |
183 | 2024-11-13T21:18:46.170Z | Done (0.000s) |
184 | 2024-11-13T21:18:46.339Z | Done (0.000s) |
185 | 2024-11-13T21:18:47.014Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-13T21:18:47.171Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-13T21:18:47.174Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-13T21:18:47.443Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-13T21:18:47.446Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-11-13T21:18:47.485Z | Mediators to change: 2 |
191 | 2024-11-13T21:18:47.488Z | Create boot environment: No |
192 | 2024-11-13T21:18:47.488Z | Create backup boot environment: No |
193 | 2024-11-13T21:18:47.565Z | Done |
194 | 2024-11-13T21:18:47.566Z | Done |
195 | 2024-11-13T21:18:47.897Z | Done |
196 | 2024-11-13T21:18:51.418Z | Done |
197 | 2024-11-13T21:18:51.511Z | Done |
198 | 2024-11-13T21:18:51.514Z | Done |
199 | 2024-11-13T21:18:51.627Z | Done |
200 | 2024-11-13T21:18:52.245Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-13T21:18:52.266Z | Planning: Merging actions ... Done |
202 | 2024-11-13T21:18:52.431Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-13T21:18:52.454Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-13T21:18:52.697Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-13T21:18:52.753Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-11-13T21:18:52.796Z | Packages to change: 1 |
207 | 2024-11-13T21:18:52.796Z | Mediators to change: 1 |
208 | 2024-11-13T21:18:52.801Z | Services to change: 1 |
209 | 2024-11-13T21:18:52.801Z | Create boot environment: No |
210 | 2024-11-13T21:18:52.802Z | Create backup boot environment: Yes |
211 | 2024-11-13T21:18:54.932Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-13T21:18:54.935Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-13T21:18:54.935Z | Done |
214 | 2024-11-13T21:18:54.935Z | Done |
215 | 2024-11-13T21:18:55.037Z | Done |
216 | 2024-11-13T21:18:58.693Z | Done |
217 | 2024-11-13T21:18:58.787Z | Done |
218 | 2024-11-13T21:18:58.789Z | Done |
219 | 2024-11-13T21:18:58.933Z | Done |
220 | 2024-11-13T21:18:59.370Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-13T21:18:59.370Z | clang system 15 system |
222 | 2024-11-13T21:18:59.370Z | csh system system illumos |
223 | 2024-11-13T21:18:59.370Z | ctags system system illumos |
224 | 2024-11-13T21:18:59.370Z | gcc vendor 12 vendor |
225 | 2024-11-13T21:18:59.370Z | gcc system 10 system |
226 | 2024-11-13T21:18:59.370Z | gcc system 7 system |
227 | 2024-11-13T21:18:59.370Z | go system 1.20 system |
228 | 2024-11-13T21:18:59.370Z | go system 1.19 system |
229 | 2024-11-13T21:18:59.370Z | llvm system 15 system |
230 | 2024-11-13T21:18:59.370Z | llvm system 14 system |
231 | 2024-11-13T21:18:59.370Z | mariadb system 10.6 system |
232 | 2024-11-13T21:18:59.370Z | mta vendor vendor dma |
233 | 2024-11-13T21:18:59.370Z | openjdk system 17 system |
234 | 2024-11-13T21:18:59.370Z | openjdk system 11 system |
235 | 2024-11-13T21:18:59.370Z | openjdk system 1.8 system |
236 | 2024-11-13T21:18:59.370Z | openssl vendor 3 vendor |
237 | 2024-11-13T21:18:59.370Z | perl system 5.36 system |
238 | 2024-11-13T21:18:59.370Z | postgresql system 15 system |
239 | 2024-11-13T21:18:59.370Z | postgresql system 13 system |
240 | 2024-11-13T21:18:59.370Z | python vendor 3 vendor |
241 | 2024-11-13T21:18:59.370Z | python system 2 system |
242 | 2024-11-13T21:18:59.370Z | python3 system 3.11 system |
243 | 2024-11-13T21:18:59.370Z | ruby system 3.0 system |
244 | 2024-11-13T21:18:59.370Z | words vendor vendor american-english |
245 | 2024-11-13T21:18:59.370Z | words system system australian-english |
246 | 2024-11-13T21:18:59.370Z | words system system british-english |
247 | 2024-11-13T21:18:59.370Z | words system system canadian-english |
248 | 2024-11-13T21:18:59.370Z | words system system french |
249 | 2024-11-13T21:18:59.370Z | words system system italian |
250 | 2024-11-13T21:18:59.370Z | words system system ngerman |
251 | 2024-11-13T21:18:59.370Z | words system system ogerman |
252 | 2024-11-13T21:18:59.370Z | words system system spanish |
253 | 2024-11-13T21:18:59.709Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-13T21:18:59.709Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-13T21:19:02.204Z | FMRI IFO |
256 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-13T21:19:02.204Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-13T21:19:02.927Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-13T21:19:03.652Z | Updating crates.io index |
273 | 2024-11-13T21:19:03.655Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-13T21:19:05.919Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-13T21:19:06.633Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-13T21:19:07.293Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-13T21:19:07.994Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-13T21:19:11.458Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-13T21:19:17.205Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-13T21:19:20.099Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-13T21:19:24.142Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-13T21:19:24.864Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-13T21:19:25.516Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-13T21:19:26.984Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-13T21:19:27.602Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-13T21:19:28.427Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-13T21:19:29.154Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-13T21:19:29.777Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-13T21:19:30.405Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-13T21:19:31.163Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-13T21:19:31.934Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-13T21:19:32.534Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-13T21:19:33.262Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-13T21:19:34.191Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-13T21:19:34.870Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-13T21:19:35.871Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-13T21:19:36.855Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-13T21:19:37.560Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-13T21:19:38.379Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-13T21:19:39.975Z | Downloading crates ... |
301 | 2024-11-13T21:19:40.048Z | Downloaded equivalent v1.0.1 |
302 | 2024-11-13T21:19:40.051Z | Downloaded block-buffer v0.10.4 |
303 | 2024-11-13T21:19:40.053Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-11-13T21:19:40.053Z | Downloaded digest v0.10.7 |
305 | 2024-11-13T21:19:40.056Z | Downloaded colorchoice v1.0.2 |
306 | 2024-11-13T21:19:40.056Z | Downloaded byteorder v1.5.0 |
307 | 2024-11-13T21:19:40.059Z | Downloaded cargo_toml v0.20.5 |
308 | 2024-11-13T21:19:40.062Z | Downloaded anstyle v1.0.10 |
309 | 2024-11-13T21:19:40.069Z | Downloaded strsim v0.11.1 |
310 | 2024-11-13T21:19:40.073Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-11-13T21:19:40.075Z | Downloaded plain v0.2.3 |
312 | 2024-11-13T21:19:40.075Z | Downloaded fnv v1.0.7 |
313 | 2024-11-13T21:19:40.079Z | Downloaded thiserror v1.0.69 |
314 | 2024-11-13T21:19:40.090Z | Downloaded utf8parse v0.2.2 |
315 | 2024-11-13T21:19:40.093Z | Downloaded proc-macro-error v1.0.4 |
316 | 2024-11-13T21:19:40.096Z | Downloaded tempfile v3.13.0 |
317 | 2024-11-13T21:19:40.098Z | Downloaded typenum v1.17.0 |
318 | 2024-11-13T21:19:40.101Z | Downloaded pest_generator v2.7.14 |
319 | 2024-11-13T21:19:40.101Z | Downloaded scroll v0.12.0 |
320 | 2024-11-13T21:19:40.104Z | Downloaded anyhow v1.0.93 |
321 | 2024-11-13T21:19:40.106Z | Downloaded unicode-ident v1.0.13 |
322 | 2024-11-13T21:19:40.109Z | Downloaded sha2 v0.10.8 |
323 | 2024-11-13T21:19:40.112Z | Downloaded papergrid v0.11.0 |
324 | 2024-11-13T21:19:40.116Z | Downloaded quote v1.0.37 |
325 | 2024-11-13T21:19:40.120Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-11-13T21:19:40.122Z | Downloaded serde v1.0.215 |
327 | 2024-11-13T21:19:40.125Z | Downloaded autocfg v1.4.0 |
328 | 2024-11-13T21:19:40.128Z | Downloaded anstyle-parse v0.2.5 |
329 | 2024-11-13T21:19:40.128Z | Downloaded bytecount v0.6.8 |
330 | 2024-11-13T21:19:40.130Z | Downloaded usdt v0.5.0 |
331 | 2024-11-13T21:19:40.133Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-11-13T21:19:40.139Z | Downloaded usdt-macro v0.5.0 |
333 | 2024-11-13T21:19:40.141Z | Downloaded swrite v0.1.0 |
334 | 2024-11-13T21:19:40.146Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-11-13T21:19:40.148Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-11-13T21:19:40.148Z | Downloaded cpufeatures v0.2.14 |
337 | 2024-11-13T21:19:40.151Z | Downloaded clap_lex v0.7.2 |
338 | 2024-11-13T21:19:40.151Z | Downloaded cfg-if v1.0.0 |
339 | 2024-11-13T21:19:40.154Z | Downloaded anstyle-query v1.1.1 |
340 | 2024-11-13T21:19:40.154Z | Downloaded dof v0.3.0 |
341 | 2024-11-13T21:19:40.156Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-11-13T21:19:40.156Z | Downloaded clap_derive v4.5.18 |
343 | 2024-11-13T21:19:40.159Z | Downloaded generic-array v0.14.7 |
344 | 2024-11-13T21:19:40.161Z | Downloaded fs-err v2.11.0 |
345 | 2024-11-13T21:19:40.161Z | Downloaded indexmap v2.6.0 |
346 | 2024-11-13T21:19:40.165Z | Downloaded serde_spanned v0.6.8 |
347 | 2024-11-13T21:19:40.168Z | Downloaded terminal_size v0.4.0 |
348 | 2024-11-13T21:19:40.168Z | Downloaded macaddr v1.0.1 |
349 | 2024-11-13T21:19:40.170Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2024-11-13T21:19:40.170Z | Downloaded heck v0.4.1 |
351 | 2024-11-13T21:19:40.173Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-11-13T21:19:40.173Z | Downloaded memmap v0.7.0 |
353 | 2024-11-13T21:19:40.176Z | Downloaded smawk v0.3.2 |
354 | 2024-11-13T21:19:40.176Z | Downloaded errno v0.3.9 |
355 | 2024-11-13T21:19:40.181Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-11-13T21:19:40.181Z | Downloaded itoa v1.0.11 |
357 | 2024-11-13T21:19:40.184Z | Downloaded version_check v0.9.5 |
358 | 2024-11-13T21:19:40.184Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-11-13T21:19:40.184Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-11-13T21:19:40.184Z | Downloaded thread-id v4.2.2 |
361 | 2024-11-13T21:19:40.186Z | Downloaded heck v0.5.0 |
362 | 2024-11-13T21:19:40.186Z | Downloaded camino v1.1.9 |
363 | 2024-11-13T21:19:40.189Z | Downloaded crypto-common v0.1.6 |
364 | 2024-11-13T21:19:40.189Z | Downloaded clap v4.5.20 |
365 | 2024-11-13T21:19:40.197Z | Downloaded once_cell v1.20.2 |
366 | 2024-11-13T21:19:40.200Z | Downloaded thiserror-impl v1.0.69 |
367 | 2024-11-13T21:19:40.202Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-11-13T21:19:40.205Z | Downloaded bitflags v2.6.0 |
369 | 2024-11-13T21:19:40.215Z | Downloaded usdt-impl v0.5.0 |
370 | 2024-11-13T21:19:40.217Z | Downloaded clap_builder v4.5.20 |
371 | 2024-11-13T21:19:40.217Z | Downloaded ryu v1.0.18 |
372 | 2024-11-13T21:19:40.220Z | Downloaded toml v0.8.19 |
373 | 2024-11-13T21:19:40.224Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-11-13T21:19:40.227Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-13T21:19:40.229Z | Downloaded memchr v2.7.4 |
376 | 2024-11-13T21:19:40.232Z | Downloaded serde_derive v1.0.215 |
377 | 2024-11-13T21:19:40.237Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-13T21:19:40.239Z | Downloaded hashbrown v0.15.0 |
379 | 2024-11-13T21:19:40.243Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-13T21:19:40.246Z | Downloaded pest_derive v2.7.14 |
381 | 2024-11-13T21:19:40.250Z | Downloaded zerocopy v0.7.35 |
382 | 2024-11-13T21:19:40.265Z | Downloaded log v0.4.22 |
383 | 2024-11-13T21:19:40.268Z | Downloaded toml_edit v0.22.22 |
384 | 2024-11-13T21:19:40.288Z | Downloaded semver v1.0.23 |
385 | 2024-11-13T21:19:40.291Z | Downloaded anstream v0.6.15 |
386 | 2024-11-13T21:19:40.293Z | Downloaded fastrand v2.1.1 |
387 | 2024-11-13T21:19:40.293Z | Downloaded camino-tempfile v1.1.1 |
388 | 2024-11-13T21:19:40.297Z | Downloaded serde_json v1.0.132 |
389 | 2024-11-13T21:19:40.304Z | Downloaded pest v2.7.14 |
390 | 2024-11-13T21:19:40.318Z | Downloaded tabled v0.15.0 |
391 | 2024-11-13T21:19:40.333Z | Downloaded winnow v0.6.20 |
392 | 2024-11-13T21:19:40.341Z | Downloaded goblin v0.8.2 |
393 | 2024-11-13T21:19:40.347Z | Downloaded syn v1.0.109 |
394 | 2024-11-13T21:19:40.356Z | Downloaded syn v2.0.87 |
395 | 2024-11-13T21:19:40.368Z | Downloaded unicode-width v0.1.14 |
396 | 2024-11-13T21:19:40.374Z | Downloaded rustix v0.38.37 |
397 | 2024-11-13T21:19:40.405Z | Downloaded libc v0.2.162 |
398 | 2024-11-13T21:19:40.697Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-13T21:19:40.697Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-13T21:19:40.700Z | Compiling version_check v0.9.5 |
401 | 2024-11-13T21:19:40.700Z | Compiling serde v1.0.215 |
402 | 2024-11-13T21:19:40.700Z | Compiling thiserror v1.0.69 |
403 | 2024-11-13T21:19:40.700Z | Compiling memchr v2.7.4 |
404 | 2024-11-13T21:19:40.700Z | Compiling libc v0.2.162 |
405 | 2024-11-13T21:19:40.700Z | Compiling ucd-trie v0.1.7 |
406 | 2024-11-13T21:19:41.022Z | Compiling itoa v1.0.11 |
407 | 2024-11-13T21:19:41.257Z | Compiling ryu v1.0.18 |
408 | 2024-11-13T21:19:41.455Z | Compiling once_cell v1.20.2 |
409 | 2024-11-13T21:19:41.569Z | Compiling byteorder v1.5.0 |
410 | 2024-11-13T21:19:41.740Z | Compiling rustix v0.38.37 |
411 | 2024-11-13T21:19:41.848Z | Compiling serde_json v1.0.132 |
412 | 2024-11-13T21:19:42.030Z | Compiling bitflags v2.6.0 |
413 | 2024-11-13T21:19:42.193Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-11-13T21:19:42.390Z | Compiling usdt-impl v0.5.0 |
415 | 2024-11-13T21:19:42.437Z | Compiling syn v1.0.109 |
416 | 2024-11-13T21:19:42.482Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-13T21:19:42.514Z | Compiling quote v1.0.37 |
418 | 2024-11-13T21:19:42.678Z | Compiling plain v0.2.3 |
419 | 2024-11-13T21:19:42.761Z | Compiling camino v1.1.9 |
420 | 2024-11-13T21:19:42.844Z | Compiling errno v0.3.9 |
421 | 2024-11-13T21:19:42.869Z | Compiling equivalent v1.0.1 |
422 | 2024-11-13T21:19:42.985Z | Compiling syn v2.0.87 |
423 | 2024-11-13T21:19:43.078Z | Compiling thread-id v4.2.2 |
424 | 2024-11-13T21:19:43.180Z | Compiling log v0.4.22 |
425 | 2024-11-13T21:19:43.206Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-13T21:19:43.206Z | Compiling utf8parse v0.2.2 |
427 | 2024-11-13T21:19:43.390Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-13T21:19:43.609Z | Compiling colorchoice v1.0.2 |
429 | 2024-11-13T21:19:43.719Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-13T21:19:43.765Z | Compiling semver v1.0.23 |
431 | 2024-11-13T21:19:43.965Z | Compiling autocfg v1.4.0 |
432 | 2024-11-13T21:19:43.990Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-11-13T21:19:44.136Z | Compiling anstyle v1.0.10 |
434 | 2024-11-13T21:19:44.247Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-13T21:19:44.349Z | Compiling winnow v0.6.20 |
436 | 2024-11-13T21:19:44.545Z | Compiling indexmap v2.6.0 |
437 | 2024-11-13T21:19:44.633Z | Compiling anstyle-query v1.1.1 |
438 | 2024-11-13T21:19:44.798Z | Compiling anstream v0.6.15 |
439 | 2024-11-13T21:19:45.167Z | Compiling fs-err v2.11.0 |
440 | 2024-11-13T21:19:45.185Z | Compiling fnv v1.0.7 |
441 | 2024-11-13T21:19:45.329Z | Compiling terminal_size v0.4.0 |
442 | 2024-11-13T21:19:45.448Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-13T21:19:45.564Z | Compiling strsim v0.11.1 |
444 | 2024-11-13T21:19:45.577Z | Compiling bytecount v0.6.8 |
445 | 2024-11-13T21:19:45.802Z | Compiling heck v0.5.0 |
446 | 2024-11-13T21:19:45.949Z | Compiling fastrand v2.1.1 |
447 | 2024-11-13T21:19:45.995Z | Compiling anyhow v1.0.93 |
448 | 2024-11-13T21:19:46.452Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-13T21:19:46.483Z | Compiling heck v0.4.1 |
450 | 2024-11-13T21:19:46.522Z | Compiling clap_builder v4.5.20 |
451 | 2024-11-13T21:19:46.551Z | Compiling tempfile v3.13.0 |
452 | 2024-11-13T21:19:46.956Z | Compiling papergrid v0.11.0 |
453 | 2024-11-13T21:19:47.032Z | Compiling memmap v0.7.0 |
454 | 2024-11-13T21:19:47.123Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-11-13T21:19:47.403Z | Compiling smawk v0.3.2 |
456 | 2024-11-13T21:19:47.608Z | Compiling textwrap v0.16.1 |
457 | 2024-11-13T21:19:48.061Z | Compiling swrite v0.1.0 |
458 | 2024-11-13T21:19:49.030Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-13T21:19:50.617Z | Compiling tabled v0.15.0 |
460 | 2024-11-13T21:19:52.100Z | Compiling serde_derive v1.0.215 |
461 | 2024-11-13T21:19:52.103Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-11-13T21:19:52.103Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-13T21:19:52.103Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-13T21:19:52.162Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-13T21:19:53.396Z | Compiling scroll v0.12.0 |
466 | 2024-11-13T21:19:53.908Z | Compiling zerocopy v0.7.35 |
467 | 2024-11-13T21:19:53.942Z | Compiling goblin v0.8.2 |
468 | 2024-11-13T21:19:54.618Z | Compiling pest v2.7.14 |
469 | 2024-11-13T21:19:55.904Z | Compiling clap v4.5.20 |
470 | 2024-11-13T21:19:56.848Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-13T21:19:57.715Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-13T21:19:59.614Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-13T21:20:00.399Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-13T21:20:02.204Z | Compiling serde_spanned v0.6.8 |
475 | 2024-11-13T21:20:02.204Z | Compiling toml_datetime v0.6.8 |
476 | 2024-11-13T21:20:02.207Z | Compiling cargo-platform v0.1.8 |
477 | 2024-11-13T21:20:02.578Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-11-13T21:20:02.755Z | Compiling toml_edit v0.22.22 |
479 | 2024-11-13T21:20:02.826Z | Compiling macaddr v1.0.1 |
480 | 2024-11-13T21:20:02.942Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-13T21:20:03.702Z | Compiling dof v0.3.0 |
482 | 2024-11-13T21:20:03.702Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-13T21:20:05.514Z | Compiling toml v0.8.19 |
484 | 2024-11-13T21:20:05.770Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-13T21:20:05.770Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-13T21:20:06.315Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-13T21:20:07.081Z | Compiling usdt v0.5.0 |
488 | 2024-11-13T21:20:09.919Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-13T21:20:14.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
490 | 2024-11-13T21:20:14.315Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-13T21:20:14.899Z | Downloading crates ... |
492 | 2024-11-13T21:20:15.010Z | Downloaded aead v0.5.2 |
493 | 2024-11-13T21:20:15.017Z | Downloaded addr2line v0.24.2 |
494 | 2024-11-13T21:20:15.022Z | Downloaded atty v0.2.14 |
495 | 2024-11-13T21:20:15.027Z | Downloaded backoff v0.4.0 |
496 | 2024-11-13T21:20:15.030Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-11-13T21:20:15.033Z | Downloaded crucible-workspace-hack v0.1.0 |
498 | 2024-11-13T21:20:15.035Z | Downloaded bcrypt-pbkdf v0.10.0 |
499 | 2024-11-13T21:20:15.038Z | Downloaded http-range v0.1.5 |
500 | 2024-11-13T21:20:15.038Z | Downloaded atomic-waker v1.1.2 |
501 | 2024-11-13T21:20:15.041Z | Downloaded buf-list v1.0.3 |
502 | 2024-11-13T21:20:15.043Z | Downloaded bitfield-struct v0.6.2 |
503 | 2024-11-13T21:20:15.043Z | Downloaded hex-literal v0.4.1 |
504 | 2024-11-13T21:20:15.046Z | Downloaded icu_locid_transform v1.5.0 |
505 | 2024-11-13T21:20:15.049Z | Downloaded ctr v0.9.2 |
506 | 2024-11-13T21:20:15.051Z | Downloaded instant v0.1.13 |
507 | 2024-11-13T21:20:15.054Z | Downloaded headers-core v0.3.0 |
508 | 2024-11-13T21:20:15.056Z | Downloaded cookie_store v0.21.0 |
509 | 2024-11-13T21:20:15.059Z | Downloaded md5 v0.7.0 |
510 | 2024-11-13T21:20:15.059Z | Downloaded is_ci v1.2.0 |
511 | 2024-11-13T21:20:15.061Z | Downloaded blake2 v0.10.6 |
512 | 2024-11-13T21:20:15.064Z | Downloaded humantime v2.1.0 |
513 | 2024-11-13T21:20:15.067Z | Downloaded ipnetwork v0.20.0 |
514 | 2024-11-13T21:20:15.069Z | Downloaded crossbeam-epoch v0.9.18 |
515 | 2024-11-13T21:20:15.071Z | Downloaded progenitor-macro v0.8.0 |
516 | 2024-11-13T21:20:15.074Z | Downloaded kstat-rs v0.2.4 |
517 | 2024-11-13T21:20:15.076Z | Downloaded clang-sys v1.8.1 |
518 | 2024-11-13T21:20:15.079Z | Downloaded lock_api v0.4.12 |
519 | 2024-11-13T21:20:15.082Z | Downloaded indent_write v2.2.0 |
520 | 2024-11-13T21:20:15.082Z | Downloaded iana-time-zone v0.1.61 |
521 | 2024-11-13T21:20:15.085Z | Downloaded mockall v0.13.0 |
522 | 2024-11-13T21:20:15.088Z | Downloaded hickory-client v0.24.1 |
523 | 2024-11-13T21:20:15.091Z | Downloaded md-5 v0.10.6 |
524 | 2024-11-13T21:20:15.093Z | Downloaded icu_normalizer_data v1.5.0 |
525 | 2024-11-13T21:20:15.097Z | Downloaded hyper-staticfile v0.10.1 |
526 | 2024-11-13T21:20:15.099Z | Downloaded darling v0.20.10 |
527 | 2024-11-13T21:20:15.104Z | Downloaded serde_repr v0.1.19 |
528 | 2024-11-13T21:20:15.107Z | Downloaded semver v0.1.20 |
529 | 2024-11-13T21:20:15.109Z | Downloaded minimal-lexical v0.2.1 |
530 | 2024-11-13T21:20:15.113Z | Downloaded rustc-demangle v0.1.24 |
531 | 2024-11-13T21:20:15.116Z | Downloaded ascii-canvas v3.0.0 |
532 | 2024-11-13T21:20:15.118Z | Downloaded structmeta-derive v0.3.0 |
533 | 2024-11-13T21:20:15.121Z | Downloaded hubpack_derive v0.1.1 |
534 | 2024-11-13T21:20:15.123Z | Downloaded managed v0.8.0 |
535 | 2024-11-13T21:20:15.123Z | Downloaded http-body v1.0.1 |
536 | 2024-11-13T21:20:15.126Z | Downloaded async-recursion v1.1.1 |
537 | 2024-11-13T21:20:15.129Z | Downloaded libm v0.2.8 |
538 | 2024-11-13T21:20:15.139Z | Downloaded try-lock v0.2.5 |
539 | 2024-11-13T21:20:15.142Z | Downloaded match_cfg v0.1.0 |
540 | 2024-11-13T21:20:15.144Z | Downloaded async-bb8-diesel v0.2.1 |
541 | 2024-11-13T21:20:15.146Z | Downloaded bb8 v0.8.5 |
542 | 2024-11-13T21:20:15.149Z | Downloaded ident_case v1.0.1 |
543 | 2024-11-13T21:20:15.149Z | Downloaded hubpack v0.1.2 |
544 | 2024-11-13T21:20:15.151Z | Downloaded base16ct v0.2.0 |
545 | 2024-11-13T21:20:15.151Z | Downloaded async-trait v0.1.83 |
546 | 2024-11-13T21:20:15.156Z | Downloaded take_mut v0.2.2 |
547 | 2024-11-13T21:20:15.158Z | Downloaded hyper-tls v0.6.0 |
548 | 2024-11-13T21:20:15.160Z | Downloaded bindgen v0.69.5 |
549 | 2024-11-13T21:20:15.168Z | Downloaded toolchain_find v0.4.0 |
550 | 2024-11-13T21:20:15.170Z | Downloaded tokio-rustls v0.25.0 |
551 | 2024-11-13T21:20:15.173Z | Downloaded time-core v0.1.2 |
552 | 2024-11-13T21:20:15.173Z | Downloaded convert_case v0.4.0 |
553 | 2024-11-13T21:20:15.176Z | Downloaded instability v0.3.2 |
554 | 2024-11-13T21:20:15.178Z | Downloaded maplit v1.0.2 |
555 | 2024-11-13T21:20:15.178Z | Downloaded stringprep v0.1.5 |
556 | 2024-11-13T21:20:15.181Z | Downloaded inout v0.1.3 |
557 | 2024-11-13T21:20:15.184Z | Downloaded strum v0.26.3 |
558 | 2024-11-13T21:20:15.184Z | Downloaded crossbeam-deque v0.8.5 |
559 | 2024-11-13T21:20:15.188Z | Downloaded cobs v0.2.3 |
560 | 2024-11-13T21:20:15.188Z | Downloaded block-padding v0.3.3 |
561 | 2024-11-13T21:20:15.190Z | Downloaded maybe-uninit v2.0.0 |
562 | 2024-11-13T21:20:15.190Z | Downloaded arrayvec v0.7.6 |
563 | 2024-11-13T21:20:15.193Z | Downloaded wait-timeout v0.2.0 |
564 | 2024-11-13T21:20:15.196Z | Downloaded slog-envlogger v2.2.0 |
565 | 2024-11-13T21:20:15.199Z | Downloaded utf-8 v0.7.6 |
566 | 2024-11-13T21:20:15.199Z | Downloaded snafu v0.8.5 |
567 | 2024-11-13T21:20:15.206Z | Downloaded derive_builder_macro v0.20.2 |
568 | 2024-11-13T21:20:15.209Z | Downloaded const_format_proc_macros v0.2.33 |
569 | 2024-11-13T21:20:15.211Z | Downloaded rand_core v0.6.4 |
570 | 2024-11-13T21:20:15.214Z | Downloaded lru v0.12.5 |
571 | 2024-11-13T21:20:15.217Z | Downloaded keccak v0.1.5 |
572 | 2024-11-13T21:20:15.217Z | Downloaded serde_plain v1.0.2 |
573 | 2024-11-13T21:20:15.220Z | Downloaded funty v2.0.0 |
574 | 2024-11-13T21:20:15.220Z | Downloaded hmac v0.12.1 |
575 | 2024-11-13T21:20:15.223Z | Downloaded allocator-api2 v0.2.18 |
576 | 2024-11-13T21:20:15.226Z | Downloaded tabwriter v1.4.0 |
577 | 2024-11-13T21:20:15.230Z | Downloaded lazycell v1.3.0 |
578 | 2024-11-13T21:20:15.232Z | Downloaded chacha20 v0.9.1 |
579 | 2024-11-13T21:20:15.232Z | Downloaded num_threads v0.1.7 |
580 | 2024-11-13T21:20:15.235Z | Downloaded bzip2 v0.4.4 |
581 | 2024-11-13T21:20:15.238Z | Downloaded ciborium v0.2.2 |
582 | 2024-11-13T21:20:15.240Z | Downloaded dsl_auto_type v0.1.2 |
583 | 2024-11-13T21:20:15.243Z | Downloaded jobserver v0.1.32 |
584 | 2024-11-13T21:20:15.245Z | Downloaded difflib v0.4.0 |
585 | 2024-11-13T21:20:15.245Z | Downloaded scopeguard v1.2.0 |
586 | 2024-11-13T21:20:15.248Z | Downloaded ipnet v2.10.1 |
587 | 2024-11-13T21:20:15.250Z | Downloaded foreign-types-macros v0.2.3 |
588 | 2024-11-13T21:20:15.250Z | Downloaded tiny-keccak v2.0.2 |
589 | 2024-11-13T21:20:15.253Z | Downloaded memmap2 v0.9.5 |
590 | 2024-11-13T21:20:15.256Z | Downloaded mime_guess v2.0.5 |
591 | 2024-11-13T21:20:15.258Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-11-13T21:20:15.262Z | Downloaded zerofrom-derive v0.1.4 |
593 | 2024-11-13T21:20:15.264Z | Downloaded tui-tree-widget v0.22.0 |
594 | 2024-11-13T21:20:15.267Z | Downloaded phf_shared v0.10.0 |
595 | 2024-11-13T21:20:15.267Z | Downloaded zeroize v1.8.1 |
596 | 2024-11-13T21:20:15.271Z | Downloaded tap v1.0.1 |
597 | 2024-11-13T21:20:15.271Z | Downloaded lockfree-object-pool v0.1.6 |
598 | 2024-11-13T21:20:15.273Z | Downloaded litemap v0.7.3 |
599 | 2024-11-13T21:20:15.276Z | Downloaded indexmap v1.9.3 |
600 | 2024-11-13T21:20:15.280Z | Downloaded enum-as-inner v0.5.1 |
601 | 2024-11-13T21:20:15.283Z | Downloaded glob v0.3.1 |
602 | 2024-11-13T21:20:15.286Z | Downloaded futures-macro v0.3.31 |
603 | 2024-11-13T21:20:15.286Z | Downloaded vsss-rs v3.3.4 |
604 | 2024-11-13T21:20:15.289Z | Downloaded packed_struct_codegen v0.10.1 |
605 | 2024-11-13T21:20:15.291Z | Downloaded crossbeam-channel v0.5.13 |
606 | 2024-11-13T21:20:15.296Z | Downloaded ghash v0.5.1 |
607 | 2024-11-13T21:20:15.299Z | Downloaded tracing-core v0.1.32 |
608 | 2024-11-13T21:20:15.302Z | Downloaded cookie v0.18.1 |
609 | 2024-11-13T21:20:15.305Z | Downloaded tower-service v0.3.3 |
610 | 2024-11-13T21:20:15.307Z | Downloaded num_enum_derive v0.5.11 |
611 | 2024-11-13T21:20:15.309Z | Downloaded zone_cfg_derive v0.1.2 |
612 | 2024-11-13T21:20:15.309Z | Downloaded linked-hash-map v0.5.6 |
613 | 2024-11-13T21:20:15.312Z | Downloaded tokio-rustls v0.26.0 |
614 | 2024-11-13T21:20:15.315Z | Downloaded crossbeam-utils v0.8.20 |
615 | 2024-11-13T21:20:15.318Z | Downloaded radium v0.7.0 |
616 | 2024-11-13T21:20:15.321Z | Downloaded phf_shared v0.11.2 |
617 | 2024-11-13T21:20:15.321Z | Downloaded phf_generator v0.11.2 |
618 | 2024-11-13T21:20:15.323Z | Downloaded foreign-types-shared v0.1.1 |
619 | 2024-11-13T21:20:15.323Z | Downloaded tracing-attributes v0.1.27 |
620 | 2024-11-13T21:20:15.326Z | Downloaded pin-utils v0.1.0 |
621 | 2024-11-13T21:20:15.328Z | Downloaded indicatif v0.17.8 |
622 | 2024-11-13T21:20:15.332Z | Downloaded tinyvec_macros v0.1.1 |
623 | 2024-11-13T21:20:15.335Z | Downloaded spki v0.7.3 |
624 | 2024-11-13T21:20:15.337Z | Downloaded path-slash v0.1.5 |
625 | 2024-11-13T21:20:15.340Z | Downloaded serde_urlencoded v0.7.1 |
626 | 2024-11-13T21:20:15.340Z | Downloaded precomputed-hash v0.1.1 |
627 | 2024-11-13T21:20:15.342Z | Downloaded globset v0.4.15 |
628 | 2024-11-13T21:20:15.345Z | Downloaded sec1 v0.7.3 |
629 | 2024-11-13T21:20:15.348Z | Downloaded derive_more v0.99.18 |
630 | 2024-11-13T21:20:15.352Z | Downloaded strum_macros v0.25.3 |
631 | 2024-11-13T21:20:15.354Z | Downloaded topological-sort v0.2.2 |
632 | 2024-11-13T21:20:15.358Z | Downloaded psl-types v2.0.11 |
633 | 2024-11-13T21:20:15.360Z | Downloaded strum_macros v0.24.3 |
634 | 2024-11-13T21:20:15.360Z | Downloaded zone v0.3.0 |
635 | 2024-11-13T21:20:15.363Z | Downloaded hickory-server v0.24.1 |
636 | 2024-11-13T21:20:15.369Z | Downloaded xz2 v0.1.7 |
637 | 2024-11-13T21:20:15.371Z | Downloaded miniz_oxide v0.8.0 |
638 | 2024-11-13T21:20:15.374Z | Downloaded sqlparser_derive v0.2.2 |
639 | 2024-11-13T21:20:15.377Z | Downloaded signal-hook-tokio v0.3.1 |
640 | 2024-11-13T21:20:15.377Z | Downloaded hex v0.4.3 |
641 | 2024-11-13T21:20:15.380Z | Downloaded fatfs v0.3.6 |
642 | 2024-11-13T21:20:15.395Z | Downloaded termtree v0.4.1 |
643 | 2024-11-13T21:20:15.397Z | Downloaded backtrace v0.3.74 |
644 | 2024-11-13T21:20:15.401Z | Downloaded num v0.4.3 |
645 | 2024-11-13T21:20:15.404Z | Downloaded paste v1.0.15 |
646 | 2024-11-13T21:20:15.407Z | Downloaded icu_properties v1.5.1 |
647 | 2024-11-13T21:20:15.410Z | Downloaded yoke-derive v0.7.4 |
648 | 2024-11-13T21:20:15.412Z | Downloaded phf v0.11.2 |
649 | 2024-11-13T21:20:15.415Z | Downloaded tokio-stream v0.1.16 |
650 | 2024-11-13T21:20:15.418Z | Downloaded env_logger v0.11.5 |
651 | 2024-11-13T21:20:15.422Z | Downloaded diesel-dtrace v0.3.0 |
652 | 2024-11-13T21:20:15.425Z | Downloaded rustc_version v0.4.1 |
653 | 2024-11-13T21:20:15.433Z | Downloaded ref-cast-impl v1.0.23 |
654 | 2024-11-13T21:20:15.433Z | Downloaded pkcs1 v0.7.5 |
655 | 2024-11-13T21:20:15.433Z | Downloaded fxhash v0.2.1 |
656 | 2024-11-13T21:20:15.433Z | Downloaded salsa20 v0.10.2 |
657 | 2024-11-13T21:20:15.433Z | Downloaded ref-cast v1.0.23 |
658 | 2024-11-13T21:20:15.439Z | Downloaded rustls-pki-types v1.9.0 |
659 | 2024-11-13T21:20:15.442Z | Downloaded signal-hook-mio v0.2.4 |
660 | 2024-11-13T21:20:15.444Z | Downloaded derive_builder_core v0.20.2 |
661 | 2024-11-13T21:20:15.448Z | Downloaded termios v0.3.3 |
662 | 2024-11-13T21:20:15.448Z | Downloaded newtype_derive v0.1.6 |
663 | 2024-11-13T21:20:15.450Z | Downloaded oso-derive v0.27.3 |
664 | 2024-11-13T21:20:15.451Z | Downloaded unicode-xid v0.2.6 |
665 | 2024-11-13T21:20:15.453Z | Downloaded pkcs8 v0.10.2 |
666 | 2024-11-13T21:20:15.455Z | Downloaded thiserror-no-std v2.0.2 |
667 | 2024-11-13T21:20:15.460Z | Downloaded progenitor-client v0.8.0 |
668 | 2024-11-13T21:20:15.463Z | Downloaded unicase v2.7.0 |
669 | 2024-11-13T21:20:15.466Z | Downloaded termcolor v1.4.1 |
670 | 2024-11-13T21:20:15.466Z | Downloaded supports-color v3.0.1 |
671 | 2024-11-13T21:20:15.468Z | Downloaded spin v0.5.2 |
672 | 2024-11-13T21:20:15.468Z | Downloaded thiserror-impl-no-std v2.0.2 |
673 | 2024-11-13T21:20:15.471Z | Downloaded base64 v0.21.7 |
674 | 2024-11-13T21:20:15.475Z | Downloaded group v0.13.0 |
675 | 2024-11-13T21:20:15.477Z | Downloaded p256 v0.13.2 |
676 | 2024-11-13T21:20:15.481Z | Downloaded diesel_table_macro_syntax v0.2.0 |
677 | 2024-11-13T21:20:15.484Z | Downloaded darling_macro v0.20.10 |
678 | 2024-11-13T21:20:15.484Z | Downloaded sct v0.7.1 |
679 | 2024-11-13T21:20:15.488Z | Downloaded ppv-lite86 v0.2.20 |
680 | 2024-11-13T21:20:15.492Z | Downloaded percent-encoding v2.3.1 |
681 | 2024-11-13T21:20:15.494Z | Downloaded dhcproto v0.12.0 |
682 | 2024-11-13T21:20:15.497Z | Downloaded parse-size v1.1.0 |
683 | 2024-11-13T21:20:15.497Z | Downloaded parking_lot_core v0.8.6 |
684 | 2024-11-13T21:20:15.500Z | Downloaded normalize-line-endings v0.3.0 |
685 | 2024-11-13T21:20:15.502Z | Downloaded new_debug_unreachable v1.0.6 |
686 | 2024-11-13T21:20:15.502Z | Downloaded zone_cfg_derive v0.3.0 |
687 | 2024-11-13T21:20:15.505Z | Downloaded zerofrom v0.1.4 |
688 | 2024-11-13T21:20:15.505Z | Downloaded newtype-uuid v1.1.3 |
689 | 2024-11-13T21:20:15.507Z | Downloaded slog-term v2.9.1 |
690 | 2024-11-13T21:20:15.510Z | Downloaded unicode-truncate v1.1.0 |
691 | 2024-11-13T21:20:15.512Z | Downloaded newline-converter v0.3.0 |
692 | 2024-11-13T21:20:15.512Z | Downloaded tungstenite v0.23.0 |
693 | 2024-11-13T21:20:15.517Z | Downloaded rusty-fork v0.3.0 |
694 | 2024-11-13T21:20:15.519Z | Downloaded slog-stdlog v4.1.1 |
695 | 2024-11-13T21:20:15.521Z | Downloaded tls_codec_derive v0.4.1 |
696 | 2024-11-13T21:20:15.524Z | Downloaded smf v0.2.3 |
697 | 2024-11-13T21:20:15.527Z | Downloaded smallvec v0.6.14 |
698 | 2024-11-13T21:20:15.527Z | Downloaded slog-scope v4.4.0 |
699 | 2024-11-13T21:20:15.529Z | Downloaded siphasher v0.3.11 |
700 | 2024-11-13T21:20:15.532Z | Downloaded uzers v0.12.1 |
701 | 2024-11-13T21:20:15.535Z | Downloaded derive_builder v0.20.2 |
702 | 2024-11-13T21:20:15.539Z | Downloaded defmt v0.3.8 |
703 | 2024-11-13T21:20:15.544Z | Downloaded sigpipe v0.1.3 |
704 | 2024-11-13T21:20:15.546Z | Downloaded aes v0.8.4 |
705 | 2024-11-13T21:20:15.551Z | Downloaded fixedbitset v0.4.2 |
706 | 2024-11-13T21:20:15.553Z | Downloaded num-iter v0.1.45 |
707 | 2024-11-13T21:20:15.553Z | Downloaded zerovec-derive v0.10.3 |
708 | 2024-11-13T21:20:15.556Z | Downloaded zone v0.1.8 |
709 | 2024-11-13T21:20:15.558Z | Downloaded pretty-hex v0.2.1 |
710 | 2024-11-13T21:20:15.558Z | Downloaded parking_lot v0.11.2 |
711 | 2024-11-13T21:20:15.561Z | Downloaded pkg-config v0.3.31 |
712 | 2024-11-13T21:20:15.564Z | Downloaded number_prefix v0.4.0 |
713 | 2024-11-13T21:20:15.569Z | Downloaded rustversion v1.0.17 |
714 | 2024-11-13T21:20:15.573Z | Downloaded predicates-tree v1.0.11 |
715 | 2024-11-13T21:20:15.573Z | Downloaded tokio-rustls v0.24.1 |
716 | 2024-11-13T21:20:15.577Z | Downloaded tokio-tungstenite v0.21.0 |
717 | 2024-11-13T21:20:15.577Z | Downloaded rand v0.8.5 |
718 | 2024-11-13T21:20:15.580Z | Downloaded simd-adler32 v0.3.7 |
719 | 2024-11-13T21:20:15.583Z | Downloaded synstructure v0.13.1 |
720 | 2024-11-13T21:20:15.585Z | Downloaded write16 v1.0.0 |
721 | 2024-11-13T21:20:15.588Z | Downloaded half v2.4.1 |
722 | 2024-11-13T21:20:15.590Z | Downloaded der v0.7.9 |
723 | 2024-11-13T21:20:15.595Z | Downloaded fallible-streaming-iterator v0.1.9 |
724 | 2024-11-13T21:20:15.597Z | Downloaded fallible-iterator v0.3.0 |
725 | 2024-11-13T21:20:15.600Z | Downloaded peg-runtime v0.8.3 |
726 | 2024-11-13T21:20:15.600Z | Downloaded tokio-native-tls v0.3.1 |
727 | 2024-11-13T21:20:15.602Z | Downloaded universal-hash v0.5.1 |
728 | 2024-11-13T21:20:15.605Z | Downloaded libxml v0.3.3 |
729 | 2024-11-13T21:20:15.610Z | Downloaded russh-cryptovec v0.7.3 |
730 | 2024-11-13T21:20:15.612Z | Downloaded dyn-clone v1.0.17 |
731 | 2024-11-13T21:20:15.614Z | Downloaded num_enum v0.5.11 |
732 | 2024-11-13T21:20:15.620Z | Downloaded predicates-core v1.0.8 |
733 | 2024-11-13T21:20:15.623Z | Downloaded powerfmt v0.2.0 |
734 | 2024-11-13T21:20:15.623Z | Downloaded nanorand v0.7.0 |
735 | 2024-11-13T21:20:15.626Z | Downloaded hyper v1.5.0 |
736 | 2024-11-13T21:20:15.635Z | Downloaded opaque-debug v0.3.1 |
737 | 2024-11-13T21:20:15.637Z | Downloaded sync_wrapper v1.0.1 |
738 | 2024-11-13T21:20:15.637Z | Downloaded subtle v2.6.1 |
739 | 2024-11-13T21:20:15.640Z | Downloaded tokio-tungstenite v0.23.1 |
740 | 2024-11-13T21:20:15.642Z | Downloaded ena v0.14.3 |
741 | 2024-11-13T21:20:15.645Z | Downloaded writeable v0.5.5 |
742 | 2024-11-13T21:20:15.648Z | Downloaded structmeta v0.2.0 |
743 | 2024-11-13T21:20:15.652Z | Downloaded strip-ansi-escapes v0.2.0 |
744 | 2024-11-13T21:20:15.652Z | Downloaded either v1.13.0 |
745 | 2024-11-13T21:20:15.655Z | Downloaded ed25519 v2.2.3 |
746 | 2024-11-13T21:20:15.655Z | Downloaded embedded-io v0.6.1 |
747 | 2024-11-13T21:20:15.657Z | Downloaded yasna v0.5.2 |
748 | 2024-11-13T21:20:15.660Z | Downloaded zerocopy v0.6.6 |
749 | 2024-11-13T21:20:15.663Z | Downloaded hkdf v0.12.4 |
750 | 2024-11-13T21:20:15.666Z | Downloaded itertools v0.12.1 |
751 | 2024-11-13T21:20:15.675Z | Downloaded untrusted v0.9.0 |
752 | 2024-11-13T21:20:15.678Z | Downloaded rustfmt-wrapper v0.2.1 |
753 | 2024-11-13T21:20:15.680Z | Downloaded scheduled-thread-pool v0.2.7 |
754 | 2024-11-13T21:20:15.683Z | Downloaded num-bigint-dig v0.8.4 |
755 | 2024-11-13T21:20:15.687Z | Downloaded downcast v0.11.0 |
756 | 2024-11-13T21:20:15.689Z | Downloaded openssl-probe v0.1.5 |
757 | 2024-11-13T21:20:15.692Z | Downloaded darling_core v0.20.10 |
758 | 2024-11-13T21:20:15.696Z | Downloaded twox-hash v1.6.3 |
759 | 2024-11-13T21:20:15.698Z | Downloaded flagset v0.4.6 |
760 | 2024-11-13T21:20:15.701Z | Downloaded quinn v0.11.5 |
761 | 2024-11-13T21:20:15.704Z | Downloaded signal-hook v0.3.17 |
762 | 2024-11-13T21:20:15.708Z | Downloaded rand_xorshift v0.3.0 |
763 | 2024-11-13T21:20:15.711Z | Downloaded rand_seeder v0.3.0 |
764 | 2024-11-13T21:20:15.714Z | Downloaded multimap v0.10.0 |
765 | 2024-11-13T21:20:15.714Z | Downloaded zip v0.6.6 |
766 | 2024-11-13T21:20:15.719Z | Downloaded which v4.4.2 |
767 | 2024-11-13T21:20:15.722Z | Downloaded want v0.3.1 |
768 | 2024-11-13T21:20:15.724Z | Downloaded pbkdf2 v0.11.0 |
769 | 2024-11-13T21:20:15.727Z | Downloaded qorb v0.2.0 |
770 | 2024-11-13T21:20:15.732Z | Downloaded peg v0.8.4 |
771 | 2024-11-13T21:20:15.736Z | Downloaded tinystr v0.7.6 |
772 | 2024-11-13T21:20:15.739Z | Downloaded slog-bunyan v2.5.0 |
773 | 2024-11-13T21:20:15.742Z | Downloaded dunce v1.0.5 |
774 | 2024-11-13T21:20:15.744Z | Downloaded display-error-chain v0.2.2 |
775 | 2024-11-13T21:20:15.744Z | Downloaded tar v0.4.43 |
776 | 2024-11-13T21:20:15.749Z | Downloaded parse-display-derive v0.10.0 |
777 | 2024-11-13T21:20:15.752Z | Downloaded rand_chacha v0.3.1 |
778 | 2024-11-13T21:20:15.752Z | Downloaded fragile v2.0.0 |
779 | 2024-11-13T21:20:15.756Z | Downloaded displaydoc v0.2.5 |
780 | 2024-11-13T21:20:15.759Z | Downloaded openssl-macros v0.1.1 |
781 | 2024-11-13T21:20:15.759Z | Downloaded futures-channel v0.3.31 |
782 | 2024-11-13T21:20:15.761Z | Downloaded futures-sink v0.3.31 |
783 | 2024-11-13T21:20:15.764Z | Downloaded blake3 v1.5.4 |
784 | 2024-11-13T21:20:15.772Z | Downloaded typify-macro v0.2.0 |
785 | 2024-11-13T21:20:15.776Z | Downloaded heapless v0.8.0 |
786 | 2024-11-13T21:20:15.785Z | Downloaded vergen v8.3.2 |
787 | 2024-11-13T21:20:15.788Z | Downloaded foreign-types-shared v0.3.1 |
788 | 2024-11-13T21:20:15.788Z | Downloaded hash32 v0.3.1 |
789 | 2024-11-13T21:20:15.788Z | Downloaded sha1 v0.10.6 |
790 | 2024-11-13T21:20:15.789Z | Downloaded polyval v0.6.2 |
791 | 2024-11-13T21:20:15.792Z | Downloaded float-cmp v0.9.0 |
792 | 2024-11-13T21:20:15.792Z | Downloaded slab v0.4.9 |
793 | 2024-11-13T21:20:15.795Z | Downloaded elliptic-curve v0.13.8 |
794 | 2024-11-13T21:20:15.797Z | Downloaded serde_with_macros v3.11.0 |
795 | 2024-11-13T21:20:15.800Z | Downloaded password-hash v0.5.0 |
796 | 2024-11-13T21:20:15.803Z | Downloaded futures-io v0.3.31 |
797 | 2024-11-13T21:20:15.806Z | Downloaded futures v0.3.31 |
798 | 2024-11-13T21:20:15.810Z | Downloaded env_logger v0.10.2 |
799 | 2024-11-13T21:20:15.813Z | Downloaded parse-zoneinfo v0.3.1 |
800 | 2024-11-13T21:20:15.817Z | Downloaded hash32 v0.2.1 |
801 | 2024-11-13T21:20:15.819Z | Downloaded parking_lot_core v0.9.10 |
802 | 2024-11-13T21:20:15.822Z | Downloaded typify v0.2.0 |
803 | 2024-11-13T21:20:15.825Z | Downloaded ssh-cipher v0.2.0 |
804 | 2024-11-13T21:20:15.828Z | Downloaded stable_deref_trait v1.2.0 |
805 | 2024-11-13T21:20:15.828Z | Downloaded aws-lc-rs v1.10.0 |
806 | 2024-11-13T21:20:15.838Z | Downloaded slog-async v2.8.0 |
807 | 2024-11-13T21:20:15.841Z | Downloaded postgres-protocol v0.6.7 |
808 | 2024-11-13T21:20:15.844Z | Downloaded pem-rfc7468 v0.7.0 |
809 | 2024-11-13T21:20:15.846Z | Downloaded signature v2.2.0 |
810 | 2024-11-13T21:20:15.849Z | Downloaded nom v7.1.3 |
811 | 2024-11-13T21:20:15.853Z | Downloaded hashlink v0.9.1 |
812 | 2024-11-13T21:20:15.856Z | Downloaded serde_with v3.11.0 |
813 | 2024-11-13T21:20:15.865Z | Downloaded hashbrown v0.14.5 |
814 | 2024-11-13T21:20:15.872Z | Downloaded ssh-encoding v0.2.0 |
815 | 2024-11-13T21:20:15.875Z | Downloaded openssl-sys v0.9.104 |
816 | 2024-11-13T21:20:15.880Z | Downloaded rcgen v0.12.1 |
817 | 2024-11-13T21:20:15.884Z | Downloaded expectorate v1.1.0 |
818 | 2024-11-13T21:20:15.886Z | Downloaded icu_properties_data v1.5.0 |
819 | 2024-11-13T21:20:15.899Z | Downloaded steno v0.4.1 |
820 | 2024-11-13T21:20:15.903Z | Downloaded reedline v0.35.0 |
821 | 2024-11-13T21:20:15.912Z | Downloaded unicode-properties v0.1.3 |
822 | 2024-11-13T21:20:15.914Z | Downloaded rsa v0.9.6 |
823 | 2024-11-13T21:20:15.922Z | Downloaded rayon-core v1.12.1 |
824 | 2024-11-13T21:20:15.924Z | Downloaded headers v0.4.0 |
825 | 2024-11-13T21:20:15.930Z | Downloaded serde_yaml v0.9.34+deprecated |
826 | 2024-11-13T21:20:15.934Z | Downloaded rustyline v14.0.0 |
827 | 2024-11-13T21:20:15.940Z | Downloaded typed-path v0.9.3 |
828 | 2024-11-13T21:20:15.947Z | Downloaded flate2 v1.0.34 |
829 | 2024-11-13T21:20:15.953Z | Downloaded unicode-segmentation v1.12.0 |
830 | 2024-11-13T21:20:15.958Z | Downloaded proptest v1.5.0 |
831 | 2024-11-13T21:20:15.968Z | Downloaded tokio-util v0.7.12 |
832 | 2024-11-13T21:20:15.977Z | Downloaded heapless v0.7.17 |
833 | 2024-11-13T21:20:15.980Z | Downloaded sqlparser v0.45.0 |
834 | 2024-11-13T21:20:15.987Z | Downloaded hashbrown v0.12.3 |
835 | 2024-11-13T21:20:15.993Z | Downloaded time v0.3.36 |
836 | 2024-11-13T21:20:16.001Z | Downloaded regex v1.11.1 |
837 | 2024-11-13T21:20:16.016Z | Downloaded salty v0.3.0 |
838 | 2024-11-13T21:20:16.023Z | Downloaded openssl v0.10.68 |
839 | 2024-11-13T21:20:16.034Z | Downloaded rustls-webpki v0.101.7 |
840 | 2024-11-13T21:20:16.051Z | Downloaded unicode-normalization v0.1.24 |
841 | 2024-11-13T21:20:16.055Z | Downloaded winnow v0.5.40 |
842 | 2024-11-13T21:20:16.064Z | Downloaded rusqlite v0.32.1 |
843 | 2024-11-13T21:20:16.072Z | Downloaded radix_trie v0.2.1 |
844 | 2024-11-13T21:20:16.078Z | Downloaded trust-dns-proto v0.22.0 |
845 | 2024-11-13T21:20:16.091Z | Downloaded futures-util v0.3.31 |
846 | 2024-11-13T21:20:16.104Z | Downloaded smoltcp v0.11.0 |
847 | 2024-11-13T21:20:16.119Z | Downloaded polar-core v0.27.3 |
848 | 2024-11-13T21:20:16.128Z | Downloaded hickory-proto v0.24.1 |
849 | 2024-11-13T21:20:16.145Z | Downloaded regex-syntax v0.6.29 |
850 | 2024-11-13T21:20:16.153Z | Downloaded webpki-roots v0.26.6 |
851 | 2024-11-13T21:20:16.157Z | Downloaded diesel v2.2.4 |
852 | 2024-11-13T21:20:16.178Z | Downloaded rustls-webpki v0.102.8 |
853 | 2024-11-13T21:20:16.196Z | Downloaded reqwest v0.12.9 |
854 | 2024-11-13T21:20:16.206Z | Downloaded nix v0.27.1 |
855 | 2024-11-13T21:20:16.219Z | Downloaded dropshot v0.12.0 |
856 | 2024-11-13T21:20:16.242Z | Downloaded object v0.36.5 |
857 | 2024-11-13T21:20:16.254Z | Downloaded openapiv3 v2.0.0 |
858 | 2024-11-13T21:20:16.268Z | Downloaded quinn-proto v0.11.8 |
859 | 2024-11-13T21:20:16.276Z | Downloaded rustls v0.23.14 |
860 | 2024-11-13T21:20:16.290Z | Downloaded portable-atomic v1.9.0 |
861 | 2024-11-13T21:20:16.297Z | Downloaded nix v0.28.0 |
862 | 2024-11-13T21:20:16.310Z | Downloaded chrono-tz v0.10.0 |
863 | 2024-11-13T21:20:16.318Z | Downloaded regex-syntax v0.8.5 |
864 | 2024-11-13T21:20:16.327Z | Downloaded object v0.30.4 |
865 | 2024-11-13T21:20:16.338Z | Downloaded nix v0.29.0 |
866 | 2024-11-13T21:20:16.352Z | Downloaded bstr v1.10.0 |
867 | 2024-11-13T21:20:16.363Z | Downloaded ratatui v0.28.1 |
868 | 2024-11-13T21:20:16.384Z | Downloaded regress v0.10.1 |
869 | 2024-11-13T21:20:16.393Z | Downloaded dropshot v0.13.0 |
870 | 2024-11-13T21:20:16.416Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
871 | 2024-11-13T21:20:16.428Z | Downloaded sled v0.34.7 |
872 | 2024-11-13T21:20:16.439Z | Downloaded rustls v0.22.4 |
873 | 2024-11-13T21:20:16.454Z | Downloaded vcpkg v0.2.15 |
874 | 2024-11-13T21:20:16.495Z | Downloaded gimli v0.31.1 |
875 | 2024-11-13T21:20:16.504Z | Downloaded idna v0.2.3 |
876 | 2024-11-13T21:20:16.511Z | Downloaded curve25519-dalek v4.1.3 |
877 | 2024-11-13T21:20:16.520Z | Downloaded quick-xml v0.33.0 |
878 | 2024-11-13T21:20:16.527Z | Downloaded p384 v0.13.0 |
879 | 2024-11-13T21:20:16.535Z | Downloaded typify-impl v0.2.0 |
880 | 2024-11-13T21:20:16.551Z | Downloaded petgraph v0.6.5 |
881 | 2024-11-13T21:20:16.569Z | Downloaded regex-automata v0.4.8 |
882 | 2024-11-13T21:20:16.587Z | Downloaded zerocopy-derive v0.6.6 |
883 | 2024-11-13T21:20:16.597Z | Downloaded libz-sys v1.1.20 |
884 | 2024-11-13T21:20:16.619Z | Downloaded lzma-sys v0.1.20 |
885 | 2024-11-13T21:20:16.651Z | Downloaded regress v0.9.1 |
886 | 2024-11-13T21:20:16.660Z | Downloaded russh v0.45.0 |
887 | 2024-11-13T21:20:16.666Z | Downloaded git2 v0.19.0 |
888 | 2024-11-13T21:20:16.675Z | Downloaded idna v0.4.0 |
889 | 2024-11-13T21:20:16.683Z | Downloaded h2 v0.4.6 |
890 | 2024-11-13T21:20:16.690Z | Downloaded idna v0.5.0 |
891 | 2024-11-13T21:20:16.700Z | Downloaded lalrpop v0.19.12 |
892 | 2024-11-13T21:20:16.711Z | Downloaded socket2 v0.5.7 |
893 | 2024-11-13T21:20:16.714Z | Downloaded smoltcp v0.9.1 |
894 | 2024-11-13T21:20:16.725Z | Downloaded bitvec v1.0.1 |
895 | 2024-11-13T21:20:16.741Z | Downloaded hashbrown v0.13.2 |
896 | 2024-11-13T21:20:16.746Z | Downloaded rustls v0.21.12 |
897 | 2024-11-13T21:20:16.758Z | Downloaded postcard v1.0.10 |
898 | 2024-11-13T21:20:16.760Z | Downloaded pbkdf2 v0.12.2 |
899 | 2024-11-13T21:20:16.763Z | Downloaded schemars v0.8.21 |
900 | 2024-11-13T21:20:16.775Z | Downloaded ed25519-dalek v2.1.1 |
901 | 2024-11-13T21:20:16.778Z | Downloaded csv v1.3.0 |
902 | 2024-11-13T21:20:16.798Z | Downloaded zip v2.1.3 |
903 | 2024-11-13T21:20:16.803Z | Downloaded shell-words v1.1.0 |
904 | 2024-11-13T21:20:16.805Z | Downloaded publicsuffix v2.2.3 |
905 | 2024-11-13T21:20:16.808Z | Downloaded term v0.7.0 |
906 | 2024-11-13T21:20:16.810Z | Downloaded rayon v1.10.0 |
907 | 2024-11-13T21:20:16.820Z | Downloaded password-hash v0.4.2 |
908 | 2024-11-13T21:20:16.823Z | Downloaded tokio v1.40.0 |
909 | 2024-11-13T21:20:16.862Z | Downloaded fs_extra v1.3.0 |
910 | 2024-11-13T21:20:16.864Z | Downloaded tokio-tungstenite v0.24.0 |
911 | 2024-11-13T21:20:16.867Z | Downloaded wyz v0.5.1 |
912 | 2024-11-13T21:20:16.869Z | Downloaded tokio-postgres v0.7.12 |
913 | 2024-11-13T21:20:16.872Z | Downloaded dirs-sys-next v0.1.2 |
914 | 2024-11-13T21:20:16.875Z | Downloaded tls_codec v0.4.1 |
915 | 2024-11-13T21:20:16.877Z | Downloaded sha3 v0.10.8 |
916 | 2024-11-13T21:20:16.880Z | Downloaded rustls-pemfile v1.0.4 |
917 | 2024-11-13T21:20:16.883Z | Downloaded omicron-zone-package v0.11.1 |
918 | 2024-11-13T21:20:16.886Z | Downloaded unsafe-libyaml v0.2.11 |
919 | 2024-11-13T21:20:16.891Z | Downloaded tokio-macros v2.4.0 |
920 | 2024-11-13T21:20:16.894Z | Downloaded encoding_rs v0.8.34 |
921 | 2024-11-13T21:20:16.915Z | Downloaded rpassword v7.3.1 |
922 | 2024-11-13T21:20:16.917Z | Downloaded multer v3.1.0 |
923 | 2024-11-13T21:20:16.920Z | Downloaded p521 v0.13.3 |
924 | 2024-11-13T21:20:16.923Z | Downloaded oso v0.27.3 |
925 | 2024-11-13T21:20:16.926Z | Downloaded russh-keys v0.45.0 |
926 | 2024-11-13T21:20:16.928Z | Downloaded peg-macros v0.8.4 |
927 | 2024-11-13T21:20:16.931Z | Downloaded subprocess v0.2.9 |
928 | 2024-11-13T21:20:16.934Z | Downloaded num-traits v0.2.19 |
929 | 2024-11-13T21:20:16.936Z | Downloaded parse-display v0.10.0 |
930 | 2024-11-13T21:20:16.939Z | Downloaded futures-executor v0.3.31 |
931 | 2024-11-13T21:20:16.939Z | Downloaded static_assertions v1.1.0 |
932 | 2024-11-13T21:20:16.942Z | Downloaded rtoolbox v0.0.2 |
933 | 2024-11-13T21:20:16.942Z | Downloaded tough v0.19.0 |
934 | 2024-11-13T21:20:16.950Z | Downloaded aho-corasick v1.1.3 |
935 | 2024-11-13T21:20:16.956Z | Downloaded futures-task v0.3.31 |
936 | 2024-11-13T21:20:16.959Z | Downloaded ecdsa v0.16.9 |
937 | 2024-11-13T21:20:16.963Z | Downloaded num-bigint v0.4.6 |
938 | 2024-11-13T21:20:16.966Z | Downloaded thread_local v1.1.8 |
939 | 2024-11-13T21:20:16.966Z | Downloaded poly1305 v0.8.0 |
940 | 2024-11-13T21:20:16.968Z | Downloaded olpc-cjson v0.1.4 |
941 | 2024-11-13T21:20:16.971Z | Downloaded zerovec v0.10.4 |
942 | 2024-11-13T21:20:16.975Z | Downloaded similar v2.6.0 |
943 | 2024-11-13T21:20:16.980Z | Downloaded unicode-bidi v0.3.17 |
944 | 2024-11-13T21:20:16.983Z | Downloaded x509-cert v0.2.5 |
945 | 2024-11-13T21:20:16.990Z | Downloaded rustc-hash v2.0.0 |
946 | 2024-11-13T21:20:16.993Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
947 | 2024-11-13T21:20:17.050Z | Downloaded rustc-hash v1.1.0 |
948 | 2024-11-13T21:20:17.053Z | Downloaded predicates v3.1.2 |
949 | 2024-11-13T21:20:17.056Z | Downloaded postgres-types v0.2.8 |
950 | 2024-11-13T21:20:17.059Z | Downloaded native-tls v0.2.12 |
951 | 2024-11-13T21:20:17.059Z | Downloaded crossterm v0.28.1 |
952 | 2024-11-13T21:20:17.065Z | Downloaded embedded-io v0.4.0 |
953 | 2024-11-13T21:20:17.068Z | Downloaded walkdir v2.5.0 |
954 | 2024-11-13T21:20:17.070Z | Downloaded idna v0.3.0 |
955 | 2024-11-13T21:20:17.076Z | Downloaded string_cache v0.8.7 |
956 | 2024-11-13T21:20:17.079Z | Downloaded uuid v1.11.0 |
957 | 2024-11-13T21:20:17.082Z | Downloaded fallible-iterator v0.2.0 |
958 | 2024-11-13T21:20:17.085Z | Downloaded num-rational v0.4.2 |
959 | 2024-11-13T21:20:17.085Z | Downloaded parking_lot v0.12.3 |
960 | 2024-11-13T21:20:17.087Z | Downloaded toml_edit v0.19.15 |
961 | 2024-11-13T21:20:17.104Z | Downloaded dirs-next v2.0.0 |
962 | 2024-11-13T21:20:17.107Z | Downloaded untrusted v0.7.1 |
963 | 2024-11-13T21:20:17.107Z | Downloaded itertools v0.10.5 |
964 | 2024-11-13T21:20:17.113Z | Downloaded derive-where v1.2.7 |
965 | 2024-11-13T21:20:17.116Z | Downloaded diesel_derives v2.2.3 |
966 | 2024-11-13T21:20:17.121Z | Downloaded ssh-key v0.6.6 |
967 | 2024-11-13T21:20:17.128Z | Downloaded snafu-derive v0.8.5 |
968 | 2024-11-13T21:20:17.130Z | Downloaded tungstenite v0.24.0 |
969 | 2024-11-13T21:20:17.133Z | Downloaded rfc6979 v0.4.0 |
970 | 2024-11-13T21:20:17.136Z | Downloaded resolv-conf v0.7.0 |
971 | 2024-11-13T21:20:17.136Z | Downloaded zopfli v0.8.1 |
972 | 2024-11-13T21:20:17.139Z | Downloaded prettyplease v0.2.25 |
973 | 2024-11-13T21:20:17.142Z | Downloaded value-bag v1.9.0 |
974 | 2024-11-13T21:20:17.145Z | Downloaded owo-colors v4.1.0 |
975 | 2024-11-13T21:20:17.149Z | Downloaded tracing v0.1.40 |
976 | 2024-11-13T21:20:17.153Z | Downloaded test-strategy v0.3.1 |
977 | 2024-11-13T21:20:17.157Z | Downloaded utf8_iter v1.0.4 |
978 | 2024-11-13T21:20:17.159Z | Downloaded utf16_iter v1.0.5 |
979 | 2024-11-13T21:20:17.159Z | Downloaded flume v0.11.1 |
980 | 2024-11-13T21:20:17.163Z | Downloaded debug-ignore v1.0.5 |
981 | 2024-11-13T21:20:17.166Z | Downloaded data-encoding v2.6.0 |
982 | 2024-11-13T21:20:17.168Z | Downloaded unarray v0.1.4 |
983 | 2024-11-13T21:20:17.168Z | Downloaded deranged v0.3.11 |
984 | 2024-11-13T21:20:17.171Z | Downloaded defmt-parser v0.3.4 |
985 | 2024-11-13T21:20:17.171Z | Downloaded aes-gcm v0.10.3 |
986 | 2024-11-13T21:20:17.174Z | Downloaded der_derive v0.7.3 |
987 | 2024-11-13T21:20:17.177Z | Downloaded slog-json v2.6.1 |
988 | 2024-11-13T21:20:17.180Z | Downloaded progenitor v0.8.0 |
989 | 2024-11-13T21:20:17.182Z | Downloaded proc-macro-crate v1.3.1 |
990 | 2024-11-13T21:20:17.182Z | Downloaded primeorder v0.13.6 |
991 | 2024-11-13T21:20:17.185Z | Downloaded progenitor-impl v0.8.0 |
992 | 2024-11-13T21:20:17.187Z | Downloaded tungstenite v0.21.0 |
993 | 2024-11-13T21:20:17.190Z | Downloaded toml v0.7.8 |
994 | 2024-11-13T21:20:17.192Z | Downloaded pkcs5 v0.7.1 |
995 | 2024-11-13T21:20:17.196Z | Downloaded shlex v1.3.0 |
996 | 2024-11-13T21:20:17.198Z | Downloaded schemars_derive v0.8.21 |
997 | 2024-11-13T21:20:17.201Z | Downloaded yoke v0.7.4 |
998 | 2024-11-13T21:20:17.201Z | Downloaded nodrop v0.1.14 |
999 | 2024-11-13T21:20:17.203Z | Downloaded form_urlencoded v1.2.1 |
1000 | 2024-11-13T21:20:17.203Z | Downloaded signal-hook-registry v1.4.2 |
1001 | 2024-11-13T21:20:17.206Z | Downloaded ron v0.7.1 |
1002 | 2024-11-13T21:20:17.208Z | Downloaded unicode_categories v0.1.1 |
1003 | 2024-11-13T21:20:17.211Z | Downloaded futures-core v0.3.31 |
1004 | 2024-11-13T21:20:17.213Z | Downloaded env_filter v0.1.2 |
1005 | 2024-11-13T21:20:17.216Z | Downloaded enum-as-inner v0.6.1 |
1006 | 2024-11-13T21:20:17.216Z | Downloaded nu-ansi-term v0.50.1 |
1007 | 2024-11-13T21:20:17.220Z | Downloaded tinyvec v1.8.0 |
1008 | 2024-11-13T21:20:17.225Z | Downloaded rustc_version v0.1.7 |
1009 | 2024-11-13T21:20:17.225Z | Downloaded slog v2.7.0 |
1010 | 2024-11-13T21:20:17.228Z | Downloaded url v2.5.3 |
1011 | 2024-11-13T21:20:17.230Z | Downloaded scrypt v0.11.0 |
1012 | 2024-11-13T21:20:17.233Z | Downloaded des v0.8.1 |
1013 | 2024-11-13T21:20:17.235Z | Downloaded mio v1.0.2 |
1014 | 2024-11-13T21:20:17.240Z | Downloaded ron v0.8.1 |
1015 | 2024-11-13T21:20:17.245Z | Downloaded pin-project v1.1.6 |
1016 | 2024-11-13T21:20:17.257Z | Downloaded samael v0.0.17 |
1017 | 2024-11-13T21:20:17.262Z | Downloaded whoami v1.5.2 |
1018 | 2024-11-13T21:20:17.265Z | Downloaded strum_macros v0.26.4 |
1019 | 2024-11-13T21:20:17.267Z | Downloaded smallvec v1.13.2 |
1020 | 2024-11-13T21:20:17.270Z | Downloaded dropshot_endpoint v0.13.0 |
1021 | 2024-11-13T21:20:17.273Z | Downloaded num-integer v0.1.46 |
1022 | 2024-11-13T21:20:17.275Z | Downloaded num-derive v0.4.2 |
1023 | 2024-11-13T21:20:17.275Z | Downloaded heck v0.3.3 |
1024 | 2024-11-13T21:20:17.277Z | Downloaded foreign-types v0.5.0 |
1025 | 2024-11-13T21:20:17.277Z | Downloaded foldhash v0.1.3 |
1026 | 2024-11-13T21:20:17.280Z | Downloaded filetime v0.2.25 |
1027 | 2024-11-13T21:20:17.280Z | Downloaded sqlformat v0.2.6 |
1028 | 2024-11-13T21:20:17.284Z | Downloaded spin v0.9.8 |
1029 | 2024-11-13T21:20:17.286Z | Downloaded diff v0.1.13 |
1030 | 2024-11-13T21:20:17.289Z | Downloaded crypto-bigint v0.5.5 |
1031 | 2024-11-13T21:20:17.297Z | Downloaded const_format v0.2.33 |
1032 | 2024-11-13T21:20:17.300Z | Downloaded chacha20poly1305 v0.10.1 |
1033 | 2024-11-13T21:20:17.303Z | Downloaded cc v1.1.30 |
1034 | 2024-11-13T21:20:17.305Z | Downloaded dropshot_endpoint v0.12.0 |
1035 | 2024-11-13T21:20:17.308Z | Downloaded compact_str v0.8.0 |
1036 | 2024-11-13T21:20:17.312Z | Downloaded rustls-pemfile v2.2.0 |
1037 | 2024-11-13T21:20:17.314Z | Downloaded xattr v1.3.1 |
1038 | 2024-11-13T21:20:17.317Z | Downloaded pin-project-lite v0.2.14 |
1039 | 2024-11-13T21:20:17.320Z | Downloaded pin-project-internal v1.1.6 |
1040 | 2024-11-13T21:20:17.323Z | Downloaded num-complex v0.4.6 |
1041 | 2024-11-13T21:20:17.325Z | Downloaded vte v0.11.1 |
1042 | 2024-11-13T21:20:17.328Z | Downloaded structmeta-derive v0.2.0 |
1043 | 2024-11-13T21:20:17.328Z | Downloaded structmeta v0.3.0 |
1044 | 2024-11-13T21:20:17.330Z | Downloaded secrecy v0.8.0 |
1045 | 2024-11-13T21:20:17.330Z | Downloaded nibble_vec v0.1.0 |
1046 | 2024-11-13T21:20:17.333Z | Downloaded getrandom v0.2.15 |
1047 | 2024-11-13T21:20:17.336Z | Downloaded icu_collections v1.5.0 |
1048 | 2024-11-13T21:20:17.340Z | Downloaded same-file v1.0.6 |
1049 | 2024-11-13T21:20:17.343Z | Downloaded quinn-udp v0.5.5 |
1050 | 2024-11-13T21:20:17.343Z | Downloaded num-conv v0.1.0 |
1051 | 2024-11-13T21:20:17.346Z | Downloaded foreign-types v0.3.2 |
1052 | 2024-11-13T21:20:17.346Z | Downloaded float-ord v0.3.2 |
1053 | 2024-11-13T21:20:17.349Z | Downloaded dhcproto-macros v0.1.0 |
1054 | 2024-11-13T21:20:17.349Z | Downloaded ff v0.13.0 |
1055 | 2024-11-13T21:20:17.349Z | Downloaded mockall_derive v0.13.0 |
1056 | 2024-11-13T21:20:17.351Z | Downloaded icu_provider v1.5.0 |
1057 | 2024-11-13T21:20:17.354Z | Downloaded phf_codegen v0.11.2 |
1058 | 2024-11-13T21:20:17.357Z | Downloaded pem v3.0.4 |
1059 | 2024-11-13T21:20:17.357Z | Downloaded crc-any v2.5.0 |
1060 | 2024-11-13T21:20:17.360Z | Downloaded gethostname v0.5.0 |
1061 | 2024-11-13T21:20:17.362Z | Downloaded time-macros v0.2.18 |
1062 | 2024-11-13T21:20:17.362Z | Downloaded icu_normalizer v1.5.0 |
1063 | 2024-11-13T21:20:17.365Z | Downloaded icu_locid v1.5.0 |
1064 | 2024-11-13T21:20:17.370Z | Downloaded hyper-util v0.1.10 |
1065 | 2024-11-13T21:20:17.375Z | Downloaded packed_struct v0.10.1 |
1066 | 2024-11-13T21:20:17.377Z | Downloaded bumpalo v3.16.0 |
1067 | 2024-11-13T21:20:17.380Z | Downloaded fd-lock v4.0.2 |
1068 | 2024-11-13T21:20:17.384Z | Downloaded icu_locid_transform_data v1.5.0 |
1069 | 2024-11-13T21:20:17.387Z | Downloaded bytes v1.7.2 |
1070 | 2024-11-13T21:20:17.391Z | Downloaded libloading v0.8.5 |
1071 | 2024-11-13T21:20:17.393Z | Downloaded crc32fast v1.4.2 |
1072 | 2024-11-13T21:20:17.393Z | Downloaded csv-core v0.1.11 |
1073 | 2024-11-13T21:20:17.393Z | Downloaded bcs v0.1.6 |
1074 | 2024-11-13T21:20:17.396Z | Downloaded console v0.15.8 |
1075 | 2024-11-13T21:20:17.399Z | Downloaded bit-set v0.5.3 |
1076 | 2024-11-13T21:20:17.401Z | Downloaded base64ct v1.6.0 |
1077 | 2024-11-13T21:20:17.404Z | Downloaded adler2 v2.0.0 |
1078 | 2024-11-13T21:20:17.405Z | Downloaded endian-type v0.1.2 |
1079 | 2024-11-13T21:20:17.405Z | Downloaded waitgroup v0.1.2 |
1080 | 2024-11-13T21:20:17.407Z | Downloaded vte_generate_state_changes v0.1.2 |
1081 | 2024-11-13T21:20:17.407Z | Downloaded slog-dtrace v0.3.0 |
1082 | 2024-11-13T21:20:17.407Z | Downloaded serde_path_to_error v0.1.16 |
1083 | 2024-11-13T21:20:17.412Z | Downloaded serde-hex v0.1.0 |
1084 | 2024-11-13T21:20:17.412Z | Downloaded r2d2 v0.8.10 |
1085 | 2024-11-13T21:20:17.414Z | Downloaded quick-error v1.2.3 |
1086 | 2024-11-13T21:20:17.414Z | Downloaded defmt-macros v0.3.9 |
1087 | 2024-11-13T21:20:17.417Z | Downloaded zeroize_derive v1.4.2 |
1088 | 2024-11-13T21:20:17.421Z | Downloaded memoffset v0.9.1 |
1089 | 2024-11-13T21:20:17.421Z | Downloaded lalrpop-util v0.19.12 |
1090 | 2024-11-13T21:20:17.424Z | Downloaded itertools v0.13.0 |
1091 | 2024-11-13T21:20:17.430Z | Downloaded is-terminal v0.4.13 |
1092 | 2024-11-13T21:20:17.432Z | Downloaded internet-checksum v0.2.1 |
1093 | 2024-11-13T21:20:17.432Z | Downloaded crc v3.2.1 |
1094 | 2024-11-13T21:20:17.435Z | Downloaded hyper-rustls v0.27.3 |
1095 | 2024-11-13T21:20:17.442Z | Downloaded cipher v0.4.4 |
1096 | 2024-11-13T21:20:17.442Z | Downloaded castaway v0.2.3 |
1097 | 2024-11-13T21:20:17.442Z | Downloaded cassowary v0.3.0 |
1098 | 2024-11-13T21:20:17.445Z | Downloaded argon2 v0.5.3 |
1099 | 2024-11-13T21:20:17.445Z | Downloaded libefi-sys v0.1.0 |
1100 | 2024-11-13T21:20:17.445Z | Downloaded httparse v1.9.5 |
1101 | 2024-11-13T21:20:17.447Z | Downloaded impl-trait-for-tuples v0.2.2 |
1102 | 2024-11-13T21:20:17.450Z | Downloaded idna_adapter v1.2.0 |
1103 | 2024-11-13T21:20:17.452Z | Downloaded cmake v0.1.51 |
1104 | 2024-11-13T21:20:17.452Z | Downloaded cexpr v0.6.0 |
1105 | 2024-11-13T21:20:17.455Z | Downloaded bitflags v1.3.2 |
1106 | 2024-11-13T21:20:17.458Z | Downloaded bitfield v0.14.0 |
1107 | 2024-11-13T21:20:17.460Z | Downloaded array-init v0.0.4 |
1108 | 2024-11-13T21:20:17.460Z | Downloaded serde-big-array v0.5.1 |
1109 | 2024-11-13T21:20:17.463Z | Downloaded mirai-annotations v1.12.0 |
1110 | 2024-11-13T21:20:17.463Z | Downloaded matches v0.1.10 |
1111 | 2024-11-13T21:20:17.463Z | Downloaded linear-map v1.2.0 |
1112 | 2024-11-13T21:20:17.465Z | Downloaded idna v1.0.3 |
1113 | 2024-11-13T21:20:17.469Z | Downloaded chrono v0.4.38 |
1114 | 2024-11-13T21:20:17.477Z | Downloaded hostname v0.4.0 |
1115 | 2024-11-13T21:20:17.479Z | Downloaded hostname v0.3.1 |
1116 | 2024-11-13T21:20:17.482Z | Downloaded cfg_aliases v0.1.1 |
1117 | 2024-11-13T21:20:17.482Z | Downloaded serde_derive_internals v0.29.1 |
1118 | 2024-11-13T21:20:17.484Z | Downloaded http-body-util v0.1.2 |
1119 | 2024-11-13T21:20:17.484Z | Downloaded crunchy v0.2.2 |
1120 | 2024-11-13T21:20:17.487Z | Downloaded ciborium-io v0.2.2 |
1121 | 2024-11-13T21:20:17.487Z | Downloaded cfg_aliases v0.2.1 |
1122 | 2024-11-13T21:20:17.487Z | Downloaded atomicwrites v0.4.4 |
1123 | 2024-11-13T21:20:17.490Z | Downloaded hickory-resolver v0.24.1 |
1124 | 2024-11-13T21:20:17.493Z | Downloaded http v1.1.0 |
1125 | 2024-11-13T21:20:17.496Z | Downloaded async-stream-impl v0.3.6 |
1126 | 2024-11-13T21:20:17.501Z | Downloaded highway v1.2.0 |
1127 | 2024-11-13T21:20:17.503Z | Downloaded base64 v0.22.1 |
1128 | 2024-11-13T21:20:17.507Z | Downloaded arc-swap v1.7.1 |
1129 | 2024-11-13T21:20:17.510Z | Downloaded mime v0.3.17 |
1130 | 2024-11-13T21:20:17.512Z | Downloaded lru-cache v0.1.2 |
1131 | 2024-11-13T21:20:17.512Z | Downloaded libsw v3.3.1 |
1132 | 2024-11-13T21:20:17.515Z | Downloaded lazy_static v1.5.0 |
1133 | 2024-11-13T21:20:17.517Z | Downloaded indoc v1.0.9 |
1134 | 2024-11-13T21:20:17.520Z | Downloaded home v0.5.9 |
1135 | 2024-11-13T21:20:17.522Z | Downloaded const-oid v0.9.6 |
1136 | 2024-11-13T21:20:17.525Z | Downloaded base64 v0.13.1 |
1137 | 2024-11-13T21:20:17.529Z | Downloaded ahash v0.8.11 |
1138 | 2024-11-13T21:20:17.531Z | Downloaded icu_provider_macros v1.5.0 |
1139 | 2024-11-13T21:20:17.531Z | Downloaded httpdate v1.0.3 |
1140 | 2024-11-13T21:20:17.531Z | Downloaded ciborium-ll v0.2.2 |
1141 | 2024-11-13T21:20:17.534Z | Downloaded curve25519-dalek-derive v0.1.1 |
1142 | 2024-11-13T21:20:17.534Z | Downloaded crc-catalog v2.4.0 |
1143 | 2024-11-13T21:20:17.537Z | Downloaded constant_time_eq v0.3.1 |
1144 | 2024-11-13T21:20:17.537Z | Downloaded colored v2.1.0 |
1145 | 2024-11-13T21:20:17.539Z | Downloaded chrono-tz-build v0.4.0 |
1146 | 2024-11-13T21:20:17.541Z | Downloaded cbc v0.1.2 |
1147 | 2024-11-13T21:20:17.541Z | Downloaded blowfish v0.9.1 |
1148 | 2024-11-13T21:20:17.544Z | Downloaded bit-vec v0.6.3 |
1149 | 2024-11-13T21:20:17.546Z | Downloaded async-stream v0.3.6 |
1150 | 2024-11-13T21:20:17.546Z | Downloaded assert_matches v1.5.0 |
1151 | 2024-11-13T21:20:17.549Z | Downloaded arrayref v0.3.9 |
1152 | 2024-11-13T21:20:17.557Z | Downloaded ring v0.17.8 |
1153 | 2024-11-13T21:20:17.638Z | Downloaded libsqlite3-sys v0.30.1 |
1154 | 2024-11-13T21:20:17.796Z | Downloaded ring v0.16.20 |
1155 | 2024-11-13T21:20:18.025Z | Downloaded aws-lc-sys v0.22.0 |
1156 | 2024-11-13T21:20:18.360Z | Compiling serde v1.0.215 |
1157 | 2024-11-13T21:20:18.363Z | Compiling lock_api v0.4.12 |
1158 | 2024-11-13T21:20:18.363Z | Compiling scopeguard v1.2.0 |
1159 | 2024-11-13T21:20:18.363Z | Compiling value-bag v1.9.0 |
1160 | 2024-11-13T21:20:18.363Z | Compiling typenum v1.17.0 |
1161 | 2024-11-13T21:20:18.517Z | Compiling generic-array v0.14.7 |
1162 | 2024-11-13T21:20:18.561Z | Compiling syn v2.0.87 |
1163 | 2024-11-13T21:20:18.577Z | Compiling getrandom v0.2.15 |
1164 | 2024-11-13T21:20:18.668Z | Compiling shlex v1.3.0 |
1165 | 2024-11-13T21:20:18.887Z | Compiling rand_core v0.6.4 |
1166 | 2024-11-13T21:20:19.079Z | Compiling log v0.4.22 |
1167 | 2024-11-13T21:20:19.225Z | Compiling subtle v2.6.1 |
1168 | 2024-11-13T21:20:19.243Z | Compiling jobserver v0.1.32 |
1169 | 2024-11-13T21:20:19.279Z | Compiling const-oid v0.9.6 |
1170 | 2024-11-13T21:20:19.589Z | Compiling smallvec v1.13.2 |
1171 | 2024-11-13T21:20:19.607Z | Compiling spin v0.9.8 |
1172 | 2024-11-13T21:20:19.626Z | Compiling cc v1.1.30 |
1173 | 2024-11-13T21:20:20.022Z | Compiling pin-project-lite v0.2.14 |
1174 | 2024-11-13T21:20:20.044Z | Compiling rustix v0.38.37 |
1175 | 2024-11-13T21:20:20.063Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-11-13T21:20:20.151Z | Compiling futures-core v0.3.31 |
1177 | 2024-11-13T21:20:20.259Z | Compiling signal-hook-registry v1.4.2 |
1178 | 2024-11-13T21:20:20.446Z | Compiling mio v1.0.2 |
1179 | 2024-11-13T21:20:21.027Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-11-13T21:20:21.173Z | Compiling parking_lot v0.12.3 |
1181 | 2024-11-13T21:20:21.355Z | Compiling cpufeatures v0.2.14 |
1182 | 2024-11-13T21:20:21.469Z | Compiling either v1.13.0 |
1183 | 2024-11-13T21:20:21.491Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-11-13T21:20:21.639Z | Compiling lazy_static v1.5.0 |
1185 | 2024-11-13T21:20:21.714Z | Compiling glob v0.3.1 |
1186 | 2024-11-13T21:20:21.775Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-11-13T21:20:21.956Z | Compiling futures-sink v0.3.31 |
1188 | 2024-11-13T21:20:21.995Z | Compiling socket2 v0.5.7 |
1189 | 2024-11-13T21:20:22.134Z | Compiling slab v0.4.9 |
1190 | 2024-11-13T21:20:22.224Z | Compiling prettyplease v0.2.25 |
1191 | 2024-11-13T21:20:22.596Z | Compiling minimal-lexical v0.2.1 |
1192 | 2024-11-13T21:20:22.794Z | Compiling clang-sys v1.8.1 |
1193 | 2024-11-13T21:20:22.907Z | Compiling libloading v0.8.5 |
1194 | 2024-11-13T21:20:23.035Z | Compiling nom v7.1.3 |
1195 | 2024-11-13T21:20:23.094Z | Compiling bindgen v0.69.5 |
1196 | 2024-11-13T21:20:23.328Z | Compiling home v0.5.9 |
1197 | 2024-11-13T21:20:23.523Z | Compiling serde_json v1.0.132 |
1198 | 2024-11-13T21:20:23.882Z | Compiling futures-channel v0.3.31 |
1199 | 2024-11-13T21:20:23.963Z | Compiling itertools v0.12.1 |
1200 | 2024-11-13T21:20:24.296Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-11-13T21:20:24.315Z | Compiling futures-io v0.3.31 |
1202 | 2024-11-13T21:20:24.654Z | Compiling foldhash v0.1.3 |
1203 | 2024-11-13T21:20:24.983Z | Compiling futures-task v0.3.31 |
1204 | 2024-11-13T21:20:25.155Z | Compiling pin-utils v0.1.0 |
1205 | 2024-11-13T21:20:25.257Z | Compiling rustc-hash v1.1.0 |
1206 | 2024-11-13T21:20:25.286Z | Compiling regex-automata v0.4.8 |
1207 | 2024-11-13T21:20:25.415Z | Compiling lazycell v1.3.0 |
1208 | 2024-11-13T21:20:25.590Z | Compiling hashbrown v0.15.0 |
1209 | 2024-11-13T21:20:26.939Z | Compiling synstructure v0.13.1 |
1210 | 2024-11-13T21:20:26.976Z | Compiling cexpr v0.6.0 |
1211 | 2024-11-13T21:20:27.244Z | Compiling cmake v0.1.51 |
1212 | 2024-11-13T21:20:28.350Z | Compiling fs_extra v1.3.0 |
1213 | 2024-11-13T21:20:28.619Z | Compiling dunce v1.0.5 |
1214 | 2024-11-13T21:20:28.668Z | Compiling tinyvec_macros v0.1.1 |
1215 | 2024-11-13T21:20:28.756Z | Compiling libm v0.2.8 |
1216 | 2024-11-13T21:20:28.777Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-13T21:20:28.840Z | Compiling tinyvec v1.8.0 |
1218 | 2024-11-13T21:20:28.998Z | Compiling num-traits v0.2.19 |
1219 | 2024-11-13T21:20:29.536Z | Compiling ring v0.17.8 |
1220 | 2024-11-13T21:20:30.243Z | Compiling unicode-bidi v0.3.17 |
1221 | 2024-11-13T21:20:30.373Z | Compiling base64ct v1.6.0 |
1222 | 2024-11-13T21:20:30.459Z | Compiling unicode-normalization v0.1.24 |
1223 | 2024-11-13T21:20:30.572Z | Compiling paste v1.0.15 |
1224 | 2024-11-13T21:20:30.707Z | Compiling writeable v0.5.5 |
1225 | 2024-11-13T21:20:30.961Z | Compiling litemap v0.7.3 |
1226 | 2024-11-13T21:20:31.113Z | Compiling regex v1.11.1 |
1227 | 2024-11-13T21:20:31.371Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2024-11-13T21:20:31.655Z | Compiling httparse v1.9.5 |
1229 | 2024-11-13T21:20:32.088Z | Compiling aws-lc-rs v1.10.0 |
1230 | 2024-11-13T21:20:32.165Z | Compiling flagset v0.4.6 |
1231 | 2024-11-13T21:20:32.459Z | Compiling tracing-core v0.1.32 |
1232 | 2024-11-13T21:20:32.498Z | Compiling icu_locid_transform_data v1.5.0 |
1233 | 2024-11-13T21:20:32.607Z | Compiling rustls-pki-types v1.9.0 |
1234 | 2024-11-13T21:20:33.482Z | Compiling percent-encoding v2.3.1 |
1235 | 2024-11-13T21:20:33.583Z | Compiling crossbeam-utils v0.8.20 |
1236 | 2024-11-13T21:20:33.757Z | Compiling serde_derive v1.0.215 |
1237 | 2024-11-13T21:20:33.827Z | Compiling zeroize_derive v1.4.2 |
1238 | 2024-11-13T21:20:33.847Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2024-11-13T21:20:34.183Z | Compiling tokio-macros v2.4.0 |
1240 | 2024-11-13T21:20:34.402Z | Compiling zerofrom-derive v0.1.4 |
1241 | 2024-11-13T21:20:35.503Z | Compiling zeroize v1.8.1 |
1242 | 2024-11-13T21:20:35.870Z | Compiling thiserror-impl v1.0.69 |
1243 | 2024-11-13T21:20:35.900Z | Compiling yoke-derive v0.7.4 |
1244 | 2024-11-13T21:20:36.196Z | Compiling zerocopy v0.7.35 |
1245 | 2024-11-13T21:20:37.217Z | Compiling crypto-common v0.1.6 |
1246 | 2024-11-13T21:20:37.398Z | Compiling block-buffer v0.10.4 |
1247 | 2024-11-13T21:20:37.466Z | Compiling futures-macro v0.3.31 |
1248 | 2024-11-13T21:20:37.671Z | Compiling digest v0.10.7 |
1249 | 2024-11-13T21:20:37.825Z | Compiling zerovec-derive v0.10.3 |
1250 | 2024-11-13T21:20:38.166Z | Compiling hmac v0.12.1 |
1251 | 2024-11-13T21:20:38.407Z | Compiling block-padding v0.3.3 |
1252 | 2024-11-13T21:20:38.617Z | Compiling displaydoc v0.2.5 |
1253 | 2024-11-13T21:20:38.620Z | Compiling zerofrom v0.1.4 |
1254 | 2024-11-13T21:20:38.654Z | Compiling inout v0.1.3 |
1255 | 2024-11-13T21:20:38.813Z | Compiling sha2 v0.10.8 |
1256 | 2024-11-13T21:20:38.974Z | Compiling cipher v0.4.4 |
1257 | 2024-11-13T21:20:39.048Z | Compiling yoke v0.7.4 |
1258 | 2024-11-13T21:20:39.260Z | Compiling thiserror v1.0.69 |
1259 | 2024-11-13T21:20:39.408Z | Compiling ppv-lite86 v0.2.20 |
1260 | 2024-11-13T21:20:39.438Z | Compiling icu_provider_macros v1.5.0 |
1261 | 2024-11-13T21:20:39.504Z | Compiling der_derive v0.7.3 |
1262 | 2024-11-13T21:20:39.521Z | Compiling futures-util v0.3.31 |
1263 | 2024-11-13T21:20:40.237Z | Compiling rand_chacha v0.3.1 |
1264 | 2024-11-13T21:20:40.278Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-11-13T21:20:40.587Z | Compiling salsa20 v0.10.2 |
1266 | 2024-11-13T21:20:40.645Z | Compiling zerovec v0.10.4 |
1267 | 2024-11-13T21:20:40.814Z | Compiling rand v0.8.5 |
1268 | 2024-11-13T21:20:42.120Z | Compiling der v0.7.9 |
1269 | 2024-11-13T21:20:42.378Z | Compiling pest v2.7.14 |
1270 | 2024-11-13T21:20:42.595Z | Compiling tinystr v0.7.6 |
1271 | 2024-11-13T21:20:42.899Z | Compiling icu_collections v1.5.0 |
1272 | 2024-11-13T21:20:42.965Z | Compiling icu_locid v1.5.0 |
1273 | 2024-11-13T21:20:43.028Z | Compiling pbkdf2 v0.12.2 |
1274 | 2024-11-13T21:20:43.238Z | Compiling icu_properties_data v1.5.0 |
1275 | 2024-11-13T21:20:43.506Z | Compiling untrusted v0.7.1 |
1276 | 2024-11-13T21:20:43.699Z | Compiling mirai-annotations v1.12.0 |
1277 | 2024-11-13T21:20:43.904Z | Compiling vcpkg v0.2.15 |
1278 | 2024-11-13T21:20:44.045Z | Compiling tracing v0.1.40 |
1279 | 2024-11-13T21:20:44.350Z | Compiling icu_provider v1.5.0 |
1280 | 2024-11-13T21:20:44.583Z | Compiling spki v0.7.3 |
1281 | 2024-11-13T21:20:44.950Z | Compiling powerfmt v0.2.0 |
1282 | 2024-11-13T21:20:45.360Z | Compiling icu_locid_transform v1.5.0 |
1283 | 2024-11-13T21:20:45.434Z | Compiling num-conv v0.1.0 |
1284 | 2024-11-13T21:20:45.472Z | Compiling time-core v0.1.2 |
1285 | 2024-11-13T21:20:45.474Z | Compiling untrusted v0.9.0 |
1286 | 2024-11-13T21:20:45.553Z | Compiling deranged v0.3.11 |
1287 | 2024-11-13T21:20:45.668Z | Compiling pest_meta v2.7.14 |
1288 | 2024-11-13T21:20:45.729Z | Compiling time-macros v0.2.18 |
1289 | 2024-11-13T21:20:46.164Z | Compiling openssl-sys v0.9.104 |
1290 | 2024-11-13T21:20:46.948Z | Compiling icu_properties v1.5.1 |
1291 | 2024-11-13T21:20:47.265Z | Compiling scrypt v0.11.0 |
1292 | 2024-11-13T21:20:47.762Z | Compiling cbc v0.1.2 |
1293 | 2024-11-13T21:20:47.780Z | Compiling aes v0.8.4 |
1294 | 2024-11-13T21:20:47.828Z | Compiling scroll_derive v0.12.0 |
1295 | 2024-11-13T21:20:48.031Z | Compiling bitflags v2.6.0 |
1296 | 2024-11-13T21:20:48.415Z | Compiling bytes v1.7.2 |
1297 | 2024-11-13T21:20:49.380Z | Compiling tokio v1.40.0 |
1298 | 2024-11-13T21:20:49.455Z | Compiling indexmap v2.6.0 |
1299 | 2024-11-13T21:20:49.769Z | Compiling http v1.1.0 |
1300 | 2024-11-13T21:20:50.517Z | Compiling semver v1.0.23 |
1301 | 2024-11-13T21:20:50.808Z | Compiling utf8_iter v1.0.4 |
1302 | 2024-11-13T21:20:50.962Z | Compiling rustc_version v0.4.1 |
1303 | 2024-11-13T21:20:51.060Z | Compiling utf16_iter v1.0.5 |
1304 | 2024-11-13T21:20:51.274Z | Compiling num_threads v0.1.7 |
1305 | 2024-11-13T21:20:51.295Z | Compiling write16 v1.0.0 |
1306 | 2024-11-13T21:20:51.417Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-13T21:20:51.442Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2024-11-13T21:20:51.552Z | Compiling icu_normalizer v1.5.0 |
1309 | 2024-11-13T21:20:51.624Z | Compiling time v0.3.36 |
1310 | 2024-11-13T21:20:51.750Z | Compiling http-body v1.0.1 |
1311 | 2024-11-13T21:20:51.907Z | Compiling scroll v0.12.0 |
1312 | 2024-11-13T21:20:52.011Z | Compiling pkcs5 v0.7.1 |
1313 | 2024-11-13T21:20:52.312Z | Compiling pest_generator v2.7.14 |
1314 | 2024-11-13T21:20:52.331Z | Compiling form_urlencoded v1.2.1 |
1315 | 2024-11-13T21:20:52.477Z | Compiling which v4.4.2 |
1316 | 2024-11-13T21:20:52.683Z | Compiling slog v2.7.0 |
1317 | 2024-11-13T21:20:53.221Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-13T21:20:53.243Z | Compiling goblin v0.8.2 |
1319 | 2024-11-13T21:20:53.383Z | Compiling want v0.3.1 |
1320 | 2024-11-13T21:20:53.686Z | Compiling pkcs8 v0.10.2 |
1321 | 2024-11-13T21:20:53.706Z | Compiling idna_adapter v1.2.0 |
1322 | 2024-11-13T21:20:53.868Z | Compiling httpdate v1.0.3 |
1323 | 2024-11-13T21:20:53.960Z | Compiling idna v1.0.3 |
1324 | 2024-11-13T21:20:54.436Z | Compiling pest_derive v2.7.14 |
1325 | 2024-11-13T21:20:54.455Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-11-13T21:20:54.995Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-11-13T21:20:55.233Z | Compiling serde_spanned v0.6.8 |
1328 | 2024-11-13T21:20:55.274Z | Compiling dtrace-parser v0.2.0 |
1329 | 2024-11-13T21:20:55.482Z | Compiling uuid v1.11.0 |
1330 | 2024-11-13T21:20:55.605Z | Compiling base64 v0.22.1 |
1331 | 2024-11-13T21:20:55.860Z | Compiling adler2 v2.0.0 |
1332 | 2024-11-13T21:20:56.087Z | Compiling rustversion v1.0.17 |
1333 | 2024-11-13T21:20:56.387Z | Compiling tower-service v0.3.3 |
1334 | 2024-11-13T21:20:56.530Z | Compiling openssl v0.10.68 |
1335 | 2024-11-13T21:20:56.819Z | Compiling iana-time-zone v0.1.61 |
1336 | 2024-11-13T21:20:56.915Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-11-13T21:20:56.965Z | Compiling match_cfg v0.1.0 |
1338 | 2024-11-13T21:20:57.028Z | Compiling foreign-types v0.3.2 |
1339 | 2024-11-13T21:20:57.050Z | Compiling chrono v0.4.38 |
1340 | 2024-11-13T21:20:57.068Z | Compiling hostname v0.3.1 |
1341 | 2024-11-13T21:20:57.240Z | Compiling miniz_oxide v0.8.0 |
1342 | 2024-11-13T21:20:57.282Z | Compiling url v2.5.3 |
1343 | 2024-11-13T21:20:57.513Z | Compiling async-trait v0.1.83 |
1344 | 2024-11-13T21:20:58.814Z | Compiling tokio-util v0.7.12 |
1345 | 2024-11-13T21:20:58.817Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-11-13T21:20:59.379Z | Compiling dof v0.3.0 |
1347 | 2024-11-13T21:20:59.643Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2024-11-13T21:21:00.326Z | Compiling h2 v0.4.6 |
1349 | 2024-11-13T21:21:00.358Z | Compiling usdt-impl v0.5.0 |
1350 | 2024-11-13T21:21:00.387Z | Compiling siphasher v0.3.11 |
1351 | 2024-11-13T21:21:00.801Z | Compiling syn v1.0.109 |
1352 | 2024-11-13T21:21:00.900Z | Compiling data-encoding v2.6.0 |
1353 | 2024-11-13T21:21:01.449Z | Compiling rustls v0.22.4 |
1354 | 2024-11-13T21:21:01.644Z | Compiling rustls v0.23.14 |
1355 | 2024-11-13T21:21:01.712Z | Compiling native-tls v0.2.12 |
1356 | 2024-11-13T21:21:01.998Z | Compiling dirs-next v2.0.0 |
1357 | 2024-11-13T21:21:02.207Z | Compiling http-body-util v0.1.2 |
1358 | 2024-11-13T21:21:02.780Z | Compiling heapless v0.7.17 |
1359 | 2024-11-13T21:21:03.242Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-11-13T21:21:03.428Z | Compiling sha1 v0.10.6 |
1361 | 2024-11-13T21:21:03.550Z | Compiling signature v2.2.0 |
1362 | 2024-11-13T21:21:03.859Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1363 | 2024-11-13T21:21:03.936Z | Compiling serde_derive_internals v0.29.1 |
1364 | 2024-11-13T21:21:04.018Z | Compiling thread_local v1.1.8 |
1365 | 2024-11-13T21:21:04.052Z | Compiling cookie v0.18.1 |
1366 | 2024-11-13T21:21:04.361Z | Compiling encoding_rs v0.8.34 |
1367 | 2024-11-13T21:21:04.424Z | Compiling multer v3.1.0 |
1368 | 2024-11-13T21:21:04.626Z | Compiling rayon-core v1.12.1 |
1369 | 2024-11-13T21:21:04.728Z | Compiling ipnet v2.10.1 |
1370 | 2024-11-13T21:21:04.915Z | Compiling openssl-probe v0.1.5 |
1371 | 2024-11-13T21:21:05.968Z | Compiling schemars v0.8.21 |
1372 | 2024-11-13T21:21:05.968Z | Compiling gimli v0.31.1 |
1373 | 2024-11-13T21:21:05.968Z | Compiling unicode-properties v0.1.3 |
1374 | 2024-11-13T21:21:06.015Z | Compiling slog-async v2.8.0 |
1375 | 2024-11-13T21:21:06.057Z | Compiling signal-hook v0.3.17 |
1376 | 2024-11-13T21:21:06.330Z | Compiling mime v0.3.17 |
1377 | 2024-11-13T21:21:06.661Z | Compiling stringprep v0.1.5 |
1378 | 2024-11-13T21:21:06.828Z | Compiling schemars_derive v0.8.21 |
1379 | 2024-11-13T21:21:06.978Z | Compiling toml_edit v0.22.22 |
1380 | 2024-11-13T21:21:07.996Z | Compiling hyper v1.5.0 |
1381 | 2024-11-13T21:21:10.310Z | Compiling addr2line v0.24.2 |
1382 | 2024-11-13T21:21:10.900Z | Compiling hyper-util v0.1.10 |
1383 | 2024-11-13T21:21:11.015Z | Compiling usdt-attr-macro v0.5.0 |
1384 | 2024-11-13T21:21:11.066Z | Compiling usdt-macro v0.5.0 |
1385 | 2024-11-13T21:21:11.086Z | Compiling crossbeam-deque v0.8.5 |
1386 | 2024-11-13T21:21:11.410Z | Compiling term v0.7.0 |
1387 | 2024-11-13T21:21:12.181Z | Compiling slog-json v2.6.1 |
1388 | 2024-11-13T21:21:12.565Z | Compiling serde_urlencoded v0.7.1 |
1389 | 2024-11-13T21:21:12.568Z | Compiling curve25519-dalek v4.1.3 |
1390 | 2024-11-13T21:21:12.706Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-13T21:21:13.002Z | Compiling futures-executor v0.3.31 |
1392 | 2024-11-13T21:21:13.150Z | Compiling enum-as-inner v0.6.1 |
1393 | 2024-11-13T21:21:13.196Z | Compiling md-5 v0.10.6 |
1394 | 2024-11-13T21:21:13.479Z | Compiling async-stream-impl v0.3.6 |
1395 | 2024-11-13T21:21:13.577Z | Compiling num-integer v0.1.46 |
1396 | 2024-11-13T21:21:13.893Z | Compiling rustls-pemfile v2.2.0 |
1397 | 2024-11-13T21:21:14.102Z | Compiling idna v0.3.0 |
1398 | 2024-11-13T21:21:14.254Z | Compiling idna v0.4.0 |
1399 | 2024-11-13T21:21:14.287Z | Compiling hash32 v0.2.1 |
1400 | 2024-11-13T21:21:14.425Z | Compiling ff v0.13.0 |
1401 | 2024-11-13T21:21:14.676Z | Compiling is-terminal v0.4.13 |
1402 | 2024-11-13T21:21:14.694Z | Compiling object v0.36.5 |
1403 | 2024-11-13T21:21:14.804Z | Compiling dropshot v0.12.0 |
1404 | 2024-11-13T21:21:14.979Z | Compiling anyhow v1.0.93 |
1405 | 2024-11-13T21:21:15.085Z | Compiling base16ct v0.2.0 |
1406 | 2024-11-13T21:21:15.418Z | Compiling portable-atomic v1.9.0 |
1407 | 2024-11-13T21:21:15.444Z | Compiling smoltcp v0.9.1 |
1408 | 2024-11-13T21:21:15.566Z | Compiling psl-types v2.0.11 |
1409 | 2024-11-13T21:21:15.766Z | Compiling num-bigint-dig v0.8.4 |
1410 | 2024-11-13T21:21:15.800Z | Compiling fallible-iterator v0.2.0 |
1411 | 2024-11-13T21:21:15.926Z | Compiling dyn-clone v1.0.17 |
1412 | 2024-11-13T21:21:16.043Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-11-13T21:21:16.144Z | Compiling utf-8 v0.7.6 |
1414 | 2024-11-13T21:21:16.175Z | Compiling take_mut v0.2.2 |
1415 | 2024-11-13T21:21:16.340Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-11-13T21:21:16.496Z | Compiling quick-error v1.2.3 |
1417 | 2024-11-13T21:21:16.577Z | Compiling postgres-protocol v0.6.7 |
1418 | 2024-11-13T21:21:16.641Z | Compiling resolv-conf v0.7.0 |
1419 | 2024-11-13T21:21:16.679Z | Compiling tungstenite v0.24.0 |
1420 | 2024-11-13T21:21:16.742Z | Compiling lru-cache v0.1.2 |
1421 | 2024-11-13T21:21:17.431Z | Compiling publicsuffix v2.2.3 |
1422 | 2024-11-13T21:21:17.828Z | Compiling sec1 v0.7.3 |
1423 | 2024-11-13T21:21:18.051Z | Compiling hickory-proto v0.24.1 |
1424 | 2024-11-13T21:21:18.246Z | Compiling async-stream v0.3.6 |
1425 | 2024-11-13T21:21:18.415Z | Compiling slog-term v2.9.1 |
1426 | 2024-11-13T21:21:18.548Z | Compiling usdt v0.5.0 |
1427 | 2024-11-13T21:21:18.956Z | Compiling group v0.13.0 |
1428 | 2024-11-13T21:21:19.297Z | Compiling num-iter v0.1.45 |
1429 | 2024-11-13T21:21:19.497Z | Compiling futures v0.3.31 |
1430 | 2024-11-13T21:21:19.693Z | Compiling slog-bunyan v2.5.0 |
1431 | 2024-11-13T21:21:20.290Z | Compiling toml v0.8.19 |
1432 | 2024-11-13T21:21:21.211Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2024-11-13T21:21:21.549Z | Compiling camino v1.1.9 |
1434 | 2024-11-13T21:21:22.018Z | Compiling phf_shared v0.11.2 |
1435 | 2024-11-13T21:21:22.086Z | Compiling backtrace v0.3.74 |
1436 | 2024-11-13T21:21:22.398Z | Compiling dropshot_endpoint v0.12.0 |
1437 | 2024-11-13T21:21:22.469Z | Compiling terminal_size v0.4.0 |
1438 | 2024-11-13T21:21:22.554Z | Compiling waitgroup v0.1.2 |
1439 | 2024-11-13T21:21:22.691Z | Compiling openapiv3 v2.0.0 |
1440 | 2024-11-13T21:21:22.801Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2024-11-13T21:21:22.829Z | Compiling hkdf v0.12.4 |
1442 | 2024-11-13T21:21:23.097Z | Compiling crypto-bigint v0.5.5 |
1443 | 2024-11-13T21:21:23.662Z | Compiling curve25519-dalek-derive v0.1.1 |
1444 | 2024-11-13T21:21:25.291Z | Compiling zerocopy-derive v0.6.6 |
1445 | 2024-11-13T21:21:25.787Z | Compiling webpki-roots v0.26.6 |
1446 | 2024-11-13T21:21:25.840Z | Compiling hubpack_derive v0.1.1 |
1447 | 2024-11-13T21:21:26.005Z | Compiling idna v0.5.0 |
1448 | 2024-11-13T21:21:26.726Z | Compiling hostname v0.4.0 |
1449 | 2024-11-13T21:21:26.993Z | Compiling crc32fast v1.4.2 |
1450 | 2024-11-13T21:21:27.013Z | Compiling ahash v0.8.11 |
1451 | 2024-11-13T21:21:27.155Z | Compiling fs-err v2.11.0 |
1452 | 2024-11-13T21:21:27.321Z | Compiling managed v0.8.0 |
1453 | 2024-11-13T21:21:27.357Z | Compiling winnow v0.5.40 |
1454 | 2024-11-13T21:21:27.432Z | Compiling debug-ignore v1.0.5 |
1455 | 2024-11-13T21:21:27.566Z | Compiling bitflags v1.3.2 |
1456 | 2024-11-13T21:21:27.587Z | Compiling clap_builder v4.5.20 |
1457 | 2024-11-13T21:21:27.672Z | Compiling console v0.15.8 |
1458 | 2024-11-13T21:21:27.692Z | Compiling zerocopy v0.6.6 |
1459 | 2024-11-13T21:21:28.535Z | Compiling strum_macros v0.25.3 |
1460 | 2024-11-13T21:21:28.712Z | Compiling flate2 v1.0.34 |
1461 | 2024-11-13T21:21:29.350Z | Compiling cookie_store v0.21.0 |
1462 | 2024-11-13T21:21:29.380Z | Compiling hubpack v0.1.2 |
1463 | 2024-11-13T21:21:29.734Z | Compiling elliptic-curve v0.13.8 |
1464 | 2024-11-13T21:21:29.992Z | Compiling hickory-resolver v0.24.1 |
1465 | 2024-11-13T21:21:30.949Z | Compiling toml_edit v0.19.15 |
1466 | 2024-11-13T21:21:31.255Z | Compiling phf v0.11.2 |
1467 | 2024-11-13T21:21:31.481Z | Compiling signal-hook-mio v0.2.4 |
1468 | 2024-11-13T21:21:31.561Z | Compiling hyper-tls v0.6.0 |
1469 | 2024-11-13T21:21:31.654Z | Compiling rayon v1.10.0 |
1470 | 2024-11-13T21:21:31.997Z | Compiling bzip2 v0.4.4 |
1471 | 2024-11-13T21:21:32.740Z | Compiling tokio-tungstenite v0.24.0 |
1472 | 2024-11-13T21:21:33.291Z | Compiling postgres-types v0.2.8 |
1473 | 2024-11-13T21:21:36.296Z | Compiling ed25519 v2.2.3 |
1474 | 2024-11-13T21:21:36.473Z | Compiling phf_shared v0.10.0 |
1475 | 2024-11-13T21:21:36.803Z | Compiling tokio-stream v0.1.16 |
1476 | 2024-11-13T21:21:36.869Z | Compiling pkcs1 v0.7.5 |
1477 | 2024-11-13T21:21:37.101Z | Compiling serde-big-array v0.5.1 |
1478 | 2024-11-13T21:21:37.350Z | Compiling clap_derive v4.5.18 |
1479 | 2024-11-13T21:21:37.861Z | Compiling rfc6979 v0.4.0 |
1480 | 2024-11-13T21:21:37.863Z | Compiling derive-where v1.2.7 |
1481 | 2024-11-13T21:21:37.901Z | Compiling serde_repr v0.1.19 |
1482 | 2024-11-13T21:21:38.048Z | Compiling float-cmp v0.9.0 |
1483 | 2024-11-13T21:21:38.176Z | Compiling bstr v1.10.0 |
1484 | 2024-11-13T21:21:38.279Z | Compiling sync_wrapper v1.0.1 |
1485 | 2024-11-13T21:21:38.435Z | Compiling bit-vec v0.6.3 |
1486 | 2024-11-13T21:21:38.894Z | Compiling unicode-segmentation v1.12.0 |
1487 | 2024-11-13T21:21:39.048Z | Compiling whoami v1.5.2 |
1488 | 2024-11-13T21:21:39.109Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2024-11-13T21:21:39.246Z | Compiling number_prefix v0.4.0 |
1490 | 2024-11-13T21:21:39.493Z | Compiling new_debug_unreachable v1.0.6 |
1491 | 2024-11-13T21:21:39.600Z | Compiling difflib v0.4.0 |
1492 | 2024-11-13T21:21:39.706Z | Compiling precomputed-hash v0.1.1 |
1493 | 2024-11-13T21:21:39.816Z | Compiling predicates-core v1.0.8 |
1494 | 2024-11-13T21:21:39.837Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-11-13T21:21:40.044Z | Compiling static_assertions v1.1.0 |
1496 | 2024-11-13T21:21:40.156Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1497 | 2024-11-13T21:21:40.185Z | Compiling petgraph v0.6.5 |
1498 | 2024-11-13T21:21:40.321Z | Compiling predicates v3.1.2 |
1499 | 2024-11-13T21:21:41.288Z | Compiling string_cache v0.8.7 |
1500 | 2024-11-13T21:21:41.596Z | Compiling similar v2.6.0 |
1501 | 2024-11-13T21:21:41.789Z | Compiling indicatif v0.17.8 |
1502 | 2024-11-13T21:21:42.125Z | Compiling tokio-postgres v0.7.12 |
1503 | 2024-11-13T21:21:42.555Z | Compiling clap v4.5.20 |
1504 | 2024-11-13T21:21:42.694Z | Compiling bit-set v0.5.3 |
1505 | 2024-11-13T21:21:43.010Z | Compiling ecdsa v0.16.9 |
1506 | 2024-11-13T21:21:43.946Z | Compiling rsa v0.9.6 |
1507 | 2024-11-13T21:21:44.118Z | Compiling ed25519-dalek v2.1.1 |
1508 | 2024-11-13T21:21:44.205Z | Compiling toml v0.7.8 |
1509 | 2024-11-13T21:21:44.418Z | Compiling zip v0.6.6 |
1510 | 2024-11-13T21:21:45.500Z | Compiling crossterm v0.28.1 |
1511 | 2024-11-13T21:21:46.557Z | Compiling hex v0.4.3 |
1512 | 2024-11-13T21:21:46.879Z | Compiling x509-cert v0.2.5 |
1513 | 2024-11-13T21:21:47.078Z | Compiling itertools v0.10.5 |
1514 | 2024-11-13T21:21:47.211Z | Compiling lalrpop-util v0.19.12 |
1515 | 2024-11-13T21:21:47.358Z | Compiling unicode-xid v0.2.6 |
1516 | 2024-11-13T21:21:47.555Z | Compiling peg-runtime v0.8.3 |
1517 | 2024-11-13T21:21:47.608Z | Compiling strum_macros v0.26.4 |
1518 | 2024-11-13T21:21:48.205Z | Compiling xattr v1.3.1 |
1519 | 2024-11-13T21:21:48.260Z | Compiling filetime v0.2.25 |
1520 | 2024-11-13T21:21:48.496Z | Compiling tar v0.4.43 |
1521 | 2024-11-13T21:21:52.956Z | Compiling strum v0.26.3 |
1522 | 2024-11-13T21:21:55.912Z | Compiling aws-lc-sys v0.22.0 |
1523 | 2024-11-13T21:22:24.389Z | Compiling rustls-webpki v0.102.8 |
1524 | 2024-11-13T21:22:27.712Z | Compiling tokio-rustls v0.25.0 |
1525 | 2024-11-13T21:22:29.415Z | Compiling tokio-rustls v0.26.0 |
1526 | 2024-11-13T21:22:29.828Z | Compiling hyper-rustls v0.27.3 |
1527 | 2024-11-13T21:22:30.183Z | Compiling reqwest v0.12.9 |
1528 | 2024-11-13T21:22:31.113Z | Compiling qorb v0.2.0 |
1529 | 2024-11-13T21:22:36.258Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1530 | 2024-11-13T21:22:36.492Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1531 | 2024-11-13T21:22:42.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1532 | 2024-11-13T21:22:42.442Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1533 | 2024-11-13T21:22:42.494Z | Nov 13 21:22:41.745 INFO Starting download, target: Cockroach |
1534 | 2024-11-13T21:22:42.494Z | Nov 13 21:22:41.745 INFO Starting download, target: DendriteOpenapi |
1535 | 2024-11-13T21:22:42.494Z | Nov 13 21:22:41.745 INFO Starting download, target: Clickhouse |
1536 | 2024-11-13T21:22:42.494Z | Nov 13 21:22:41.745 INFO Starting download, target: Console |
1537 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.745 INFO Starting download, target: DendriteStub |
1538 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.745 INFO Starting download, target: MaghemiteMgd |
1539 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.745 INFO Starting download, target: TransceiverControl |
1540 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1541 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1542 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1544 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1545 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1546 | 2024-11-13T21:22:42.497Z | Nov 13 21:22:41.746 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1547 | 2024-11-13T21:22:42.738Z | Nov 13 21:22:41.986 INFO Download complete, target: DendriteOpenapi |
1548 | 2024-11-13T21:22:43.178Z | Nov 13 21:22:42.350 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1549 | 2024-11-13T21:22:43.232Z | Nov 13 21:22:42.413 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1550 | 2024-11-13T21:22:43.317Z | Nov 13 21:22:42.551 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2024-11-13T21:22:43.439Z | Nov 13 21:22:42.687 INFO Download complete, target: Console |
1552 | 2024-11-13T21:22:43.530Z | Nov 13 21:22:42.779 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1553 | 2024-11-13T21:22:43.913Z | Nov 13 21:22:43.163 INFO Download complete, target: TransceiverControl |
1554 | 2024-11-13T21:22:44.411Z | Nov 13 21:22:43.661 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1555 | 2024-11-13T21:22:44.411Z | Nov 13 21:22:43.661 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1556 | 2024-11-13T21:22:44.568Z | Nov 13 21:22:43.818 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1557 | 2024-11-13T21:22:46.277Z | Nov 13 21:22:45.526 INFO Download complete, target: DendriteStub |
1558 | 2024-11-13T21:22:46.624Z | Nov 13 21:22:45.874 INFO Download complete, target: MaghemiteMgd |
1559 | 2024-11-13T21:22:52.149Z | Nov 13 21:22:51.395 INFO Checking that binary works, target: Cockroach |
1560 | 2024-11-13T21:22:52.319Z | Nov 13 21:22:51.565 INFO Download complete, target: Cockroach |
1561 | 2024-11-13T21:22:57.317Z | Nov 13 21:22:56.564 INFO Checking that binary works, target: Clickhouse |
1562 | 2024-11-13T21:22:57.451Z | Nov 13 21:22:56.698 INFO Download complete, target: Clickhouse |
1563 | 2024-11-13T21:22:57.472Z | All builder prerequisites installed successfully, and PATH looks valid |
1564 | 2024-11-13T21:22:57.475Z | |
1565 | 2024-11-13T21:22:57.475Z | real 5:20.739025948 |
1566 | 2024-11-13T21:22:57.475Z | user 16:41.520020093 |
1567 | 2024-11-13T21:22:57.475Z | sys 3:16.191582329 |
1568 | 2024-11-13T21:22:57.475Z | trap 0.606048665 |
1569 | 2024-11-13T21:22:57.475Z | tflt 1.638049120 |
1570 | 2024-11-13T21:22:57.475Z | dflt 2.248427664 |
1571 | 2024-11-13T21:22:57.475Z | kflt 0.029265113 |
1572 | 2024-11-13T21:22:57.475Z | lock 30:08.006021552 |
1573 | 2024-11-13T21:22:57.475Z | slp 1:02:51.018599251 |
1574 | 2024-11-13T21:22:57.475Z | lat 59.735848936 |
1575 | 2024-11-13T21:22:57.475Z | stop 2:20.925413985 |
1576 | 2024-11-13T21:22:57.475Z | + banner clippy |
1577 | 2024-11-13T21:22:57.478Z | |
1578 | 2024-11-13T21:22:57.478Z | #### # # ##### ##### # # |
1579 | 2024-11-13T21:22:57.478Z | # # # # # # # # # # |
1580 | 2024-11-13T21:22:57.478Z | # # # # # # # # |
1581 | 2024-11-13T21:22:57.478Z | # # # ##### ##### # |
1582 | 2024-11-13T21:22:57.478Z | # # # # # # # |
1583 | 2024-11-13T21:22:57.478Z | #### ###### # # # # |
1584 | 2024-11-13T21:22:57.478Z | |
1585 | 2024-11-13T21:22:57.478Z | + export CARGO_INCREMENTAL=0 |
1586 | 2024-11-13T21:22:57.478Z | + CARGO_INCREMENTAL=0 |
1587 | 2024-11-13T21:22:57.478Z | + ptime -m cargo xtask clippy |
1588 | 2024-11-13T21:22:58.059Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1589 | 2024-11-13T21:23:01.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1590 | 2024-11-13T21:23:01.795Z | Running `target/debug/xtask clippy` |
1591 | 2024-11-13T21:23:01.821Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1592 | 2024-11-13T21:23:02.523Z | Downloading crates ... |
1593 | 2024-11-13T21:23:02.835Z | Downloaded anes v0.1.6 |
1594 | 2024-11-13T21:23:02.838Z | Downloaded async-global-executor v2.4.1 |
1595 | 2024-11-13T21:23:02.840Z | Downloaded async-channel v1.9.0 |
1596 | 2024-11-13T21:23:02.843Z | Downloaded assert_cmd v2.0.16 |
1597 | 2024-11-13T21:23:02.846Z | Downloaded guppy-workspace-hack v0.1.0 |
1598 | 2024-11-13T21:23:02.849Z | Downloaded doc-comment v0.3.3 |
1599 | 2024-11-13T21:23:02.851Z | Downloaded pathdiff v0.2.2 |
1600 | 2024-11-13T21:23:02.851Z | Downloaded async-lock v3.4.0 |
1601 | 2024-11-13T21:23:02.854Z | Downloaded plotters-backend v0.3.7 |
1602 | 2024-11-13T21:23:02.857Z | Downloaded cast v0.3.0 |
1603 | 2024-11-13T21:23:02.860Z | Downloaded num_cpus v1.16.0 |
1604 | 2024-11-13T21:23:02.862Z | Downloaded relative-path v1.9.3 |
1605 | 2024-11-13T21:23:02.864Z | Downloaded async-signal v0.2.10 |
1606 | 2024-11-13T21:23:02.867Z | Downloaded rustls-native-certs v0.7.3 |
1607 | 2024-11-13T21:23:02.869Z | Downloaded threadpool v1.8.1 |
1608 | 2024-11-13T21:23:02.872Z | Downloaded hyper-rustls v0.26.0 |
1609 | 2024-11-13T21:23:02.872Z | Downloaded event-listener v5.3.1 |
1610 | 2024-11-13T21:23:02.874Z | Downloaded target-lexicon v0.12.16 |
1611 | 2024-11-13T21:23:02.877Z | Downloaded partial-io v0.5.4 |
1612 | 2024-11-13T21:23:02.880Z | Downloaded pretty_assertions v1.4.1 |
1613 | 2024-11-13T21:23:02.882Z | Downloaded yansi v1.0.1 |
1614 | 2024-11-13T21:23:02.885Z | Downloaded fancy-regex v0.13.0 |
1615 | 2024-11-13T21:23:02.888Z | Downloaded guppy v0.17.8 |
1616 | 2024-11-13T21:23:02.895Z | Downloaded async-process v2.3.0 |
1617 | 2024-11-13T21:23:02.898Z | Downloaded escape8259 v0.5.3 |
1618 | 2024-11-13T21:23:02.900Z | Downloaded async-object-pool v0.1.5 |
1619 | 2024-11-13T21:23:02.900Z | Downloaded nested v0.1.1 |
1620 | 2024-11-13T21:23:02.900Z | Downloaded async-io v2.3.4 |
1621 | 2024-11-13T21:23:02.904Z | Downloaded plotters-svg v0.3.7 |
1622 | 2024-11-13T21:23:02.907Z | Downloaded async-channel v2.3.1 |
1623 | 2024-11-13T21:23:02.907Z | Downloaded blocking v1.6.1 |
1624 | 2024-11-13T21:23:02.909Z | Downloaded approx v0.5.1 |
1625 | 2024-11-13T21:23:02.909Z | Downloaded async-executor v1.13.1 |
1626 | 2024-11-13T21:23:02.912Z | Downloaded target-triple v0.1.3 |
1627 | 2024-11-13T21:23:02.932Z | Downloaded target-spec v3.2.2 |
1628 | 2024-11-13T21:23:02.935Z | Downloaded futures-timer v3.0.3 |
1629 | 2024-11-13T21:23:02.938Z | Downloaded concurrent-queue v2.5.0 |
1630 | 2024-11-13T21:23:02.938Z | Downloaded similar-asserts v1.6.0 |
1631 | 2024-11-13T21:23:02.940Z | Downloaded stringmetrics v2.2.2 |
1632 | 2024-11-13T21:23:02.943Z | Downloaded path-tree v0.8.1 |
1633 | 2024-11-13T21:23:02.945Z | Downloaded futures-lite v2.3.0 |
1634 | 2024-11-13T21:23:02.946Z | Downloaded datatest-stable v0.2.9 |
1635 | 2024-11-13T21:23:02.948Z | Downloaded tinytemplate v1.2.1 |
1636 | 2024-11-13T21:23:02.951Z | Downloaded blake2b_simd v1.0.2 |
1637 | 2024-11-13T21:23:02.951Z | Downloaded parking v2.2.1 |
1638 | 2024-11-13T21:23:02.954Z | Downloaded serde_regex v1.1.0 |
1639 | 2024-11-13T21:23:02.954Z | Downloaded libtest-mimic v0.7.3 |
1640 | 2024-11-13T21:23:02.956Z | Downloaded rust-argon2 v2.1.0 |
1641 | 2024-11-13T21:23:02.972Z | Downloaded httptest v0.16.1 |
1642 | 2024-11-13T21:23:02.972Z | Downloaded polling v3.7.3 |
1643 | 2024-11-13T21:23:02.972Z | Downloaded trybuild v1.0.101 |
1644 | 2024-11-13T21:23:02.972Z | Downloaded rstest_macros v0.23.0 |
1645 | 2024-11-13T21:23:02.976Z | Downloaded rand_distr v0.4.3 |
1646 | 2024-11-13T21:23:02.976Z | Downloaded rstest v0.23.0 |
1647 | 2024-11-13T21:23:02.980Z | Downloaded cfg-expr v0.17.0 |
1648 | 2024-11-13T21:23:02.983Z | Downloaded async-task v4.7.1 |
1649 | 2024-11-13T21:23:02.986Z | Downloaded plotters v0.3.7 |
1650 | 2024-11-13T21:23:02.995Z | Downloaded async-std v1.13.0 |
1651 | 2024-11-13T21:23:03.015Z | Downloaded proc-macro-crate v3.2.0 |
1652 | 2024-11-13T21:23:03.017Z | Downloaded piper v0.2.4 |
1653 | 2024-11-13T21:23:03.017Z | Downloaded oorandom v11.1.4 |
1654 | 2024-11-13T21:23:03.017Z | Downloaded kv-log-macro v1.0.7 |
1655 | 2024-11-13T21:23:03.020Z | Downloaded indoc v2.0.5 |
1656 | 2024-11-13T21:23:03.022Z | Downloaded event-listener-strategy v0.5.2 |
1657 | 2024-11-13T21:23:03.022Z | Downloaded event-listener v2.5.3 |
1658 | 2024-11-13T21:23:03.025Z | Downloaded criterion-plot v0.5.0 |
1659 | 2024-11-13T21:23:03.025Z | Downloaded async-attributes v1.1.2 |
1660 | 2024-11-13T21:23:03.027Z | Downloaded criterion v0.5.1 |
1661 | 2024-11-13T21:23:03.032Z | Downloaded assert-json-diff v2.0.2 |
1662 | 2024-11-13T21:23:03.091Z | Downloaded httpmock v0.8.0-alpha.1 |
1663 | 2024-11-13T21:23:03.889Z | Checking cfg-if v1.0.0 |
1664 | 2024-11-13T21:23:03.966Z | Checking libc v0.2.162 |
1665 | 2024-11-13T21:23:03.987Z | Checking serde v1.0.215 |
1666 | 2024-11-13T21:23:04.010Z | Checking memchr v2.7.4 |
1667 | 2024-11-13T21:23:04.034Z | Checking value-bag v1.9.0 |
1668 | 2024-11-13T21:23:04.054Z | Checking scopeguard v1.2.0 |
1669 | 2024-11-13T21:23:04.079Z | Checking zeroize v1.8.1 |
1670 | 2024-11-13T21:23:04.108Z | Checking smallvec v1.13.2 |
1671 | 2024-11-13T21:23:04.137Z | Checking itoa v1.0.11 |
1672 | 2024-11-13T21:23:04.204Z | Checking lock_api v0.4.12 |
1673 | 2024-11-13T21:23:04.366Z | Checking byteorder v1.5.0 |
1674 | 2024-11-13T21:23:04.369Z | Checking pin-project-lite v0.2.14 |
1675 | 2024-11-13T21:23:04.429Z | Checking log v0.4.22 |
1676 | 2024-11-13T21:23:04.470Z | Checking subtle v2.6.1 |
1677 | 2024-11-13T21:23:04.511Z | Checking once_cell v1.20.2 |
1678 | 2024-11-13T21:23:04.651Z | Checking typenum v1.17.0 |
1679 | 2024-11-13T21:23:04.745Z | Checking futures-core v0.3.31 |
1680 | 2024-11-13T21:23:04.793Z | Checking libm v0.2.8 |
1681 | 2024-11-13T21:23:04.826Z | Checking thiserror v1.0.69 |
1682 | 2024-11-13T21:23:04.867Z | Checking zerocopy v0.7.35 |
1683 | 2024-11-13T21:23:04.939Z | Checking ryu v1.0.18 |
1684 | 2024-11-13T21:23:04.972Z | Checking spin v0.9.8 |
1685 | 2024-11-13T21:23:05.002Z | Checking const-oid v0.9.6 |
1686 | 2024-11-13T21:23:05.092Z | Checking getrandom v0.2.15 |
1687 | 2024-11-13T21:23:05.176Z | Checking parking_lot_core v0.9.10 |
1688 | 2024-11-13T21:23:05.333Z | Checking signal-hook-registry v1.4.2 |
1689 | 2024-11-13T21:23:05.337Z | Checking rand_core v0.6.4 |
1690 | 2024-11-13T21:23:05.545Z | Checking parking_lot v0.12.3 |
1691 | 2024-11-13T21:23:05.587Z | Checking mio v1.0.2 |
1692 | 2024-11-13T21:23:05.666Z | Checking num-traits v0.2.19 |
1693 | 2024-11-13T21:23:05.691Z | Checking socket2 v0.5.7 |
1694 | 2024-11-13T21:23:05.925Z | Checking futures-io v0.3.31 |
1695 | 2024-11-13T21:23:05.977Z | Checking generic-array v0.14.7 |
1696 | 2024-11-13T21:23:06.114Z | Checking slab v0.4.9 |
1697 | 2024-11-13T21:23:06.227Z | Checking allocator-api2 v0.2.18 |
1698 | 2024-11-13T21:23:06.257Z | Checking cpufeatures v0.2.14 |
1699 | 2024-11-13T21:23:06.335Z | Checking futures-sink v0.3.31 |
1700 | 2024-11-13T21:23:06.372Z | Checking pin-utils v0.1.0 |
1701 | 2024-11-13T21:23:06.390Z | Checking foldhash v0.1.3 |
1702 | 2024-11-13T21:23:06.473Z | Checking equivalent v1.0.1 |
1703 | 2024-11-13T21:23:06.489Z | Checking futures-channel v0.3.31 |
1704 | 2024-11-13T21:23:06.567Z | Checking futures-task v0.3.31 |
1705 | 2024-11-13T21:23:06.624Z | Checking stable_deref_trait v1.2.0 |
1706 | 2024-11-13T21:23:06.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1707 | 2024-11-13T21:23:06.816Z | Checking fnv v1.0.7 |
1708 | 2024-11-13T21:23:06.828Z | Checking futures-util v0.3.31 |
1709 | 2024-11-13T21:23:06.834Z | Checking hashbrown v0.15.0 |
1710 | 2024-11-13T21:23:06.899Z | Checking iana-time-zone v0.1.61 |
1711 | 2024-11-13T21:23:06.927Z | Checking tracing-core v0.1.32 |
1712 | 2024-11-13T21:23:07.064Z | Checking ppv-lite86 v0.2.20 |
1713 | 2024-11-13T21:23:07.090Z | Checking errno v0.3.9 |
1714 | 2024-11-13T21:23:07.146Z | Checking crypto-common v0.1.6 |
1715 | 2024-11-13T21:23:07.284Z | Checking block-buffer v0.10.4 |
1716 | 2024-11-13T21:23:07.350Z | Checking zerofrom v0.1.4 |
1717 | 2024-11-13T21:23:07.389Z | Checking dyn-clone v1.0.17 |
1718 | 2024-11-13T21:23:07.513Z | Checking digest v0.10.7 |
1719 | 2024-11-13T21:23:07.543Z | Checking block-padding v0.3.3 |
1720 | 2024-11-13T21:23:07.583Z | Checking yoke v0.7.4 |
1721 | 2024-11-13T21:23:07.641Z | Checking tracing v0.1.40 |
1722 | 2024-11-13T21:23:07.749Z | Checking inout v0.1.3 |
1723 | 2024-11-13T21:23:07.843Z | Checking rand_chacha v0.3.1 |
1724 | 2024-11-13T21:23:07.909Z | Checking crossbeam-utils v0.8.20 |
1725 | 2024-11-13T21:23:07.935Z | Checking zerovec v0.10.4 |
1726 | 2024-11-13T21:23:07.974Z | Checking percent-encoding v2.3.1 |
1727 | 2024-11-13T21:23:08.003Z | Checking cipher v0.4.4 |
1728 | 2024-11-13T21:23:08.047Z | Checking litemap v0.7.3 |
1729 | 2024-11-13T21:23:08.184Z | Checking writeable v0.5.5 |
1730 | 2024-11-13T21:23:08.251Z | Checking rand v0.8.5 |
1731 | 2024-11-13T21:23:08.407Z | Checking tinyvec_macros v0.1.1 |
1732 | 2024-11-13T21:23:08.410Z | Checking form_urlencoded v1.2.1 |
1733 | 2024-11-13T21:23:08.501Z | Checking tinyvec v1.8.0 |
1734 | 2024-11-13T21:23:08.526Z | Checking httparse v1.9.5 |
1735 | 2024-11-13T21:23:08.593Z | Checking base64ct v1.6.0 |
1736 | 2024-11-13T21:23:08.629Z | Checking atomic-waker v1.1.2 |
1737 | 2024-11-13T21:23:08.763Z | Checking regex-syntax v0.8.5 |
1738 | 2024-11-13T21:23:08.923Z | Checking bytes v1.7.2 |
1739 | 2024-11-13T21:23:08.977Z | Checking bitflags v2.6.0 |
1740 | 2024-11-13T21:23:09.041Z | Checking serde_json v1.0.132 |
1741 | 2024-11-13T21:23:09.295Z | Checking indexmap v2.6.0 |
1742 | 2024-11-13T21:23:09.870Z | Checking chrono v0.4.38 |
1743 | 2024-11-13T21:23:09.885Z | Checking rustix v0.38.37 |
1744 | 2024-11-13T21:23:09.885Z | Checking tokio v1.40.0 |
1745 | 2024-11-13T21:23:09.885Z | Checking uuid v1.11.0 |
1746 | 2024-11-13T21:23:10.482Z | Checking http v1.1.0 |
1747 | 2024-11-13T21:23:10.650Z | Checking tinystr v0.7.6 |
1748 | 2024-11-13T21:23:10.732Z | Checking icu_locid_transform_data v1.5.0 |
1749 | 2024-11-13T21:23:10.840Z | Checking unicode-normalization v0.1.24 |
1750 | 2024-11-13T21:23:11.078Z | Checking icu_locid v1.5.0 |
1751 | 2024-11-13T21:23:11.663Z | Checking schemars v0.8.21 |
1752 | 2024-11-13T21:23:11.799Z | Checking icu_collections v1.5.0 |
1753 | 2024-11-13T21:23:11.823Z | Checking hmac v0.12.1 |
1754 | 2024-11-13T21:23:11.954Z | Checking untrusted v0.9.0 |
1755 | 2024-11-13T21:23:12.029Z | Checking icu_properties_data v1.5.0 |
1756 | 2024-11-13T21:23:12.112Z | Checking ring v0.17.8 |
1757 | 2024-11-13T21:23:12.139Z | Checking sha2 v0.10.8 |
1758 | 2024-11-13T21:23:12.141Z | Checking icu_provider v1.5.0 |
1759 | 2024-11-13T21:23:12.296Z | Checking aho-corasick v1.1.3 |
1760 | 2024-11-13T21:23:12.483Z | Checking utf16_iter v1.0.5 |
1761 | 2024-11-13T21:23:12.663Z | Checking unicode-ident v1.0.13 |
1762 | 2024-11-13T21:23:12.747Z | Checking utf8_iter v1.0.4 |
1763 | 2024-11-13T21:23:12.810Z | Checking icu_locid_transform v1.5.0 |
1764 | 2024-11-13T21:23:12.835Z | Checking unicode-bidi v0.3.17 |
1765 | 2024-11-13T21:23:12.952Z | Checking write16 v1.0.0 |
1766 | 2024-11-13T21:23:13.040Z | Checking icu_normalizer_data v1.5.0 |
1767 | 2024-11-13T21:23:13.075Z | Checking lazy_static v1.5.0 |
1768 | 2024-11-13T21:23:13.147Z | Checking adler2 v2.0.0 |
1769 | 2024-11-13T21:23:13.207Z | Checking powerfmt v0.2.0 |
1770 | 2024-11-13T21:23:13.316Z | Checking miniz_oxide v0.8.0 |
1771 | 2024-11-13T21:23:13.343Z | Checking time-core v0.1.2 |
1772 | 2024-11-13T21:23:13.455Z | Checking num-conv v0.1.0 |
1773 | 2024-11-13T21:23:13.488Z | Checking deranged v0.3.11 |
1774 | 2024-11-13T21:23:13.512Z | Checking rustls-pki-types v1.9.0 |
1775 | 2024-11-13T21:23:13.710Z | Checking num_threads v0.1.7 |
1776 | 2024-11-13T21:23:13.804Z | Checking icu_properties v1.5.1 |
1777 | 2024-11-13T21:23:13.842Z | Checking proc-macro2 v1.0.89 |
1778 | 2024-11-13T21:23:13.941Z | Checking regex-automata v0.4.8 |
1779 | 2024-11-13T21:23:13.944Z | Checking pem-rfc7468 v0.7.0 |
1780 | 2024-11-13T21:23:14.060Z | Checking untrusted v0.7.1 |
1781 | 2024-11-13T21:23:14.085Z | Checking http-body v1.0.1 |
1782 | 2024-11-13T21:23:14.237Z | Checking aws-lc-sys v0.22.0 |
1783 | 2024-11-13T21:23:14.240Z | Checking try-lock v0.2.5 |
1784 | 2024-11-13T21:23:14.293Z | Checking httpdate v1.0.3 |
1785 | 2024-11-13T21:23:14.398Z | Checking mirai-annotations v1.12.0 |
1786 | 2024-11-13T21:23:14.489Z | Checking quote v1.0.37 |
1787 | 2024-11-13T21:23:14.531Z | Checking base64 v0.22.1 |
1788 | 2024-11-13T21:23:14.583Z | Checking want v0.3.1 |
1789 | 2024-11-13T21:23:14.778Z | Checking flagset v0.4.6 |
1790 | 2024-11-13T21:23:14.828Z | Checking syn v2.0.87 |
1791 | 2024-11-13T21:23:14.976Z | Checking der v0.7.9 |
1792 | 2024-11-13T21:23:15.029Z | Checking pbkdf2 v0.12.2 |
1793 | 2024-11-13T21:23:15.205Z | Checking time v0.3.36 |
1794 | 2024-11-13T21:23:15.207Z | Checking aes v0.8.4 |
1795 | 2024-11-13T21:23:16.133Z | Checking cbc v0.1.2 |
1796 | 2024-11-13T21:23:16.359Z | Checking salsa20 v0.10.2 |
1797 | 2024-11-13T21:23:16.574Z | Checking ahash v0.8.11 |
1798 | 2024-11-13T21:23:16.777Z | Checking spki v0.7.3 |
1799 | 2024-11-13T21:23:16.803Z | Checking aws-lc-rs v1.10.0 |
1800 | 2024-11-13T21:23:17.068Z | Checking tokio-util v0.7.12 |
1801 | 2024-11-13T21:23:17.093Z | Checking slog v2.7.0 |
1802 | 2024-11-13T21:23:17.164Z | Checking icu_normalizer v1.5.0 |
1803 | 2024-11-13T21:23:17.166Z | Checking tower-service v0.3.3 |
1804 | 2024-11-13T21:23:17.299Z | Checking scrypt v0.11.0 |
1805 | 2024-11-13T21:23:17.540Z | Checking gimli v0.31.1 |
1806 | 2024-11-13T21:23:17.574Z | Checking mime v0.3.17 |
1807 | 2024-11-13T21:23:17.713Z | Checking pkcs5 v0.7.1 |
1808 | 2024-11-13T21:23:17.902Z | Checking object v0.36.5 |
1809 | 2024-11-13T21:23:17.951Z | Checking idna_adapter v1.2.0 |
1810 | 2024-11-13T21:23:17.984Z | Checking h2 v0.4.6 |
1811 | 2024-11-13T21:23:18.160Z | Checking idna v1.0.3 |
1812 | 2024-11-13T21:23:18.218Z | Checking rustc-demangle v0.1.24 |
1813 | 2024-11-13T21:23:18.608Z | Checking utf8parse v0.2.2 |
1814 | 2024-11-13T21:23:18.637Z | Checking rustls-webpki v0.102.8 |
1815 | 2024-11-13T21:23:18.640Z | Checking regex v1.11.1 |
1816 | 2024-11-13T21:23:18.683Z | Checking url v2.5.3 |
1817 | 2024-11-13T21:23:18.754Z | Checking pkcs8 v0.10.2 |
1818 | 2024-11-13T21:23:19.059Z | Checking http-body-util v0.1.2 |
1819 | 2024-11-13T21:23:19.289Z | Checking futures-executor v0.3.31 |
1820 | 2024-11-13T21:23:19.493Z | Checking toml_datetime v0.6.8 |
1821 | 2024-11-13T21:23:19.519Z | Checking serde_spanned v0.6.8 |
1822 | 2024-11-13T21:23:19.540Z | Checking unicode-width v0.1.14 |
1823 | 2024-11-13T21:23:19.543Z | Checking data-encoding v2.6.0 |
1824 | 2024-11-13T21:23:19.698Z | Checking ipnet v2.10.1 |
1825 | 2024-11-13T21:23:19.765Z | Checking futures v0.3.31 |
1826 | 2024-11-13T21:23:19.885Z | Checking rustls-pemfile v2.2.0 |
1827 | 2024-11-13T21:23:20.004Z | Checking foreign-types-shared v0.1.1 |
1828 | 2024-11-13T21:23:20.117Z | Checking openssl-probe v0.1.5 |
1829 | 2024-11-13T21:23:20.120Z | Checking anstyle v1.0.10 |
1830 | 2024-11-13T21:23:20.162Z | Checking foreign-types v0.3.2 |
1831 | 2024-11-13T21:23:20.197Z | Checking semver v1.0.23 |
1832 | 2024-11-13T21:23:20.260Z | Checking serde_urlencoded v0.7.1 |
1833 | 2024-11-13T21:23:20.263Z | Checking sha1 v0.10.6 |
1834 | 2024-11-13T21:23:20.483Z | Checking openssl-sys v0.9.104 |
1835 | 2024-11-13T21:23:20.574Z | Checking encoding_rs v0.8.34 |
1836 | 2024-11-13T21:23:20.605Z | Checking rustls v0.23.14 |
1837 | 2024-11-13T21:23:20.697Z | Checking anstyle-parse v0.2.5 |
1838 | 2024-11-13T21:23:20.987Z | Checking camino v1.1.9 |
1839 | 2024-11-13T21:23:21.295Z | Checking anstyle-query v1.1.1 |
1840 | 2024-11-13T21:23:21.443Z | Checking winnow v0.6.20 |
1841 | 2024-11-13T21:23:21.445Z | Checking addr2line v0.24.2 |
1842 | 2024-11-13T21:23:21.560Z | Checking colorchoice v1.0.2 |
1843 | 2024-11-13T21:23:21.700Z | Checking is_terminal_polyfill v1.70.1 |
1844 | 2024-11-13T21:23:21.768Z | Checking openssl v0.10.68 |
1845 | 2024-11-13T21:23:21.832Z | Checking anstream v0.6.15 |
1846 | 2024-11-13T21:23:21.998Z | Checking idna v0.3.0 |
1847 | 2024-11-13T21:23:22.215Z | Checking terminal_size v0.4.0 |
1848 | 2024-11-13T21:23:22.389Z | Checking openapiv3 v2.0.0 |
1849 | 2024-11-13T21:23:22.898Z | Checking signature v2.2.0 |
1850 | 2024-11-13T21:23:22.942Z | Checking strsim v0.11.1 |
1851 | 2024-11-13T21:23:23.108Z | Checking clap_lex v0.7.2 |
1852 | 2024-11-13T21:23:23.197Z | Checking psl-types v2.0.11 |
1853 | 2024-11-13T21:23:23.374Z | Checking either v1.13.0 |
1854 | 2024-11-13T21:23:23.376Z | Checking publicsuffix v2.2.3 |
1855 | 2024-11-13T21:23:23.623Z | Checking clap_builder v4.5.20 |
1856 | 2024-11-13T21:23:23.769Z | Checking cookie v0.18.1 |
1857 | 2024-11-13T21:23:23.980Z | Checking hyper v1.5.0 |
1858 | 2024-11-13T21:23:24.140Z | Checking backtrace v0.3.74 |
1859 | 2024-11-13T21:23:24.225Z | Checking webpki-roots v0.26.6 |
1860 | 2024-11-13T21:23:24.382Z | Checking idna v0.5.0 |
1861 | 2024-11-13T21:23:24.450Z | Checking is-terminal v0.4.13 |
1862 | 2024-11-13T21:23:24.590Z | Checking scroll v0.12.0 |
1863 | 2024-11-13T21:23:24.695Z | Checking anyhow v1.0.93 |
1864 | 2024-11-13T21:23:25.091Z | Checking plain v0.2.3 |
1865 | 2024-11-13T21:23:25.113Z | Checking ucd-trie v0.1.7 |
1866 | 2024-11-13T21:23:25.249Z | Checking goblin v0.8.2 |
1867 | 2024-11-13T21:23:25.272Z | Checking cookie_store v0.21.0 |
1868 | 2024-11-13T21:23:25.332Z | Checking pest v2.7.14 |
1869 | 2024-11-13T21:23:25.780Z | Checking sync_wrapper v1.0.1 |
1870 | 2024-11-13T21:23:25.931Z | Checking base16ct v0.2.0 |
1871 | 2024-11-13T21:23:25.968Z | Checking pretty-hex v0.4.1 |
1872 | 2024-11-13T21:23:25.971Z | Checking hyper-util v0.1.10 |
1873 | 2024-11-13T21:23:26.128Z | Checking sec1 v0.7.3 |
1874 | 2024-11-13T21:23:26.156Z | Checking tokio-rustls v0.26.0 |
1875 | 2024-11-13T21:23:26.159Z | Checking num-integer v0.1.46 |
1876 | 2024-11-13T21:23:26.513Z | Checking ff v0.13.0 |
1877 | 2024-11-13T21:23:26.559Z | Checking thread-id v4.2.2 |
1878 | 2024-11-13T21:23:26.608Z | Checking clap v4.5.20 |
1879 | 2024-11-13T21:23:26.664Z | Checking toml_edit v0.22.22 |
1880 | 2024-11-13T21:23:26.691Z | Checking hkdf v0.12.4 |
1881 | 2024-11-13T21:23:26.732Z | Checking group v0.13.0 |
1882 | 2024-11-13T21:23:26.735Z | Checking crypto-bigint v0.5.5 |
1883 | 2024-11-13T21:23:26.907Z | Checking dirs-sys-next v0.1.2 |
1884 | 2024-11-13T21:23:26.993Z | Checking memmap v0.7.0 |
1885 | 2024-11-13T21:23:27.098Z | Checking crc32fast v1.4.2 |
1886 | 2024-11-13T21:23:27.201Z | Checking bitflags v1.3.2 |
1887 | 2024-11-13T21:23:27.238Z | Checking native-tls v0.2.12 |
1888 | 2024-11-13T21:23:27.331Z | Checking static_assertions v1.1.0 |
1889 | 2024-11-13T21:23:27.375Z | Checking utf-8 v0.7.6 |
1890 | 2024-11-13T21:23:27.454Z | Checking dirs-next v2.0.0 |
1891 | 2024-11-13T21:23:27.584Z | Checking tokio-native-tls v0.3.1 |
1892 | 2024-11-13T21:23:27.610Z | Checking crossbeam-channel v0.5.13 |
1893 | 2024-11-13T21:23:27.613Z | Checking thread_local v1.1.8 |
1894 | 2024-11-13T21:23:27.801Z | Checking dtrace-parser v0.2.0 |
1895 | 2024-11-13T21:23:27.852Z | Checking unicode-segmentation v1.12.0 |
1896 | 2024-11-13T21:23:27.913Z | Checking term v0.7.0 |
1897 | 2024-11-13T21:23:27.993Z | Checking hyper-tls v0.6.0 |
1898 | 2024-11-13T21:23:28.290Z | Checking hyper-rustls v0.27.3 |
1899 | 2024-11-13T21:23:28.315Z | Checking num-iter v0.1.45 |
1900 | 2024-11-13T21:23:28.338Z | Checking crossbeam-epoch v0.9.18 |
1901 | 2024-11-13T21:23:28.367Z | Checking match_cfg v0.1.0 |
1902 | 2024-11-13T21:23:28.469Z | Checking take_mut v0.2.2 |
1903 | 2024-11-13T21:23:28.507Z | Checking hostname v0.3.1 |
1904 | 2024-11-13T21:23:28.537Z | Checking slog-term v2.9.1 |
1905 | 2024-11-13T21:23:28.622Z | Checking reqwest v0.12.9 |
1906 | 2024-11-13T21:23:28.624Z | Checking slog-async v2.8.0 |
1907 | 2024-11-13T21:23:28.669Z | Checking bstr v1.10.0 |
1908 | 2024-11-13T21:23:28.764Z | Checking rfc6979 v0.4.0 |
1909 | 2024-11-13T21:23:28.950Z | Checking hex v0.4.3 |
1910 | 2024-11-13T21:23:28.976Z | Checking managed v0.8.0 |
1911 | 2024-11-13T21:23:29.005Z | Checking winnow v0.5.40 |
1912 | 2024-11-13T21:23:29.199Z | Checking toml v0.8.19 |
1913 | 2024-11-13T21:23:29.353Z | Checking crossbeam-deque v0.8.5 |
1914 | 2024-11-13T21:23:29.452Z | Checking num-bigint-dig v0.8.4 |
1915 | 2024-11-13T21:23:29.593Z | Checking flate2 v1.0.34 |
1916 | 2024-11-13T21:23:29.596Z | Checking elliptic-curve v0.13.8 |
1917 | 2024-11-13T21:23:29.659Z | Checking rustls v0.22.4 |
1918 | 2024-11-13T21:23:29.914Z | Checking pkcs1 v0.7.5 |
1919 | 2024-11-13T21:23:30.161Z | Checking dof v0.3.0 |
1920 | 2024-11-13T21:23:30.251Z | Checking curve25519-dalek v4.1.3 |
1921 | 2024-11-13T21:23:30.281Z | Checking ecdsa v0.16.9 |
1922 | 2024-11-13T21:23:30.316Z | Checking zerocopy v0.6.6 |
1923 | 2024-11-13T21:23:30.462Z | Checking siphasher v0.3.11 |
1924 | 2024-11-13T21:23:30.752Z | Checking usdt-impl v0.5.0 |
1925 | 2024-11-13T21:23:30.778Z | Checking rayon-core v1.12.1 |
1926 | 2024-11-13T21:23:31.003Z | Checking ed25519 v2.2.3 |
1927 | 2024-11-13T21:23:31.069Z | Checking slog-json v2.6.1 |
1928 | 2024-11-13T21:23:31.317Z | Checking signal-hook v0.3.17 |
1929 | 2024-11-13T21:23:31.320Z | Checking usdt v0.5.0 |
1930 | 2024-11-13T21:23:31.363Z | Checking quick-error v1.2.3 |
1931 | 2024-11-13T21:23:31.457Z | Checking debug-ignore v1.0.5 |
1932 | 2024-11-13T21:23:31.503Z | Checking slog-bunyan v2.5.0 |
1933 | 2024-11-13T21:23:31.605Z | Checking itertools v0.10.5 |
1934 | 2024-11-13T21:23:31.608Z | Checking multer v3.1.0 |
1935 | 2024-11-13T21:23:31.651Z | Checking rsa v0.9.6 |
1936 | 2024-11-13T21:23:31.654Z | Checking x509-cert v0.2.5 |
1937 | 2024-11-13T21:23:31.695Z | Checking idna v0.4.0 |
1938 | 2024-11-13T21:23:32.031Z | Checking toml_edit v0.19.15 |
1939 | 2024-11-13T21:23:32.058Z | Checking serde_path_to_error v0.1.16 |
1940 | 2024-11-13T21:23:32.060Z | Checking ed25519-dalek v2.1.1 |
1941 | 2024-11-13T21:23:32.498Z | Checking hubpack v0.1.2 |
1942 | 2024-11-13T21:23:32.576Z | Checking waitgroup v0.1.2 |
1943 | 2024-11-13T21:23:32.653Z | Checking bzip2-sys v0.1.11+1.0.8 |
1944 | 2024-11-13T21:23:32.681Z | Checking async-stream v0.3.6 |
1945 | 2024-11-13T21:23:32.717Z | Checking hostname v0.4.0 |
1946 | 2024-11-13T21:23:32.794Z | Checking bit-vec v0.6.3 |
1947 | 2024-11-13T21:23:32.830Z | Checking bzip2 v0.4.4 |
1948 | 2024-11-13T21:23:32.858Z | Checking hickory-proto v0.24.1 |
1949 | 2024-11-13T21:23:32.884Z | Checking signal-hook-mio v0.2.4 |
1950 | 2024-11-13T21:23:33.040Z | Checking console v0.15.8 |
1951 | 2024-11-13T21:23:33.121Z | Checking bit-set v0.5.3 |
1952 | 2024-11-13T21:23:33.146Z | Checking hash32 v0.2.1 |
1953 | 2024-11-13T21:23:33.240Z | Checking tokio-rustls v0.25.0 |
1954 | 2024-11-13T21:23:33.293Z | Checking linked-hash-map v0.5.6 |
1955 | 2024-11-13T21:23:33.376Z | Checking predicates-core v1.0.8 |
1956 | 2024-11-13T21:23:33.464Z | Checking unicode-properties v0.1.3 |
1957 | 2024-11-13T21:23:33.566Z | Checking heapless v0.7.17 |
1958 | 2024-11-13T21:23:33.608Z | Checking lru-cache v0.1.2 |
1959 | 2024-11-13T21:23:33.635Z | Checking crossterm v0.28.1 |
1960 | 2024-11-13T21:23:33.638Z | Checking dropshot v0.12.0 |
1961 | 2024-11-13T21:23:33.799Z | Checking rayon v1.10.0 |
1962 | 2024-11-13T21:23:33.827Z | Checking stringprep v0.1.5 |
1963 | 2024-11-13T21:23:33.829Z | Checking phf_shared v0.11.2 |
1964 | 2024-11-13T21:23:34.106Z | Checking similar v2.6.0 |
1965 | 2024-11-13T21:23:34.146Z | Checking tokio-stream v0.1.16 |
1966 | 2024-11-13T21:23:34.443Z | Checking toml v0.7.8 |
1967 | 2024-11-13T21:23:34.594Z | Checking md-5 v0.10.6 |
1968 | 2024-11-13T21:23:34.828Z | Checking float-cmp v0.9.0 |
1969 | 2024-11-13T21:23:35.021Z | Checking fallible-iterator v0.2.0 |
1970 | 2024-11-13T21:23:35.024Z | Checking difflib v0.4.0 |
1971 | 2024-11-13T21:23:35.024Z | Checking fixedbitset v0.4.2 |
1972 | 2024-11-13T21:23:35.212Z | Checking normalize-line-endings v0.3.0 |
1973 | 2024-11-13T21:23:35.333Z | Checking petgraph v0.6.5 |
1974 | 2024-11-13T21:23:35.359Z | Checking smoltcp v0.9.1 |
1975 | 2024-11-13T21:23:35.382Z | Checking predicates v3.1.2 |
1976 | 2024-11-13T21:23:35.460Z | Checking phf v0.11.2 |
1977 | 2024-11-13T21:23:35.617Z | Checking postgres-protocol v0.6.7 |
1978 | 2024-11-13T21:23:35.738Z | Checking zip v0.6.6 |
1979 | 2024-11-13T21:23:36.052Z | Checking resolv-conf v0.7.0 |
1980 | 2024-11-13T21:23:36.289Z | Checking phf_shared v0.10.0 |
1981 | 2024-11-13T21:23:36.406Z | Checking tungstenite v0.24.0 |
1982 | 2024-11-13T21:23:36.430Z | Checking fs-err v2.11.0 |
1983 | 2024-11-13T21:23:36.585Z | Checking serde-big-array v0.5.1 |
1984 | 2024-11-13T21:23:36.823Z | Checking portable-atomic v1.9.0 |
1985 | 2024-11-13T21:23:36.845Z | Checking lalrpop-util v0.19.12 |
1986 | 2024-11-13T21:23:37.016Z | Checking number_prefix v0.4.0 |
1987 | 2024-11-13T21:23:37.142Z | Checking minimal-lexical v0.2.1 |
1988 | 2024-11-13T21:23:37.212Z | Checking precomputed-hash v0.1.1 |
1989 | 2024-11-13T21:23:37.306Z | Checking new_debug_unreachable v1.0.6 |
1990 | 2024-11-13T21:23:37.335Z | Checking tokio-tungstenite v0.24.0 |
1991 | 2024-11-13T21:23:37.338Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1992 | 2024-11-13T21:23:37.410Z | Checking string_cache v0.8.7 |
1993 | 2024-11-13T21:23:37.502Z | Checking hickory-resolver v0.24.1 |
1994 | 2024-11-13T21:23:37.531Z | Checking nom v7.1.3 |
1995 | 2024-11-13T21:23:37.553Z | Checking postgres-types v0.2.8 |
1996 | 2024-11-13T21:23:37.688Z | Checking itertools v0.12.1 |
1997 | 2024-11-13T21:23:37.771Z | Checking peg-runtime v0.8.3 |
1998 | 2024-11-13T21:23:37.878Z | Checking indicatif v0.17.8 |
1999 | 2024-11-13T21:23:38.014Z | Checking whoami v1.5.2 |
2000 | 2024-11-13T21:23:38.315Z | Checking tokio-postgres v0.7.12 |
2001 | 2024-11-13T21:23:38.357Z | Compiling hashbrown v0.14.5 |
2002 | 2024-11-13T21:23:38.645Z | Compiling unsafe-libyaml v0.2.11 |
2003 | 2024-11-13T21:23:39.112Z | Checking qorb v0.2.0 |
2004 | 2024-11-13T21:23:39.702Z | Compiling regress v0.10.1 |
2005 | 2024-11-13T21:23:39.872Z | Compiling ident_case v1.0.1 |
2006 | 2024-11-13T21:23:40.071Z | Compiling serde_yaml v0.9.34+deprecated |
2007 | 2024-11-13T21:23:40.318Z | Compiling darling_core v0.20.10 |
2008 | 2024-11-13T21:23:40.424Z | Checking heck v0.5.0 |
2009 | 2024-11-13T21:23:40.630Z | Checking progenitor-client v0.8.0 |
2010 | 2024-11-13T21:23:41.020Z | Checking fastrand v2.1.1 |
2011 | 2024-11-13T21:23:41.360Z | Compiling newtype-uuid v1.1.3 |
2012 | 2024-11-13T21:23:41.383Z | Checking ipnetwork v0.20.0 |
2013 | 2024-11-13T21:23:41.661Z | Compiling structmeta-derive v0.3.0 |
2014 | 2024-11-13T21:23:41.687Z | Checking strum v0.26.3 |
2015 | 2024-11-13T21:23:41.721Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2016 | 2024-11-13T21:23:41.847Z | Compiling dropshot v0.13.0 |
2017 | 2024-11-13T21:23:42.490Z | Compiling dropshot_endpoint v0.13.0 |
2018 | 2024-11-13T21:23:42.493Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2019 | 2024-11-13T21:23:42.799Z | Checking tempfile v3.13.0 |
2020 | 2024-11-13T21:23:42.867Z | Checking instant v0.1.13 |
2021 | 2024-11-13T21:23:42.993Z | Checking regress v0.9.1 |
2022 | 2024-11-13T21:23:43.165Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2023 | 2024-11-13T21:23:43.985Z | Compiling typify-impl v0.2.0 |
2024 | 2024-11-13T21:23:44.314Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2025 | 2024-11-13T21:23:44.590Z | Compiling structmeta v0.3.0 |
2026 | 2024-11-13T21:23:44.616Z | Checking macaddr v1.0.1 |
2027 | 2024-11-13T21:23:44.754Z | Checking backoff v0.4.0 |
2028 | 2024-11-13T21:23:44.965Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2029 | 2024-11-13T21:23:45.039Z | Compiling parse-display-derive v0.10.0 |
2030 | 2024-11-13T21:23:45.075Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2031 | 2024-11-13T21:23:45.112Z | Checking wait-timeout v0.2.0 |
2032 | 2024-11-13T21:23:45.237Z | Checking rand_xorshift v0.3.0 |
2033 | 2024-11-13T21:23:45.308Z | Checking rusty-fork v0.3.0 |
2034 | 2024-11-13T21:23:45.428Z | Compiling structmeta-derive v0.2.0 |
2035 | 2024-11-13T21:23:45.630Z | Checking unarray v0.1.4 |
2036 | 2024-11-13T21:23:45.794Z | Checking proptest v1.5.0 |
2037 | 2024-11-13T21:23:46.524Z | Checking camino-tempfile v1.1.1 |
2038 | 2024-11-13T21:23:46.549Z | Compiling proc-macro-error v1.0.4 |
2039 | 2024-11-13T21:23:46.807Z | Compiling proc-macro-crate v1.3.1 |
2040 | 2024-11-13T21:23:47.268Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2041 | 2024-11-13T21:23:47.314Z | Compiling darling_macro v0.20.10 |
2042 | 2024-11-13T21:23:47.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-11-13T21:23:47.965Z | Compiling foreign-types-macros v0.2.3 |
2044 | 2024-11-13T21:23:47.992Z | Compiling num_enum_derive v0.5.11 |
2045 | 2024-11-13T21:23:48.301Z | Compiling darling v0.20.10 |
2046 | 2024-11-13T21:23:48.363Z | Compiling structmeta v0.2.0 |
2047 | 2024-11-13T21:23:48.436Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-13T21:23:48.813Z | Compiling test-strategy v0.3.1 |
2049 | 2024-11-13T21:23:49.230Z | Checking foreign-types-shared v0.3.1 |
2050 | 2024-11-13T21:23:49.356Z | Checking foreign-types v0.5.0 |
2051 | 2024-11-13T21:23:49.731Z | Checking parse-display v0.10.0 |
2052 | 2024-11-13T21:23:49.839Z | Checking tabwriter v1.4.0 |
2053 | 2024-11-13T21:23:49.980Z | Checking cstr-argument v0.1.2 |
2054 | 2024-11-13T21:23:50.089Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-11-13T21:23:50.169Z | Checking pretty-hex v0.2.1 |
2056 | 2024-11-13T21:23:50.344Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-11-13T21:23:50.409Z | Checking colored v2.1.0 |
2058 | 2024-11-13T21:23:50.581Z | Checking num_enum v0.5.11 |
2059 | 2024-11-13T21:23:50.664Z | Checking smf v0.2.3 |
2060 | 2024-11-13T21:23:50.714Z | Checking base64 v0.21.7 |
2061 | 2024-11-13T21:23:50.745Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2062 | 2024-11-13T21:23:50.921Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2063 | 2024-11-13T21:23:51.001Z | Compiling crucible-workspace-hack v0.1.0 |
2064 | 2024-11-13T21:23:51.025Z | Checking termtree v0.4.1 |
2065 | 2024-11-13T21:23:51.088Z | Compiling heapless v0.8.0 |
2066 | 2024-11-13T21:23:51.116Z | Checking hash32 v0.3.1 |
2067 | 2024-11-13T21:23:51.215Z | Compiling smoltcp v0.11.0 |
2068 | 2024-11-13T21:23:51.240Z | Checking predicates-tree v1.0.11 |
2069 | 2024-11-13T21:23:51.264Z | Checking serde_with v3.11.0 |
2070 | 2024-11-13T21:23:51.309Z | Checking cobs v0.2.3 |
2071 | 2024-11-13T21:23:51.386Z | Checking sigpipe v0.1.3 |
2072 | 2024-11-13T21:23:51.445Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2073 | 2024-11-13T21:23:51.483Z | Checking postcard v1.0.10 |
2074 | 2024-11-13T21:23:51.509Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2075 | 2024-11-13T21:23:51.682Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2076 | 2024-11-13T21:23:51.806Z | Compiling mockall_derive v0.13.0 |
2077 | 2024-11-13T21:23:52.085Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2078 | 2024-11-13T21:23:52.139Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2079 | 2024-11-13T21:23:52.240Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2080 | 2024-11-13T21:23:52.477Z | Compiling zone_cfg_derive v0.3.0 |
2081 | 2024-11-13T21:23:52.672Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2082 | 2024-11-13T21:23:52.769Z | Compiling num-derive v0.4.2 |
2083 | 2024-11-13T21:23:53.062Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2084 | 2024-11-13T21:23:53.348Z | Checking fragile v2.0.0 |
2085 | 2024-11-13T21:23:53.635Z | Checking downcast v0.11.0 |
2086 | 2024-11-13T21:23:53.890Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2087 | 2024-11-13T21:23:54.018Z | Checking zone v0.3.0 |
2088 | 2024-11-13T21:23:54.158Z | Checking atomicwrites v0.4.4 |
2089 | 2024-11-13T21:23:54.360Z | Compiling convert_case v0.4.0 |
2090 | 2024-11-13T21:23:54.383Z | Checking tungstenite v0.21.0 |
2091 | 2024-11-13T21:23:54.738Z | Checking newline-converter v0.3.0 |
2092 | 2024-11-13T21:23:54.770Z | Checking itertools v0.13.0 |
2093 | 2024-11-13T21:23:54.910Z | Checking expectorate v1.1.0 |
2094 | 2024-11-13T21:23:55.055Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2095 | 2024-11-13T21:23:55.087Z | Checking same-file v1.0.6 |
2096 | 2024-11-13T21:23:55.265Z | Checking walkdir v2.5.0 |
2097 | 2024-11-13T21:23:55.300Z | Checking tokio-tungstenite v0.21.0 |
2098 | 2024-11-13T21:23:55.341Z | Compiling derive_more v0.99.18 |
2099 | 2024-11-13T21:23:55.528Z | Checking arc-swap v1.7.1 |
2100 | 2024-11-13T21:23:55.552Z | Checking xattr v1.3.1 |
2101 | 2024-11-13T21:23:55.750Z | Checking filetime v0.2.25 |
2102 | 2024-11-13T21:23:55.827Z | Compiling cancel-safe-futures v0.1.5 |
2103 | 2024-11-13T21:23:55.965Z | Checking tar v0.4.43 |
2104 | 2024-11-13T21:23:55.991Z | Checking slog-scope v4.4.0 |
2105 | 2024-11-13T21:23:56.015Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2106 | 2024-11-13T21:23:56.152Z | Compiling owo-colors v4.1.0 |
2107 | 2024-11-13T21:23:56.196Z | Checking slog-stdlog v4.1.1 |
2108 | 2024-11-13T21:23:56.374Z | Checking slog-envlogger v2.2.0 |
2109 | 2024-11-13T21:23:56.439Z | Checking swrite v0.1.0 |
2110 | 2024-11-13T21:23:56.784Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2111 | 2024-11-13T21:23:57.215Z | Checking libsw v3.3.1 |
2112 | 2024-11-13T21:23:57.226Z | Checking password-hash v0.5.0 |
2113 | 2024-11-13T21:23:57.377Z | Checking blake2 v0.10.6 |
2114 | 2024-11-13T21:23:57.409Z | Checking linear-map v1.2.0 |
2115 | 2024-11-13T21:23:57.433Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2116 | 2024-11-13T21:23:57.668Z | Checking indent_write v2.2.0 |
2117 | 2024-11-13T21:23:57.769Z | Checking num-rational v0.4.2 |
2118 | 2024-11-13T21:23:57.827Z | Checking argon2 v0.5.3 |
2119 | 2024-11-13T21:23:57.879Z | Checking pem v3.0.4 |
2120 | 2024-11-13T21:23:58.153Z | Checking num-complex v0.4.6 |
2121 | 2024-11-13T21:23:58.453Z | Checking float-ord v0.3.2 |
2122 | 2024-11-13T21:23:58.520Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2123 | 2024-11-13T21:23:58.544Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2124 | 2024-11-13T21:23:58.614Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2125 | 2024-11-13T21:23:59.044Z | Checking num v0.4.3 |
2126 | 2024-11-13T21:23:59.162Z | Compiling lzma-sys v0.1.20 |
2127 | 2024-11-13T21:23:59.190Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2128 | 2024-11-13T21:23:59.423Z | Checking humantime v2.1.0 |
2129 | 2024-11-13T21:23:59.491Z | Checking headers-core v0.3.0 |
2130 | 2024-11-13T21:23:59.515Z | Compiling heck v0.3.3 |
2131 | 2024-11-13T21:23:59.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2132 | 2024-11-13T21:23:59.742Z | Checking headers v0.4.0 |
2133 | 2024-11-13T21:23:59.956Z | Compiling zone_cfg_derive v0.1.2 |
2134 | 2024-11-13T21:23:59.959Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2135 | 2024-11-13T21:24:00.195Z | Checking yasna v0.5.2 |
2136 | 2024-11-13T21:24:00.276Z | Checking base64 v0.13.1 |
2137 | 2024-11-13T21:24:00.618Z | Checking mockall v0.13.0 |
2138 | 2024-11-13T21:24:00.643Z | Checking ron v0.7.1 |
2139 | 2024-11-13T21:24:00.855Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2140 | 2024-11-13T21:24:00.878Z | Checking xz2 v0.1.7 |
2141 | 2024-11-13T21:24:01.098Z | Checking rcgen v0.12.1 |
2142 | 2024-11-13T21:24:01.324Z | Checking subprocess v0.2.9 |
2143 | 2024-11-13T21:24:01.483Z | Checking zone v0.1.8 |
2144 | 2024-11-13T21:24:01.773Z | Checking half v2.4.1 |
2145 | 2024-11-13T21:24:01.819Z | Compiling semver v0.1.20 |
2146 | 2024-11-13T21:24:01.874Z | Checking ciborium-io v0.2.2 |
2147 | 2024-11-13T21:24:02.033Z | Checking highway v1.2.0 |
2148 | 2024-11-13T21:24:02.212Z | Compiling rustc_version v0.1.7 |
2149 | 2024-11-13T21:24:02.285Z | Checking ciborium-ll v0.2.2 |
2150 | 2024-11-13T21:24:02.378Z | Compiling typify-macro v0.2.0 |
2151 | 2024-11-13T21:24:02.506Z | Checking prettyplease v0.2.25 |
2152 | 2024-11-13T21:24:02.589Z | Checking ciborium v0.2.2 |
2153 | 2024-11-13T21:24:02.725Z | Compiling newtype_derive v0.1.6 |
2154 | 2024-11-13T21:24:03.039Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2155 | 2024-11-13T21:24:03.204Z | Checking steno v0.4.1 |
2156 | 2024-11-13T21:24:05.131Z | Compiling slog-dtrace v0.3.0 |
2157 | 2024-11-13T21:24:05.464Z | Checking display-error-chain v0.2.2 |
2158 | 2024-11-13T21:24:05.534Z | Compiling blake3 v1.5.4 |
2159 | 2024-11-13T21:24:05.638Z | Compiling ring v0.16.20 |
2160 | 2024-11-13T21:24:05.913Z | Checking keccak v0.1.5 |
2161 | 2024-11-13T21:24:06.152Z | Checking universal-hash v0.5.1 |
2162 | 2024-11-13T21:24:06.238Z | Checking sha3 v0.10.8 |
2163 | 2024-11-13T21:24:06.350Z | Checking secrecy v0.8.0 |
2164 | 2024-11-13T21:24:06.557Z | Checking opaque-debug v0.3.1 |
2165 | 2024-11-13T21:24:06.657Z | Checking aead v0.5.2 |
2166 | 2024-11-13T21:24:06.681Z | Checking poly1305 v0.8.0 |
2167 | 2024-11-13T21:24:06.702Z | Compiling typify v0.2.0 |
2168 | 2024-11-13T21:24:06.845Z | Compiling progenitor-impl v0.8.0 |
2169 | 2024-11-13T21:24:06.872Z | Checking chacha20 v0.9.1 |
2170 | 2024-11-13T21:24:07.537Z | Checking gethostname v0.5.0 |
2171 | 2024-11-13T21:24:07.669Z | Compiling memmap2 v0.9.5 |
2172 | 2024-11-13T21:24:08.148Z | Compiling spin v0.5.2 |
2173 | 2024-11-13T21:24:08.174Z | Compiling arrayvec v0.7.6 |
2174 | 2024-11-13T21:24:08.280Z | Compiling constant_time_eq v0.3.1 |
2175 | 2024-11-13T21:24:08.395Z | Compiling arrayref v0.3.9 |
2176 | 2024-11-13T21:24:08.472Z | Compiling toolchain_find v0.4.0 |
2177 | 2024-11-13T21:24:08.882Z | Compiling thiserror-impl-no-std v2.0.2 |
2178 | 2024-11-13T21:24:08.948Z | Compiling topological-sort v0.2.2 |
2179 | 2024-11-13T21:24:09.189Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2180 | 2024-11-13T21:24:09.191Z | Compiling rustfmt-wrapper v0.2.1 |
2181 | 2024-11-13T21:24:09.230Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2182 | 2024-11-13T21:24:09.587Z | Checking chacha20poly1305 v0.10.1 |
2183 | 2024-11-13T21:24:09.720Z | Checking nibble_vec v0.1.0 |
2184 | 2024-11-13T21:24:09.754Z | Checking endian-type v0.1.2 |
2185 | 2024-11-13T21:24:09.784Z | Checking fxhash v0.2.1 |
2186 | 2024-11-13T21:24:09.835Z | Checking termcolor v1.4.1 |
2187 | 2024-11-13T21:24:09.922Z | Compiling radium v0.7.0 |
2188 | 2024-11-13T21:24:09.967Z | Checking radix_trie v0.2.1 |
2189 | 2024-11-13T21:24:09.969Z | Checking maplit v1.0.2 |
2190 | 2024-11-13T21:24:10.106Z | Compiling maybe-uninit v2.0.0 |
2191 | 2024-11-13T21:24:10.287Z | Checking tap v1.0.1 |
2192 | 2024-11-13T21:24:10.373Z | Compiling packed_struct v0.10.1 |
2193 | 2024-11-13T21:24:10.467Z | Checking wyz v0.5.1 |
2194 | 2024-11-13T21:24:10.719Z | Checking funty v2.0.0 |
2195 | 2024-11-13T21:24:10.820Z | Checking crc-catalog v2.4.0 |
2196 | 2024-11-13T21:24:10.875Z | Checking kstat-rs v0.2.4 |
2197 | 2024-11-13T21:24:10.965Z | Checking crc v3.2.1 |
2198 | 2024-11-13T21:24:10.988Z | Compiling packed_struct_codegen v0.10.1 |
2199 | 2024-11-13T21:24:11.246Z | Compiling indexmap v1.9.3 |
2200 | 2024-11-13T21:24:11.420Z | Compiling libefi-sys v0.1.0 |
2201 | 2024-11-13T21:24:11.541Z | Compiling omicron-zone-package v0.11.1 |
2202 | 2024-11-13T21:24:11.673Z | Checking bitvec v1.0.1 |
2203 | 2024-11-13T21:24:11.696Z | Checking nodrop v0.1.14 |
2204 | 2024-11-13T21:24:11.826Z | Checking array-init v0.0.4 |
2205 | 2024-11-13T21:24:12.188Z | Checking thiserror-no-std v2.0.2 |
2206 | 2024-11-13T21:24:12.318Z | Checking vsss-rs v3.3.4 |
2207 | 2024-11-13T21:24:12.978Z | Checking smallvec v0.6.14 |
2208 | 2024-11-13T21:24:13.115Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2209 | 2024-11-13T21:24:13.226Z | Compiling bitfield-struct v0.6.2 |
2210 | 2024-11-13T21:24:13.385Z | Compiling async-recursion v1.1.1 |
2211 | 2024-11-13T21:24:13.508Z | Checking bitfield v0.14.0 |
2212 | 2024-11-13T21:24:13.807Z | Checking hashbrown v0.12.3 |
2213 | 2024-11-13T21:24:14.020Z | Checking serde-hex v0.1.0 |
2214 | 2024-11-13T21:24:14.676Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2215 | 2024-11-13T21:24:15.030Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-11-13T21:24:15.247Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2217 | 2024-11-13T21:24:15.381Z | Checking env_logger v0.10.2 |
2218 | 2024-11-13T21:24:15.504Z | Checking ron v0.8.1 |
2219 | 2024-11-13T21:24:15.533Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2220 | 2024-11-13T21:24:15.689Z | Checking hashbrown v0.13.2 |
2221 | 2024-11-13T21:24:15.834Z | Checking crc-any v2.5.0 |
2222 | 2024-11-13T21:24:15.837Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2223 | 2024-11-13T21:24:15.985Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2224 | 2024-11-13T21:24:16.449Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2225 | 2024-11-13T21:24:16.469Z | Compiling parking_lot_core v0.8.6 |
2226 | 2024-11-13T21:24:16.700Z | Checking path-slash v0.1.5 |
2227 | 2024-11-13T21:24:16.762Z | Checking object v0.30.4 |
2228 | 2024-11-13T21:24:16.788Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2229 | 2024-11-13T21:24:16.860Z | Checking glob v0.3.1 |
2230 | 2024-11-13T21:24:17.066Z | Checking hickory-client v0.24.1 |
2231 | 2024-11-13T21:24:17.212Z | Checking hickory-server v0.24.1 |
2232 | 2024-11-13T21:24:17.356Z | Checking parking_lot v0.11.2 |
2233 | 2024-11-13T21:24:17.712Z | Checking sled v0.34.7 |
2234 | 2024-11-13T21:24:17.761Z | Checking primeorder v0.13.6 |
2235 | 2024-11-13T21:24:17.784Z | Compiling unicase v2.7.0 |
2236 | 2024-11-13T21:24:17.972Z | Checking nanorand v0.7.0 |
2237 | 2024-11-13T21:24:18.237Z | Compiling buf-list v1.0.3 |
2238 | 2024-11-13T21:24:18.283Z | Checking home v0.5.9 |
2239 | 2024-11-13T21:24:18.331Z | Checking flume v0.11.1 |
2240 | 2024-11-13T21:24:18.384Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2241 | 2024-11-13T21:24:18.443Z | Compiling const_format_proc_macros v0.2.33 |
2242 | 2024-11-13T21:24:18.834Z | Checking atty v0.2.14 |
2243 | 2024-11-13T21:24:18.953Z | Compiling vte_generate_state_changes v0.1.2 |
2244 | 2024-11-13T21:24:18.976Z | Compiling salty v0.3.0 |
2245 | 2024-11-13T21:24:19.621Z | Checking vte v0.11.1 |
2246 | 2024-11-13T21:24:20.065Z | Checking p384 v0.13.0 |
2247 | 2024-11-13T21:24:20.162Z | Checking fd-lock v4.0.2 |
2248 | 2024-11-13T21:24:20.365Z | Compiling mime_guess v2.0.5 |
2249 | 2024-11-13T21:24:20.546Z | Checking const_format v0.2.33 |
2250 | 2024-11-13T21:24:20.961Z | Checking strip-ansi-escapes v0.2.0 |
2251 | 2024-11-13T21:24:21.018Z | Checking env_filter v0.1.2 |
2252 | 2024-11-13T21:24:21.053Z | Checking nu-ansi-term v0.50.1 |
2253 | 2024-11-13T21:24:21.128Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2254 | 2024-11-13T21:24:21.245Z | Checking env_logger v0.11.5 |
2255 | 2024-11-13T21:24:21.463Z | Checking reedline v0.35.0 |
2256 | 2024-11-13T21:24:21.506Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2257 | 2024-11-13T21:24:21.563Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2258 | 2024-11-13T21:24:21.764Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2259 | 2024-11-13T21:24:21.898Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2260 | 2024-11-13T21:24:21.923Z | Compiling dsl_auto_type v0.1.2 |
2261 | 2024-11-13T21:24:22.084Z | Checking scheduled-thread-pool v0.2.7 |
2262 | 2024-11-13T21:24:22.322Z | Compiling diesel_table_macro_syntax v0.2.0 |
2263 | 2024-11-13T21:24:22.430Z | Compiling crunchy v0.2.2 |
2264 | 2024-11-13T21:24:22.519Z | Checking http-range v0.1.5 |
2265 | 2024-11-13T21:24:22.712Z | Checking hyper-staticfile v0.10.1 |
2266 | 2024-11-13T21:24:22.753Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2267 | 2024-11-13T21:24:22.844Z | Checking r2d2 v0.8.10 |
2268 | 2024-11-13T21:24:23.181Z | Compiling phf_generator v0.11.2 |
2269 | 2024-11-13T21:24:23.232Z | Checking bytecount v0.6.8 |
2270 | 2024-11-13T21:24:23.377Z | Compiling tiny-keccak v2.0.2 |
2271 | 2024-11-13T21:24:23.401Z | Checking papergrid v0.11.0 |
2272 | 2024-11-13T21:24:23.617Z | Compiling diesel_derives v2.2.3 |
2273 | 2024-11-13T21:24:23.698Z | Compiling phf_codegen v0.11.2 |
2274 | 2024-11-13T21:24:23.849Z | Compiling tabled_derive v0.7.0 |
2275 | 2024-11-13T21:24:23.937Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2276 | 2024-11-13T21:24:24.207Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2024-11-13T21:24:24.289Z | Compiling ref-cast v1.0.23 |
2278 | 2024-11-13T21:24:24.832Z | Compiling cfg_aliases v0.1.1 |
2279 | 2024-11-13T21:24:24.913Z | Compiling chrono-tz-build v0.4.0 |
2280 | 2024-11-13T21:24:24.953Z | Compiling nix v0.28.0 |
2281 | 2024-11-13T21:24:25.761Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2282 | 2024-11-13T21:24:26.059Z | Compiling ascii-canvas v3.0.0 |
2283 | 2024-11-13T21:24:26.236Z | Compiling ena v0.14.3 |
2284 | 2024-11-13T21:24:26.238Z | Compiling ref-cast-impl v1.0.23 |
2285 | 2024-11-13T21:24:26.375Z | Compiling regex-syntax v0.6.29 |
2286 | 2024-11-13T21:24:26.397Z | Checking tabled v0.15.0 |
2287 | 2024-11-13T21:24:26.617Z | Compiling diff v0.1.13 |
2288 | 2024-11-13T21:24:26.651Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-11-13T21:24:27.353Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2290 | 2024-11-13T21:24:27.374Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2291 | 2024-11-13T21:24:27.594Z | Checking signal-hook-tokio v0.3.1 |
2292 | 2024-11-13T21:24:28.920Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2293 | 2024-11-13T21:24:29.222Z | Compiling derive_builder_core v0.20.2 |
2294 | 2024-11-13T21:24:29.500Z | Compiling lalrpop v0.19.12 |
2295 | 2024-11-13T21:24:29.524Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-11-13T21:24:30.258Z | Checking progenitor v0.8.0 |
2297 | 2024-11-13T21:24:30.534Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2298 | 2024-11-13T21:24:30.939Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2299 | 2024-11-13T21:24:31.717Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-11-13T21:24:31.813Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2301 | 2024-11-13T21:24:32.288Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2302 | 2024-11-13T21:24:35.614Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2303 | 2024-11-13T21:24:36.395Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2304 | 2024-11-13T21:24:36.416Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2305 | 2024-11-13T21:24:36.880Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2306 | 2024-11-13T21:24:37.137Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2307 | 2024-11-13T21:24:38.187Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2308 | 2024-11-13T21:24:38.327Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2309 | 2024-11-13T21:24:38.824Z | Checking diesel v2.2.4 |
2310 | 2024-11-13T21:24:39.075Z | Compiling peg-macros v0.8.4 |
2311 | 2024-11-13T21:24:40.168Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2312 | 2024-11-13T21:24:41.383Z | Compiling libxml v0.3.3 |
2313 | 2024-11-13T21:24:41.780Z | Compiling sqlparser_derive v0.2.2 |
2314 | 2024-11-13T21:24:42.871Z | Compiling memoffset v0.9.1 |
2315 | 2024-11-13T21:24:42.964Z | Checking unicode_categories v0.1.1 |
2316 | 2024-11-13T21:24:43.054Z | Checking peg v0.8.4 |
2317 | 2024-11-13T21:24:43.174Z | Checking sqlparser v0.45.0 |
2318 | 2024-11-13T21:24:43.282Z | Checking sqlformat v0.2.6 |
2319 | 2024-11-13T21:24:43.454Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2024-11-13T21:24:44.556Z | Checking rustyline v14.0.0 |
2321 | 2024-11-13T21:24:48.199Z | Checking tungstenite v0.23.0 |
2322 | 2024-11-13T21:24:49.148Z | Checking bcs v0.1.6 |
2323 | 2024-11-13T21:24:49.662Z | Compiling strum_macros v0.24.3 |
2324 | 2024-11-13T21:24:53.092Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2325 | 2024-11-13T21:24:53.521Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2326 | 2024-11-13T21:24:56.987Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2327 | 2024-11-13T21:24:57.517Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2328 | 2024-11-13T21:24:58.334Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2329 | 2024-11-13T21:24:59.067Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2330 | 2024-11-13T21:24:59.819Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2331 | 2024-11-13T21:25:01.243Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2024-11-13T21:25:01.347Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2333 | 2024-11-13T21:25:01.814Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2024-11-13T21:25:01.847Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2335 | 2024-11-13T21:25:02.221Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2336 | 2024-11-13T21:25:02.675Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2337 | 2024-11-13T21:25:02.734Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2338 | 2024-11-13T21:25:02.958Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2339 | 2024-11-13T21:25:03.333Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2340 | 2024-11-13T21:25:03.952Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2341 | 2024-11-13T21:25:04.377Z | Compiling samael v0.0.17 |
2342 | 2024-11-13T21:25:04.426Z | Compiling pin-project-internal v1.1.6 |
2343 | 2024-11-13T21:25:05.457Z | Compiling indoc v1.0.9 |
2344 | 2024-11-13T21:25:07.512Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2345 | 2024-11-13T21:25:07.534Z | Checking pin-project v1.1.6 |
2346 | 2024-11-13T21:25:07.673Z | Checking tokio-tungstenite v0.23.1 |
2347 | 2024-11-13T21:25:08.166Z | Checking derive_builder v0.20.2 |
2348 | 2024-11-13T21:25:08.879Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2349 | 2024-11-13T21:25:08.902Z | Checking quick-xml v0.33.0 |
2350 | 2024-11-13T21:25:09.168Z | Compiling oso-derive v0.27.3 |
2351 | 2024-11-13T21:25:09.694Z | Compiling impl-trait-for-tuples v0.2.2 |
2352 | 2024-11-13T21:25:10.067Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2353 | 2024-11-13T21:25:10.154Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2354 | 2024-11-13T21:25:10.201Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2355 | 2024-11-13T21:25:10.641Z | Checking nix v0.27.1 |
2356 | 2024-11-13T21:25:10.926Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2357 | 2024-11-13T21:25:10.958Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2358 | 2024-11-13T21:25:11.817Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2359 | 2024-11-13T21:25:11.913Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2360 | 2024-11-13T21:25:13.353Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2361 | 2024-11-13T21:25:13.861Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2362 | 2024-11-13T21:25:14.707Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2363 | 2024-11-13T21:25:14.907Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2364 | 2024-11-13T21:25:15.797Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2365 | 2024-11-13T21:25:15.969Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2366 | 2024-11-13T21:25:16.463Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2367 | 2024-11-13T21:25:18.604Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2368 | 2024-11-13T21:25:18.652Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2369 | 2024-11-13T21:25:18.916Z | Compiling snafu-derive v0.8.5 |
2370 | 2024-11-13T21:25:20.220Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2371 | 2024-11-13T21:25:20.518Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2372 | 2024-11-13T21:25:21.087Z | Compiling diesel-dtrace v0.3.0 |
2373 | 2024-11-13T21:25:21.394Z | Compiling zip v2.1.3 |
2374 | 2024-11-13T21:25:21.728Z | Checking simd-adler32 v0.3.7 |
2375 | 2024-11-13T21:25:22.128Z | Checking bumpalo v3.16.0 |
2376 | 2024-11-13T21:25:22.130Z | Checking lockfree-object-pool v0.1.6 |
2377 | 2024-11-13T21:25:22.463Z | Checking zopfli v0.8.1 |
2378 | 2024-11-13T21:25:22.486Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2379 | 2024-11-13T21:25:23.150Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2380 | 2024-11-13T21:25:23.449Z | Checking globset v0.4.15 |
2381 | 2024-11-13T21:25:23.972Z | Checking bb8 v0.8.5 |
2382 | 2024-11-13T21:25:24.471Z | Checking snafu v0.8.5 |
2383 | 2024-11-13T21:25:24.493Z | Checking olpc-cjson v0.1.4 |
2384 | 2024-11-13T21:25:24.642Z | Checking serde_plain v1.0.2 |
2385 | 2024-11-13T21:25:24.745Z | Checking typed-path v0.9.3 |
2386 | 2024-11-13T21:25:24.914Z | Checking async-bb8-diesel v0.2.1 |
2387 | 2024-11-13T21:25:25.946Z | Checking parse-size v1.1.0 |
2388 | 2024-11-13T21:25:26.035Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2389 | 2024-11-13T21:25:26.127Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2390 | 2024-11-13T21:25:26.149Z | Checking heck v0.4.1 |
2391 | 2024-11-13T21:25:26.375Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2392 | 2024-11-13T21:25:26.479Z | Checking assert_matches v1.5.0 |
2393 | 2024-11-13T21:25:26.589Z | Checking rand_seeder v0.3.0 |
2394 | 2024-11-13T21:25:26.761Z | Checking tough v0.19.0 |
2395 | 2024-11-13T21:25:26.786Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2396 | 2024-11-13T21:25:26.827Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2397 | 2024-11-13T21:25:26.936Z | Compiling libz-sys v1.1.20 |
2398 | 2024-11-13T21:25:27.253Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2399 | 2024-11-13T21:25:27.510Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2400 | 2024-11-13T21:25:27.769Z | Checking is_ci v1.2.0 |
2401 | 2024-11-13T21:25:27.927Z | Checking supports-color v3.0.1 |
2402 | 2024-11-13T21:25:28.132Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2403 | 2024-11-13T21:25:28.891Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2404 | 2024-11-13T21:25:29.072Z | Compiling vergen v8.3.2 |
2405 | 2024-11-13T21:25:29.360Z | Compiling cargo-platform v0.1.8 |
2406 | 2024-11-13T21:25:29.384Z | Checking unicode-linebreak v0.1.5 |
2407 | 2024-11-13T21:25:29.587Z | Checking smawk v0.3.2 |
2408 | 2024-11-13T21:25:29.811Z | Compiling cargo_metadata v0.18.1 |
2409 | 2024-11-13T21:25:29.814Z | Checking textwrap v0.16.1 |
2410 | 2024-11-13T21:25:29.954Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2411 | 2024-11-13T21:25:30.249Z | Checking castaway v0.2.3 |
2412 | 2024-11-13T21:25:30.429Z | Compiling libsqlite3-sys v0.30.1 |
2413 | 2024-11-13T21:25:30.535Z | Compiling cfg_aliases v0.2.1 |
2414 | 2024-11-13T21:25:30.657Z | Compiling rustls v0.21.12 |
2415 | 2024-11-13T21:25:30.982Z | Compiling nix v0.29.0 |
2416 | 2024-11-13T21:25:31.041Z | Checking compact_str v0.8.0 |
2417 | 2024-11-13T21:25:31.376Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2418 | 2024-11-13T21:25:31.954Z | Checking unicode-truncate v1.1.0 |
2419 | 2024-11-13T21:25:31.976Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2420 | 2024-11-13T21:25:32.206Z | Checking sct v0.7.1 |
2421 | 2024-11-13T21:25:32.280Z | Checking rustls-webpki v0.101.7 |
2422 | 2024-11-13T21:25:32.417Z | Checking lru v0.12.5 |
2423 | 2024-11-13T21:25:32.600Z | Compiling instability v0.3.2 |
2424 | 2024-11-13T21:25:32.706Z | Checking cassowary v0.3.0 |
2425 | 2024-11-13T21:25:33.326Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2426 | 2024-11-13T21:25:33.626Z | Checking hashlink v0.9.1 |
2427 | 2024-11-13T21:25:33.650Z | Checking concurrent-queue v2.5.0 |
2428 | 2024-11-13T21:25:33.668Z | Checking ratatui v0.28.1 |
2429 | 2024-11-13T21:25:33.989Z | Checking fallible-streaming-iterator v0.1.9 |
2430 | 2024-11-13T21:25:34.012Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2024-11-13T21:25:34.259Z | Checking parking v2.2.1 |
2432 | 2024-11-13T21:25:34.289Z | Checking plotters-backend v0.3.7 |
2433 | 2024-11-13T21:25:34.446Z | Checking fallible-iterator v0.3.0 |
2434 | 2024-11-13T21:25:34.683Z | Checking plotters-svg v0.3.7 |
2435 | 2024-11-13T21:25:35.107Z | Checking rusqlite v0.32.1 |
2436 | 2024-11-13T21:25:35.432Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2437 | 2024-11-13T21:25:35.524Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2438 | 2024-11-13T21:25:35.826Z | Checking rustls-pemfile v1.0.4 |
2439 | 2024-11-13T21:25:36.035Z | Checking twox-hash v1.6.3 |
2440 | 2024-11-13T21:25:36.071Z | Checking tokio-rustls v0.24.1 |
2441 | 2024-11-13T21:25:36.459Z | Checking cast v0.3.0 |
2442 | 2024-11-13T21:25:36.522Z | Checking plotters v0.3.7 |
2443 | 2024-11-13T21:25:36.608Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2444 | 2024-11-13T21:25:36.651Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2445 | 2024-11-13T21:25:36.712Z | Checking fatfs v0.3.6 |
2446 | 2024-11-13T21:25:36.770Z | Checking criterion-plot v0.5.0 |
2447 | 2024-11-13T21:25:37.319Z | Checking tinytemplate v1.2.1 |
2448 | 2024-11-13T21:25:37.731Z | Checking csv-core v0.1.11 |
2449 | 2024-11-13T21:25:37.757Z | Checking oorandom v11.1.4 |
2450 | 2024-11-13T21:25:37.937Z | Checking shell-words v1.1.0 |
2451 | 2024-11-13T21:25:38.073Z | Checking anes v0.1.6 |
2452 | 2024-11-13T21:25:38.121Z | Checking hex-literal v0.4.1 |
2453 | 2024-11-13T21:25:38.264Z | Checking csv v1.3.0 |
2454 | 2024-11-13T21:25:38.286Z | Checking event-listener v5.3.1 |
2455 | 2024-11-13T21:25:38.309Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2456 | 2024-11-13T21:25:38.399Z | Checking criterion v0.5.1 |
2457 | 2024-11-13T21:25:38.424Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2458 | 2024-11-13T21:25:39.103Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-11-13T21:25:39.846Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2024-11-13T21:25:41.197Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2461 | 2024-11-13T21:25:41.282Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2462 | 2024-11-13T21:25:43.112Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2463 | 2024-11-13T21:25:43.748Z | Checking rtoolbox v0.0.2 |
2464 | 2024-11-13T21:25:43.964Z | Checking rpassword v7.3.1 |
2465 | 2024-11-13T21:25:44.136Z | Checking event-listener-strategy v0.5.2 |
2466 | 2024-11-13T21:25:44.366Z | Checking tui-tree-widget v0.22.0 |
2467 | 2024-11-13T21:25:44.697Z | Checking polyval v0.6.2 |
2468 | 2024-11-13T21:25:44.921Z | Checking ghash v0.5.1 |
2469 | 2024-11-13T21:25:45.099Z | Checking futures-lite v2.3.0 |
2470 | 2024-11-13T21:25:45.586Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2471 | 2024-11-13T21:25:46.395Z | Checking ctr v0.9.2 |
2472 | 2024-11-13T21:25:46.848Z | Checking yansi v1.0.1 |
2473 | 2024-11-13T21:25:46.907Z | Checking aes-gcm v0.10.3 |
2474 | 2024-11-13T21:25:46.936Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2475 | 2024-11-13T21:25:47.162Z | Checking ssh-encoding v0.2.0 |
2476 | 2024-11-13T21:25:47.383Z | Checking pretty_assertions v1.4.1 |
2477 | 2024-11-13T21:25:47.476Z | Checking blowfish v0.9.1 |
2478 | 2024-11-13T21:25:47.590Z | Checking ssh-cipher v0.2.0 |
2479 | 2024-11-13T21:25:47.707Z | Checking bcrypt-pbkdf v0.10.0 |
2480 | 2024-11-13T21:25:47.885Z | Checking async-lock v3.4.0 |
2481 | 2024-11-13T21:25:47.981Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2482 | 2024-11-13T21:25:48.539Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2483 | 2024-11-13T21:25:48.686Z | Checking polling v3.7.3 |
2484 | 2024-11-13T21:25:49.091Z | Checking password-hash v0.4.2 |
2485 | 2024-11-13T21:25:49.506Z | Checking matches v0.1.10 |
2486 | 2024-11-13T21:25:49.617Z | Checking idna v0.2.3 |
2487 | 2024-11-13T21:25:50.056Z | Checking pbkdf2 v0.11.0 |
2488 | 2024-11-13T21:25:50.356Z | Checking async-io v2.3.4 |
2489 | 2024-11-13T21:25:50.482Z | Checking ssh-key v0.6.6 |
2490 | 2024-11-13T21:25:51.224Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-11-13T21:25:52.037Z | Checking p256 v0.13.2 |
2492 | 2024-11-13T21:25:52.102Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2493 | 2024-11-13T21:25:52.134Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2024-11-13T21:25:52.535Z | Checking p521 v0.13.3 |
2495 | 2024-11-13T21:25:53.493Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2496 | 2024-11-13T21:25:53.950Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2497 | 2024-11-13T21:25:54.259Z | Checking russh-cryptovec v0.7.3 |
2498 | 2024-11-13T21:25:54.480Z | Compiling enum-as-inner v0.5.1 |
2499 | 2024-11-13T21:25:54.853Z | Compiling target-lexicon v0.12.16 |
2500 | 2024-11-13T21:25:55.566Z | Checking async-task v4.7.1 |
2501 | 2024-11-13T21:25:55.825Z | Checking md5 v0.7.0 |
2502 | 2024-11-13T21:25:55.908Z | Compiling doc-comment v0.3.3 |
2503 | 2024-11-13T21:25:56.126Z | Checking russh-keys v0.45.0 |
2504 | 2024-11-13T21:25:56.752Z | Checking trust-dns-proto v0.22.0 |
2505 | 2024-11-13T21:25:57.428Z | Checking async-channel v2.3.1 |
2506 | 2024-11-13T21:25:57.756Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-11-13T21:25:58.683Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-11-13T21:25:59.576Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2024-11-13T21:25:59.771Z | Checking piper v0.2.4 |
2510 | 2024-11-13T21:26:00.004Z | Checking num-bigint v0.4.6 |
2511 | 2024-11-13T21:26:00.454Z | Checking des v0.8.1 |
2512 | 2024-11-13T21:26:00.485Z | Compiling guppy-workspace-hack v0.1.0 |
2513 | 2024-11-13T21:26:00.732Z | Checking futures-timer v3.0.3 |
2514 | 2024-11-13T21:26:00.756Z | Compiling assert_cmd v2.0.16 |
2515 | 2024-11-13T21:26:01.016Z | Compiling dhcproto-macros v0.1.0 |
2516 | 2024-11-13T21:26:01.257Z | Checking blocking v1.6.1 |
2517 | 2024-11-13T21:26:01.988Z | Checking dhcproto v0.12.0 |
2518 | 2024-11-13T21:26:02.142Z | Checking async-executor v1.13.1 |
2519 | 2024-11-13T21:26:02.502Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2520 | 2024-11-13T21:26:02.537Z | Checking russh v0.45.0 |
2521 | 2024-11-13T21:26:03.106Z | Checking async-signal v0.2.10 |
2522 | 2024-11-13T21:26:03.391Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2523 | 2024-11-13T21:26:03.573Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2524 | 2024-11-13T21:26:04.188Z | Checking internet-checksum v0.2.1 |
2525 | 2024-11-13T21:26:04.315Z | Checking event-listener v2.5.3 |
2526 | 2024-11-13T21:26:04.549Z | Compiling target-spec v3.2.2 |
2527 | 2024-11-13T21:26:05.108Z | Checking async-channel v1.9.0 |
2528 | 2024-11-13T21:26:05.922Z | Checking async-process v2.3.0 |
2529 | 2024-11-13T21:26:06.335Z | Checking async-global-executor v2.4.1 |
2530 | 2024-11-13T21:26:06.650Z | Checking cfg-expr v0.17.0 |
2531 | 2024-11-13T21:26:06.922Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2532 | 2024-11-13T21:26:06.944Z | Checking httptest v0.16.1 |
2533 | 2024-11-13T21:26:07.463Z | Checking rustls-native-certs v0.7.3 |
2534 | 2024-11-13T21:26:07.655Z | Checking num_cpus v1.16.0 |
2535 | 2024-11-13T21:26:07.710Z | Checking kv-log-macro v1.0.7 |
2536 | 2024-11-13T21:26:07.800Z | Compiling async-attributes v1.1.2 |
2537 | 2024-11-13T21:26:08.643Z | Checking async-std v1.13.0 |
2538 | 2024-11-13T21:26:09.907Z | Checking threadpool v1.8.1 |
2539 | 2024-11-13T21:26:10.136Z | Checking hyper-rustls v0.26.0 |
2540 | 2024-11-13T21:26:10.887Z | Checking pathdiff v0.2.2 |
2541 | 2024-11-13T21:26:11.059Z | Compiling rstest_macros v0.23.0 |
2542 | 2024-11-13T21:26:11.565Z | Checking nested v0.1.1 |
2543 | 2024-11-13T21:26:11.595Z | Compiling target-triple v0.1.3 |
2544 | 2024-11-13T21:26:11.790Z | Checking escape8259 v0.5.3 |
2545 | 2024-11-13T21:26:11.994Z | Checking libtest-mimic v0.7.3 |
2546 | 2024-11-13T21:26:12.145Z | Checking guppy v0.17.8 |
2547 | 2024-11-13T21:26:12.366Z | Checking async-object-pool v0.1.5 |
2548 | 2024-11-13T21:26:12.470Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2549 | 2024-11-13T21:26:12.698Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2024-11-13T21:26:13.791Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2551 | 2024-11-13T21:26:14.053Z | Checking similar-asserts v1.6.0 |
2552 | 2024-11-13T21:26:14.274Z | Checking fancy-regex v0.13.0 |
2553 | 2024-11-13T21:26:14.311Z | Checking serde_regex v1.1.0 |
2554 | 2024-11-13T21:26:14.595Z | Checking assert-json-diff v2.0.2 |
2555 | 2024-11-13T21:26:14.904Z | Compiling proc-macro-crate v3.2.0 |
2556 | 2024-11-13T21:26:15.005Z | Checking path-tree v0.8.1 |
2557 | 2024-11-13T21:26:15.345Z | Checking stringmetrics v2.2.2 |
2558 | 2024-11-13T21:26:15.605Z | Compiling relative-path v1.9.3 |
2559 | 2024-11-13T21:26:15.638Z | Checking httpmock v0.8.0-alpha.1 |
2560 | 2024-11-13T21:26:16.328Z | Checking datatest-stable v0.2.9 |
2561 | 2024-11-13T21:26:16.797Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2562 | 2024-11-13T21:26:18.326Z | Checking blake2b_simd v1.0.2 |
2563 | 2024-11-13T21:26:19.252Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2564 | 2024-11-13T21:26:20.906Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2565 | 2024-11-13T21:26:21.122Z | Compiling git2 v0.19.0 |
2566 | 2024-11-13T21:26:21.196Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2567 | 2024-11-13T21:26:21.503Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2568 | 2024-11-13T21:26:21.824Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2569 | 2024-11-13T21:26:22.163Z | Checking serde_tokenstream v0.2.2 |
2570 | 2024-11-13T21:26:22.332Z | Checking uzers v0.12.1 |
2571 | 2024-11-13T21:26:22.696Z | Checking rust-argon2 v2.1.0 |
2572 | 2024-11-13T21:26:22.758Z | Checking trybuild v1.0.101 |
2573 | 2024-11-13T21:26:23.153Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2574 | 2024-11-13T21:26:24.184Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2575 | 2024-11-13T21:26:25.059Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2576 | 2024-11-13T21:26:25.368Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2577 | 2024-11-13T21:26:25.671Z | Checking rand_distr v0.4.3 |
2578 | 2024-11-13T21:26:26.401Z | Checking multimap v0.10.0 |
2579 | 2024-11-13T21:26:26.573Z | Checking approx v0.5.1 |
2580 | 2024-11-13T21:26:26.855Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2581 | 2024-11-13T21:26:27.064Z | Checking rstest v0.23.0 |
2582 | 2024-11-13T21:26:27.568Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2583 | 2024-11-13T21:26:28.472Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2584 | 2024-11-13T21:26:28.588Z | Checking partial-io v0.5.4 |
2585 | 2024-11-13T21:26:28.776Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2586 | 2024-11-13T21:26:28.985Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2587 | 2024-11-13T21:26:29.076Z | Checking cargo_toml v0.20.5 |
2588 | 2024-11-13T21:26:30.100Z | Checking termios v0.3.3 |
2589 | 2024-11-13T21:26:30.324Z | Compiling indoc v2.0.5 |
2590 | 2024-11-13T21:26:30.419Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2591 | 2024-11-13T21:26:31.099Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2592 | 2024-11-13T21:26:31.171Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2593 | 2024-11-13T21:26:33.753Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2594 | 2024-11-13T21:26:50.059Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2595 | 2024-11-13T21:26:56.209Z | Compiling polar-core v0.27.3 |
2596 | 2024-11-13T21:26:58.061Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2597 | 2024-11-13T21:27:07.988Z | Checking oso v0.27.3 |
2598 | 2024-11-13T21:27:29.015Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2599 | 2024-11-13T21:27:32.221Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2600 | 2024-11-13T21:27:32.456Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2601 | 2024-11-13T21:28:06.736Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2602 | 2024-11-13T21:28:06.736Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2603 | 2024-11-13T21:28:06.739Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2604 | 2024-11-13T21:29:31.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s |
2605 | 2024-11-13T21:29:32.387Z | |
2606 | 2024-11-13T21:29:32.390Z | real 6:34.803346286 |
2607 | 2024-11-13T21:29:32.391Z | user 35:49.083280840 |
2608 | 2024-11-13T21:29:32.391Z | sys 6:31.211560326 |
2609 | 2024-11-13T21:29:32.391Z | trap 0.960340203 |
2610 | 2024-11-13T21:29:32.391Z | tflt 2.374782350 |
2611 | 2024-11-13T21:29:32.391Z | dflt 0.834031798 |
2612 | 2024-11-13T21:29:32.391Z | kflt 0.001574249 |
2613 | 2024-11-13T21:29:32.391Z | lock 51:30.058256993 |
2614 | 2024-11-13T21:29:32.391Z | slp 2:04:00.155808658 |
2615 | 2024-11-13T21:29:32.391Z | lat 1:37.494720412 |
2616 | 2024-11-13T21:29:32.391Z | stop 6:04.517730705 |
2617 | 2024-11-13T21:29:32.391Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2618 | 2024-11-13T21:29:32.391Z | + ptime -m cargo doc --workspace --no-deps |
2619 | 2024-11-13T21:29:33.585Z | warning: output filename collision. |
2620 | 2024-11-13T21:29:33.585Z | 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)`. |
2621 | 2024-11-13T21:29:33.585Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2622 | 2024-11-13T21:29:33.585Z | The targets should have unique names. |
2623 | 2024-11-13T21:29:33.585Z | This is a known bug where multiple crates with the same name use |
2624 | 2024-11-13T21:29:33.585Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2625 | 2024-11-13T21:29:34.021Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2626 | 2024-11-13T21:29:34.089Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2627 | 2024-11-13T21:29:34.108Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2628 | 2024-11-13T21:29:34.147Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2629 | 2024-11-13T21:29:34.173Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2630 | 2024-11-13T21:29:34.201Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2631 | 2024-11-13T21:29:34.201Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2632 | 2024-11-13T21:29:34.388Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2633 | 2024-11-13T21:29:34.439Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2634 | 2024-11-13T21:29:34.462Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2635 | 2024-11-13T21:29:34.483Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2636 | 2024-11-13T21:29:34.720Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2637 | 2024-11-13T21:29:34.789Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2638 | 2024-11-13T21:29:35.008Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2639 | 2024-11-13T21:29:35.177Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2640 | 2024-11-13T21:29:37.762Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2641 | 2024-11-13T21:29:38.955Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2642 | 2024-11-13T21:29:39.293Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2643 | 2024-11-13T21:29:39.537Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2644 | 2024-11-13T21:29:39.557Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2645 | 2024-11-13T21:29:39.748Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2646 | 2024-11-13T21:29:39.852Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2647 | 2024-11-13T21:29:40.069Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2648 | 2024-11-13T21:29:40.180Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2649 | 2024-11-13T21:29:40.539Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2650 | 2024-11-13T21:29:40.559Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2651 | 2024-11-13T21:29:40.755Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2652 | 2024-11-13T21:29:41.044Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2653 | 2024-11-13T21:29:41.091Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2654 | 2024-11-13T21:29:41.357Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2655 | 2024-11-13T21:29:41.501Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2656 | 2024-11-13T21:29:41.526Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2657 | 2024-11-13T21:29:41.783Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2658 | 2024-11-13T21:29:41.841Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2659 | 2024-11-13T21:29:42.169Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2660 | 2024-11-13T21:29:42.456Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2661 | 2024-11-13T21:29:42.478Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2662 | 2024-11-13T21:29:42.867Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2663 | 2024-11-13T21:29:42.903Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2664 | 2024-11-13T21:29:43.016Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2665 | 2024-11-13T21:29:43.695Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2666 | 2024-11-13T21:29:44.536Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-11-13T21:29:46.225Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2668 | 2024-11-13T21:29:48.508Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2669 | 2024-11-13T21:29:49.274Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2670 | 2024-11-13T21:29:49.434Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2671 | 2024-11-13T21:29:49.521Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2672 | 2024-11-13T21:29:49.595Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2673 | 2024-11-13T21:29:49.969Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2674 | 2024-11-13T21:29:50.928Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2675 | 2024-11-13T21:29:51.577Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2676 | 2024-11-13T21:29:51.826Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2677 | 2024-11-13T21:29:51.988Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2678 | 2024-11-13T21:29:52.279Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2679 | 2024-11-13T21:29:58.075Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2680 | 2024-11-13T21:29:58.616Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2681 | 2024-11-13T21:29:59.402Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2682 | 2024-11-13T21:30:00.008Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2683 | 2024-11-13T21:30:00.463Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2684 | 2024-11-13T21:30:01.076Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2685 | 2024-11-13T21:30:01.131Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2686 | 2024-11-13T21:30:01.236Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2687 | 2024-11-13T21:30:01.600Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2688 | 2024-11-13T21:30:02.617Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2689 | 2024-11-13T21:30:02.718Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2690 | 2024-11-13T21:30:03.071Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2691 | 2024-11-13T21:30:03.253Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2692 | 2024-11-13T21:30:03.383Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2693 | 2024-11-13T21:30:04.020Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2694 | 2024-11-13T21:30:04.416Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2695 | 2024-11-13T21:30:04.693Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2696 | 2024-11-13T21:30:05.301Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2697 | 2024-11-13T21:30:05.756Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2698 | 2024-11-13T21:30:05.847Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2699 | 2024-11-13T21:30:05.932Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2700 | 2024-11-13T21:30:06.127Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2701 | 2024-11-13T21:30:06.640Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2702 | 2024-11-13T21:30:07.157Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2703 | 2024-11-13T21:30:07.838Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2704 | 2024-11-13T21:30:08.157Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2705 | 2024-11-13T21:30:08.412Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2706 | 2024-11-13T21:30:08.592Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2707 | 2024-11-13T21:30:09.121Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2708 | 2024-11-13T21:30:09.218Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2709 | 2024-11-13T21:30:09.306Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2710 | 2024-11-13T21:30:09.777Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2711 | 2024-11-13T21:30:10.425Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2712 | 2024-11-13T21:30:11.338Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2713 | 2024-11-13T21:30:11.508Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2714 | 2024-11-13T21:30:11.542Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2715 | 2024-11-13T21:30:12.611Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2716 | 2024-11-13T21:30:13.031Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2717 | 2024-11-13T21:30:13.132Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2718 | 2024-11-13T21:30:13.593Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2719 | 2024-11-13T21:30:13.697Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2720 | 2024-11-13T21:30:14.217Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2721 | 2024-11-13T21:30:14.655Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2722 | 2024-11-13T21:30:14.771Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2723 | 2024-11-13T21:30:14.905Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2724 | 2024-11-13T21:30:15.582Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2725 | 2024-11-13T21:30:15.607Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2726 | 2024-11-13T21:30:16.489Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2727 | 2024-11-13T21:30:18.707Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2728 | 2024-11-13T21:30:19.708Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2729 | 2024-11-13T21:30:19.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2730 | 2024-11-13T21:30:20.479Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2731 | 2024-11-13T21:30:21.973Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2732 | 2024-11-13T21:30:24.286Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2733 | 2024-11-13T21:30:25.345Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2734 | 2024-11-13T21:30:26.558Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2735 | 2024-11-13T21:30:30.218Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2736 | 2024-11-13T21:30:39.581Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2737 | 2024-11-13T21:30:39.646Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2738 | 2024-11-13T21:30:55.478Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2739 | 2024-11-13T21:31:22.781Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2740 | 2024-11-13T21:31:28.797Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2741 | 2024-11-13T21:31:28.961Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2742 | 2024-11-13T21:31:56.580Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2743 | 2024-11-13T21:31:57.344Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2744 | 2024-11-13T21:32:01.691Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2745 | 2024-11-13T21:32:01.939Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2746 | 2024-11-13T21:32:03.396Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2747 | 2024-11-13T21:32:08.697Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2748 | 2024-11-13T21:32:10.307Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2749 | 2024-11-13T21:32:12.229Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2750 | 2024-11-13T21:32:15.212Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2751 | 2024-11-13T21:32:38.120Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2752 | 2024-11-13T21:32:38.588Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2753 | 2024-11-13T21:32:40.534Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2754 | 2024-11-13T21:32:42.895Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2755 | 2024-11-13T21:32:46.594Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2756 | 2024-11-13T21:33:12.686Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-11-13T21:33:14.431Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2758 | 2024-11-13T21:33:29.733Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2759 | 2024-11-13T21:33:30.773Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2760 | 2024-11-13T21:33:33.475Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2761 | 2024-11-13T21:33:38.125Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2762 | 2024-11-13T21:33:42.519Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2763 | 2024-11-13T21:33:53.708Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2764 | 2024-11-13T21:33:58.866Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2765 | 2024-11-13T21:34:02.623Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2766 | 2024-11-13T21:34:05.879Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2767 | 2024-11-13T21:34:07.289Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2768 | 2024-11-13T21:34:16.104Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2769 | 2024-11-13T21:34:22.865Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2770 | 2024-11-13T21:34:23.439Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2771 | 2024-11-13T21:34:25.186Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2772 | 2024-11-13T21:34:27.757Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2773 | 2024-11-13T21:34:34.974Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2774 | 2024-11-13T21:34:36.753Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2775 | 2024-11-13T21:34:48.465Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2776 | 2024-11-13T21:34:50.955Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2777 | 2024-11-13T21:34:52.870Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2778 | 2024-11-13T21:34:57.635Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2779 | 2024-11-13T21:35:00.181Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2780 | 2024-11-13T21:35:00.189Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2781 | 2024-11-13T21:35:06.783Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2782 | 2024-11-13T21:35:09.258Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2783 | 2024-11-13T21:35:13.386Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2784 | 2024-11-13T21:35:16.628Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2785 | 2024-11-13T21:35:18.646Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2786 | 2024-11-13T21:35:23.124Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2787 | 2024-11-13T21:35:23.907Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2788 | 2024-11-13T21:35:26.743Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2789 | 2024-11-13T21:35:32.215Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2790 | 2024-11-13T21:35:39.079Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2791 | 2024-11-13T21:35:41.695Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2792 | 2024-11-13T21:35:42.234Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2793 | 2024-11-13T21:35:43.438Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2794 | 2024-11-13T21:35:45.199Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2795 | 2024-11-13T21:35:47.779Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2796 | 2024-11-13T21:35:48.194Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2797 | 2024-11-13T21:35:57.651Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2798 | 2024-11-13T21:36:00.146Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2799 | 2024-11-13T21:36:02.312Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2800 | 2024-11-13T21:36:03.089Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2801 | 2024-11-13T21:36:09.394Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2802 | 2024-11-13T21:36:09.423Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2803 | 2024-11-13T21:36:09.793Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2804 | 2024-11-13T21:36:17.750Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2805 | 2024-11-13T21:36:17.994Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2806 | 2024-11-13T21:36:23.849Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2807 | 2024-11-13T21:36:28.343Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2808 | 2024-11-13T21:36:28.957Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2809 | 2024-11-13T21:36:30.717Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2810 | 2024-11-13T21:36:30.809Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2811 | 2024-11-13T21:36:32.863Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2812 | 2024-11-13T21:36:33.346Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2813 | 2024-11-13T21:36:33.385Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2814 | 2024-11-13T21:36:45.157Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2815 | 2024-11-13T21:36:47.221Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2816 | 2024-11-13T21:36:48.388Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2817 | 2024-11-13T21:36:50.721Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2818 | 2024-11-13T21:36:50.953Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2819 | 2024-11-13T21:36:53.571Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2820 | 2024-11-13T21:36:55.307Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2821 | 2024-11-13T21:36:55.514Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2822 | 2024-11-13T21:36:55.687Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2823 | 2024-11-13T21:37:03.289Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2824 | 2024-11-13T21:37:05.068Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2825 | 2024-11-13T21:37:07.248Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2826 | 2024-11-13T21:37:07.393Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2827 | 2024-11-13T21:37:11.527Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2828 | 2024-11-13T21:37:11.551Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2829 | 2024-11-13T21:37:11.551Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2830 | 2024-11-13T21:37:15.109Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2831 | 2024-11-13T21:37:18.050Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2832 | 2024-11-13T21:37:19.450Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2833 | 2024-11-13T21:37:20.096Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2834 | 2024-11-13T21:37:20.289Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2835 | 2024-11-13T21:37:21.214Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2836 | 2024-11-13T21:37:21.284Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2837 | 2024-11-13T21:37:23.167Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2838 | 2024-11-13T21:37:24.903Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2839 | 2024-11-13T21:37:24.996Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2840 | 2024-11-13T21:37:26.335Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2841 | 2024-11-13T21:37:26.564Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2842 | 2024-11-13T21:37:30.186Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2843 | 2024-11-13T21:37:30.608Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2844 | 2024-11-13T21:37:33.088Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2845 | 2024-11-13T21:38:02.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 30s |
2846 | 2024-11-13T21:38:02.990Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2847 | 2024-11-13T21:38:03.055Z | |
2848 | 2024-11-13T21:38:03.058Z | real 8:30.489090807 |
2849 | 2024-11-13T21:38:03.058Z | user 25:11.598105453 |
2850 | 2024-11-13T21:38:03.058Z | sys 38:50.964226513 |
2851 | 2024-11-13T21:38:03.058Z | trap 0.386149332 |
2852 | 2024-11-13T21:38:03.058Z | tflt 0.168619914 |
2853 | 2024-11-13T21:38:03.058Z | dflt 0.131608171 |
2854 | 2024-11-13T21:38:03.058Z | kflt 0.000335484 |
2855 | 2024-11-13T21:38:03.058Z | lock 1:24:47.965128916 |
2856 | 2024-11-13T21:38:03.058Z | slp 2:24:19.577914093 |
2857 | 2024-11-13T21:38:03.058Z | lat 1:14.449712064 |
2858 | 2024-11-13T21:38:03.058Z | stop 1:08.189727013 |
2859 | 2024-11-13T21:38:03.058Z | process exited: duration 1226223 ms, exit code 0 |
|
2860 | 2024-11-13T21:38:03.065Z | found 0 output files |