|
|
|
1 | 2024-11-22T23:12:13.800Z | job assigned to worker 01JDB2A0N1XFARFQXAR8B93YJM [factory aws, i-0934c31bacdd0aecd] (queued for 55 s) |
|
2 | 2024-11-22T23:12:21.831Z | starting task 0: "setup" |
3 | 2024-11-22T23:12:21.838Z | ++ uname -s |
4 | 2024-11-22T23:12:21.840Z | + kern=SunOS |
5 | 2024-11-22T23:12:21.840Z | + case "$kern" in |
6 | 2024-11-22T23:12:21.841Z | + groupadd -g 12345 build |
7 | 2024-11-22T23:12:21.844Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T23:12:23.850Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T23:12:23.946Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T23:12:23.948Z | + home_fs=zfs |
11 | 2024-11-22T23:12:23.948Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T23:12:23.948Z | + mkdir -p /home/build |
13 | 2024-11-22T23:12:23.951Z | + chown build:build /home/build /work |
14 | 2024-11-22T23:12:25.952Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T23:12:25.954Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-11-22T23:12:25.959Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T23:12:25.965Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T23:12:25.965Z | ' 1.81.0 |
19 | 2024-11-22T23:12:25.967Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T23:12:25.967Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T23:12:25.967Z | ' default |
22 | 2024-11-22T23:12:25.967Z | * toolchain profile = "default" |
23 | 2024-11-22T23:12:25.967Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T23:12:25.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T23:12:26.060Z | info: downloading installer |
26 | 2024-11-22T23:12:27.522Z | info: profile set to 'default' |
27 | 2024-11-22T23:12:27.522Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T23:12:27.524Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T23:12:27.679Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T23:12:27.679Z | info: downloading component 'cargo' |
31 | 2024-11-22T23:12:28.535Z | info: downloading component 'clippy' |
32 | 2024-11-22T23:12:28.852Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T23:12:30.042Z | info: downloading component 'rust-std' |
34 | 2024-11-22T23:12:31.892Z | info: downloading component 'rustc' |
35 | 2024-11-22T23:12:38.532Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T23:12:38.780Z | info: installing component 'cargo' |
37 | 2024-11-22T23:12:39.588Z | info: installing component 'clippy' |
38 | 2024-11-22T23:12:39.946Z | info: installing component 'rust-docs' |
39 | 2024-11-22T23:12:41.581Z | info: installing component 'rust-std' |
40 | 2024-11-22T23:12:43.292Z | info: installing component 'rustc' |
41 | 2024-11-22T23:12:48.843Z | info: installing component 'rustfmt' |
42 | 2024-11-22T23:12:49.158Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T23:12:49.158Z | |
44 | 2024-11-22T23:12:49.521Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T23:12:49.521Z | |
46 | 2024-11-22T23:12:49.524Z | |
47 | 2024-11-22T23:12:49.524Z | Rust is installed now. Great! |
48 | 2024-11-22T23:12:49.524Z | |
49 | 2024-11-22T23:12:49.524Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T23:12:49.524Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T23:12:49.524Z | |
52 | 2024-11-22T23:12:49.524Z | To configure your current shell, you need to source |
53 | 2024-11-22T23:12:49.524Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T23:12:49.524Z | |
55 | 2024-11-22T23:12:49.524Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T23:12:49.524Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T23:12:49.524Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T23:12:49.594Z | + rustc --version |
59 | 2024-11-22T23:12:49.661Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T23:12:49.664Z | process exited: duration 23699 ms, exit code 0 |
|
61 | 2024-11-22T23:12:49.669Z | starting task 2: "authentication" |
62 | 2024-11-22T23:12:49.690Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-22T23:12:49.695Z | starting task 3: "clone repository" |
64 | 2024-11-22T23:12:49.699Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T23:12:49.702Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T23:12:49.983Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T23:12:56.419Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T23:12:56.419Z | + git fetch origin 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
69 | 2024-11-22T23:12:56.709Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T23:12:56.709Z | * branch 20b4c6c48f7b1cb7935133979f44b23829b79f30 -> FETCH_HEAD |
71 | 2024-11-22T23:12:56.719Z | + [[ -n oxql-query-planner ]] |
72 | 2024-11-22T23:12:56.723Z | ++ git branch --show-current |
73 | 2024-11-22T23:12:56.723Z | + current=main |
74 | 2024-11-22T23:12:56.723Z | + [[ main != oxql-query-planner ]] |
75 | 2024-11-22T23:12:56.723Z | + git branch -f oxql-query-planner 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
76 | 2024-11-22T23:12:56.725Z | + git checkout -f oxql-query-planner |
77 | 2024-11-22T23:12:56.895Z | Switched to branch 'oxql-query-planner' |
78 | 2024-11-22T23:12:56.899Z | + git reset --hard 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
79 | 2024-11-22T23:12:57.064Z | HEAD is now at 20b4c6c48 Add a query planner for OxQL |
80 | 2024-11-22T23:12:57.069Z | process exited: duration 7368 ms, exit code 0 |
|
81 | 2024-11-22T23:12:57.076Z | starting task 4: "build" |
82 | 2024-11-22T23:12:57.081Z | + source ./env.sh |
83 | 2024-11-22T23:12:57.081Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-22T23:12:57.081Z | ++ set -o xtrace |
85 | 2024-11-22T23:12:57.084Z | ++++ dirname ./env.sh |
86 | 2024-11-22T23:12:57.086Z | +++ readlink -f . |
87 | 2024-11-22T23:12:57.109Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-22T23:12:57.112Z | ++ 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-22T23:12:57.112Z | ++ 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-22T23:12:57.112Z | ++ 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-22T23:12:57.112Z | ++ 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-22T23:12:57.112Z | ++ 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-22T23:12:57.112Z | ++ 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-22T23:12:57.113Z | ++ 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-22T23:12:57.113Z | ++ 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-22T23:12:57.113Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-22T23:12:57.113Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-22T23:12:57.113Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-22T23:12:57.113Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-22T23:12:57.113Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-22T23:12:57.113Z | + cargo --version |
102 | 2024-11-22T23:12:57.166Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-22T23:12:57.169Z | + rustc --version |
104 | 2024-11-22T23:12:57.228Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-22T23:12:57.230Z | + banner prerequisites |
106 | 2024-11-22T23:12:57.253Z | |
107 | 2024-11-22T23:12:57.253Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-22T23:12:57.253Z | # # # # # # # # # # # # # # # |
109 | 2024-11-22T23:12:57.253Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-22T23:12:57.253Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-22T23:12:57.253Z | # # # # # # # # # # # # # # # |
112 | 2024-11-22T23:12:57.254Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-22T23:12:57.254Z | |
114 | 2024-11-22T23:12:57.257Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-22T23:13:11.506Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-22T23:13:15.649Z | Startup: Caching catalogs ... Done |
117 | 2024-11-22T23:13:24.273Z | Planning: Solver setup ... Done (8.006s) |
118 | 2024-11-22T23:13:24.384Z | Planning: Running solver ... Done (0.111s) |
119 | 2024-11-22T23:13:24.700Z | Planning: Finding local manifests ... Done (0.228s) |
120 | 2024-11-22T23:13:24.711Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-22T23:13:24.921Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-22T23:13:25.218Z | Planning: Package planning ... Done (0.298s) |
123 | 2024-11-22T23:13:25.274Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-11-22T23:13:26.430Z | Planning: Checking for conflicting actions ... Done (1.155s) |
125 | 2024-11-22T23:13:36.214Z | Planning: Consolidating action changes ... Done (9.784s) |
126 | 2024-11-22T23:13:36.608Z | Planning: Evaluating mediators ... Done (0.394s) |
127 | 2024-11-22T23:13:36.765Z | Planning: Planning completed in 21.15 seconds |
128 | 2024-11-22T23:13:37.375Z | Packages to install: 4 |
129 | 2024-11-22T23:13:37.375Z | Packages to update: 1 |
130 | 2024-11-22T23:13:37.381Z | Mediators to change: 2 |
131 | 2024-11-22T23:13:37.381Z | Services to change: 1 |
132 | 2024-11-22T23:13:37.381Z | Estimated space available: 155.64 GB |
133 | 2024-11-22T23:13:37.381Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-22T23:13:37.382Z | Create boot environment: No |
135 | 2024-11-22T23:13:37.382Z | Create backup boot environment: Yes |
136 | 2024-11-22T23:13:37.383Z | Rebuild boot archive: No |
137 | 2024-11-22T23:13:37.383Z | |
138 | 2024-11-22T23:13:37.383Z | Changed mediators: |
139 | 2024-11-22T23:13:37.383Z | mediator clang: |
140 | 2024-11-22T23:13:37.383Z | version: None -> 15 (system default) |
141 | 2024-11-22T23:13:37.383Z | |
142 | 2024-11-22T23:13:37.383Z | mediator llvm: |
143 | 2024-11-22T23:13:37.383Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-22T23:13:37.383Z | |
145 | 2024-11-22T23:13:37.383Z | Changed packages: |
146 | 2024-11-22T23:13:37.383Z | helios-dev |
147 | 2024-11-22T23:13:37.383Z | developer/build-essential |
148 | 2024-11-22T23:13:37.383Z | None -> 11-2.0 |
149 | 2024-11-22T23:13:37.383Z | library/libxmlsec1 |
150 | 2024-11-22T23:13:37.383Z | None -> 1.2.35-2.0 |
151 | 2024-11-22T23:13:37.383Z | ooce/developer/clang-15 |
152 | 2024-11-22T23:13:37.383Z | None -> 15.0.7-2.0 |
153 | 2024-11-22T23:13:37.383Z | ooce/developer/llvm-15 |
154 | 2024-11-22T23:13:37.383Z | None -> 15.0.7-2.0 |
155 | 2024-11-22T23:13:37.383Z | package/pkg |
156 | 2024-11-22T23:13:37.383Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-22T23:13:37.383Z | |
158 | 2024-11-22T23:13:37.383Z | Services: |
159 | 2024-11-22T23:13:37.383Z | restart_fmri: |
160 | 2024-11-22T23:13:37.383Z | svc:/system/update-man-index:default |
161 | 2024-11-22T23:13:37.383Z | |
162 | 2024-11-22T23:13:37.383Z | Editable files to change: |
163 | 2024-11-22T23:13:37.383Z | Update: |
164 | 2024-11-22T23:13:37.383Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-22T23:13:37.896Z | |
166 | 2024-11-22T23:13:37.896Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-22T23:13:42.900Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (17.0M/s) |
168 | 2024-11-22T23:13:47.901Z | Download: 2992/4281 items 121.3/220.6MB 54% complete (12.2M/s) |
169 | 2024-11-22T23:13:52.901Z | Download: 4023/4281 items 219.1/220.6MB 99% complete (13.5M/s) |
170 | 2024-11-22T23:13:53.893Z | Download: Completed 220.60 MB in 15.99 seconds (13.8M/s) |
171 | 2024-11-22T23:13:55.058Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-11-22T23:13:55.076Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-11-22T23:14:00.437Z | Actions: 4082/5063 actions (Installing new actions) |
174 | 2024-11-22T23:14:01.538Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-22T23:14:01.950Z | Actions: Completed 5063 actions in 6.89 seconds. |
176 | 2024-11-22T23:14:02.335Z | Done (0.378s) |
177 | 2024-11-22T23:14:02.338Z | Done (0.000s) |
178 | 2024-11-22T23:14:02.864Z | Done (0.526s) |
179 | 2024-11-22T23:14:10.243Z | Done (7.157s) |
180 | 2024-11-22T23:14:10.755Z | Done (0.445s) |
181 | 2024-11-22T23:14:10.758Z | Done (0.000s) |
182 | 2024-11-22T23:14:10.906Z | Done (0.000s) |
183 | 2024-11-22T23:14:11.572Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-22T23:14:11.731Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-22T23:14:11.733Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-22T23:14:11.996Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-22T23:14:11.998Z | Planning: Planning completed in 0.42 seconds |
188 | 2024-11-22T23:14:12.034Z | Mediators to change: 2 |
189 | 2024-11-22T23:14:12.038Z | Create boot environment: No |
190 | 2024-11-22T23:14:12.038Z | Create backup boot environment: No |
191 | 2024-11-22T23:14:12.122Z | Done |
192 | 2024-11-22T23:14:12.122Z | Done |
193 | 2024-11-22T23:14:12.464Z | Done |
194 | 2024-11-22T23:14:16.059Z | Done |
195 | 2024-11-22T23:14:16.155Z | Done |
196 | 2024-11-22T23:14:16.162Z | Done |
197 | 2024-11-22T23:14:16.282Z | Done |
198 | 2024-11-22T23:14:16.880Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-22T23:14:16.882Z | Planning: Merging actions ... Done |
200 | 2024-11-22T23:14:17.065Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-22T23:14:17.068Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-22T23:14:17.330Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-22T23:14:17.384Z | Planning: Planning completed in 0.74 seconds |
204 | 2024-11-22T23:14:17.424Z | Packages to change: 1 |
205 | 2024-11-22T23:14:17.426Z | Mediators to change: 1 |
206 | 2024-11-22T23:14:17.426Z | Services to change: 1 |
207 | 2024-11-22T23:14:17.426Z | Create boot environment: No |
208 | 2024-11-22T23:14:17.426Z | Create backup boot environment: Yes |
209 | 2024-11-22T23:14:19.734Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-22T23:14:19.845Z | Actions: Completed 6 actions in 0.11 seconds. |
211 | 2024-11-22T23:14:19.847Z | Done |
212 | 2024-11-22T23:14:19.847Z | Done |
213 | 2024-11-22T23:14:19.955Z | Done |
214 | 2024-11-22T23:14:23.565Z | Done |
215 | 2024-11-22T23:14:23.658Z | Done |
216 | 2024-11-22T23:14:23.661Z | Done |
217 | 2024-11-22T23:14:23.803Z | Done |
218 | 2024-11-22T23:14:24.239Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-22T23:14:24.239Z | clang system 15 system |
220 | 2024-11-22T23:14:24.239Z | csh system system illumos |
221 | 2024-11-22T23:14:24.239Z | ctags system system illumos |
222 | 2024-11-22T23:14:24.239Z | gcc vendor 12 vendor |
223 | 2024-11-22T23:14:24.239Z | gcc system 10 system |
224 | 2024-11-22T23:14:24.239Z | gcc system 7 system |
225 | 2024-11-22T23:14:24.239Z | go system 1.20 system |
226 | 2024-11-22T23:14:24.239Z | go system 1.19 system |
227 | 2024-11-22T23:14:24.239Z | llvm system 15 system |
228 | 2024-11-22T23:14:24.239Z | llvm system 14 system |
229 | 2024-11-22T23:14:24.239Z | mariadb system 10.6 system |
230 | 2024-11-22T23:14:24.239Z | mta vendor vendor dma |
231 | 2024-11-22T23:14:24.239Z | openjdk system 17 system |
232 | 2024-11-22T23:14:24.239Z | openjdk system 11 system |
233 | 2024-11-22T23:14:24.239Z | openjdk system 1.8 system |
234 | 2024-11-22T23:14:24.239Z | openssl vendor 3 vendor |
235 | 2024-11-22T23:14:24.239Z | perl system 5.36 system |
236 | 2024-11-22T23:14:24.240Z | postgresql system 15 system |
237 | 2024-11-22T23:14:24.240Z | postgresql system 13 system |
238 | 2024-11-22T23:14:24.240Z | python vendor 3 vendor |
239 | 2024-11-22T23:14:24.240Z | python system 2 system |
240 | 2024-11-22T23:14:24.240Z | python3 system 3.11 system |
241 | 2024-11-22T23:14:24.240Z | ruby system 3.0 system |
242 | 2024-11-22T23:14:24.240Z | words vendor vendor american-english |
243 | 2024-11-22T23:14:24.240Z | words system system australian-english |
244 | 2024-11-22T23:14:24.240Z | words system system british-english |
245 | 2024-11-22T23:14:24.240Z | words system system canadian-english |
246 | 2024-11-22T23:14:24.240Z | words system system french |
247 | 2024-11-22T23:14:24.240Z | words system system italian |
248 | 2024-11-22T23:14:24.240Z | words system system ngerman |
249 | 2024-11-22T23:14:24.240Z | words system system ogerman |
250 | 2024-11-22T23:14:24.240Z | words system system spanish |
251 | 2024-11-22T23:14:24.568Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-22T23:14:24.568Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-22T23:14:27.147Z | FMRI IFO |
254 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-22T23:14:27.147Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-22T23:14:27.148Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-22T23:14:27.871Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-22T23:14:28.111Z | Updating crates.io index |
271 | 2024-11-22T23:14:28.114Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-22T23:14:28.926Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-22T23:14:29.125Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-22T23:14:29.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-22T23:14:29.745Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-22T23:14:30.630Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-22T23:14:33.019Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-22T23:14:34.071Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-22T23:14:34.765Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-22T23:14:35.029Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-22T23:14:35.358Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-22T23:14:35.953Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-22T23:14:36.297Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-22T23:14:36.596Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-22T23:14:36.997Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-22T23:14:37.248Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-22T23:14:37.466Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-22T23:14:37.736Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-22T23:14:38.083Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-22T23:14:38.398Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-22T23:14:38.722Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-22T23:14:39.176Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-22T23:14:39.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2024-11-22T23:14:40.414Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-11-22T23:14:40.806Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-11-22T23:14:41.302Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-11-22T23:14:41.613Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-22T23:14:41.878Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-22T23:14:42.169Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-22T23:14:43.498Z | Downloading crates ... |
301 | 2024-11-22T23:14:43.639Z | Downloaded anstyle-parse v0.2.5 |
302 | 2024-11-22T23:14:43.647Z | Downloaded anstream v0.6.15 |
303 | 2024-11-22T23:14:43.650Z | Downloaded anstyle v1.0.10 |
304 | 2024-11-22T23:14:43.652Z | Downloaded block-buffer v0.10.4 |
305 | 2024-11-22T23:14:43.653Z | Downloaded autocfg v1.4.0 |
306 | 2024-11-22T23:14:43.664Z | Downloaded equivalent v1.0.1 |
307 | 2024-11-22T23:14:43.666Z | Downloaded camino v1.1.9 |
308 | 2024-11-22T23:14:43.670Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-11-22T23:14:43.677Z | Downloaded is_terminal_polyfill v1.70.1 |
310 | 2024-11-22T23:14:43.680Z | Downloaded bytecount v0.6.8 |
311 | 2024-11-22T23:14:43.683Z | Downloaded crypto-common v0.1.6 |
312 | 2024-11-22T23:14:43.686Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-11-22T23:14:43.686Z | Downloaded colorchoice v1.0.2 |
314 | 2024-11-22T23:14:43.688Z | Downloaded clap_lex v0.7.2 |
315 | 2024-11-22T23:14:43.688Z | Downloaded cargo-platform v0.1.8 |
316 | 2024-11-22T23:14:43.691Z | Downloaded byteorder v1.5.0 |
317 | 2024-11-22T23:14:43.691Z | Downloaded camino-tempfile v1.1.1 |
318 | 2024-11-22T23:14:43.700Z | Downloaded itoa v1.0.11 |
319 | 2024-11-22T23:14:43.703Z | Downloaded fastrand v2.1.1 |
320 | 2024-11-22T23:14:43.705Z | Downloaded errno v0.3.9 |
321 | 2024-11-22T23:14:43.705Z | Downloaded dof v0.3.0 |
322 | 2024-11-22T23:14:43.707Z | Downloaded digest v0.10.7 |
323 | 2024-11-22T23:14:43.707Z | Downloaded cfg-if v1.0.0 |
324 | 2024-11-22T23:14:43.710Z | Downloaded heck v0.5.0 |
325 | 2024-11-22T23:14:43.710Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-11-22T23:14:43.712Z | Downloaded generic-array v0.14.7 |
327 | 2024-11-22T23:14:43.720Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-11-22T23:14:43.729Z | Downloaded memmap v0.7.0 |
329 | 2024-11-22T23:14:43.733Z | Downloaded heck v0.4.1 |
330 | 2024-11-22T23:14:43.733Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-11-22T23:14:43.735Z | Downloaded fnv v1.0.7 |
332 | 2024-11-22T23:14:43.735Z | Downloaded cargo_toml v0.20.5 |
333 | 2024-11-22T23:14:43.735Z | Downloaded macaddr v1.0.1 |
334 | 2024-11-22T23:14:43.738Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-11-22T23:14:43.738Z | Downloaded swrite v0.1.0 |
336 | 2024-11-22T23:14:43.744Z | Downloaded cpufeatures v0.2.14 |
337 | 2024-11-22T23:14:43.746Z | Downloaded fs-err v2.11.0 |
338 | 2024-11-22T23:14:43.748Z | Downloaded clap_derive v4.5.18 |
339 | 2024-11-22T23:14:43.755Z | Downloaded toml_datetime v0.6.8 |
340 | 2024-11-22T23:14:43.757Z | Downloaded thiserror-impl v1.0.69 |
341 | 2024-11-22T23:14:43.760Z | Downloaded serde_spanned v0.6.8 |
342 | 2024-11-22T23:14:43.764Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-11-22T23:14:43.766Z | Downloaded plain v0.2.3 |
344 | 2024-11-22T23:14:43.766Z | Downloaded bitflags v2.6.0 |
345 | 2024-11-22T23:14:43.769Z | Downloaded anyhow v1.0.93 |
346 | 2024-11-22T23:14:43.773Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-11-22T23:14:43.775Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-11-22T23:14:43.778Z | Downloaded smawk v0.3.2 |
349 | 2024-11-22T23:14:43.778Z | Downloaded pest_derive v2.7.14 |
350 | 2024-11-22T23:14:43.780Z | Downloaded once_cell v1.20.2 |
351 | 2024-11-22T23:14:43.782Z | Downloaded utf8parse v0.2.2 |
352 | 2024-11-22T23:14:43.784Z | Downloaded clap v4.5.21 |
353 | 2024-11-22T23:14:43.792Z | Downloaded version_check v0.9.5 |
354 | 2024-11-22T23:14:43.794Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-11-22T23:14:43.794Z | Downloaded thread-id v4.2.2 |
356 | 2024-11-22T23:14:43.795Z | Downloaded thiserror v1.0.69 |
357 | 2024-11-22T23:14:43.801Z | Downloaded proc-macro-error v1.0.4 |
358 | 2024-11-22T23:14:43.803Z | Downloaded tempfile v3.13.0 |
359 | 2024-11-22T23:14:43.806Z | Downloaded quote v1.0.37 |
360 | 2024-11-22T23:14:43.808Z | Downloaded pretty-hex v0.4.1 |
361 | 2024-11-22T23:14:43.810Z | Downloaded pest_generator v2.7.14 |
362 | 2024-11-22T23:14:43.812Z | Downloaded scroll v0.12.0 |
363 | 2024-11-22T23:14:43.812Z | Downloaded log v0.4.22 |
364 | 2024-11-22T23:14:43.815Z | Downloaded strsim v0.11.1 |
365 | 2024-11-22T23:14:43.817Z | Downloaded sha2 v0.10.8 |
366 | 2024-11-22T23:14:43.819Z | Downloaded usdt v0.5.0 |
367 | 2024-11-22T23:14:43.827Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-11-22T23:14:43.832Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-11-22T23:14:43.842Z | Downloaded terminal_size v0.4.0 |
370 | 2024-11-22T23:14:43.845Z | Downloaded semver v1.0.23 |
371 | 2024-11-22T23:14:43.845Z | Downloaded ryu v1.0.18 |
372 | 2024-11-22T23:14:43.848Z | Downloaded pest_meta v2.7.14 |
373 | 2024-11-22T23:14:43.848Z | Downloaded unicode-ident v1.0.13 |
374 | 2024-11-22T23:14:43.850Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-11-22T23:14:43.854Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-22T23:14:43.856Z | Downloaded papergrid v0.11.0 |
377 | 2024-11-22T23:14:43.860Z | Downloaded textwrap v0.16.1 |
378 | 2024-11-22T23:14:43.863Z | Downloaded indexmap v2.6.0 |
379 | 2024-11-22T23:14:43.866Z | Downloaded serde_derive v1.0.215 |
380 | 2024-11-22T23:14:43.872Z | Downloaded typenum v1.17.0 |
381 | 2024-11-22T23:14:43.879Z | Downloaded toml v0.8.19 |
382 | 2024-11-22T23:14:43.900Z | Downloaded serde v1.0.215 |
383 | 2024-11-22T23:14:43.903Z | Downloaded memchr v2.7.4 |
384 | 2024-11-22T23:14:43.909Z | Downloaded toml_edit v0.22.22 |
385 | 2024-11-22T23:14:43.929Z | Downloaded pest v2.7.14 |
386 | 2024-11-22T23:14:43.934Z | Downloaded hashbrown v0.15.0 |
387 | 2024-11-22T23:14:43.947Z | Downloaded serde_json v1.0.132 |
388 | 2024-11-22T23:14:43.954Z | Downloaded clap_builder v4.5.21 |
389 | 2024-11-22T23:14:43.968Z | Downloaded zerocopy v0.7.35 |
390 | 2024-11-22T23:14:43.979Z | Downloaded goblin v0.8.2 |
391 | 2024-11-22T23:14:43.985Z | Downloaded winnow v0.6.20 |
392 | 2024-11-22T23:14:43.993Z | Downloaded tabled v0.15.0 |
393 | 2024-11-22T23:14:44.008Z | Downloaded syn v1.0.109 |
394 | 2024-11-22T23:14:44.017Z | Downloaded unicode-width v0.1.14 |
395 | 2024-11-22T23:14:44.023Z | Downloaded syn v2.0.87 |
396 | 2024-11-22T23:14:44.033Z | Downloaded rustix v0.38.37 |
397 | 2024-11-22T23:14:44.064Z | Downloaded libc v0.2.162 |
398 | 2024-11-22T23:14:44.376Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-22T23:14:44.376Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-22T23:14:44.379Z | Compiling serde v1.0.215 |
401 | 2024-11-22T23:14:44.379Z | Compiling version_check v0.9.5 |
402 | 2024-11-22T23:14:44.379Z | Compiling thiserror v1.0.69 |
403 | 2024-11-22T23:14:44.379Z | Compiling memchr v2.7.4 |
404 | 2024-11-22T23:14:44.379Z | Compiling libc v0.2.162 |
405 | 2024-11-22T23:14:44.379Z | Compiling ucd-trie v0.1.7 |
406 | 2024-11-22T23:14:44.613Z | Compiling itoa v1.0.11 |
407 | 2024-11-22T23:14:44.843Z | Compiling ryu v1.0.18 |
408 | 2024-11-22T23:14:45.131Z | Compiling once_cell v1.20.2 |
409 | 2024-11-22T23:14:45.173Z | Compiling byteorder v1.5.0 |
410 | 2024-11-22T23:14:45.500Z | Compiling serde_json v1.0.132 |
411 | 2024-11-22T23:14:45.789Z | Compiling rustix v0.38.37 |
412 | 2024-11-22T23:14:46.379Z | Compiling bitflags v2.6.0 |
413 | 2024-11-22T23:14:46.461Z | Compiling usdt-impl v0.5.0 |
414 | 2024-11-22T23:14:46.507Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-22T23:14:46.532Z | Compiling syn v1.0.109 |
416 | 2024-11-22T23:14:46.717Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-22T23:14:46.741Z | Compiling equivalent v1.0.1 |
418 | 2024-11-22T23:14:46.840Z | Compiling hashbrown v0.15.0 |
419 | 2024-11-22T23:14:46.866Z | Compiling log v0.4.22 |
420 | 2024-11-22T23:14:46.939Z | Compiling camino v1.1.9 |
421 | 2024-11-22T23:14:46.981Z | Compiling plain v0.2.3 |
422 | 2024-11-22T23:14:47.127Z | Compiling thread-id v4.2.2 |
423 | 2024-11-22T23:14:47.217Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-22T23:14:47.263Z | Compiling semver v1.0.23 |
425 | 2024-11-22T23:14:47.368Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-11-22T23:14:47.394Z | Compiling unicode-width v0.1.14 |
427 | 2024-11-22T23:14:47.573Z | Compiling quote v1.0.37 |
428 | 2024-11-22T23:14:47.598Z | Compiling errno v0.3.9 |
429 | 2024-11-22T23:14:47.807Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-22T23:14:47.831Z | Compiling anstyle v1.0.10 |
431 | 2024-11-22T23:14:47.869Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-11-22T23:14:47.895Z | Compiling autocfg v1.4.0 |
433 | 2024-11-22T23:14:48.003Z | Compiling syn v2.0.87 |
434 | 2024-11-22T23:14:48.029Z | Compiling indexmap v2.6.0 |
435 | 2024-11-22T23:14:48.269Z | Compiling winnow v0.6.20 |
436 | 2024-11-22T23:14:48.298Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-22T23:14:48.455Z | Compiling colorchoice v1.0.2 |
438 | 2024-11-22T23:14:48.617Z | Compiling anstream v0.6.15 |
439 | 2024-11-22T23:14:49.082Z | Compiling fs-err v2.11.0 |
440 | 2024-11-22T23:14:49.589Z | Compiling cfg-if v1.0.0 |
441 | 2024-11-22T23:14:49.589Z | Compiling strsim v0.11.1 |
442 | 2024-11-22T23:14:49.649Z | Compiling anyhow v1.0.93 |
443 | 2024-11-22T23:14:49.712Z | Compiling clap_lex v0.7.2 |
444 | 2024-11-22T23:14:49.947Z | Compiling heck v0.4.1 |
445 | 2024-11-22T23:14:50.231Z | Compiling terminal_size v0.4.0 |
446 | 2024-11-22T23:14:50.286Z | Compiling fnv v1.0.7 |
447 | 2024-11-22T23:14:50.427Z | Compiling fastrand v2.1.1 |
448 | 2024-11-22T23:14:50.454Z | Compiling heck v0.5.0 |
449 | 2024-11-22T23:14:50.456Z | Compiling bytecount v0.6.8 |
450 | 2024-11-22T23:14:50.550Z | Compiling clap_builder v4.5.21 |
451 | 2024-11-22T23:14:50.689Z | Compiling papergrid v0.11.0 |
452 | 2024-11-22T23:14:50.789Z | Compiling tempfile v3.13.0 |
453 | 2024-11-22T23:14:51.502Z | Compiling memmap v0.7.0 |
454 | 2024-11-22T23:14:51.631Z | Compiling smawk v0.3.2 |
455 | 2024-11-22T23:14:51.720Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-22T23:14:52.094Z | Compiling swrite v0.1.0 |
457 | 2024-11-22T23:14:52.225Z | Compiling textwrap v0.16.1 |
458 | 2024-11-22T23:14:53.498Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-22T23:14:55.135Z | Compiling tabled v0.15.0 |
460 | 2024-11-22T23:14:56.818Z | Compiling serde_derive v1.0.215 |
461 | 2024-11-22T23:14:56.818Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-11-22T23:14:56.821Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-22T23:14:56.821Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-22T23:14:56.821Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-22T23:14:57.874Z | Compiling scroll v0.12.0 |
466 | 2024-11-22T23:14:58.361Z | Compiling goblin v0.8.2 |
467 | 2024-11-22T23:14:58.499Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-22T23:14:59.429Z | Compiling pest v2.7.14 |
469 | 2024-11-22T23:15:00.634Z | Compiling clap v4.5.21 |
470 | 2024-11-22T23:15:01.563Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-22T23:15:02.407Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-22T23:15:04.376Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-22T23:15:05.046Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-22T23:15:06.861Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-11-22T23:15:06.908Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-22T23:15:06.908Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-22T23:15:07.212Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-22T23:15:07.239Z | Compiling toml_edit v0.22.22 |
479 | 2024-11-22T23:15:07.435Z | Compiling macaddr v1.0.1 |
480 | 2024-11-22T23:15:07.796Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-22T23:15:08.326Z | Compiling dof v0.3.0 |
482 | 2024-11-22T23:15:08.383Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-22T23:15:10.008Z | Compiling toml v0.8.19 |
484 | 2024-11-22T23:15:10.214Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-22T23:15:10.215Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-22T23:15:10.952Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-22T23:15:11.531Z | Compiling usdt v0.5.0 |
488 | 2024-11-22T23:15:14.477Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-22T23:15:18.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s |
490 | 2024-11-22T23:15:18.829Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-22T23:15:19.367Z | Downloading crates ... |
492 | 2024-11-22T23:15:19.507Z | Downloaded addr2line v0.24.2 |
493 | 2024-11-22T23:15:19.543Z | Downloaded aead v0.5.2 |
494 | 2024-11-22T23:15:19.555Z | Downloaded atty v0.2.14 |
495 | 2024-11-22T23:15:19.557Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-11-22T23:15:19.563Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-11-22T23:15:19.566Z | Downloaded adler2 v2.0.0 |
498 | 2024-11-22T23:15:19.571Z | Downloaded array-init v0.0.4 |
499 | 2024-11-22T23:15:19.579Z | Downloaded async-stream v0.3.6 |
500 | 2024-11-22T23:15:19.582Z | Downloaded assert_matches v1.5.0 |
501 | 2024-11-22T23:15:19.584Z | Downloaded async-recursion v1.1.1 |
502 | 2024-11-22T23:15:19.591Z | Downloaded arrayvec v0.7.6 |
503 | 2024-11-22T23:15:19.594Z | Downloaded arrayref v0.3.9 |
504 | 2024-11-22T23:15:19.604Z | Downloaded argon2 v0.5.3 |
505 | 2024-11-22T23:15:19.607Z | Downloaded base16ct v0.2.0 |
506 | 2024-11-22T23:15:19.607Z | Downloaded atomic-waker v1.1.2 |
507 | 2024-11-22T23:15:19.607Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-11-22T23:15:19.609Z | Downloaded async-trait v0.1.83 |
509 | 2024-11-22T23:15:19.612Z | Downloaded http-body-util v0.1.2 |
510 | 2024-11-22T23:15:19.614Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-11-22T23:15:19.616Z | Downloaded hex-literal v0.4.1 |
512 | 2024-11-22T23:15:19.616Z | Downloaded hostname v0.4.0 |
513 | 2024-11-22T23:15:19.619Z | Downloaded highway v1.2.0 |
514 | 2024-11-22T23:15:19.623Z | Downloaded cfg_aliases v0.1.1 |
515 | 2024-11-22T23:15:19.623Z | Downloaded ciborium-io v0.2.2 |
516 | 2024-11-22T23:15:19.627Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-11-22T23:15:19.627Z | Downloaded async-bb8-diesel v0.2.1 |
518 | 2024-11-22T23:15:19.629Z | Downloaded hubpack_derive v0.1.1 |
519 | 2024-11-22T23:15:19.629Z | Downloaded http-range v0.1.5 |
520 | 2024-11-22T23:15:19.629Z | Downloaded headers-core v0.3.0 |
521 | 2024-11-22T23:15:19.629Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2024-11-22T23:15:19.633Z | Downloaded cstr-argument v0.1.2 |
523 | 2024-11-22T23:15:19.635Z | Downloaded crunchy v0.2.2 |
524 | 2024-11-22T23:15:19.637Z | Downloaded hmac v0.12.1 |
525 | 2024-11-22T23:15:19.640Z | Downloaded bitflags v1.3.2 |
526 | 2024-11-22T23:15:19.642Z | Downloaded bitfield v0.14.0 |
527 | 2024-11-22T23:15:19.644Z | Downloaded hostname v0.3.1 |
528 | 2024-11-22T23:15:19.647Z | Downloaded bit-vec v0.6.3 |
529 | 2024-11-22T23:15:19.649Z | Downloaded backoff v0.4.0 |
530 | 2024-11-22T23:15:19.651Z | Downloaded home v0.5.9 |
531 | 2024-11-22T23:15:19.654Z | Downloaded instant v0.1.13 |
532 | 2024-11-22T23:15:19.656Z | Downloaded heck v0.3.3 |
533 | 2024-11-22T23:15:19.656Z | Downloaded hyper-util v0.1.10 |
534 | 2024-11-22T23:15:19.660Z | Downloaded block-padding v0.3.3 |
535 | 2024-11-22T23:15:19.663Z | Downloaded bcrypt-pbkdf v0.10.0 |
536 | 2024-11-22T23:15:19.663Z | Downloaded bit-set v0.5.3 |
537 | 2024-11-22T23:15:19.667Z | Downloaded http-body v1.0.1 |
538 | 2024-11-22T23:15:19.670Z | Downloaded chacha20 v0.9.1 |
539 | 2024-11-22T23:15:19.670Z | Downloaded cexpr v0.6.0 |
540 | 2024-11-22T23:15:19.672Z | Downloaded hickory-client v0.24.1 |
541 | 2024-11-22T23:15:19.675Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2024-11-22T23:15:19.677Z | Downloaded hyper-tls v0.6.0 |
543 | 2024-11-22T23:15:19.679Z | Downloaded ctr v0.9.2 |
544 | 2024-11-22T23:15:19.681Z | Downloaded ident_case v1.0.1 |
545 | 2024-11-22T23:15:19.682Z | Downloaded colored v2.1.0 |
546 | 2024-11-22T23:15:19.684Z | Downloaded cassowary v0.3.0 |
547 | 2024-11-22T23:15:19.686Z | Downloaded cobs v0.2.3 |
548 | 2024-11-22T23:15:19.688Z | Downloaded cipher v0.4.4 |
549 | 2024-11-22T23:15:19.692Z | Downloaded indoc v1.0.9 |
550 | 2024-11-22T23:15:19.695Z | Downloaded is_ci v1.2.0 |
551 | 2024-11-22T23:15:19.695Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2024-11-22T23:15:19.697Z | Downloaded convert_case v0.4.0 |
553 | 2024-11-22T23:15:19.698Z | Downloaded cmake v0.1.51 |
554 | 2024-11-22T23:15:19.700Z | Downloaded match_cfg v0.1.0 |
555 | 2024-11-22T23:15:19.700Z | Downloaded icu_normalizer v1.5.0 |
556 | 2024-11-22T23:15:19.703Z | Downloaded md5 v0.7.0 |
557 | 2024-11-22T23:15:19.705Z | Downloaded crossbeam-deque v0.8.5 |
558 | 2024-11-22T23:15:19.707Z | Downloaded bitfield-struct v0.6.2 |
559 | 2024-11-22T23:15:19.710Z | Downloaded linked-hash-map v0.5.6 |
560 | 2024-11-22T23:15:19.710Z | Downloaded crc-catalog v2.4.0 |
561 | 2024-11-22T23:15:19.712Z | Downloaded keccak v0.1.5 |
562 | 2024-11-22T23:15:19.712Z | Downloaded matches v0.1.10 |
563 | 2024-11-22T23:15:19.715Z | Downloaded bcs v0.1.6 |
564 | 2024-11-22T23:15:19.717Z | Downloaded constant_time_eq v0.3.1 |
565 | 2024-11-22T23:15:19.717Z | Downloaded base64ct v1.6.0 |
566 | 2024-11-22T23:15:19.720Z | Downloaded instability v0.3.2 |
567 | 2024-11-22T23:15:19.722Z | Downloaded hubpack v0.1.2 |
568 | 2024-11-22T23:15:19.724Z | Downloaded base64 v0.13.1 |
569 | 2024-11-22T23:15:19.727Z | Downloaded icu_locid_transform_data v1.5.0 |
570 | 2024-11-22T23:15:19.729Z | Downloaded icu_locid_transform v1.5.0 |
571 | 2024-11-22T23:15:19.733Z | Downloaded sync_wrapper v1.0.1 |
572 | 2024-11-22T23:15:19.736Z | Downloaded libsw v3.3.1 |
573 | 2024-11-22T23:15:19.739Z | Downloaded time-core v0.1.2 |
574 | 2024-11-22T23:15:19.739Z | Downloaded strum v0.26.3 |
575 | 2024-11-22T23:15:19.739Z | Downloaded arc-swap v1.7.1 |
576 | 2024-11-22T23:15:19.742Z | Downloaded rand_chacha v0.3.1 |
577 | 2024-11-22T23:15:19.744Z | Downloaded ipnetwork v0.20.0 |
578 | 2024-11-22T23:15:19.746Z | Downloaded ciborium v0.2.2 |
579 | 2024-11-22T23:15:19.748Z | Downloaded bzip2 v0.4.4 |
580 | 2024-11-22T23:15:19.751Z | Downloaded indent_write v2.2.0 |
581 | 2024-11-22T23:15:19.754Z | Downloaded toolchain_find v0.4.0 |
582 | 2024-11-22T23:15:19.756Z | Downloaded quick-error v1.2.3 |
583 | 2024-11-22T23:15:19.756Z | Downloaded csv-core v0.1.11 |
584 | 2024-11-22T23:15:19.760Z | Downloaded maplit v1.0.2 |
585 | 2024-11-22T23:15:19.760Z | Downloaded managed v0.8.0 |
586 | 2024-11-22T23:15:19.762Z | Downloaded lockfree-object-pool v0.1.6 |
587 | 2024-11-22T23:15:19.765Z | Downloaded lru-cache v0.1.2 |
588 | 2024-11-22T23:15:19.765Z | Downloaded is-terminal v0.4.13 |
589 | 2024-11-22T23:15:19.768Z | Downloaded lazycell v1.3.0 |
590 | 2024-11-22T23:15:19.768Z | Downloaded mime v0.3.17 |
591 | 2024-11-22T23:15:19.771Z | Downloaded const_format_proc_macros v0.2.33 |
592 | 2024-11-22T23:15:19.775Z | Downloaded memoffset v0.9.1 |
593 | 2024-11-22T23:15:19.775Z | Downloaded rustc-hash v1.1.0 |
594 | 2024-11-22T23:15:19.776Z | Downloaded ref-cast-impl v1.0.23 |
595 | 2024-11-22T23:15:19.778Z | Downloaded libefi-sys v0.1.0 |
596 | 2024-11-22T23:15:19.778Z | Downloaded maybe-uninit v2.0.0 |
597 | 2024-11-22T23:15:19.779Z | Downloaded lru v0.12.5 |
598 | 2024-11-22T23:15:19.782Z | Downloaded mime_guess v2.0.5 |
599 | 2024-11-22T23:15:19.785Z | Downloaded cookie_store v0.21.0 |
600 | 2024-11-22T23:15:19.788Z | Downloaded want v0.3.1 |
601 | 2024-11-22T23:15:19.788Z | Downloaded waitgroup v0.1.2 |
602 | 2024-11-22T23:15:19.788Z | Downloaded md-5 v0.10.6 |
603 | 2024-11-22T23:15:19.790Z | Downloaded hyper-rustls v0.27.3 |
604 | 2024-11-22T23:15:19.793Z | Downloaded darling v0.20.10 |
605 | 2024-11-22T23:15:19.797Z | Downloaded slog-scope v4.4.0 |
606 | 2024-11-22T23:15:19.800Z | Downloaded slab v0.4.9 |
607 | 2024-11-22T23:15:19.803Z | Downloaded spin v0.5.2 |
608 | 2024-11-22T23:15:19.806Z | Downloaded ssh-cipher v0.2.0 |
609 | 2024-11-22T23:15:19.806Z | Downloaded foreign-types-shared v0.1.1 |
610 | 2024-11-22T23:15:19.806Z | Downloaded thread_local v1.1.8 |
611 | 2024-11-22T23:15:19.809Z | Downloaded foreign-types-shared v0.3.1 |
612 | 2024-11-22T23:15:19.809Z | Downloaded endian-type v0.1.2 |
613 | 2024-11-22T23:15:19.809Z | Downloaded ssh-encoding v0.2.0 |
614 | 2024-11-22T23:15:19.812Z | Downloaded http v1.1.0 |
615 | 2024-11-22T23:15:19.815Z | Downloaded num_threads v0.1.7 |
616 | 2024-11-22T23:15:19.819Z | Downloaded untrusted v0.7.1 |
617 | 2024-11-22T23:15:19.821Z | Downloaded topological-sort v0.2.2 |
618 | 2024-11-22T23:15:19.821Z | Downloaded termtree v0.5.1 |
619 | 2024-11-22T23:15:19.822Z | Downloaded lock_api v0.4.12 |
620 | 2024-11-22T23:15:19.824Z | Downloaded const-oid v0.9.6 |
621 | 2024-11-22T23:15:19.827Z | Downloaded memmap2 v0.9.5 |
622 | 2024-11-22T23:15:19.830Z | Downloaded tiny-keccak v2.0.2 |
623 | 2024-11-22T23:15:19.832Z | Downloaded percent-encoding v2.3.1 |
624 | 2024-11-22T23:15:19.835Z | Downloaded oso-derive v0.27.3 |
625 | 2024-11-22T23:15:19.835Z | Downloaded heapless v0.8.0 |
626 | 2024-11-22T23:15:19.838Z | Downloaded defmt-parser v0.3.4 |
627 | 2024-11-22T23:15:19.844Z | Downloaded unicase v2.7.0 |
628 | 2024-11-22T23:15:19.848Z | Downloaded rustc-demangle v0.1.24 |
629 | 2024-11-22T23:15:19.849Z | Downloaded litemap v0.7.3 |
630 | 2024-11-22T23:15:19.849Z | Downloaded crc-any v2.5.0 |
631 | 2024-11-22T23:15:19.851Z | Downloaded icu_collections v1.5.0 |
632 | 2024-11-22T23:15:19.854Z | Downloaded crossbeam-utils v0.8.20 |
633 | 2024-11-22T23:15:19.857Z | Downloaded wait-timeout v0.2.0 |
634 | 2024-11-22T23:15:19.860Z | Downloaded dirs-sys-next v0.1.2 |
635 | 2024-11-22T23:15:19.860Z | Downloaded debug-ignore v1.0.5 |
636 | 2024-11-22T23:15:19.862Z | Downloaded data-encoding v2.6.0 |
637 | 2024-11-22T23:15:19.865Z | Downloaded zeroize_derive v1.4.2 |
638 | 2024-11-22T23:15:19.865Z | Downloaded smf v0.2.3 |
639 | 2024-11-22T23:15:19.867Z | Downloaded serde_derive_internals v0.29.1 |
640 | 2024-11-22T23:15:19.869Z | Downloaded time-macros v0.2.18 |
641 | 2024-11-22T23:15:19.872Z | Downloaded zeroize v1.8.1 |
642 | 2024-11-22T23:15:19.872Z | Downloaded crossbeam-epoch v0.9.18 |
643 | 2024-11-22T23:15:19.875Z | Downloaded cookie v0.18.1 |
644 | 2024-11-22T23:15:19.877Z | Downloaded multimap v0.10.0 |
645 | 2024-11-22T23:15:19.880Z | Downloaded nanorand v0.7.0 |
646 | 2024-11-22T23:15:19.882Z | Downloaded foreign-types-macros v0.2.3 |
647 | 2024-11-22T23:15:19.882Z | Downloaded foreign-types v0.5.0 |
648 | 2024-11-22T23:15:19.884Z | Downloaded dyn-clone v1.0.17 |
649 | 2024-11-22T23:15:19.884Z | Downloaded clang-sys v1.8.1 |
650 | 2024-11-22T23:15:19.887Z | Downloaded chacha20poly1305 v0.10.1 |
651 | 2024-11-22T23:15:19.889Z | Downloaded jobserver v0.1.32 |
652 | 2024-11-22T23:15:19.902Z | Downloaded display-error-chain v0.2.2 |
653 | 2024-11-22T23:15:19.904Z | Downloaded icu_normalizer_data v1.5.0 |
654 | 2024-11-22T23:15:19.906Z | Downloaded scheduled-thread-pool v0.2.7 |
655 | 2024-11-22T23:15:19.908Z | Downloaded enum-as-inner v0.5.1 |
656 | 2024-11-22T23:15:19.908Z | Downloaded embedded-io v0.6.1 |
657 | 2024-11-22T23:15:19.911Z | Downloaded hickory-server v0.24.1 |
658 | 2024-11-22T23:15:19.916Z | Downloaded russh-keys v0.45.0 |
659 | 2024-11-22T23:15:19.919Z | Downloaded scopeguard v1.2.0 |
660 | 2024-11-22T23:15:19.922Z | Downloaded dhcproto-macros v0.1.0 |
661 | 2024-11-22T23:15:19.924Z | Downloaded hash32 v0.2.1 |
662 | 2024-11-22T23:15:19.924Z | Downloaded ghash v0.5.1 |
663 | 2024-11-22T23:15:19.931Z | Downloaded defmt v0.3.8 |
664 | 2024-11-22T23:15:19.934Z | Downloaded progenitor v0.8.0 |
665 | 2024-11-22T23:15:19.934Z | Downloaded proc-macro-crate v1.3.1 |
666 | 2024-11-22T23:15:19.934Z | Downloaded zerofrom v0.1.4 |
667 | 2024-11-22T23:15:19.934Z | Downloaded write16 v1.0.0 |
668 | 2024-11-22T23:15:19.937Z | Downloaded tower-service v0.3.3 |
669 | 2024-11-22T23:15:19.937Z | Downloaded prettyplease v0.2.25 |
670 | 2024-11-22T23:15:19.939Z | Downloaded walkdir v2.5.0 |
671 | 2024-11-22T23:15:19.942Z | Downloaded progenitor-client v0.8.0 |
672 | 2024-11-22T23:15:19.946Z | Downloaded pin-utils v0.1.0 |
673 | 2024-11-22T23:15:19.946Z | Downloaded phf_generator v0.11.2 |
674 | 2024-11-22T23:15:19.948Z | Downloaded parse-display v0.10.0 |
675 | 2024-11-22T23:15:19.948Z | Downloaded defmt-macros v0.3.9 |
676 | 2024-11-22T23:15:19.951Z | Downloaded tinystr v0.7.6 |
677 | 2024-11-22T23:15:19.955Z | Downloaded thiserror-no-std v2.0.2 |
678 | 2024-11-22T23:15:19.958Z | Downloaded const_format v0.2.33 |
679 | 2024-11-22T23:15:19.964Z | Downloaded simd-adler32 v0.3.7 |
680 | 2024-11-22T23:15:19.966Z | Downloaded num-complex v0.4.6 |
681 | 2024-11-22T23:15:19.969Z | Downloaded same-file v1.0.6 |
682 | 2024-11-22T23:15:19.971Z | Downloaded serde-big-array v0.5.1 |
683 | 2024-11-22T23:15:19.971Z | Downloaded structmeta-derive v0.3.0 |
684 | 2024-11-22T23:15:19.975Z | Downloaded structmeta v0.3.0 |
685 | 2024-11-22T23:15:19.975Z | Downloaded ena v0.14.3 |
686 | 2024-11-22T23:15:19.978Z | Downloaded strum_macros v0.24.3 |
687 | 2024-11-22T23:15:19.981Z | Downloaded uuid v1.11.0 |
688 | 2024-11-22T23:15:19.984Z | Downloaded parking_lot_core v0.8.6 |
689 | 2024-11-22T23:15:19.986Z | Downloaded structmeta-derive v0.2.0 |
690 | 2024-11-22T23:15:19.986Z | Downloaded unicode-xid v0.2.6 |
691 | 2024-11-22T23:15:19.989Z | Downloaded sync-ptr v0.1.1 |
692 | 2024-11-22T23:15:19.991Z | Downloaded sqlparser_derive v0.2.2 |
693 | 2024-11-22T23:15:19.991Z | Downloaded base64 v0.21.7 |
694 | 2024-11-22T23:15:19.994Z | Downloaded pin-project-lite v0.2.14 |
695 | 2024-11-22T23:15:20.000Z | Downloaded openssl-macros v0.1.1 |
696 | 2024-11-22T23:15:20.002Z | Downloaded dsl_auto_type v0.1.2 |
697 | 2024-11-22T23:15:20.002Z | Downloaded zerofrom-derive v0.1.4 |
698 | 2024-11-22T23:15:20.005Z | Downloaded hash32 v0.3.1 |
699 | 2024-11-22T23:15:20.007Z | Downloaded precomputed-hash v0.1.1 |
700 | 2024-11-22T23:15:20.007Z | Downloaded aes v0.8.4 |
701 | 2024-11-22T23:15:20.011Z | Downloaded normalize-line-endings v0.3.0 |
702 | 2024-11-22T23:15:20.013Z | Downloaded postcard v1.0.10 |
703 | 2024-11-22T23:15:20.015Z | Downloaded phf v0.11.2 |
704 | 2024-11-22T23:15:20.017Z | Downloaded packed_struct_codegen v0.10.1 |
705 | 2024-11-22T23:15:20.020Z | Downloaded writeable v0.5.5 |
706 | 2024-11-22T23:15:20.020Z | Downloaded pem v3.0.4 |
707 | 2024-11-22T23:15:20.022Z | Downloaded postgres-protocol v0.6.7 |
708 | 2024-11-22T23:15:20.025Z | Downloaded try-lock v0.2.5 |
709 | 2024-11-22T23:15:20.027Z | Downloaded qorb v0.2.0 |
710 | 2024-11-22T23:15:20.029Z | Downloaded base64 v0.22.1 |
711 | 2024-11-22T23:15:20.035Z | Downloaded darling_macro v0.20.10 |
712 | 2024-11-22T23:15:20.037Z | Downloaded yoke-derive v0.7.4 |
713 | 2024-11-22T23:15:20.037Z | Downloaded slog-dtrace v0.3.0 |
714 | 2024-11-22T23:15:20.039Z | Downloaded parking_lot_core v0.9.10 |
715 | 2024-11-22T23:15:20.042Z | Downloaded serde-hex v0.1.0 |
716 | 2024-11-22T23:15:20.044Z | Downloaded serde_plain v1.0.2 |
717 | 2024-11-22T23:15:20.047Z | Downloaded semver v0.1.20 |
718 | 2024-11-22T23:15:20.047Z | Downloaded float-ord v0.3.2 |
719 | 2024-11-22T23:15:20.049Z | Downloaded secrecy v0.8.0 |
720 | 2024-11-22T23:15:20.049Z | Downloaded icu_properties v1.5.1 |
721 | 2024-11-22T23:15:20.052Z | Downloaded mirai-annotations v1.12.0 |
722 | 2024-11-22T23:15:20.055Z | Downloaded tokio-rustls v0.24.1 |
723 | 2024-11-22T23:15:20.057Z | Downloaded parking_lot v0.12.3 |
724 | 2024-11-22T23:15:20.059Z | Downloaded slog-stdlog v4.1.1 |
725 | 2024-11-22T23:15:20.061Z | Downloaded path-slash v0.1.5 |
726 | 2024-11-22T23:15:20.064Z | Downloaded supports-color v3.0.1 |
727 | 2024-11-22T23:15:20.064Z | Downloaded subtle v2.6.1 |
728 | 2024-11-22T23:15:20.068Z | Downloaded predicates v3.1.2 |
729 | 2024-11-22T23:15:20.070Z | Downloaded newline-converter v0.3.0 |
730 | 2024-11-22T23:15:20.070Z | Downloaded env_logger v0.11.5 |
731 | 2024-11-22T23:15:20.073Z | Downloaded des v0.8.1 |
732 | 2024-11-22T23:15:20.075Z | Downloaded form_urlencoded v1.2.1 |
733 | 2024-11-22T23:15:20.077Z | Downloaded fallible-iterator v0.2.0 |
734 | 2024-11-22T23:15:20.080Z | Downloaded hyper v1.5.0 |
735 | 2024-11-22T23:15:20.085Z | Downloaded pbkdf2 v0.11.0 |
736 | 2024-11-22T23:15:20.088Z | Downloaded rpassword v7.3.1 |
737 | 2024-11-22T23:15:20.091Z | Downloaded peg-runtime v0.8.3 |
738 | 2024-11-22T23:15:20.091Z | Downloaded pem-rfc7468 v0.7.0 |
739 | 2024-11-22T23:15:20.093Z | Downloaded half v2.4.1 |
740 | 2024-11-22T23:15:20.096Z | Downloaded ref-cast v1.0.23 |
741 | 2024-11-22T23:15:20.099Z | Downloaded group v0.13.0 |
742 | 2024-11-22T23:15:20.101Z | Downloaded num v0.4.3 |
743 | 2024-11-22T23:15:20.103Z | Downloaded fragile v2.0.0 |
744 | 2024-11-22T23:15:20.105Z | Downloaded zone v0.3.0 |
745 | 2024-11-22T23:15:20.107Z | Downloaded utf8_iter v1.0.4 |
746 | 2024-11-22T23:15:20.110Z | Downloaded unicode-bidi v0.3.17 |
747 | 2024-11-22T23:15:20.112Z | Downloaded utf16_iter v1.0.5 |
748 | 2024-11-22T23:15:20.112Z | Downloaded utf-8 v0.7.6 |
749 | 2024-11-22T23:15:20.114Z | Downloaded minimal-lexical v0.2.1 |
750 | 2024-11-22T23:15:20.120Z | Downloaded zone_cfg_derive v0.3.0 |
751 | 2024-11-22T23:15:20.123Z | Downloaded zone_cfg_derive v0.1.2 |
752 | 2024-11-22T23:15:20.123Z | Downloaded fallible-iterator v0.3.0 |
753 | 2024-11-22T23:15:20.123Z | Downloaded float-cmp v0.9.0 |
754 | 2024-11-22T23:15:20.125Z | Downloaded foldhash v0.1.3 |
755 | 2024-11-22T23:15:20.127Z | Downloaded tls_codec_derive v0.4.1 |
756 | 2024-11-22T23:15:20.129Z | Downloaded env_filter v0.1.2 |
757 | 2024-11-22T23:15:20.129Z | Downloaded deranged v0.3.11 |
758 | 2024-11-22T23:15:20.132Z | Downloaded unicode-properties v0.1.3 |
759 | 2024-11-22T23:15:20.135Z | Downloaded paste v1.0.15 |
760 | 2024-11-22T23:15:20.137Z | Downloaded rand_seeder v0.3.0 |
761 | 2024-11-22T23:15:20.140Z | Downloaded peg v0.8.4 |
762 | 2024-11-22T23:15:20.144Z | Downloaded fs_extra v1.3.0 |
763 | 2024-11-22T23:15:20.147Z | Downloaded aes-gcm v0.10.3 |
764 | 2024-11-22T23:15:20.151Z | Downloaded password-hash v0.5.0 |
765 | 2024-11-22T23:15:20.153Z | Downloaded pbkdf2 v0.12.2 |
766 | 2024-11-22T23:15:20.159Z | Downloaded shell-words v1.1.0 |
767 | 2024-11-22T23:15:20.159Z | Downloaded sha1 v0.10.6 |
768 | 2024-11-22T23:15:20.171Z | Downloaded sec1 v0.7.3 |
769 | 2024-11-22T23:15:20.171Z | Downloaded phf_codegen v0.11.2 |
770 | 2024-11-22T23:15:20.171Z | Downloaded samael v0.0.17 |
771 | 2024-11-22T23:15:20.181Z | Downloaded tinyvec_macros v0.1.1 |
772 | 2024-11-22T23:15:20.181Z | Downloaded shlex v1.3.0 |
773 | 2024-11-22T23:15:20.181Z | Downloaded strip-ansi-escapes v0.2.0 |
774 | 2024-11-22T23:15:20.181Z | Downloaded untrusted v0.9.0 |
775 | 2024-11-22T23:15:20.182Z | Downloaded stringprep v0.1.5 |
776 | 2024-11-22T23:15:20.182Z | Downloaded signal-hook-registry v1.4.2 |
777 | 2024-11-22T23:15:20.182Z | Downloaded der_derive v0.7.3 |
778 | 2024-11-22T23:15:20.182Z | Downloaded tungstenite v0.24.0 |
779 | 2024-11-22T23:15:20.185Z | Downloaded termtree v0.4.1 |
780 | 2024-11-22T23:15:20.185Z | Downloaded tungstenite v0.23.0 |
781 | 2024-11-22T23:15:20.189Z | Downloaded diesel_table_macro_syntax v0.2.0 |
782 | 2024-11-22T23:15:20.191Z | Downloaded either v1.13.0 |
783 | 2024-11-22T23:15:20.194Z | Downloaded flagset v0.4.6 |
784 | 2024-11-22T23:15:20.194Z | Downloaded fixedbitset v0.4.2 |
785 | 2024-11-22T23:15:20.198Z | Downloaded zone v0.1.8 |
786 | 2024-11-22T23:15:20.198Z | Downloaded hashlink v0.9.1 |
787 | 2024-11-22T23:15:20.200Z | Downloaded multer v3.1.0 |
788 | 2024-11-22T23:15:20.203Z | Downloaded futures-macro v0.3.31 |
789 | 2024-11-22T23:15:20.203Z | Downloaded derive_builder v0.20.2 |
790 | 2024-11-22T23:15:20.209Z | Downloaded password-hash v0.4.2 |
791 | 2024-11-22T23:15:20.216Z | Downloaded derive_more v0.99.18 |
792 | 2024-11-22T23:15:20.218Z | Downloaded number_prefix v0.4.0 |
793 | 2024-11-22T23:15:20.218Z | Downloaded fxhash v0.2.1 |
794 | 2024-11-22T23:15:20.227Z | Downloaded num_enum_derive v0.5.11 |
795 | 2024-11-22T23:15:20.227Z | Downloaded num_enum v0.5.11 |
796 | 2024-11-22T23:15:20.232Z | Downloaded rcgen v0.12.1 |
797 | 2024-11-22T23:15:20.232Z | Downloaded libxml v0.3.3 |
798 | 2024-11-22T23:15:20.235Z | Downloaded parse-size v1.1.0 |
799 | 2024-11-22T23:15:20.239Z | Downloaded peg-macros v0.8.4 |
800 | 2024-11-22T23:15:20.239Z | Downloaded string_cache v0.8.7 |
801 | 2024-11-22T23:15:20.242Z | Downloaded slog-bunyan v2.5.0 |
802 | 2024-11-22T23:15:20.242Z | Downloaded slog-async v2.8.0 |
803 | 2024-11-22T23:15:20.244Z | Downloaded rfc6979 v0.4.0 |
804 | 2024-11-22T23:15:20.246Z | Downloaded rustls-pemfile v1.0.4 |
805 | 2024-11-22T23:15:20.248Z | Downloaded resolv-conf v0.7.0 |
806 | 2024-11-22T23:15:20.251Z | Downloaded tokio-stream v0.1.16 |
807 | 2024-11-22T23:15:20.254Z | Downloaded tls_codec v0.4.1 |
808 | 2024-11-22T23:15:20.257Z | Downloaded yasna v0.5.2 |
809 | 2024-11-22T23:15:20.259Z | Downloaded uzers v0.12.1 |
810 | 2024-11-22T23:15:20.262Z | Downloaded xattr v1.3.1 |
811 | 2024-11-22T23:15:20.264Z | Downloaded thiserror-impl-no-std v2.0.2 |
812 | 2024-11-22T23:15:20.266Z | Downloaded xz2 v0.1.7 |
813 | 2024-11-22T23:15:20.269Z | Downloaded strum_macros v0.25.3 |
814 | 2024-11-22T23:15:20.271Z | Downloaded tokio-tungstenite v0.21.0 |
815 | 2024-11-22T23:15:20.276Z | Downloaded futures-task v0.3.31 |
816 | 2024-11-22T23:15:20.282Z | Downloaded futures-sink v0.3.31 |
817 | 2024-11-22T23:15:20.282Z | Downloaded filetime v0.2.25 |
818 | 2024-11-22T23:15:20.282Z | Downloaded zerocopy-derive v0.8.10 |
819 | 2024-11-22T23:15:20.285Z | Downloaded mockall_derive v0.13.0 |
820 | 2024-11-22T23:15:20.289Z | Downloaded miniz_oxide v0.8.0 |
821 | 2024-11-22T23:15:20.291Z | Downloaded radium v0.7.0 |
822 | 2024-11-22T23:15:20.293Z | Downloaded ron v0.7.1 |
823 | 2024-11-22T23:15:20.300Z | Downloaded pkg-config v0.3.31 |
824 | 2024-11-22T23:15:20.302Z | Downloaded parse-display-derive v0.10.0 |
825 | 2024-11-22T23:15:20.302Z | Downloaded packed_struct v0.10.1 |
826 | 2024-11-22T23:15:20.305Z | Downloaded pretty-hex v0.2.1 |
827 | 2024-11-22T23:15:20.305Z | Downloaded poly1305 v0.8.0 |
828 | 2024-11-22T23:15:20.309Z | Downloaded vte_generate_state_changes v0.1.2 |
829 | 2024-11-22T23:15:20.312Z | Downloaded opaque-debug v0.3.1 |
830 | 2024-11-22T23:15:20.312Z | Downloaded derive_builder_macro v0.20.2 |
831 | 2024-11-22T23:15:20.316Z | Downloaded tokio-native-tls v0.3.1 |
832 | 2024-11-22T23:15:20.316Z | Downloaded test-strategy v0.3.1 |
833 | 2024-11-22T23:15:20.318Z | Downloaded termios v0.3.3 |
834 | 2024-11-22T23:15:20.322Z | Downloaded termcolor v1.4.1 |
835 | 2024-11-22T23:15:20.326Z | Downloaded tokio-tungstenite v0.24.0 |
836 | 2024-11-22T23:15:20.329Z | Downloaded rustls-pemfile v2.2.0 |
837 | 2024-11-22T23:15:20.329Z | Downloaded ssh-key v0.6.6 |
838 | 2024-11-22T23:15:20.335Z | Downloaded openssl-probe v0.1.5 |
839 | 2024-11-22T23:15:20.339Z | Downloaded headers v0.4.0 |
840 | 2024-11-22T23:15:20.343Z | Downloaded flume v0.11.1 |
841 | 2024-11-22T23:15:20.347Z | Downloaded ff v0.13.0 |
842 | 2024-11-22T23:15:20.350Z | Downloaded quinn v0.11.5 |
843 | 2024-11-22T23:15:20.354Z | Downloaded sigpipe v0.1.3 |
844 | 2024-11-22T23:15:20.356Z | Downloaded expectorate v1.1.0 |
845 | 2024-11-22T23:15:20.358Z | Downloaded gethostname v0.5.0 |
846 | 2024-11-22T23:15:20.360Z | Downloaded time v0.3.36 |
847 | 2024-11-22T23:15:20.367Z | Downloaded spki v0.7.3 |
848 | 2024-11-22T23:15:20.370Z | Downloaded nibble_vec v0.1.0 |
849 | 2024-11-22T23:15:20.373Z | Downloaded owo-colors v4.1.0 |
850 | 2024-11-22T23:15:20.375Z | Downloaded parking_lot v0.11.2 |
851 | 2024-11-22T23:15:20.377Z | Downloaded foreign-types v0.3.2 |
852 | 2024-11-22T23:15:20.380Z | Downloaded wyz v0.5.1 |
853 | 2024-11-22T23:15:20.382Z | Downloaded serde_urlencoded v0.7.1 |
854 | 2024-11-22T23:15:20.382Z | Downloaded serde_repr v0.1.19 |
855 | 2024-11-22T23:15:20.384Z | Downloaded scrypt v0.11.0 |
856 | 2024-11-22T23:15:20.387Z | Downloaded psl-types v2.0.11 |
857 | 2024-11-22T23:15:20.387Z | Downloaded unarray v0.1.4 |
858 | 2024-11-22T23:15:20.391Z | Downloaded typify-macro v0.2.0 |
859 | 2024-11-22T23:15:20.393Z | Downloaded url v2.5.3 |
860 | 2024-11-22T23:15:20.395Z | Downloaded diesel-dtrace v0.3.0 |
861 | 2024-11-22T23:15:20.397Z | Downloaded tough v0.19.0 |
862 | 2024-11-22T23:15:20.406Z | Downloaded downcast v0.11.0 |
863 | 2024-11-22T23:15:20.408Z | Downloaded unicode-segmentation v1.12.0 |
864 | 2024-11-22T23:15:20.411Z | Downloaded zerovec-derive v0.10.3 |
865 | 2024-11-22T23:15:20.414Z | Downloaded aws-lc-rs v1.10.0 |
866 | 2024-11-22T23:15:20.423Z | Downloaded take_mut v0.2.2 |
867 | 2024-11-22T23:15:20.425Z | Downloaded signature v2.2.0 |
868 | 2024-11-22T23:15:20.429Z | Downloaded pin-project-internal v1.1.6 |
869 | 2024-11-22T23:15:20.430Z | Downloaded rustc_version v0.4.1 |
870 | 2024-11-22T23:15:20.433Z | Downloaded rustc_version v0.1.7 |
871 | 2024-11-22T23:15:20.433Z | Downloaded fallible-streaming-iterator v0.1.9 |
872 | 2024-11-22T23:15:20.433Z | Downloaded rayon-core v1.12.1 |
873 | 2024-11-22T23:15:20.437Z | Downloaded polyval v0.6.2 |
874 | 2024-11-22T23:15:20.440Z | Downloaded num-iter v0.1.45 |
875 | 2024-11-22T23:15:20.440Z | Downloaded primeorder v0.13.6 |
876 | 2024-11-22T23:15:20.442Z | Downloaded universal-hash v0.5.1 |
877 | 2024-11-22T23:15:20.442Z | Downloaded russh v0.45.0 |
878 | 2024-11-22T23:15:20.449Z | Downloaded num-traits v0.2.19 |
879 | 2024-11-22T23:15:20.455Z | Downloaded newtype_derive v0.1.6 |
880 | 2024-11-22T23:15:20.455Z | Downloaded nodrop v0.1.14 |
881 | 2024-11-22T23:15:20.459Z | Downloaded rand_core v0.6.4 |
882 | 2024-11-22T23:15:20.459Z | Downloaded tracing v0.1.40 |
883 | 2024-11-22T23:15:20.463Z | Downloaded displaydoc v0.2.5 |
884 | 2024-11-22T23:15:20.465Z | Downloaded russh-cryptovec v0.7.3 |
885 | 2024-11-22T23:15:20.465Z | Downloaded der v0.7.9 |
886 | 2024-11-22T23:15:20.470Z | Downloaded embedded-io v0.4.0 |
887 | 2024-11-22T23:15:20.473Z | Downloaded sct v0.7.1 |
888 | 2024-11-22T23:15:20.477Z | Downloaded r2d2 v0.8.10 |
889 | 2024-11-22T23:15:20.480Z | Downloaded rustls-pki-types v1.9.0 |
890 | 2024-11-22T23:15:20.485Z | Downloaded futures-executor v0.3.31 |
891 | 2024-11-22T23:15:20.487Z | Downloaded futures-core v0.3.31 |
892 | 2024-11-22T23:15:20.488Z | Downloaded ppv-lite86 v0.2.20 |
893 | 2024-11-22T23:15:20.488Z | Downloaded yoke v0.7.4 |
894 | 2024-11-22T23:15:20.491Z | Downloaded rsa v0.9.6 |
895 | 2024-11-22T23:15:20.496Z | Downloaded rustc-hash v2.0.0 |
896 | 2024-11-22T23:15:20.499Z | Downloaded pin-project v1.1.6 |
897 | 2024-11-22T23:15:20.509Z | Downloaded predicates-core v1.0.8 |
898 | 2024-11-22T23:15:20.512Z | Downloaded powerfmt v0.2.0 |
899 | 2024-11-22T23:15:20.512Z | Downloaded fatfs v0.3.6 |
900 | 2024-11-22T23:15:20.515Z | Downloaded phf_shared v0.10.0 |
901 | 2024-11-22T23:15:20.518Z | Downloaded derive_builder_core v0.20.2 |
902 | 2024-11-22T23:15:20.518Z | Downloaded parse-zoneinfo v0.3.1 |
903 | 2024-11-22T23:15:20.522Z | Downloaded futures-io v0.3.31 |
904 | 2024-11-22T23:15:20.525Z | Downloaded schemars v0.8.21 |
905 | 2024-11-22T23:15:20.534Z | Downloaded predicates-tree v1.0.11 |
906 | 2024-11-22T23:15:20.538Z | Downloaded num-derive v0.4.2 |
907 | 2024-11-22T23:15:20.541Z | Downloaded hashbrown v0.12.3 |
908 | 2024-11-22T23:15:20.543Z | Downloaded typify v0.2.0 |
909 | 2024-11-22T23:15:20.546Z | Downloaded which v4.4.2 |
910 | 2024-11-22T23:15:20.548Z | Downloaded tabwriter v1.4.0 |
911 | 2024-11-22T23:15:20.550Z | Downloaded futures-channel v0.3.31 |
912 | 2024-11-22T23:15:20.552Z | Downloaded nom v7.1.3 |
913 | 2024-11-22T23:15:20.557Z | Downloaded zerocopy v0.6.6 |
914 | 2024-11-22T23:15:20.560Z | Downloaded newtype-uuid v1.1.3 |
915 | 2024-11-22T23:15:20.564Z | Downloaded tokio-util v0.7.12 |
916 | 2024-11-22T23:15:20.569Z | Downloaded spin v0.9.8 |
917 | 2024-11-22T23:15:20.572Z | Downloaded ed25519-dalek v2.1.1 |
918 | 2024-11-22T23:15:20.576Z | Downloaded ed25519 v2.2.3 |
919 | 2024-11-22T23:15:20.578Z | Downloaded num-bigint v0.4.6 |
920 | 2024-11-22T23:15:20.582Z | Downloaded slog-json v2.6.1 |
921 | 2024-11-22T23:15:20.584Z | Downloaded stable_deref_trait v1.2.0 |
922 | 2024-11-22T23:15:20.587Z | Downloaded postgres-types v0.2.8 |
923 | 2024-11-22T23:15:20.591Z | Downloaded phf_shared v0.11.2 |
924 | 2024-11-22T23:15:20.591Z | Downloaded futures v0.3.31 |
925 | 2024-11-22T23:15:20.596Z | Downloaded tungstenite v0.21.0 |
926 | 2024-11-22T23:15:20.601Z | Downloaded tracing-core v0.1.32 |
927 | 2024-11-22T23:15:20.604Z | Downloaded openssl-sys v0.9.103 |
928 | 2024-11-22T23:15:20.608Z | Downloaded glob v0.3.1 |
929 | 2024-11-22T23:15:20.612Z | Downloaded quinn-udp v0.5.5 |
930 | 2024-11-22T23:15:20.616Z | Downloaded twox-hash v1.6.3 |
931 | 2024-11-22T23:15:20.616Z | Downloaded snafu-derive v0.8.5 |
932 | 2024-11-22T23:15:20.619Z | Downloaded icu_properties_data v1.5.0 |
933 | 2024-11-22T23:15:20.626Z | Downloaded globset v0.4.15 |
934 | 2024-11-22T23:15:20.628Z | Downloaded vte v0.11.1 |
935 | 2024-11-22T23:15:20.631Z | Downloaded zip v0.6.6 |
936 | 2024-11-22T23:15:20.635Z | Downloaded serde_yaml v0.9.34+deprecated |
937 | 2024-11-22T23:15:20.639Z | Downloaded ecdsa v0.16.9 |
938 | 2024-11-22T23:15:20.642Z | Downloaded omicron-zone-package v0.11.1 |
939 | 2024-11-22T23:15:20.644Z | Downloaded vsss-rs v3.3.4 |
940 | 2024-11-22T23:15:20.648Z | Downloaded tokio-rustls v0.26.0 |
941 | 2024-11-22T23:15:20.651Z | Downloaded olpc-cjson v0.1.4 |
942 | 2024-11-22T23:15:20.654Z | Downloaded darling_core v0.20.10 |
943 | 2024-11-22T23:15:20.658Z | Downloaded unicode-normalization v0.1.24 |
944 | 2024-11-22T23:15:20.663Z | Downloaded getrandom v0.2.15 |
945 | 2024-11-22T23:15:20.665Z | Downloaded dropshot_endpoint v0.13.0 |
946 | 2024-11-22T23:15:20.668Z | Downloaded similar v2.6.0 |
947 | 2024-11-22T23:15:20.673Z | Downloaded rusqlite v0.32.1 |
948 | 2024-11-22T23:15:20.681Z | Downloaded tar v0.4.42 |
949 | 2024-11-22T23:15:20.684Z | Downloaded rayon v1.10.0 |
950 | 2024-11-22T23:15:20.695Z | Downloaded vergen v8.3.2 |
951 | 2024-11-22T23:15:20.697Z | Downloaded bindgen v0.69.5 |
952 | 2024-11-22T23:15:20.707Z | Downloaded publicsuffix v2.2.3 |
953 | 2024-11-22T23:15:20.709Z | Downloaded h2 v0.4.6 |
954 | 2024-11-22T23:15:20.716Z | Downloaded socket2 v0.5.7 |
955 | 2024-11-22T23:15:20.719Z | Downloaded snafu v0.8.5 |
956 | 2024-11-22T23:15:20.725Z | Downloaded lalrpop v0.19.12 |
957 | 2024-11-22T23:15:20.738Z | Downloaded unsafe-libyaml v0.2.11 |
958 | 2024-11-22T23:15:20.741Z | Downloaded chrono v0.4.38 |
959 | 2024-11-22T23:15:20.750Z | Downloaded reqwest v0.12.9 |
960 | 2024-11-22T23:15:20.759Z | Downloaded serde_with v3.11.0 |
961 | 2024-11-22T23:15:20.768Z | Downloaded tokio-postgres v0.7.12 |
962 | 2024-11-22T23:15:20.773Z | Downloaded idna v0.4.0 |
963 | 2024-11-22T23:15:20.781Z | Downloaded rand v0.8.5 |
964 | 2024-11-22T23:15:20.785Z | Downloaded hashbrown v0.14.5 |
965 | 2024-11-22T23:15:20.791Z | Downloaded flate2 v1.0.34 |
966 | 2024-11-22T23:15:20.796Z | Downloaded webpki-roots v0.26.6 |
967 | 2024-11-22T23:15:20.800Z | Downloaded bitvec v1.0.1 |
968 | 2024-11-22T23:15:20.816Z | Downloaded num-bigint-dig v0.8.4 |
969 | 2024-11-22T23:15:20.821Z | Downloaded idna v0.3.0 |
970 | 2024-11-22T23:15:20.828Z | Downloaded typed-path v0.9.3 |
971 | 2024-11-22T23:15:20.834Z | Downloaded futures-util v0.3.31 |
972 | 2024-11-22T23:15:20.847Z | Downloaded p521 v0.13.3 |
973 | 2024-11-22T23:15:20.851Z | Downloaded idna v0.5.0 |
974 | 2024-11-22T23:15:20.859Z | Downloaded steno v0.4.1 |
975 | 2024-11-22T23:15:20.863Z | Downloaded idna v0.2.3 |
976 | 2024-11-22T23:15:20.870Z | Downloaded winnow v0.5.40 |
977 | 2024-11-22T23:15:20.880Z | Downloaded quick-xml v0.33.0 |
978 | 2024-11-22T23:15:20.887Z | Downloaded rustls-webpki v0.101.7 |
979 | 2024-11-22T23:15:20.901Z | Downloaded rustls-webpki v0.102.8 |
980 | 2024-11-22T23:15:20.921Z | Downloaded quinn-proto v0.11.8 |
981 | 2024-11-22T23:15:20.927Z | Downloaded hickory-proto v0.24.1 |
982 | 2024-11-22T23:15:20.943Z | Downloaded portable-atomic v1.9.0 |
983 | 2024-11-22T23:15:20.951Z | Downloaded openssl v0.10.66 |
984 | 2024-11-22T23:15:20.960Z | Downloaded petname v2.0.2 |
985 | 2024-11-22T23:15:20.966Z | Downloaded regex v1.11.1 |
986 | 2024-11-22T23:15:20.980Z | Downloaded polar-core v0.27.3 |
987 | 2024-11-22T23:15:20.989Z | Downloaded unicode-width v0.2.0 |
988 | 2024-11-22T23:15:20.996Z | Downloaded rustls v0.21.12 |
989 | 2024-11-22T23:15:21.009Z | Downloaded proptest v1.5.0 |
990 | 2024-11-22T23:15:21.019Z | Downloaded sqlparser v0.45.0 |
991 | 2024-11-22T23:15:21.025Z | Downloaded p384 v0.13.0 |
992 | 2024-11-22T23:15:21.032Z | Downloaded regex-syntax v0.6.29 |
993 | 2024-11-22T23:15:21.040Z | Downloaded dropshot v0.12.0 |
994 | 2024-11-22T23:15:21.061Z | Downloaded regress v0.9.1 |
995 | 2024-11-22T23:15:21.069Z | Downloaded dropshot v0.13.0 |
996 | 2024-11-22T23:15:21.091Z | Downloaded chrono-tz v0.10.0 |
997 | 2024-11-22T23:15:21.101Z | Downloaded bstr v1.10.0 |
998 | 2024-11-22T23:15:21.110Z | Downloaded git2 v0.19.0 |
999 | 2024-11-22T23:15:21.119Z | Downloaded regress v0.10.1 |
1000 | 2024-11-22T23:15:21.128Z | Downloaded gimli v0.31.1 |
1001 | 2024-11-22T23:15:21.137Z | Downloaded rustls v0.22.4 |
1002 | 2024-11-22T23:15:21.151Z | Downloaded openapiv3 v2.0.0 |
1003 | 2024-11-22T23:15:21.165Z | Downloaded vcpkg v0.2.15 |
1004 | 2024-11-22T23:15:21.204Z | Downloaded trust-dns-proto v0.22.0 |
1005 | 2024-11-22T23:15:21.214Z | Downloaded nix v0.28.0 |
1006 | 2024-11-22T23:15:21.226Z | Downloaded object v0.30.4 |
1007 | 2024-11-22T23:15:21.236Z | Downloaded sled v0.34.7 |
1008 | 2024-11-22T23:15:21.247Z | Downloaded nix v0.29.0 |
1009 | 2024-11-22T23:15:21.261Z | Downloaded rustls v0.23.14 |
1010 | 2024-11-22T23:15:21.272Z | Downloaded smoltcp v0.11.0 |
1011 | 2024-11-22T23:15:21.287Z | Downloaded object v0.36.5 |
1012 | 2024-11-22T23:15:21.298Z | Downloaded regex-automata v0.4.8 |
1013 | 2024-11-22T23:15:21.315Z | Downloaded diesel v2.2.4 |
1014 | 2024-11-22T23:15:21.334Z | Downloaded ratatui v0.28.1 |
1015 | 2024-11-22T23:15:21.354Z | Downloaded nix v0.27.1 |
1016 | 2024-11-22T23:15:21.366Z | Downloaded lzma-sys v0.1.20 |
1017 | 2024-11-22T23:15:21.395Z | Downloaded typify-impl v0.2.0 |
1018 | 2024-11-22T23:15:21.413Z | Downloaded libz-sys v1.1.20 |
1019 | 2024-11-22T23:15:21.431Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1020 | 2024-11-22T23:15:21.441Z | Downloaded sha3 v0.10.8 |
1021 | 2024-11-22T23:15:21.447Z | Downloaded zerocopy-derive v0.6.6 |
1022 | 2024-11-22T23:15:21.457Z | Downloaded regex-syntax v0.8.5 |
1023 | 2024-11-22T23:15:21.464Z | Downloaded smoltcp v0.9.1 |
1024 | 2024-11-22T23:15:21.475Z | Downloaded curve25519-dalek v4.1.3 |
1025 | 2024-11-22T23:15:21.484Z | Downloaded radix_trie v0.2.1 |
1026 | 2024-11-22T23:15:21.489Z | Downloaded zerocopy v0.8.10 |
1027 | 2024-11-22T23:15:21.512Z | Downloaded petgraph v0.6.5 |
1028 | 2024-11-22T23:15:21.530Z | Downloaded synstructure v0.13.1 |
1029 | 2024-11-22T23:15:21.534Z | Downloaded num-rational v0.4.2 |
1030 | 2024-11-22T23:15:21.539Z | Downloaded dropshot_endpoint v0.12.0 |
1031 | 2024-11-22T23:15:21.539Z | Downloaded salty v0.3.0 |
1032 | 2024-11-22T23:15:21.542Z | Downloaded diesel_derives v2.2.3 |
1033 | 2024-11-22T23:15:21.546Z | Downloaded whoami v1.5.2 |
1034 | 2024-11-22T23:15:21.548Z | Downloaded reedline v0.35.0 |
1035 | 2024-11-22T23:15:21.556Z | Downloaded unicode_categories v0.1.1 |
1036 | 2024-11-22T23:15:21.558Z | Downloaded elliptic-curve v0.13.8 |
1037 | 2024-11-22T23:15:21.564Z | Downloaded tokio v1.40.0 |
1038 | 2024-11-22T23:15:21.600Z | Downloaded csv v1.3.0 |
1039 | 2024-11-22T23:15:21.619Z | Downloaded blake3 v1.5.4 |
1040 | 2024-11-22T23:15:21.626Z | Downloaded p256 v0.13.2 |
1041 | 2024-11-22T23:15:21.630Z | Downloaded x509-cert v0.2.5 |
1042 | 2024-11-22T23:15:21.636Z | Downloaded slog-envlogger v2.2.0 |
1043 | 2024-11-22T23:15:21.638Z | Downloaded tracing-attributes v0.1.27 |
1044 | 2024-11-22T23:15:21.638Z | Downloaded zip v2.1.3 |
1045 | 2024-11-22T23:15:21.642Z | Downloaded rustyline v14.0.0 |
1046 | 2024-11-22T23:15:21.647Z | Downloaded tokio-rustls v0.25.0 |
1047 | 2024-11-22T23:15:21.650Z | Downloaded mio v1.0.2 |
1048 | 2024-11-22T23:15:21.656Z | Downloaded fd-lock v4.0.2 |
1049 | 2024-11-22T23:15:21.658Z | Downloaded term v0.7.0 |
1050 | 2024-11-22T23:15:21.661Z | Downloaded num-integer v0.1.46 |
1051 | 2024-11-22T23:15:21.664Z | Downloaded serde_with_macros v3.11.0 |
1052 | 2024-11-22T23:15:21.668Z | Downloaded hashbrown v0.13.2 |
1053 | 2024-11-22T23:15:21.670Z | Downloaded diff v0.1.13 |
1054 | 2024-11-22T23:15:21.673Z | Downloaded tinyvec v1.8.0 |
1055 | 2024-11-22T23:15:21.676Z | Downloaded zerovec v0.10.4 |
1056 | 2024-11-22T23:15:21.682Z | Downloaded dirs-next v2.0.0 |
1057 | 2024-11-22T23:15:21.685Z | Downloaded difflib v0.4.0 |
1058 | 2024-11-22T23:15:21.685Z | Downloaded sqlformat v0.2.6 |
1059 | 2024-11-22T23:15:21.689Z | Downloaded slog v2.7.0 |
1060 | 2024-11-22T23:15:21.689Z | Downloaded pkcs5 v0.7.1 |
1061 | 2024-11-22T23:15:21.693Z | Downloaded libm v0.2.8 |
1062 | 2024-11-22T23:15:21.700Z | Downloaded itertools v0.13.0 |
1063 | 2024-11-22T23:15:21.706Z | Downloaded itertools v0.12.1 |
1064 | 2024-11-22T23:15:21.715Z | Downloaded zopfli v0.8.1 |
1065 | 2024-11-22T23:15:21.719Z | Downloaded encoding_rs v0.8.34 |
1066 | 2024-11-22T23:15:21.736Z | Downloaded value-bag v1.9.0 |
1067 | 2024-11-22T23:15:21.739Z | Downloaded tokio-macros v2.4.0 |
1068 | 2024-11-22T23:15:21.742Z | Downloaded strum_macros v0.26.4 |
1069 | 2024-11-22T23:15:21.742Z | Downloaded crossterm v0.28.1 |
1070 | 2024-11-22T23:15:21.747Z | Downloaded idna v1.0.3 |
1071 | 2024-11-22T23:15:21.752Z | Downloaded pkcs8 v0.10.2 |
1072 | 2024-11-22T23:15:21.754Z | Downloaded pkcs1 v0.7.5 |
1073 | 2024-11-22T23:15:21.757Z | Downloaded hkdf v0.12.4 |
1074 | 2024-11-22T23:15:21.759Z | Downloaded derive-where v1.2.7 |
1075 | 2024-11-22T23:15:21.762Z | Downloaded itertools v0.10.5 |
1076 | 2024-11-22T23:15:21.766Z | Downloaded mockall v0.13.0 |
1077 | 2024-11-22T23:15:21.769Z | Downloaded subprocess v0.2.9 |
1078 | 2024-11-22T23:15:21.771Z | Downloaded slog-term v2.9.1 |
1079 | 2024-11-22T23:15:21.774Z | Downloaded toml_edit v0.19.15 |
1080 | 2024-11-22T23:15:21.788Z | Downloaded signal-hook-mio v0.2.4 |
1081 | 2024-11-22T23:15:21.790Z | Downloaded rtoolbox v0.0.2 |
1082 | 2024-11-22T23:15:21.793Z | Downloaded signal-hook v0.3.17 |
1083 | 2024-11-22T23:15:21.797Z | Downloaded tokio-tungstenite v0.23.1 |
1084 | 2024-11-22T23:15:21.797Z | Downloaded env_logger v0.10.2 |
1085 | 2024-11-22T23:15:21.800Z | Downloaded dhcproto v0.12.0 |
1086 | 2024-11-22T23:15:21.802Z | Downloaded nu-ansi-term v0.50.1 |
1087 | 2024-11-22T23:15:21.802Z | Downloaded funty v2.0.0 |
1088 | 2024-11-22T23:15:21.805Z | Downloaded tui-tree-widget v0.22.0 |
1089 | 2024-11-22T23:15:21.805Z | Downloaded ron v0.8.1 |
1090 | 2024-11-22T23:15:21.810Z | Downloaded dunce v1.0.5 |
1091 | 2024-11-22T23:15:21.813Z | Downloaded oso v0.27.3 |
1092 | 2024-11-22T23:15:21.816Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1093 | 2024-11-22T23:15:21.869Z | Downloaded crossbeam-channel v0.5.13 |
1094 | 2024-11-22T23:15:21.872Z | Downloaded rustfmt-wrapper v0.2.1 |
1095 | 2024-11-22T23:15:21.875Z | Downloaded smallvec v1.13.2 |
1096 | 2024-11-22T23:15:21.877Z | Downloaded unicode-truncate v1.1.0 |
1097 | 2024-11-22T23:15:21.877Z | Downloaded structmeta v0.2.0 |
1098 | 2024-11-22T23:15:21.880Z | Downloaded cc v1.1.30 |
1099 | 2024-11-22T23:15:21.882Z | Downloaded toml v0.7.8 |
1100 | 2024-11-22T23:15:21.886Z | Downloaded crypto-bigint v0.5.5 |
1101 | 2024-11-22T23:15:21.890Z | Downloaded enum-as-inner v0.6.1 |
1102 | 2024-11-22T23:15:21.892Z | Downloaded bytes v1.8.0 |
1103 | 2024-11-22T23:15:21.895Z | Downloaded compact_str v0.8.0 |
1104 | 2024-11-22T23:15:21.898Z | Downloaded static_assertions v1.1.0 |
1105 | 2024-11-22T23:15:21.901Z | Downloaded smallvec v0.6.14 |
1106 | 2024-11-22T23:15:21.901Z | Downloaded salsa20 v0.10.2 |
1107 | 2024-11-22T23:15:21.904Z | Downloaded rand_xorshift v0.3.0 |
1108 | 2024-11-22T23:15:21.904Z | Downloaded progenitor-macro v0.8.0 |
1109 | 2024-11-22T23:15:21.904Z | Downloaded native-tls v0.2.12 |
1110 | 2024-11-22T23:15:21.907Z | Downloaded icu_provider v1.5.0 |
1111 | 2024-11-22T23:15:21.911Z | Downloaded progenitor-impl v0.8.0 |
1112 | 2024-11-22T23:15:21.911Z | Downloaded indicatif v0.17.9 |
1113 | 2024-11-22T23:15:21.914Z | Downloaded indexmap v1.9.3 |
1114 | 2024-11-22T23:15:21.917Z | Downloaded bumpalo v3.16.0 |
1115 | 2024-11-22T23:15:21.920Z | Downloaded backtrace v0.3.74 |
1116 | 2024-11-22T23:15:21.923Z | Downloaded aho-corasick v1.1.3 |
1117 | 2024-11-22T23:15:21.928Z | Downloaded libloading v0.8.5 |
1118 | 2024-11-22T23:15:21.932Z | Downloaded signal-hook-tokio v0.3.1 |
1119 | 2024-11-22T23:15:21.933Z | Downloaded num-conv v0.1.0 |
1120 | 2024-11-22T23:15:21.935Z | Downloaded new_debug_unreachable v1.0.6 |
1121 | 2024-11-22T23:15:21.935Z | Downloaded chrono-tz-build v0.4.0 |
1122 | 2024-11-22T23:15:21.936Z | Downloaded cancel-safe-futures v0.1.5 |
1123 | 2024-11-22T23:15:21.938Z | Downloaded tap v1.0.1 |
1124 | 2024-11-22T23:15:21.938Z | Downloaded icu_locid v1.5.0 |
1125 | 2024-11-22T23:15:21.944Z | Downloaded ipnet v2.10.1 |
1126 | 2024-11-22T23:15:21.947Z | Downloaded siphasher v0.3.11 |
1127 | 2024-11-22T23:15:21.947Z | Downloaded serde_path_to_error v0.1.16 |
1128 | 2024-11-22T23:15:21.947Z | Downloaded schemars_derive v0.8.21 |
1129 | 2024-11-22T23:15:21.947Z | Downloaded rusty-fork v0.3.0 |
1130 | 2024-11-22T23:15:21.949Z | Downloaded rustversion v1.0.17 |
1131 | 2024-11-22T23:15:21.952Z | Downloaded heapless v0.7.17 |
1132 | 2024-11-22T23:15:21.955Z | Downloaded kstat-rs v0.2.4 |
1133 | 2024-11-22T23:15:21.959Z | Downloaded hyper-staticfile v0.10.1 |
1134 | 2024-11-22T23:15:21.959Z | Downloaded blake2 v0.10.6 |
1135 | 2024-11-22T23:15:21.961Z | Downloaded iana-time-zone v0.1.61 |
1136 | 2024-11-22T23:15:21.964Z | Downloaded lazy_static v1.5.0 |
1137 | 2024-11-22T23:15:21.964Z | Downloaded lalrpop-util v0.19.12 |
1138 | 2024-11-22T23:15:21.966Z | Downloaded linear-map v1.2.0 |
1139 | 2024-11-22T23:15:21.966Z | Downloaded console v0.15.8 |
1140 | 2024-11-22T23:15:21.968Z | Downloaded impl-trait-for-tuples v0.2.2 |
1141 | 2024-11-22T23:15:21.971Z | Downloaded crc32fast v1.4.2 |
1142 | 2024-11-22T23:15:21.973Z | Downloaded crc v3.2.1 |
1143 | 2024-11-22T23:15:21.975Z | Downloaded internet-checksum v0.2.1 |
1144 | 2024-11-22T23:15:21.975Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-11-22T23:15:21.977Z | Downloaded allocator-api2 v0.2.18 |
1146 | 2024-11-22T23:15:21.980Z | Downloaded inout v0.1.3 |
1147 | 2024-11-22T23:15:21.980Z | Downloaded ciborium-ll v0.2.2 |
1148 | 2024-11-22T23:15:21.982Z | Downloaded humantime v2.1.0 |
1149 | 2024-11-22T23:15:21.982Z | Downloaded httpdate v1.0.3 |
1150 | 2024-11-22T23:15:21.984Z | Downloaded httparse v1.9.5 |
1151 | 2024-11-22T23:15:21.987Z | Downloaded hex v0.4.3 |
1152 | 2024-11-22T23:15:21.987Z | Downloaded castaway v0.2.3 |
1153 | 2024-11-22T23:15:21.989Z | Downloaded blowfish v0.9.1 |
1154 | 2024-11-22T23:15:21.989Z | Downloaded cbc v0.1.2 |
1155 | 2024-11-22T23:15:21.991Z | Downloaded buf-list v1.0.3 |
1156 | 2024-11-22T23:15:21.994Z | Downloaded bb8 v0.8.5 |
1157 | 2024-11-22T23:15:21.994Z | Downloaded ahash v0.8.11 |
1158 | 2024-11-22T23:15:22.245Z | Downloaded ring v0.17.8 |
1159 | 2024-11-22T23:15:22.352Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-11-22T23:15:22.511Z | Downloaded ring v0.16.20 |
1161 | 2024-11-22T23:15:22.758Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-22T23:15:23.059Z | Compiling serde v1.0.215 |
1163 | 2024-11-22T23:15:23.061Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-22T23:15:23.061Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-22T23:15:23.061Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-22T23:15:23.222Z | Compiling typenum v1.17.0 |
1167 | 2024-11-22T23:15:23.225Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-22T23:15:23.266Z | Compiling syn v2.0.87 |
1169 | 2024-11-22T23:15:23.269Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-22T23:15:23.396Z | Compiling subtle v2.6.1 |
1171 | 2024-11-22T23:15:23.554Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-22T23:15:23.741Z | Compiling log v0.4.22 |
1173 | 2024-11-22T23:15:23.907Z | Compiling shlex v1.3.0 |
1174 | 2024-11-22T23:15:23.927Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-22T23:15:24.029Z | Compiling const-oid v0.9.6 |
1176 | 2024-11-22T23:15:24.184Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-22T23:15:24.263Z | Compiling spin v0.9.8 |
1178 | 2024-11-22T23:15:24.343Z | Compiling cc v1.1.30 |
1179 | 2024-11-22T23:15:24.615Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-11-22T23:15:24.701Z | Compiling rustix v0.38.37 |
1181 | 2024-11-22T23:15:24.751Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-22T23:15:24.782Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-22T23:15:24.924Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-22T23:15:25.037Z | Compiling mio v1.0.2 |
1185 | 2024-11-22T23:15:25.662Z | Compiling parking_lot v0.12.3 |
1186 | 2024-11-22T23:15:25.734Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-11-22T23:15:25.902Z | Compiling either v1.13.0 |
1188 | 2024-11-22T23:15:26.086Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-22T23:15:26.152Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-11-22T23:15:26.231Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-22T23:15:26.254Z | Compiling glob v0.3.1 |
1192 | 2024-11-22T23:15:26.356Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-22T23:15:26.396Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-11-22T23:15:26.514Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-22T23:15:26.517Z | Compiling slab v0.4.9 |
1196 | 2024-11-22T23:15:26.658Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-22T23:15:26.987Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-22T23:15:27.301Z | Compiling clang-sys v1.8.1 |
1199 | 2024-11-22T23:15:27.346Z | Compiling libloading v0.8.5 |
1200 | 2024-11-22T23:15:27.511Z | Compiling nom v7.1.3 |
1201 | 2024-11-22T23:15:27.581Z | Compiling bindgen v0.69.5 |
1202 | 2024-11-22T23:15:27.890Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-22T23:15:28.096Z | Compiling home v0.5.9 |
1204 | 2024-11-22T23:15:28.361Z | Compiling futures-channel v0.3.31 |
1205 | 2024-11-22T23:15:28.443Z | Compiling itertools v0.12.1 |
1206 | 2024-11-22T23:15:28.801Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-22T23:15:28.897Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-11-22T23:15:28.968Z | Compiling pin-utils v0.1.0 |
1209 | 2024-11-22T23:15:29.053Z | Compiling foldhash v0.1.3 |
1210 | 2024-11-22T23:15:29.078Z | Compiling allocator-api2 v0.2.18 |
1211 | 2024-11-22T23:15:29.354Z | Compiling futures-io v0.3.31 |
1212 | 2024-11-22T23:15:29.688Z | Compiling futures-task v0.3.31 |
1213 | 2024-11-22T23:15:29.899Z | Compiling regex-automata v0.4.8 |
1214 | 2024-11-22T23:15:29.987Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-22T23:15:31.314Z | Compiling cexpr v0.6.0 |
1216 | 2024-11-22T23:15:31.335Z | Compiling cmake v0.1.51 |
1217 | 2024-11-22T23:15:31.469Z | Compiling synstructure v0.13.1 |
1218 | 2024-11-22T23:15:32.349Z | Compiling dunce v1.0.5 |
1219 | 2024-11-22T23:15:32.487Z | Compiling libm v0.2.8 |
1220 | 2024-11-22T23:15:32.814Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-11-22T23:15:32.908Z | Compiling fs_extra v1.3.0 |
1222 | 2024-11-22T23:15:33.076Z | Compiling pkg-config v0.3.31 |
1223 | 2024-11-22T23:15:33.120Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-22T23:15:33.200Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-22T23:15:33.707Z | Compiling ring v0.17.8 |
1226 | 2024-11-22T23:15:34.639Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-11-22T23:15:34.657Z | Compiling writeable v0.5.5 |
1228 | 2024-11-22T23:15:34.884Z | Compiling paste v1.0.15 |
1229 | 2024-11-22T23:15:34.888Z | Compiling litemap v0.7.3 |
1230 | 2024-11-22T23:15:34.888Z | Compiling base64ct v1.6.0 |
1231 | 2024-11-22T23:15:35.224Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-11-22T23:15:35.426Z | Compiling regex v1.11.1 |
1233 | 2024-11-22T23:15:35.532Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-22T23:15:36.265Z | Compiling flagset v0.4.6 |
1235 | 2024-11-22T23:15:36.444Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2024-11-22T23:15:36.464Z | Compiling httparse v1.9.5 |
1237 | 2024-11-22T23:15:36.881Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-22T23:15:37.254Z | Compiling rustls-pki-types v1.9.0 |
1239 | 2024-11-22T23:15:37.647Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2024-11-22T23:15:37.688Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-11-22T23:15:37.735Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-11-22T23:15:38.228Z | Compiling mirai-annotations v1.12.0 |
1243 | 2024-11-22T23:15:38.313Z | Compiling icu_properties_data v1.5.0 |
1244 | 2024-11-22T23:15:38.334Z | Compiling serde_derive v1.0.215 |
1245 | 2024-11-22T23:15:38.371Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-11-22T23:15:38.413Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-11-22T23:15:38.537Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-11-22T23:15:38.746Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-11-22T23:15:39.950Z | Compiling zeroize v1.8.1 |
1250 | 2024-11-22T23:15:40.049Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-22T23:15:40.104Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-11-22T23:15:40.708Z | Compiling zerocopy v0.7.35 |
1253 | 2024-11-22T23:15:41.639Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-22T23:15:41.884Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-22T23:15:42.148Z | Compiling digest v0.10.7 |
1256 | 2024-11-22T23:15:42.288Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-22T23:15:42.325Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-11-22T23:15:42.586Z | Compiling hmac v0.12.1 |
1259 | 2024-11-22T23:15:42.613Z | Compiling zerofrom v0.1.4 |
1260 | 2024-11-22T23:15:42.814Z | Compiling block-padding v0.3.3 |
1261 | 2024-11-22T23:15:42.845Z | Compiling displaydoc v0.2.5 |
1262 | 2024-11-22T23:15:43.032Z | Compiling yoke v0.7.4 |
1263 | 2024-11-22T23:15:43.051Z | Compiling inout v0.1.3 |
1264 | 2024-11-22T23:15:43.329Z | Compiling cipher v0.4.4 |
1265 | 2024-11-22T23:15:43.345Z | Compiling thiserror v1.0.69 |
1266 | 2024-11-22T23:15:43.384Z | Compiling sha2 v0.10.8 |
1267 | 2024-11-22T23:15:43.482Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-22T23:15:43.865Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-11-22T23:15:44.286Z | Compiling futures-util v0.3.31 |
1270 | 2024-11-22T23:15:44.373Z | Compiling der_derive v0.7.3 |
1271 | 2024-11-22T23:15:44.563Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-11-22T23:15:44.920Z | Compiling zerovec v0.10.4 |
1273 | 2024-11-22T23:15:45.038Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-11-22T23:15:46.724Z | Compiling tinystr v0.7.6 |
1275 | 2024-11-22T23:15:46.781Z | Compiling der v0.7.9 |
1276 | 2024-11-22T23:15:46.863Z | Compiling icu_collections v1.5.0 |
1277 | 2024-11-22T23:15:46.976Z | Compiling rand v0.8.5 |
1278 | 2024-11-22T23:15:47.146Z | Compiling icu_locid v1.5.0 |
1279 | 2024-11-22T23:15:48.329Z | Compiling icu_provider v1.5.0 |
1280 | 2024-11-22T23:15:48.718Z | Compiling tracing v0.1.40 |
1281 | 2024-11-22T23:15:48.873Z | Compiling spki v0.7.3 |
1282 | 2024-11-22T23:15:49.246Z | Compiling icu_locid_transform v1.5.0 |
1283 | 2024-11-22T23:15:49.267Z | Compiling salsa20 v0.10.2 |
1284 | 2024-11-22T23:15:49.389Z | Compiling pest v2.7.14 |
1285 | 2024-11-22T23:15:49.498Z | Compiling pbkdf2 v0.12.2 |
1286 | 2024-11-22T23:15:49.612Z | Compiling vcpkg v0.2.15 |
1287 | 2024-11-22T23:15:49.666Z | Compiling time-core v0.1.2 |
1288 | 2024-11-22T23:15:49.835Z | Compiling powerfmt v0.2.0 |
1289 | 2024-11-22T23:15:49.999Z | Compiling num-conv v0.1.0 |
1290 | 2024-11-22T23:15:50.216Z | Compiling untrusted v0.9.0 |
1291 | 2024-11-22T23:15:50.242Z | Compiling untrusted v0.7.1 |
1292 | 2024-11-22T23:15:50.263Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-22T23:15:50.391Z | Compiling icu_properties v1.5.1 |
1294 | 2024-11-22T23:15:50.410Z | Compiling deranged v0.3.11 |
1295 | 2024-11-22T23:15:51.809Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-11-22T23:15:51.880Z | Compiling pest_meta v2.7.14 |
1297 | 2024-11-22T23:15:52.281Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-22T23:15:52.365Z | Compiling bytes v1.8.0 |
1299 | 2024-11-22T23:15:52.916Z | Compiling indexmap v2.6.0 |
1300 | 2024-11-22T23:15:53.526Z | Compiling tokio v1.40.0 |
1301 | 2024-11-22T23:15:53.693Z | Compiling http v1.1.0 |
1302 | 2024-11-22T23:15:54.427Z | Compiling semver v1.0.23 |
1303 | 2024-11-22T23:15:54.486Z | Compiling scrypt v0.11.0 |
1304 | 2024-11-22T23:15:55.056Z | Compiling rustc_version v0.4.1 |
1305 | 2024-11-22T23:15:55.205Z | Compiling aes v0.8.4 |
1306 | 2024-11-22T23:15:55.323Z | Compiling cbc v0.1.2 |
1307 | 2024-11-22T23:15:55.574Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-11-22T23:15:55.873Z | Compiling num_threads v0.1.7 |
1309 | 2024-11-22T23:15:56.004Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-11-22T23:15:56.111Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-11-22T23:15:56.228Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-11-22T23:15:56.346Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-11-22T23:15:56.423Z | Compiling write16 v1.0.0 |
1314 | 2024-11-22T23:15:56.532Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-11-22T23:15:56.551Z | Compiling pkcs5 v0.7.1 |
1316 | 2024-11-22T23:15:56.909Z | Compiling which v4.4.2 |
1317 | 2024-11-22T23:15:56.946Z | Compiling time v0.3.36 |
1318 | 2024-11-22T23:15:57.123Z | Compiling scroll v0.12.0 |
1319 | 2024-11-22T23:15:57.680Z | Compiling http-body v1.0.1 |
1320 | 2024-11-22T23:15:57.789Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-22T23:15:58.024Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-11-22T23:15:58.199Z | Compiling slog v2.7.0 |
1323 | 2024-11-22T23:15:58.218Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-22T23:15:58.343Z | Compiling goblin v0.8.2 |
1325 | 2024-11-22T23:15:58.360Z | Compiling want v0.3.1 |
1326 | 2024-11-22T23:15:58.558Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-11-22T23:15:58.649Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-11-22T23:15:58.798Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-22T23:15:59.298Z | Compiling idna v1.0.3 |
1330 | 2024-11-22T23:15:59.372Z | Compiling uuid v1.11.0 |
1331 | 2024-11-22T23:15:59.683Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-11-22T23:15:59.848Z | Compiling pest_derive v2.7.14 |
1333 | 2024-11-22T23:16:00.198Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-11-22T23:16:00.437Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-11-22T23:16:00.649Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-11-22T23:16:00.850Z | Compiling rustversion v1.0.17 |
1337 | 2024-11-22T23:16:01.061Z | Compiling adler2 v2.0.0 |
1338 | 2024-11-22T23:16:01.147Z | Compiling foreign-types-shared v0.1.1 |
1339 | 2024-11-22T23:16:01.257Z | Compiling tower-service v0.3.3 |
1340 | 2024-11-22T23:16:01.275Z | Compiling base64 v0.22.1 |
1341 | 2024-11-22T23:16:01.391Z | Compiling match_cfg v0.1.0 |
1342 | 2024-11-22T23:16:01.489Z | Compiling openssl v0.10.66 |
1343 | 2024-11-22T23:16:01.576Z | Compiling iana-time-zone v0.1.61 |
1344 | 2024-11-22T23:16:01.901Z | Compiling tokio-util v0.7.12 |
1345 | 2024-11-22T23:16:02.063Z | Compiling chrono v0.4.38 |
1346 | 2024-11-22T23:16:02.158Z | Compiling hostname v0.3.1 |
1347 | 2024-11-22T23:16:02.191Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-22T23:16:02.290Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-22T23:16:02.401Z | Compiling url v2.5.3 |
1350 | 2024-11-22T23:16:03.316Z | Compiling h2 v0.4.6 |
1351 | 2024-11-22T23:16:03.821Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-11-22T23:16:04.223Z | Compiling dof v0.3.0 |
1353 | 2024-11-22T23:16:04.460Z | Compiling async-trait v0.1.83 |
1354 | 2024-11-22T23:16:04.588Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-11-22T23:16:05.267Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-22T23:16:05.804Z | Compiling data-encoding v2.6.0 |
1357 | 2024-11-22T23:16:06.396Z | Compiling syn v1.0.109 |
1358 | 2024-11-22T23:16:06.836Z | Compiling rustls v0.22.4 |
1359 | 2024-11-22T23:16:07.058Z | Compiling native-tls v0.2.12 |
1360 | 2024-11-22T23:16:07.105Z | Compiling rustls v0.23.14 |
1361 | 2024-11-22T23:16:07.265Z | Compiling siphasher v0.3.11 |
1362 | 2024-11-22T23:16:07.427Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-22T23:16:07.636Z | Compiling http-body-util v0.1.2 |
1364 | 2024-11-22T23:16:08.176Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-11-22T23:16:08.235Z | Compiling heapless v0.7.17 |
1366 | 2024-11-22T23:16:08.669Z | Compiling sha1 v0.10.6 |
1367 | 2024-11-22T23:16:08.778Z | Compiling signature v2.2.0 |
1368 | 2024-11-22T23:16:08.923Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-22T23:16:09.029Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-22T23:16:09.059Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-22T23:16:09.081Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-22T23:16:09.136Z | Compiling cookie v0.18.1 |
1373 | 2024-11-22T23:16:09.399Z | Compiling multer v3.1.0 |
1374 | 2024-11-22T23:16:09.420Z | Compiling schemars v0.8.21 |
1375 | 2024-11-22T23:16:09.651Z | Compiling slog-async v2.8.0 |
1376 | 2024-11-22T23:16:09.671Z | Compiling ipnet v2.10.1 |
1377 | 2024-11-22T23:16:09.724Z | Compiling gimli v0.31.1 |
1378 | 2024-11-22T23:16:10.189Z | Compiling hyper v1.5.0 |
1379 | 2024-11-22T23:16:10.937Z | Compiling mime v0.3.17 |
1380 | 2024-11-22T23:16:11.579Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-22T23:16:11.843Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-11-22T23:16:11.867Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-11-22T23:16:12.230Z | Compiling rayon-core v1.12.1 |
1384 | 2024-11-22T23:16:12.253Z | Compiling stringprep v0.1.5 |
1385 | 2024-11-22T23:16:12.535Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-22T23:16:13.510Z | Compiling hyper-util v0.1.10 |
1387 | 2024-11-22T23:16:13.906Z | Compiling toml_edit v0.22.22 |
1388 | 2024-11-22T23:16:14.243Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-22T23:16:14.920Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-11-22T23:16:14.966Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-22T23:16:15.924Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-11-22T23:16:15.970Z | Compiling term v0.7.0 |
1393 | 2024-11-22T23:16:16.278Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-22T23:16:16.448Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-22T23:16:16.525Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-11-22T23:16:16.554Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-11-22T23:16:16.647Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-11-22T23:16:16.997Z | Compiling futures-executor v0.3.31 |
1399 | 2024-11-22T23:16:17.152Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-22T23:16:17.422Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-11-22T23:16:17.472Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-22T23:16:17.574Z | Compiling num-integer v0.1.46 |
1403 | 2024-11-22T23:16:17.595Z | Compiling idna v0.3.0 |
1404 | 2024-11-22T23:16:17.737Z | Compiling idna v0.4.0 |
1405 | 2024-11-22T23:16:17.809Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-22T23:16:18.191Z | Compiling ff v0.13.0 |
1407 | 2024-11-22T23:16:18.372Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-22T23:16:18.406Z | Compiling object v0.36.5 |
1409 | 2024-11-22T23:16:18.512Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-22T23:16:18.831Z | Compiling fallible-iterator v0.2.0 |
1411 | 2024-11-22T23:16:18.853Z | Compiling base16ct v0.2.0 |
1412 | 2024-11-22T23:16:19.200Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-22T23:16:19.329Z | Compiling take_mut v0.2.2 |
1414 | 2024-11-22T23:16:19.436Z | Compiling num-bigint-dig v0.8.4 |
1415 | 2024-11-22T23:16:19.490Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-22T23:16:19.605Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-11-22T23:16:19.713Z | Compiling quick-error v1.2.3 |
1418 | 2024-11-22T23:16:19.847Z | Compiling utf-8 v0.7.6 |
1419 | 2024-11-22T23:16:19.869Z | Compiling rustc-demangle v0.1.24 |
1420 | 2024-11-22T23:16:20.193Z | Compiling dyn-clone v1.0.17 |
1421 | 2024-11-22T23:16:20.215Z | Compiling psl-types v2.0.11 |
1422 | 2024-11-22T23:16:20.413Z | Compiling linked-hash-map v0.5.6 |
1423 | 2024-11-22T23:16:20.434Z | Compiling publicsuffix v2.2.3 |
1424 | 2024-11-22T23:16:20.781Z | Compiling lru-cache v0.1.2 |
1425 | 2024-11-22T23:16:20.829Z | Compiling tungstenite v0.24.0 |
1426 | 2024-11-22T23:16:20.982Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-11-22T23:16:21.247Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-11-22T23:16:22.252Z | Compiling sec1 v0.7.3 |
1429 | 2024-11-22T23:16:22.598Z | Compiling async-stream v0.3.6 |
1430 | 2024-11-22T23:16:22.909Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-22T23:16:22.929Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-22T23:16:22.948Z | Compiling usdt v0.5.0 |
1433 | 2024-11-22T23:16:23.164Z | Compiling group v0.13.0 |
1434 | 2024-11-22T23:16:23.497Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-22T23:16:23.696Z | Compiling futures v0.3.31 |
1436 | 2024-11-22T23:16:23.986Z | Compiling toml v0.8.19 |
1437 | 2024-11-22T23:16:24.253Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-11-22T23:16:24.704Z | Compiling camino v1.1.9 |
1439 | 2024-11-22T23:16:25.728Z | Compiling backtrace v0.3.74 |
1440 | 2024-11-22T23:16:25.775Z | Compiling tokio-native-tls v0.3.1 |
1441 | 2024-11-22T23:16:26.198Z | Compiling phf_shared v0.11.2 |
1442 | 2024-11-22T23:16:26.218Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2024-11-22T23:16:26.618Z | Compiling terminal_size v0.4.0 |
1444 | 2024-11-22T23:16:26.802Z | Compiling waitgroup v0.1.2 |
1445 | 2024-11-22T23:16:26.847Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-11-22T23:16:27.042Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-22T23:16:27.064Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-22T23:16:27.325Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-22T23:16:27.923Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-11-22T23:16:29.473Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-11-22T23:16:30.241Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-11-22T23:16:30.438Z | Compiling idna v0.5.0 |
1453 | 2024-11-22T23:16:30.825Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-22T23:16:30.851Z | Compiling hostname v0.4.0 |
1455 | 2024-11-22T23:16:31.027Z | Compiling ahash v0.8.11 |
1456 | 2024-11-22T23:16:31.092Z | Compiling fs-err v2.11.0 |
1457 | 2024-11-22T23:16:31.327Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-22T23:16:31.366Z | Compiling winnow v0.5.40 |
1459 | 2024-11-22T23:16:31.411Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-11-22T23:16:31.538Z | Compiling managed v0.8.0 |
1461 | 2024-11-22T23:16:31.614Z | Compiling bitflags v1.3.2 |
1462 | 2024-11-22T23:16:31.710Z | Compiling hubpack v0.1.2 |
1463 | 2024-11-22T23:16:31.740Z | Compiling strum_macros v0.25.3 |
1464 | 2024-11-22T23:16:32.079Z | Compiling console v0.15.8 |
1465 | 2024-11-22T23:16:32.269Z | Compiling flate2 v1.0.34 |
1466 | 2024-11-22T23:16:33.358Z | Compiling clap_builder v4.5.21 |
1467 | 2024-11-22T23:16:33.474Z | Compiling cookie_store v0.21.0 |
1468 | 2024-11-22T23:16:33.655Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-11-22T23:16:34.224Z | Compiling zerocopy v0.6.6 |
1470 | 2024-11-22T23:16:34.574Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-11-22T23:16:35.105Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-22T23:16:35.388Z | Compiling phf v0.11.2 |
1473 | 2024-11-22T23:16:35.685Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2024-11-22T23:16:35.826Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-11-22T23:16:35.858Z | Compiling rayon v1.10.0 |
1476 | 2024-11-22T23:16:36.075Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-22T23:16:36.458Z | Compiling postgres-types v0.2.8 |
1478 | 2024-11-22T23:16:38.048Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-22T23:16:40.020Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-22T23:16:40.717Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-22T23:16:41.144Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-22T23:16:41.435Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-22T23:16:41.749Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-22T23:16:41.932Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-22T23:16:41.988Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-22T23:16:42.195Z | Compiling derive-where v1.2.7 |
1487 | 2024-11-22T23:16:42.204Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-22T23:16:42.435Z | Compiling float-cmp v0.9.0 |
1489 | 2024-11-22T23:16:42.664Z | Compiling bstr v1.10.0 |
1490 | 2024-11-22T23:16:42.780Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-22T23:16:42.943Z | Compiling fixedbitset v0.4.2 |
1492 | 2024-11-22T23:16:43.114Z | Compiling predicates-core v1.0.8 |
1493 | 2024-11-22T23:16:43.375Z | Compiling new_debug_unreachable v1.0.6 |
1494 | 2024-11-22T23:16:43.407Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-22T23:16:43.475Z | Compiling whoami v1.5.2 |
1496 | 2024-11-22T23:16:43.495Z | Compiling bit-vec v0.6.3 |
1497 | 2024-11-22T23:16:43.516Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-11-22T23:16:43.635Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-11-22T23:16:43.992Z | Compiling unicode-width v0.2.0 |
1500 | 2024-11-22T23:16:44.178Z | Compiling number_prefix v0.4.0 |
1501 | 2024-11-22T23:16:44.411Z | Compiling difflib v0.4.0 |
1502 | 2024-11-22T23:16:44.469Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2024-11-22T23:16:44.526Z | Compiling indicatif v0.17.9 |
1504 | 2024-11-22T23:16:44.560Z | Compiling similar v2.6.0 |
1505 | 2024-11-22T23:16:44.589Z | Compiling bit-set v0.5.3 |
1506 | 2024-11-22T23:16:44.887Z | Compiling predicates v3.1.2 |
1507 | 2024-11-22T23:16:45.770Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-11-22T23:16:46.084Z | Compiling string_cache v0.8.7 |
1509 | 2024-11-22T23:16:46.603Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-11-22T23:16:46.620Z | Compiling petgraph v0.6.5 |
1511 | 2024-11-22T23:16:46.698Z | Compiling ecdsa v0.16.9 |
1512 | 2024-11-22T23:16:47.009Z | Compiling rsa v0.9.6 |
1513 | 2024-11-22T23:16:47.036Z | Compiling clap v4.5.21 |
1514 | 2024-11-22T23:16:47.171Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-11-22T23:16:47.551Z | Compiling toml v0.7.8 |
1516 | 2024-11-22T23:16:48.484Z | Compiling zip v0.6.6 |
1517 | 2024-11-22T23:16:49.324Z | Compiling crossterm v0.28.1 |
1518 | 2024-11-22T23:16:50.675Z | Compiling hex v0.4.3 |
1519 | 2024-11-22T23:16:50.788Z | Compiling x509-cert v0.2.5 |
1520 | 2024-11-22T23:16:51.284Z | Compiling itertools v0.10.5 |
1521 | 2024-11-22T23:16:51.494Z | Compiling unicode-xid v0.2.6 |
1522 | 2024-11-22T23:16:51.525Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-22T23:16:51.673Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-11-22T23:16:52.040Z | Compiling strum_macros v0.26.4 |
1525 | 2024-11-22T23:16:52.233Z | Compiling xattr v1.3.1 |
1526 | 2024-11-22T23:16:52.491Z | Compiling filetime v0.2.25 |
1527 | 2024-11-22T23:16:52.803Z | Compiling tar v0.4.42 |
1528 | 2024-11-22T23:16:57.136Z | Compiling strum v0.26.3 |
1529 | 2024-11-22T23:16:59.772Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-11-22T23:17:36.041Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-11-22T23:17:39.380Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-11-22T23:17:40.929Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-11-22T23:17:41.312Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-11-22T23:17:41.671Z | Compiling reqwest v0.12.9 |
1535 | 2024-11-22T23:17:42.999Z | Compiling qorb v0.2.0 |
1536 | 2024-11-22T23:17:47.614Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-11-22T23:17:47.849Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-11-22T23:17:53.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1539 | 2024-11-22T23:17:53.744Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-11-22T23:17:53.800Z | Nov 22 23:17:52.778 INFO Starting download, target: Clickhouse |
1541 | 2024-11-22T23:17:53.800Z | Nov 22 23:17:52.778 INFO Starting download, target: Cockroach |
1542 | 2024-11-22T23:17:53.800Z | Nov 22 23:17:52.778 INFO Starting download, target: Console |
1543 | 2024-11-22T23:17:53.801Z | Nov 22 23:17:52.778 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-11-22T23:17:53.801Z | Nov 22 23:17:52.778 INFO Starting download, target: DendriteStub |
1545 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.778 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.778 INFO Starting download, target: TransceiverControl |
1547 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-11-22T23:17:53.803Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-11-22T23:17:53.804Z | Nov 22 23:17:52.779 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-11-22T23:17:54.030Z | Nov 22 23:17:53.006 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-11-22T23:17:54.305Z | Nov 22 23:17:53.248 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-11-22T23:17:54.497Z | Nov 22 23:17:53.467 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-11-22T23:17:54.655Z | Nov 22 23:17:53.628 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1558 | 2024-11-22T23:17:54.831Z | Nov 22 23:17:53.808 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-11-22T23:17:54.832Z | Nov 22 23:17:53.808 INFO Download complete, target: Console |
1560 | 2024-11-22T23:17:54.949Z | Nov 22 23:17:53.922 INFO Download complete, target: TransceiverControl |
1561 | 2024-11-22T23:17:55.234Z | Nov 22 23:17:54.210 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-11-22T23:17:55.234Z | Nov 22 23:17:54.210 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-11-22T23:17:55.940Z | Nov 22 23:17:54.917 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-22T23:17:57.362Z | Nov 22 23:17:56.338 INFO Download complete, target: DendriteStub |
1565 | 2024-11-22T23:17:57.574Z | Nov 22 23:17:56.552 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-22T23:18:02.382Z | Nov 22 23:18:01.343 INFO Checking that binary works, target: Cockroach |
1567 | 2024-11-22T23:18:02.523Z | Nov 22 23:18:01.500 INFO Download complete, target: Cockroach |
1568 | 2024-11-22T23:18:07.796Z | Nov 22 23:18:06.770 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-11-22T23:18:08.681Z | Nov 22 23:18:07.657 INFO Download complete, target: Clickhouse |
1570 | 2024-11-22T23:18:08.861Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-11-22T23:18:08.863Z | |
1572 | 2024-11-22T23:18:08.863Z | real 5:11.565156208 |
1573 | 2024-11-22T23:18:08.863Z | user 16:16.438611441 |
1574 | 2024-11-22T23:18:08.863Z | sys 3:16.709550676 |
1575 | 2024-11-22T23:18:08.863Z | trap 0.539550084 |
1576 | 2024-11-22T23:18:08.863Z | tflt 9.305867290 |
1577 | 2024-11-22T23:18:08.863Z | dflt 7.800142001 |
1578 | 2024-11-22T23:18:08.863Z | kflt 0.500689314 |
1579 | 2024-11-22T23:18:08.863Z | lock 30:36.657363779 |
1580 | 2024-11-22T23:18:08.864Z | slp 1:03:22.361407555 |
1581 | 2024-11-22T23:18:08.864Z | lat 52.283324148 |
1582 | 2024-11-22T23:18:08.864Z | stop 2:11.607722255 |
1583 | 2024-11-22T23:18:08.864Z | + banner clippy |
1584 | 2024-11-22T23:18:08.866Z | |
1585 | 2024-11-22T23:18:08.866Z | #### # # ##### ##### # # |
1586 | 2024-11-22T23:18:08.866Z | # # # # # # # # # # |
1587 | 2024-11-22T23:18:08.866Z | # # # # # # # # |
1588 | 2024-11-22T23:18:08.866Z | # # # ##### ##### # |
1589 | 2024-11-22T23:18:08.866Z | # # # # # # # |
1590 | 2024-11-22T23:18:08.866Z | #### ###### # # # # |
1591 | 2024-11-22T23:18:08.866Z | |
1592 | 2024-11-22T23:18:08.866Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-11-22T23:18:08.866Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-11-22T23:18:08.866Z | + ptime -m cargo xtask clippy |
1595 | 2024-11-22T23:18:09.387Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-11-22T23:18:12.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
1597 | 2024-11-22T23:18:12.987Z | Running `target/debug/xtask clippy` |
1598 | 2024-11-22T23:18:13.008Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1599 | 2024-11-22T23:18:13.665Z | Downloading crates ... |
1600 | 2024-11-22T23:18:13.996Z | Downloaded assert_cmd v2.0.16 |
1601 | 2024-11-22T23:18:14.020Z | Downloaded approx v0.5.1 |
1602 | 2024-11-22T23:18:14.026Z | Downloaded cfg-expr v0.17.0 |
1603 | 2024-11-22T23:18:14.029Z | Downloaded assert-json-diff v2.0.2 |
1604 | 2024-11-22T23:18:14.031Z | Downloaded blocking v1.6.1 |
1605 | 2024-11-22T23:18:14.034Z | Downloaded async-channel v2.3.1 |
1606 | 2024-11-22T23:18:14.034Z | Downloaded async-object-pool v0.1.5 |
1607 | 2024-11-22T23:18:14.036Z | Downloaded async-global-executor v2.4.1 |
1608 | 2024-11-22T23:18:14.036Z | Downloaded async-executor v1.13.1 |
1609 | 2024-11-22T23:18:14.038Z | Downloaded async-lock v3.4.0 |
1610 | 2024-11-22T23:18:14.041Z | Downloaded async-attributes v1.1.2 |
1611 | 2024-11-22T23:18:14.043Z | Downloaded blake2b_simd v1.0.2 |
1612 | 2024-11-22T23:18:14.043Z | Downloaded async-task v4.7.1 |
1613 | 2024-11-22T23:18:14.045Z | Downloaded async-channel v1.9.0 |
1614 | 2024-11-22T23:18:14.048Z | Downloaded anes v0.1.6 |
1615 | 2024-11-22T23:18:14.050Z | Downloaded async-io v2.3.4 |
1616 | 2024-11-22T23:18:14.052Z | Downloaded async-signal v0.2.10 |
1617 | 2024-11-22T23:18:14.054Z | Downloaded escape8259 v0.5.3 |
1618 | 2024-11-22T23:18:14.056Z | Downloaded doc-comment v0.3.3 |
1619 | 2024-11-22T23:18:14.057Z | Downloaded concurrent-queue v2.5.0 |
1620 | 2024-11-22T23:18:14.059Z | Downloaded cast v0.3.0 |
1621 | 2024-11-22T23:18:14.061Z | Downloaded async-process v2.3.0 |
1622 | 2024-11-22T23:18:14.064Z | Downloaded nested v0.1.1 |
1623 | 2024-11-22T23:18:14.067Z | Downloaded plotters-svg v0.3.7 |
1624 | 2024-11-22T23:18:14.070Z | Downloaded event-listener-strategy v0.5.2 |
1625 | 2024-11-22T23:18:14.074Z | Downloaded pathdiff v0.2.2 |
1626 | 2024-11-22T23:18:14.082Z | Downloaded oorandom v11.1.4 |
1627 | 2024-11-22T23:18:14.085Z | Downloaded proc-macro-crate v3.2.0 |
1628 | 2024-11-22T23:18:14.087Z | Downloaded path-tree v0.8.1 |
1629 | 2024-11-22T23:18:14.087Z | Downloaded plotters-backend v0.3.7 |
1630 | 2024-11-22T23:18:14.090Z | Downloaded piper v0.2.4 |
1631 | 2024-11-22T23:18:14.092Z | Downloaded event-listener v2.5.3 |
1632 | 2024-11-22T23:18:14.106Z | Downloaded target-triple v0.1.3 |
1633 | 2024-11-22T23:18:14.109Z | Downloaded datatest-stable v0.2.9 |
1634 | 2024-11-22T23:18:14.109Z | Downloaded criterion-plot v0.5.0 |
1635 | 2024-11-22T23:18:14.112Z | Downloaded parking v2.2.1 |
1636 | 2024-11-22T23:18:14.112Z | Downloaded num_cpus v1.16.0 |
1637 | 2024-11-22T23:18:14.114Z | Downloaded threadpool v1.8.1 |
1638 | 2024-11-22T23:18:14.116Z | Downloaded stringmetrics v2.2.2 |
1639 | 2024-11-22T23:18:14.136Z | Downloaded similar-asserts v1.6.0 |
1640 | 2024-11-22T23:18:14.136Z | Downloaded serde_regex v1.1.0 |
1641 | 2024-11-22T23:18:14.136Z | Downloaded libtest-mimic v0.7.3 |
1642 | 2024-11-22T23:18:14.136Z | Downloaded tinytemplate v1.2.1 |
1643 | 2024-11-22T23:18:14.137Z | Downloaded futures-lite v2.3.0 |
1644 | 2024-11-22T23:18:14.137Z | Downloaded kv-log-macro v1.0.7 |
1645 | 2024-11-22T23:18:14.140Z | Downloaded indoc v2.0.5 |
1646 | 2024-11-22T23:18:14.140Z | Downloaded target-lexicon v0.12.16 |
1647 | 2024-11-22T23:18:14.140Z | Downloaded rustls-native-certs v0.7.3 |
1648 | 2024-11-22T23:18:14.140Z | Downloaded relative-path v1.9.3 |
1649 | 2024-11-22T23:18:14.141Z | Downloaded httptest v0.16.1 |
1650 | 2024-11-22T23:18:14.141Z | Downloaded rust-argon2 v2.1.0 |
1651 | 2024-11-22T23:18:14.141Z | Downloaded partial-io v0.5.4 |
1652 | 2024-11-22T23:18:14.141Z | Downloaded hyper-rustls v0.26.0 |
1653 | 2024-11-22T23:18:14.143Z | Downloaded event-listener v5.3.1 |
1654 | 2024-11-22T23:18:14.145Z | Downloaded trybuild v1.0.101 |
1655 | 2024-11-22T23:18:14.148Z | Downloaded rstest v0.23.0 |
1656 | 2024-11-22T23:18:14.153Z | Downloaded yansi v1.0.1 |
1657 | 2024-11-22T23:18:14.156Z | Downloaded pretty_assertions v1.4.1 |
1658 | 2024-11-22T23:18:14.160Z | Downloaded async-std v1.13.0 |
1659 | 2024-11-22T23:18:14.175Z | Downloaded target-spec v3.2.2 |
1660 | 2024-11-22T23:18:14.178Z | Downloaded rstest_macros v0.23.0 |
1661 | 2024-11-22T23:18:14.182Z | Downloaded plotters v0.3.7 |
1662 | 2024-11-22T23:18:14.188Z | Downloaded guppy v0.17.8 |
1663 | 2024-11-22T23:18:14.193Z | Downloaded criterion v0.5.1 |
1664 | 2024-11-22T23:18:14.199Z | Downloaded rand_distr v0.4.3 |
1665 | 2024-11-22T23:18:14.201Z | Downloaded polling v3.7.3 |
1666 | 2024-11-22T23:18:14.204Z | Downloaded fancy-regex v0.13.0 |
1667 | 2024-11-22T23:18:14.207Z | Downloaded guppy-workspace-hack v0.1.0 |
1668 | 2024-11-22T23:18:14.209Z | Downloaded futures-timer v3.0.3 |
1669 | 2024-11-22T23:18:14.273Z | Downloaded httpmock v0.8.0-alpha.1 |
1670 | 2024-11-22T23:18:15.035Z | Checking cfg-if v1.0.0 |
1671 | 2024-11-22T23:18:15.110Z | Checking libc v0.2.162 |
1672 | 2024-11-22T23:18:15.131Z | Checking serde v1.0.215 |
1673 | 2024-11-22T23:18:15.152Z | Checking memchr v2.7.4 |
1674 | 2024-11-22T23:18:15.173Z | Checking value-bag v1.9.0 |
1675 | 2024-11-22T23:18:15.197Z | Checking scopeguard v1.2.0 |
1676 | 2024-11-22T23:18:15.221Z | Checking zeroize v1.8.1 |
1677 | 2024-11-22T23:18:15.243Z | Checking smallvec v1.13.2 |
1678 | 2024-11-22T23:18:15.269Z | Checking itoa v1.0.11 |
1679 | 2024-11-22T23:18:15.329Z | Checking lock_api v0.4.12 |
1680 | 2024-11-22T23:18:15.483Z | Checking byteorder v1.5.0 |
1681 | 2024-11-22T23:18:15.486Z | Checking pin-project-lite v0.2.14 |
1682 | 2024-11-22T23:18:15.587Z | Checking log v0.4.22 |
1683 | 2024-11-22T23:18:15.609Z | Checking subtle v2.6.1 |
1684 | 2024-11-22T23:18:15.638Z | Checking once_cell v1.20.2 |
1685 | 2024-11-22T23:18:15.760Z | Checking typenum v1.17.0 |
1686 | 2024-11-22T23:18:15.880Z | Checking futures-core v0.3.31 |
1687 | 2024-11-22T23:18:15.962Z | Checking libm v0.2.8 |
1688 | 2024-11-22T23:18:15.987Z | Checking thiserror v1.0.69 |
1689 | 2024-11-22T23:18:16.043Z | Checking zerocopy v0.7.35 |
1690 | 2024-11-22T23:18:16.089Z | Checking ryu v1.0.18 |
1691 | 2024-11-22T23:18:16.133Z | Checking spin v0.9.8 |
1692 | 2024-11-22T23:18:16.166Z | Checking const-oid v0.9.6 |
1693 | 2024-11-22T23:18:16.216Z | Checking getrandom v0.2.15 |
1694 | 2024-11-22T23:18:16.339Z | Checking signal-hook-registry v1.4.2 |
1695 | 2024-11-22T23:18:16.475Z | Checking rand_core v0.6.4 |
1696 | 2024-11-22T23:18:16.520Z | Checking parking_lot_core v0.9.10 |
1697 | 2024-11-22T23:18:16.584Z | Checking mio v1.0.2 |
1698 | 2024-11-22T23:18:16.788Z | Checking socket2 v0.5.7 |
1699 | 2024-11-22T23:18:16.863Z | Checking parking_lot v0.12.3 |
1700 | 2024-11-22T23:18:16.893Z | Checking num-traits v0.2.19 |
1701 | 2024-11-22T23:18:17.083Z | Checking generic-array v0.14.7 |
1702 | 2024-11-22T23:18:17.201Z | Checking futures-io v0.3.31 |
1703 | 2024-11-22T23:18:17.231Z | Checking slab v0.4.9 |
1704 | 2024-11-22T23:18:17.275Z | Checking allocator-api2 v0.2.18 |
1705 | 2024-11-22T23:18:17.399Z | Checking cpufeatures v0.2.14 |
1706 | 2024-11-22T23:18:17.502Z | Checking futures-sink v0.3.31 |
1707 | 2024-11-22T23:18:17.534Z | Checking pin-utils v0.1.0 |
1708 | 2024-11-22T23:18:17.570Z | Checking foldhash v0.1.3 |
1709 | 2024-11-22T23:18:17.636Z | Checking equivalent v1.0.1 |
1710 | 2024-11-22T23:18:17.664Z | Checking futures-channel v0.3.31 |
1711 | 2024-11-22T23:18:17.755Z | Checking futures-task v0.3.31 |
1712 | 2024-11-22T23:18:17.799Z | Checking stable_deref_trait v1.2.0 |
1713 | 2024-11-22T23:18:17.911Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-11-22T23:18:17.938Z | Checking hashbrown v0.15.0 |
1715 | 2024-11-22T23:18:17.967Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-11-22T23:18:17.992Z | Checking fnv v1.0.7 |
1717 | 2024-11-22T23:18:18.026Z | Checking futures-util v0.3.31 |
1718 | 2024-11-22T23:18:18.120Z | Checking ppv-lite86 v0.2.20 |
1719 | 2024-11-22T23:18:18.123Z | Checking tracing-core v0.1.32 |
1720 | 2024-11-22T23:18:18.220Z | Checking crypto-common v0.1.6 |
1721 | 2024-11-22T23:18:18.250Z | Checking block-buffer v0.10.4 |
1722 | 2024-11-22T23:18:18.416Z | Checking errno v0.3.9 |
1723 | 2024-11-22T23:18:18.488Z | Checking digest v0.10.7 |
1724 | 2024-11-22T23:18:18.596Z | Checking zerofrom v0.1.4 |
1725 | 2024-11-22T23:18:18.631Z | Checking dyn-clone v1.0.17 |
1726 | 2024-11-22T23:18:18.781Z | Checking block-padding v0.3.3 |
1727 | 2024-11-22T23:18:18.817Z | Checking yoke v0.7.4 |
1728 | 2024-11-22T23:18:18.842Z | Checking crossbeam-utils v0.8.20 |
1729 | 2024-11-22T23:18:18.867Z | Checking tracing v0.1.40 |
1730 | 2024-11-22T23:18:18.870Z | Checking rand_chacha v0.3.1 |
1731 | 2024-11-22T23:18:18.987Z | Checking inout v0.1.3 |
1732 | 2024-11-22T23:18:19.076Z | Checking percent-encoding v2.3.1 |
1733 | 2024-11-22T23:18:19.135Z | Checking zerovec v0.10.4 |
1734 | 2024-11-22T23:18:19.197Z | Checking writeable v0.5.5 |
1735 | 2024-11-22T23:18:19.231Z | Checking cipher v0.4.4 |
1736 | 2024-11-22T23:18:19.279Z | Checking rand v0.8.5 |
1737 | 2024-11-22T23:18:19.304Z | Checking litemap v0.7.3 |
1738 | 2024-11-22T23:18:19.522Z | Checking tinyvec_macros v0.1.1 |
1739 | 2024-11-22T23:18:19.546Z | Checking form_urlencoded v1.2.1 |
1740 | 2024-11-22T23:18:19.618Z | Checking tinyvec v1.8.0 |
1741 | 2024-11-22T23:18:19.645Z | Checking httparse v1.9.5 |
1742 | 2024-11-22T23:18:19.669Z | Checking base64ct v1.6.0 |
1743 | 2024-11-22T23:18:19.742Z | Checking atomic-waker v1.1.2 |
1744 | 2024-11-22T23:18:19.875Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-11-22T23:18:19.988Z | Checking regex-syntax v0.8.5 |
1746 | 2024-11-22T23:18:20.105Z | Checking hmac v0.12.1 |
1747 | 2024-11-22T23:18:20.108Z | Checking icu_properties_data v1.5.0 |
1748 | 2024-11-22T23:18:20.310Z | Checking untrusted v0.9.0 |
1749 | 2024-11-22T23:18:20.356Z | Checking bytes v1.8.0 |
1750 | 2024-11-22T23:18:20.383Z | Checking bitflags v2.6.0 |
1751 | 2024-11-22T23:18:20.463Z | Checking serde_json v1.0.132 |
1752 | 2024-11-22T23:18:20.552Z | Checking indexmap v2.6.0 |
1753 | 2024-11-22T23:18:20.676Z | Checking chrono v0.4.38 |
1754 | 2024-11-22T23:18:20.853Z | Checking rustix v0.38.37 |
1755 | 2024-11-22T23:18:20.983Z | Checking uuid v1.11.0 |
1756 | 2024-11-22T23:18:21.183Z | Checking tokio v1.40.0 |
1757 | 2024-11-22T23:18:21.562Z | Checking http v1.1.0 |
1758 | 2024-11-22T23:18:21.847Z | Checking tinystr v0.7.6 |
1759 | 2024-11-22T23:18:22.213Z | Checking icu_locid v1.5.0 |
1760 | 2024-11-22T23:18:22.269Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-11-22T23:18:22.853Z | Checking schemars v0.8.21 |
1762 | 2024-11-22T23:18:22.976Z | Checking icu_collections v1.5.0 |
1763 | 2024-11-22T23:18:23.139Z | Checking ring v0.17.8 |
1764 | 2024-11-22T23:18:23.171Z | Checking sha2 v0.10.8 |
1765 | 2024-11-22T23:18:23.218Z | Checking icu_provider v1.5.0 |
1766 | 2024-11-22T23:18:23.281Z | Checking aho-corasick v1.1.3 |
1767 | 2024-11-22T23:18:23.644Z | Checking utf16_iter v1.0.5 |
1768 | 2024-11-22T23:18:23.763Z | Checking unicode-ident v1.0.13 |
1769 | 2024-11-22T23:18:23.820Z | Checking write16 v1.0.0 |
1770 | 2024-11-22T23:18:23.898Z | Checking icu_locid_transform v1.5.0 |
1771 | 2024-11-22T23:18:23.932Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-11-22T23:18:23.959Z | Checking icu_normalizer_data v1.5.0 |
1773 | 2024-11-22T23:18:24.063Z | Checking utf8_iter v1.0.4 |
1774 | 2024-11-22T23:18:24.282Z | Checking lazy_static v1.5.0 |
1775 | 2024-11-22T23:18:24.399Z | Checking powerfmt v0.2.0 |
1776 | 2024-11-22T23:18:24.426Z | Checking adler2 v2.0.0 |
1777 | 2024-11-22T23:18:24.515Z | Checking num_threads v0.1.7 |
1778 | 2024-11-22T23:18:24.590Z | Checking rustls-pki-types v1.9.0 |
1779 | 2024-11-22T23:18:24.593Z | Checking miniz_oxide v0.8.0 |
1780 | 2024-11-22T23:18:24.643Z | Checking num-conv v0.1.0 |
1781 | 2024-11-22T23:18:24.683Z | Checking deranged v0.3.11 |
1782 | 2024-11-22T23:18:24.880Z | Checking icu_properties v1.5.1 |
1783 | 2024-11-22T23:18:24.906Z | Checking regex-automata v0.4.8 |
1784 | 2024-11-22T23:18:24.928Z | Checking time-core v0.1.2 |
1785 | 2024-11-22T23:18:24.988Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-11-22T23:18:25.098Z | Checking pem-rfc7468 v0.7.0 |
1787 | 2024-11-22T23:18:25.185Z | Checking untrusted v0.7.1 |
1788 | 2024-11-22T23:18:25.354Z | Checking http-body v1.0.1 |
1789 | 2024-11-22T23:18:25.356Z | Checking aws-lc-sys v0.22.0 |
1790 | 2024-11-22T23:18:25.398Z | Checking try-lock v0.2.5 |
1791 | 2024-11-22T23:18:25.547Z | Checking base64 v0.22.1 |
1792 | 2024-11-22T23:18:25.572Z | Checking mirai-annotations v1.12.0 |
1793 | 2024-11-22T23:18:25.697Z | Checking quote v1.0.37 |
1794 | 2024-11-22T23:18:25.752Z | Checking httpdate v1.0.3 |
1795 | 2024-11-22T23:18:26.018Z | Checking want v0.3.1 |
1796 | 2024-11-22T23:18:26.075Z | Checking syn v2.0.87 |
1797 | 2024-11-22T23:18:26.079Z | Checking flagset v0.4.6 |
1798 | 2024-11-22T23:18:26.221Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-11-22T23:18:26.307Z | Checking der v0.7.9 |
1800 | 2024-11-22T23:18:26.401Z | Checking aes v0.8.4 |
1801 | 2024-11-22T23:18:26.548Z | Checking time v0.3.36 |
1802 | 2024-11-22T23:18:27.372Z | Checking cbc v0.1.2 |
1803 | 2024-11-22T23:18:27.596Z | Checking salsa20 v0.10.2 |
1804 | 2024-11-22T23:18:27.828Z | Checking ahash v0.8.11 |
1805 | 2024-11-22T23:18:27.984Z | Checking aws-lc-rs v1.10.0 |
1806 | 2024-11-22T23:18:28.091Z | Checking icu_normalizer v1.5.0 |
1807 | 2024-11-22T23:18:28.145Z | Checking spki v0.7.3 |
1808 | 2024-11-22T23:18:28.391Z | Checking slog v2.7.0 |
1809 | 2024-11-22T23:18:28.440Z | Checking tower-service v0.3.3 |
1810 | 2024-11-22T23:18:28.463Z | Checking tokio-util v0.7.12 |
1811 | 2024-11-22T23:18:28.560Z | Checking scrypt v0.11.0 |
1812 | 2024-11-22T23:18:28.794Z | Checking gimli v0.31.1 |
1813 | 2024-11-22T23:18:28.848Z | Checking idna_adapter v1.2.0 |
1814 | 2024-11-22T23:18:28.926Z | Checking mime v0.3.17 |
1815 | 2024-11-22T23:18:29.054Z | Checking idna v1.0.3 |
1816 | 2024-11-22T23:18:29.079Z | Checking pkcs5 v0.7.1 |
1817 | 2024-11-22T23:18:29.266Z | Checking object v0.36.5 |
1818 | 2024-11-22T23:18:29.344Z | Checking h2 v0.4.6 |
1819 | 2024-11-22T23:18:29.537Z | Checking url v2.5.3 |
1820 | 2024-11-22T23:18:29.562Z | Checking rustc-demangle v0.1.24 |
1821 | 2024-11-22T23:18:29.587Z | Checking utf8parse v0.2.2 |
1822 | 2024-11-22T23:18:29.737Z | Checking pkcs8 v0.10.2 |
1823 | 2024-11-22T23:18:29.866Z | Checking rustls-webpki v0.102.8 |
1824 | 2024-11-22T23:18:29.986Z | Checking regex v1.11.1 |
1825 | 2024-11-22T23:18:30.051Z | Checking http-body-util v0.1.2 |
1826 | 2024-11-22T23:18:30.371Z | Checking futures-executor v0.3.31 |
1827 | 2024-11-22T23:18:30.553Z | Checking serde_spanned v0.6.8 |
1828 | 2024-11-22T23:18:30.613Z | Checking toml_datetime v0.6.8 |
1829 | 2024-11-22T23:18:30.616Z | Checking data-encoding v2.6.0 |
1830 | 2024-11-22T23:18:30.673Z | Checking unicode-width v0.1.14 |
1831 | 2024-11-22T23:18:30.737Z | Checking ipnet v2.10.1 |
1832 | 2024-11-22T23:18:30.933Z | Checking futures v0.3.31 |
1833 | 2024-11-22T23:18:31.061Z | Checking rustls-pemfile v2.2.0 |
1834 | 2024-11-22T23:18:31.166Z | Checking openssl-probe v0.1.5 |
1835 | 2024-11-22T23:18:31.273Z | Checking anstyle v1.0.10 |
1836 | 2024-11-22T23:18:31.300Z | Checking foreign-types-shared v0.1.1 |
1837 | 2024-11-22T23:18:31.303Z | Checking serde_urlencoded v0.7.1 |
1838 | 2024-11-22T23:18:31.346Z | Checking semver v1.0.23 |
1839 | 2024-11-22T23:18:31.409Z | Checking foreign-types v0.3.2 |
1840 | 2024-11-22T23:18:31.508Z | Checking sha1 v0.10.6 |
1841 | 2024-11-22T23:18:31.639Z | Checking openssl-sys v0.9.103 |
1842 | 2024-11-22T23:18:31.763Z | Checking encoding_rs v0.8.34 |
1843 | 2024-11-22T23:18:31.790Z | Checking rustls v0.23.14 |
1844 | 2024-11-22T23:18:31.792Z | Checking anstyle-parse v0.2.5 |
1845 | 2024-11-22T23:18:32.078Z | Checking camino v1.1.9 |
1846 | 2024-11-22T23:18:32.629Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-11-22T23:18:32.675Z | Checking anstyle-query v1.1.1 |
1848 | 2024-11-22T23:18:32.701Z | Checking addr2line v0.24.2 |
1849 | 2024-11-22T23:18:32.756Z | Checking colorchoice v1.0.2 |
1850 | 2024-11-22T23:18:32.805Z | Checking either v1.13.0 |
1851 | 2024-11-22T23:18:32.899Z | Checking winnow v0.6.20 |
1852 | 2024-11-22T23:18:32.947Z | Checking openssl v0.10.66 |
1853 | 2024-11-22T23:18:33.201Z | Checking anstream v0.6.15 |
1854 | 2024-11-22T23:18:33.230Z | Checking idna v0.3.0 |
1855 | 2024-11-22T23:18:33.604Z | Checking terminal_size v0.4.0 |
1856 | 2024-11-22T23:18:33.787Z | Checking openapiv3 v2.0.0 |
1857 | 2024-11-22T23:18:33.999Z | Checking signature v2.2.0 |
1858 | 2024-11-22T23:18:34.082Z | Checking psl-types v2.0.11 |
1859 | 2024-11-22T23:18:34.221Z | Checking strsim v0.11.1 |
1860 | 2024-11-22T23:18:34.276Z | Checking clap_lex v0.7.2 |
1861 | 2024-11-22T23:18:34.520Z | Checking publicsuffix v2.2.3 |
1862 | 2024-11-22T23:18:34.546Z | Checking clap_builder v4.5.21 |
1863 | 2024-11-22T23:18:34.769Z | Checking cookie v0.18.1 |
1864 | 2024-11-22T23:18:35.225Z | Checking webpki-roots v0.26.6 |
1865 | 2024-11-22T23:18:35.445Z | Checking idna v0.5.0 |
1866 | 2024-11-22T23:18:35.487Z | Checking hyper v1.5.0 |
1867 | 2024-11-22T23:18:35.808Z | Checking backtrace v0.3.74 |
1868 | 2024-11-22T23:18:35.835Z | Checking is-terminal v0.4.13 |
1869 | 2024-11-22T23:18:35.970Z | Checking scroll v0.12.0 |
1870 | 2024-11-22T23:18:36.314Z | Checking ucd-trie v0.1.7 |
1871 | 2024-11-22T23:18:36.408Z | Checking anyhow v1.0.93 |
1872 | 2024-11-22T23:18:36.461Z | Checking plain v0.2.3 |
1873 | 2024-11-22T23:18:36.536Z | Checking pest v2.7.14 |
1874 | 2024-11-22T23:18:36.612Z | Checking goblin v0.8.2 |
1875 | 2024-11-22T23:18:36.788Z | Checking cookie_store v0.21.0 |
1876 | 2024-11-22T23:18:37.213Z | Checking sync_wrapper v1.0.1 |
1877 | 2024-11-22T23:18:37.361Z | Checking pretty-hex v0.4.1 |
1878 | 2024-11-22T23:18:37.418Z | Checking tokio-rustls v0.26.0 |
1879 | 2024-11-22T23:18:37.489Z | Checking base16ct v0.2.0 |
1880 | 2024-11-22T23:18:37.541Z | Checking num-integer v0.1.46 |
1881 | 2024-11-22T23:18:37.583Z | Checking clap v4.5.21 |
1882 | 2024-11-22T23:18:37.615Z | Checking hyper-util v0.1.10 |
1883 | 2024-11-22T23:18:37.684Z | Checking sec1 v0.7.3 |
1884 | 2024-11-22T23:18:37.713Z | Checking ff v0.13.0 |
1885 | 2024-11-22T23:18:37.815Z | Checking thread-id v4.2.2 |
1886 | 2024-11-22T23:18:37.931Z | Checking toml_edit v0.22.22 |
1887 | 2024-11-22T23:18:37.957Z | Checking group v0.13.0 |
1888 | 2024-11-22T23:18:38.032Z | Checking hkdf v0.12.4 |
1889 | 2024-11-22T23:18:38.068Z | Checking crypto-bigint v0.5.5 |
1890 | 2024-11-22T23:18:38.207Z | Checking dirs-sys-next v0.1.2 |
1891 | 2024-11-22T23:18:38.253Z | Checking memmap v0.7.0 |
1892 | 2024-11-22T23:18:38.395Z | Checking crc32fast v1.4.2 |
1893 | 2024-11-22T23:18:38.477Z | Checking utf-8 v0.7.6 |
1894 | 2024-11-22T23:18:38.506Z | Checking native-tls v0.2.12 |
1895 | 2024-11-22T23:18:38.613Z | Checking static_assertions v1.1.0 |
1896 | 2024-11-22T23:18:38.689Z | Checking bitflags v1.3.2 |
1897 | 2024-11-22T23:18:38.728Z | Checking dirs-next v2.0.0 |
1898 | 2024-11-22T23:18:38.796Z | Checking crossbeam-channel v0.5.13 |
1899 | 2024-11-22T23:18:38.819Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-11-22T23:18:38.863Z | Checking thread_local v1.1.8 |
1901 | 2024-11-22T23:18:38.974Z | Checking dtrace-parser v0.2.0 |
1902 | 2024-11-22T23:18:39.087Z | Checking unicode-segmentation v1.12.0 |
1903 | 2024-11-22T23:18:39.144Z | Checking term v0.7.0 |
1904 | 2024-11-22T23:18:39.474Z | Checking num-iter v0.1.45 |
1905 | 2024-11-22T23:18:39.561Z | Checking crossbeam-epoch v0.9.18 |
1906 | 2024-11-22T23:18:39.589Z | Checking match_cfg v0.1.0 |
1907 | 2024-11-22T23:18:39.639Z | Checking hyper-tls v0.6.0 |
1908 | 2024-11-22T23:18:39.642Z | Checking hyper-rustls v0.27.3 |
1909 | 2024-11-22T23:18:39.685Z | Checking take_mut v0.2.2 |
1910 | 2024-11-22T23:18:39.778Z | Checking hostname v0.3.1 |
1911 | 2024-11-22T23:18:39.840Z | Checking slog-async v2.8.0 |
1912 | 2024-11-22T23:18:39.916Z | Checking slog-term v2.9.1 |
1913 | 2024-11-22T23:18:39.960Z | Checking bstr v1.10.0 |
1914 | 2024-11-22T23:18:39.990Z | Checking reqwest v0.12.9 |
1915 | 2024-11-22T23:18:40.019Z | Checking hex v0.4.3 |
1916 | 2024-11-22T23:18:40.128Z | Checking rfc6979 v0.4.0 |
1917 | 2024-11-22T23:18:40.318Z | Checking winnow v0.5.40 |
1918 | 2024-11-22T23:18:40.392Z | Checking managed v0.8.0 |
1919 | 2024-11-22T23:18:40.532Z | Checking toml v0.8.19 |
1920 | 2024-11-22T23:18:40.601Z | Checking crossbeam-deque v0.8.5 |
1921 | 2024-11-22T23:18:40.783Z | Checking num-bigint-dig v0.8.4 |
1922 | 2024-11-22T23:18:40.916Z | Checking flate2 v1.0.34 |
1923 | 2024-11-22T23:18:40.960Z | Checking rustls v0.22.4 |
1924 | 2024-11-22T23:18:40.999Z | Checking elliptic-curve v0.13.8 |
1925 | 2024-11-22T23:18:41.270Z | Checking pkcs1 v0.7.5 |
1926 | 2024-11-22T23:18:41.595Z | Checking curve25519-dalek v4.1.3 |
1927 | 2024-11-22T23:18:41.622Z | Checking dof v0.3.0 |
1928 | 2024-11-22T23:18:41.659Z | Checking ecdsa v0.16.9 |
1929 | 2024-11-22T23:18:41.687Z | Checking zerocopy v0.6.6 |
1930 | 2024-11-22T23:18:41.875Z | Checking siphasher v0.3.11 |
1931 | 2024-11-22T23:18:42.197Z | Checking rayon-core v1.12.1 |
1932 | 2024-11-22T23:18:42.248Z | Checking usdt-impl v0.5.0 |
1933 | 2024-11-22T23:18:42.380Z | Checking ed25519 v2.2.3 |
1934 | 2024-11-22T23:18:42.512Z | Checking slog-json v2.6.1 |
1935 | 2024-11-22T23:18:42.702Z | Checking signal-hook v0.3.17 |
1936 | 2024-11-22T23:18:42.783Z | Checking debug-ignore v1.0.5 |
1937 | 2024-11-22T23:18:42.788Z | Checking usdt v0.5.0 |
1938 | 2024-11-22T23:18:42.888Z | Checking quick-error v1.2.3 |
1939 | 2024-11-22T23:18:42.913Z | Checking rsa v0.9.6 |
1940 | 2024-11-22T23:18:42.937Z | Checking slog-bunyan v2.5.0 |
1941 | 2024-11-22T23:18:43.025Z | Checking multer v3.1.0 |
1942 | 2024-11-22T23:18:43.053Z | Checking itertools v0.10.5 |
1943 | 2024-11-22T23:18:43.080Z | Checking x509-cert v0.2.5 |
1944 | 2024-11-22T23:18:43.106Z | Checking idna v0.4.0 |
1945 | 2024-11-22T23:18:43.391Z | Checking toml_edit v0.19.15 |
1946 | 2024-11-22T23:18:43.419Z | Checking hubpack v0.1.2 |
1947 | 2024-11-22T23:18:43.463Z | Checking ed25519-dalek v2.1.1 |
1948 | 2024-11-22T23:18:43.728Z | Checking serde_path_to_error v0.1.16 |
1949 | 2024-11-22T23:18:43.894Z | Checking waitgroup v0.1.2 |
1950 | 2024-11-22T23:18:43.921Z | Checking bzip2-sys v0.1.11+1.0.8 |
1951 | 2024-11-22T23:18:43.949Z | Checking async-stream v0.3.6 |
1952 | 2024-11-22T23:18:44.039Z | Checking hostname v0.4.0 |
1953 | 2024-11-22T23:18:44.066Z | Checking bit-vec v0.6.3 |
1954 | 2024-11-22T23:18:44.131Z | Checking bzip2 v0.4.4 |
1955 | 2024-11-22T23:18:44.179Z | Checking hickory-proto v0.24.1 |
1956 | 2024-11-22T23:18:44.387Z | Checking signal-hook-mio v0.2.4 |
1957 | 2024-11-22T23:18:44.418Z | Checking bit-set v0.5.3 |
1958 | 2024-11-22T23:18:44.421Z | Checking console v0.15.8 |
1959 | 2024-11-22T23:18:44.546Z | Checking hash32 v0.2.1 |
1960 | 2024-11-22T23:18:44.650Z | Checking tokio-rustls v0.25.0 |
1961 | 2024-11-22T23:18:44.680Z | Checking predicates-core v1.0.8 |
1962 | 2024-11-22T23:18:44.706Z | Checking linked-hash-map v0.5.6 |
1963 | 2024-11-22T23:18:44.881Z | Checking unicode-properties v0.1.3 |
1964 | 2024-11-22T23:18:44.883Z | Checking heapless v0.7.17 |
1965 | 2024-11-22T23:18:45.006Z | Checking crossterm v0.28.1 |
1966 | 2024-11-22T23:18:45.035Z | Checking dropshot v0.12.0 |
1967 | 2024-11-22T23:18:45.059Z | Checking lru-cache v0.1.2 |
1968 | 2024-11-22T23:18:45.245Z | Checking rayon v1.10.0 |
1969 | 2024-11-22T23:18:45.270Z | Checking stringprep v0.1.5 |
1970 | 2024-11-22T23:18:45.338Z | Checking phf_shared v0.11.2 |
1971 | 2024-11-22T23:18:45.626Z | Checking similar v2.6.0 |
1972 | 2024-11-22T23:18:45.641Z | Checking tokio-stream v0.1.16 |
1973 | 2024-11-22T23:18:45.760Z | Checking toml v0.7.8 |
1974 | 2024-11-22T23:18:46.006Z | Checking md-5 v0.10.6 |
1975 | 2024-11-22T23:18:46.248Z | Checking float-cmp v0.9.0 |
1976 | 2024-11-22T23:18:46.418Z | Checking normalize-line-endings v0.3.0 |
1977 | 2024-11-22T23:18:46.445Z | Checking fixedbitset v0.4.2 |
1978 | 2024-11-22T23:18:46.519Z | Checking fallible-iterator v0.2.0 |
1979 | 2024-11-22T23:18:46.548Z | Checking difflib v0.4.0 |
1980 | 2024-11-22T23:18:46.571Z | Checking smoltcp v0.9.1 |
1981 | 2024-11-22T23:18:46.714Z | Checking petgraph v0.6.5 |
1982 | 2024-11-22T23:18:46.878Z | Checking predicates v3.1.2 |
1983 | 2024-11-22T23:18:46.973Z | Checking phf v0.11.2 |
1984 | 2024-11-22T23:18:47.132Z | Checking postgres-protocol v0.6.7 |
1985 | 2024-11-22T23:18:47.259Z | Checking zip v0.6.6 |
1986 | 2024-11-22T23:18:47.557Z | Checking resolv-conf v0.7.0 |
1987 | 2024-11-22T23:18:47.827Z | Checking phf_shared v0.10.0 |
1988 | 2024-11-22T23:18:47.933Z | Checking tungstenite v0.24.0 |
1989 | 2024-11-22T23:18:47.960Z | Checking fs-err v2.11.0 |
1990 | 2024-11-22T23:18:48.096Z | Checking serde-big-array v0.5.1 |
1991 | 2024-11-22T23:18:48.133Z | Checking portable-atomic v1.9.0 |
1992 | 2024-11-22T23:18:48.316Z | Checking new_debug_unreachable v1.0.6 |
1993 | 2024-11-22T23:18:48.423Z | Checking precomputed-hash v0.1.1 |
1994 | 2024-11-22T23:18:48.544Z | Checking unicode-width v0.2.0 |
1995 | 2024-11-22T23:18:48.547Z | Checking lalrpop-util v0.19.12 |
1996 | 2024-11-22T23:18:48.741Z | Checking number_prefix v0.4.0 |
1997 | 2024-11-22T23:18:48.839Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-11-22T23:18:48.866Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-11-22T23:18:48.931Z | Checking string_cache v0.8.7 |
2000 | 2024-11-22T23:18:48.982Z | Checking hickory-resolver v0.24.1 |
2001 | 2024-11-22T23:18:49.014Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2024-11-22T23:18:49.161Z | Checking postgres-types v0.2.8 |
2003 | 2024-11-22T23:18:49.208Z | Checking itertools v0.12.1 |
2004 | 2024-11-22T23:18:49.236Z | Checking nom v7.1.3 |
2005 | 2024-11-22T23:18:49.239Z | Checking indicatif v0.17.9 |
2006 | 2024-11-22T23:18:49.322Z | Checking whoami v1.5.2 |
2007 | 2024-11-22T23:18:49.637Z | Checking peg-runtime v0.8.3 |
2008 | 2024-11-22T23:18:49.929Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-11-22T23:18:49.957Z | Compiling hashbrown v0.14.5 |
2010 | 2024-11-22T23:18:49.992Z | Compiling ident_case v1.0.1 |
2011 | 2024-11-22T23:18:50.056Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-11-22T23:18:50.179Z | Compiling darling_core v0.20.10 |
2013 | 2024-11-22T23:18:50.628Z | Checking qorb v0.2.0 |
2014 | 2024-11-22T23:18:51.438Z | Compiling regress v0.10.1 |
2015 | 2024-11-22T23:18:51.849Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-11-22T23:18:52.138Z | Checking heck v0.5.0 |
2017 | 2024-11-22T23:18:52.348Z | Checking progenitor-client v0.8.0 |
2018 | 2024-11-22T23:18:52.746Z | Checking fastrand v2.1.1 |
2019 | 2024-11-22T23:18:53.048Z | Compiling newtype-uuid v1.1.3 |
2020 | 2024-11-22T23:18:53.083Z | Checking ipnetwork v0.20.0 |
2021 | 2024-11-22T23:18:53.189Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-22T23:18:53.347Z | Checking strum v0.26.3 |
2023 | 2024-11-22T23:18:53.438Z | Compiling dropshot v0.13.0 |
2024 | 2024-11-22T23:18:53.508Z | Checking macaddr v1.0.1 |
2025 | 2024-11-22T23:18:53.819Z | Compiling dropshot_endpoint v0.13.0 |
2026 | 2024-11-22T23:18:53.848Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-11-22T23:18:54.678Z | Checking tempfile v3.13.0 |
2028 | 2024-11-22T23:18:54.920Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-11-22T23:18:55.059Z | Checking instant v0.1.13 |
2030 | 2024-11-22T23:18:55.191Z | Compiling typify-impl v0.2.0 |
2031 | 2024-11-22T23:18:55.284Z | Checking regress v0.9.1 |
2032 | 2024-11-22T23:18:56.145Z | Compiling structmeta v0.3.0 |
2033 | 2024-11-22T23:18:56.147Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2034 | 2024-11-22T23:18:56.472Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-11-22T23:18:56.576Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-11-22T23:18:56.793Z | Checking backoff v0.4.0 |
2037 | 2024-11-22T23:18:56.948Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-11-22T23:18:57.098Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-11-22T23:18:57.125Z | Checking wait-timeout v0.2.0 |
2040 | 2024-11-22T23:18:57.208Z | Compiling darling_macro v0.20.10 |
2041 | 2024-11-22T23:18:57.253Z | Checking rand_xorshift v0.3.0 |
2042 | 2024-11-22T23:18:57.314Z | Checking rusty-fork v0.3.0 |
2043 | 2024-11-22T23:18:57.431Z | Checking unarray v0.1.4 |
2044 | 2024-11-22T23:18:57.593Z | Compiling structmeta-derive v0.2.0 |
2045 | 2024-11-22T23:18:57.624Z | Checking proptest v1.5.0 |
2046 | 2024-11-22T23:18:58.165Z | Compiling darling v0.20.10 |
2047 | 2024-11-22T23:18:58.298Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-22T23:18:58.826Z | Checking camino-tempfile v1.1.1 |
2049 | 2024-11-22T23:18:59.111Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-11-22T23:18:59.281Z | Compiling proc-macro-crate v1.3.1 |
2051 | 2024-11-22T23:18:59.857Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2024-11-22T23:19:00.241Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-11-22T23:19:00.433Z | Compiling num_enum_derive v0.5.11 |
2054 | 2024-11-22T23:19:00.523Z | Compiling structmeta v0.2.0 |
2055 | 2024-11-22T23:19:00.566Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2024-11-22T23:19:01.024Z | Compiling test-strategy v0.3.1 |
2057 | 2024-11-22T23:19:01.237Z | Checking serde_with v3.11.0 |
2058 | 2024-11-22T23:19:01.311Z | Checking parse-display v0.10.0 |
2059 | 2024-11-22T23:19:01.559Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-11-22T23:19:01.954Z | Checking foreign-types v0.5.0 |
2061 | 2024-11-22T23:19:02.037Z | Checking tabwriter v1.4.0 |
2062 | 2024-11-22T23:19:02.071Z | Checking cstr-argument v0.1.2 |
2063 | 2024-11-22T23:19:02.259Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-11-22T23:19:02.262Z | Checking pretty-hex v0.2.1 |
2065 | 2024-11-22T23:19:02.305Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-11-22T23:19:02.443Z | Checking colored v2.1.0 |
2067 | 2024-11-22T23:19:02.486Z | Checking smf v0.2.3 |
2068 | 2024-11-22T23:19:02.635Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-11-22T23:19:02.763Z | Checking base64 v0.21.7 |
2070 | 2024-11-22T23:19:02.905Z | Compiling zerocopy v0.8.10 |
2071 | 2024-11-22T23:19:02.982Z | Checking num_enum v0.5.11 |
2072 | 2024-11-22T23:19:03.015Z | Compiling itertools v0.13.0 |
2073 | 2024-11-22T23:19:03.123Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-11-22T23:19:03.151Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-11-22T23:19:03.249Z | Compiling zerocopy-derive v0.8.10 |
2076 | 2024-11-22T23:19:03.278Z | Checking termtree v0.4.1 |
2077 | 2024-11-22T23:19:03.442Z | Compiling heapless v0.8.0 |
2078 | 2024-11-22T23:19:03.490Z | Checking predicates-tree v1.0.11 |
2079 | 2024-11-22T23:19:03.762Z | Checking hash32 v0.3.1 |
2080 | 2024-11-22T23:19:03.894Z | Compiling smoltcp v0.11.0 |
2081 | 2024-11-22T23:19:03.962Z | Checking cobs v0.2.3 |
2082 | 2024-11-22T23:19:04.153Z | Checking postcard v1.0.10 |
2083 | 2024-11-22T23:19:04.565Z | Checking sigpipe v0.1.3 |
2084 | 2024-11-22T23:19:04.629Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2085 | 2024-11-22T23:19:04.682Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2086 | 2024-11-22T23:19:04.723Z | Checking atomicwrites v0.4.4 |
2087 | 2024-11-22T23:19:04.848Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-11-22T23:19:04.945Z | Compiling mockall_derive v0.13.0 |
2089 | 2024-11-22T23:19:04.998Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-11-22T23:19:05.056Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2091 | 2024-11-22T23:19:05.250Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2092 | 2024-11-22T23:19:05.476Z | Compiling zone_cfg_derive v0.3.0 |
2093 | 2024-11-22T23:19:05.758Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2094 | 2024-11-22T23:19:06.203Z | Compiling num-derive v0.4.2 |
2095 | 2024-11-22T23:19:06.477Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-11-22T23:19:07.056Z | Checking downcast v0.11.0 |
2097 | 2024-11-22T23:19:07.277Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2024-11-22T23:19:07.329Z | Checking fragile v2.0.0 |
2099 | 2024-11-22T23:19:07.603Z | Checking zone v0.3.0 |
2100 | 2024-11-22T23:19:07.634Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2101 | 2024-11-22T23:19:07.894Z | Compiling convert_case v0.4.0 |
2102 | 2024-11-22T23:19:08.296Z | Checking newline-converter v0.3.0 |
2103 | 2024-11-22T23:19:08.465Z | Checking expectorate v1.1.0 |
2104 | 2024-11-22T23:19:08.596Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2105 | 2024-11-22T23:19:08.639Z | Checking tungstenite v0.21.0 |
2106 | 2024-11-22T23:19:08.891Z | Compiling derive_more v0.99.18 |
2107 | 2024-11-22T23:19:09.045Z | Checking same-file v1.0.6 |
2108 | 2024-11-22T23:19:09.215Z | Checking walkdir v2.5.0 |
2109 | 2024-11-22T23:19:09.463Z | Checking arc-swap v1.7.1 |
2110 | 2024-11-22T23:19:09.513Z | Checking xattr v1.3.1 |
2111 | 2024-11-22T23:19:09.587Z | Checking tokio-tungstenite v0.21.0 |
2112 | 2024-11-22T23:19:09.705Z | Checking filetime v0.2.25 |
2113 | 2024-11-22T23:19:09.921Z | Checking slog-scope v4.4.0 |
2114 | 2024-11-22T23:19:09.945Z | Checking tar v0.4.42 |
2115 | 2024-11-22T23:19:10.099Z | Checking num-rational v0.4.2 |
2116 | 2024-11-22T23:19:10.124Z | Checking slog-stdlog v4.1.1 |
2117 | 2024-11-22T23:19:10.300Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-11-22T23:19:10.537Z | Checking num-complex v0.4.6 |
2119 | 2024-11-22T23:19:10.759Z | Checking float-ord v0.3.2 |
2120 | 2024-11-22T23:19:10.781Z | Compiling cancel-safe-futures v0.1.5 |
2121 | 2024-11-22T23:19:10.955Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-22T23:19:11.163Z | Checking swrite v0.1.0 |
2123 | 2024-11-22T23:19:11.306Z | Checking libsw v3.3.1 |
2124 | 2024-11-22T23:19:11.427Z | Checking num v0.4.3 |
2125 | 2024-11-22T23:19:11.545Z | Checking pem v3.0.4 |
2126 | 2024-11-22T23:19:11.586Z | Checking password-hash v0.5.0 |
2127 | 2024-11-22T23:19:11.678Z | Checking blake2 v0.10.6 |
2128 | 2024-11-22T23:19:11.824Z | Checking indent_write v2.2.0 |
2129 | 2024-11-22T23:19:12.037Z | Checking linear-map v1.2.0 |
2130 | 2024-11-22T23:19:12.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-11-22T23:19:12.156Z | Checking argon2 v0.5.3 |
2132 | 2024-11-22T23:19:12.419Z | Compiling lzma-sys v0.1.20 |
2133 | 2024-11-22T23:19:12.839Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2134 | 2024-11-22T23:19:12.914Z | Checking headers-core v0.3.0 |
2135 | 2024-11-22T23:19:13.068Z | Compiling heck v0.3.3 |
2136 | 2024-11-22T23:19:13.212Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2137 | 2024-11-22T23:19:13.215Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2138 | 2024-11-22T23:19:13.427Z | Checking headers v0.4.0 |
2139 | 2024-11-22T23:19:13.457Z | Checking mockall v0.13.0 |
2140 | 2024-11-22T23:19:13.478Z | Compiling typify-macro v0.2.0 |
2141 | 2024-11-22T23:19:13.520Z | Compiling zone_cfg_derive v0.1.2 |
2142 | 2024-11-22T23:19:13.550Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2143 | 2024-11-22T23:19:13.635Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2144 | 2024-11-22T23:19:13.691Z | Checking yasna v0.5.2 |
2145 | 2024-11-22T23:19:13.841Z | Checking highway v1.2.0 |
2146 | 2024-11-22T23:19:14.276Z | Checking base64 v0.13.1 |
2147 | 2024-11-22T23:19:14.425Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-11-22T23:19:14.536Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2149 | 2024-11-22T23:19:14.564Z | Checking rcgen v0.12.1 |
2150 | 2024-11-22T23:19:14.675Z | Checking ron v0.7.1 |
2151 | 2024-11-22T23:19:15.028Z | Checking zone v0.1.8 |
2152 | 2024-11-22T23:19:15.253Z | Checking xz2 v0.1.7 |
2153 | 2024-11-22T23:19:15.547Z | Checking subprocess v0.2.9 |
2154 | 2024-11-22T23:19:15.737Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2155 | 2024-11-22T23:19:15.844Z | Checking humantime v2.1.0 |
2156 | 2024-11-22T23:19:16.165Z | Compiling semver v0.1.20 |
2157 | 2024-11-22T23:19:16.189Z | Checking half v2.4.1 |
2158 | 2024-11-22T23:19:16.680Z | Compiling rustc_version v0.1.7 |
2159 | 2024-11-22T23:19:16.705Z | Checking ciborium-io v0.2.2 |
2160 | 2024-11-22T23:19:16.728Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2161 | 2024-11-22T23:19:16.821Z | Checking prettyplease v0.2.25 |
2162 | 2024-11-22T23:19:16.823Z | Checking ciborium-ll v0.2.2 |
2163 | 2024-11-22T23:19:17.138Z | Checking ciborium v0.2.2 |
2164 | 2024-11-22T23:19:17.202Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-11-22T23:19:17.898Z | Compiling typify v0.2.0 |
2166 | 2024-11-22T23:19:18.049Z | Compiling progenitor-impl v0.8.0 |
2167 | 2024-11-22T23:19:18.073Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2168 | 2024-11-22T23:19:19.828Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-11-22T23:19:20.114Z | Checking steno v0.4.1 |
2170 | 2024-11-22T23:19:20.139Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2171 | 2024-11-22T23:19:20.354Z | Checking display-error-chain v0.2.2 |
2172 | 2024-11-22T23:19:20.378Z | Compiling slog-dtrace v0.3.0 |
2173 | 2024-11-22T23:19:20.547Z | Checking gethostname v0.5.0 |
2174 | 2024-11-22T23:19:20.692Z | Checking nibble_vec v0.1.0 |
2175 | 2024-11-22T23:19:20.927Z | Compiling blake3 v1.5.4 |
2176 | 2024-11-22T23:19:21.228Z | Compiling ring v0.16.20 |
2177 | 2024-11-22T23:19:21.405Z | Checking endian-type v0.1.2 |
2178 | 2024-11-22T23:19:21.610Z | Checking keccak v0.1.5 |
2179 | 2024-11-22T23:19:21.637Z | Checking radix_trie v0.2.1 |
2180 | 2024-11-22T23:19:21.949Z | Checking sha3 v0.10.8 |
2181 | 2024-11-22T23:19:22.062Z | Checking universal-hash v0.5.1 |
2182 | 2024-11-22T23:19:22.261Z | Checking secrecy v0.8.0 |
2183 | 2024-11-22T23:19:22.325Z | Checking opaque-debug v0.3.1 |
2184 | 2024-11-22T23:19:22.402Z | Checking aead v0.5.2 |
2185 | 2024-11-22T23:19:22.426Z | Checking poly1305 v0.8.0 |
2186 | 2024-11-22T23:19:22.466Z | Checking chacha20 v0.9.1 |
2187 | 2024-11-22T23:19:22.925Z | Compiling memmap2 v0.9.5 |
2188 | 2024-11-22T23:19:22.947Z | Compiling spin v0.5.2 |
2189 | 2024-11-22T23:19:23.196Z | Compiling arrayvec v0.7.6 |
2190 | 2024-11-22T23:19:23.415Z | Compiling arrayref v0.3.9 |
2191 | 2024-11-22T23:19:23.479Z | Compiling constant_time_eq v0.3.1 |
2192 | 2024-11-22T23:19:23.526Z | Compiling toolchain_find v0.4.0 |
2193 | 2024-11-22T23:19:23.607Z | Compiling thiserror-impl-no-std v2.0.2 |
2194 | 2024-11-22T23:19:23.665Z | Compiling topological-sort v0.2.2 |
2195 | 2024-11-22T23:19:23.904Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2196 | 2024-11-22T23:19:24.046Z | Compiling rustfmt-wrapper v0.2.1 |
2197 | 2024-11-22T23:19:24.227Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2198 | 2024-11-22T23:19:24.470Z | Checking chacha20poly1305 v0.10.1 |
2199 | 2024-11-22T23:19:24.571Z | Compiling async-recursion v1.1.1 |
2200 | 2024-11-22T23:19:24.649Z | Checking fxhash v0.2.1 |
2201 | 2024-11-22T23:19:24.680Z | Checking termcolor v1.4.1 |
2202 | 2024-11-22T23:19:24.841Z | Checking maplit v1.0.2 |
2203 | 2024-11-22T23:19:24.879Z | Compiling radium v0.7.0 |
2204 | 2024-11-22T23:19:24.964Z | Checking tap v1.0.1 |
2205 | 2024-11-22T23:19:25.122Z | Compiling maybe-uninit v2.0.0 |
2206 | 2024-11-22T23:19:25.144Z | Checking wyz v0.5.1 |
2207 | 2024-11-22T23:19:25.539Z | Checking home v0.5.9 |
2208 | 2024-11-22T23:19:25.692Z | Checking funty v2.0.0 |
2209 | 2024-11-22T23:19:25.733Z | Compiling packed_struct v0.10.1 |
2210 | 2024-11-22T23:19:25.798Z | Checking crc-catalog v2.4.0 |
2211 | 2024-11-22T23:19:25.999Z | Checking crc v3.2.1 |
2212 | 2024-11-22T23:19:26.307Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-11-22T23:19:26.333Z | Compiling const_format_proc_macros v0.2.33 |
2214 | 2024-11-22T23:19:26.366Z | Checking kstat-rs v0.2.4 |
2215 | 2024-11-22T23:19:26.448Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-11-22T23:19:26.691Z | Checking bitvec v1.0.1 |
2217 | 2024-11-22T23:19:26.714Z | Compiling vte_generate_state_changes v0.1.2 |
2218 | 2024-11-22T23:19:26.864Z | Checking thiserror-no-std v2.0.2 |
2219 | 2024-11-22T23:19:26.986Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-11-22T23:19:27.365Z | Checking vsss-rs v3.3.4 |
2221 | 2024-11-22T23:19:27.692Z | Compiling indexmap v1.9.3 |
2222 | 2024-11-22T23:19:28.007Z | Compiling libefi-sys v0.1.0 |
2223 | 2024-11-22T23:19:28.291Z | Checking nodrop v0.1.14 |
2224 | 2024-11-22T23:19:28.421Z | Checking array-init v0.0.4 |
2225 | 2024-11-22T23:19:28.443Z | Checking const_format v0.2.33 |
2226 | 2024-11-22T23:19:28.589Z | Checking vte v0.11.1 |
2227 | 2024-11-22T23:19:28.927Z | Checking smallvec v0.6.14 |
2228 | 2024-11-22T23:19:29.301Z | Checking fd-lock v4.0.2 |
2229 | 2024-11-22T23:19:29.359Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2230 | 2024-11-22T23:19:29.424Z | Compiling bitfield-struct v0.6.2 |
2231 | 2024-11-22T23:19:29.493Z | Checking hashbrown v0.12.3 |
2232 | 2024-11-22T23:19:29.760Z | Checking bitfield v0.14.0 |
2233 | 2024-11-22T23:19:29.976Z | Checking strip-ansi-escapes v0.2.0 |
2234 | 2024-11-22T23:19:30.136Z | Checking serde-hex v0.1.0 |
2235 | 2024-11-22T23:19:30.570Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2236 | 2024-11-22T23:19:30.680Z | Checking env_logger v0.10.2 |
2237 | 2024-11-22T23:19:30.839Z | Checking ron v0.8.1 |
2238 | 2024-11-22T23:19:30.861Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2239 | 2024-11-22T23:19:31.165Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2240 | 2024-11-22T23:19:31.305Z | Checking hashbrown v0.13.2 |
2241 | 2024-11-22T23:19:31.502Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2242 | 2024-11-22T23:19:31.555Z | Checking nu-ansi-term v0.50.1 |
2243 | 2024-11-22T23:19:31.638Z | Checking crc-any v2.5.0 |
2244 | 2024-11-22T23:19:31.993Z | Checking reedline v0.35.0 |
2245 | 2024-11-22T23:19:32.026Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-11-22T23:19:32.167Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2247 | 2024-11-22T23:19:32.399Z | Checking object v0.30.4 |
2248 | 2024-11-22T23:19:32.509Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2249 | 2024-11-22T23:19:32.751Z | Checking path-slash v0.1.5 |
2250 | 2024-11-22T23:19:32.764Z | Compiling parking_lot_core v0.8.6 |
2251 | 2024-11-22T23:19:32.838Z | Compiling phf_generator v0.11.2 |
2252 | 2024-11-22T23:19:33.045Z | Checking bytecount v0.6.8 |
2253 | 2024-11-22T23:19:33.211Z | Checking glob v0.3.1 |
2254 | 2024-11-22T23:19:33.390Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2255 | 2024-11-22T23:19:33.491Z | Checking papergrid v0.11.0 |
2256 | 2024-11-22T23:19:33.522Z | Compiling phf_codegen v0.11.2 |
2257 | 2024-11-22T23:19:33.614Z | Checking parking_lot v0.11.2 |
2258 | 2024-11-22T23:19:33.758Z | Compiling tabled_derive v0.7.0 |
2259 | 2024-11-22T23:19:33.968Z | Compiling parse-zoneinfo v0.3.1 |
2260 | 2024-11-22T23:19:34.247Z | Compiling cfg_aliases v0.1.1 |
2261 | 2024-11-22T23:19:34.366Z | Compiling nix v0.28.0 |
2262 | 2024-11-22T23:19:34.826Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-11-22T23:19:34.988Z | Checking sled v0.34.7 |
2264 | 2024-11-22T23:19:35.172Z | Checking hickory-client v0.24.1 |
2265 | 2024-11-22T23:19:35.866Z | Checking hickory-server v0.24.1 |
2266 | 2024-11-22T23:19:36.081Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2267 | 2024-11-22T23:19:36.362Z | Compiling chrono-tz v0.10.0 |
2268 | 2024-11-22T23:19:36.409Z | Checking tabled v0.15.0 |
2269 | 2024-11-22T23:19:37.027Z | Compiling buf-list v1.0.3 |
2270 | 2024-11-22T23:19:37.809Z | Compiling peg-macros v0.8.4 |
2271 | 2024-11-22T23:19:38.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-11-22T23:19:38.549Z | Compiling sqlparser_derive v0.2.2 |
2273 | 2024-11-22T23:19:38.631Z | Checking unicode_categories v0.1.1 |
2274 | 2024-11-22T23:19:38.938Z | Checking sqlformat v0.2.6 |
2275 | 2024-11-22T23:19:39.714Z | Checking sqlparser v0.45.0 |
2276 | 2024-11-22T23:19:39.901Z | Checking bcs v0.1.6 |
2277 | 2024-11-22T23:19:40.364Z | Checking rustyline v14.0.0 |
2278 | 2024-11-22T23:19:40.388Z | Checking termtree v0.5.1 |
2279 | 2024-11-22T23:19:40.610Z | Checking primeorder v0.13.6 |
2280 | 2024-11-22T23:19:41.119Z | Compiling unicase v2.7.0 |
2281 | 2024-11-22T23:19:41.284Z | Checking progenitor v0.8.0 |
2282 | 2024-11-22T23:19:41.488Z | Checking peg v0.8.4 |
2283 | 2024-11-22T23:19:41.535Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2284 | 2024-11-22T23:19:41.603Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2285 | 2024-11-22T23:19:41.687Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2286 | 2024-11-22T23:19:43.399Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2024-11-22T23:19:44.534Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2288 | 2024-11-22T23:19:45.933Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2289 | 2024-11-22T23:19:46.493Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-11-22T23:19:48.421Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-11-22T23:19:48.807Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-11-22T23:19:49.131Z | Checking nanorand v0.7.0 |
2293 | 2024-11-22T23:19:49.536Z | Checking flume v0.11.1 |
2294 | 2024-11-22T23:19:50.086Z | Checking atty v0.2.14 |
2295 | 2024-11-22T23:19:50.109Z | Compiling salty v0.3.0 |
2296 | 2024-11-22T23:19:50.426Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2297 | 2024-11-22T23:19:50.578Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2298 | 2024-11-22T23:19:50.602Z | Checking p384 v0.13.0 |
2299 | 2024-11-22T23:19:50.890Z | Compiling mime_guess v2.0.5 |
2300 | 2024-11-22T23:19:51.224Z | Checking env_filter v0.1.2 |
2301 | 2024-11-22T23:19:51.256Z | Checking http-range v0.1.5 |
2302 | 2024-11-22T23:19:51.452Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2303 | 2024-11-22T23:19:51.479Z | Checking env_logger v0.11.5 |
2304 | 2024-11-22T23:19:51.746Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2305 | 2024-11-22T23:19:51.830Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2306 | 2024-11-22T23:19:51.830Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2307 | 2024-11-22T23:19:52.060Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2308 | 2024-11-22T23:19:52.143Z | Compiling dsl_auto_type v0.1.2 |
2309 | 2024-11-22T23:19:52.172Z | Checking scheduled-thread-pool v0.2.7 |
2310 | 2024-11-22T23:19:52.349Z | Compiling diesel_table_macro_syntax v0.2.0 |
2311 | 2024-11-22T23:19:52.407Z | Compiling crunchy v0.2.2 |
2312 | 2024-11-22T23:19:52.430Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2313 | 2024-11-22T23:19:52.786Z | Checking r2d2 v0.8.10 |
2314 | 2024-11-22T23:19:52.950Z | Checking hyper-staticfile v0.10.1 |
2315 | 2024-11-22T23:19:53.088Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2316 | 2024-11-22T23:19:53.497Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2317 | 2024-11-22T23:19:53.693Z | Compiling tiny-keccak v2.0.2 |
2318 | 2024-11-22T23:19:53.765Z | Compiling diesel_derives v2.2.3 |
2319 | 2024-11-22T23:19:54.128Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2320 | 2024-11-22T23:19:54.152Z | Compiling pin-project-internal v1.1.6 |
2321 | 2024-11-22T23:19:54.414Z | Compiling ref-cast v1.0.23 |
2322 | 2024-11-22T23:19:55.075Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2323 | 2024-11-22T23:19:55.360Z | Compiling ascii-canvas v3.0.0 |
2324 | 2024-11-22T23:19:55.683Z | Compiling ena v0.14.3 |
2325 | 2024-11-22T23:19:56.023Z | Compiling ref-cast-impl v1.0.23 |
2326 | 2024-11-22T23:19:56.145Z | Compiling regex-syntax v0.6.29 |
2327 | 2024-11-22T23:19:57.266Z | Compiling diff v0.1.13 |
2328 | 2024-11-22T23:19:57.352Z | Checking pin-project v1.1.6 |
2329 | 2024-11-22T23:19:57.543Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2330 | 2024-11-22T23:19:57.625Z | Checking signal-hook-tokio v0.3.1 |
2331 | 2024-11-22T23:19:57.823Z | Compiling snafu-derive v0.8.5 |
2332 | 2024-11-22T23:19:57.931Z | Checking lockfree-object-pool v0.1.6 |
2333 | 2024-11-22T23:19:58.197Z | Compiling zip v2.1.3 |
2334 | 2024-11-22T23:19:58.509Z | Checking simd-adler32 v0.3.7 |
2335 | 2024-11-22T23:19:58.878Z | Checking bumpalo v3.16.0 |
2336 | 2024-11-22T23:19:59.213Z | Checking zopfli v0.8.1 |
2337 | 2024-11-22T23:19:59.933Z | Compiling lalrpop v0.19.12 |
2338 | 2024-11-22T23:20:01.686Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2339 | 2024-11-22T23:20:01.978Z | Compiling derive_builder_core v0.20.2 |
2340 | 2024-11-22T23:20:02.270Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2341 | 2024-11-22T23:20:03.548Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2342 | 2024-11-22T23:20:04.445Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2343 | 2024-11-22T23:20:05.952Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2344 | 2024-11-22T23:20:06.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2345 | 2024-11-22T23:20:07.919Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2346 | 2024-11-22T23:20:08.678Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2347 | 2024-11-22T23:20:08.724Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2348 | 2024-11-22T23:20:08.843Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2349 | 2024-11-22T23:20:09.194Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2350 | 2024-11-22T23:20:10.159Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2351 | 2024-11-22T23:20:10.380Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2352 | 2024-11-22T23:20:10.872Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-11-22T23:20:11.194Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2354 | 2024-11-22T23:20:11.377Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2355 | 2024-11-22T23:20:11.605Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2356 | 2024-11-22T23:20:11.753Z | Checking diesel v2.2.4 |
2357 | 2024-11-22T23:20:11.827Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2358 | 2024-11-22T23:20:11.949Z | Checking snafu v0.8.5 |
2359 | 2024-11-22T23:20:12.298Z | Checking globset v0.4.15 |
2360 | 2024-11-22T23:20:12.462Z | Checking olpc-cjson v0.1.4 |
2361 | 2024-11-22T23:20:12.840Z | Checking serde_plain v1.0.2 |
2362 | 2024-11-22T23:20:13.119Z | Compiling libxml v0.3.3 |
2363 | 2024-11-22T23:20:13.477Z | Compiling memoffset v0.9.1 |
2364 | 2024-11-22T23:20:13.795Z | Checking typed-path v0.9.3 |
2365 | 2024-11-22T23:20:14.598Z | Compiling derive_builder_macro v0.20.2 |
2366 | 2024-11-22T23:20:15.786Z | Checking tough v0.19.0 |
2367 | 2024-11-22T23:20:16.155Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2368 | 2024-11-22T23:20:16.585Z | Checking tungstenite v0.23.0 |
2369 | 2024-11-22T23:20:16.640Z | Compiling strum_macros v0.24.3 |
2370 | 2024-11-22T23:20:17.422Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2371 | 2024-11-22T23:20:17.487Z | Compiling samael v0.0.17 |
2372 | 2024-11-22T23:20:17.527Z | Compiling indoc v1.0.9 |
2373 | 2024-11-22T23:20:18.499Z | Checking parse-size v1.1.0 |
2374 | 2024-11-22T23:20:18.698Z | Checking tokio-tungstenite v0.23.1 |
2375 | 2024-11-22T23:20:19.195Z | Checking derive_builder v0.20.2 |
2376 | 2024-11-22T23:20:20.193Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2377 | 2024-11-22T23:20:20.314Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2024-11-22T23:20:20.776Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2379 | 2024-11-22T23:20:21.118Z | Checking quick-xml v0.33.0 |
2380 | 2024-11-22T23:20:21.180Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2024-11-22T23:20:21.796Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2382 | 2024-11-22T23:20:21.980Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2024-11-22T23:20:22.536Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2384 | 2024-11-22T23:20:23.011Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-11-22T23:20:23.247Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-11-22T23:20:23.418Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2387 | 2024-11-22T23:20:23.834Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2388 | 2024-11-22T23:20:24.178Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2389 | 2024-11-22T23:20:24.803Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2024-11-22T23:20:26.514Z | Compiling oso-derive v0.27.3 |
2391 | 2024-11-22T23:20:27.215Z | Compiling impl-trait-for-tuples v0.2.2 |
2392 | 2024-11-22T23:20:27.622Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2393 | 2024-11-22T23:20:30.582Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2394 | 2024-11-22T23:20:31.476Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-11-22T23:20:33.180Z | Checking nix v0.27.1 |
2396 | 2024-11-22T23:20:34.190Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2397 | 2024-11-22T23:20:34.502Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2398 | 2024-11-22T23:20:35.139Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2399 | 2024-11-22T23:20:35.425Z | Compiling diesel-dtrace v0.3.0 |
2400 | 2024-11-22T23:20:35.800Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2401 | 2024-11-22T23:20:36.361Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2402 | 2024-11-22T23:20:36.649Z | Checking bb8 v0.8.5 |
2403 | 2024-11-22T23:20:36.839Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2404 | 2024-11-22T23:20:36.892Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2405 | 2024-11-22T23:20:37.122Z | Checking heck v0.4.1 |
2406 | 2024-11-22T23:20:37.365Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2407 | 2024-11-22T23:20:37.646Z | Checking rand_seeder v0.3.0 |
2408 | 2024-11-22T23:20:37.711Z | Checking assert_matches v1.5.0 |
2409 | 2024-11-22T23:20:37.777Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2410 | 2024-11-22T23:20:37.821Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-11-22T23:20:37.888Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2412 | 2024-11-22T23:20:38.112Z | Compiling libz-sys v1.1.20 |
2413 | 2024-11-22T23:20:38.146Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2414 | 2024-11-22T23:20:38.941Z | Checking is_ci v1.2.0 |
2415 | 2024-11-22T23:20:39.092Z | Checking supports-color v3.0.1 |
2416 | 2024-11-22T23:20:39.238Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2417 | 2024-11-22T23:20:39.487Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2418 | 2024-11-22T23:20:39.653Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2419 | 2024-11-22T23:20:39.755Z | Compiling vergen v8.3.2 |
2420 | 2024-11-22T23:20:40.041Z | Compiling cargo-platform v0.1.8 |
2421 | 2024-11-22T23:20:40.336Z | Checking unicode-linebreak v0.1.5 |
2422 | 2024-11-22T23:20:40.650Z | Checking smawk v0.3.2 |
2423 | 2024-11-22T23:20:40.753Z | Compiling cargo_metadata v0.18.1 |
2424 | 2024-11-22T23:20:40.854Z | Checking textwrap v0.16.1 |
2425 | 2024-11-22T23:20:41.232Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2024-11-22T23:20:41.521Z | Checking castaway v0.2.3 |
2427 | 2024-11-22T23:20:41.557Z | Compiling libsqlite3-sys v0.30.1 |
2428 | 2024-11-22T23:20:41.684Z | Compiling rustls v0.21.12 |
2429 | 2024-11-22T23:20:41.706Z | Compiling cfg_aliases v0.2.1 |
2430 | 2024-11-22T23:20:41.829Z | Compiling nix v0.29.0 |
2431 | 2024-11-22T23:20:41.996Z | Checking compact_str v0.8.0 |
2432 | 2024-11-22T23:20:42.714Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-11-22T23:20:42.862Z | Checking unicode-truncate v1.1.0 |
2434 | 2024-11-22T23:20:42.989Z | Checking sct v0.7.1 |
2435 | 2024-11-22T23:20:43.066Z | Checking rustls-webpki v0.101.7 |
2436 | 2024-11-22T23:20:43.184Z | Checking lru v0.12.5 |
2437 | 2024-11-22T23:20:43.483Z | Compiling instability v0.3.2 |
2438 | 2024-11-22T23:20:43.733Z | Checking cassowary v0.3.0 |
2439 | 2024-11-22T23:20:44.340Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-11-22T23:20:44.496Z | Checking ratatui v0.28.1 |
2441 | 2024-11-22T23:20:44.642Z | Checking hashlink v0.9.1 |
2442 | 2024-11-22T23:20:44.645Z | Checking concurrent-queue v2.5.0 |
2443 | 2024-11-22T23:20:44.982Z | Checking plotters-backend v0.3.7 |
2444 | 2024-11-22T23:20:45.312Z | Checking fallible-streaming-iterator v0.1.9 |
2445 | 2024-11-22T23:20:45.382Z | Checking parking v2.2.1 |
2446 | 2024-11-22T23:20:45.542Z | Checking fallible-iterator v0.3.0 |
2447 | 2024-11-22T23:20:45.583Z | Checking plotters-svg v0.3.7 |
2448 | 2024-11-22T23:20:46.195Z | Checking rusqlite v0.32.1 |
2449 | 2024-11-22T23:20:46.396Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2450 | 2024-11-22T23:20:46.906Z | Checking tokio-rustls v0.24.1 |
2451 | 2024-11-22T23:20:47.006Z | Checking async-bb8-diesel v0.2.1 |
2452 | 2024-11-22T23:20:47.277Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2453 | 2024-11-22T23:20:47.361Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-11-22T23:20:47.435Z | Checking rustls-pemfile v1.0.4 |
2455 | 2024-11-22T23:20:47.655Z | Checking twox-hash v1.6.3 |
2456 | 2024-11-22T23:20:47.658Z | Checking cast v0.3.0 |
2457 | 2024-11-22T23:20:47.701Z | Checking plotters v0.3.7 |
2458 | 2024-11-22T23:20:47.747Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-11-22T23:20:47.993Z | Checking criterion-plot v0.5.0 |
2460 | 2024-11-22T23:20:48.114Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2461 | 2024-11-22T23:20:48.440Z | Checking fatfs v0.3.6 |
2462 | 2024-11-22T23:20:48.483Z | Checking tinytemplate v1.2.1 |
2463 | 2024-11-22T23:20:48.873Z | Checking csv-core v0.1.11 |
2464 | 2024-11-22T23:20:49.131Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-11-22T23:20:49.462Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2024-11-22T23:20:49.526Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2467 | 2024-11-22T23:20:49.725Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2468 | 2024-11-22T23:20:50.213Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2469 | 2024-11-22T23:20:50.851Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2024-11-22T23:20:51.997Z | Checking hex-literal v0.4.1 |
2471 | 2024-11-22T23:20:52.149Z | Checking anes v0.1.6 |
2472 | 2024-11-22T23:20:52.225Z | Checking oorandom v11.1.4 |
2473 | 2024-11-22T23:20:52.408Z | Checking shell-words v1.1.0 |
2474 | 2024-11-22T23:20:52.539Z | Checking criterion v0.5.1 |
2475 | 2024-11-22T23:20:52.597Z | Checking csv v1.3.0 |
2476 | 2024-11-22T23:20:53.442Z | Checking event-listener v5.3.1 |
2477 | 2024-11-22T23:20:53.465Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2478 | 2024-11-22T23:20:53.902Z | Checking rtoolbox v0.0.2 |
2479 | 2024-11-22T23:20:54.106Z | Checking rpassword v7.3.1 |
2480 | 2024-11-22T23:20:54.275Z | Checking event-listener-strategy v0.5.2 |
2481 | 2024-11-22T23:20:54.495Z | Checking tui-tree-widget v0.22.0 |
2482 | 2024-11-22T23:20:54.844Z | Checking polyval v0.6.2 |
2483 | 2024-11-22T23:20:55.152Z | Checking ghash v0.5.1 |
2484 | 2024-11-22T23:20:55.339Z | Checking futures-lite v2.3.0 |
2485 | 2024-11-22T23:20:55.361Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2486 | 2024-11-22T23:20:56.630Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-11-22T23:20:56.820Z | Checking ctr v0.9.2 |
2488 | 2024-11-22T23:20:57.518Z | Checking yansi v1.0.1 |
2489 | 2024-11-22T23:20:57.529Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2490 | 2024-11-22T23:20:57.572Z | Checking aes-gcm v0.10.3 |
2491 | 2024-11-22T23:20:57.826Z | Checking ssh-encoding v0.2.0 |
2492 | 2024-11-22T23:20:58.071Z | Checking pretty_assertions v1.4.1 |
2493 | 2024-11-22T23:20:58.153Z | Checking blowfish v0.9.1 |
2494 | 2024-11-22T23:20:58.273Z | Checking ssh-cipher v0.2.0 |
2495 | 2024-11-22T23:20:58.400Z | Checking bcrypt-pbkdf v0.10.0 |
2496 | 2024-11-22T23:20:58.587Z | Checking async-lock v3.4.0 |
2497 | 2024-11-22T23:20:58.662Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2498 | 2024-11-22T23:20:59.541Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2499 | 2024-11-22T23:20:59.671Z | Checking polling v3.7.3 |
2500 | 2024-11-22T23:21:00.090Z | Checking password-hash v0.4.2 |
2501 | 2024-11-22T23:21:00.562Z | Checking matches v0.1.10 |
2502 | 2024-11-22T23:21:00.668Z | Checking idna v0.2.3 |
2503 | 2024-11-22T23:21:01.070Z | Checking pbkdf2 v0.11.0 |
2504 | 2024-11-22T23:21:01.360Z | Checking async-io v2.3.4 |
2505 | 2024-11-22T23:21:01.498Z | Checking ssh-key v0.6.6 |
2506 | 2024-11-22T23:21:02.161Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2507 | 2024-11-22T23:21:02.497Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-11-22T23:21:03.055Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-11-22T23:21:03.228Z | Checking p256 v0.13.2 |
2510 | 2024-11-22T23:21:03.726Z | Checking p521 v0.13.3 |
2511 | 2024-11-22T23:21:03.871Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-11-22T23:21:04.683Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-11-22T23:21:05.074Z | Checking russh-cryptovec v0.7.3 |
2514 | 2024-11-22T23:21:05.304Z | Compiling enum-as-inner v0.5.1 |
2515 | 2024-11-22T23:21:05.972Z | Checking async-task v4.7.1 |
2516 | 2024-11-22T23:21:06.280Z | Compiling target-lexicon v0.12.16 |
2517 | 2024-11-22T23:21:06.325Z | Checking md5 v0.7.0 |
2518 | 2024-11-22T23:21:06.587Z | Compiling doc-comment v0.3.3 |
2519 | 2024-11-22T23:21:07.362Z | Checking russh-keys v0.45.0 |
2520 | 2024-11-22T23:21:07.392Z | Checking trust-dns-proto v0.22.0 |
2521 | 2024-11-22T23:21:08.763Z | Checking async-channel v2.3.1 |
2522 | 2024-11-22T23:21:09.123Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2523 | 2024-11-22T23:21:09.503Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2024-11-22T23:21:10.749Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-11-22T23:21:10.888Z | Checking piper v0.2.4 |
2526 | 2024-11-22T23:21:11.132Z | Checking num-bigint v0.4.6 |
2527 | 2024-11-22T23:21:11.232Z | Checking des v0.8.1 |
2528 | 2024-11-22T23:21:11.517Z | Compiling dhcproto-macros v0.1.0 |
2529 | 2024-11-22T23:21:11.608Z | Compiling assert_cmd v2.0.16 |
2530 | 2024-11-22T23:21:12.060Z | Checking futures-timer v3.0.3 |
2531 | 2024-11-22T23:21:12.359Z | Compiling guppy-workspace-hack v0.1.0 |
2532 | 2024-11-22T23:21:12.441Z | Checking dhcproto v0.12.0 |
2533 | 2024-11-22T23:21:12.694Z | Checking blocking v1.6.1 |
2534 | 2024-11-22T23:21:13.608Z | Checking russh v0.45.0 |
2535 | 2024-11-22T23:21:13.629Z | Checking async-executor v1.13.1 |
2536 | 2024-11-22T23:21:13.979Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2537 | 2024-11-22T23:21:14.034Z | Checking async-signal v0.2.10 |
2538 | 2024-11-22T23:21:14.344Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2539 | 2024-11-22T23:21:14.931Z | Compiling target-spec v3.2.2 |
2540 | 2024-11-22T23:21:14.972Z | Checking event-listener v2.5.3 |
2541 | 2024-11-22T23:21:15.223Z | Checking internet-checksum v0.2.1 |
2542 | 2024-11-22T23:21:15.424Z | Checking async-channel v1.9.0 |
2543 | 2024-11-22T23:21:16.290Z | Checking async-process v2.3.0 |
2544 | 2024-11-22T23:21:16.716Z | Checking async-global-executor v2.4.1 |
2545 | 2024-11-22T23:21:17.301Z | Checking cfg-expr v0.17.0 |
2546 | 2024-11-22T23:21:17.628Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2547 | 2024-11-22T23:21:18.009Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2548 | 2024-11-22T23:21:18.167Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2549 | 2024-11-22T23:21:18.674Z | Checking httptest v0.16.1 |
2550 | 2024-11-22T23:21:19.144Z | Checking rustls-native-certs v0.7.3 |
2551 | 2024-11-22T23:21:19.342Z | Compiling petname v2.0.2 |
2552 | 2024-11-22T23:21:19.362Z | Checking num_cpus v1.16.0 |
2553 | 2024-11-22T23:21:19.496Z | Checking kv-log-macro v1.0.7 |
2554 | 2024-11-22T23:21:19.622Z | Compiling async-attributes v1.1.2 |
2555 | 2024-11-22T23:21:20.487Z | Checking async-std v1.13.0 |
2556 | 2024-11-22T23:21:22.614Z | Checking threadpool v1.8.1 |
2557 | 2024-11-22T23:21:22.778Z | Checking hyper-rustls v0.26.0 |
2558 | 2024-11-22T23:21:23.142Z | Checking pathdiff v0.2.2 |
2559 | 2024-11-22T23:21:23.207Z | Compiling rstest_macros v0.23.0 |
2560 | 2024-11-22T23:21:23.310Z | Compiling target-triple v0.1.3 |
2561 | 2024-11-22T23:21:23.720Z | Checking nested v0.1.1 |
2562 | 2024-11-22T23:21:23.848Z | Checking escape8259 v0.5.3 |
2563 | 2024-11-22T23:21:23.941Z | Checking guppy v0.17.8 |
2564 | 2024-11-22T23:21:24.050Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-11-22T23:21:24.180Z | Checking async-object-pool v0.1.5 |
2566 | 2024-11-22T23:21:24.509Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2567 | 2024-11-22T23:21:25.251Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2568 | 2024-11-22T23:21:25.560Z | Checking similar-asserts v1.6.0 |
2569 | 2024-11-22T23:21:25.815Z | Checking fancy-regex v0.13.0 |
2570 | 2024-11-22T23:21:26.025Z | Checking serde_regex v1.1.0 |
2571 | 2024-11-22T23:21:26.298Z | Checking assert-json-diff v2.0.2 |
2572 | 2024-11-22T23:21:26.595Z | Compiling proc-macro-crate v3.2.0 |
2573 | 2024-11-22T23:21:26.617Z | Checking path-tree v0.8.1 |
2574 | 2024-11-22T23:21:26.957Z | Compiling relative-path v1.9.3 |
2575 | 2024-11-22T23:21:27.700Z | Checking sync-ptr v0.1.1 |
2576 | 2024-11-22T23:21:27.774Z | Checking stringmetrics v2.2.2 |
2577 | 2024-11-22T23:21:27.949Z | Checking datatest-stable v0.2.9 |
2578 | 2024-11-22T23:21:28.022Z | Checking httpmock v0.8.0-alpha.1 |
2579 | 2024-11-22T23:21:28.381Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2580 | 2024-11-22T23:21:29.888Z | Checking blake2b_simd v1.0.2 |
2581 | 2024-11-22T23:21:30.689Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2582 | 2024-11-22T23:21:32.445Z | Compiling git2 v0.19.0 |
2583 | 2024-11-22T23:21:33.369Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2584 | 2024-11-22T23:21:33.400Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2585 | 2024-11-22T23:21:33.668Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2586 | 2024-11-22T23:21:33.711Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2587 | 2024-11-22T23:21:34.016Z | Checking serde_tokenstream v0.2.2 |
2588 | 2024-11-22T23:21:34.193Z | Checking uzers v0.12.1 |
2589 | 2024-11-22T23:21:34.582Z | Checking rust-argon2 v2.1.0 |
2590 | 2024-11-22T23:21:34.609Z | Checking trybuild v1.0.101 |
2591 | 2024-11-22T23:21:35.008Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2592 | 2024-11-22T23:21:36.045Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2593 | 2024-11-22T23:21:36.374Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2594 | 2024-11-22T23:21:37.494Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2595 | 2024-11-22T23:21:37.792Z | Checking rand_distr v0.4.3 |
2596 | 2024-11-22T23:21:38.710Z | Checking rstest v0.23.0 |
2597 | 2024-11-22T23:21:38.944Z | Checking multimap v0.10.0 |
2598 | 2024-11-22T23:21:39.281Z | Checking approx v0.5.1 |
2599 | 2024-11-22T23:21:39.554Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2600 | 2024-11-22T23:21:40.635Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2601 | 2024-11-22T23:21:40.763Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-11-22T23:21:41.491Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2603 | 2024-11-22T23:21:41.659Z | Checking partial-io v0.5.4 |
2604 | 2024-11-22T23:21:42.068Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2605 | 2024-11-22T23:21:42.371Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2606 | 2024-11-22T23:21:42.394Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2607 | 2024-11-22T23:21:42.416Z | Checking cargo_toml v0.20.5 |
2608 | 2024-11-22T23:21:43.057Z | Checking termios v0.3.3 |
2609 | 2024-11-22T23:21:43.275Z | Compiling indoc v2.0.5 |
2610 | 2024-11-22T23:21:43.439Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2611 | 2024-11-22T23:21:44.348Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2612 | 2024-11-22T23:21:47.154Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2613 | 2024-11-22T23:22:04.145Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2614 | 2024-11-22T23:22:07.198Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2615 | 2024-11-22T23:22:08.174Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2616 | 2024-11-22T23:22:26.109Z | Compiling polar-core v0.27.3 |
2617 | 2024-11-22T23:22:37.242Z | Checking oso v0.27.3 |
2618 | 2024-11-22T23:22:43.910Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2619 | 2024-11-22T23:22:44.795Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2620 | 2024-11-22T23:22:45.972Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2621 | 2024-11-22T23:22:52.367Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2622 | 2024-11-22T23:23:26.717Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2623 | 2024-11-22T23:23:26.717Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2624 | 2024-11-22T23:23:26.719Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-11-22T23:24:48.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
2626 | 2024-11-22T23:24:48.639Z | |
2627 | 2024-11-22T23:24:48.639Z | real 6:39.720160584 |
2628 | 2024-11-22T23:24:48.639Z | user 35:38.929725151 |
2629 | 2024-11-22T23:24:48.639Z | sys 6:45.338718662 |
2630 | 2024-11-22T23:24:48.639Z | trap 0.957799341 |
2631 | 2024-11-22T23:24:48.639Z | tflt 2.121040814 |
2632 | 2024-11-22T23:24:48.639Z | dflt 0.713215615 |
2633 | 2024-11-22T23:24:48.639Z | kflt 0.000844503 |
2634 | 2024-11-22T23:24:48.642Z | lock 51:41.662224060 |
2635 | 2024-11-22T23:24:48.642Z | slp 2:03:53.712987949 |
2636 | 2024-11-22T23:24:48.642Z | lat 1:40.593993317 |
2637 | 2024-11-22T23:24:48.642Z | stop 6:19.455099064 |
2638 | 2024-11-22T23:24:48.642Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-11-22T23:24:48.643Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-11-22T23:24:49.827Z | warning: output filename collision. |
2641 | 2024-11-22T23:24:49.827Z | 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)`. |
2642 | 2024-11-22T23:24:49.827Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-11-22T23:24:49.827Z | The targets should have unique names. |
2644 | 2024-11-22T23:24:49.827Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-11-22T23:24:49.827Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-11-22T23:24:50.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-11-22T23:24:50.329Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-11-22T23:24:50.348Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-11-22T23:24:50.386Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-11-22T23:24:50.408Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-11-22T23:24:50.436Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-11-22T23:24:50.436Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-11-22T23:24:50.640Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-11-22T23:24:50.688Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-11-22T23:24:50.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2024-11-22T23:24:50.713Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2657 | 2024-11-22T23:24:50.959Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-11-22T23:24:51.071Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-11-22T23:24:51.269Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-11-22T23:24:51.446Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-11-22T23:24:54.117Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-11-22T23:24:55.105Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-11-22T23:24:55.329Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-11-22T23:24:55.429Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-11-22T23:24:55.570Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2666 | 2024-11-22T23:24:55.740Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2667 | 2024-11-22T23:24:55.793Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-22T23:24:56.080Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-11-22T23:24:56.167Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-11-22T23:24:56.262Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2671 | 2024-11-22T23:24:56.483Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2672 | 2024-11-22T23:24:56.704Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2673 | 2024-11-22T23:24:56.848Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2674 | 2024-11-22T23:24:56.990Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2024-11-22T23:24:57.141Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2676 | 2024-11-22T23:24:57.339Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2677 | 2024-11-22T23:24:57.361Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2678 | 2024-11-22T23:24:57.658Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2679 | 2024-11-22T23:24:57.759Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2680 | 2024-11-22T23:24:58.083Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2681 | 2024-11-22T23:24:58.326Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2682 | 2024-11-22T23:24:58.364Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2683 | 2024-11-22T23:24:58.748Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2024-11-22T23:24:58.786Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-11-22T23:24:59.030Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2024-11-22T23:24:59.553Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-11-22T23:25:00.707Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2688 | 2024-11-22T23:25:02.568Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2024-11-22T23:25:04.313Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2690 | 2024-11-22T23:25:04.970Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2691 | 2024-11-22T23:25:05.468Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2692 | 2024-11-22T23:25:05.725Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2693 | 2024-11-22T23:25:06.246Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2694 | 2024-11-22T23:25:06.636Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-11-22T23:25:06.806Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2696 | 2024-11-22T23:25:07.431Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2697 | 2024-11-22T23:25:07.811Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2698 | 2024-11-22T23:25:07.832Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-11-22T23:25:09.477Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2700 | 2024-11-22T23:25:13.905Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2024-11-22T23:25:15.307Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2702 | 2024-11-22T23:25:15.606Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2703 | 2024-11-22T23:25:15.940Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2704 | 2024-11-22T23:25:16.414Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2705 | 2024-11-22T23:25:16.620Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2706 | 2024-11-22T23:25:16.846Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2707 | 2024-11-22T23:25:17.290Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2708 | 2024-11-22T23:25:17.347Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2709 | 2024-11-22T23:25:18.713Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2710 | 2024-11-22T23:25:18.843Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2711 | 2024-11-22T23:25:19.427Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-11-22T23:25:19.524Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-11-22T23:25:20.110Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2714 | 2024-11-22T23:25:20.356Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2715 | 2024-11-22T23:25:20.428Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2024-11-22T23:25:20.618Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-11-22T23:25:20.733Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2718 | 2024-11-22T23:25:21.161Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2024-11-22T23:25:22.214Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2720 | 2024-11-22T23:25:22.268Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2024-11-22T23:25:22.738Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2722 | 2024-11-22T23:25:22.794Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2723 | 2024-11-22T23:25:23.265Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2724 | 2024-11-22T23:25:23.321Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2725 | 2024-11-22T23:25:24.465Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2726 | 2024-11-22T23:25:25.134Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2727 | 2024-11-22T23:25:25.193Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2728 | 2024-11-22T23:25:25.216Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2729 | 2024-11-22T23:25:25.456Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2730 | 2024-11-22T23:25:25.801Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2731 | 2024-11-22T23:25:26.570Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2732 | 2024-11-22T23:25:27.225Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2733 | 2024-11-22T23:25:27.314Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2734 | 2024-11-22T23:25:27.564Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2735 | 2024-11-22T23:25:27.780Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2736 | 2024-11-22T23:25:27.824Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2737 | 2024-11-22T23:25:27.875Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2738 | 2024-11-22T23:25:28.144Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2739 | 2024-11-22T23:25:29.310Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2740 | 2024-11-22T23:25:29.433Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-11-22T23:25:29.600Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-11-22T23:25:29.841Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2024-11-22T23:25:29.862Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2744 | 2024-11-22T23:25:30.022Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2745 | 2024-11-22T23:25:30.757Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2746 | 2024-11-22T23:25:30.901Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2747 | 2024-11-22T23:25:32.189Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2748 | 2024-11-22T23:25:32.541Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2749 | 2024-11-22T23:25:33.104Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2750 | 2024-11-22T23:25:34.433Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-11-22T23:25:35.629Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2752 | 2024-11-22T23:25:36.323Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2753 | 2024-11-22T23:25:37.434Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2754 | 2024-11-22T23:25:39.775Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-22T23:25:39.988Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2756 | 2024-11-22T23:25:41.061Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2757 | 2024-11-22T23:25:42.249Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-11-22T23:25:45.093Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-11-22T23:25:52.875Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2760 | 2024-11-22T23:25:53.338Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2761 | 2024-11-22T23:25:55.422Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2762 | 2024-11-22T23:26:00.141Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-11-22T23:26:40.275Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2764 | 2024-11-22T23:26:41.780Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-11-22T23:26:47.727Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2766 | 2024-11-22T23:26:52.292Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2767 | 2024-11-22T23:27:15.220Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2768 | 2024-11-22T23:27:19.944Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2769 | 2024-11-22T23:27:24.285Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2770 | 2024-11-22T23:27:25.844Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2771 | 2024-11-22T23:27:28.135Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2772 | 2024-11-22T23:27:29.289Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2773 | 2024-11-22T23:27:29.784Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2774 | 2024-11-22T23:27:32.415Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2775 | 2024-11-22T23:27:33.546Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2776 | 2024-11-22T23:27:40.430Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-11-22T23:27:47.523Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2778 | 2024-11-22T23:28:04.943Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2024-11-22T23:28:07.361Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2780 | 2024-11-22T23:28:19.399Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-11-22T23:28:24.096Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2782 | 2024-11-22T23:28:32.731Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2783 | 2024-11-22T23:28:36.890Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2024-11-22T23:28:37.234Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-11-22T23:28:56.294Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2786 | 2024-11-22T23:29:00.929Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2787 | 2024-11-22T23:29:00.959Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2788 | 2024-11-22T23:29:02.579Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2789 | 2024-11-22T23:29:06.330Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2790 | 2024-11-22T23:29:16.277Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2791 | 2024-11-22T23:29:17.884Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2792 | 2024-11-22T23:29:24.620Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2793 | 2024-11-22T23:29:27.117Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2794 | 2024-11-22T23:29:28.713Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2795 | 2024-11-22T23:29:32.409Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2796 | 2024-11-22T23:29:34.124Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2797 | 2024-11-22T23:29:40.597Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2024-11-22T23:29:47.935Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2799 | 2024-11-22T23:29:53.497Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2800 | 2024-11-22T23:29:55.765Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2801 | 2024-11-22T23:29:57.733Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2802 | 2024-11-22T23:30:00.185Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2803 | 2024-11-22T23:30:06.556Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2804 | 2024-11-22T23:30:12.806Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2805 | 2024-11-22T23:30:16.579Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2806 | 2024-11-22T23:30:18.919Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2024-11-22T23:30:20.129Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2024-11-22T23:30:25.079Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2809 | 2024-11-22T23:30:27.979Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2810 | 2024-11-22T23:30:28.148Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2811 | 2024-11-22T23:30:31.533Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2812 | 2024-11-22T23:30:38.078Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2813 | 2024-11-22T23:30:42.482Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2814 | 2024-11-22T23:30:43.125Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2815 | 2024-11-22T23:30:46.139Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2816 | 2024-11-22T23:30:48.933Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2817 | 2024-11-22T23:30:49.672Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2818 | 2024-11-22T23:30:49.691Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2819 | 2024-11-22T23:31:00.214Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-11-22T23:31:04.754Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2821 | 2024-11-22T23:31:04.757Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2822 | 2024-11-22T23:31:06.305Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2823 | 2024-11-22T23:31:06.365Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2824 | 2024-11-22T23:31:07.914Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2825 | 2024-11-22T23:31:10.250Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2826 | 2024-11-22T23:31:15.074Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2827 | 2024-11-22T23:31:17.286Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2828 | 2024-11-22T23:31:19.238Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2829 | 2024-11-22T23:31:24.991Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2830 | 2024-11-22T23:31:26.125Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2831 | 2024-11-22T23:31:26.149Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2832 | 2024-11-22T23:31:26.669Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2833 | 2024-11-22T23:31:28.364Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2834 | 2024-11-22T23:31:36.341Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2835 | 2024-11-22T23:31:37.212Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2836 | 2024-11-22T23:31:39.110Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2837 | 2024-11-22T23:31:40.780Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2838 | 2024-11-22T23:31:41.245Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2839 | 2024-11-22T23:31:41.288Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2840 | 2024-11-22T23:31:42.953Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2841 | 2024-11-22T23:31:46.680Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2842 | 2024-11-22T23:31:53.456Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2843 | 2024-11-22T23:31:57.442Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2844 | 2024-11-22T23:31:58.584Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2845 | 2024-11-22T23:32:01.595Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2846 | 2024-11-22T23:32:01.650Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2847 | 2024-11-22T23:32:02.569Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2848 | 2024-11-22T23:32:05.290Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2849 | 2024-11-22T23:32:07.284Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2850 | 2024-11-22T23:32:08.927Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2851 | 2024-11-22T23:32:18.684Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2852 | 2024-11-22T23:32:19.113Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2024-11-22T23:32:22.395Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2854 | 2024-11-22T23:32:22.511Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2855 | 2024-11-22T23:32:22.691Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2856 | 2024-11-22T23:32:23.037Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2857 | 2024-11-22T23:32:23.202Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2858 | 2024-11-22T23:32:25.531Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2859 | 2024-11-22T23:32:27.877Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2860 | 2024-11-22T23:32:27.955Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2861 | 2024-11-22T23:32:32.479Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2862 | 2024-11-22T23:32:33.821Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2863 | 2024-11-22T23:32:34.152Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2864 | 2024-11-22T23:32:34.606Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2865 | 2024-11-22T23:32:36.432Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2866 | 2024-11-22T23:32:36.604Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2867 | 2024-11-22T23:32:37.708Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2868 | 2024-11-22T23:32:39.421Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2869 | 2024-11-22T23:32:39.672Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-11-22T23:32:41.058Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2871 | 2024-11-22T23:32:42.279Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2872 | 2024-11-22T23:32:43.020Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2873 | 2024-11-22T23:32:44.557Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2874 | 2024-11-22T23:33:14.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 25s |
2875 | 2024-11-22T23:33:14.492Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2876 | 2024-11-22T23:33:14.559Z | |
2877 | 2024-11-22T23:33:14.560Z | real 8:25.810035086 |
2878 | 2024-11-22T23:33:14.560Z | user 25:49.572460172 |
2879 | 2024-11-22T23:33:14.560Z | sys 37:42.265873273 |
2880 | 2024-11-22T23:33:14.560Z | trap 0.397513717 |
2881 | 2024-11-22T23:33:14.560Z | tflt 0.197949224 |
2882 | 2024-11-22T23:33:14.563Z | dflt 0.141249763 |
2883 | 2024-11-22T23:33:14.563Z | kflt 0.000000000 |
2884 | 2024-11-22T23:33:14.563Z | lock 1:24:11.997658943 |
2885 | 2024-11-22T23:33:14.563Z | slp 2:23:15.571417156 |
2886 | 2024-11-22T23:33:14.563Z | lat 1:14.803097182 |
2887 | 2024-11-22T23:33:14.563Z | stop 1:11.820376885 |
2888 | 2024-11-22T23:33:14.563Z | process exited: duration 1217325 ms, exit code 0 |
|
2889 | 2024-11-22T23:33:14.568Z | found 0 output files |